public enum EntryType extends Enum<EntryType> implements com.google.protobuf.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| Enum Constant and Description |
|---|
DATA_STREAM
Output only.
|
ENTRY_TYPE_UNSPECIFIED
Default unknown type.
|
FILESET
An entry type which is a set of files or objects.
|
MODEL
Output only.
|
TABLE
Output only.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_STREAM_VALUE
Output only.
|
static int |
ENTRY_TYPE_UNSPECIFIED_VALUE
Default unknown type.
|
static int |
FILESET_VALUE
An entry type which is a set of files or objects.
|
static int |
MODEL_VALUE
Output only.
|
static int |
TABLE_VALUE
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<EntryType> |
internalGetValueMap() |
static EntryType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EntryType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntryType ENTRY_TYPE_UNSPECIFIED
Default unknown type.
ENTRY_TYPE_UNSPECIFIED = 0;public static final EntryType TABLE
Output only. The type of entry that has a GoogleSQL schema, including logical views.
TABLE = 2;public static final EntryType MODEL
Output only. The type of models. https://cloud.google.com/bigquery-ml/docs/bigqueryml-intro
MODEL = 5;public static final EntryType DATA_STREAM
Output only. An entry type which is used for streaming entries. Example: Pub/Sub topic.
DATA_STREAM = 3;public static final EntryType FILESET
An entry type which is a set of files or objects. Example: Cloud Storage fileset.
FILESET = 4;public static final EntryType UNRECOGNIZED
public static final int ENTRY_TYPE_UNSPECIFIED_VALUE
Default unknown type.
ENTRY_TYPE_UNSPECIFIED = 0;public static final int TABLE_VALUE
Output only. The type of entry that has a GoogleSQL schema, including logical views.
TABLE = 2;public static final int MODEL_VALUE
Output only. The type of models. https://cloud.google.com/bigquery-ml/docs/bigqueryml-intro
MODEL = 5;public static final int DATA_STREAM_VALUE
Output only. An entry type which is used for streaming entries. Example: Pub/Sub topic.
DATA_STREAM = 3;public static final int FILESET_VALUE
An entry type which is a set of files or objects. Example: Cloud Storage fileset.
FILESET = 4;public static EntryType[] values()
for (EntryType c : EntryType.values()) System.out.println(c);
public static EntryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static EntryType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EntryType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EntryType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static EntryType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.