We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6634804 commit 5cfe30bCopy full SHA for 5cfe30b
1 file changed
google/cloud/batch/v1alpha/batch_v1alpha.yaml
@@ -38,6 +38,11 @@ http:
38
get: '/v1alpha/{name=projects/*/locations/*}'
39
- selector: google.cloud.location.Locations.ListLocations
40
get: '/v1alpha/{name=projects/*}/locations'
41
+ - selector: google.longrunning.Operations.CancelOperation
42
+ post: '/v1alpha/{name=projects/*/locations/*/operations/*}:cancel'
43
+ body: '*'
44
+ - selector: google.longrunning.Operations.DeleteOperation
45
+ delete: '/v1alpha/{name=projects/*/locations/*/operations/*}'
46
- selector: google.longrunning.Operations.GetOperation
47
get: '/v1alpha/{name=projects/*/locations/*/operations/*}'
48
- selector: google.longrunning.Operations.ListOperations
0 commit comments