Enum DeleteRepositoryLongRunningMetadata.State (0.94.0)

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

Different states of the DeleteRepositoryLongRunning operation.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The operation has failed.

FAILED = 3;

FAILED_VALUE

The operation has failed.

FAILED = 3;

RUNNING

The operation is running.

RUNNING = 1;

RUNNING_VALUE

The operation is running.

RUNNING = 1;

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 = 2;

SUCCEEDED_VALUE

The operation has completed successfully.

SUCCEEDED = 2;

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