/// <summary>
 ///  Report an individual error event.
 ///
 ///  This endpoint accepts &lt;strong>either&lt;/strong> an OAuth token,
 ///  &lt;strong>or&lt;/strong> an
 ///  &lt;a href="https://support.google.com/cloud/answer/6158862">API key&lt;/a>
 ///  for authentication. To use an API key, append it to the URL as the value of
 ///  a `key` parameter. For example:
 ///  &lt;pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456&lt;/pre>
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Devtools.Clouderrorreporting.V1Beta1.ReportErrorEventResponse> ReportErrorEventAsync(global::Google.Devtools.Clouderrorreporting.V1Beta1.ReportErrorEventRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_ReportErrorEvent, null, options, request));
 }
 /// <summary>
 ///  Report an individual error event.
 ///
 ///  This endpoint accepts &lt;strong>either&lt;/strong> an OAuth token,
 ///  &lt;strong>or&lt;/strong> an
 ///  &lt;a href="https://support.google.com/cloud/answer/6158862">API key&lt;/a>
 ///  for authentication. To use an API key, append it to the URL as the value of
 ///  a `key` parameter. For example:
 ///  &lt;pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456&lt;/pre>
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Devtools.Clouderrorreporting.V1Beta1.ReportErrorEventResponse> ReportErrorEvent(global::Google.Devtools.Clouderrorreporting.V1Beta1.ReportErrorEventRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
 /// <summary>
 ///  Report an individual error event.
 ///
 ///  This endpoint accepts &lt;strong>either&lt;/strong> an OAuth token,
 ///  &lt;strong>or&lt;/strong> an
 ///  &lt;a href="https://support.google.com/cloud/answer/6158862">API key&lt;/a>
 ///  for authentication. To use an API key, append it to the URL as the value of
 ///  a `key` parameter. For example:
 ///  &lt;pre>POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/events:report?key=123ABC456&lt;/pre>
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Devtools.Clouderrorreporting.V1Beta1.ReportErrorEventResponse> ReportErrorEventAsync(global::Google.Devtools.Clouderrorreporting.V1Beta1.ReportErrorEventRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(ReportErrorEventAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }