Class FeatureValueList.Builder (3.42.0)

public static final class FeatureValueList.Builder extends GeneratedMessageV3.Builder<FeatureValueList.Builder> implements FeatureValueListOrBuilder

Container for list of values.

Protobuf type google.cloud.aiplatform.v1beta1.FeatureValueList

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllValues(Iterable<? extends FeatureValue> values)

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.v1beta1.FeatureValue values = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.aiplatform.v1beta1.FeatureValue>
Returns
TypeDescription
FeatureValueList.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FeatureValueList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FeatureValueList.Builder
Overrides

addValues(FeatureValue value)

public FeatureValueList.Builder addValues(FeatureValue value)

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Parameter
NameDescription
valueFeatureValue
Returns
TypeDescription
FeatureValueList.Builder

addValues(FeatureValue.Builder builderForValue)

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.v1beta1.FeatureValue values = 1;

Parameter
NameDescription
builderForValueFeatureValue.Builder
Returns
TypeDescription
FeatureValueList.Builder

addValues(int index, FeatureValue value)

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.v1beta1.FeatureValue values = 1;

Parameters
NameDescription
indexint
valueFeatureValue
Returns
TypeDescription
FeatureValueList.Builder

addValues(int index, FeatureValue.Builder builderForValue)

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.v1beta1.FeatureValue values = 1;

Parameters
NameDescription
indexint
builderForValueFeatureValue.Builder
Returns
TypeDescription
FeatureValueList.Builder

addValuesBuilder()

public FeatureValue.Builder addValuesBuilder()

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Returns
TypeDescription
FeatureValue.Builder

addValuesBuilder(int index)

public FeatureValue.Builder addValuesBuilder(int index)

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureValue.Builder

build()

public FeatureValueList build()
Returns
TypeDescription
FeatureValueList

buildPartial()

public FeatureValueList buildPartial()
Returns
TypeDescription
FeatureValueList

clear()

public FeatureValueList.Builder clear()
Returns
TypeDescription
FeatureValueList.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public FeatureValueList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
FeatureValueList.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public FeatureValueList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
FeatureValueList.Builder
Overrides

clearValues()

public FeatureValueList.Builder clearValues()

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Returns
TypeDescription
FeatureValueList.Builder

clone()

public FeatureValueList.Builder clone()
Returns
TypeDescription
FeatureValueList.Builder
Overrides

getDefaultInstanceForType()

public FeatureValueList getDefaultInstanceForType()
Returns
TypeDescription
FeatureValueList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getValues(int index)

public FeatureValue getValues(int index)

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureValue

getValuesBuilder(int index)

public FeatureValue.Builder getValuesBuilder(int index)

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureValue.Builder

getValuesBuilderList()

public List<FeatureValue.Builder> getValuesBuilderList()

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Returns
TypeDescription
List<Builder>

getValuesCount()

public int getValuesCount()

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Returns
TypeDescription
int

getValuesList()

public List<FeatureValue> getValuesList()

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Returns
TypeDescription
List<FeatureValue>

getValuesOrBuilder(int index)

public FeatureValueOrBuilder getValuesOrBuilder(int index)

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureValueOrBuilder

getValuesOrBuilderList()

public List<? extends FeatureValueOrBuilder> getValuesOrBuilderList()

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureValueOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FeatureValueList other)

public FeatureValueList.Builder mergeFrom(FeatureValueList other)
Parameter
NameDescription
otherFeatureValueList
Returns
TypeDescription
FeatureValueList.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FeatureValueList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureValueList.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public FeatureValueList.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
FeatureValueList.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FeatureValueList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FeatureValueList.Builder
Overrides

removeValues(int index)

public FeatureValueList.Builder removeValues(int index)

A list of feature values. All of them should be the same data type.

repeated .google.cloud.aiplatform.v1beta1.FeatureValue values = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureValueList.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public FeatureValueList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
FeatureValueList.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FeatureValueList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
FeatureValueList.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FeatureValueList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FeatureValueList.Builder
Overrides

setValues(int index, FeatureValue value)

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.v1beta1.FeatureValue values = 1;

Parameters
NameDescription
indexint
valueFeatureValue
Returns
TypeDescription
FeatureValueList.Builder

setValues(int index, FeatureValue.Builder builderForValue)

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.v1beta1.FeatureValue values = 1;

Parameters
NameDescription
indexint
builderForValueFeatureValue.Builder
Returns
TypeDescription
FeatureValueList.Builder