Enum ReconcileTagsMetadata.ReconciliationState (1.47.0)

public enum ReconcileTagsMetadata.ReconciliationState extends Enum<ReconcileTagsMetadata.ReconciliationState> implements ProtocolMessageEnum

Enum holding possible states of the reconciliation operation.

Protobuf enum google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RECONCILIATION_DONE

The reconciliation has been finished.

RECONCILIATION_DONE = 3;

RECONCILIATION_DONE_VALUE

The reconciliation has been finished.

RECONCILIATION_DONE = 3;

RECONCILIATION_IN_PROGRESS

The reconciliation is in progress.

RECONCILIATION_IN_PROGRESS = 2;

RECONCILIATION_IN_PROGRESS_VALUE

The reconciliation is in progress.

RECONCILIATION_IN_PROGRESS = 2;

RECONCILIATION_QUEUED

The reconciliation has been queued and awaits for execution.

RECONCILIATION_QUEUED = 1;

RECONCILIATION_QUEUED_VALUE

The reconciliation has been queued and awaits for execution.

RECONCILIATION_QUEUED = 1;

RECONCILIATION_STATE_UNSPECIFIED

Default value. This value is unused.

RECONCILIATION_STATE_UNSPECIFIED = 0;

RECONCILIATION_STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

RECONCILIATION_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()