Class ReadFeatureValuesResponse.EntityView (3.42.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
TypeDescription
int

ENTITY_ID_FIELD_NUMBER

public static final int ENTITY_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ReadFeatureValuesResponse.EntityView getDefaultInstance()
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ReadFeatureValuesResponse.EntityView.Builder newBuilder()
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder

newBuilder(ReadFeatureValuesResponse.EntityView prototype)

public static ReadFeatureValuesResponse.EntityView.Builder newBuilder(ReadFeatureValuesResponse.EntityView prototype)
Parameter
NameDescription
prototypeReadFeatureValuesResponse.EntityView
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder

parseDelimitedFrom(InputStream input)

public static ReadFeatureValuesResponse.EntityView parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ReadFeatureValuesResponse.EntityView parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ReadFeatureValuesResponse.EntityView parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ReadFeatureValuesResponse.EntityView parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ReadFeatureValuesResponse.EntityView parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ReadFeatureValuesResponse.EntityView parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReadFeatureValuesResponse.EntityView parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
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.v1.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.v1.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.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;

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

getDefaultInstanceForType()

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

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.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ReadFeatureValuesResponse.EntityView.Builder newBuilderForType()
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReadFeatureValuesResponse.EntityView.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ReadFeatureValuesResponse.EntityView.Builder toBuilder()
Returns
TypeDescription
ReadFeatureValuesResponse.EntityView.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException