public enum OperationMetadata.Types.StateReference documentation and code samples for the Data Lineage v1 API enum OperationMetadata.Types.State.
An enum with the state of the operation.
Namespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Fields |
|
|---|---|
| Name | Description |
Failed |
The operation is no longer running and did not succeed. |
Pending |
The operation has been created but is not yet started. |
Running |
The operation is underway. |
Succeeded |
The operation completed successfully. |
Unspecified |
Unused. |