Enum Operation.Status (2.3.6)

public enum Operation.Status extends Enum<Operation.Status> implements ProtocolMessageEnum

Current status of the operation.

Protobuf enum google.container.v1beta1.Operation.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ABORTING

The operation is aborting.

ABORTING = 4;

ABORTING_VALUE

The operation is aborting.

ABORTING = 4;

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 currently running.

RUNNING = 2;

RUNNING_VALUE

The operation is currently running.

RUNNING = 2;

STATUS_UNSPECIFIED

Not set.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Not set.

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