From 2f6911dbd930a2b17b193df468cc38fb532e9ef1 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 20 Nov 2023 08:11:22 +0000 Subject: [PATCH] feat(all): auto-regenerate discovery clients --- alloydb/v1/alloydb-api.json | 4 ++-- alloydb/v1/alloydb-gen.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alloydb/v1/alloydb-api.json b/alloydb/v1/alloydb-api.json index 21c3a82e13f..471f78c3c7b 100644 --- a/alloydb/v1/alloydb-api.json +++ b/alloydb/v1/alloydb-api.json @@ -1489,7 +1489,7 @@ } } }, - "revision": "20231031", + "revision": "20231109", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AutomatedBackupPolicy": { @@ -2636,7 +2636,7 @@ "type": "string" }, "network": { - "description": "Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: \"projects/{project_number}/global/networks/{network_id}\". This is required to create a cluster.", + "description": "Optional. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: \"projects/{project_number}/global/networks/{network_id}\". This is required to create a cluster.", "type": "string" } }, diff --git a/alloydb/v1/alloydb-gen.go b/alloydb/v1/alloydb-gen.go index 571c4e487bf..cf6186c4098 100644 --- a/alloydb/v1/alloydb-gen.go +++ b/alloydb/v1/alloydb-gen.go @@ -1853,7 +1853,7 @@ type NetworkConfig struct { // Field name is intended to be consistent with Cloud SQL. AllocatedIpRange string `json:"allocatedIpRange,omitempty"` - // Network: Required. The resource link for the VPC network in which + // Network: Optional. The resource link for the VPC network in which // cluster resources are created and from which they are accessible via // Private IP. The network must belong to the same project as the // cluster. It is specified in the form: