domains_v1alpha2.yaml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. type: google.api.Service
  2. config_version: 3
  3. name: domains.googleapis.com
  4. title: Cloud Domains API
  5. apis:
  6. - name: google.cloud.domains.v1alpha2.Domains
  7. types:
  8. - name: google.cloud.domains.v1alpha2.OperationMetadata
  9. documentation:
  10. summary: Enables management and configuration of domain names.
  11. rules:
  12. - selector: google.cloud.location.Locations.GetLocation
  13. description: Gets information about a location.
  14. - selector: google.cloud.location.Locations.ListLocations
  15. description: Lists information about the supported locations for this service.
  16. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  17. description: |-
  18. Gets the access control policy for a resource. Returns an empty policy
  19. if the resource exists and does not have a policy set.
  20. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  21. description: |-
  22. Sets the access control policy on the specified resource. Replaces
  23. any existing policy.
  24. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
  25. errors.
  26. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  27. description: |-
  28. Returns permissions that a caller has on the specified resource. If the
  29. resource does not exist, this will return an empty set of
  30. permissions, not a `NOT_FOUND` error.
  31. Note: This operation is designed to be used for building
  32. permission-aware UIs and command-line tools, not for authorization
  33. checking. This operation may "fail open" without warning.
  34. backend:
  35. rules:
  36. - selector: 'google.cloud.domains.v1alpha2.Domains.*'
  37. deadline: 60.0
  38. - selector: google.cloud.location.Locations.GetLocation
  39. deadline: 60.0
  40. - selector: google.cloud.location.Locations.ListLocations
  41. deadline: 60.0
  42. - selector: 'google.iam.v1.IAMPolicy.*'
  43. deadline: 60.0
  44. - selector: google.longrunning.Operations.GetOperation
  45. deadline: 5.0
  46. - selector: google.longrunning.Operations.ListOperations
  47. deadline: 60.0
  48. - selector: google.longrunning.Operations.WaitOperation
  49. deadline: 60.0
  50. http:
  51. rules:
  52. - selector: google.cloud.location.Locations.GetLocation
  53. get: '/v1alpha2/{name=projects/*/locations/*}'
  54. - selector: google.cloud.location.Locations.ListLocations
  55. get: '/v1alpha2/{name=projects/*}/locations'
  56. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  57. get: '/v1alpha2/{resource=projects/*/locations/*/registrations/*}:getIamPolicy'
  58. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  59. post: '/v1alpha2/{resource=projects/*/locations/*/registrations/*}:setIamPolicy'
  60. body: '*'
  61. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  62. post: '/v1alpha2/{resource=projects/*/locations/*/registrations/*}:testIamPermissions'
  63. body: '*'
  64. - selector: google.longrunning.Operations.GetOperation
  65. get: '/v1alpha2/{name=projects/*/locations/*/operations/*}'
  66. - selector: google.longrunning.Operations.ListOperations
  67. get: '/v1alpha2/{name=projects/*/locations/*}/operations'
  68. authentication:
  69. rules:
  70. - selector: 'google.cloud.domains.v1alpha2.Domains.*'
  71. oauth:
  72. canonical_scopes: |-
  73. https://www.googleapis.com/auth/cloud-platform
  74. - selector: google.cloud.location.Locations.GetLocation
  75. oauth:
  76. canonical_scopes: |-
  77. https://www.googleapis.com/auth/cloud-platform
  78. - selector: google.cloud.location.Locations.ListLocations
  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