public static final class FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder extends GeneratedMessageV3.Builder<FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder> implements FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder
Feature name & value pair.
Protobuf type
google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair
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.FeatureNameValuePair.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair build()
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair buildPartial()
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder clear()
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder clearData()
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder clearName()
Feature short name.
string name = 1;
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder clearValue()
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder clone()
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.DataCase getDataCase()
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
Feature short name.
string name = 1;
Returns |
Type |
Description |
String |
The name.
|
public ByteString getNameBytes()
Feature short name.
string name = 1;
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
public FeatureValue getValue()
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;
public FeatureValue.Builder getValueBuilder()
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;
public FeatureValueOrBuilder getValueOrBuilder()
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;
public boolean hasValue()
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;
Returns |
Type |
Description |
boolean |
Whether the value field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder mergeFrom(FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair other)
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder mergeValue(FeatureValue value)
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder setName(String value)
Feature short name.
string name = 1;
Parameter |
Name |
Description |
value |
String
The name to set.
|
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder setNameBytes(ByteString value)
Feature short name.
string name = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for name to set.
|
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder setValue(FeatureValue value)
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;
public FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder setValue(FeatureValue.Builder builderForValue)
Feature value.
.google.cloud.aiplatform.v1beta1.FeatureValue value = 2;