Skip to content

Commit

Permalink
chore: add http rules for LROs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 453261273
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 6, 2022
1 parent 87875b5 commit f8e97f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions google/cloud/shell/v1/cloudshell_v1.yaml
Expand Up @@ -30,6 +30,17 @@ backend:
- selector: 'google.longrunning.Operations.*'
deadline: 30.0

http:
rules:
- selector: google.longrunning.Operations.ListOperations
get: '/v1/{name=operations}'
- selector: google.longrunning.Operations.GetOperation
get: '/v1/{name=operations/**}'
- selector: google.longrunning.Operations.DeleteOperation
delete: '/v1/{name=operations/**}'
- selector: google.longrunning.Operations.CancelOperation
post: '/v1/{name=operations/**}:cancel'

authentication:
rules:
- selector: 'google.cloud.shell.v1.CloudShellService.*'
Expand Down

0 comments on commit f8e97f9

Please sign in to comment.