@@ -27,6 +27,21 @@ defmodule Google.Cloud.Batch.V1.DeleteJobRequest do
27
27
field :request_id , 4 , type: :string , json_name: "requestId" , deprecated: false
28
28
end
29
29
30
+ defmodule Google.Cloud.Batch.V1.CancelJobRequest do
31
+ @ moduledoc false
32
+
33
+ use Protobuf , protoc_gen_elixir_version: "0.14.0" , syntax: :proto3
34
+
35
+ field :name , 1 , type: :string , deprecated: false
36
+ field :request_id , 4 , type: :string , json_name: "requestId" , deprecated: false
37
+ end
38
+
39
+ defmodule Google.Cloud.Batch.V1.CancelJobResponse do
40
+ @ moduledoc false
41
+
42
+ use Protobuf , protoc_gen_elixir_version: "0.14.0" , syntax: :proto3
43
+ end
44
+
30
45
defmodule Google.Cloud.Batch.V1.ListJobsRequest do
31
46
@ moduledoc false
32
47
@@ -114,6 +129,8 @@ defmodule Google.Cloud.Batch.V1.BatchService.Service do
114
129
115
130
rpc :DeleteJob , Google.Cloud.Batch.V1.DeleteJobRequest , Google.Longrunning.Operation
116
131
132
+ rpc :CancelJob , Google.Cloud.Batch.V1.CancelJobRequest , Google.Longrunning.Operation
133
+
117
134
rpc :ListJobs , Google.Cloud.Batch.V1.ListJobsRequest , Google.Cloud.Batch.V1.ListJobsResponse
118
135
119
136
rpc :GetTask , Google.Cloud.Batch.V1.GetTaskRequest , Google.Cloud.Batch.V1.Task
0 commit comments