Enum EntryType

public enum EntryType extends Enum<EntryType> implements ProtocolMessageEnum
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 enum google.cloud.datacatalog.v1.EntryType

Implements

ProtocolMessageEnum

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;

DATABASE
A database.

DATABASE = 7;

DATABASE_VALUE
A database.

DATABASE = 7;

DATA_SOURCE_CONNECTION
Output only. Connection to a data source. For example, a BigQuery
 connection.

DATA_SOURCE_CONNECTION = 8;

DATA_SOURCE_CONNECTION_VALUE
Output only. 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;

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;

MODEL
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).

MODEL = 5;

MODEL_VALUE
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).

MODEL = 5;

ROUTINE
Output only. Routine, for example, a BigQuery routine.

ROUTINE = 9;

ROUTINE_VALUE
Output only. 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
Output only. The entry type that has a GoogleSQL schema, including
 logical views.

TABLE = 2;

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

TABLE = 2;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)
valueOf(String name)
values()