Module: Google::Cloud::Dataform::V1beta1::DeleteRepositoryLongRunningMetadata::State

Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

Different states of the DeleteRepositoryLongRunning operation.

Constant Summary collapse

STATE_UNSPECIFIED =

The state is unspecified.

0
RUNNING =

The operation is running.

1
SUCCEEDED =

The operation has completed successfully.

2
FAILED =

The operation has failed.

3