Google Cloud Support V2beta Client - Class State (1.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Support V2beta Client class State.
The state of the subscription.
Protobuf type google.cloud.support.v2beta.SupportEventSubscription.State
Namespace
Google \ Cloud \ Support \ V2beta \ SupportEventSubscription
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
WORKING
Value: 1
Subscription is active and working.
Generated from protobuf enum WORKING = 1;
FAILING
Value: 2
Subscription is failing. Notifications cannot be published for some
reason.
Generated from protobuf enum FAILING = 2;
DELETED
Value: 3
Subscription has been deleted and is pending purge. Notifications are not
sent for deleted subscriptions. Deleted subscriptions are purged after
their purge_time has passed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-31 UTC."],[],[]]