Enum Cluster.State (0.15.0)

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

The current state of the cluster.

Protobuf enum google.events.cloud.visionai.v1.Cluster.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

The ERROR state indicates the cluster is unusable. It will be automatically deleted.

ERROR = 4;

ERROR_VALUE

The ERROR state indicates the cluster is unusable. It will be automatically deleted.

ERROR = 4;

PROVISIONING

The PROVISIONING state indicates the cluster is being created.

PROVISIONING = 1;

PROVISIONING_VALUE

The PROVISIONING state indicates the cluster is being created.

PROVISIONING = 1;

RUNNING

The RUNNING state indicates the cluster has been created and is fully usable.

RUNNING = 2;

RUNNING_VALUE

The RUNNING state indicates the cluster has been created and is fully usable.

RUNNING = 2;

STATE_UNSPECIFIED

Not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not set.

STATE_UNSPECIFIED = 0;

STOPPING

The STOPPING state indicates the cluster is being deleted.

STOPPING = 3;

STOPPING_VALUE

The STOPPING state indicates the cluster is being deleted.

STOPPING = 3;

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