public static enum MetadataImport.State extends Enum<MetadataImport.State> implements com.google.protobuf.ProtocolMessageEnum
The current state of the metadata import.Protobuf enum
google.cloud.metastore.v1beta.MetadataImport.State| Enum Constant and Description |
|---|
FAILED
The metadata import failed, and attempted metadata changes were rolled
back.
|
RUNNING
The metadata import is running.
|
STATE_UNSPECIFIED
The state of the metadata import is unknown.
|
SUCCEEDED
The metadata import completed successfully.
|
UNRECOGNIZED |
UPDATING
The metadata import is being updated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILED_VALUE
The metadata import failed, and attempted metadata changes were rolled
back.
|
static int |
RUNNING_VALUE
The metadata import is running.
|
static int |
STATE_UNSPECIFIED_VALUE
The state of the metadata import is unknown.
|
static int |
SUCCEEDED_VALUE
The metadata import completed successfully.
|
static int |
UPDATING_VALUE
The metadata import is being updated.
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataImport.State |
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<MetadataImport.State> |
internalGetValueMap() |
static MetadataImport.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetadataImport.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetadataImport.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataImport.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataImport.State STATE_UNSPECIFIED
The state of the metadata import is unknown.
STATE_UNSPECIFIED = 0;public static final MetadataImport.State RUNNING
The metadata import is running.
RUNNING = 1;public static final MetadataImport.State SUCCEEDED
The metadata import completed successfully.
SUCCEEDED = 2;public static final MetadataImport.State UPDATING
The metadata import is being updated.
UPDATING = 3;public static final MetadataImport.State FAILED
The metadata import failed, and attempted metadata changes were rolled back.
FAILED = 4;public static final MetadataImport.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
The state of the metadata import is unknown.
STATE_UNSPECIFIED = 0;public static final int RUNNING_VALUE
The metadata import is running.
RUNNING = 1;public static final int SUCCEEDED_VALUE
The metadata import completed successfully.
SUCCEEDED = 2;public static final int UPDATING_VALUE
The metadata import is being updated.
UPDATING = 3;public static final int FAILED_VALUE
The metadata import failed, and attempted metadata changes were rolled back.
FAILED = 4;public static MetadataImport.State[] values()
for (MetadataImport.State c : MetadataImport.State.values()) System.out.println(c);
public static MetadataImport.State 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 MetadataImport.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MetadataImport.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MetadataImport.State> 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 MetadataImport.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.