Class FetchFeatureValuesResponse.FeatureNameValuePairList.Builder (3.49.0)

public static final class FetchFeatureValuesResponse.FeatureNameValuePairList.Builder extends GeneratedMessageV3.Builder<FetchFeatureValuesResponse.FeatureNameValuePairList.Builder> implements FetchFeatureValuesResponse.FeatureNameValuePairListOrBuilder

Response structure in the format of key (feature name) and (feature) value pair.

Protobuf type google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > FetchFeatureValuesResponse.FeatureNameValuePairList.Builder
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllFeatures(Iterable<? extends FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair> values)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder addAllFeatures(Iterable<? extends FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair> values)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair>

addFeatures(FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair value)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder addFeatures(FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair value)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

addFeatures(FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder builderForValue)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder addFeatures(FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder builderForValue)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

addFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair value)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder addFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair value)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

addFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder builderForValue)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder addFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder builderForValue)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

addFeaturesBuilder()

public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder addFeaturesBuilder()

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

addFeaturesBuilder(int index)

public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder addFeaturesBuilder(int index)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Parameter
Name Description
index int

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public FetchFeatureValuesResponse.FeatureNameValuePairList build()

buildPartial()

public FetchFeatureValuesResponse.FeatureNameValuePairList buildPartial()

clear()

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder clear()
Overrides

clearFeatures()

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder clearFeatures()

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

clearField(Descriptors.FieldDescriptor field)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clone()

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder clone()
Overrides

getDefaultInstanceForType()

public FetchFeatureValuesResponse.FeatureNameValuePairList getDefaultInstanceForType()

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFeatures(int index)

public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair getFeatures(int index)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Parameter
Name Description
index int

getFeaturesBuilder(int index)

public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder getFeaturesBuilder(int index)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Parameter
Name Description
index int

getFeaturesBuilderList()

public List<FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder> getFeaturesBuilderList()

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Returns
Type Description
List<Builder>

getFeaturesCount()

public int getFeaturesCount()

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Returns
Type Description
int

getFeaturesList()

public List<FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair> getFeaturesList()

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Returns
Type Description
List<FeatureNameValuePair>

getFeaturesOrBuilder(int index)

public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder getFeaturesOrBuilder(int index)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Parameter
Name Description
index int

getFeaturesOrBuilderList()

public List<? extends FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder> getFeaturesOrBuilderList()

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FetchFeatureValuesResponse.FeatureNameValuePairList other)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder mergeFrom(FetchFeatureValuesResponse.FeatureNameValuePairList other)
Parameter
Name Description
other FetchFeatureValuesResponse.FeatureNameValuePairList

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FetchFeatureValuesResponse.FeatureNameValuePairList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

removeFeatures(int index)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder removeFeatures(int index)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

Parameter
Name Description
index int

setFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair value)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder setFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair value)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

setFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder builderForValue)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder setFeatures(int index, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder builderForValue)

List of feature names and values.

repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;

setField(Descriptors.FieldDescriptor field, Object value)

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

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

public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FetchFeatureValuesResponse.FeatureNameValuePairList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides