public interface StreamingFetchFeatureValuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FetchFeatureValuesResponse |
getData(int index)
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2; |
int |
getDataCount()
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2; |
FeatureViewDataKey |
getDataKeysWithError(int index)
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
|
int |
getDataKeysWithErrorCount()
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
|
List<FeatureViewDataKey> |
getDataKeysWithErrorList()
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
|
FeatureViewDataKeyOrBuilder |
getDataKeysWithErrorOrBuilder(int index)
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
|
List<? extends FeatureViewDataKeyOrBuilder> |
getDataKeysWithErrorOrBuilderList()
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
|
List<FetchFeatureValuesResponse> |
getDataList()
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2; |
FetchFeatureValuesResponseOrBuilder |
getDataOrBuilder(int index)
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2; |
List<? extends FetchFeatureValuesResponseOrBuilder> |
getDataOrBuilderList()
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2; |
com.google.rpc.Status |
getStatus()
Response status.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Response status.
|
boolean |
hasStatus()
Response status.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
Response status. If OK, then [StreamingFetchFeatureValuesResponse.data][google.cloud.aiplatform.v1beta1.StreamingFetchFeatureValuesResponse.data] will be populated. Otherwise [StreamingFetchFeatureValuesResponse.data_keys_with_error][google.cloud.aiplatform.v1beta1.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;com.google.rpc.Status getStatus()
Response status. If OK, then [StreamingFetchFeatureValuesResponse.data][google.cloud.aiplatform.v1beta1.StreamingFetchFeatureValuesResponse.data] will be populated. Otherwise [StreamingFetchFeatureValuesResponse.data_keys_with_error][google.cloud.aiplatform.v1beta1.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;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Response status. If OK, then [StreamingFetchFeatureValuesResponse.data][google.cloud.aiplatform.v1beta1.StreamingFetchFeatureValuesResponse.data] will be populated. Otherwise [StreamingFetchFeatureValuesResponse.data_keys_with_error][google.cloud.aiplatform.v1beta1.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;List<FetchFeatureValuesResponse> getDataList()
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;FetchFeatureValuesResponse getData(int index)
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;int getDataCount()
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;List<? extends FetchFeatureValuesResponseOrBuilder> getDataOrBuilderList()
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;FetchFeatureValuesResponseOrBuilder getDataOrBuilder(int index)
repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;List<FeatureViewDataKey> getDataKeysWithErrorList()
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
FeatureViewDataKey getDataKeysWithError(int index)
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
int getDataKeysWithErrorCount()
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
List<? extends FeatureViewDataKeyOrBuilder> getDataKeysWithErrorOrBuilderList()
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
FeatureViewDataKeyOrBuilder getDataKeysWithErrorOrBuilder(int index)
repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
Copyright © 2025 Google LLC. All rights reserved.