Data Catalog v1 API - Enum EntryType (2.2.0)

public enum EntryType

Reference documentation and code samples for the Data Catalog v1 API enum EntryType.

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

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Fields

NameDescription
Cluster

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

Database

A database.

DataSourceConnection

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

DataStream

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

Fileset

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

Lake

A Dataplex lake.

Model

Output only. The type of models.

For more information, see Supported models in BigQuery ML.

Routine

Output only. 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.