public enum SearchResultType extends Enum<SearchResultType> implements com.google.protobuf.ProtocolMessageEnum
The different types of resources that can be returned in search.Protobuf enum
google.cloud.datacatalog.v1beta1.SearchResultType| Enum Constant and Description |
|---|
ENTRY
An [Entry][google.cloud.datacatalog.v1beta1.Entry].
|
ENTRY_GROUP
An [EntryGroup][google.cloud.datacatalog.v1beta1.EntryGroup].
|
SEARCH_RESULT_TYPE_UNSPECIFIED
Default unknown type.
|
TAG_TEMPLATE
A [TagTemplate][google.cloud.datacatalog.v1beta1.TagTemplate].
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ENTRY_GROUP_VALUE
An [EntryGroup][google.cloud.datacatalog.v1beta1.EntryGroup].
|
static int |
ENTRY_VALUE
An [Entry][google.cloud.datacatalog.v1beta1.Entry].
|
static int |
SEARCH_RESULT_TYPE_UNSPECIFIED_VALUE
Default unknown type.
|
static int |
TAG_TEMPLATE_VALUE
A [TagTemplate][google.cloud.datacatalog.v1beta1.TagTemplate].
|
| Modifier and Type | Method and Description |
|---|---|
static SearchResultType |
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<SearchResultType> |
internalGetValueMap() |
static SearchResultType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SearchResultType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SearchResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchResultType SEARCH_RESULT_TYPE_UNSPECIFIED
Default unknown type.
SEARCH_RESULT_TYPE_UNSPECIFIED = 0;public static final SearchResultType ENTRY
An [Entry][google.cloud.datacatalog.v1beta1.Entry].
ENTRY = 1;public static final SearchResultType TAG_TEMPLATE
A [TagTemplate][google.cloud.datacatalog.v1beta1.TagTemplate].
TAG_TEMPLATE = 2;public static final SearchResultType ENTRY_GROUP
An [EntryGroup][google.cloud.datacatalog.v1beta1.EntryGroup].
ENTRY_GROUP = 3;public static final SearchResultType UNRECOGNIZED
public static final int SEARCH_RESULT_TYPE_UNSPECIFIED_VALUE
Default unknown type.
SEARCH_RESULT_TYPE_UNSPECIFIED = 0;public static final int ENTRY_VALUE
An [Entry][google.cloud.datacatalog.v1beta1.Entry].
ENTRY = 1;public static final int TAG_TEMPLATE_VALUE
A [TagTemplate][google.cloud.datacatalog.v1beta1.TagTemplate].
TAG_TEMPLATE = 2;public static final int ENTRY_GROUP_VALUE
An [EntryGroup][google.cloud.datacatalog.v1beta1.EntryGroup].
ENTRY_GROUP = 3;public static SearchResultType[] values()
for (SearchResultType c : SearchResultType.values()) System.out.println(c);
public static SearchResultType 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 SearchResultType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SearchResultType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SearchResultType> 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 SearchResultType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.