Uh oh!
There was an error while loading. Please reload this page.
feat: add support for updateDatabase in Cloud Spanner - #914
Conversation
| from google.iam.v1 import options_pb2 | ||
| from google.protobuf.field_mask_pb2 import FieldMask | ||
| from google.cloud.spanner_admin_database_v1 import CreateDatabaseRequest |
| import mock | ||
| from google.api_core import gapic_v1 | ||
| from google.cloud.spanner_admin_database_v1 import Database as DatabasePB | ||
| from google.cloud.spanner_v1.param_types import INT64 |
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
9ca2103 to
e4163d0CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| self._database_dialect = database_dialect | ||
| self._database_role = database_role | ||
| self._enable_drop_protection = enable_drop_protection | ||
| self._reconciling = False |
There was a problem hiding this comment.
I can't see any place where this value is updated?
There was a problem hiding this comment.
This is updated at line 359 of this file, using the property setter.
There was a problem hiding this comment.
I am referring to reconciling
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…p-database-protection # Conflicts: # google/cloud/spanner_v1/database.py
rajatbhatta
commented
May 16, 2023
Added samples from #917 to here (for single merge). Both PRs are approved. |
No description provided.