gameservices_v1.yaml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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.v1.GameServerClustersService
  7. - name: google.cloud.gaming.v1.GameServerConfigsService
  8. - name: google.cloud.gaming.v1.GameServerDeploymentsService
  9. - name: google.cloud.gaming.v1.RealmsService
  10. types:
  11. - name: google.cloud.gaming.v1.LabelSelector
  12. - name: google.cloud.gaming.v1.OperationMetadata
  13. - name: google.cloud.gaming.v1.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.v1.GameServerClustersService.*'
  38. deadline: 60.0
  39. - selector: google.cloud.gaming.v1.GameServerClustersService.CreateGameServerCluster
  40. deadline: 120.0
  41. - selector: 'google.cloud.gaming.v1.GameServerConfigsService.*'
  42. deadline: 60.0
  43. - selector: 'google.cloud.gaming.v1.GameServerDeploymentsService.*'
  44. deadline: 60.0
  45. - selector: google.cloud.gaming.v1.GameServerDeploymentsService.FetchDeploymentState
  46. deadline: 120.0
  47. - selector: 'google.cloud.gaming.v1.RealmsService.*'
  48. deadline: 60.0
  49. - selector: 'google.iam.v1.IAMPolicy.*'
  50. deadline: 60.0
  51. - selector: 'google.longrunning.Operations.*'
  52. deadline: 60.0
  53. - selector: google.longrunning.Operations.GetOperation
  54. deadline: 5.0
  55. authentication:
  56. rules:
  57. - selector: 'google.cloud.gaming.v1.GameServerClustersService.*'
  58. oauth:
  59. canonical_scopes: |-
  60. https://www.googleapis.com/auth/cloud-platform
  61. - selector: 'google.cloud.gaming.v1.GameServerConfigsService.*'
  62. oauth:
  63. canonical_scopes: |-
  64. https://www.googleapis.com/auth/cloud-platform
  65. - selector: 'google.cloud.gaming.v1.GameServerDeploymentsService.*'
  66. oauth:
  67. canonical_scopes: |-
  68. https://www.googleapis.com/auth/cloud-platform
  69. - selector: 'google.cloud.gaming.v1.RealmsService.*'
  70. oauth:
  71. canonical_scopes: |-
  72. https://www.googleapis.com/auth/cloud-platform
  73. - selector: 'google.iam.v1.IAMPolicy.*'
  74. oauth:
  75. canonical_scopes: |-
  76. https://www.googleapis.com/auth/cloud-platform
  77. - selector: 'google.longrunning.Operations.*'
  78. oauth:
  79. canonical_scopes: |-
  80. https://www.googleapis.com/auth/cloud-platform