Enum SearchResultType

public enum SearchResultType extends Enum<SearchResultType> implements ProtocolMessageEnum
The different types of resources that can be returned in search.

Protobuf enum google.cloud.datacatalog.v1beta1.SearchResultType

Implements

ProtocolMessageEnum

Fields

NameDescription
ENTRY
An [Entry][google.cloud.datacatalog.v1beta1.Entry].

ENTRY = 1;

ENTRY_GROUP
An [EntryGroup][google.cloud.datacatalog.v1beta1.EntryGroup].

ENTRY_GROUP = 3;

ENTRY_GROUP_VALUE
An [EntryGroup][google.cloud.datacatalog.v1beta1.EntryGroup].

ENTRY_GROUP = 3;

ENTRY_VALUE
An [Entry][google.cloud.datacatalog.v1beta1.Entry].

ENTRY = 1;

SEARCH_RESULT_TYPE_UNSPECIFIED
Default unknown type.

SEARCH_RESULT_TYPE_UNSPECIFIED = 0;

SEARCH_RESULT_TYPE_UNSPECIFIED_VALUE
Default unknown type.

SEARCH_RESULT_TYPE_UNSPECIFIED = 0;

TAG_TEMPLATE
A [TagTemplate][google.cloud.datacatalog.v1beta1.TagTemplate].

TAG_TEMPLATE = 2;

TAG_TEMPLATE_VALUE
A [TagTemplate][google.cloud.datacatalog.v1beta1.TagTemplate].

TAG_TEMPLATE = 2;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)
valueOf(String name)
values()