Skip to content

Commit

Permalink
fix: override HTTP URLs for LRO cancel/delete operations
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 532357846
  • Loading branch information
Google APIs authored and Copybara-Service committed May 16, 2023
1 parent 6634804 commit 5cfe30b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google/cloud/batch/v1alpha/batch_v1alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ http:
get: '/v1alpha/{name=projects/*/locations/*}'
- selector: google.cloud.location.Locations.ListLocations
get: '/v1alpha/{name=projects/*}/locations'
- selector: google.longrunning.Operations.CancelOperation
post: '/v1alpha/{name=projects/*/locations/*/operations/*}:cancel'
body: '*'
- selector: google.longrunning.Operations.DeleteOperation
delete: '/v1alpha/{name=projects/*/locations/*/operations/*}'
- selector: google.longrunning.Operations.GetOperation
get: '/v1alpha/{name=projects/*/locations/*/operations/*}'
- selector: google.longrunning.Operations.ListOperations
Expand Down

0 comments on commit 5cfe30b

Please sign in to comment.