public enum EntryType extends Enum<EntryType> implements 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
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CLUSTER |
A group of servers that work together. For example, a Kafka cluster. |
CLUSTER_VALUE |
A group of servers that work together. For example, a Kafka cluster. |
DASHBOARD |
A Dashboard, for example from Looker. |
DASHBOARD_VALUE |
A Dashboard, for example from Looker. |
DATABASE |
A database. |
DATABASE_SCHEMA |
Schema within a relational database. |
DATABASE_SCHEMA_VALUE |
Schema within a relational database. |
DATABASE_VALUE |
A database. |
DATA_SOURCE_CONNECTION |
Output only. Connection to a data source. For example, a BigQuery connection. |
DATA_SOURCE_CONNECTION_VALUE |
Output only. Connection to a data source. For example, a BigQuery connection. |
DATA_STREAM |
An entry type for streaming entries. For example, a Pub/Sub topic. |
DATA_STREAM_VALUE |
An entry type for streaming entries. For example, a Pub/Sub topic. |
ENTRY_TYPE_UNSPECIFIED |
Default unknown type. |
ENTRY_TYPE_UNSPECIFIED_VALUE |
Default unknown type. |
EXPLORE |
A Looker Explore. For more information, see Looker Explore API. |
EXPLORE_VALUE |
A Looker Explore. For more information, see Looker Explore API. |
FILESET |
An entry type for a set of files or objects. For example, a Cloud Storage fileset. |
FILESET_VALUE |
An entry type for a set of files or objects. For example, a Cloud Storage fileset. |
LAKE |
A Dataplex lake. |
LAKE_VALUE |
A Dataplex lake. |
LOOK |
A Looker Look. For more information, see Looker Look API. |
LOOK_VALUE |
A Looker Look. For more information, see Looker Look API. |
MODEL |
Output only. The type of models. For more information, see Supported models in BigQuery ML. |
MODEL_VALUE |
Output only. The type of models. For more information, see Supported models in BigQuery ML. |
ROUTINE |
Output only. Routine, for example, a BigQuery routine. |
ROUTINE_VALUE |
Output only. Routine, for example, a BigQuery routine. |
SERVICE |
A service, for example, a Dataproc Metastore service. |
SERVICE_VALUE |
A service, for example, a Dataproc Metastore service. |
TABLE |
The entry type that has a GoogleSQL schema, including logical views. |
TABLE_VALUE |
The entry type that has a GoogleSQL schema, including logical views. |
UNRECOGNIZED |
|
ZONE |
A Dataplex zone. |
ZONE_VALUE |
A Dataplex zone. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|