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.v2.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2.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.v2.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2.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.v2.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2.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.v2.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2.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.v2.UserEvent.product_details]
         is imported properly.
         
        map<string, .google.cloud.retail.v2.CustomAttribute> attributes = 2;
        Specified by:
        getAttributesOrThrow in interface CompleteQueryResponse.CompletionResultOrBuilder
      • 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