Module: Google::Cloud::Dataform::V1beta1::MoveFolderMetadata::State

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

Overview

Different states of the move.

Constant Summary collapse

STATE_UNSPECIFIED =

The state is unspecified.

0
INITIALIZED =

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

1
IN_PROGRESS =

The move is in progress.

2
SUCCESS =

The move has completed successfully.

3
FAILED =

The move has failed.

4