feat: add AwsWrappedKeyInfo to EncryptionInfo for supporting data encryption using AWS KMS keys#32161
Merged
aandreassa merged 2 commits intomainfrom Nov 7, 2025
Merged
Conversation
… encryption using AWS KMS keys feat: add `additional_user_properties` to `UserProperties` for sending additional key-value pairs of user properties feat: add `item_id` to `Item` for uniquely identifying an item feat: add `additional_item_parameters` to `Item` for sending additional key-value pairs of item parameters feat: add `GOOGLE_ANALYTICS_PROPERTY` to `AccountType` enum for supporting Google Analytics as a destination feat: add `PROCESSING_ERROR_REASON_AWS_AUTH_FAILED` to `ProcessingErrorReason` enum feat: add `PROCESSING_WARNING_REASON_AWS_AUTH_FAILED` to `ProcessingWarningReason` enum feat: add new error codes `UNSUPPORTED_OPERATING_ACCOUNT_FOR_DATA_PARTNER`, `UNSUPPORTED_LINKED_ACCOUNT_FOR_DATA_PARTNER`, `INVALID_PROPERTY_TYPE`, `INVALID_STREAM_TYPE`, `LINKED_ACCOUNT_ONLY_ALLOWED_WITH_DATA_PARTNER_LOGIN_ACCOUNT`, `OPERATING_ACCOUNT_LOGIN_ACCOUNT_MISMATCH`, `EVENT_TIME_INVALID`, `RESERVED_NAME_USED`, `INVALID_EVENT_NAME`, `NOT_ALLOWLISTED`, `MULTIPLE_DESTINATIONS_FOR_GOOGLE_ANALYTICS_EVENT`, `FIELD_VALUE_TOO_LONG`, `TOO_MANY_ELEMENTS` to `ErrorReason` enum feat: add `event_name` to `Event` for specifying the name of the Google Analytics event feat: add `client_id` to `Event` for uniquely identifying a user instance of a web client for a Google Analytics web stream feat: add `user_id` to `Event` for uniquely identifying a user as defined by the advertiser for Google Analytics events feat: add `additional_event_parameters` to `Event` for sending additional key-value pairs of event parameters for Google Analytics events PiperOrigin-RevId: 828683664 Source-Link: googleapis/googleapis@e030b93 Source-Link: googleapis/googleapis-gen@dff856a Copy-Tag: eyJwIjoiZ29vZ2xlLWFkcy1kYXRhX21hbmFnZXItdjEvLk93bEJvdC55YW1sIiwiaCI6ImRmZjg1NmE5ZGNhNjMxMjZjNGYwYTFmNjcyOGYwMjYwM2Q5YTg0MTkifQ==
aandreassa
approved these changes
Nov 7, 2025
shubhangi-google
pushed a commit
to shubhangi-google/google-cloud-ruby
that referenced
this pull request
Jan 27, 2026
… encryption using AWS KMS keys (googleapis#32161) feat: add `additional_user_properties` to `UserProperties` for sending additional key-value pairs of user properties feat: add `item_id` to `Item` for uniquely identifying an item feat: add `additional_item_parameters` to `Item` for sending additional key-value pairs of item parameters feat: add `GOOGLE_ANALYTICS_PROPERTY` to `AccountType` enum for supporting Google Analytics as a destination feat: add `PROCESSING_ERROR_REASON_AWS_AUTH_FAILED` to `ProcessingErrorReason` enum feat: add `PROCESSING_WARNING_REASON_AWS_AUTH_FAILED` to `ProcessingWarningReason` enum feat: add new error codes `UNSUPPORTED_OPERATING_ACCOUNT_FOR_DATA_PARTNER`, `UNSUPPORTED_LINKED_ACCOUNT_FOR_DATA_PARTNER`, `INVALID_PROPERTY_TYPE`, `INVALID_STREAM_TYPE`, `LINKED_ACCOUNT_ONLY_ALLOWED_WITH_DATA_PARTNER_LOGIN_ACCOUNT`, `OPERATING_ACCOUNT_LOGIN_ACCOUNT_MISMATCH`, `EVENT_TIME_INVALID`, `RESERVED_NAME_USED`, `INVALID_EVENT_NAME`, `NOT_ALLOWLISTED`, `MULTIPLE_DESTINATIONS_FOR_GOOGLE_ANALYTICS_EVENT`, `FIELD_VALUE_TOO_LONG`, `TOO_MANY_ELEMENTS` to `ErrorReason` enum feat: add `event_name` to `Event` for specifying the name of the Google Analytics event feat: add `client_id` to `Event` for uniquely identifying a user instance of a web client for a Google Analytics web stream feat: add `user_id` to `Event` for uniquely identifying a user as defined by the advertiser for Google Analytics events feat: add `additional_event_parameters` to `Event` for sending additional key-value pairs of event parameters for Google Analytics events PiperOrigin-RevId: 828683664 Source-Link: googleapis/googleapis@e030b93 Source-Link: googleapis/googleapis-gen@dff856a Copy-Tag: eyJwIjoiZ29vZ2xlLWFkcy1kYXRhX21hbmFnZXItdjEvLk93bEJvdC55YW1sIiwiaCI6ImRmZjg1NmE5ZGNhNjMxMjZjNGYwYTFmNjcyOGYwMjYwM2Q5YTg0MTkifQ== * 🦉 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.
feat: add
additional_user_propertiestoUserPropertiesfor sending additional key-value pairs of user propertiesfeat: add
item_idtoItemfor uniquely identifying an itemfeat: add
additional_item_parameterstoItemfor sending additional key-value pairs of item parametersfeat: add
GOOGLE_ANALYTICS_PROPERTYtoAccountTypeenum for supporting Google Analytics as a destinationfeat: add
PROCESSING_ERROR_REASON_AWS_AUTH_FAILEDtoProcessingErrorReasonenumfeat: add
PROCESSING_WARNING_REASON_AWS_AUTH_FAILEDtoProcessingWarningReasonenumfeat: add new error codes
UNSUPPORTED_OPERATING_ACCOUNT_FOR_DATA_PARTNER,UNSUPPORTED_LINKED_ACCOUNT_FOR_DATA_PARTNER,INVALID_PROPERTY_TYPE,INVALID_STREAM_TYPE,LINKED_ACCOUNT_ONLY_ALLOWED_WITH_DATA_PARTNER_LOGIN_ACCOUNT,OPERATING_ACCOUNT_LOGIN_ACCOUNT_MISMATCH,EVENT_TIME_INVALID,RESERVED_NAME_USED,INVALID_EVENT_NAME,NOT_ALLOWLISTED,MULTIPLE_DESTINATIONS_FOR_GOOGLE_ANALYTICS_EVENT,FIELD_VALUE_TOO_LONG,TOO_MANY_ELEMENTStoErrorReasonenumfeat: add
event_nametoEventfor specifying the name of the Google Analytics eventfeat: add
client_idtoEventfor uniquely identifying a user instance of a web client for a Google Analytics web streamfeat: add
user_idtoEventfor uniquely identifying a user as defined by the advertiser for Google Analytics eventsfeat: add
additional_event_parameterstoEventfor sending additional key-value pairs of event parameters for Google Analytics eventsPiperOrigin-RevId: 828683664
Source-Link: googleapis/googleapis@e030b93
Source-Link: https://github.com/googleapis/googleapis-gen/commit/dff856a9dca63126c4f0a1f6728f02603d9a8419
Copy-Tag: eyJwIjoiZ29vZ2xlLWFkcy1kYXRhX21hbmFnZXItdjEvLk93bEJvdC55YW1sIiwiaCI6ImRmZjg1NmE5ZGNhNjMxMjZjNGYwYTFmNjcyOGYwMjYwM2Q5YTg0MTkifQ==