func batchUpdateBlobs()

in Sources/BazelRemoteAPI/Generated/build/bazel/remote/execution/v2/remote_execution.grpc.swift [484:501]


  func batchUpdateBlobs(
    _ request: Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest,
    callOptions: CallOptions?
  ) -> UnaryCall<Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsRequest, Build_Bazel_Remote_Execution_V2_BatchUpdateBlobsResponse>

  func batchReadBlobs(
    _ request: Build_Bazel_Remote_Execution_V2_BatchReadBlobsRequest,
    callOptions: CallOptions?
  ) -> UnaryCall<Build_Bazel_Remote_Execution_V2_BatchReadBlobsRequest, Build_Bazel_Remote_Execution_V2_BatchReadBlobsResponse>

  func getTree(
    _ request: Build_Bazel_Remote_Execution_V2_GetTreeRequest,
    callOptions: CallOptions?,
    handler: @escaping (Build_Bazel_Remote_Execution_V2_GetTreeResponse) -> Void
  ) -> ServerStreamingCall<Build_Bazel_Remote_Execution_V2_GetTreeRequest, Build_Bazel_Remote_Execution_V2_GetTreeResponse>
}

extension Build_Bazel_Remote_Execution_V2_ContentAddressableStorageClientProtocol {