RecommendationSubscriptionStatus
Enum describing recommendation subscription statuses.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["This enum defines the different states a recommendation subscription can have."],["Subscriptions can be `ENABLED` to automatically apply recommendations or `PAUSED` to prevent automatic application."],["`UNSPECIFIED` and `UNKNOWN` values cater to undefined or currently unsupported subscription states."]]],[]]