Enum EntryType (1.43.0)

public enum EntryType extends Enum<EntryType> implements ProtocolMessageEnum

Metadata automatically ingested from Google Cloud resources like BigQuery tables or Pub/Sub topics always uses enum values from EntryType as the type of entry.

Other sources of metadata like Hive or Oracle databases can identify the type by either using one of the enum values from EntryType (for example, FILESET for a Cloud Storage fileset) or specifying a custom value using the Entry field user_specified_type. For more information, see Surface files from Cloud Storage with fileset entries or Create custom entries for your data sources.

Protobuf enum google.cloud.datacatalog.v1.EntryType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CLUSTER

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

CLUSTER = 6;

CLUSTER_VALUE

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

CLUSTER = 6;

DASHBOARD

A Dashboard, for example from Looker.

DASHBOARD = 16;

DASHBOARD_VALUE

A Dashboard, for example from Looker.

DASHBOARD = 16;

DATABASE

A database.

DATABASE = 7;

DATABASE_SCHEMA

Schema within a relational database.

DATABASE_SCHEMA = 15;

DATABASE_SCHEMA_VALUE

Schema within a relational database.

DATABASE_SCHEMA = 15;

DATABASE_VALUE

A database.

DATABASE = 7;

DATA_SOURCE_CONNECTION

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

DATA_SOURCE_CONNECTION = 8;

DATA_SOURCE_CONNECTION_VALUE

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

DATA_SOURCE_CONNECTION = 8;

DATA_STREAM

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

DATA_STREAM = 3;

DATA_STREAM_VALUE

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

DATA_STREAM = 3;

ENTRY_TYPE_UNSPECIFIED

Default unknown type.

ENTRY_TYPE_UNSPECIFIED = 0;

ENTRY_TYPE_UNSPECIFIED_VALUE

Default unknown type.

ENTRY_TYPE_UNSPECIFIED = 0;

EXPLORE

A Looker Explore.

For more information, see Looker Explore API.

EXPLORE = 17;

EXPLORE_VALUE

A Looker Explore.

For more information, see Looker Explore API.

EXPLORE = 17;

FILESET

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

FILESET = 4;

FILESET_VALUE

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

FILESET = 4;

LAKE

A Dataplex lake.

LAKE = 10;

LAKE_VALUE

A Dataplex lake.

LAKE = 10;

LOOK

A Looker Look.

For more information, see Looker Look API.

LOOK = 18;

LOOK_VALUE

A Looker Look.

For more information, see Looker Look API.

LOOK = 18;

MODEL

The type of models.

For more information, see Supported models in BigQuery ML.

MODEL = 5;

MODEL_VALUE

The type of models.

For more information, see Supported models in BigQuery ML.

MODEL = 5;

ROUTINE

Routine, for example, a BigQuery routine.

ROUTINE = 9;

ROUTINE_VALUE

Routine, for example, a BigQuery routine.

ROUTINE = 9;

SERVICE

A service, for example, a Dataproc Metastore service.

SERVICE = 14;

SERVICE_VALUE

A service, for example, a Dataproc Metastore service.

SERVICE = 14;

TABLE

The entry type that has a GoogleSQL schema, including logical views.

TABLE = 2;

TABLE_VALUE

The entry type that has a GoogleSQL schema, including logical views.

TABLE = 2;

UNRECOGNIZED
ZONE

A Dataplex zone.

ZONE = 11;

ZONE_VALUE

A Dataplex zone.

ZONE = 11;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()