public enum SupportEventSubscription.State extends Enum<SupportEventSubscription.State> implements ProtocolMessageEnumThe state of the subscription.
Protobuf enum google.cloud.support.v2beta.SupportEventSubscription.State
Implements
ProtocolMessageEnumStatic 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 |
DELETED_VALUE |
Subscription has been deleted and is pending purge. Notifications are not
sent for deleted subscriptions. Deleted subscriptions are purged after
their |
FAILING |
Subscription is failing. Notifications cannot be published for some reason. |
FAILING_VALUE |
Subscription is failing. Notifications cannot be published for some reason. |
STATE_UNSPECIFIED |
Unspecified state. |
STATE_UNSPECIFIED_VALUE |
Unspecified state. |
UNRECOGNIZED |
|
WORKING |
Subscription is active and working. |
WORKING_VALUE |
Subscription is active and working. |
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() |
|