Class CustomAttribute.Builder

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

    public static final class CustomAttribute.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<CustomAttribute.Builder>
    implements CustomAttributeOrBuilder
     A custom attribute that is not explicitly modeled in
     [Product][google.cloud.retail.v2.Product].
     
    Protobuf type google.cloud.retail.v2.CustomAttribute
    • 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<CustomAttribute.Builder>
      • clear

        public CustomAttribute.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<CustomAttribute.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<CustomAttribute.Builder>
      • getDefaultInstanceForType

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

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

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

        public CustomAttribute.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<CustomAttribute.Builder>
      • setField

        public CustomAttribute.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<CustomAttribute.Builder>
      • clearField

        public CustomAttribute.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<CustomAttribute.Builder>
      • clearOneof

        public CustomAttribute.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<CustomAttribute.Builder>
      • setRepeatedField

        public CustomAttribute.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<CustomAttribute.Builder>
      • addRepeatedField

        public CustomAttribute.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<CustomAttribute.Builder>
      • mergeFrom

        public CustomAttribute.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<CustomAttribute.Builder>
      • isInitialized

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

        public CustomAttribute.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<CustomAttribute.Builder>
        Throws:
        IOException
      • getTextList

        public com.google.protobuf.ProtocolStringList getTextList()
         The textual values of this custom attribute. For example, `["yellow",
         "green"]` when the key is "color".
        
         Empty string is not allowed. Otherwise, an INVALID_ARGUMENT error is
         returned.
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated string text = 1;
        Specified by:
        getTextList in interface CustomAttributeOrBuilder
        Returns:
        A list containing the text.
      • getTextCount

        public int getTextCount()
         The textual values of this custom attribute. For example, `["yellow",
         "green"]` when the key is "color".
        
         Empty string is not allowed. Otherwise, an INVALID_ARGUMENT error is
         returned.
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated string text = 1;
        Specified by:
        getTextCount in interface CustomAttributeOrBuilder
        Returns:
        The count of text.
      • getText

        public String getText​(int index)
         The textual values of this custom attribute. For example, `["yellow",
         "green"]` when the key is "color".
        
         Empty string is not allowed. Otherwise, an INVALID_ARGUMENT error is
         returned.
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated string text = 1;
        Specified by:
        getText in interface CustomAttributeOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The text at the given index.
      • getTextBytes

        public com.google.protobuf.ByteString getTextBytes​(int index)
         The textual values of this custom attribute. For example, `["yellow",
         "green"]` when the key is "color".
        
         Empty string is not allowed. Otherwise, an INVALID_ARGUMENT error is
         returned.
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated string text = 1;
        Specified by:
        getTextBytes in interface CustomAttributeOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the text at the given index.
      • setText

        public CustomAttribute.Builder setText​(int index,
                                               String value)
         The textual values of this custom attribute. For example, `["yellow",
         "green"]` when the key is "color".
        
         Empty string is not allowed. Otherwise, an INVALID_ARGUMENT error is
         returned.
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated string text = 1;
        Parameters:
        index - The index to set the value at.
        value - The text to set.
        Returns:
        This builder for chaining.
      • addText

        public CustomAttribute.Builder addText​(String value)
         The textual values of this custom attribute. For example, `["yellow",
         "green"]` when the key is "color".
        
         Empty string is not allowed. Otherwise, an INVALID_ARGUMENT error is
         returned.
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated string text = 1;
        Parameters:
        value - The text to add.
        Returns:
        This builder for chaining.
      • addAllText

        public CustomAttribute.Builder addAllText​(Iterable<String> values)
         The textual values of this custom attribute. For example, `["yellow",
         "green"]` when the key is "color".
        
         Empty string is not allowed. Otherwise, an INVALID_ARGUMENT error is
         returned.
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated string text = 1;
        Parameters:
        values - The text to add.
        Returns:
        This builder for chaining.
      • clearText

        public CustomAttribute.Builder clearText()
         The textual values of this custom attribute. For example, `["yellow",
         "green"]` when the key is "color".
        
         Empty string is not allowed. Otherwise, an INVALID_ARGUMENT error is
         returned.
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated string text = 1;
        Returns:
        This builder for chaining.
      • addTextBytes

        public CustomAttribute.Builder addTextBytes​(com.google.protobuf.ByteString value)
         The textual values of this custom attribute. For example, `["yellow",
         "green"]` when the key is "color".
        
         Empty string is not allowed. Otherwise, an INVALID_ARGUMENT error is
         returned.
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated string text = 1;
        Parameters:
        value - The bytes of the text to add.
        Returns:
        This builder for chaining.
      • getNumbersList

        public List<Double> getNumbersList()
         The numerical values of this custom attribute. For example, `[2.3, 15.4]`
         when the key is "lengths_cm".
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated double numbers = 2;
        Specified by:
        getNumbersList in interface CustomAttributeOrBuilder
        Returns:
        A list containing the numbers.
      • getNumbersCount

        public int getNumbersCount()
         The numerical values of this custom attribute. For example, `[2.3, 15.4]`
         when the key is "lengths_cm".
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated double numbers = 2;
        Specified by:
        getNumbersCount in interface CustomAttributeOrBuilder
        Returns:
        The count of numbers.
      • getNumbers

        public double getNumbers​(int index)
         The numerical values of this custom attribute. For example, `[2.3, 15.4]`
         when the key is "lengths_cm".
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated double numbers = 2;
        Specified by:
        getNumbers in interface CustomAttributeOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The numbers at the given index.
      • setNumbers

        public CustomAttribute.Builder setNumbers​(int index,
                                                  double value)
         The numerical values of this custom attribute. For example, `[2.3, 15.4]`
         when the key is "lengths_cm".
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated double numbers = 2;
        Parameters:
        index - The index to set the value at.
        value - The numbers to set.
        Returns:
        This builder for chaining.
      • addNumbers

        public CustomAttribute.Builder addNumbers​(double value)
         The numerical values of this custom attribute. For example, `[2.3, 15.4]`
         when the key is "lengths_cm".
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated double numbers = 2;
        Parameters:
        value - The numbers to add.
        Returns:
        This builder for chaining.
      • addAllNumbers

        public CustomAttribute.Builder addAllNumbers​(Iterable<? extends Double> values)
         The numerical values of this custom attribute. For example, `[2.3, 15.4]`
         when the key is "lengths_cm".
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated double numbers = 2;
        Parameters:
        values - The numbers to add.
        Returns:
        This builder for chaining.
      • clearNumbers

        public CustomAttribute.Builder clearNumbers()
         The numerical values of this custom attribute. For example, `[2.3, 15.4]`
         when the key is "lengths_cm".
        
         Exactly one of [text][google.cloud.retail.v2.CustomAttribute.text] or
         [numbers][google.cloud.retail.v2.CustomAttribute.numbers] should be set.
         Otherwise, an INVALID_ARGUMENT error is returned.
         
        repeated double numbers = 2;
        Returns:
        This builder for chaining.
      • hasSearchable

        @Deprecated
        public boolean hasSearchable()
        Deprecated.
        google.cloud.retail.v2.CustomAttribute.searchable is deprecated. See google/cloud/retail/v2/common.proto;l=423
         This field is normally ignored unless
         [AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
         of the [Catalog][google.cloud.retail.v2.Catalog] is set to the deprecated
         'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode. For information about product-level
         attribute configuration, see [Configuration
         modes](https://cloud.google.com/retail/docs/attribute-config#config-modes).
         If true, custom attribute values are searchable by text queries in
         [SearchService.Search][google.cloud.retail.v2.SearchService.Search].
        
         This field is ignored in a [UserEvent][google.cloud.retail.v2.UserEvent].
        
         Only set if type [text][google.cloud.retail.v2.CustomAttribute.text] is
         set. Otherwise, a INVALID_ARGUMENT error is returned.
         
        optional bool searchable = 3 [deprecated = true];
        Specified by:
        hasSearchable in interface CustomAttributeOrBuilder
        Returns:
        Whether the searchable field is set.
      • getSearchable

        @Deprecated
        public boolean getSearchable()
        Deprecated.
        google.cloud.retail.v2.CustomAttribute.searchable is deprecated. See google/cloud/retail/v2/common.proto;l=423
         This field is normally ignored unless
         [AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
         of the [Catalog][google.cloud.retail.v2.Catalog] is set to the deprecated
         'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode. For information about product-level
         attribute configuration, see [Configuration
         modes](https://cloud.google.com/retail/docs/attribute-config#config-modes).
         If true, custom attribute values are searchable by text queries in
         [SearchService.Search][google.cloud.retail.v2.SearchService.Search].
        
         This field is ignored in a [UserEvent][google.cloud.retail.v2.UserEvent].
        
         Only set if type [text][google.cloud.retail.v2.CustomAttribute.text] is
         set. Otherwise, a INVALID_ARGUMENT error is returned.
         
        optional bool searchable = 3 [deprecated = true];
        Specified by:
        getSearchable in interface CustomAttributeOrBuilder
        Returns:
        The searchable.
      • setSearchable

        @Deprecated
        public CustomAttribute.Builder setSearchable​(boolean value)
        Deprecated.
        google.cloud.retail.v2.CustomAttribute.searchable is deprecated. See google/cloud/retail/v2/common.proto;l=423
         This field is normally ignored unless
         [AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
         of the [Catalog][google.cloud.retail.v2.Catalog] is set to the deprecated
         'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode. For information about product-level
         attribute configuration, see [Configuration
         modes](https://cloud.google.com/retail/docs/attribute-config#config-modes).
         If true, custom attribute values are searchable by text queries in
         [SearchService.Search][google.cloud.retail.v2.SearchService.Search].
        
         This field is ignored in a [UserEvent][google.cloud.retail.v2.UserEvent].
        
         Only set if type [text][google.cloud.retail.v2.CustomAttribute.text] is
         set. Otherwise, a INVALID_ARGUMENT error is returned.
         
        optional bool searchable = 3 [deprecated = true];
        Parameters:
        value - The searchable to set.
        Returns:
        This builder for chaining.
      • clearSearchable

        @Deprecated
        public CustomAttribute.Builder clearSearchable()
        Deprecated.
        google.cloud.retail.v2.CustomAttribute.searchable is deprecated. See google/cloud/retail/v2/common.proto;l=423
         This field is normally ignored unless
         [AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
         of the [Catalog][google.cloud.retail.v2.Catalog] is set to the deprecated
         'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode. For information about product-level
         attribute configuration, see [Configuration
         modes](https://cloud.google.com/retail/docs/attribute-config#config-modes).
         If true, custom attribute values are searchable by text queries in
         [SearchService.Search][google.cloud.retail.v2.SearchService.Search].
        
         This field is ignored in a [UserEvent][google.cloud.retail.v2.UserEvent].
        
         Only set if type [text][google.cloud.retail.v2.CustomAttribute.text] is
         set. Otherwise, a INVALID_ARGUMENT error is returned.
         
        optional bool searchable = 3 [deprecated = true];
        Returns:
        This builder for chaining.
      • hasIndexable

        @Deprecated
        public boolean hasIndexable()
        Deprecated.
        google.cloud.retail.v2.CustomAttribute.indexable is deprecated. See google/cloud/retail/v2/common.proto;l=442
         This field is normally ignored unless
         [AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
         of the [Catalog][google.cloud.retail.v2.Catalog] is set to the deprecated
         'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode. For information about product-level
         attribute configuration, see [Configuration
         modes](https://cloud.google.com/retail/docs/attribute-config#config-modes).
         If true, custom attribute values are indexed, so that they can be filtered,
         faceted or boosted in
         [SearchService.Search][google.cloud.retail.v2.SearchService.Search].
        
         This field is ignored in a [UserEvent][google.cloud.retail.v2.UserEvent].
        
         See [SearchRequest.filter][google.cloud.retail.v2.SearchRequest.filter],
         [SearchRequest.facet_specs][google.cloud.retail.v2.SearchRequest.facet_specs]
         and
         [SearchRequest.boost_spec][google.cloud.retail.v2.SearchRequest.boost_spec]
         for more details.
         
        optional bool indexable = 4 [deprecated = true];
        Specified by:
        hasIndexable in interface CustomAttributeOrBuilder
        Returns:
        Whether the indexable field is set.
      • getIndexable

        @Deprecated
        public boolean getIndexable()
        Deprecated.
        google.cloud.retail.v2.CustomAttribute.indexable is deprecated. See google/cloud/retail/v2/common.proto;l=442
         This field is normally ignored unless
         [AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
         of the [Catalog][google.cloud.retail.v2.Catalog] is set to the deprecated
         'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode. For information about product-level
         attribute configuration, see [Configuration
         modes](https://cloud.google.com/retail/docs/attribute-config#config-modes).
         If true, custom attribute values are indexed, so that they can be filtered,
         faceted or boosted in
         [SearchService.Search][google.cloud.retail.v2.SearchService.Search].
        
         This field is ignored in a [UserEvent][google.cloud.retail.v2.UserEvent].
        
         See [SearchRequest.filter][google.cloud.retail.v2.SearchRequest.filter],
         [SearchRequest.facet_specs][google.cloud.retail.v2.SearchRequest.facet_specs]
         and
         [SearchRequest.boost_spec][google.cloud.retail.v2.SearchRequest.boost_spec]
         for more details.
         
        optional bool indexable = 4 [deprecated = true];
        Specified by:
        getIndexable in interface CustomAttributeOrBuilder
        Returns:
        The indexable.
      • setIndexable

        @Deprecated
        public CustomAttribute.Builder setIndexable​(boolean value)
        Deprecated.
        google.cloud.retail.v2.CustomAttribute.indexable is deprecated. See google/cloud/retail/v2/common.proto;l=442
         This field is normally ignored unless
         [AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
         of the [Catalog][google.cloud.retail.v2.Catalog] is set to the deprecated
         'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode. For information about product-level
         attribute configuration, see [Configuration
         modes](https://cloud.google.com/retail/docs/attribute-config#config-modes).
         If true, custom attribute values are indexed, so that they can be filtered,
         faceted or boosted in
         [SearchService.Search][google.cloud.retail.v2.SearchService.Search].
        
         This field is ignored in a [UserEvent][google.cloud.retail.v2.UserEvent].
        
         See [SearchRequest.filter][google.cloud.retail.v2.SearchRequest.filter],
         [SearchRequest.facet_specs][google.cloud.retail.v2.SearchRequest.facet_specs]
         and
         [SearchRequest.boost_spec][google.cloud.retail.v2.SearchRequest.boost_spec]
         for more details.
         
        optional bool indexable = 4 [deprecated = true];
        Parameters:
        value - The indexable to set.
        Returns:
        This builder for chaining.
      • clearIndexable

        @Deprecated
        public CustomAttribute.Builder clearIndexable()
        Deprecated.
        google.cloud.retail.v2.CustomAttribute.indexable is deprecated. See google/cloud/retail/v2/common.proto;l=442
         This field is normally ignored unless
         [AttributesConfig.attribute_config_level][google.cloud.retail.v2.AttributesConfig.attribute_config_level]
         of the [Catalog][google.cloud.retail.v2.Catalog] is set to the deprecated
         'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode. For information about product-level
         attribute configuration, see [Configuration
         modes](https://cloud.google.com/retail/docs/attribute-config#config-modes).
         If true, custom attribute values are indexed, so that they can be filtered,
         faceted or boosted in
         [SearchService.Search][google.cloud.retail.v2.SearchService.Search].
        
         This field is ignored in a [UserEvent][google.cloud.retail.v2.UserEvent].
        
         See [SearchRequest.filter][google.cloud.retail.v2.SearchRequest.filter],
         [SearchRequest.facet_specs][google.cloud.retail.v2.SearchRequest.facet_specs]
         and
         [SearchRequest.boost_spec][google.cloud.retail.v2.SearchRequest.boost_spec]
         for more details.
         
        optional bool indexable = 4 [deprecated = true];
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final CustomAttribute.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<CustomAttribute.Builder>
      • mergeUnknownFields

        public final CustomAttribute.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<CustomAttribute.Builder>