We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913b9bd commit 181b856Copy full SHA for 181b856
1 file changed
google/cloud/gaming/v1beta/gameservices_v1beta.yaml
@@ -59,6 +59,18 @@ backend:
59
- selector: google.longrunning.Operations.GetOperation
60
deadline: 5.0
61
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
+
74
authentication:
75
rules:
76
- selector: 'google.cloud.gaming.v1beta.GameServerClustersService.*'
0 commit comments