Module: Google::Cloud::DataCatalog::V1::EntryType

Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

The enum field that lists all the types of entry resources in Data Catalog. For example, a BigQuery table entry has the TABLE type.

Constant Summary collapse

ENTRY_TYPE_UNSPECIFIED =

Default unknown type.

0
TABLE =

The entry type that has a GoogleSQL schema, including logical views.

2
MODEL =

Output only. The type of models.

For more information, see Supported models in BigQuery ML.

5
DATA_STREAM =

An entry type for streaming entries. For example, a Pub/Sub topic.

3
FILESET =

An entry type for a set of files or objects. For example, a Cloud Storage fileset.

4
CLUSTER =

A group of servers that work together. For example, a Kafka cluster.

6
DATABASE =

A database.

7
DATA_SOURCE_CONNECTION =

Output only. Connection to a data source. For example, a BigQuery connection.

8
ROUTINE =

Output only. Routine, for example, a BigQuery routine.

9
LAKE =

A Dataplex lake.

10
ZONE =

A Dataplex zone.

11
SERVICE =

A service, for example, a Dataproc Metastore service.

14
DATABASE_SCHEMA =

Schema within a relational database.

15
DASHBOARD =

A Dashboard, for example from Looker.

16
EXPLORE =

A Looker Explore.

For more information, see Looker Explore API.

17
LOOK =

A Looker Look.

For more information, see Looker Look API.

18