RecommendationSubscriptionOperation

  • RecommendationSubscriptionService.MutateRecommendationSubscription is a single operation used to create or update a recommendation subscription.

  • Theupdate_mask field is optional and used to specify which fields are modified during an update.

  • Theoperation field is required and specifies whether to create or update a recommendation subscription.

  • Thecreate operation does not require a resource name, while theupdate operation requires a valid resource name.

A single operation (create, update) on a recommendation subscription.RecommendationSubscriptionService.MutateRecommendationSubscription

Proto definition

Fields

operation

Union field. Required. Create or update operation.

operation can be only one of the following:

create

RecommendationSubscription

Create operation: No resource name is expected for the new subscription.

update

RecommendationSubscription

Update operation: The subscription is expected to have a valid resource name.

update_mask

FieldMask

Optional. FieldMask that determines which resource fields are modified in an update.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.