Enum CommonMetadata.State (2.19.2)

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

The various possible states for an ongoing Operation.

Protobuf enum google.datastore.admin.v1.CommonMetadata.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CANCELLED

Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.

CANCELLED = 7;

CANCELLED_VALUE

Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.

CANCELLED = 7;

CANCELLING

Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.

CANCELLING = 3;

CANCELLING_VALUE

Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.

CANCELLING = 3;

FAILED

Request has finished being processed, but encountered an error.

FAILED = 6;

FAILED_VALUE

Request has finished being processed, but encountered an error.

FAILED = 6;

FINALIZING

Request has been processed and is in its finalization stage.

FINALIZING = 4;

FINALIZING_VALUE

Request has been processed and is in its finalization stage.

FINALIZING = 4;

INITIALIZING

Request is being prepared for processing.

INITIALIZING = 1;

INITIALIZING_VALUE

Request is being prepared for processing.

INITIALIZING = 1;

PROCESSING

Request is actively being processed.

PROCESSING = 2;

PROCESSING_VALUE

Request is actively being processed.

PROCESSING = 2;

STATE_UNSPECIFIED

Unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified.

STATE_UNSPECIFIED = 0;

SUCCESSFUL

Request has completed successfully.

SUCCESSFUL = 5;

SUCCESSFUL_VALUE

Request has completed successfully.

SUCCESSFUL = 5;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()