1type: google.api.Service 2config_version: 3 3name: analyticshub.googleapis.com 4title: Analytics Hub API 5 6apis: 7- name: google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService 8- name: google.cloud.location.Locations 9 10documentation: 11 summary: Exchange data and analytics assets securely and efficiently. 12 rules: 13 - selector: google.cloud.location.Locations.GetLocation 14 description: Gets information about a location. 15 16 - selector: google.cloud.location.Locations.ListLocations 17 description: Lists information about the supported locations for this service. 18 19backend: 20 rules: 21 - selector: 'google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.*' 22 deadline: 60.0 23 - selector: google.cloud.location.Locations.GetLocation 24 deadline: 60.0 25 - selector: google.cloud.location.Locations.ListLocations 26 deadline: 60.0 27 28http: 29 rules: 30 - selector: google.cloud.location.Locations.GetLocation 31 get: '/v1beta1/{name=projects/*/locations/*}' 32 - selector: google.cloud.location.Locations.ListLocations 33 get: '/v1beta1/{name=projects/*}/locations' 34 35authentication: 36 rules: 37 - selector: 'google.cloud.bigquery.dataexchange.v1beta1.AnalyticsHubService.*' 38 oauth: 39 canonical_scopes: |- 40 https://www.googleapis.com/auth/bigquery, 41 https://www.googleapis.com/auth/cloud-platform 42 - selector: google.cloud.location.Locations.GetLocation 43 oauth: 44 canonical_scopes: |- 45 https://www.googleapis.com/auth/bigquery, 46 https://www.googleapis.com/auth/cloud-platform 47 - selector: google.cloud.location.Locations.ListLocations 48 oauth: 49 canonical_scopes: |- 50 https://www.googleapis.com/auth/bigquery, 51 https://www.googleapis.com/auth/cloud-platform 52