Class EntryType (3.11.1)

EntryType(value)

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

Values: ENTRY_TYPE_UNSPECIFIED (0): Default unknown type. TABLE (2): The entry type that has a GoogleSQL schema, including logical views. MODEL (5): Output only. The type of models.

    For more information, see [Supported models in BigQuery ML]
    (https://cloud.google.com/bigquery-ml/docs/introduction#supported_models_in).
DATA_STREAM (3):
    An entry type for streaming entries. For
    example, a Pub/Sub topic.
FILESET (4):
    An entry type for a set of files or objects.
    For example, a Cloud Storage fileset.
CLUSTER (6):
    A group of servers that work together. For
    example, a Kafka cluster.
DATABASE (7):
    A database.
DATA_SOURCE_CONNECTION (8):
    Output only. Connection to a data source. For
    example, a BigQuery connection.
ROUTINE (9):
    Output only. Routine, for example, a BigQuery
    routine.
LAKE (10):
    A Dataplex lake.
ZONE (11):
    A Dataplex zone.
SERVICE (14):
    A service, for example, a Dataproc Metastore
    service.