Enum State (1.39.0)

public enum State extends Enum<State> implements ProtocolMessageEnum

State of a resource.

Protobuf enum google.cloud.dataplex.v1.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTION_REQUIRED

Resource is active but has unresolved actions.

ACTION_REQUIRED = 4;

ACTION_REQUIRED_VALUE

Resource is active but has unresolved actions.

ACTION_REQUIRED = 4;

ACTIVE

Resource is active, i.e., ready to use.

ACTIVE = 1;

ACTIVE_VALUE

Resource is active, i.e., ready to use.

ACTIVE = 1;

CREATING

Resource is under creation.

CREATING = 2;

CREATING_VALUE

Resource is under creation.

CREATING = 2;

DELETING

Resource is under deletion.

DELETING = 3;

DELETING_VALUE

Resource is under deletion.

DELETING = 3;

STATE_UNSPECIFIED

State is not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is not specified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()