Class ReadFeatureValuesResponse.EntityView (3.77.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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DATA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int ENTITY_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static ReadFeatureValuesResponse.EntityView getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ReadFeatureValuesResponse.EntityView.Builder newBuilder()
public static ReadFeatureValuesResponse.EntityView.Builder newBuilder(ReadFeatureValuesResponse.EntityView prototype)
public static ReadFeatureValuesResponse.EntityView parseDelimitedFrom(InputStream input)
public static ReadFeatureValuesResponse.EntityView parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse.EntityView parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static ReadFeatureValuesResponse.EntityView parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteString data)
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse.EntityView parseFrom(CodedInputStream input)
public static ReadFeatureValuesResponse.EntityView parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse.EntityView parseFrom(InputStream input)
public static ReadFeatureValuesResponse.EntityView parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteBuffer data)
public static ReadFeatureValuesResponse.EntityView parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ReadFeatureValuesResponse.EntityView> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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 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 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.
|
public Parser<ReadFeatureValuesResponse.EntityView> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ReadFeatureValuesResponse.EntityView.Builder newBuilderForType()
protected ReadFeatureValuesResponse.EntityView.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public ReadFeatureValuesResponse.EntityView.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]