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.
Required. Immutable. The type of recommendation subscribed to.
createDateTime
string
Output only. Time in seconds when the subscription was first created. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
modifyDateTime
string
Output only. Contains the time in microseconds, when the Recommendation Subscription was last updated. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.
Output-only. Represents a format not yet defined in this enum.
ENABLED
A subscription in the enabled state will automatically apply any recommendations of that type.
PAUSED
Recommendations of the relevant type will not be automatically applied. Subscriptions cannot be deleted. Once created, they can only move between enabled and paused states.
[[["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 Recommendation Subscription resource manages automatic application of recommendations based on their type."],["It includes fields like resource name, recommendation type, creation and modification timestamps, and subscription status."],["The subscription status can be either enabled, for automatic application of recommendations, or paused, to prevent automatic application."],["Subscriptions cannot be deleted, only toggled between enabled and paused states."]]],["The document details the Recommendation Subscription resource, defined by its resource name, recommendation type, creation timestamp, last modification timestamp, and status. The status can be either `ENABLED`, where recommendations are automatically applied, or `PAUSED`, where recommendations are not. The resource name is immutable. The recommendation type is also immutable and required. Subscriptions cannot be deleted, but can transition between `ENABLED` and `PAUSED` states.\n"]]