Required. The field will contain name of the resource requested, for example: projects/{projectId}/dataSources/{dataSourceId} or projects/{projectId}/locations/{locationId}/dataSources/{dataSourceId}
Authorization requires the following IAM permission on the specified resource name:
bigquery.transfers.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DataSource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-09 UTC."],[[["This page details how to retrieve settings for a supported data source using the `projects.locations.dataSources.get` method."],["The HTTP request uses a `GET` method with a URL that follows gRPC Transcoding syntax to specify the data source's name."],["The `name` path parameter is a required string that defines the resource's location and data source, requiring `bigquery.transfers.get` IAM permission."],["The request body for this method must be empty."],["A successful request returns a response body containing a `DataSource` instance, and it requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]