public enum BatchCreateTasksMetadata.State extends Enum<BatchCreateTasksMetadata.State> implements ProtocolMessageEnumThe state of the batch create operation.
Protobuf enum google.cloud.tasks.v2beta3.BatchCreateTasksMetadata.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CANCELLED |
The batch create was cancelled. |
CANCELLED_VALUE |
The batch create was cancelled. |
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_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. |
PARTIALLY_SUCCEEDED |
The batch create has finished with partial success. The tasks that failed to be created are reported in failed_requests. |
PARTIALLY_SUCCEEDED_VALUE |
The batch create has finished with partial success. The tasks that failed to be created are reported in failed_requests. |
RUNNING |
The batch create is running. |
RUNNING_VALUE |
The batch create is running. |
STATE_UNSPECIFIED |
The default value. This value is used if the state is omitted. |
STATE_UNSPECIFIED_VALUE |
The default value. This value is used if the state is omitted. |
SUCCEEDED |
The batch create has finished. All tasks in the request were successfully created. |
SUCCEEDED_VALUE |
The batch create has finished. All tasks in the request were successfully created. |
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() |
|