Enum Configuration.State (0.1.0)

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

State of the configuration.

Protobuf enum google.cloud.licensemanager.v1.Configuration.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
STATE_ACTIVE

Configuration is in active state.

STATE_ACTIVE = 1;

STATE_ACTIVE_VALUE

Configuration is in active state.

STATE_ACTIVE = 1;

STATE_DELETED

Configuration is in deleted state.

STATE_DELETED = 3;

STATE_DELETED_VALUE

Configuration is in deleted state.

STATE_DELETED = 3;

STATE_SUSPENDED

Configuration is in deactivated state.

STATE_SUSPENDED = 2;

STATE_SUSPENDED_VALUE

Configuration is in deactivated state.

STATE_SUSPENDED = 2;

STATE_UNSPECIFIED

The Status of the configuration is unspecified

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The Status of the configuration is unspecified

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