public enum Subscription.State extends Enum<Subscription.State> implements ProtocolMessageEnum
Possible states for the subscription.
Protobuf enum google.apps.events.subscriptions.v1.Subscription.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The subscription is active and can receive and deliver events to its notification endpoint. |
ACTIVE_VALUE |
The subscription is active and can receive and deliver events to its notification endpoint. |
DELETED |
The subscription is deleted. |
DELETED_VALUE |
The subscription is deleted. |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
SUSPENDED |
The subscription is unable to receive events due to an error.
To identify the error, see the
|
SUSPENDED_VALUE |
The subscription is unable to receive events due to an error.
To identify the error, see the
|
UNRECOGNIZED |
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() |