Send feedback
Class SearchCatalogResult (1.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.23.0 keyboard_arrow_down
public final class SearchCatalogResult extends GeneratedMessageV3 implements SearchCatalogResultOrBuilder
A result that appears in the response of a search request. Each result
captures details of one entry that matches the search.
Protobuf type google.cloud.datacatalog.v1beta1.SearchCatalogResult
Static Fields
LINKED_RESOURCE_FIELD_NUMBER
public static final int LINKED_RESOURCE_FIELD_NUMBER
Field Value Type Description int
RELATIVE_RESOURCE_NAME_FIELD_NUMBER
public static final int RELATIVE_RESOURCE_NAME_FIELD_NUMBER
Field Value Type Description int
SEARCH_RESULT_SUBTYPE_FIELD_NUMBER
public static final int SEARCH_RESULT_SUBTYPE_FIELD_NUMBER
Field Value Type Description int
SEARCH_RESULT_TYPE_FIELD_NUMBER
public static final int SEARCH_RESULT_TYPE_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static SearchCatalogResult getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static SearchCatalogResult . Builder newBuilder ()
newBuilder(SearchCatalogResult prototype)
public static SearchCatalogResult . Builder newBuilder ( SearchCatalogResult prototype )
public static SearchCatalogResult parseDelimitedFrom ( InputStream input )
public static SearchCatalogResult parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static SearchCatalogResult parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SearchCatalogResult parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static SearchCatalogResult parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SearchCatalogResult parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SearchCatalogResult parseFrom ( CodedInputStream input )
public static SearchCatalogResult parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SearchCatalogResult parseFrom ( InputStream input )
public static SearchCatalogResult parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static SearchCatalogResult parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SearchCatalogResult parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<SearchCatalogResult> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public SearchCatalogResult getDefaultInstanceForType ()
getLinkedResource()
public String getLinkedResource ()
Returns Type Description String
The linkedResource.
getLinkedResourceBytes()
public ByteString getLinkedResourceBytes ()
Returns Type Description ByteString
The bytes for linkedResource.
getParserForType()
public Parser<SearchCatalogResult> getParserForType ()
Overrides
getRelativeResourceName()
public String getRelativeResourceName ()
The relative resource name of the resource in URL format.
Examples:
projects/{project_id}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
projects/{project_id}/tagTemplates/{tag_template_id}
string relative_resource_name = 3;
Returns Type Description String
The relativeResourceName.
getRelativeResourceNameBytes()
public ByteString getRelativeResourceNameBytes ()
The relative resource name of the resource in URL format.
Examples:
projects/{project_id}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}
projects/{project_id}/tagTemplates/{tag_template_id}
string relative_resource_name = 3;
Returns Type Description ByteString
The bytes for relativeResourceName.
getSearchResultSubtype()
public String getSearchResultSubtype ()
Sub-type of the search result. This is a dot-delimited description of the
resource's full type, and is the same as the value callers would provide in
the "type" search facet. Examples: entry.table
, entry.dataStream
,
tagTemplate
.
string search_result_subtype = 2;
Returns Type Description String
The searchResultSubtype.
getSearchResultSubtypeBytes()
public ByteString getSearchResultSubtypeBytes ()
Sub-type of the search result. This is a dot-delimited description of the
resource's full type, and is the same as the value callers would provide in
the "type" search facet. Examples: entry.table
, entry.dataStream
,
tagTemplate
.
string search_result_subtype = 2;
Returns Type Description ByteString
The bytes for searchResultSubtype.
getSearchResultType()
public SearchResultType getSearchResultType ()
Type of the search result. This field can be used to determine which Get
method to call to fetch the full resource.
.google.cloud.datacatalog.v1beta1.SearchResultType search_result_type = 1;
getSearchResultTypeValue()
public int getSearchResultTypeValue ()
Type of the search result. This field can be used to determine which Get
method to call to fetch the full resource.
.google.cloud.datacatalog.v1beta1.SearchResultType search_result_type = 1;
Returns Type Description int
The enum numeric value on the wire for searchResultType.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public SearchCatalogResult . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SearchCatalogResult . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public SearchCatalogResult . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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 2025-01-28 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 2025-01-28 UTC."],[],[]]