Skip to content
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

feat: [google-cloud-backupdr] Client library for the backupvault api is added #13110

Merged
merged 5 commits into from
Oct 8, 2024

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Sep 25, 2024

  • Regenerate this pull request now.

fix!: Remove visibility of unneeded InitiateBackup RPC
fix!: Remove visibility of unneeded AbandonBackup RPC
fix!: Remove visibility of unneeded FinalizeBackup RPC
fix!: Remove visibility of unneeded RemoveDataSource RPC
fix!: Remove visibility of unneeded SetInternalStatus RPC

PiperOrigin-RevId: 683196317

Source-Link: googleapis/googleapis@c532f35

Source-Link: https://github.com/googleapis/googleapis-gen/commit/fd43f5733b002358fa679623f6099aafb6660c8e
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhY2t1cGRyLy5Pd2xCb3QueWFtbCIsImgiOiJmZDQzZjU3MzNiMDAyMzU4ZmE2Nzk2MjNmNjA5OWFhZmI2NjYwYzhlIn0=

BEGIN_NESTED_COMMIT
feat: [google-cloud-backupdr] Client library for the backupvault api is added
feat: Add backupplan proto
feat: Add backupplanassociation proto
feat: Add backupvault_ba proto
feat: Add backupvault_gce proto

docs: A comment for field oauth2_client_id in message .google.cloud.backupdr.v1.ManagementServer is changed
docs: A comment for field parent in message .google.cloud.backupdr.v1.ListManagementServersRequest is changed
docs: A comment for field management_servers in message .google.cloud.backupdr.v1.ListManagementServersResponse is changed
docs: A comment for field name in message .google.cloud.backupdr.v1.GetManagementServerRequest is changed
docs: A comment for field parent in message .google.cloud.backupdr.v1.CreateManagementServerRequest is changed
docs: A comment for field requested_cancellation in message .google.cloud.backupdr.v1.OperationMetadata is changed
PiperOrigin-RevId: 678800741

Source-Link: googleapis/googleapis@d36e288

Source-Link: https://github.com/googleapis/googleapis-gen/commit/fba9d225b43dcf7361006491810485cdf1b57cdb
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhY2t1cGRyLy5Pd2xCb3QueWFtbCIsImgiOiJmYmE5ZDIyNWI0M2RjZjczNjEwMDY0OTE4MTA0ODVjZGYxYjU3Y2RiIn0=
END_NESTED_COMMIT

BEGIN_COMMIT_OVERRIDE
feat: [google-cloud-backupdr] Client library for the backupvault api is added
feat: Add backupplan proto
feat: Add backupplanassociation proto
feat: Add backupvault_ba proto
feat: Add backupvault_gce proto
docs: A comment for field oauth2_client_id in message .google.cloud.backupdr.v1.ManagementServer is changed
docs: A comment for field parent in message .google.cloud.backupdr.v1.ListManagementServersRequest is changed
docs: A comment for field management_servers in message .google.cloud.backupdr.v1.ListManagementServersResponse is changed
docs: A comment for field name in message .google.cloud.backupdr.v1.GetManagementServerRequest is changed
docs: A comment for field parent in message .google.cloud.backupdr.v1.CreateManagementServerRequest is changed
docs: A comment for field requested_cancellation in message .google.cloud.backupdr.v1.OperationMetadata is changed
END_COMMIT_OVERRIDE

feat: Add backupplan proto
feat: Add backupplanassociation proto
feat: Add backupvault_ba proto
feat: Add backupvault_gce proto

docs: A comment for field `oauth2_client_id` in message `.google.cloud.backupdr.v1.ManagementServer` is changed
docs: A comment for field `parent` in message `.google.cloud.backupdr.v1.ListManagementServersRequest` is changed
docs: A comment for field `management_servers` in message `.google.cloud.backupdr.v1.ListManagementServersResponse` is changed
docs: A comment for field `name` in message `.google.cloud.backupdr.v1.GetManagementServerRequest` is changed
docs: A comment for field `parent` in message `.google.cloud.backupdr.v1.CreateManagementServerRequest` is changed
docs: A comment for field `requested_cancellation` in message `.google.cloud.backupdr.v1.OperationMetadata` is changed
PiperOrigin-RevId: 678800741

Source-Link: googleapis/googleapis@d36e288

Source-Link: googleapis/googleapis-gen@fba9d22
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhY2t1cGRyLy5Pd2xCb3QueWFtbCIsImgiOiJmYmE5ZDIyNWI0M2RjZjczNjEwMDY0OTE4MTA0ODVjZGYxYjU3Y2RiIn0=
@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 Sep 25, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 25, 2024
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review September 26, 2024 00:00
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner September 26, 2024 00:00
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 26, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 26, 2024
Copy link

snippet-bot bot commented Sep 26, 2024

Here is the summary of changes.

You are about to add 46 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@noahdietz
Copy link

Please hold off on this PR - it contains a change that may need to be rolled back

@ohmayr ohmayr added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 4, 2024
@ohmayr
Copy link
Contributor

ohmayr commented Oct 4, 2024

Wait for cl/681017000 to be merged and the changes to appear.

@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2024
fix!: Remove visibility of unneeded InitiateBackup RPC
fix!: Remove visibility of unneeded AbandonBackup RPC
fix!: Remove visibility of unneeded FinalizeBackup RPC
fix!: Remove visibility of unneeded RemoveDataSource RPC
fix!: Remove visibility of unneeded SetInternalStatus RPC

PiperOrigin-RevId: 683196317

Source-Link: googleapis/googleapis@c532f35

Source-Link: googleapis/googleapis-gen@fd43f57
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJhY2t1cGRyLy5Pd2xCb3QueWFtbCIsImgiOiJmZDQzZjU3MzNiMDAyMzU4ZmE2Nzk2MjNmNjA5OWFhZmI2NjYwYzhlIn0=
@gcf-owl-bot gcf-owl-bot bot changed the title feat: [google-cloud-backupdr] Client library for the backupvault api is added fix!: [google-cloud-backupdr] Remove visibility of unneeded TestIamPermissions RPC Oct 7, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 7, 2024
@parthea parthea removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Oct 8, 2024
@parthea parthea changed the title fix!: [google-cloud-backupdr] Remove visibility of unneeded TestIamPermissions RPC feat: [google-cloud-backupdr] Client library for the backupvault api is added Oct 8, 2024
@parthea parthea merged commit 27c262d into main Oct 8, 2024
19 checks passed
@parthea parthea deleted the owl-bot-copy-packages-google-cloud-backupdr branch October 8, 2024 14:15
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.

3 participants