Skip to content

Commit

Permalink
feat: Added enum value for PG15 (#6638)
Browse files Browse the repository at this point in the history
feat: Added NetworkConfig, deprecated network
feat: Added ClientConnectionConfig
Feat: Added QuantityBasedExpiry
feat: Added DatabaseVersion
PiperOrigin-RevId: 566374690
Source-Link: googleapis/googleapis@1b6be64
Source-Link: googleapis/googleapis-gen@507ec18
Copy-Tag: eyJwIjoiQWxsb3lEYi8uT3dsQm90LnlhbWwiLCJoIjoiNTA3ZWMxODA5MzQxYTM3MDM2NWUxODhjMGYyYWM3NDE2YzU2MDk5MyJ9

* feat: Added enum value for PG15
feat: Changed description for recovery_window_days in ContinuousBackupConfig
feat: Deprecate network field in favor of network_config.network
feat: Added ClientConnectionConfig
feat: Added QuantityBasedExpiry
feat: Added DatabaseVersion
PiperOrigin-RevId: 566443015
Source-Link: googleapis/googleapis@1a3b6ed
Source-Link: googleapis/googleapis-gen@2e24662
Copy-Tag: eyJwIjoiQWxsb3lEYi8uT3dsQm90LnlhbWwiLCJoIjoiMmUyNDY2MjE5MTU4NWIyMGE2Y2NlMTZjMTkwNjY0NTc4Yzg3OTU2NyJ9

* feat: Added enum value for PG15
feat: Deprecate network field in favor of network_config.network
feat: Added ClientConnectionConfig
feat: Added DatabaseVersion
PiperOrigin-RevId: 566668162
Source-Link: googleapis/googleapis@90d552e
Source-Link: googleapis/googleapis-gen@c72f454
Copy-Tag: eyJwIjoiQWxsb3lEYi8uT3dsQm90LnlhbWwiLCJoIjoiYzcyZjQ1NDg0MmIxYWY0NTliNGUyZDcwZTg1MTAwODA0NjE3MmIyZiJ9
  • Loading branch information
gcf-owl-bot[bot] committed Sep 22, 2023
1 parent 4e5db8a commit 74f250c
Show file tree
Hide file tree
Showing 42 changed files with 1,395 additions and 167 deletions.
Binary file modified AlloyDb/metadata/V1/Resources.php
Binary file not shown.
Binary file modified AlloyDb/metadata/V1Alpha/Resources.php
Binary file not shown.
Binary file modified AlloyDb/metadata/V1Beta/Resources.php
Binary file not shown.
Binary file modified AlloyDb/metadata/V1Beta/Service.php
Binary file not shown.
4 changes: 2 additions & 2 deletions AlloyDb/samples/V1/AlloyDBAdminClient/create_cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function create_cluster_sample(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function create_secondary_cluster_sample(
Expand Down
4 changes: 2 additions & 2 deletions AlloyDb/samples/V1/AlloyDBAdminClient/restore_cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function restore_cluster_sample(
Expand Down
4 changes: 2 additions & 2 deletions AlloyDb/samples/V1/AlloyDBAdminClient/update_cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function update_cluster_sample(string $formattedClusterNetwork): void
Expand Down
4 changes: 2 additions & 2 deletions AlloyDb/samples/V1alpha/AlloyDBAdminClient/create_cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function create_cluster_sample(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function create_secondary_cluster_sample(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function restore_cluster_sample(
Expand Down
4 changes: 2 additions & 2 deletions AlloyDb/samples/V1alpha/AlloyDBAdminClient/update_cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function update_cluster_sample(string $formattedClusterNetwork): void
Expand Down
4 changes: 2 additions & 2 deletions AlloyDb/samples/V1beta/AlloyDBAdminClient/create_cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function create_cluster_sample(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function create_secondary_cluster_sample(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

/**
* Generate a client certificate signed by a Cluster CA.
* The sole purpose of this endpoint is to support the Auth Proxy client and
* the endpoint's behavior is subject to change without notice, so do not rely
* on its behavior remaining constant. Future changes will not break the Auth
* Proxy client.
* The sole purpose of this endpoint is to support AlloyDB connectors and the
* Auth Proxy client. The endpoint's behavior is subject to change without
* notice, so do not rely on its behavior remaining constant. Future changes
* will not break AlloyDB connectors or the Auth Proxy client.
*
* @param string $formattedParent The name of the parent resource. The required format is:
* * projects/{project}/locations/{location}/clusters/{cluster}
Expand Down
4 changes: 2 additions & 2 deletions AlloyDb/samples/V1beta/AlloyDBAdminClient/restore_cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function restore_cluster_sample(
Expand Down
4 changes: 2 additions & 2 deletions AlloyDb/samples/V1beta/AlloyDBAdminClient/update_cluster.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
* @param string $formattedClusterNetwork 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. It can be updated, but it cannot be removed. Please see
* form: "projects/{project}/global/networks/{network_id}". This is required
* to create a cluster. Deprecated, use network_config.network instead. Please see
* {@see AlloyDBAdminClient::networkName()} for help formatting this field.
*/
function update_cluster_sample(string $formattedClusterNetwork): void
Expand Down
94 changes: 94 additions & 0 deletions AlloyDb/src/V1/Backup.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 74f250c

Please sign in to comment.