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 a resource, e.g.
     [UserEvent][google.cloud.discoveryengine.v1beta.UserEvent].
     
    Protobuf type google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.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
         [CustomAttribute.text][google.cloud.discoveryengine.v1beta.CustomAttribute.text]
         or
         [CustomAttribute.numbers][google.cloud.discoveryengine.v1beta.CustomAttribute.numbers]
         should be set. Otherwise, an `INVALID_ARGUMENT` error is returned.
         
        repeated double numbers = 2;
        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>