Enum BatchCreateTasksMetadata.State (2.95.0)

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

The state of the batch create operation.

Protobuf enum google.cloud.tasks.v2beta3.BatchCreateTasksMetadata.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
CANCELLED

The batch create was cancelled.

CANCELLED = 4;

CANCELLED_VALUE

The batch create was cancelled.

CANCELLED = 4;

FAILED

The batch create has failed. This means the overall batch create operation failed to complete. This can happen due to an internal error preventing the operation from finishing.

FAILED = 3;

FAILED_VALUE

The batch create has failed. This means the overall batch create operation failed to complete. This can happen due to an internal error preventing the operation from finishing.

FAILED = 3;

PARTIALLY_SUCCEEDED

The batch create has finished with partial success. The tasks that failed to be created are reported in failed_requests.

PARTIALLY_SUCCEEDED = 5;

PARTIALLY_SUCCEEDED_VALUE

The batch create has finished with partial success. The tasks that failed to be created are reported in failed_requests.

PARTIALLY_SUCCEEDED = 5;

RUNNING

The batch create is running.

RUNNING = 1;

RUNNING_VALUE

The batch create is running.

RUNNING = 1;

STATE_UNSPECIFIED

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The batch create has finished. All tasks in the request were successfully created.

SUCCEEDED = 2;

SUCCEEDED_VALUE

The batch create has finished. All tasks in the request were successfully created.

SUCCEEDED = 2;

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