Enum MoveFolderMetadata.State (0.84.0)

public enum MoveFolderMetadata.State extends Enum<MoveFolderMetadata.State> implements ProtocolMessageEnum

Different states of the move.

Protobuf enum google.cloud.dataform.v1beta1.MoveFolderMetadata.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The move has failed.

FAILED = 4;

FAILED_VALUE

The move has failed.

FAILED = 4;

INITIALIZED

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

INITIALIZED = 1;

INITIALIZED_VALUE

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

INITIALIZED = 1;

IN_PROGRESS

The move is in progress.

IN_PROGRESS = 2;

IN_PROGRESS_VALUE

The move is in progress.

IN_PROGRESS = 2;

STATE_UNSPECIFIED

The state is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state is unspecified.

STATE_UNSPECIFIED = 0;

SUCCESS

The move has completed successfully.

SUCCESS = 3;

SUCCESS_VALUE

The move has completed successfully.

SUCCESS = 3;

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()