public enum SubscriptionConfig.SubscriptionState extends Enum<SubscriptionConfig.SubscriptionState> implements ProtocolMessageEnum
Enum to represent the state of the subscription.
Protobuf enum
google.cloud.gdchardwaremanagement.v1alpha.SubscriptionConfig.SubscriptionState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
Active state means that the subscription has been created successfully and billing is happening. |
ACTIVE_VALUE |
Active state means that the subscription has been created successfully and billing is happening. |
COMPLETED |
The subscription has been completed, because it has reached the end date. |
COMPLETED_VALUE |
The subscription has been completed, because it has reached the end date. |
ERROR |
The subscription is in an erroneous state. |
ERROR_VALUE |
The subscription is in an erroneous state. |
FAILED_TO_RETRIEVE |
The subscription state failed to be retrieved. This may be a transient issue. The user should retry the request. |
FAILED_TO_RETRIEVE_VALUE |
The subscription state failed to be retrieved. This may be a transient issue. The user should retry the request. |
INACTIVE |
Inactive means that the subscription has been created successfully, but billing has not started yet. |
INACTIVE_VALUE |
Inactive means that the subscription has been created successfully, but billing has not started yet. |
SUBSCRIPTION_STATE_UNSPECIFIED |
State is unspecified. |
SUBSCRIPTION_STATE_UNSPECIFIED_VALUE |
State is unspecified. |
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() |