public static enum DatabaseTableSpec.TableType extends Enum<DatabaseTableSpec.TableType> implements com.google.protobuf.ProtocolMessageEnum
Type of the table.Protobuf enum
google.cloud.datacatalog.v1.DatabaseTableSpec.TableType| Enum Constant and Description |
|---|
EXTERNAL
External table.
|
NATIVE
Native table.
|
TABLE_TYPE_UNSPECIFIED
Default unknown table type.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EXTERNAL_VALUE
External table.
|
static int |
NATIVE_VALUE
Native table.
|
static int |
TABLE_TYPE_UNSPECIFIED_VALUE
Default unknown table type.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseTableSpec.TableType |
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<DatabaseTableSpec.TableType> |
internalGetValueMap() |
static DatabaseTableSpec.TableType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatabaseTableSpec.TableType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatabaseTableSpec.TableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseTableSpec.TableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseTableSpec.TableType TABLE_TYPE_UNSPECIFIED
Default unknown table type.
TABLE_TYPE_UNSPECIFIED = 0;public static final DatabaseTableSpec.TableType NATIVE
Native table.
NATIVE = 1;public static final DatabaseTableSpec.TableType EXTERNAL
External table.
EXTERNAL = 2;public static final DatabaseTableSpec.TableType UNRECOGNIZED
public static final int TABLE_TYPE_UNSPECIFIED_VALUE
Default unknown table type.
TABLE_TYPE_UNSPECIFIED = 0;public static final int NATIVE_VALUE
Native table.
NATIVE = 1;public static final int EXTERNAL_VALUE
External table.
EXTERNAL = 2;public static DatabaseTableSpec.TableType[] values()
for (DatabaseTableSpec.TableType c : DatabaseTableSpec.TableType.values()) System.out.println(c);
public static DatabaseTableSpec.TableType 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 DatabaseTableSpec.TableType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DatabaseTableSpec.TableType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DatabaseTableSpec.TableType> 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 DatabaseTableSpec.TableType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.