public enum TableSourceType extends Enum<TableSourceType> implements com.google.protobuf.ProtocolMessageEnum
Table source type.Protobuf enum
google.cloud.datacatalog.v1.TableSourceType| Enum Constant and Description |
|---|
BIGQUERY_MATERIALIZED_VIEW
BigQuery materialized view.
|
BIGQUERY_TABLE
BigQuery native table.
|
BIGQUERY_VIEW
Table view.
|
TABLE_SOURCE_TYPE_UNSPECIFIED
Default unknown type.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BIGQUERY_MATERIALIZED_VIEW_VALUE
BigQuery materialized view.
|
static int |
BIGQUERY_TABLE_VALUE
BigQuery native table.
|
static int |
BIGQUERY_VIEW_VALUE
Table view.
|
static int |
TABLE_SOURCE_TYPE_UNSPECIFIED_VALUE
Default unknown type.
|
| Modifier and Type | Method and Description |
|---|---|
static TableSourceType |
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<TableSourceType> |
internalGetValueMap() |
static TableSourceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TableSourceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TableSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableSourceType TABLE_SOURCE_TYPE_UNSPECIFIED
Default unknown type.
TABLE_SOURCE_TYPE_UNSPECIFIED = 0;public static final TableSourceType BIGQUERY_VIEW
Table view.
BIGQUERY_VIEW = 2;public static final TableSourceType BIGQUERY_TABLE
BigQuery native table.
BIGQUERY_TABLE = 5;public static final TableSourceType BIGQUERY_MATERIALIZED_VIEW
BigQuery materialized view.
BIGQUERY_MATERIALIZED_VIEW = 7;public static final TableSourceType UNRECOGNIZED
public static final int TABLE_SOURCE_TYPE_UNSPECIFIED_VALUE
Default unknown type.
TABLE_SOURCE_TYPE_UNSPECIFIED = 0;public static final int BIGQUERY_VIEW_VALUE
Table view.
BIGQUERY_VIEW = 2;public static final int BIGQUERY_TABLE_VALUE
BigQuery native table.
BIGQUERY_TABLE = 5;public static final int BIGQUERY_MATERIALIZED_VIEW_VALUE
BigQuery materialized view.
BIGQUERY_MATERIALIZED_VIEW = 7;public static TableSourceType[] values()
for (TableSourceType c : TableSourceType.values()) System.out.println(c);
public static TableSourceType 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 TableSourceType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TableSourceType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TableSourceType> 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 TableSourceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.