Enum Operation.Status (1.30.0)

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

[Output Only] The status of the operation, which can be one of the following: PENDING, RUNNING, or DONE.

Protobuf enum google.cloud.compute.v1.Operation.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DONE

DONE = 2104194;

DONE_VALUE

DONE = 2104194;

PENDING

PENDING = 35394935;

PENDING_VALUE

PENDING = 35394935;

RUNNING

RUNNING = 121282975;

RUNNING_VALUE

RUNNING = 121282975;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

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