1type: google.api.Service 2config_version: 3 3name: bigquerydatatransfer.googleapis.com 4title: BigQuery Data Transfer API 5 6apis: 7- name: google.cloud.bigquery.datatransfer.v1.DataTransferService 8- name: google.cloud.location.Locations 9 10documentation: 11 summary: |- 12 Schedule queries or transfer external data from SaaS applications to Google 13 BigQuery on a regular basis. 14 rules: 15 - selector: google.cloud.location.Locations.GetLocation 16 description: Gets information about a location. 17 18 - selector: google.cloud.location.Locations.ListLocations 19 description: Lists information about the supported locations for this service. 20 21http: 22 rules: 23 - selector: google.cloud.location.Locations.GetLocation 24 get: '/v1/{name=projects/*/locations/*}' 25 - selector: google.cloud.location.Locations.ListLocations 26 get: '/v1/{name=projects/*}/locations' 27 28authentication: 29 rules: 30 - selector: 'google.cloud.bigquery.datatransfer.v1.DataTransferService.*' 31 oauth: 32 canonical_scopes: |- 33 https://www.googleapis.com/auth/cloud-platform 34 - selector: google.cloud.location.Locations.GetLocation 35 oauth: 36 canonical_scopes: |- 37 https://www.googleapis.com/auth/cloud-platform 38 - selector: google.cloud.location.Locations.ListLocations 39 oauth: 40 canonical_scopes: |- 41 https://www.googleapis.com/auth/cloud-platform 42