Skip to content

Commit e360a04

Browse files
feat(alloydb): update the api
#### alloydb:v1 The following keys were added: - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.properties.signalType.type (Total Keys: 1) #### alloydb:v1alpha The following keys were added: - schemas.Backup.properties.satisfiesPzs.readOnly (Total Keys: 1) - schemas.Cluster.properties.satisfiesPzs.readOnly (Total Keys: 1) - schemas.Instance.properties.satisfiesPzs.readOnly (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.properties.signalType.type (Total Keys: 1) #### alloydb:v1beta The following keys were added: - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData.properties.signalType.type (Total Keys: 1)
1 parent b5565d3 commit e360a04

10 files changed

+390
-75
lines changed

docs/dyn/alloydb_v1.projects.locations.clusters.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h3>Method Details</h3>
220220
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cluster resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id} where the cluster ID segment should satisfy the regex expression `[a-z0-9-]+`. For more details see https://google.aip.dev/122. The prefix of the cluster resource name is the name of the parent resource: * projects/{project}/locations/{region}
221221
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
222222
&quot;networkConfig&quot;: { # Metadata related to network configuration.
223-
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Field name is intended to be consistent with CloudSQL.
223+
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
224224
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
225225
},
226226
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
@@ -370,7 +370,7 @@ <h3>Method Details</h3>
370370
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cluster resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id} where the cluster ID segment should satisfy the regex expression `[a-z0-9-]+`. For more details see https://google.aip.dev/122. The prefix of the cluster resource name is the name of the parent resource: * projects/{project}/locations/{region}
371371
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
372372
&quot;networkConfig&quot;: { # Metadata related to network configuration.
373-
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Field name is intended to be consistent with CloudSQL.
373+
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
374374
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
375375
},
376376
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
@@ -600,7 +600,7 @@ <h3>Method Details</h3>
600600
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cluster resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id} where the cluster ID segment should satisfy the regex expression `[a-z0-9-]+`. For more details see https://google.aip.dev/122. The prefix of the cluster resource name is the name of the parent resource: * projects/{project}/locations/{region}
601601
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
602602
&quot;networkConfig&quot;: { # Metadata related to network configuration.
603-
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Field name is intended to be consistent with CloudSQL.
603+
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
604604
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
605605
},
606606
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
@@ -730,7 +730,7 @@ <h3>Method Details</h3>
730730
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cluster resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id} where the cluster ID segment should satisfy the regex expression `[a-z0-9-]+`. For more details see https://google.aip.dev/122. The prefix of the cluster resource name is the name of the parent resource: * projects/{project}/locations/{region}
731731
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
732732
&quot;networkConfig&quot;: { # Metadata related to network configuration.
733-
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Field name is intended to be consistent with CloudSQL.
733+
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
734734
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
735735
},
736736
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
@@ -869,7 +869,7 @@ <h3>Method Details</h3>
869869
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cluster resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id} where the cluster ID segment should satisfy the regex expression `[a-z0-9-]+`. For more details see https://google.aip.dev/122. The prefix of the cluster resource name is the name of the parent resource: * projects/{project}/locations/{region}
870870
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
871871
&quot;networkConfig&quot;: { # Metadata related to network configuration.
872-
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Field name is intended to be consistent with CloudSQL.
872+
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
873873
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
874874
},
875875
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.
@@ -1069,7 +1069,7 @@ <h3>Method Details</h3>
10691069
&quot;name&quot;: &quot;A String&quot;, # Output only. The name of the cluster resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id} where the cluster ID segment should satisfy the regex expression `[a-z0-9-]+`. For more details see https://google.aip.dev/122. The prefix of the cluster resource name is the name of the parent resource: * projects/{project}/locations/{region}
10701070
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project}/global/networks/{network_id}&quot;. This is required to create a cluster. Deprecated, use network_config.network instead.
10711071
&quot;networkConfig&quot;: { # Metadata related to network configuration.
1072-
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Field name is intended to be consistent with CloudSQL.
1072+
&quot;allocatedIpRange&quot;: &quot;A String&quot;, # Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: &quot;google-managed-services-default&quot;. If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. Field name is intended to be consistent with Cloud SQL.
10731073
&quot;network&quot;: &quot;A String&quot;, # 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: &quot;projects/{project_number}/global/networks/{network_id}&quot;. This is required to create a cluster.
10741074
},
10751075
&quot;primaryConfig&quot;: { # Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY. # Output only. Cross Region replication config specific to PRIMARY cluster.

0 commit comments

Comments
 (0)