/// <summary>
 ///  Sends new traces to Stackdriver Trace or updates existing traces. If the ID
 ///  of a trace that you send matches that of an existing trace, any fields
 ///  in the existing trace and its spans are overwritten by the provided values,
 ///  and any new fields provided are merged with the existing trace data. If the
 ///  ID does not match, a new trace is created.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> PatchTracesAsync(global::Google.Devtools.Cloudtrace.V1.PatchTracesRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_PatchTraces, null, options, request));
 }
 /// <summary>
 ///  Sends new traces to Stackdriver Trace or updates existing traces. If the ID
 ///  of a trace that you send matches that of an existing trace, any fields
 ///  in the existing trace and its spans are overwritten by the provided values,
 ///  and any new fields provided are merged with the existing trace data. If the
 ///  ID does not match, a new trace is created.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> PatchTraces(global::Google.Devtools.Cloudtrace.V1.PatchTracesRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
 /// <summary>
 ///  Sends new traces to Stackdriver Trace or updates existing traces. If the ID
 ///  of a trace that you send matches that of an existing trace, any fields
 ///  in the existing trace and its spans are overwritten by the provided values,
 ///  and any new fields provided are merged with the existing trace data. If the
 ///  ID does not match, a new trace is created.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> PatchTracesAsync(global::Google.Devtools.Cloudtrace.V1.PatchTracesRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(PatchTracesAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }