Skip to content

Commit 3d6ac66

Browse files
feat: [google-cloud-alloydb] Instance.ActivationPolicy field (googleapis#13980)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE feat: Add Cluster.DenyMaintenancePeriod field feat: Add InstanceNetworkConfig.network output field feat: Add InstanceNetworkConfig.allocated_ip_range_override field feat: Add Backup.create_completion_time output field docs: A comment for field `earliest_restorable_time` docs: A comment for field `status` in message `PscAutoConnectionConfig` feat: Add Instance.ActivationPolicy field END_COMMIT_OVERRIDE PiperOrigin-RevId: 768135526 Source-Link: googleapis/googleapis@ed9b0f1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/0f3e14a30b646cca7ae4e88531ecf9df18df6160 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFsbG95ZGIvLk93bEJvdC55YW1sIiwiaCI6IjBmM2UxNGEzMGI2NDZjY2E3YWU0ZTg4NTMxZWNmOWRmMThkZjYxNjAifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4ebc996 commit 3d6ac66

File tree

15 files changed

+308
-52
lines changed

15 files changed

+308
-52
lines changed

packages/google-cloud-alloydb/google/cloud/alloydb/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.4.6" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-alloydb/google/cloud/alloydb_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.4.6" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-alloydb/google/cloud/alloydb_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.4.6" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-alloydb/google/cloud/alloydb_v1alpha/services/alloy_db_admin/async_client.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,9 +1805,8 @@ async def sample_restore_cluster():
18051805
18061806
Args:
18071807
request (Optional[Union[google.cloud.alloydb_v1alpha.types.RestoreClusterRequest, dict]]):
1808-
The request object. Message for restoring a Cluster from
1809-
a backup or another cluster at a given
1810-
point in time.
1808+
The request object. Message for restoring a Cluster from a backup or another
1809+
cluster at a given point in time. NEXT_ID: 11
18111810
retry (google.api_core.retry_async.AsyncRetry): Designation of what errors, if any,
18121811
should be retried.
18131812
timeout (float): The timeout for this request.

packages/google-cloud-alloydb/google/cloud/alloydb_v1alpha/services/alloy_db_admin/client.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,9 +2358,8 @@ def sample_restore_cluster():
23582358
23592359
Args:
23602360
request (Union[google.cloud.alloydb_v1alpha.types.RestoreClusterRequest, dict]):
2361-
The request object. Message for restoring a Cluster from
2362-
a backup or another cluster at a given
2363-
point in time.
2361+
The request object. Message for restoring a Cluster from a backup or another
2362+
cluster at a given point in time. NEXT_ID: 11
23642363
retry (google.api_core.retry.Retry): Designation of what errors, if any,
23652364
should be retried.
23662365
timeout (float): The timeout for this request.

packages/google-cloud-alloydb/google/cloud/alloydb_v1alpha/services/alloy_db_admin/transports/rest.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6890,9 +6890,8 @@ def __call__(
68906890
68916891
Args:
68926892
request (~.service.RestoreClusterRequest):
6893-
The request object. Message for restoring a Cluster from
6894-
a backup or another cluster at a given
6895-
point in time.
6893+
The request object. Message for restoring a Cluster from a backup or another
6894+
cluster at a given point in time. NEXT_ID: 11
68966895
retry (google.api_core.retry.Retry): Designation of what errors, if any,
68976896
should be retried.
68986897
timeout (float): The timeout for this request.

packages/google-cloud-alloydb/google/cloud/alloydb_v1alpha/types/gemini.py

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,13 @@ class GCAEntitlementType(proto.Enum):
4646

4747

4848
class GeminiClusterConfig(proto.Message):
49-
r"""Cluster level configuration parameters related to the Gemini
50-
in Databases add-on.
49+
r"""Deprecated and unused. This message will be removed in the
50+
near future.
5151
5252
Attributes:
5353
entitled (bool):
54-
Output only. Whether the Gemini in Databases
55-
add-on is enabled for the cluster. It will be
56-
true only if the add-on has been enabled for the
57-
billing account corresponding to the cluster.
58-
Its status is toggled from the Admin Control
59-
Center (ACC) and cannot be toggled using
60-
AlloyDB's APIs.
54+
Output only. Deprecated and unused. This
55+
field will be removed in the near future.
6156
"""
6257

6358
entitled: bool = proto.Field(
@@ -67,18 +62,13 @@ class GeminiClusterConfig(proto.Message):
6762

6863

6964
class GeminiInstanceConfig(proto.Message):
70-
r"""Instance level configuration parameters related to the Gemini
71-
in Databases add-on.
65+
r"""Deprecated and unused. This message will be removed in the
66+
near future.
7267
7368
Attributes:
7469
entitled (bool):
75-
Output only. Whether the Gemini in Databases
76-
add-on is enabled for the instance. It will be
77-
true only if the add-on has been enabled for the
78-
billing account corresponding to the instance.
79-
Its status is toggled from the Admin Control
80-
Center (ACC) and cannot be toggled using
81-
AlloyDB's APIs.
70+
Output only. Deprecated and unused. This
71+
field will be removed in the near future.
8272
"""
8373

8474
entitled: bool = proto.Field(

0 commit comments

Comments
 (0)