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
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 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>
|
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;
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;
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;
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;
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;
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 |
---|
Name | Description |
index | int
|
public ReadFeatureValuesResponse.EntityView.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ReadFeatureValuesResponse.EntityView build()
public ReadFeatureValuesResponse.EntityView buildPartial()
public ReadFeatureValuesResponse.EntityView.Builder clear()
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;
public ReadFeatureValuesResponse.EntityView.Builder clearEntityId()
ID of the requested entity.
string entity_id = 1;
public ReadFeatureValuesResponse.EntityView.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ReadFeatureValuesResponse.EntityView.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ReadFeatureValuesResponse.EntityView.Builder clone()
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 |
---|
Name | Description |
index | int
|
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 |
---|
Name | Description |
index | int
|
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;
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 |
---|
Type | Description |
int | |
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;
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 |
---|
Name | Description |
index | int
|
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()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
ByteString | The bytes for entityId.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(ReadFeatureValuesResponse.EntityView other)
public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final ReadFeatureValuesResponse.EntityView.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
---|
Name | Description |
index | int
|
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;
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;
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.
|
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.
|
public ReadFeatureValuesResponse.EntityView.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ReadFeatureValuesResponse.EntityView.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ReadFeatureValuesResponse.EntityView.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides