Reference documentation and code samples for the Google Cloud Support V2 Client class State.
The state of the subscription.
Protobuf type google.cloud.support.v2.SupportEventSubscription.State
Namespace
Google \ Cloud \ Support \ V2 \ SupportEventSubscriptionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
WORKING
Value: 1Subscription is active and working.
Generated from protobuf enum WORKING = 1;
FAILING
Value: 2Subscription is failing. Notifications cannot be published for some reason.
Generated from protobuf enum FAILING = 2;
DELETED
Value: 3Subscription has been deleted and is pending purge. Notifications are not
sent for deleted subscriptions. Deleted subscriptions are purged after
their purge_time has passed.
Generated from protobuf enum DELETED = 3;