public enum OperationStateReference documentation and code samples for the Google Cloud Translation v3 API enum OperationState.
Possible states of long running operations.
Namespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Fields |
|
|---|---|
| Name | Description |
Cancelled |
The operation request was successfully canceled. |
Cancelling |
Request is in the process of being canceled after caller invoked longrunning.Operations.CancelOperation on the request id. |
Failed |
Failed to process operation. |
Running |
Request is being processed. |
Succeeded |
The operation was successful. |
Unspecified |
Invalid. |