Enum OperationMetadata.Status (3.35.0)

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

Code describes the status of the operation (or one of its steps).

Protobuf enum google.api.servicemanagement.v1.OperationMetadata.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

The operation or step has completed with cancellation.

CANCELLED = 5;

CANCELLED_VALUE

The operation or step has completed with cancellation.

CANCELLED = 5;

DONE

The operation or step has completed without errors.

DONE = 1;

DONE_VALUE

The operation or step has completed without errors.

DONE = 1;

FAILED

The operation or step has completed with errors. If the operation is rollbackable, the rollback completed with errors too.

FAILED = 4;

FAILED_VALUE

The operation or step has completed with errors. If the operation is rollbackable, the rollback completed with errors too.

FAILED = 4;

IN_PROGRESS

The operation or step is in progress.

IN_PROGRESS = 3;

IN_PROGRESS_VALUE

The operation or step is in progress.

IN_PROGRESS = 3;

NOT_STARTED

The operation or step has not started yet.

NOT_STARTED = 2;

NOT_STARTED_VALUE

The operation or step has not started yet.

NOT_STARTED = 2;

STATUS_UNSPECIFIED

Unspecifed code.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Unspecifed code.

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