Class ReadFeatureValuesResponse.EntityView (3.44.0)

public static final class ReadFeatureValuesResponse.EntityView extends GeneratedMessageV3 implements ReadFeatureValuesResponse.EntityViewOrBuilder

Entity view with Feature values.

Protobuf type google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReadFeatureValuesResponse.EntityView

Static Fields

DATA_FIELD_NUMBER

public static final int DATA_FIELD_NUMBER
Field Value
Type Description
int

ENTITY_ID_FIELD_NUMBER

public static final int ENTITY_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ReadFeatureValuesResponse.EntityView getDefaultInstance()
Returns
Type Description
ReadFeatureValuesResponse.EntityView

getDescriptor()

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

newBuilder()

public static ReadFeatureValuesResponse.EntityView.Builder newBuilder()
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

newBuilder(ReadFeatureValuesResponse.EntityView prototype)

public static ReadFeatureValuesResponse.EntityView.Builder newBuilder(ReadFeatureValuesResponse.EntityView prototype)
Parameter
Name Description
prototype ReadFeatureValuesResponse.EntityView
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

parseDelimitedFrom(InputStream input)

public static ReadFeatureValuesResponse.EntityView parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ReadFeatureValuesResponse.EntityView parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ReadFeatureValuesResponse.EntityView parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ReadFeatureValuesResponse.EntityView parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ReadFeatureValuesResponse.EntityView parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ReadFeatureValuesResponse.EntityView parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReadFeatureValuesResponse.EntityView
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ReadFeatureValuesResponse.EntityView> parser()
Returns
Type Description
Parser<EntityView>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;

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

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

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

getDefaultInstanceForType()

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

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.

getParserForType()

public Parser<ReadFeatureValuesResponse.EntityView> getParserForType()
Returns
Type Description
Parser<EntityView>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ReadFeatureValuesResponse.EntityView.Builder newBuilderForType()
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReadFeatureValuesResponse.EntityView.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ReadFeatureValuesResponse.EntityView.Builder toBuilder()
Returns
Type Description
ReadFeatureValuesResponse.EntityView.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException