Enum SubscriptionConfig.SubscriptionState (0.6.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Active state means that the subscription has been created successfully and billing is happening.

ACTIVE = 1;

ACTIVE_VALUE

Active state means that the subscription has been created successfully and billing is happening.

ACTIVE = 1;

COMPLETED

The subscription has been completed, because it has reached the end date.

COMPLETED = 5;

COMPLETED_VALUE

The subscription has been completed, because it has reached the end date.

COMPLETED = 5;

ERROR

The subscription is in an erroneous state.

ERROR = 3;

ERROR_VALUE

The subscription is in an erroneous state.

ERROR = 3;

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 = 4;

FAILED_TO_RETRIEVE_VALUE

The subscription state failed to be retrieved. This may be a transient issue. The user should retry the request.

FAILED_TO_RETRIEVE = 4;

INACTIVE

Inactive means that the subscription has been created successfully, but billing has not started yet.

INACTIVE = 2;

INACTIVE_VALUE

Inactive means that the subscription has been created successfully, but billing has not started yet.

INACTIVE = 2;

SUBSCRIPTION_STATE_UNSPECIFIED

State is unspecified.

SUBSCRIPTION_STATE_UNSPECIFIED = 0;

SUBSCRIPTION_STATE_UNSPECIFIED_VALUE

State is unspecified.

SUBSCRIPTION_STATE_UNSPECIFIED = 0;

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()