Interface StreamingFetchFeatureValuesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StreamingFetchFeatureValuesResponse, StreamingFetchFeatureValuesResponse.Builder

@Generated public interface StreamingFetchFeatureValuesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStatus

      boolean 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;
      Returns:
      Whether the status field is set.
    • getStatus

      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;
      Returns:
      The status.
    • getStatusOrBuilder

      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;
    • getDataList

      repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;
    • getData

      FetchFeatureValuesResponse getData(int index)
      repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;
    • getDataCount

      int getDataCount()
      repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;
    • getDataOrBuilderList

      List<? extends FetchFeatureValuesResponseOrBuilder> getDataOrBuilderList()
      repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;
    • getDataOrBuilder

      FetchFeatureValuesResponseOrBuilder getDataOrBuilder(int index)
      repeated .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse data = 2;
    • getDataKeysWithErrorList

      List<FeatureViewDataKey> getDataKeysWithErrorList()
      repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
    • getDataKeysWithError

      FeatureViewDataKey getDataKeysWithError(int index)
      repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
    • getDataKeysWithErrorCount

      int getDataKeysWithErrorCount()
      repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
    • getDataKeysWithErrorOrBuilderList

      List<? extends FeatureViewDataKeyOrBuilder> getDataKeysWithErrorOrBuilderList()
      repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;
    • getDataKeysWithErrorOrBuilder

      FeatureViewDataKeyOrBuilder getDataKeysWithErrorOrBuilder(int index)
      repeated .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_keys_with_error = 3;