public enum OperationState extends Enum<OperationState> implements ProtocolMessageEnumDescribes the state of the operation.
 Protobuf enum google.firestore.admin.v1.OperationState
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| CANCELLED | Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.   | 
| CANCELLED_VALUE | Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.   | 
| CANCELLING | Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.   | 
| CANCELLING_VALUE | Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.   | 
| FAILED | Request has finished being processed, but encountered an error.   | 
| FAILED_VALUE | Request has finished being processed, but encountered an error.   | 
| FINALIZING | Request has been processed and is in its finalization stage.   | 
| FINALIZING_VALUE | Request has been processed and is in its finalization stage.   | 
| INITIALIZING | Request is being prepared for processing.   | 
| INITIALIZING_VALUE | Request is being prepared for processing.   | 
| OPERATION_STATE_UNSPECIFIED | Unspecified.   | 
| OPERATION_STATE_UNSPECIFIED_VALUE | Unspecified.   | 
| PROCESSING | Request is actively being processed.   | 
| PROCESSING_VALUE | Request is actively being processed.   | 
| SUCCESSFUL | Request has completed successfully.   | 
| SUCCESSFUL_VALUE | Request has completed successfully.   | 
| 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() | |