Skip to content

Commit 181b856

Browse files
Google APIscopybara-github
authored andcommitted
fix(gaming): publish v1beta LRO HTTP rules
PiperOrigin-RevId: 458259504
1 parent 913b9bd commit 181b856

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

google/cloud/gaming/v1beta/gameservices_v1beta.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ backend:
5959
- selector: google.longrunning.Operations.GetOperation
6060
deadline: 5.0
6161

62+
http:
63+
rules:
64+
- selector: google.longrunning.Operations.CancelOperation
65+
post: '/v1beta/{name=projects/*/locations/*/operations/*}:cancel'
66+
body: '*'
67+
- selector: google.longrunning.Operations.DeleteOperation
68+
delete: '/v1beta/{name=projects/*/locations/*/operations/*}'
69+
- selector: google.longrunning.Operations.GetOperation
70+
get: '/v1beta/{name=projects/*/locations/*/operations/*}'
71+
- selector: google.longrunning.Operations.ListOperations
72+
get: '/v1beta/{name=projects/*/locations/*}/operations'
73+
6274
authentication:
6375
rules:
6476
- selector: 'google.cloud.gaming.v1beta.GameServerClustersService.*'

0 commit comments

Comments
 (0)