Google Cloud Support V2beta Client - Class State (1.7.0)

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.

Generated from protobuf enum DELETED = 3;