Enum Resource.State (0.18.0)

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

Possible states of a resource.

Protobuf enum google.cloud.config.v1.Resource.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED

Resource failed to reconcile.

FAILED = 4;

FAILED_VALUE

Resource failed to reconcile.

FAILED = 4;

IN_PROGRESS

Resource is actively reconciling into the intended state.

IN_PROGRESS = 2;

IN_PROGRESS_VALUE

Resource is actively reconciling into the intended state.

IN_PROGRESS = 2;

PLANNED

Resource has been planned for reconcile.

PLANNED = 1;

PLANNED_VALUE

Resource has been planned for reconcile.

PLANNED = 1;

RECONCILED

Resource has reconciled to intended state.

RECONCILED = 3;

RECONCILED_VALUE

Resource has reconciled to intended state.

RECONCILED = 3;

STATE_UNSPECIFIED

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value is used if the state is omitted.

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