Enum DeleteFolderTreeMetadata.State (0.90.0)

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

Different states of the DeleteFolderTree operation.

Protobuf enum google.cloud.dataform.v1.DeleteFolderTreeMetadata.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The operation has failed.

FAILED = 4;

FAILED_VALUE

The operation has failed.

FAILED = 4;

INITIALIZED

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

INITIALIZED = 1;

INITIALIZED_VALUE

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

INITIALIZED = 1;

IN_PROGRESS

The operation is in progress.

IN_PROGRESS = 2;

IN_PROGRESS_VALUE

The operation 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;

SUCCEEDED

The operation has completed successfully.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The operation has completed successfully.

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