Class FeatureValueList.Builder

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

    public static final class FeatureValueList.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<FeatureValueList.Builder>
    implements FeatureValueListOrBuilder
     Container for list of values.
     
    Protobuf type google.cloud.aiplatform.v1.FeatureValueList
    • 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<FeatureValueList.Builder>
      • clear

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

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

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

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

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

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

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

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

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

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

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

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

        public FeatureValueList.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<FeatureValueList.Builder>
        Throws:
        IOException
      • getValuesCount

        public int getValuesCount()
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
        Specified by:
        getValuesCount in interface FeatureValueListOrBuilder
      • getValues

        public FeatureValue getValues​(int index)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
        Specified by:
        getValues in interface FeatureValueListOrBuilder
      • setValues

        public FeatureValueList.Builder setValues​(int index,
                                                  FeatureValue value)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • setValues

        public FeatureValueList.Builder setValues​(int index,
                                                  FeatureValue.Builder builderForValue)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • addValues

        public FeatureValueList.Builder addValues​(FeatureValue value)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • addValues

        public FeatureValueList.Builder addValues​(int index,
                                                  FeatureValue value)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • addValues

        public FeatureValueList.Builder addValues​(FeatureValue.Builder builderForValue)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • addValues

        public FeatureValueList.Builder addValues​(int index,
                                                  FeatureValue.Builder builderForValue)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • addAllValues

        public FeatureValueList.Builder addAllValues​(Iterable<? extends FeatureValue> values)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • clearValues

        public FeatureValueList.Builder clearValues()
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • removeValues

        public FeatureValueList.Builder removeValues​(int index)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • getValuesBuilder

        public FeatureValue.Builder getValuesBuilder​(int index)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • addValuesBuilder

        public FeatureValue.Builder addValuesBuilder()
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • addValuesBuilder

        public FeatureValue.Builder addValuesBuilder​(int index)
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • getValuesBuilderList

        public List<FeatureValue.Builder> getValuesBuilderList()
         A list of feature values. All of them should be the same data type.
         
        repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      • setUnknownFields

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

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