func batchReadBlobs()

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


  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 {