Class FeatureValueList.Builder (3.44.0)

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

Container for list of values.

Protobuf type google.cloud.aiplatform.v1.FeatureValueList

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
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.v1.FeatureValue values = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.aiplatform.v1.FeatureValue>
Returns
Type Description
FeatureValueList.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FeatureValueList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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.v1.FeatureValue values = 1;

Parameter
Name Description
value FeatureValue
Returns
Type Description
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.v1.FeatureValue values = 1;

Parameter
Name Description
builderForValue FeatureValue.Builder
Returns
Type Description
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.v1.FeatureValue values = 1;

Parameters
Name Description
index int
value FeatureValue
Returns
Type Description
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.v1.FeatureValue values = 1;

Parameters
Name Description
index int
builderForValue FeatureValue.Builder
Returns
Type Description
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.v1.FeatureValue values = 1;

Returns
Type Description
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.v1.FeatureValue values = 1;

Parameter
Name Description
index int
Returns
Type Description
FeatureValue.Builder

build()

public FeatureValueList build()
Returns
Type Description
FeatureValueList

buildPartial()

public FeatureValueList buildPartial()
Returns
Type Description
FeatureValueList

clear()

public FeatureValueList.Builder clear()
Returns
Type Description
FeatureValueList.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public FeatureValueList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
FeatureValueList.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public FeatureValueList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
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.v1.FeatureValue values = 1;

Returns
Type Description
FeatureValueList.Builder

clone()

public FeatureValueList.Builder clone()
Returns
Type Description
FeatureValueList.Builder
Overrides

getDefaultInstanceForType()

public FeatureValueList getDefaultInstanceForType()
Returns
Type Description
FeatureValueList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
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.v1.FeatureValue values = 1;

Parameter
Name Description
index int
Returns
Type Description
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.v1.FeatureValue values = 1;

Parameter
Name Description
index int
Returns
Type Description
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.v1.FeatureValue values = 1;

Returns
Type Description
List<Builder>

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;

Returns
Type Description
int

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;

Returns
Type Description
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.v1.FeatureValue values = 1;

Parameter
Name Description
index int
Returns
Type Description
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.v1.FeatureValue values = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.FeatureValueOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FeatureValueList other)

public FeatureValueList.Builder mergeFrom(FeatureValueList other)
Parameter
Name Description
other FeatureValueList
Returns
Type Description
FeatureValueList.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FeatureValueList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureValueList.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FeatureValueList.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FeatureValueList.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FeatureValueList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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.v1.FeatureValue values = 1;

Parameter
Name Description
index int
Returns
Type Description
FeatureValueList.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public FeatureValueList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FeatureValueList.Builder
Overrides

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

public FeatureValueList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
FeatureValueList.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FeatureValueList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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.v1.FeatureValue values = 1;

Parameters
Name Description
index int
value FeatureValue
Returns
Type Description
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.v1.FeatureValue values = 1;

Parameters
Name Description
index int
builderForValue FeatureValue.Builder
Returns
Type Description
FeatureValueList.Builder