Skip to content

Commit f8e97f9

Browse files
Google APIscopybara-github
authored andcommitted
chore: add http rules for LROs
PiperOrigin-RevId: 453261273
1 parent 87875b5 commit f8e97f9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

google/cloud/shell/v1/cloudshell_v1.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ backend:
3030
- selector: 'google.longrunning.Operations.*'
3131
deadline: 30.0
3232

33+
http:
34+
rules:
35+
- selector: google.longrunning.Operations.ListOperations
36+
get: '/v1/{name=operations}'
37+
- selector: google.longrunning.Operations.GetOperation
38+
get: '/v1/{name=operations/**}'
39+
- selector: google.longrunning.Operations.DeleteOperation
40+
delete: '/v1/{name=operations/**}'
41+
- selector: google.longrunning.Operations.CancelOperation
42+
post: '/v1/{name=operations/**}:cancel'
43+
3344
authentication:
3445
rules:
3546
- selector: 'google.cloud.shell.v1.CloudShellService.*'

0 commit comments

Comments
 (0)