dataform_v1beta1.yaml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. type: google.api.Service
  2. config_version: 3
  3. name: dataform.googleapis.com
  4. title: Dataform API
  5. apis:
  6. - name: google.cloud.dataform.v1beta1.Dataform
  7. - name: google.cloud.location.Locations
  8. - name: google.iam.v1.IAMPolicy
  9. documentation:
  10. rules:
  11. - selector: google.cloud.location.Locations.GetLocation
  12. description: Gets information about a location.
  13. - selector: google.cloud.location.Locations.ListLocations
  14. description: Lists information about the supported locations for this service.
  15. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  16. description: |-
  17. Gets the access control policy for a resource. Returns an empty policy
  18. if the resource exists and does not have a policy set.
  19. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  20. description: |-
  21. Sets the access control policy on the specified resource. Replaces
  22. any existing policy.
  23. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
  24. errors.
  25. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  26. description: |-
  27. Returns permissions that a caller has on the specified resource. If the
  28. resource does not exist, this will return an empty set of
  29. permissions, not a `NOT_FOUND` error.
  30. Note: This operation is designed to be used for building
  31. permission-aware UIs and command-line tools, not for authorization
  32. checking. This operation may "fail open" without warning.
  33. backend:
  34. rules:
  35. - selector: 'google.cloud.dataform.v1beta1.Dataform.*'
  36. deadline: 60.0
  37. - selector: google.cloud.location.Locations.GetLocation
  38. deadline: 60.0
  39. - selector: google.cloud.location.Locations.ListLocations
  40. deadline: 60.0
  41. - selector: 'google.iam.v1.IAMPolicy.*'
  42. deadline: 60.0
  43. http:
  44. rules:
  45. - selector: google.cloud.location.Locations.GetLocation
  46. get: '/v1beta1/{name=projects/*/locations/*}'
  47. - selector: google.cloud.location.Locations.ListLocations
  48. get: '/v1beta1/{name=projects/*}/locations'
  49. authentication:
  50. rules:
  51. - selector: 'google.cloud.dataform.v1beta1.Dataform.*'
  52. oauth:
  53. canonical_scopes: |-
  54. https://www.googleapis.com/auth/cloud-platform
  55. - selector: google.cloud.location.Locations.GetLocation
  56. oauth:
  57. canonical_scopes: |-
  58. https://www.googleapis.com/auth/cloud-platform
  59. - selector: google.cloud.location.Locations.ListLocations
  60. oauth:
  61. canonical_scopes: |-
  62. https://www.googleapis.com/auth/cloud-platform
  63. - selector: 'google.iam.v1.IAMPolicy.*'
  64. oauth:
  65. canonical_scopes: |-
  66. https://www.googleapis.com/auth/cloud-platform