Skip to content

Commit

Permalink
feat: add metadata exchange support for AlloyDB connectors (#6441)
Browse files Browse the repository at this point in the history
feat: adds metadata field describing an AlloyDB backup's quantity based retention
PiperOrigin-RevId: 547600058
Source-Link: googleapis/googleapis@b270d27
Source-Link: googleapis/googleapis-gen@b24f121
Copy-Tag: eyJwIjoiQWxsb3lEYi8uT3dsQm90LnlhbWwiLCJoIjoiYjI0ZjEyMWE2NDMyZTFhOTNhMzdmYmFlZjc2ODgxN2M2ODI2MzEzNSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 13, 2023
1 parent 6427255 commit d41d39e
Show file tree
Hide file tree
Showing 11 changed files with 400 additions and 35 deletions.
Binary file modified AlloyDb/metadata/V1Alpha/Resources.php
Binary file not shown.
Binary file modified AlloyDb/metadata/V1Alpha/Service.php
Binary file not shown.
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
86 changes: 86 additions & 0 deletions AlloyDb/src/V1alpha/Backup.php

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

123 changes: 123 additions & 0 deletions AlloyDb/src/V1alpha/Backup/QuantityBasedExpiry.php

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

68 changes: 53 additions & 15 deletions AlloyDb/src/V1alpha/Cluster.php

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

Loading

0 comments on commit d41d39e

Please sign in to comment.