We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87875b5 commit f8e97f9Copy full SHA for f8e97f9
1 file changed
google/cloud/shell/v1/cloudshell_v1.yaml
@@ -30,6 +30,17 @@ backend:
30
- selector: 'google.longrunning.Operations.*'
31
deadline: 30.0
32
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
+
44
authentication:
45
rules:
46
- selector: 'google.cloud.shell.v1.CloudShellService.*'
0 commit comments