Data Lineage v1 API - Enum OperationMetadata.Types.State (1.3.0)

public enum OperationMetadata.Types.State

Reference 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.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Fields

NameDescription
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.