示例#1
0
 /// <summary>Constructs a new Cancel request.</summary>
 public CancelRequest(Google.Apis.Services.IClientService service, Google.Apis.Genomics.v1alpha2.Data.CancelOperationRequest body, string name)
     : base(service)
 {
     Name = name;
     Body = body;
     InitParameters();
 }
示例#2
0
 /// <summary>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to
 /// cancel the operation, but success is not guaranteed. Clients may use Operations.GetOperation or
 /// Operations.ListOperations to check whether the cancellation succeeded or the operation completed despite
 /// cancellation.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="name">The name of the operation resource to be cancelled.</param>
 public virtual CancelRequest Cancel(Google.Apis.Genomics.v1alpha2.Data.CancelOperationRequest body, string name)
 {
     return(new CancelRequest(service, body, name));
 }