Class SearchCatalogResult (1.35.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 1.35.0keyboard_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
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  LINKED_RESOURCE_FIELD_NUMBER 
  
    
public   static   final   int   LINKED_RESOURCE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  MODIFY_TIME_FIELD_NUMBER 
  
    
public   static   final   int   MODIFY_TIME_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  
      
        databyte [] 
     
  
  
  
  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  
      
        objObject  
     
  
  
  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.
 
     
  
  getModifyTime() 
  
    
public   Timestamp   getModifyTime ()  
   Last-modified timestamp of the entry from the managing system.
 .google.protobuf.Timestamp modify_time = 7;
    
      
        Returns  
      
        Type Description  
      
        Timestamp The modifyTime.
 
     
  
  getModifyTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getModifyTimeOrBuilder ()  
   Last-modified timestamp of the entry from the managing system.
 .google.protobuf.Timestamp modify_time = 7;
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 
  
  hasModifyTime() 
  
    
public   boolean   hasModifyTime ()  
   Last-modified timestamp of the entry from the managing system.
 .google.protobuf.Timestamp modify_time = 7;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the modifyTime field is set.
 
     
  
  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 )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   SearchCatalogResult . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]