Send feedback
Enum EntryType
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.5.4 keyboard_arrow_down
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
Fields
Name Description 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
Name Description forNumber(int value) getDescriptor() getDescriptorForType() getNumber() getValueDescriptor() internalGetValueMap() valueOf(Descriptors.EnumValueDescriptor desc) valueOf(int value) valueOf(String name) values()
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[]]