Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
A single operation (create, update) on a recommendation subscription. [RecommendationSubscriptionService.MutateRecommendationSubscription]
JSON representation
{"updateMask": string,// Union field operation can be only one of the following:"create": {object (RecommendationSubscription)},"update": {object (RecommendationSubscription)}// End of list of possible types for union field operation.}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["The JSON representation describes a single operation (create or update) on a recommendation subscription using the `RecommendationSubscriptionService.MutateRecommendationSubscription` method."],["The `operation` field is required and determines whether to create a new subscription or update an existing one."],["For create operations, no resource name is needed, while update operations require a valid resource name for the subscription."],["The `updateMask` field is optional and specifies which fields of the resource should be modified during an update."]]],["This content describes the `MutateRecommendationSubscription` operation, which handles creating or updating a recommendation subscription. The operation utilizes a JSON structure with an `updateMask` field to specify modifiable fields during updates. It features a union field named `operation`, allowing either a `create` or `update` action. The `create` action requires no resource name, while `update` necessitates a valid one. The structure defines the data requirements for each operation.\n"]]