public static enum ImportEntriesMetadata.ImportState extends Enum<ImportEntriesMetadata.ImportState> implements com.google.protobuf.ProtocolMessageEnum
Enum holding possible states of the import operation.Protobuf enum
google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState| Enum Constant and Description |
|---|
IMPORT_DONE
The import of entries has been finished.
|
IMPORT_IN_PROGRESS
The import of entries is in progress.
|
IMPORT_OBSOLETE
The import of entries has been abandoned in favor of a newer request.
|
IMPORT_QUEUED
The dump with entries has been queued for import.
|
IMPORT_STATE_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
IMPORT_DONE_VALUE
The import of entries has been finished.
|
static int |
IMPORT_IN_PROGRESS_VALUE
The import of entries is in progress.
|
static int |
IMPORT_OBSOLETE_VALUE
The import of entries has been abandoned in favor of a newer request.
|
static int |
IMPORT_QUEUED_VALUE
The dump with entries has been queued for import.
|
static int |
IMPORT_STATE_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportEntriesMetadata.ImportState |
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<ImportEntriesMetadata.ImportState> |
internalGetValueMap() |
static ImportEntriesMetadata.ImportState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportEntriesMetadata.ImportState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportEntriesMetadata.ImportState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportEntriesMetadata.ImportState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportEntriesMetadata.ImportState IMPORT_STATE_UNSPECIFIED
Default value. This value is unused.
IMPORT_STATE_UNSPECIFIED = 0;public static final ImportEntriesMetadata.ImportState IMPORT_QUEUED
The dump with entries has been queued for import.
IMPORT_QUEUED = 1;public static final ImportEntriesMetadata.ImportState IMPORT_IN_PROGRESS
The import of entries is in progress.
IMPORT_IN_PROGRESS = 2;public static final ImportEntriesMetadata.ImportState IMPORT_DONE
The import of entries has been finished.
IMPORT_DONE = 3;public static final ImportEntriesMetadata.ImportState IMPORT_OBSOLETE
The import of entries has been abandoned in favor of a newer request.
IMPORT_OBSOLETE = 4;public static final ImportEntriesMetadata.ImportState UNRECOGNIZED
public static final int IMPORT_STATE_UNSPECIFIED_VALUE
Default value. This value is unused.
IMPORT_STATE_UNSPECIFIED = 0;public static final int IMPORT_QUEUED_VALUE
The dump with entries has been queued for import.
IMPORT_QUEUED = 1;public static final int IMPORT_IN_PROGRESS_VALUE
The import of entries is in progress.
IMPORT_IN_PROGRESS = 2;public static final int IMPORT_DONE_VALUE
The import of entries has been finished.
IMPORT_DONE = 3;public static final int IMPORT_OBSOLETE_VALUE
The import of entries has been abandoned in favor of a newer request.
IMPORT_OBSOLETE = 4;public static ImportEntriesMetadata.ImportState[] values()
for (ImportEntriesMetadata.ImportState c : ImportEntriesMetadata.ImportState.values()) System.out.println(c);
public static ImportEntriesMetadata.ImportState 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 ImportEntriesMetadata.ImportState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ImportEntriesMetadata.ImportState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ImportEntriesMetadata.ImportState> 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 ImportEntriesMetadata.ImportState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.