예제 #1
0
 /// <summary>
 ///  Replace the data for the specified group.
 ///  Fails if the group does not exist.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Devtools.Clouderrorreporting.V1Beta1.ErrorGroup> UpdateGroupAsync(global::Google.Devtools.Clouderrorreporting.V1Beta1.UpdateGroupRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_UpdateGroup, null, options, request));
 }
예제 #2
0
 /// <summary>
 ///  Replace the data for the specified group.
 ///  Fails if the group does not exist.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Devtools.Clouderrorreporting.V1Beta1.ErrorGroup> UpdateGroup(global::Google.Devtools.Clouderrorreporting.V1Beta1.UpdateGroupRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
예제 #3
0
 /// <summary>
 ///  Replace the data for the specified group.
 ///  Fails if the group does not exist.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Devtools.Clouderrorreporting.V1Beta1.ErrorGroup> UpdateGroupAsync(global::Google.Devtools.Clouderrorreporting.V1Beta1.UpdateGroupRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(UpdateGroupAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }