in Sources/BazelRemoteAPI/Generated/google/bytestream/bytestream.grpc.swift [57:73]
func read(
_ request: Google_Bytestream_ReadRequest,
callOptions: CallOptions?,
handler: @escaping (Google_Bytestream_ReadResponse) -> Void
) -> ServerStreamingCall<Google_Bytestream_ReadRequest, Google_Bytestream_ReadResponse>
func write(
callOptions: CallOptions?
) -> ClientStreamingCall<Google_Bytestream_WriteRequest, Google_Bytestream_WriteResponse>
func queryWriteStatus(
_ request: Google_Bytestream_QueryWriteStatusRequest,
callOptions: CallOptions?
) -> UnaryCall<Google_Bytestream_QueryWriteStatusRequest, Google_Bytestream_QueryWriteStatusResponse>
}
extension Google_Bytestream_ByteStreamClientProtocol {