Cloud Composer v1 API - Enum OperationMetadata.Types.State (2.7.0)

public enum OperationMetadata.Types.State

Reference documentation and code samples for the Cloud Composer v1 API enum OperationMetadata.Types.State.

An enum describing the overall state of an operation.

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Fields

NameDescription
Failed

The operation is no longer running but did not succeed.

Pending

The operation has been created but is not yet started.

Running

The operation is underway.

Succeeded

The operation completed successfully.

Successful
Unspecified

Unused.