analyticshub_v1beta1.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. type: google.api.Service
  2. config_version: 3
  3. name: analyticshub.googleapis.com
  4. title: Analytics Hub API
  5. apis:
  6. - name: google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService
  7. - name: google.cloud.location.Locations
  8. documentation:
  9. summary: Exchange data and analytics assets securely and efficiently.
  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. backend:
  16. rules:
  17. - selector: 'google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.*'
  18. deadline: 60.0
  19. - selector: google.cloud.location.Locations.GetLocation
  20. deadline: 60.0
  21. - selector: google.cloud.location.Locations.ListLocations
  22. deadline: 60.0
  23. http:
  24. rules:
  25. - selector: google.cloud.location.Locations.GetLocation
  26. get: '/v1beta1/{name=projects/*/locations/*}'
  27. - selector: google.cloud.location.Locations.ListLocations
  28. get: '/v1beta1/{name=projects/*}/locations'
  29. authentication:
  30. rules:
  31. - selector: 'google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.*'
  32. oauth:
  33. canonical_scopes: |-
  34. https://www.googleapis.com/auth/bigquery,
  35. https://www.googleapis.com/auth/cloud-platform
  36. - selector: google.cloud.location.Locations.GetLocation
  37. oauth:
  38. canonical_scopes: |-
  39. https://www.googleapis.com/auth/bigquery,
  40. https://www.googleapis.com/auth/cloud-platform
  41. - selector: google.cloud.location.Locations.ListLocations
  42. oauth:
  43. canonical_scopes: |-
  44. https://www.googleapis.com/auth/bigquery,
  45. https://www.googleapis.com/auth/cloud-platform