Required. The BigQuery project id for which data sources should be returned. Must be in the form: projects/{projectId} or projects/{projectId}/locations/{locationId}
Authorization requires the following IAM permission on the specified resource parent:
bigquery.transfers.get
Query parameters
Parameters
pageToken
string
Pagination token, which can be used to request a specific page of ListDataSourcesRequest list results. For multiple-page results, ListDataSourcesResponse outputs a next_page token, which can be used as the pageToken value to request the next page of list results.
pageSize
integer
Page size. The default page size is the maximum value of 1000 results.
[[["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-02-25 UTC."],[[["This webpage details the `projects.dataSources.list` method for listing supported data sources and their settings."],["The HTTP request uses `GET` with a specified URL structure and requires a `parent` path parameter, which is the project ID."],["Optional query parameters include `pageToken` for pagination and `pageSize` to control the number of results per page."],["The request body must be empty, and a successful response will be in the form of `ListDataSourcesResponse`."],["Authorization for this method requires the `bigquery.transfers.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]