Module Google::Cloud::DataCatalog::V1::EntryType (v0.9.1)

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

Constants

ENTRY_TYPE_UNSPECIFIED

value: 0
Default unknown type.

TABLE

value: 2
Output only. The entry type that has a GoogleSQL schema, including logical views.

MODEL

value: 5
Output only. The type of models.

For more information, see Supported models in BigQuery ML.

DATA_STREAM

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

FILESET

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

CLUSTER

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

DATABASE

value: 7
A database.

DATA_SOURCE_CONNECTION

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

ROUTINE

value: 9
Output only. Routine, for example, a BigQuery routine.

SERVICE

value: 14
A service, for example, a Dataproc Metastore service.