Skip to content

Commit a0fde90

Browse files
feat: add AwsWrappedKeyInfo to EncryptionInfo for supporting data encryption using AWS KMS keys (#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>
1 parent ca0f9da commit a0fde90

17 files changed

Lines changed: 244 additions & 7 deletions

google-ads-data_manager-v1/.owlbot-manifest.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"lib/google/ads/datamanager/v1/experimental_field_pb.rb",
3535
"lib/google/ads/datamanager/v1/ingestion_service_pb.rb",
3636
"lib/google/ads/datamanager/v1/ingestion_service_services_pb.rb",
37+
"lib/google/ads/datamanager/v1/item_parameter_pb.rb",
3738
"lib/google/ads/datamanager/v1/match_rate_pb.rb",
3839
"lib/google/ads/datamanager/v1/processing_errors_pb.rb",
3940
"lib/google/ads/datamanager/v1/request_status_per_destination_pb.rb",
@@ -51,6 +52,7 @@
5152
"proto_docs/google/ads/datamanager/v1/event.rb",
5253
"proto_docs/google/ads/datamanager/v1/experimental_field.rb",
5354
"proto_docs/google/ads/datamanager/v1/ingestion_service.rb",
55+
"proto_docs/google/ads/datamanager/v1/item_parameter.rb",
5456
"proto_docs/google/ads/datamanager/v1/match_rate.rb",
5557
"proto_docs/google/ads/datamanager/v1/processing_errors.rb",
5658
"proto_docs/google/ads/datamanager/v1/request_status_per_destination.rb",

google-ads-data_manager-v1/lib/google/ads/datamanager/v1/cart_data_pb.rb

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-ads-data_manager-v1/lib/google/ads/datamanager/v1/destination_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-ads-data_manager-v1/lib/google/ads/datamanager/v1/encryption_info_pb.rb

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-ads-data_manager-v1/lib/google/ads/datamanager/v1/error_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)