Class CompleteQueryResponse.CompletionResult

    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • internalGetFieldAccessorTable

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

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static CompleteQueryResponse.CompletionResult parseFrom​(ByteBuffer data,
                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static CompleteQueryResponse.CompletionResult parseFrom​(com.google.protobuf.ByteString data)
                                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static CompleteQueryResponse.CompletionResult parseFrom​(com.google.protobuf.ByteString data,
                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static CompleteQueryResponse.CompletionResult parseFrom​(byte[] data)
                                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static CompleteQueryResponse.CompletionResult parseFrom​(byte[] data,
                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

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

        protected CompleteQueryResponse.CompletionResult.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<CompleteQueryResponse.CompletionResult> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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