Class SearchCatalogResult.Builder

  • All Implemented Interfaces:
    SearchCatalogResultOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    SearchCatalogResult

    public static final class SearchCatalogResult.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
    implements SearchCatalogResultOrBuilder
     Result in the response to a search request.
    
     Each result captures details of one entry that matches the search.
     
    Protobuf type google.cloud.datacatalog.v1.SearchCatalogResult
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • clear

        public SearchCatalogResult.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • getDefaultInstanceForType

        public SearchCatalogResult getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public SearchCatalogResult build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public SearchCatalogResult buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public SearchCatalogResult.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • setField

        public SearchCatalogResult.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • clearField

        public SearchCatalogResult.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • clearOneof

        public SearchCatalogResult.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • setRepeatedField

        public SearchCatalogResult.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • addRepeatedField

        public SearchCatalogResult.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • mergeFrom

        public SearchCatalogResult.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SearchCatalogResult.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • mergeFrom

        public SearchCatalogResult.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SearchCatalogResult.Builder>
        Throws:
        IOException
      • getSearchResultTypeValue

        public int getSearchResultTypeValue()
         Type of the search result.
        
         You can use this field to determine which get method to call to fetch the
         full resource.
         
        .google.cloud.datacatalog.v1.SearchResultType search_result_type = 1;
        Specified by:
        getSearchResultTypeValue in interface SearchCatalogResultOrBuilder
        Returns:
        The enum numeric value on the wire for searchResultType.
      • setSearchResultTypeValue

        public SearchCatalogResult.Builder setSearchResultTypeValue​(int value)
         Type of the search result.
        
         You can use this field to determine which get method to call to fetch the
         full resource.
         
        .google.cloud.datacatalog.v1.SearchResultType search_result_type = 1;
        Parameters:
        value - The enum numeric value on the wire for searchResultType to set.
        Returns:
        This builder for chaining.
      • getSearchResultType

        public SearchResultType getSearchResultType()
         Type of the search result.
        
         You can use this field to determine which get method to call to fetch the
         full resource.
         
        .google.cloud.datacatalog.v1.SearchResultType search_result_type = 1;
        Specified by:
        getSearchResultType in interface SearchCatalogResultOrBuilder
        Returns:
        The searchResultType.
      • setSearchResultType

        public SearchCatalogResult.Builder setSearchResultType​(SearchResultType value)
         Type of the search result.
        
         You can use this field to determine which get method to call to fetch the
         full resource.
         
        .google.cloud.datacatalog.v1.SearchResultType search_result_type = 1;
        Parameters:
        value - The searchResultType to set.
        Returns:
        This builder for chaining.
      • clearSearchResultType

        public SearchCatalogResult.Builder clearSearchResultType()
         Type of the search result.
        
         You can use this field to determine which get method to call to fetch the
         full resource.
         
        .google.cloud.datacatalog.v1.SearchResultType search_result_type = 1;
        Returns:
        This builder for chaining.
      • getSearchResultSubtype

        public String getSearchResultSubtype()
         Sub-type of the search result.
        
         A dot-delimited full type of the resource. The same type you
         specify in the `type` search predicate.
        
         Examples: `entry.table`, `entry.dataStream`, `tagTemplate`.
         
        string search_result_subtype = 2;
        Specified by:
        getSearchResultSubtype in interface SearchCatalogResultOrBuilder
        Returns:
        The searchResultSubtype.
      • getSearchResultSubtypeBytes

        public com.google.protobuf.ByteString getSearchResultSubtypeBytes()
         Sub-type of the search result.
        
         A dot-delimited full type of the resource. The same type you
         specify in the `type` search predicate.
        
         Examples: `entry.table`, `entry.dataStream`, `tagTemplate`.
         
        string search_result_subtype = 2;
        Specified by:
        getSearchResultSubtypeBytes in interface SearchCatalogResultOrBuilder
        Returns:
        The bytes for searchResultSubtype.
      • setSearchResultSubtype

        public SearchCatalogResult.Builder setSearchResultSubtype​(String value)
         Sub-type of the search result.
        
         A dot-delimited full type of the resource. The same type you
         specify in the `type` search predicate.
        
         Examples: `entry.table`, `entry.dataStream`, `tagTemplate`.
         
        string search_result_subtype = 2;
        Parameters:
        value - The searchResultSubtype to set.
        Returns:
        This builder for chaining.
      • clearSearchResultSubtype

        public SearchCatalogResult.Builder clearSearchResultSubtype()
         Sub-type of the search result.
        
         A dot-delimited full type of the resource. The same type you
         specify in the `type` search predicate.
        
         Examples: `entry.table`, `entry.dataStream`, `tagTemplate`.
         
        string search_result_subtype = 2;
        Returns:
        This builder for chaining.
      • setSearchResultSubtypeBytes

        public SearchCatalogResult.Builder setSearchResultSubtypeBytes​(com.google.protobuf.ByteString value)
         Sub-type of the search result.
        
         A dot-delimited full type of the resource. The same type you
         specify in the `type` search predicate.
        
         Examples: `entry.table`, `entry.dataStream`, `tagTemplate`.
         
        string search_result_subtype = 2;
        Parameters:
        value - The bytes for searchResultSubtype to set.
        Returns:
        This builder for chaining.
      • getRelativeResourceName

        public String getRelativeResourceName()
         The relative 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;
        Specified by:
        getRelativeResourceName in interface SearchCatalogResultOrBuilder
        Returns:
        The relativeResourceName.
      • getRelativeResourceNameBytes

        public com.google.protobuf.ByteString getRelativeResourceNameBytes()
         The relative 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;
        Specified by:
        getRelativeResourceNameBytes in interface SearchCatalogResultOrBuilder
        Returns:
        The bytes for relativeResourceName.
      • setRelativeResourceName

        public SearchCatalogResult.Builder setRelativeResourceName​(String value)
         The relative 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;
        Parameters:
        value - The relativeResourceName to set.
        Returns:
        This builder for chaining.
      • clearRelativeResourceName

        public SearchCatalogResult.Builder clearRelativeResourceName()
         The relative 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:
        This builder for chaining.
      • setRelativeResourceNameBytes

        public SearchCatalogResult.Builder setRelativeResourceNameBytes​(com.google.protobuf.ByteString value)
         The relative 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;
        Parameters:
        value - The bytes for relativeResourceName to set.
        Returns:
        This builder for chaining.
      • getLinkedResource

        public String getLinkedResource()
         The full name of the Google Cloud resource the entry belongs to.
        
         For more information, see [Full Resource Name]
         (/apis/design/resource_names#full_resource_name).
        
         Example:
        
         `//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID`
         
        string linked_resource = 4;
        Specified by:
        getLinkedResource in interface SearchCatalogResultOrBuilder
        Returns:
        The linkedResource.
      • getLinkedResourceBytes

        public com.google.protobuf.ByteString getLinkedResourceBytes()
         The full name of the Google Cloud resource the entry belongs to.
        
         For more information, see [Full Resource Name]
         (/apis/design/resource_names#full_resource_name).
        
         Example:
        
         `//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID`
         
        string linked_resource = 4;
        Specified by:
        getLinkedResourceBytes in interface SearchCatalogResultOrBuilder
        Returns:
        The bytes for linkedResource.
      • setLinkedResource

        public SearchCatalogResult.Builder setLinkedResource​(String value)
         The full name of the Google Cloud resource the entry belongs to.
        
         For more information, see [Full Resource Name]
         (/apis/design/resource_names#full_resource_name).
        
         Example:
        
         `//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID`
         
        string linked_resource = 4;
        Parameters:
        value - The linkedResource to set.
        Returns:
        This builder for chaining.
      • clearLinkedResource

        public SearchCatalogResult.Builder clearLinkedResource()
         The full name of the Google Cloud resource the entry belongs to.
        
         For more information, see [Full Resource Name]
         (/apis/design/resource_names#full_resource_name).
        
         Example:
        
         `//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID`
         
        string linked_resource = 4;
        Returns:
        This builder for chaining.
      • setLinkedResourceBytes

        public SearchCatalogResult.Builder setLinkedResourceBytes​(com.google.protobuf.ByteString value)
         The full name of the Google Cloud resource the entry belongs to.
        
         For more information, see [Full Resource Name]
         (/apis/design/resource_names#full_resource_name).
        
         Example:
        
         `//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID`
         
        string linked_resource = 4;
        Parameters:
        value - The bytes for linkedResource to set.
        Returns:
        This builder for chaining.
      • hasModifyTime

        public boolean hasModifyTime()
         The last modification timestamp of the entry in the source system.
         
        .google.protobuf.Timestamp modify_time = 7;
        Specified by:
        hasModifyTime in interface SearchCatalogResultOrBuilder
        Returns:
        Whether the modifyTime field is set.
      • getModifyTime

        public com.google.protobuf.Timestamp getModifyTime()
         The last modification timestamp of the entry in the source system.
         
        .google.protobuf.Timestamp modify_time = 7;
        Specified by:
        getModifyTime in interface SearchCatalogResultOrBuilder
        Returns:
        The modifyTime.
      • setModifyTime

        public SearchCatalogResult.Builder setModifyTime​(com.google.protobuf.Timestamp value)
         The last modification timestamp of the entry in the source system.
         
        .google.protobuf.Timestamp modify_time = 7;
      • setModifyTime

        public SearchCatalogResult.Builder setModifyTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The last modification timestamp of the entry in the source system.
         
        .google.protobuf.Timestamp modify_time = 7;
      • mergeModifyTime

        public SearchCatalogResult.Builder mergeModifyTime​(com.google.protobuf.Timestamp value)
         The last modification timestamp of the entry in the source system.
         
        .google.protobuf.Timestamp modify_time = 7;
      • clearModifyTime

        public SearchCatalogResult.Builder clearModifyTime()
         The last modification timestamp of the entry in the source system.
         
        .google.protobuf.Timestamp modify_time = 7;
      • getModifyTimeBuilder

        public com.google.protobuf.Timestamp.Builder getModifyTimeBuilder()
         The last modification timestamp of the entry in the source system.
         
        .google.protobuf.Timestamp modify_time = 7;
      • getModifyTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getModifyTimeOrBuilder()
         The last modification timestamp of the entry in the source system.
         
        .google.protobuf.Timestamp modify_time = 7;
        Specified by:
        getModifyTimeOrBuilder in interface SearchCatalogResultOrBuilder
      • hasIntegratedSystem

        public boolean hasIntegratedSystem()
         Output only. The source system that Data Catalog automatically integrates
         with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
         
        .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasIntegratedSystem in interface SearchCatalogResultOrBuilder
        Returns:
        Whether the integratedSystem field is set.
      • getIntegratedSystemValue

        public int getIntegratedSystemValue()
         Output only. The source system that Data Catalog automatically integrates
         with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
         
        .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getIntegratedSystemValue in interface SearchCatalogResultOrBuilder
        Returns:
        The enum numeric value on the wire for integratedSystem.
      • setIntegratedSystemValue

        public SearchCatalogResult.Builder setIntegratedSystemValue​(int value)
         Output only. The source system that Data Catalog automatically integrates
         with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
         
        .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for integratedSystem to set.
        Returns:
        This builder for chaining.
      • getIntegratedSystem

        public IntegratedSystem getIntegratedSystem()
         Output only. The source system that Data Catalog automatically integrates
         with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
         
        .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getIntegratedSystem in interface SearchCatalogResultOrBuilder
        Returns:
        The integratedSystem.
      • setIntegratedSystem

        public SearchCatalogResult.Builder setIntegratedSystem​(IntegratedSystem value)
         Output only. The source system that Data Catalog automatically integrates
         with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
         
        .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The integratedSystem to set.
        Returns:
        This builder for chaining.
      • clearIntegratedSystem

        public SearchCatalogResult.Builder clearIntegratedSystem()
         Output only. The source system that Data Catalog automatically integrates
         with, such as BigQuery, Cloud Pub/Sub, or Dataproc Metastore.
         
        .google.cloud.datacatalog.v1.IntegratedSystem integrated_system = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasUserSpecifiedSystem

        public boolean hasUserSpecifiedSystem()
         Custom source system that you can manually integrate Data Catalog with.
         
        string user_specified_system = 9;
        Specified by:
        hasUserSpecifiedSystem in interface SearchCatalogResultOrBuilder
        Returns:
        Whether the userSpecifiedSystem field is set.
      • getUserSpecifiedSystem

        public String getUserSpecifiedSystem()
         Custom source system that you can manually integrate Data Catalog with.
         
        string user_specified_system = 9;
        Specified by:
        getUserSpecifiedSystem in interface SearchCatalogResultOrBuilder
        Returns:
        The userSpecifiedSystem.
      • getUserSpecifiedSystemBytes

        public com.google.protobuf.ByteString getUserSpecifiedSystemBytes()
         Custom source system that you can manually integrate Data Catalog with.
         
        string user_specified_system = 9;
        Specified by:
        getUserSpecifiedSystemBytes in interface SearchCatalogResultOrBuilder
        Returns:
        The bytes for userSpecifiedSystem.
      • setUserSpecifiedSystem

        public SearchCatalogResult.Builder setUserSpecifiedSystem​(String value)
         Custom source system that you can manually integrate Data Catalog with.
         
        string user_specified_system = 9;
        Parameters:
        value - The userSpecifiedSystem to set.
        Returns:
        This builder for chaining.
      • clearUserSpecifiedSystem

        public SearchCatalogResult.Builder clearUserSpecifiedSystem()
         Custom source system that you can manually integrate Data Catalog with.
         
        string user_specified_system = 9;
        Returns:
        This builder for chaining.
      • setUserSpecifiedSystemBytes

        public SearchCatalogResult.Builder setUserSpecifiedSystemBytes​(com.google.protobuf.ByteString value)
         Custom source system that you can manually integrate Data Catalog with.
         
        string user_specified_system = 9;
        Parameters:
        value - The bytes for userSpecifiedSystem to set.
        Returns:
        This builder for chaining.
      • getFullyQualifiedName

        public String getFullyQualifiedName()
         Fully qualified name (FQN) of the resource.
        
         FQNs take two forms:
        
         * For non-regionalized resources:
        
           `{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}`
        
         * For regionalized resources:
        
           `{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}`
        
         Example for a DPMS table:
        
         `dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID`
         
        string fully_qualified_name = 10;
        Specified by:
        getFullyQualifiedName in interface SearchCatalogResultOrBuilder
        Returns:
        The fullyQualifiedName.
      • getFullyQualifiedNameBytes

        public com.google.protobuf.ByteString getFullyQualifiedNameBytes()
         Fully qualified name (FQN) of the resource.
        
         FQNs take two forms:
        
         * For non-regionalized resources:
        
           `{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}`
        
         * For regionalized resources:
        
           `{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}`
        
         Example for a DPMS table:
        
         `dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID`
         
        string fully_qualified_name = 10;
        Specified by:
        getFullyQualifiedNameBytes in interface SearchCatalogResultOrBuilder
        Returns:
        The bytes for fullyQualifiedName.
      • setFullyQualifiedName

        public SearchCatalogResult.Builder setFullyQualifiedName​(String value)
         Fully qualified name (FQN) of the resource.
        
         FQNs take two forms:
        
         * For non-regionalized resources:
        
           `{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}`
        
         * For regionalized resources:
        
           `{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}`
        
         Example for a DPMS table:
        
         `dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID`
         
        string fully_qualified_name = 10;
        Parameters:
        value - The fullyQualifiedName to set.
        Returns:
        This builder for chaining.
      • clearFullyQualifiedName

        public SearchCatalogResult.Builder clearFullyQualifiedName()
         Fully qualified name (FQN) of the resource.
        
         FQNs take two forms:
        
         * For non-regionalized resources:
        
           `{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}`
        
         * For regionalized resources:
        
           `{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}`
        
         Example for a DPMS table:
        
         `dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID`
         
        string fully_qualified_name = 10;
        Returns:
        This builder for chaining.
      • setFullyQualifiedNameBytes

        public SearchCatalogResult.Builder setFullyQualifiedNameBytes​(com.google.protobuf.ByteString value)
         Fully qualified name (FQN) of the resource.
        
         FQNs take two forms:
        
         * For non-regionalized resources:
        
           `{SYSTEM}:{PROJECT}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}`
        
         * For regionalized resources:
        
           `{SYSTEM}:{PROJECT}.{LOCATION_ID}.{PATH_TO_RESOURCE_SEPARATED_WITH_DOTS}`
        
         Example for a DPMS table:
        
         `dataproc_metastore:PROJECT_ID.LOCATION_ID.INSTANCE_ID.DATABASE_ID.TABLE_ID`
         
        string fully_qualified_name = 10;
        Parameters:
        value - The bytes for fullyQualifiedName to set.
        Returns:
        This builder for chaining.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         The display name of the result.
         
        string display_name = 12;
        Specified by:
        getDisplayNameBytes in interface SearchCatalogResultOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public SearchCatalogResult.Builder setDisplayName​(String value)
         The display name of the result.
         
        string display_name = 12;
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        public SearchCatalogResult.Builder clearDisplayName()
         The display name of the result.
         
        string display_name = 12;
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        public SearchCatalogResult.Builder setDisplayNameBytes​(com.google.protobuf.ByteString value)
         The display name of the result.
         
        string display_name = 12;
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • getDescription

        public String getDescription()
         Entry description that can consist of several sentences or paragraphs that
         describe entry contents.
         
        string description = 13;
        Specified by:
        getDescription in interface SearchCatalogResultOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Entry description that can consist of several sentences or paragraphs that
         describe entry contents.
         
        string description = 13;
        Specified by:
        getDescriptionBytes in interface SearchCatalogResultOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public SearchCatalogResult.Builder setDescription​(String value)
         Entry description that can consist of several sentences or paragraphs that
         describe entry contents.
         
        string description = 13;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public SearchCatalogResult.Builder clearDescription()
         Entry description that can consist of several sentences or paragraphs that
         describe entry contents.
         
        string description = 13;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public SearchCatalogResult.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         Entry description that can consist of several sentences or paragraphs that
         describe entry contents.
         
        string description = 13;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final SearchCatalogResult.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>
      • mergeUnknownFields

        public final SearchCatalogResult.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SearchCatalogResult.Builder>