public enum AutokeyConfig.State extends Enum<AutokeyConfig.State> implements ProtocolMessageEnum
The states AutokeyConfig can be in.
Protobuf enum google.cloud.kms.v1.AutokeyConfig.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The AutokeyConfig is currently active. |
ACTIVE_VALUE |
The AutokeyConfig is currently active. |
KEY_PROJECT_DELETED |
A previously configured key project has been deleted and the current AutokeyConfig is unusable. |
KEY_PROJECT_DELETED_VALUE |
A previously configured key project has been deleted and the current AutokeyConfig is unusable. |
STATE_UNSPECIFIED |
The state of the AutokeyConfig is unspecified. |
STATE_UNSPECIFIED_VALUE |
The state of the AutokeyConfig is unspecified. |
UNINITIALIZED |
The AutokeyConfig is not yet initialized or has been reset to its default uninitialized state. |
UNINITIALIZED_VALUE |
The AutokeyConfig is not yet initialized or has been reset to its default uninitialized state. |
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() |