func deleteOperation()

in Sources/BazelRemoteAPI/Generated/google/longrunning/operations.grpc.swift [53:69]


  func deleteOperation(
    _ request: Google_Longrunning_DeleteOperationRequest,
    callOptions: CallOptions?
  ) -> UnaryCall<Google_Longrunning_DeleteOperationRequest, SwiftProtobuf.Google_Protobuf_Empty>

  func cancelOperation(
    _ request: Google_Longrunning_CancelOperationRequest,
    callOptions: CallOptions?
  ) -> UnaryCall<Google_Longrunning_CancelOperationRequest, SwiftProtobuf.Google_Protobuf_Empty>

  func waitOperation(
    _ request: Google_Longrunning_WaitOperationRequest,
    callOptions: CallOptions?
  ) -> UnaryCall<Google_Longrunning_WaitOperationRequest, Google_Longrunning_Operation>
}

extension Google_Longrunning_OperationsClientProtocol {