Class CompleteQueryResponse.CompletionResult.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<CompleteQueryResponse.CompletionResult.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<CompleteQueryResponse.CompletionResult.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CompleteQueryResponse.CompletionResult.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<CompleteQueryResponse.CompletionResult.Builder>
      • getDefaultInstanceForType

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

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

        public CompleteQueryResponse.CompletionResult buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public CompleteQueryResponse.CompletionResult.Builder setSuggestionBytes​(com.google.protobuf.ByteString value)
         The suggestion for the query.
         
        string suggestion = 1;
        Parameters:
        value - The bytes for suggestion to set.
        Returns:
        This builder for chaining.
      • getAttributesCount

        public int getAttributesCount()
        Description copied from interface: CompleteQueryResponse.CompletionResultOrBuilder
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2alpha.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;
        Specified by:
        getAttributesCount in interface CompleteQueryResponse.CompletionResultOrBuilder
      • containsAttributes

        public boolean containsAttributes​(String key)
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2alpha.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;
        Specified by:
        containsAttributes in interface CompleteQueryResponse.CompletionResultOrBuilder
      • getAttributesMap

        public Map<String,​CustomAttribute> getAttributesMap()
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2alpha.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;
        Specified by:
        getAttributesMap in interface CompleteQueryResponse.CompletionResultOrBuilder
      • getAttributesOrDefault

        public CustomAttribute getAttributesOrDefault​(String key,
                                                      CustomAttribute defaultValue)
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2alpha.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;
        Specified by:
        getAttributesOrDefault in interface CompleteQueryResponse.CompletionResultOrBuilder
      • getAttributesOrThrow

        public CustomAttribute getAttributesOrThrow​(String key)
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2alpha.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;
        Specified by:
        getAttributesOrThrow in interface CompleteQueryResponse.CompletionResultOrBuilder
      • removeAttributes

        public CompleteQueryResponse.CompletionResult.Builder removeAttributes​(String key)
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2alpha.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;
      • putAttributes

        public CompleteQueryResponse.CompletionResult.Builder putAttributes​(String key,
                                                                            CustomAttribute value)
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2alpha.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;
      • putAllAttributes

        public CompleteQueryResponse.CompletionResult.Builder putAllAttributes​(Map<String,​CustomAttribute> values)
         Custom attributes for the suggestion term.
        
         * For "user-data", the attributes are additional custom attributes
         ingested through BigQuery.
        
         * For "cloud-retail", the attributes are product attributes generated
         by Cloud Retail. It requires
         [UserEvent.product_details][google.cloud.retail.v2alpha.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2alpha.CustomAttribute> attributes = 2;
      • getFacetsList

        public List<SearchResponse.Facet> getFacetsList()
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
        Specified by:
        getFacetsList in interface CompleteQueryResponse.CompletionResultOrBuilder
      • getFacetsCount

        public int getFacetsCount()
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
        Specified by:
        getFacetsCount in interface CompleteQueryResponse.CompletionResultOrBuilder
      • getFacets

        public SearchResponse.Facet getFacets​(int index)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
        Specified by:
        getFacets in interface CompleteQueryResponse.CompletionResultOrBuilder
      • setFacets

        public CompleteQueryResponse.CompletionResult.Builder setFacets​(int index,
                                                                        SearchResponse.Facet value)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • setFacets

        public CompleteQueryResponse.CompletionResult.Builder setFacets​(int index,
                                                                        SearchResponse.Facet.Builder builderForValue)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • addFacets

        public CompleteQueryResponse.CompletionResult.Builder addFacets​(SearchResponse.Facet value)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • addFacets

        public CompleteQueryResponse.CompletionResult.Builder addFacets​(int index,
                                                                        SearchResponse.Facet value)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • addFacets

        public CompleteQueryResponse.CompletionResult.Builder addFacets​(SearchResponse.Facet.Builder builderForValue)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • addFacets

        public CompleteQueryResponse.CompletionResult.Builder addFacets​(int index,
                                                                        SearchResponse.Facet.Builder builderForValue)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • addAllFacets

        public CompleteQueryResponse.CompletionResult.Builder addAllFacets​(Iterable<? extends SearchResponse.Facet> values)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • clearFacets

        public CompleteQueryResponse.CompletionResult.Builder clearFacets()
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • removeFacets

        public CompleteQueryResponse.CompletionResult.Builder removeFacets​(int index)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • getFacetsBuilder

        public SearchResponse.Facet.Builder getFacetsBuilder​(int index)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • getFacetsOrBuilder

        public SearchResponse.FacetOrBuilder getFacetsOrBuilder​(int index)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
        Specified by:
        getFacetsOrBuilder in interface CompleteQueryResponse.CompletionResultOrBuilder
      • getFacetsOrBuilderList

        public List<? extends SearchResponse.FacetOrBuilder> getFacetsOrBuilderList()
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
        Specified by:
        getFacetsOrBuilderList in interface CompleteQueryResponse.CompletionResultOrBuilder
      • addFacetsBuilder

        public SearchResponse.Facet.Builder addFacetsBuilder()
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • addFacetsBuilder

        public SearchResponse.Facet.Builder addFacetsBuilder​(int index)
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • getFacetsBuilderList

        public List<SearchResponse.Facet.Builder> getFacetsBuilderList()
         Facet information for the suggestion term. Gives the number of items
         resulting from a search with this suggestion term for each facet.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        repeated .google.cloud.retail.v2alpha.SearchResponse.Facet facets = 3;
      • getTotalProductCount

        public int getTotalProductCount()
         Total number of products associated with a search with this suggestion.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        int32 total_product_count = 4;
        Specified by:
        getTotalProductCount in interface CompleteQueryResponse.CompletionResultOrBuilder
        Returns:
        The totalProductCount.
      • setTotalProductCount

        public CompleteQueryResponse.CompletionResult.Builder setTotalProductCount​(int value)
         Total number of products associated with a search with this suggestion.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        int32 total_product_count = 4;
        Parameters:
        value - The totalProductCount to set.
        Returns:
        This builder for chaining.
      • clearTotalProductCount

        public CompleteQueryResponse.CompletionResult.Builder clearTotalProductCount()
         Total number of products associated with a search with this suggestion.
        
         This is an experimental feature for limited customers. Please reach out
         to the support team if you would like to receive this information.
         
        int32 total_product_count = 4;
        Returns:
        This builder for chaining.