public enum BatchOperationMetadata.State extends Enum<BatchOperationMetadata.State> implements ProtocolMessageEnumEnumerates the possible states that the batch request can be in.
Protobuf enum google.cloud.vision.v1p3beta1.BatchOperationMetadata.State
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| CANCELLED | The request is done after the longrunning.Operations.CancelOperation has been called by the user. Any records that were processed before the cancel command are output as specified in the request. |
| CANCELLED_VALUE | The request is done after the longrunning.Operations.CancelOperation has been called by the user. Any records that were processed before the cancel command are output as specified in the request. |
| FAILED | The request is done and no item has been successfully processed. |
| FAILED_VALUE | The request is done and no item has been successfully processed. |
| PROCESSING | Request is actively being processed. |
| PROCESSING_VALUE | Request is actively being processed. |
| STATE_UNSPECIFIED | Invalid. |
| STATE_UNSPECIFIED_VALUE | Invalid. |
| SUCCESSFUL | The request is done and at least one item has been successfully processed. |
| SUCCESSFUL_VALUE | The request is done 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() |