Exemplo n.º 1
0
 /// <summary>
 ///  Deletes all error events of a given project.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Devtools.Clouderrorreporting.V1Beta1.DeleteEventsResponse> DeleteEventsAsync(global::Google.Devtools.Clouderrorreporting.V1Beta1.DeleteEventsRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_DeleteEvents, null, options, request));
 }
Exemplo n.º 2
0
 /// <summary>
 ///  Deletes all error events of a given project.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Devtools.Clouderrorreporting.V1Beta1.DeleteEventsResponse> DeleteEvents(global::Google.Devtools.Clouderrorreporting.V1Beta1.DeleteEventsRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
Exemplo n.º 3
0
 /// <summary>
 ///  Deletes all error events of a given project.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Devtools.Clouderrorreporting.V1Beta1.DeleteEventsResponse> DeleteEventsAsync(global::Google.Devtools.Clouderrorreporting.V1Beta1.DeleteEventsRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(DeleteEventsAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }