public static final class ReadFeatureValuesResponse.EntityView.Builder extends GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder> implements ReadFeatureValuesResponse.EntityViewOrBuilder
Entity view with Feature values.
Protobuf type google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public ReadFeatureValuesResponse.EntityView.Builder addAllData(Iterable<? extends ReadFeatureValuesResponse.EntityView.Data> values)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data>
|
Returns
public ReadFeatureValuesResponse.EntityView.Builder addData(ReadFeatureValuesResponse.EntityView.Data value)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter
Returns
public ReadFeatureValuesResponse.EntityView.Builder addData(ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter
Returns
public ReadFeatureValuesResponse.EntityView.Builder addData(int index, ReadFeatureValuesResponse.EntityView.Data value)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameters
Returns
public ReadFeatureValuesResponse.EntityView.Builder addData(int index, ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameters
Returns
public ReadFeatureValuesResponse.EntityView.Data.Builder addDataBuilder()
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns
public ReadFeatureValuesResponse.EntityView.Data.Builder addDataBuilder(int index)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter
Returns
public ReadFeatureValuesResponse.EntityView.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ReadFeatureValuesResponse.EntityView build()
Returns
public ReadFeatureValuesResponse.EntityView buildPartial()
Returns
public ReadFeatureValuesResponse.EntityView.Builder clear()
Returns
Overrides
public ReadFeatureValuesResponse.EntityView.Builder clearData()
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns
public ReadFeatureValuesResponse.EntityView.Builder clearEntityId()
ID of the requested entity.
string entity_id = 1;
Returns
public ReadFeatureValuesResponse.EntityView.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public ReadFeatureValuesResponse.EntityView.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ReadFeatureValuesResponse.EntityView.Builder clone()
Returns
Overrides
public ReadFeatureValuesResponse.EntityView.Data getData(int index)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter
Returns
public ReadFeatureValuesResponse.EntityView.Data.Builder getDataBuilder(int index)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter
Returns
public List<ReadFeatureValuesResponse.EntityView.Data.Builder> getDataBuilderList()
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns
public int getDataCount()
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns
public List<ReadFeatureValuesResponse.EntityView.Data> getDataList()
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns
public ReadFeatureValuesResponse.EntityView.DataOrBuilder getDataOrBuilder(int index)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter
Returns
public List<? extends ReadFeatureValuesResponse.EntityView.DataOrBuilder> getDataOrBuilderList()
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.DataOrBuilder> | |
public ReadFeatureValuesResponse.EntityView getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public String getEntityId()
ID of the requested entity.
string entity_id = 1;
Returns
Type | Description |
String | The entityId.
|
public ByteString getEntityIdBytes()
ID of the requested entity.
string entity_id = 1;
Returns
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(ReadFeatureValuesResponse.EntityView other)
Parameter
Returns
public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final ReadFeatureValuesResponse.EntityView.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public ReadFeatureValuesResponse.EntityView.Builder removeData(int index)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameter
Returns
public ReadFeatureValuesResponse.EntityView.Builder setData(int index, ReadFeatureValuesResponse.EntityView.Data value)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameters
Returns
public ReadFeatureValuesResponse.EntityView.Builder setData(int index, ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
Each piece of data holds the k
requested values for one requested Feature. If no values
for the requested Feature exist, the corresponding cell will be empty.
This has the same size and is in the same order as the features from the
header ReadFeatureValuesResponse.header.
repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
Parameters
Returns
public ReadFeatureValuesResponse.EntityView.Builder setEntityId(String value)
ID of the requested entity.
string entity_id = 1;
Parameter
Name | Description |
value | String
The entityId to set.
|
Returns
public ReadFeatureValuesResponse.EntityView.Builder setEntityIdBytes(ByteString value)
ID of the requested entity.
string entity_id = 1;
Parameter
Name | Description |
value | ByteString
The bytes for entityId to set.
|
Returns
public ReadFeatureValuesResponse.EntityView.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ReadFeatureValuesResponse.EntityView.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final ReadFeatureValuesResponse.EntityView.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides