Class ReadFeatureValuesResponse.EntityView.Builder (3.42.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.Data>
Returns
TypeDescription
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
NameDescription
valueReadFeatureValuesResponse.EntityView.Data
Returns
TypeDescription
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
NameDescription
builderForValueReadFeatureValuesResponse.EntityView.Data.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueReadFeatureValuesResponse.EntityView.Data
Returns
TypeDescription
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
NameDescription
indexint
builderForValueReadFeatureValuesResponse.EntityView.Data.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Data.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ReadFeatureValuesResponse.EntityView.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder
Overrides

build()

public ReadFeatureValuesResponse.EntityView build()
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView

buildPartial()

public ReadFeatureValuesResponse.EntityView buildPartial()
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView

clear()

public ReadFeatureValuesResponse.EntityView.Builder clear()
Returns
TypeDescription
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
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder

clearEntityId()

public ReadFeatureValuesResponse.EntityView.Builder clearEntityId()

ID of the requested entity.

string entity_id = 1;

Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ReadFeatureValuesResponse.EntityView.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ReadFeatureValuesResponse.EntityView.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder
Overrides

clone()

public ReadFeatureValuesResponse.EntityView.Builder clone()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.ReadFeatureValuesResponse.EntityView.DataOrBuilder>

getDefaultInstanceForType()

public ReadFeatureValuesResponse.EntityView getDefaultInstanceForType()
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEntityId()

public String getEntityId()

ID of the requested entity.

string entity_id = 1;

Returns
TypeDescription
String

The entityId.

getEntityIdBytes()

public ByteString getEntityIdBytes()

ID of the requested entity.

string entity_id = 1;

Returns
TypeDescription
ByteString

The bytes for entityId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ReadFeatureValuesResponse.EntityView other)

public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(ReadFeatureValuesResponse.EntityView other)
Parameter
NameDescription
otherReadFeatureValuesResponse.EntityView
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ReadFeatureValuesResponse.EntityView.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
valueReadFeatureValuesResponse.EntityView.Data
Returns
TypeDescription
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
NameDescription
indexint
builderForValueReadFeatureValuesResponse.EntityView.Data.Builder
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder

setEntityId(String value)

public ReadFeatureValuesResponse.EntityView.Builder setEntityId(String value)

ID of the requested entity.

string entity_id = 1;

Parameter
NameDescription
valueString

The entityId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for entityId to set.

Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ReadFeatureValuesResponse.EntityView.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ReadFeatureValuesResponse.EntityView.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder
Overrides