gameservices_v1.yaml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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.cloud.location.Locations.GetLocation
  18. description: Gets information about a location.
  19. - selector: google.cloud.location.Locations.ListLocations
  20. description: Lists information about the supported locations for this service.
  21. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  22. description: |-
  23. Gets the access control policy for a resource. Returns an empty policy
  24. if the resource exists and does not have a policy set.
  25. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  26. description: |-
  27. Sets the access control policy on the specified resource. Replaces
  28. any existing policy.
  29. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
  30. errors.
  31. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  32. description: |-
  33. Returns permissions that a caller has on the specified resource. If the
  34. resource does not exist, this will return an empty set of
  35. permissions, not a `NOT_FOUND` error.
  36. Note: This operation is designed to be used for building
  37. permission-aware UIs and command-line tools, not for authorization
  38. checking. This operation may "fail open" without warning.
  39. backend:
  40. rules:
  41. - selector: 'google.cloud.gaming.v1.GameServerClustersService.*'
  42. deadline: 60.0
  43. - selector: google.cloud.gaming.v1.GameServerClustersService.CreateGameServerCluster
  44. deadline: 120.0
  45. - selector: 'google.cloud.gaming.v1.GameServerConfigsService.*'
  46. deadline: 60.0
  47. - selector: 'google.cloud.gaming.v1.GameServerDeploymentsService.*'
  48. deadline: 60.0
  49. - selector: 'google.cloud.gaming.v1.RealmsService.*'
  50. deadline: 60.0
  51. - selector: google.cloud.location.Locations.GetLocation
  52. deadline: 60.0
  53. - selector: google.cloud.location.Locations.ListLocations
  54. deadline: 60.0
  55. - selector: 'google.iam.v1.IAMPolicy.*'
  56. deadline: 60.0
  57. - selector: 'google.longrunning.Operations.*'
  58. deadline: 60.0
  59. - selector: google.longrunning.Operations.GetOperation
  60. deadline: 5.0
  61. http:
  62. rules:
  63. - selector: google.cloud.location.Locations.GetLocation
  64. get: '/v1/{name=projects/*/locations/*}'
  65. - selector: google.cloud.location.Locations.ListLocations
  66. get: '/v1/{name=projects/*}/locations'
  67. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  68. get: '/v1/{resource=projects/*/locations/*/gameServerDeployments/*}:getIamPolicy'
  69. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  70. post: '/v1/{resource=projects/*/locations/*/gameServerDeployments/*}:setIamPolicy'
  71. body: '*'
  72. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  73. post: '/v1/{resource=projects/*/locations/*/gameServerDeployments/*}:testIamPermissions'
  74. body: '*'
  75. - selector: google.longrunning.Operations.CancelOperation
  76. post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
  77. body: '*'
  78. - selector: google.longrunning.Operations.DeleteOperation
  79. delete: '/v1/{name=projects/*/locations/*/operations/*}'
  80. - selector: google.longrunning.Operations.GetOperation
  81. get: '/v1/{name=projects/*/locations/*/operations/*}'
  82. - selector: google.longrunning.Operations.ListOperations
  83. get: '/v1/{name=projects/*/locations/*}/operations'
  84. authentication:
  85. rules:
  86. - selector: 'google.cloud.gaming.v1.GameServerClustersService.*'
  87. oauth:
  88. canonical_scopes: |-
  89. https://www.googleapis.com/auth/cloud-platform
  90. - selector: 'google.cloud.gaming.v1.GameServerConfigsService.*'
  91. oauth:
  92. canonical_scopes: |-
  93. https://www.googleapis.com/auth/cloud-platform
  94. - selector: 'google.cloud.gaming.v1.GameServerDeploymentsService.*'
  95. oauth:
  96. canonical_scopes: |-
  97. https://www.googleapis.com/auth/cloud-platform
  98. - selector: 'google.cloud.gaming.v1.RealmsService.*'
  99. oauth:
  100. canonical_scopes: |-
  101. https://www.googleapis.com/auth/cloud-platform
  102. - selector: google.cloud.location.Locations.GetLocation
  103. oauth:
  104. canonical_scopes: |-
  105. https://www.googleapis.com/auth/cloud-platform
  106. - selector: google.cloud.location.Locations.ListLocations
  107. oauth:
  108. canonical_scopes: |-
  109. https://www.googleapis.com/auth/cloud-platform
  110. - selector: 'google.iam.v1.IAMPolicy.*'
  111. oauth:
  112. canonical_scopes: |-
  113. https://www.googleapis.com/auth/cloud-platform
  114. - selector: 'google.longrunning.Operations.*'
  115. oauth:
  116. canonical_scopes: |-
  117. https://www.googleapis.com/auth/cloud-platform