public static enum ReconcileTagsMetadata.ReconciliationState extends Enum<ReconcileTagsMetadata.ReconciliationState> implements com.google.protobuf.ProtocolMessageEnum
Enum holding possible states of the reconciliation operation.Protobuf enum
google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState| Enum Constant and Description |
|---|
RECONCILIATION_DONE
The reconciliation has been finished.
|
RECONCILIATION_IN_PROGRESS
The reconciliation is in progress.
|
RECONCILIATION_QUEUED
The reconciliation has been queued and awaits for execution.
|
RECONCILIATION_STATE_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
RECONCILIATION_DONE_VALUE
The reconciliation has been finished.
|
static int |
RECONCILIATION_IN_PROGRESS_VALUE
The reconciliation is in progress.
|
static int |
RECONCILIATION_QUEUED_VALUE
The reconciliation has been queued and awaits for execution.
|
static int |
RECONCILIATION_STATE_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static ReconcileTagsMetadata.ReconciliationState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ReconcileTagsMetadata.ReconciliationState> |
internalGetValueMap() |
static ReconcileTagsMetadata.ReconciliationState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ReconcileTagsMetadata.ReconciliationState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ReconcileTagsMetadata.ReconciliationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReconcileTagsMetadata.ReconciliationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReconcileTagsMetadata.ReconciliationState RECONCILIATION_STATE_UNSPECIFIED
Default value. This value is unused.
RECONCILIATION_STATE_UNSPECIFIED = 0;public static final ReconcileTagsMetadata.ReconciliationState RECONCILIATION_QUEUED
The reconciliation has been queued and awaits for execution.
RECONCILIATION_QUEUED = 1;public static final ReconcileTagsMetadata.ReconciliationState RECONCILIATION_IN_PROGRESS
The reconciliation is in progress.
RECONCILIATION_IN_PROGRESS = 2;public static final ReconcileTagsMetadata.ReconciliationState RECONCILIATION_DONE
The reconciliation has been finished.
RECONCILIATION_DONE = 3;public static final ReconcileTagsMetadata.ReconciliationState UNRECOGNIZED
public static final int RECONCILIATION_STATE_UNSPECIFIED_VALUE
Default value. This value is unused.
RECONCILIATION_STATE_UNSPECIFIED = 0;public static final int RECONCILIATION_QUEUED_VALUE
The reconciliation has been queued and awaits for execution.
RECONCILIATION_QUEUED = 1;public static final int RECONCILIATION_IN_PROGRESS_VALUE
The reconciliation is in progress.
RECONCILIATION_IN_PROGRESS = 2;public static final int RECONCILIATION_DONE_VALUE
The reconciliation has been finished.
RECONCILIATION_DONE = 3;public static ReconcileTagsMetadata.ReconciliationState[] values()
for (ReconcileTagsMetadata.ReconciliationState c : ReconcileTagsMetadata.ReconciliationState.values()) System.out.println(c);
public static ReconcileTagsMetadata.ReconciliationState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ReconcileTagsMetadata.ReconciliationState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ReconcileTagsMetadata.ReconciliationState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ReconcileTagsMetadata.ReconciliationState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ReconcileTagsMetadata.ReconciliationState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.