/// <summary>
 ///  Lists operations that match the specified filter in the request. If the
 ///  server doesn't support this method, it returns `UNIMPLEMENTED`.
 ///
 ///  NOTE: the `name` binding below allows API services to override the binding
 ///  to use different resource name schemes, such as `users/*/operations`.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Longrunning.ListOperationsResponse> ListOperationsAsync(global::Google.Longrunning.ListOperationsRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(ListOperationsAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
 /// <summary>
 ///  Lists operations that match the specified filter in the request. If the
 ///  server doesn't support this method, it returns `UNIMPLEMENTED`.
 ///
 ///  NOTE: the `name` binding below allows API services to override the binding
 ///  to use different resource name schemes, such as `users/*/operations`.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Longrunning.ListOperationsResponse> ListOperationsAsync(global::Google.Longrunning.ListOperationsRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_ListOperations, null, options, request));
 }
 /// <summary>
 ///  Lists operations that match the specified filter in the request. If the
 ///  server doesn't support this method, it returns `UNIMPLEMENTED`.
 ///
 ///  NOTE: the `name` binding below allows API services to override the binding
 ///  to use different resource name schemes, such as `users/*/operations`.
 /// </summary>
 public virtual global::Google.Longrunning.ListOperationsResponse ListOperations(global::Google.Longrunning.ListOperationsRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_ListOperations, null, options, request));
 }
 /// <summary>
 ///  Lists operations that match the specified filter in the request. If the
 ///  server doesn't support this method, it returns `UNIMPLEMENTED`.
 ///
 ///  NOTE: the `name` binding below allows API services to override the binding
 ///  to use different resource name schemes, such as `users/*/operations`.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Longrunning.ListOperationsResponse> ListOperations(global::Google.Longrunning.ListOperationsRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
예제 #5
0
 public AsyncUnaryCall<global::Google.Longrunning.ListOperationsResponse> ListOperationsAsync(global::Google.Longrunning.ListOperationsRequest request, CallOptions options)
 {
   var call = CreateCall(__Method_ListOperations, options);
   return Calls.AsyncUnaryCall(call, request);
 }
예제 #6
0
 public AsyncUnaryCall<global::Google.Longrunning.ListOperationsResponse> ListOperationsAsync(global::Google.Longrunning.ListOperationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
   var call = CreateCall(__Method_ListOperations, new CallOptions(headers, deadline, cancellationToken));
   return Calls.AsyncUnaryCall(call, request);
 }
예제 #7
0
 public global::Google.Longrunning.ListOperationsResponse ListOperations(global::Google.Longrunning.ListOperationsRequest request, CallOptions options)
 {
   var call = CreateCall(__Method_ListOperations, options);
   return Calls.BlockingUnaryCall(call, request);
 }