public enum BatchOperationMetadata.State extends Enum<BatchOperationMetadata.State> implements ProtocolMessageEnumProtobuf enum google.cloud.talent.v4beta1.BatchOperationMetadata.State
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| CANCELLED | The batch operation is done after google.longrunning.Operations.CancelOperation is called. Any items processed before cancelling are returned in the response. |
| CANCELLED_VALUE | The batch operation is done after google.longrunning.Operations.CancelOperation is called. Any items processed before cancelling are returned in the response. |
| CANCELLING | The batch operation is in the process of cancelling after google.longrunning.Operations.CancelOperation is called. |
| CANCELLING_VALUE | The batch operation is in the process of cancelling after google.longrunning.Operations.CancelOperation is called. |
| FAILED | The batch operation is done and no item has been successfully processed. |
| FAILED_VALUE | The batch operation is done and no item has been successfully processed. |
| INITIALIZING | The batch operation is being prepared for processing. |
| INITIALIZING_VALUE | The batch operation is being prepared for processing. |
| PROCESSING | The batch operation is actively being processed. |
| PROCESSING_VALUE | The batch operation is actively being processed. |
| STATE_UNSPECIFIED | Default value. |
| STATE_UNSPECIFIED_VALUE | Default value. |
| SUCCEEDED | The batch operation is processed, and at least one item has been successfully processed. |
| SUCCEEDED_VALUE | The batch operation is processed, and at least one item has been successfully processed. |
| 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() |