Enum BatchOperationMetadata.State (2.5.0)

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

Protobuf enum google.cloud.talent.v4.BatchOperationMetadata.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

The batch operation is done after google.longrunning.Operations.CancelOperation is called. Any items processed before cancelling are returned in the response.

CANCELLED = 6;

CANCELLED_VALUE

The batch operation is done after google.longrunning.Operations.CancelOperation is called. Any items processed before cancelling are returned in the response.

CANCELLED = 6;

CANCELLING

The batch operation is in the process of cancelling after google.longrunning.Operations.CancelOperation is called.

CANCELLING = 5;

CANCELLING_VALUE

The batch operation is in the process of cancelling after google.longrunning.Operations.CancelOperation is called.

CANCELLING = 5;

FAILED

The batch operation is done and no item has been successfully processed.

FAILED = 4;

FAILED_VALUE

The batch operation is done and no item has been successfully processed.

FAILED = 4;

INITIALIZING

The batch operation is being prepared for processing.

INITIALIZING = 1;

INITIALIZING_VALUE

The batch operation is being prepared for processing.

INITIALIZING = 1;

PROCESSING

The batch operation is actively being processed.

PROCESSING = 2;

PROCESSING_VALUE

The batch operation is actively being processed.

PROCESSING = 2;

STATE_UNSPECIFIED

Default value.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The batch operation is processed, and at least one item has been successfully processed.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The batch operation is processed, and at least one item has been successfully processed.

SUCCEEDED = 3;

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