Enum AutokeyConfig.State (2.54.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The AutokeyConfig is currently active.

ACTIVE = 1;

ACTIVE_VALUE

The AutokeyConfig is currently active.

ACTIVE = 1;

KEY_PROJECT_DELETED

A previously configured key project has been deleted and the current AutokeyConfig is unusable.

KEY_PROJECT_DELETED = 2;

KEY_PROJECT_DELETED_VALUE

A previously configured key project has been deleted and the current AutokeyConfig is unusable.

KEY_PROJECT_DELETED = 2;

STATE_UNSPECIFIED

The state of the AutokeyConfig is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state of the AutokeyConfig is unspecified.

STATE_UNSPECIFIED = 0;

UNINITIALIZED

The AutokeyConfig is not yet initialized or has been reset to its default uninitialized state.

UNINITIALIZED = 3;

UNINITIALIZED_VALUE

The AutokeyConfig is not yet initialized or has been reset to its default uninitialized state.

UNINITIALIZED = 3;

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