Enum ClusterOperationStatus.State (2.3.1)

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

The operation state.

Protobuf enum google.cloud.dataproc.v1.ClusterOperationStatus.State

Implements

ProtocolMessageEnum

Fields

NameDescription
DONE

The operation is done; either cancelled or completed.

DONE = 3;

DONE_VALUE

The operation is done; either cancelled or completed.

DONE = 3;

PENDING

The operation has been created.

PENDING = 1;

PENDING_VALUE

The operation has been created.

PENDING = 1;

RUNNING

The operation is running.

RUNNING = 2;

RUNNING_VALUE

The operation is running.

RUNNING = 2;

UNKNOWN

Unused.

UNKNOWN = 0;

UNKNOWN_VALUE

Unused.

UNKNOWN = 0;

UNRECOGNIZED

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()