func execute()

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


  func execute(
    _ request: Build_Bazel_Remote_Execution_V2_ExecuteRequest,
    callOptions: CallOptions?,
    handler: @escaping (Google_Longrunning_Operation) -> Void
  ) -> ServerStreamingCall<Build_Bazel_Remote_Execution_V2_ExecuteRequest, Google_Longrunning_Operation>

  func waitExecution(
    _ request: Build_Bazel_Remote_Execution_V2_WaitExecutionRequest,
    callOptions: CallOptions?,
    handler: @escaping (Google_Longrunning_Operation) -> Void
  ) -> ServerStreamingCall<Build_Bazel_Remote_Execution_V2_WaitExecutionRequest, Google_Longrunning_Operation>
}

extension Build_Bazel_Remote_Execution_V2_ExecutionClientProtocol {