Send feedback
Class StreamingFetchFeatureValuesResponse (3.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.53.0 keyboard_arrow_down
public final class StreamingFetchFeatureValuesResponse extends GeneratedMessageV3 implements StreamingFetchFeatureValuesResponseOrBuilder
Response message for
FeatureOnlineStoreService.StreamingFetchFeatureValues .
Protobuf type google.cloud.aiplatform.v1beta1.StreamingFetchFeatureValuesResponse
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 DATA_KEYS_WITH_ERROR_FIELD_NUMBER
Field Value
Type
Description
int
public static final int STATUS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static StreamingFetchFeatureValuesResponse getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static StreamingFetchFeatureValuesResponse . Builder newBuilder ()
public static StreamingFetchFeatureValuesResponse . Builder newBuilder ( StreamingFetchFeatureValuesResponse prototype )
public static StreamingFetchFeatureValuesResponse parseDelimitedFrom ( InputStream input )
public static StreamingFetchFeatureValuesResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static StreamingFetchFeatureValuesResponse parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static StreamingFetchFeatureValuesResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static StreamingFetchFeatureValuesResponse parseFrom ( ByteString data )
public static StreamingFetchFeatureValuesResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static StreamingFetchFeatureValuesResponse parseFrom ( CodedInputStream input )
public static StreamingFetchFeatureValuesResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static StreamingFetchFeatureValuesResponse parseFrom ( InputStream input )
public static StreamingFetchFeatureValuesResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static StreamingFetchFeatureValuesResponse parseFrom ( ByteBuffer data )
public static StreamingFetchFeatureValuesResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<StreamingFetchFeatureValuesResponse> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public FetchFeatureValuesResponse getData ( int index )
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;
Parameter
Name
Description
index
int
public int getDataCount ()
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;
Returns
Type
Description
int
public FeatureViewDataKey getDataKeysWithError ( int index )
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
Parameter
Name
Description
index
int
public int getDataKeysWithErrorCount ()
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
Returns
Type
Description
int
public List<FeatureViewDataKey> getDataKeysWithErrorList ()
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
public FeatureViewDataKeyOrBuilder getDataKeysWithErrorOrBuilder ( int index )
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
Parameter
Name
Description
index
int
public List <? extends FeatureViewDataKeyOrBuilder > getDataKeysWithErrorOrBuilderList ()
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
Returns
Type
Description
List <? extends com.google.cloud.aiplatform.v1beta1.FeatureViewDataKeyOrBuilder >
public List<FetchFeatureValuesResponse> getDataList ()
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;
public FetchFeatureValuesResponseOrBuilder getDataOrBuilder ( int index )
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;
Parameter
Name
Description
index
int
public List <? extends FetchFeatureValuesResponseOrBuilder > getDataOrBuilderList ()
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;
Returns
Type
Description
List <? extends com.google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponseOrBuilder >
public StreamingFetchFeatureValuesResponse getDefaultInstanceForType ()
public Parser<StreamingFetchFeatureValuesResponse> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public Status getStatus ()
Response status.
If OK, then
StreamingFetchFeatureValuesResponse.data
will be populated. Otherwise
StreamingFetchFeatureValuesResponse.data_keys_with_error
will be populated with the appropriate data keys. The error only applies to
the listed data keys - the stream will remain open for further
[FeatureOnlineStoreService.StreamingFetchFeatureValuesRequest][] requests.
.google.rpc.Status status = 1;
Returns
Type
Description
com.google.rpc.Status
The status.
public StatusOrBuilder getStatusOrBuilder ()
Response status.
If OK, then
StreamingFetchFeatureValuesResponse.data
will be populated. Otherwise
StreamingFetchFeatureValuesResponse.data_keys_with_error
will be populated with the appropriate data keys. The error only applies to
the listed data keys - the stream will remain open for further
[FeatureOnlineStoreService.StreamingFetchFeatureValuesRequest][] requests.
.google.rpc.Status status = 1;
Returns
Type
Description
com.google.rpc.StatusOrBuilder
public boolean hasStatus ()
Response status.
If OK, then
StreamingFetchFeatureValuesResponse.data
will be populated. Otherwise
StreamingFetchFeatureValuesResponse.data_keys_with_error
will be populated with the appropriate data keys. The error only applies to
the listed data keys - the stream will remain open for further
[FeatureOnlineStoreService.StreamingFetchFeatureValuesRequest][] requests.
.google.rpc.Status status = 1;
Returns
Type
Description
boolean
Whether the status field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public StreamingFetchFeatureValuesResponse . Builder newBuilderForType ()
protected StreamingFetchFeatureValuesResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public StreamingFetchFeatureValuesResponse . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
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-01-27 UTC.
Need to tell us more?
[[["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-01-27 UTC."],[],[]]