public enum EntryType extends Enum<EntryType> implements com.google.protobuf.ProtocolMessageEnum
The enum field that lists all the types of entry resources in Data Catalog. For example, a BigQuery table entry has the `TABLE` type.Protobuf enum
google.cloud.datacatalog.v1.EntryType| Enum Constant and Description |
|---|
CLUSTER
A group of servers that work together.
|
DASHBOARD
A Dashboard, for example from Looker.
|
DATA_SOURCE_CONNECTION
Output only.
|
DATA_STREAM
An entry type for streaming entries.
|
DATABASE
A database.
|
DATABASE_SCHEMA
Schema within a relational database.
|
ENTRY_TYPE_UNSPECIFIED
Default unknown type.
|
EXPLORE
A Looker Explore.
|
FILESET
An entry type for a set of files or objects.
|
LAKE
A Dataplex lake.
|
LOOK
A Looker Look.
|
MODEL
Output only.
|
ROUTINE
Output only.
|
SERVICE
A service, for example, a Dataproc Metastore service.
|
TABLE
The entry type that has a GoogleSQL schema, including
logical views.
|
UNRECOGNIZED |
ZONE
A Dataplex zone.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CLUSTER_VALUE
A group of servers that work together.
|
static int |
DASHBOARD_VALUE
A Dashboard, for example from Looker.
|
static int |
DATA_SOURCE_CONNECTION_VALUE
Output only.
|
static int |
DATA_STREAM_VALUE
An entry type for streaming entries.
|
static int |
DATABASE_SCHEMA_VALUE
Schema within a relational database.
|
static int |
DATABASE_VALUE
A database.
|
static int |
ENTRY_TYPE_UNSPECIFIED_VALUE
Default unknown type.
|
static int |
EXPLORE_VALUE
A Looker Explore.
|
static int |
FILESET_VALUE
An entry type for a set of files or objects.
|
static int |
LAKE_VALUE
A Dataplex lake.
|
static int |
LOOK_VALUE
A Looker Look.
|
static int |
MODEL_VALUE
Output only.
|
static int |
ROUTINE_VALUE
Output only.
|
static int |
SERVICE_VALUE
A service, for example, a Dataproc Metastore service.
|
static int |
TABLE_VALUE
The entry type that has a GoogleSQL schema, including
logical views.
|
static int |
ZONE_VALUE
A Dataplex zone.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryType |
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<EntryType> |
internalGetValueMap() |
static EntryType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EntryType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntryType ENTRY_TYPE_UNSPECIFIED
Default unknown type.
ENTRY_TYPE_UNSPECIFIED = 0;public static final EntryType TABLE
The entry type that has a GoogleSQL schema, including logical views.
TABLE = 2;public static final EntryType MODEL
Output only. The type of models. For more information, see [Supported models in BigQuery ML] (https://cloud.google.com/bigquery-ml/docs/introduction#supported_models_in).
MODEL = 5;public static final EntryType DATA_STREAM
An entry type for streaming entries. For example, a Pub/Sub topic.
DATA_STREAM = 3;public static final EntryType FILESET
An entry type for a set of files or objects. For example, a Cloud Storage fileset.
FILESET = 4;public static final EntryType CLUSTER
A group of servers that work together. For example, a Kafka cluster.
CLUSTER = 6;public static final EntryType DATABASE
A database.
DATABASE = 7;public static final EntryType DATA_SOURCE_CONNECTION
Output only. Connection to a data source. For example, a BigQuery connection.
DATA_SOURCE_CONNECTION = 8;public static final EntryType ROUTINE
Output only. Routine, for example, a BigQuery routine.
ROUTINE = 9;public static final EntryType LAKE
A Dataplex lake.
LAKE = 10;public static final EntryType ZONE
A Dataplex zone.
ZONE = 11;public static final EntryType SERVICE
A service, for example, a Dataproc Metastore service.
SERVICE = 14;public static final EntryType DATABASE_SCHEMA
Schema within a relational database.
DATABASE_SCHEMA = 15;public static final EntryType DASHBOARD
A Dashboard, for example from Looker.
DASHBOARD = 16;public static final EntryType EXPLORE
A Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
EXPLORE = 17;public static final EntryType LOOK
A Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
LOOK = 18;public static final EntryType UNRECOGNIZED
public static final int ENTRY_TYPE_UNSPECIFIED_VALUE
Default unknown type.
ENTRY_TYPE_UNSPECIFIED = 0;public static final int TABLE_VALUE
The entry type that has a GoogleSQL schema, including logical views.
TABLE = 2;public static final int MODEL_VALUE
Output only. The type of models. For more information, see [Supported models in BigQuery ML] (https://cloud.google.com/bigquery-ml/docs/introduction#supported_models_in).
MODEL = 5;public static final int DATA_STREAM_VALUE
An entry type for streaming entries. For example, a Pub/Sub topic.
DATA_STREAM = 3;public static final int FILESET_VALUE
An entry type for a set of files or objects. For example, a Cloud Storage fileset.
FILESET = 4;public static final int CLUSTER_VALUE
A group of servers that work together. For example, a Kafka cluster.
CLUSTER = 6;public static final int DATABASE_VALUE
A database.
DATABASE = 7;public static final int DATA_SOURCE_CONNECTION_VALUE
Output only. Connection to a data source. For example, a BigQuery connection.
DATA_SOURCE_CONNECTION = 8;public static final int ROUTINE_VALUE
Output only. Routine, for example, a BigQuery routine.
ROUTINE = 9;public static final int LAKE_VALUE
A Dataplex lake.
LAKE = 10;public static final int ZONE_VALUE
A Dataplex zone.
ZONE = 11;public static final int SERVICE_VALUE
A service, for example, a Dataproc Metastore service.
SERVICE = 14;public static final int DATABASE_SCHEMA_VALUE
Schema within a relational database.
DATABASE_SCHEMA = 15;public static final int DASHBOARD_VALUE
A Dashboard, for example from Looker.
DASHBOARD = 16;public static final int EXPLORE_VALUE
A Looker Explore. For more information, see [Looker Explore API] (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).
EXPLORE = 17;public static final int LOOK_VALUE
A Looker Look. For more information, see [Looker Look API] (https://developers.looker.com/api/explorer/4.0/methods/Look).
LOOK = 18;public static EntryType[] values()
for (EntryType c : EntryType.values()) System.out.println(c);
public static EntryType 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 EntryType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EntryType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EntryType> 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 EntryType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.