Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class 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.
Protobuf type google.cloud.datacatalog.v1.EntryType
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENTRY_TYPE_UNSPECIFIED
Value: 0Default unknown type.
Generated from protobuf enum ENTRY_TYPE_UNSPECIFIED = 0;
TABLE
Value: 2The entry type that has a GoogleSQL schema, including logical views.
Generated from protobuf enum TABLE = 2;
MODEL
Value: 5Output only. The type of models.
For more information, see Supported models in BigQuery ML.
Generated from protobuf enum MODEL = 5;
DATA_STREAM
Value: 3An entry type for streaming entries. For example, a Pub/Sub topic.
Generated from protobuf enum DATA_STREAM = 3;
FILESET
Value: 4An entry type for a set of files or objects. For example, a Cloud Storage fileset.
Generated from protobuf enum FILESET = 4;
CLUSTER
Value: 6A group of servers that work together. For example, a Kafka cluster.
Generated from protobuf enum CLUSTER = 6;
DATABASE
Value: 7A database.
Generated from protobuf enum DATABASE = 7;
DATA_SOURCE_CONNECTION
Value: 8Output only. Connection to a data source. For example, a BigQuery connection.
Generated from protobuf enum DATA_SOURCE_CONNECTION = 8;
ROUTINE
Value: 9Output only. Routine, for example, a BigQuery routine.
Generated from protobuf enum ROUTINE = 9;
LAKE
Value: 10A Dataplex lake.
Generated from protobuf enum LAKE = 10;
ZONE
Value: 11A Dataplex zone.
Generated from protobuf enum ZONE = 11;
SERVICE
Value: 14A service, for example, a Dataproc Metastore service.
Generated from protobuf enum SERVICE = 14;
DATABASE_SCHEMA
Value: 15Schema within a relational database.
Generated from protobuf enum DATABASE_SCHEMA = 15;
DASHBOARD
Value: 16A Dashboard, for example from Looker.
Generated from protobuf enum DASHBOARD = 16;
EXPLORE
Value: 17A Looker Explore.
For more information, see Looker Explore API.
Generated from protobuf enum EXPLORE = 17;
LOOK
Value: 18