Skip to content
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

feat(default_retention_period): Changes to backup.create API to suppo… #1873

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

satyaprakashg
Copy link

…rt the default retention period feature

With the default retention period feature, null value for expiration time is a valid value. If the expiration time is not specified (null) at the time of create backup then the backup will be retained for the duration of maximum retention period.

In this commit, expireTime is made optional in CreateBackupOptions and backup.create API is fixed to handle the null value in the CreateBackupOptions.

…rt the default retention period feature

With the default retention period feature, null value for expiration time is a valid value. If the
expiration time is not specified (null) at the time of create backup then the backup will be
retained for the duration of maximum retention period.

In this commit, expireTime is made optional in CreateBackupOptions and backup.create API
is fixed to handle the null value in the CreateBackupOptions.
@satyaprakashg satyaprakashg requested review from a team as code owners July 4, 2023 05:42
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: spanner Issues related to the googleapis/nodejs-spanner API. labels Jul 4, 2023
@satyaprakashg
Copy link
Author

@surbhigarg92 Could you please review this diff? Also, please add the "do not merge" label since the backend changes are not merged.

@surbhigarg92 surbhigarg92 added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jul 5, 2023
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/nodejs-spanner API. do not merge Indicates a pull request not ready for merge, due to either quality or timing. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants