public enum EntryType
Reference documentation and code samples for the Data Catalog v1 API enum EntryType.
Metadata automatically ingested from Google Cloud resources like BigQuery
tables or Pub/Sub topics always uses enum values from EntryType
as the type
of entry.
Other sources of metadata like Hive or Oracle databases can identify the type
by either using one of the enum values from EntryType
(for example,
FILESET
for a Cloud Storage fileset) or specifying a custom value using
the Entry
field user_specified_type
. For more
information, see
Surface files from Cloud Storage with fileset
entries or Create custom entries for
your data sources.
Namespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Fields |
|
---|---|
Name | Description |
Cluster |
A group of servers that work together. For example, a Kafka cluster. |
Dashboard |
A Dashboard, for example from Looker. |
DataSourceConnection |
Connection to a data source. For example, a BigQuery connection. |
DataStream |
An entry type for streaming entries. For example, a Pub/Sub topic. |
Database |
A database. |
DatabaseSchema |
Schema within a relational database. |
Explore |
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. |
Lake |
A Dataplex lake. |
Look |
A Looker Look. For more information, see Looker Look API. |
Model |
The type of models. For more information, see Supported models in BigQuery ML. |
Routine |
Routine, for example, a BigQuery routine. |
Service |
A service, for example, a Dataproc Metastore service. |
Table |
The entry type that has a GoogleSQL schema, including logical views. |
Unspecified |
Default unknown type. |
Zone |
A Dataplex zone. |