Class ReadFeatureValuesResponse.EntityView.Builder (3.44.0)

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.v1beta1.ReadFeatureValuesResponse.EntityView

Static Methods

getDescriptor()

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

Methods

addAllData(Iterable<? extends ReadFeatureValuesResponse.EntityView.Data> values)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameter
Name Description
values Iterable<? extends com.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data>
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

addData(ReadFeatureValuesResponse.EntityView.Data value)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameter
Name Description
value ReadFeatureValuesResponse.EntityView.Data
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

addData(ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameter
Name Description
builderForValue ReadFeatureValuesResponse.EntityView.Data.Builder
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

addData(int index, ReadFeatureValuesResponse.EntityView.Data value)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameters
Name Description
index int
value ReadFeatureValuesResponse.EntityView.Data
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

addData(int index, ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameters
Name Description
index int
builderForValue ReadFeatureValuesResponse.EntityView.Data.Builder
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

addDataBuilder()

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Returns
Type Description
ReadFeatureValuesResponse.EntityView.Data.Builder

addDataBuilder(int index)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameter
Name Description
index int
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Data.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ReadFeatureValuesResponse.EntityView.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides

build()

public ReadFeatureValuesResponse.EntityView build()
Returns
Type Description
ReadFeatureValuesResponse.EntityView

buildPartial()

public ReadFeatureValuesResponse.EntityView buildPartial()
Returns
Type Description
ReadFeatureValuesResponse.EntityView

clear()

public ReadFeatureValuesResponse.EntityView.Builder clear()
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides

clearData()

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

clearEntityId()

public ReadFeatureValuesResponse.EntityView.Builder clearEntityId()

ID of the requested entity.

string entity_id = 1;

Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ReadFeatureValuesResponse.EntityView.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ReadFeatureValuesResponse.EntityView.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides

clone()

public ReadFeatureValuesResponse.EntityView.Builder clone()
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides

getData(int index)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameter
Name Description
index int
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Data

getDataBuilder(int index)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameter
Name Description
index int
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Data.Builder

getDataBuilderList()

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Returns
Type Description
List<Builder>

getDataCount()

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Returns
Type Description
int

getDataList()

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Returns
Type Description
List<Data>

getDataOrBuilder(int index)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameter
Name Description
index int
Returns
Type Description
ReadFeatureValuesResponse.EntityView.DataOrBuilder

getDataOrBuilderList()

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.DataOrBuilder>

getDefaultInstanceForType()

public ReadFeatureValuesResponse.EntityView getDefaultInstanceForType()
Returns
Type Description
ReadFeatureValuesResponse.EntityView

getDescriptorForType()

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

getEntityId()

public String getEntityId()

ID of the requested entity.

string entity_id = 1;

Returns
Type Description
String

The entityId.

getEntityIdBytes()

public ByteString getEntityIdBytes()

ID of the requested entity.

string entity_id = 1;

Returns
Type Description
ByteString

The bytes for entityId.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ReadFeatureValuesResponse.EntityView other)

public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(ReadFeatureValuesResponse.EntityView other)
Parameter
Name Description
other ReadFeatureValuesResponse.EntityView
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ReadFeatureValuesResponse.EntityView.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides

removeData(int index)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameter
Name Description
index int
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

setData(int index, ReadFeatureValuesResponse.EntityView.Data value)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameters
Name Description
index int
value ReadFeatureValuesResponse.EntityView.Data
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

setData(int index, ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)

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.v1beta1.ReadFeatureValuesResponse.EntityView.Data data = 2;

Parameters
Name Description
index int
builderForValue ReadFeatureValuesResponse.EntityView.Data.Builder
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

setEntityId(String value)

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
Type Description
ReadFeatureValuesResponse.EntityView.Builder

This builder for chaining.

setEntityIdBytes(ByteString value)

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
Type Description
ReadFeatureValuesResponse.EntityView.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ReadFeatureValuesResponse.EntityView.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides

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

public ReadFeatureValuesResponse.EntityView.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ReadFeatureValuesResponse.EntityView.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides