Enum SupportEventSubscription.State (0.78.0)

public enum SupportEventSubscription.State extends Enum<SupportEventSubscription.State> implements ProtocolMessageEnum

The state of the subscription.

Protobuf enum google.cloud.support.v2beta.SupportEventSubscription.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELETED

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.

DELETED = 3;

DELETED_VALUE

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.

DELETED = 3;

FAILING

Subscription is failing. Notifications cannot be published for some reason.

FAILING = 2;

FAILING_VALUE

Subscription is failing. Notifications cannot be published for some reason.

FAILING = 2;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
WORKING

Subscription is active and working.

WORKING = 1;

WORKING_VALUE

Subscription is active and working.

WORKING = 1;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()