public enum OperationMetadata.Types.StatusReference documentation and code samples for the Service Management v1 API enum OperationMetadata.Types.Status.
Code describes the status of the operation (or one of its steps).
Namespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Fields |
|
|---|---|
| Name | Description |
Cancelled |
The operation or step has completed with cancellation. |
Done |
The operation or step has completed without errors. |
Failed |
The operation or step has completed with errors. If the operation is rollbackable, the rollback completed with errors too. |
InProgress |
The operation or step is in progress. |
NotStarted |
The operation or step has not started yet. |
Unspecified |
Unspecifed code. |