public enum MoveFolderMetadata.State extends Enum<MoveFolderMetadata.State> implements ProtocolMessageEnumDifferent states of the move.
Protobuf enum google.cloud.dataform.v1beta1.MoveFolderMetadata.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FAILED |
The move has failed. |
FAILED_VALUE |
The move has failed. |
INITIALIZED |
The move was initialized and recorded by the server, but not yet started. |
INITIALIZED_VALUE |
The move was initialized and recorded by the server, but not yet started. |
IN_PROGRESS |
The move is in progress. |
IN_PROGRESS_VALUE |
The move is in progress. |
STATE_UNSPECIFIED |
The state is unspecified. |
STATE_UNSPECIFIED_VALUE |
The state is unspecified. |
SUCCESS |
The move has completed successfully. |
SUCCESS_VALUE |
The move has completed successfully. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|