Skip to content

feat: add AwsWrappedKeyInfo to EncryptionInfo for supporting data encryption using AWS KMS keys#32161

Merged
aandreassa merged 2 commits intomainfrom
owl-bot-copy-google-ads-data_manager-v1
Nov 7, 2025
Merged

feat: add AwsWrappedKeyInfo to EncryptionInfo for supporting data encryption using AWS KMS keys#32161
aandreassa merged 2 commits intomainfrom
owl-bot-copy-google-ads-data_manager-v1

Conversation

@gcf-owl-bot
Copy link
Copy Markdown
Contributor

@gcf-owl-bot gcf-owl-bot Bot commented Nov 6, 2025

  • Regenerate this pull request now.

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: https://github.com/googleapis/googleapis-gen/commit/dff856a9dca63126c4f0a1f6728f02603d9a8419
Copy-Tag: eyJwIjoiZ29vZ2xlLWFkcy1kYXRhX21hbmFnZXItdjEvLk93bEJvdC55YW1sIiwiaCI6ImRmZjg1NmE5ZGNhNjMxMjZjNGYwYTFmNjcyOGYwMjYwM2Q5YTg0MTkifQ==

… 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==
@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 Nov 6, 2025
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 6, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 6, 2025
@gcf-owl-bot gcf-owl-bot Bot marked this pull request as ready for review November 6, 2025 03:06
@gcf-owl-bot gcf-owl-bot Bot requested a review from yoshi-approver as a code owner November 6, 2025 03:06
@gcf-owl-bot gcf-owl-bot Bot requested a review from a team November 6, 2025 03:06
@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 Nov 6, 2025
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 6, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 6, 2025
@aandreassa aandreassa merged commit a0fde90 into main Nov 7, 2025
14 checks passed
@aandreassa aandreassa deleted the owl-bot-copy-google-ads-data_manager-v1 branch November 7, 2025 01:03
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants