fix!: Breaking change: move AwsPrincipalTagsOptions message out from TokenOptions message into the V1 namespace#30927
Merged
viacheslav-rostovtsev merged 2 commits intomainfrom Sep 17, 2025
Conversation
|
Here is the summary of changes. You are about to add 2 region tags.
This comment is generated by snippet-bot.
|
VerifyConfidentialSpace and VerifyConfidentialGke rpcs and relevant fields
Contributor
Author
|
Owl bot is regenerating pull request 30927... |
Member
|
BREAKING CHANGE alert |
VerifyConfidentialSpace and VerifyConfidentialGke rpcs and relevant fields
e9df7bd to
776b138
Compare
VerifyConfidentialSpace and VerifyConfidentialGke rpcs and relevant fields
Contributor
Author
|
Owl bot is regenerating pull request 30927... |
…hich requires google-protobuf v4.26+ docs: add quick start to wrapper libraries README.md PiperOrigin-RevId: 805000877 Source-Link: googleapis/googleapis@8727b5b Source-Link: googleapis/googleapis-gen@59a0202 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWNvbmZpZGVudGlhbF9jb21wdXRpbmctdjEvLk93bEJvdC55YW1sIiwiaCI6IjU5YTAyMDJjMTNhMWQ4ZDFiMDc3MzA0ZmU1MjlhOGVhMjhmZDM0ZWMifQ== feat: Add new `VerifyConfidentialSpace` and `VerifyConfidentialGke` rpcs and relevant fields fix!: Move `AwsPrincipalTagsOptions` out from `TokenOptions` message docs: Updated comment for method `VerifyAttestation`, `VerifyAttestationRequest` and `VerifyAttestationResponse` in service `ConfidentialComputing` is changed docs: A comment for field `aws_principal_tags_options` in message `.google.cloud.confidentialcomputing.v1.TokenOptions` is changed PiperOrigin-RevId: 800806196 Source-Link: googleapis/googleapis@bf9ef0b Source-Link: googleapis/googleapis-gen@4744f98 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWNvbmZpZGVudGlhbF9jb21wdXRpbmctdjEvLk93bEJvdC55YW1sIiwiaCI6IjQ3NDRmOThhOWRiZjlhOGViZjA3ZjRiZWQ1ZjgwNzIzODI1OTM5NDYifQ==
e524801 to
bab1606
Compare
viacheslav-rostovtsev
approved these changes
Sep 17, 2025
shubhangi-google
pushed a commit
to shubhangi-google/google-cloud-ruby
that referenced
this pull request
Jan 27, 2026
…TokenOptions message into the V1 namespace (googleapis#30927) fix!: Move `AwsPrincipalTagsOptions` out from `TokenOptions` message feat: Add new `VerifyConfidentialSpace` and `VerifyConfidentialGke` rpcs and relevant fields docs: Updated comment for method `VerifyAttestation`, `VerifyAttestationRequest` and `VerifyAttestationResponse` in service `ConfidentialComputing` is changed docs: A comment for field `aws_principal_tags_options` in message `.google.cloud.confidentialcomputing.v1.TokenOptions` is changed PiperOrigin-RevId: 805000877 Source-Link: googleapis/googleapis@8727b5b Source-Link: googleapis/googleapis-gen@59a0202 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWNvbmZpZGVudGlhbF9jb21wdXRpbmctdjEvLk93bEJvdC55YW1sIiwiaCI6IjU5YTAyMDJjMTNhMWQ4ZDFiMDc3MzA0ZmU1MjlhOGVhMjhmZDM0ZWMifQ== feat: Add new `VerifyConfidentialSpace` and `VerifyConfidentialGke` rpcs and relevant fields fix!: Move `AwsPrincipalTagsOptions` out from `TokenOptions` message docs: Updated comment for method `VerifyAttestation`, `VerifyAttestationRequest` and `VerifyAttestationResponse` in service `ConfidentialComputing` is changed docs: A comment for field `aws_principal_tags_options` in message `.google.cloud.confidentialcomputing.v1.TokenOptions` is changed PiperOrigin-RevId: 800806196 Source-Link: googleapis/googleapis@bf9ef0b Source-Link: googleapis/googleapis-gen@4744f98 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWNvbmZpZGVudGlhbF9jb21wdXRpbmctdjEvLk93bEJvdC55YW1sIiwiaCI6IjQ3NDRmOThhOWRiZjlhOGViZjA3ZjRiZWQ1ZjgwNzIzODI1OTM5NDYifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs: add quick start to wrapper libraries README.md
PiperOrigin-RevId: 805000877
Source-Link: googleapis/googleapis@8727b5b
Source-Link: https://github.com/googleapis/googleapis-gen/commit/59a0202c13a1d8d1b077304fe529a8ea28fd34ec
Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWNvbmZpZGVudGlhbF9jb21wdXRpbmctdjEvLk93bEJvdC55YW1sIiwiaCI6IjU5YTAyMDJjMTNhMWQ4ZDFiMDc3MzA0ZmU1MjlhOGVhMjhmZDM0ZWMifQ==
fix!: Breaking change: move
AwsPrincipalTagsOptionsmessage out fromTokenOptionsmessage into theV1namespacefeat: update gapic-common dependency for generated libraries to 1.2 which requires google-protobuf v4.26+
feat: Add new
VerifyConfidentialSpaceandVerifyConfidentialGkerpcs and relevant fieldsdocs: Updated comment for method
VerifyAttestation,VerifyAttestationRequestandVerifyAttestationResponsein serviceConfidentialComputingis changeddocs: A comment for field
aws_principal_tags_optionsin message.google.cloud.confidentialcomputing.v1.TokenOptionsis changedPiperOrigin-RevId: 800806196
Source-Link: googleapis/googleapis@bf9ef0b
Source-Link: https://github.com/googleapis/googleapis-gen/commit/4744f98a9dbf9a8ebf07f4bed5f8072382593946
Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWNvbmZpZGVudGlhbF9jb21wdXRpbmctdjEvLk93bEJvdC55YW1sIiwiaCI6IjQ3NDRmOThhOWRiZjlhOGViZjA3ZjRiZWQ1ZjgwNzIzODI1OTM5NDYifQ==