10000 feat: [google-cloud-alloydb-connectors] Sync AlloyDB API changes from HEAD to stable by gcf-owl-bot[bot] · Pull Request #13894 · googleapis/google-cloud-python · GitHub
[go: up one dir, main page]

Skip to content

feat: [google-cloud-alloydb-connectors] Sync AlloyDB API changes from HEAD to stable #13894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2025

Conversation

gcf-owl-bot[bot]
Copy link
Contributor
@gcf-owl-bot gcf-owl-bot bot commented May 12, 2025

BEGIN_COMMIT_OVERRIDE
feat: Sync AlloyDB API changes from HEAD to stable
feat: Add new CSQL API for supporting Cluster creation from Cloud SQL
feat: Add new methods for exporting, importing and upgrade Cluster operations
feat: Add new fields to support observability configurations, machine types and PSC related configs
docs: A comment for field encryption_config in message .google.cloud.alloydb.v1.AutomatedBackupPolicy is changed
docs: A comment for field encryption_config in message .google.cloud.alloydb.v1.ContinuousBackupConfig is changed
docs: A comment for message Instance is changed
docs: A comment for field zone_id in message .google.cloud.alloydb.v1.Instance is changed
docs: A comment for field id in message .google.cloud.alloydb.v1.Instance is changed
docs: A comment for field ip in message .google.cloud.alloydb.v1.Instance is changed
docs: A comment for field state in message .google.cloud.alloydb.v1.Instance is changed
docs: A comment for field database_flags in message .google.cloud.alloydb.v1.Instance is changed
docs: A comment for field user in message .google.cloud.alloydb.v1.ExecuteSqlRequest is changed
docs: A comment for field use_metadata_exchange in message .google.cloud.alloydb.v1.GenerateClientCertificateRequest is changed
docs: A comment for field requested_cancellation in message .google.cloud.alloydb.v1.OperationMetadata is changed
END_COMMIT_OVERRIDE

  • Regenerate this pull request now.

feat: Add new CSQL API for supporting Cluster creation from Cloud SQL
feat: Add new methods for exporting, importing and upgrade Cluster operations
feat: Add new fields to support observability configurations, machine types and PSC related configs
docs: A comment for field encryption_config in message .google.cloud.alloydb.v1.AutomatedBackupPolicy is changed
docs: A comment for field encryption_config in message .google.cloud.alloydb.v1.ContinuousBackupConfig is changed
docs: A comment for message Instance is changed
docs: A comment for field zone_id in message .google.cloud.alloydb.v1.Instance is changed
docs: A comment for field id in message .google.cloud.alloydb.v1.Instance is changed
docs: A comment for field ip in message .google.cloud.alloydb.v1.Instance is changed
docs: A comment for field state in message .google.cloud.alloydb.v1.Instance is changed
docs: A comment for field database_flags in message .google.cloud.alloydb.v1.Instance is changed
docs: A comment for field user in message .google.cloud.alloydb.v1.ExecuteSqlRequest is changed
docs: A comment for field use_metadata_exchange in message .google.cloud.alloydb.v1.GenerateClientCertificateRequest is changed
docs: A comment for field requested_cancellation in message .google.cloud.alloydb.v1.OperationMetadata is changed

PiperOrigin-RevId: 757903570

Source-Link: googleapis/googleapis@809eb53

Source-Link: https://github.com/googleapis/googleapis-gen/commit/7b4500dffccde37372af17c6ee07a3332720fde2
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFsbG95ZGItY29ubmVjdG9ycy8uT3dsQm90LnlhbWwiLCJoIjoiN2I0NTAwZGZmY2NkZTM3MzcyYWYxN2M2ZWUwN2EzMzMyNzIwZmRlMiJ9

feat: Add new CSQL API for supporting Cluster creation from Cloud SQL
feat: Add new methods for exporting, importing and upgrade Cluster operations
feat: Add new fields to support observability configurations, machine types and PSC related configs
docs: A comment for field `encryption_config` in message `.google.cloud.alloydb.v1.AutomatedBackupPolicy` is changed
docs: A comment for field `encryption_config` in message `.google.cloud.alloydb.v1.ContinuousBackupConfig` is changed
docs: A comment for message `Instance` is changed
docs: A comment for field `zone_id` in message `.google.cloud.alloydb.v1.Instance` is changed
docs: A comment for field `id` in message `.google.cloud.alloydb.v1.Instance` is changed
docs: A comment for field `ip` in message `.google.cloud.alloydb.v1.Instance` is changed
docs: A comment for field `state` in message `.google.cloud.alloydb.v1.Instance` is changed
docs: A comment for field `database_flags` in message `.google.cloud.alloydb.v1.Instance` is changed
docs: A comment for field `user` in message `.google.cloud.alloydb.v1.ExecuteSqlRequest` is changed
docs: A comment for field `use_metadata_exchange` in message `.google.cloud.alloydb.v1.GenerateClientCertificateRequest` is changed
docs: A comment for field `requested_cancellation` in message `.google.cloud.alloydb.v1.OperationMetadata` is changed

PiperOrigin-RevId: 757903570

Source-Link: googleapis/googleapis@809eb53

Source-Link: googleapis/googleapis-gen@7b4500d
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFsbG95ZGItY29ubmVjdG9ycy8uT3dsQm90LnlhbWwiLCJoIjoiN2I0NTAwZGZmY2NkZTM3MzcyYWYxN2M2ZWUwN2EzMzMyNzIwZmRlMiJ9
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 12, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 12, 2025
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review May 12, 2025 23:28
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner May 12, 2025 23:28
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 12, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 12, 2025
@ohmayr ohmayr merged commit 673b3a2 into main May 15, 2025
20 checks passed
@ohmayr ohmayr deleted the owl-bot-copy-packages-google-cloud-alloydb-connectors branch May 15, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kokoro:force-run Add this label to force Kokoro to re-run the tests. owl-bot-copy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0