Interface ByteStreamProto.QueryWriteStatusResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ByteStreamProto.QueryWriteStatusResponse, ByteStreamProto.QueryWriteStatusResponse.Builder
Enclosing class:
ByteStreamProto

public static interface ByteStreamProto.QueryWriteStatusResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The number of bytes that have been processed for the given resource.
    boolean
    `complete` is `true` only if the client has sent a `WriteRequest` with `finish_write` set to true, and the server has processed that request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getCommittedSize

      long getCommittedSize()
       The number of bytes that have been processed for the given resource.
       
      int64 committed_size = 1 [json_name = "committedSize"];
      Returns:
      The committedSize.
    • getComplete

      boolean getComplete()
       `complete` is `true` only if the client has sent a `WriteRequest` with
       `finish_write` set to true, and the server has processed that request.
       
      bool complete = 2 [json_name = "complete"];
      Returns:
      The complete.