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
Inherited Members
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
public static final Descriptors.Descriptor getDescriptor()
Methods
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>
|
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;
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;
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;
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;
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder addFeaturesBuilder()
List of feature names and values.
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
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
|
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList build()
public FetchFeatureValuesResponse.FeatureNameValuePairList buildPartial()
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder clear()
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder clearFeatures()
List of feature names and values.
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder clone()
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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
|
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
|
public List<FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder> getFeaturesBuilderList()
List of feature names and values.
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
public int getFeaturesCount()
List of feature names and values.
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
Returns |
Type |
Description |
int |
|
public List<FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair> getFeaturesList()
List of feature names and values.
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair features = 1;
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
|
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> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder mergeFrom(FetchFeatureValuesResponse.FeatureNameValuePairList other)
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final FetchFeatureValuesResponse.FeatureNameValuePairList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
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;
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;
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final FetchFeatureValuesResponse.FeatureNameValuePairList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides