public enum CommonMetadata.State extends Enum<CommonMetadata.State> implements ProtocolMessageEnum
The various possible states for an ongoing Operation.
Protobuf enum google.datastore.admin.v1.CommonMetadata.State
Implements
ProtocolMessageEnumStatic 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. |
PROCESSING |
Request is actively being processed. |
PROCESSING_VALUE |
Request is actively being processed. |
STATE_UNSPECIFIED |
Unspecified. |
STATE_UNSPECIFIED_VALUE |
Unspecified. |
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() |