Skip to content

refactor: remove encryption_config property from Backup #283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 22, 2021

Conversation

larkee
Copy link
Contributor

@larkee larkee commented Mar 22, 2021

The Backup proto message does not contain an encryption_config field. Since all the other properties on the handwritten Backup wrapper map to a proto field, there is a risk of confusing users by having encryption_config as a property as it will not be updated by the backend when reload() is called. To prevent this confusion, this PR removes this property.

@larkee larkee requested a review from thiagotnunes March 22, 2021 06:25
@larkee larkee requested a review from a team as a code owner March 22, 2021 06:25
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/python-spanner API. label Mar 22, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Mar 22, 2021
@larkee larkee merged commit 5ca6340 into googleapis:master Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants