Class FeatureValueList.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<FeatureValueList.Builder>
com.google.cloud.aiplatform.v1.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.GeneratedMessage.Builder<FeatureValueList.Builder> implements FeatureValueListOrBuilder
 Container for list of values.
 
Protobuf type google.cloud.aiplatform.v1.FeatureValueList
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

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

      public FeatureValueList.Builder mergeFrom(FeatureValueList other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.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
    • getValuesList

      public List<FeatureValue> getValuesList()
       A list of feature values. All of them should be the same data type.
       
      repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      Specified by:
      getValuesList in interface FeatureValueListOrBuilder
    • 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;
    • getValuesOrBuilder

      public FeatureValueOrBuilder getValuesOrBuilder(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:
      getValuesOrBuilder in interface FeatureValueListOrBuilder
    • getValuesOrBuilderList

      public List<? extends FeatureValueOrBuilder> getValuesOrBuilderList()
       A list of feature values. All of them should be the same data type.
       
      repeated .google.cloud.aiplatform.v1.FeatureValue values = 1;
      Specified by:
      getValuesOrBuilderList in interface FeatureValueListOrBuilder
    • 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;