Module: Google::Cloud::Dataform::V1::MoveRepositoryMetadata::State
- Defined in:
- proto_docs/google/cloud/dataform/v1/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