Interface FeatureViewDirectWriteResponseOrBuilder

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

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

    • hasStatus

      boolean hasStatus()
       Response status for the keys listed in
       [FeatureViewDirectWriteResponse.write_responses][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.write_responses].
      
       The error only applies to the
       listed data keys - the stream will remain open for further
       [FeatureOnlineStoreService.FeatureViewDirectWriteRequest][] requests.
      
       Partial failures (e.g. if the first 10 keys of a request fail, but the
       rest succeed) from a single request may result in multiple responses -
       there will be one response for the successful request keys and one response
       for the failing request keys.
       
      .google.rpc.Status status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      Status getStatus()
       Response status for the keys listed in
       [FeatureViewDirectWriteResponse.write_responses][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.write_responses].
      
       The error only applies to the
       listed data keys - the stream will remain open for further
       [FeatureOnlineStoreService.FeatureViewDirectWriteRequest][] requests.
      
       Partial failures (e.g. if the first 10 keys of a request fail, but the
       rest succeed) from a single request may result in multiple responses -
       there will be one response for the successful request keys and one response
       for the failing request keys.
       
      .google.rpc.Status status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      StatusOrBuilder getStatusOrBuilder()
       Response status for the keys listed in
       [FeatureViewDirectWriteResponse.write_responses][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.write_responses].
      
       The error only applies to the
       listed data keys - the stream will remain open for further
       [FeatureOnlineStoreService.FeatureViewDirectWriteRequest][] requests.
      
       Partial failures (e.g. if the first 10 keys of a request fail, but the
       rest succeed) from a single request may result in multiple responses -
       there will be one response for the successful request keys and one response
       for the failing request keys.
       
      .google.rpc.Status status = 1;
    • getWriteResponsesList

       Details about write for each key. If status is not OK,
       [WriteResponse.data_key][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.data_key]
       will have the key with error, but
       [WriteResponse.online_store_write_time][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.online_store_write_time]
       will not be present.
       
      repeated .google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse write_responses = 2;
    • getWriteResponses

      FeatureViewDirectWriteResponse.WriteResponse getWriteResponses(int index)
       Details about write for each key. If status is not OK,
       [WriteResponse.data_key][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.data_key]
       will have the key with error, but
       [WriteResponse.online_store_write_time][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.online_store_write_time]
       will not be present.
       
      repeated .google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse write_responses = 2;
    • getWriteResponsesCount

      int getWriteResponsesCount()
       Details about write for each key. If status is not OK,
       [WriteResponse.data_key][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.data_key]
       will have the key with error, but
       [WriteResponse.online_store_write_time][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.online_store_write_time]
       will not be present.
       
      repeated .google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse write_responses = 2;
    • getWriteResponsesOrBuilderList

      List<? extends FeatureViewDirectWriteResponse.WriteResponseOrBuilder> getWriteResponsesOrBuilderList()
       Details about write for each key. If status is not OK,
       [WriteResponse.data_key][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.data_key]
       will have the key with error, but
       [WriteResponse.online_store_write_time][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.online_store_write_time]
       will not be present.
       
      repeated .google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse write_responses = 2;
    • getWriteResponsesOrBuilder

      FeatureViewDirectWriteResponse.WriteResponseOrBuilder getWriteResponsesOrBuilder(int index)
       Details about write for each key. If status is not OK,
       [WriteResponse.data_key][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.data_key]
       will have the key with error, but
       [WriteResponse.online_store_write_time][google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse.online_store_write_time]
       will not be present.
       
      repeated .google.cloud.aiplatform.v1.FeatureViewDirectWriteResponse.WriteResponse write_responses = 2;