dataplex_v1.yaml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. type: google.api.Service
  2. config_version: 3
  3. name: dataplex.googleapis.com
  4. title: Cloud Dataplex API
  5. apis:
  6. - name: google.cloud.dataplex.v1.ContentService
  7. - name: google.cloud.dataplex.v1.DataplexService
  8. - name: google.cloud.dataplex.v1.MetadataService
  9. - name: google.cloud.location.Locations
  10. - name: google.iam.v1.IAMPolicy
  11. - name: google.longrunning.Operations
  12. types:
  13. - name: google.cloud.dataplex.v1.DiscoveryEvent
  14. - name: google.cloud.dataplex.v1.JobEvent
  15. - name: google.cloud.dataplex.v1.OperationMetadata
  16. - name: google.cloud.dataplex.v1.SessionEvent
  17. documentation:
  18. summary: Dataplex API is used to manage the lifecycle of data lakes.
  19. rules:
  20. - selector: google.cloud.location.Locations.GetLocation
  21. description: Gets information about a location.
  22. - selector: google.cloud.location.Locations.ListLocations
  23. description: Lists information about the supported locations for this service.
  24. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  25. description: |-
  26. Gets the access control policy for a resource. Returns an empty policy
  27. if the resource exists and does not have a policy set.
  28. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  29. description: |-
  30. Sets the access control policy on the specified resource. Replaces
  31. any existing policy.
  32. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
  33. errors.
  34. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  35. description: |-
  36. Returns permissions that a caller has on the specified resource. If the
  37. resource does not exist, this will return an empty set of
  38. permissions, not a `NOT_FOUND` error.
  39. Note: This operation is designed to be used for building
  40. permission-aware UIs and command-line tools, not for authorization
  41. checking. This operation may "fail open" without warning.
  42. backend:
  43. rules:
  44. - selector: 'google.cloud.dataplex.v1.ContentService.*'
  45. deadline: 60.0
  46. - selector: 'google.cloud.dataplex.v1.DataplexService.*'
  47. deadline: 60.0
  48. - selector: 'google.cloud.dataplex.v1.MetadataService.*'
  49. deadline: 60.0
  50. - selector: google.cloud.location.Locations.GetLocation
  51. deadline: 60.0
  52. - selector: google.cloud.location.Locations.ListLocations
  53. deadline: 60.0
  54. - selector: 'google.iam.v1.IAMPolicy.*'
  55. deadline: 60.0
  56. - selector: 'google.longrunning.Operations.*'
  57. deadline: 60.0
  58. http:
  59. rules:
  60. - selector: google.cloud.location.Locations.GetLocation
  61. get: '/v1/{name=projects/*/locations/*}'
  62. - selector: google.cloud.location.Locations.ListLocations
  63. get: '/v1/{name=projects/*}/locations'
  64. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  65. get: '/v1/{resource=projects/*/locations/*/lakes/*}:getIamPolicy'
  66. additional_bindings:
  67. - get: '/v1/{resource=projects/*/locations/*/lakes/*/zones/*}:getIamPolicy'
  68. - get: '/v1/{resource=projects/*/locations/*/lakes/*/zones/*/assets/*}:getIamPolicy'
  69. - get: '/v1/{resource=projects/*/locations/*/lakes/*/tasks/*}:getIamPolicy'
  70. - get: '/v1/{resource=projects/*/locations/*/lakes/*/environments/*}:getIamPolicy'
  71. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  72. post: '/v1/{resource=projects/*/locations/*/lakes/*}:setIamPolicy'
  73. body: '*'
  74. additional_bindings:
  75. - post: '/v1/{resource=projects/*/locations/*/lakes/*/zones/*}:setIamPolicy'
  76. body: '*'
  77. - post: '/v1/{resource=projects/*/locations/*/lakes/*/zones/*/assets/*}:setIamPolicy'
  78. body: '*'
  79. - post: '/v1/{resource=projects/*/locations/*/lakes/*/tasks/*}:setIamPolicy'
  80. body: '*'
  81. - post: '/v1/{resource=projects/*/locations/*/lakes/*/environments/*}:setIamPolicy'
  82. body: '*'
  83. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  84. post: '/v1/{resource=projects/*/locations/*/lakes/*}:testIamPermissions'
  85. body: '*'
  86. additional_bindings:
  87. - post: '/v1/{resource=projects/*/locations/*/lakes/*/zones/*}:testIamPermissions'
  88. body: '*'
  89. - post: '/v1/{resource=projects/*/locations/*/lakes/*/zones/*/assets/*}:testIamPermissions'
  90. body: '*'
  91. - post: '/v1/{resource=projects/*/locations/*/lakes/*/tasks/*}:testIamPermissions'
  92. body: '*'
  93. - post: '/v1/{resource=projects/*/locations/*/lakes/*/environments/*}:testIamPermissions'
  94. body: '*'
  95. - selector: google.longrunning.Operations.CancelOperation
  96. post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
  97. body: '*'
  98. - selector: google.longrunning.Operations.DeleteOperation
  99. delete: '/v1/{name=projects/*/locations/*/operations/*}'
  100. - selector: google.longrunning.Operations.GetOperation
  101. get: '/v1/{name=projects/*/locations/*/operations/*}'
  102. - selector: google.longrunning.Operations.ListOperations
  103. get: '/v1/{name=projects/*/locations/*}/operations'
  104. authentication:
  105. rules:
  106. - selector: 'google.cloud.dataplex.v1.ContentService.*'
  107. oauth:
  108. canonical_scopes: |-
  109. https://www.googleapis.com/auth/cloud-platform
  110. - selector: 'google.cloud.dataplex.v1.DataplexService.*'
  111. oauth:
  112. canonical_scopes: |-
  113. https://www.googleapis.com/auth/cloud-platform
  114. - selector: 'google.cloud.dataplex.v1.MetadataService.*'
  115. oauth:
  116. canonical_scopes: |-
  117. https://www.googleapis.com/auth/cloud-platform
  118. - selector: google.cloud.location.Locations.GetLocation
  119. oauth:
  120. canonical_scopes: |-
  121. https://www.googleapis.com/auth/cloud-platform
  122. - selector: google.cloud.location.Locations.ListLocations
  123. oauth:
  124. canonical_scopes: |-
  125. https://www.googleapis.com/auth/cloud-platform
  126. - selector: 'google.iam.v1.IAMPolicy.*'
  127. oauth:
  128. canonical_scopes: |-
  129. https://www.googleapis.com/auth/cloud-platform
  130. - selector: 'google.longrunning.Operations.*'
  131. oauth:
  132. canonical_scopes: |-
  133. https://www.googleapis.com/auth/cloud-platform