Google Cloud Data Catalog V1BETA1 API - Module Google::Cloud::DataCatalog::V1beta1::EntryType (v0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API module Google::Cloud::DataCatalog::V1beta1::EntryType.

Entry resources in Data Catalog can be of different types e.g. a BigQuery Table entry is of type TABLE. This enum describes all the possible types Data Catalog contains.

Constants

ENTRY_TYPE_UNSPECIFIED

value: 0
Default unknown type.

TABLE

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

MODEL

value: 5
Output only. The type of models. https://cloud.google.com/bigquery-ml/docs/bigqueryml-intro

DATA_STREAM

value: 3
Output only. An entry type which is used for streaming entries. Example: Pub/Sub topic.

FILESET

value: 4
An entry type which is a set of files or objects. Example: Cloud Storage fileset.