gameservices_v1beta.yaml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. type: google.api.Service
  2. config_version: 3
  3. name: gameservices.googleapis.com
  4. title: Game Services API
  5. apis:
  6. - name: google.cloud.gaming.v1beta.GameServerClustersService
  7. - name: google.cloud.gaming.v1beta.GameServerConfigsService
  8. - name: google.cloud.gaming.v1beta.GameServerDeploymentsService
  9. - name: google.cloud.gaming.v1beta.RealmsService
  10. types:
  11. - name: google.cloud.gaming.v1beta.LabelSelector
  12. - name: google.cloud.gaming.v1beta.OperationMetadata
  13. - name: google.cloud.gaming.v1beta.Schedule
  14. documentation:
  15. summary: Deploy and manage infrastructure for global multiplayer gaming experiences.
  16. rules:
  17. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  18. description: |-
  19. Gets the access control policy for a resource. Returns an empty policy
  20. if the resource exists and does not have a policy set.
  21. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  22. description: |-
  23. Sets the access control policy on the specified resource. Replaces
  24. any existing policy.
  25. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
  26. errors.
  27. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  28. description: |-
  29. Returns permissions that a caller has on the specified resource. If the
  30. resource does not exist, this will return an empty set of
  31. permissions, not a `NOT_FOUND` error.
  32. Note: This operation is designed to be used for building
  33. permission-aware UIs and command-line tools, not for authorization
  34. checking. This operation may "fail open" without warning.
  35. backend:
  36. rules:
  37. - selector: 'google.cloud.gaming.v1beta.GameServerClustersService.*'
  38. deadline: 60.0
  39. - selector: google.cloud.gaming.v1beta.GameServerClustersService.CreateGameServerCluster
  40. deadline: 120.0
  41. - selector: 'google.cloud.gaming.v1beta.GameServerConfigsService.*'
  42. deadline: 60.0
  43. - selector: 'google.cloud.gaming.v1beta.GameServerDeploymentsService.*'
  44. deadline: 60.0
  45. - selector: 'google.cloud.gaming.v1beta.RealmsService.*'
  46. deadline: 60.0
  47. - selector: 'google.iam.v1.IAMPolicy.*'
  48. deadline: 60.0
  49. - selector: 'google.longrunning.Operations.*'
  50. deadline: 60.0
  51. - selector: google.longrunning.Operations.GetOperation
  52. deadline: 5.0
  53. http:
  54. rules:
  55. - selector: google.longrunning.Operations.CancelOperation
  56. post: '/v1beta/{name=projects/*/locations/*/operations/*}:cancel'
  57. body: '*'
  58. - selector: google.longrunning.Operations.DeleteOperation
  59. delete: '/v1beta/{name=projects/*/locations/*/operations/*}'
  60. - selector: google.longrunning.Operations.GetOperation
  61. get: '/v1beta/{name=projects/*/locations/*/operations/*}'
  62. - selector: google.longrunning.Operations.ListOperations
  63. get: '/v1beta/{name=projects/*/locations/*}/operations'
  64. authentication:
  65. rules:
  66. - selector: 'google.cloud.gaming.v1beta.GameServerClustersService.*'
  67. oauth:
  68. canonical_scopes: |-
  69. https://www.googleapis.com/auth/cloud-platform
  70. - selector: 'google.cloud.gaming.v1beta.GameServerConfigsService.*'
  71. oauth:
  72. canonical_scopes: |-
  73. https://www.googleapis.com/auth/cloud-platform
  74. - selector: 'google.cloud.gaming.v1beta.GameServerDeploymentsService.*'
  75. oauth:
  76. canonical_scopes: |-
  77. https://www.googleapis.com/auth/cloud-platform
  78. - selector: 'google.cloud.gaming.v1beta.RealmsService.*'
  79. oauth:
  80. canonical_scopes: |-
  81. https://www.googleapis.com/auth/cloud-platform
  82. - selector: 'google.iam.v1.IAMPolicy.*'
  83. oauth:
  84. canonical_scopes: |-
  85. https://www.googleapis.com/auth/cloud-platform
  86. - selector: 'google.longrunning.Operations.*'
  87. oauth:
  88. canonical_scopes: |-
  89. https://www.googleapis.com/auth/cloud-platform