Enum EntryType

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

Protobuf enum google.cloud.datacatalog.v1beta1.EntryType

Implements

ProtocolMessageEnum

Fields

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

DATA_STREAM = 3;

DATA_STREAM_VALUE
Output only. An entry type which is used for streaming entries. Example:
 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 which is a set of files or objects. Example:
 Cloud Storage fileset.

FILESET = 4;

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

FILESET = 4;

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

MODEL = 5;

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

MODEL = 5;

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

TABLE = 2;

TABLE_VALUE
Output only. The type of entry 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()