コード例 #1
0
 /// <summary>
 ///  Deletes a long-running operation. This method indicates that the client is
 ///  no longer interested in the operation result. It does not cancel the
 ///  operation. If the server doesn't support this method, it returns
 ///  `google.rpc.Code.UNIMPLEMENTED`.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> DeleteOperationAsync(global::Google.Longrunning.DeleteOperationRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_DeleteOperation, null, options, request));
 }
コード例 #2
0
 /// <summary>
 ///  Deletes a long-running operation. This method indicates that the client is
 ///  no longer interested in the operation result. It does not cancel the
 ///  operation. If the server doesn't support this method, it returns
 ///  `google.rpc.Code.UNIMPLEMENTED`.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> DeleteOperationAsync(global::Google.Longrunning.DeleteOperationRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(DeleteOperationAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
コード例 #3
0
 public AsyncUnaryCall<global::Google.Protobuf.Empty> DeleteOperationAsync(global::Google.Longrunning.DeleteOperationRequest request, CallOptions options)
 {
   var call = CreateCall(__Method_DeleteOperation, options);
   return Calls.AsyncUnaryCall(call, request);
 }
コード例 #4
0
 /// <summary>
 ///  Deletes a long-running operation. This method indicates that the client is
 ///  no longer interested in the operation result. It does not cancel the
 ///  operation. If the server doesn't support this method, it returns
 ///  `google.rpc.Code.UNIMPLEMENTED`.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> DeleteOperation(global::Google.Longrunning.DeleteOperationRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
コード例 #5
0
 public AsyncUnaryCall<global::Google.Protobuf.Empty> DeleteOperationAsync(global::Google.Longrunning.DeleteOperationRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
   var call = CreateCall(__Method_DeleteOperation, new CallOptions(headers, deadline, cancellationToken));
   return Calls.AsyncUnaryCall(call, request);
 }