fix: override HTTP URLs for LRO cancel/delete operations

PiperOrigin-RevId: 532357846
pull/804/head
Google APIs 2 years ago committed by Copybara-Service
parent 6634804524
commit 5cfe30bb7e
  1. 5
      google/cloud/batch/v1alpha/batch_v1alpha.yaml

@ -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

Loading…
Cancel
Save