Send feedback
Enum SearchResultType
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.5.4 keyboard_arrow_down
public enum SearchResultType extends Enum<SearchResultType> implements ProtocolMessageEnum
The resource types that can be returned in search results.
Protobuf enum google.cloud.datacatalog.v1.SearchResultType
Fields
Name Description ENTRY An [Entry][google.cloud.datacatalog.v1.Entry].
ENTRY = 1;
ENTRY_GROUP An [EntryGroup][google.cloud.datacatalog.v1.EntryGroup].
ENTRY_GROUP = 3;
ENTRY_GROUP_VALUE An [EntryGroup][google.cloud.datacatalog.v1.EntryGroup].
ENTRY_GROUP = 3;
ENTRY_VALUE An [Entry][google.cloud.datacatalog.v1.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.v1.TagTemplate].
TAG_TEMPLATE = 2;
TAG_TEMPLATE_VALUE A [TagTemplate][google.cloud.datacatalog.v1.TagTemplate].
TAG_TEMPLATE = 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."],[],[]]