Enum ScopeLifecycleState.Code (0.14.1)

public enum ScopeLifecycleState.Code extends Enum<ScopeLifecycleState.Code> implements ProtocolMessageEnum

Code describes the state of a Scope resource.

Protobuf enum google.events.cloud.gkehub.v1.ScopeLifecycleState.Code

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CODE_UNSPECIFIED

The code is not set.

CODE_UNSPECIFIED = 0;

CODE_UNSPECIFIED_VALUE

The code is not set.

CODE_UNSPECIFIED = 0;

CREATING

The scope is being created.

CREATING = 1;

CREATING_VALUE

The scope is being created.

CREATING = 1;

DELETING

The scope is being deleted.

DELETING = 3;

DELETING_VALUE

The scope is being deleted.

DELETING = 3;

READY

The scope active.

READY = 2;

READY_VALUE

The scope active.

READY = 2;

UNRECOGNIZED
UPDATING

The scope is being updated.

UPDATING = 4;

UPDATING_VALUE

The scope is being updated.

UPDATING = 4;

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