public enum EntryType extends Enum<EntryType> implements com.google.protobuf.ProtocolMessageEnum
Entry resources in Cloud Data Catalog can be of different types e.g. BigQuery Table entry is of type 'TABLE'. This enum describes all the possible types Cloud Data Catalog contains.Protobuf enum
google.cloud.datacatalog.v1beta1.EntryType| Enum Constant and Description |
|---|
DATA_STREAM
An entry type which is used for streaming entries.
|
ENTRY_TYPE_UNSPECIFIED
Default unknown type
|
TABLE
The type of entry that has a GoogleSQL schema, including logical views.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_STREAM_VALUE
An entry type which is used for streaming entries.
|
static int |
ENTRY_TYPE_UNSPECIFIED_VALUE
Default unknown type
|
static int |
TABLE_VALUE
The type of entry that has a GoogleSQL schema, including logical views.
|
| 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
The type of entry that has a GoogleSQL schema, including logical views.
TABLE = 2;public static final EntryType DATA_STREAM
An entry type which is used for streaming entries. Example - Pub/Sub.
DATA_STREAM = 3;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
The type of entry that has a GoogleSQL schema, including logical views.
TABLE = 2;public static final int DATA_STREAM_VALUE
An entry type which is used for streaming entries. Example - Pub/Sub.
DATA_STREAM = 3;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.public static EntryType forNumber(int value)
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 © 2019 Google LLC. All rights reserved.