Module: Google::Cloud::Dataform::V1::DeleteFolderTreeMetadata::State

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

Overview

Different states of the DeleteFolderTree operation.

Constant Summary collapse

STATE_UNSPECIFIED =

The state is unspecified.

0
INITIALIZED =

The operation was initialized and recorded by the server, but not yet started.

1
IN_PROGRESS =

The operation is in progress.

2
SUCCEEDED =

The operation has completed successfully.

3
FAILED =

The operation has failed.

4