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 how to list supported data sources and their settings using the `projects.locations.dataSources.list` method."],["The HTTP request is a `GET` operation to a specific URL using gRPC Transcoding syntax, requiring a `parent` path parameter which is the project ID."],["Query parameters such as `pageToken` and `pageSize` allow for paginating the results of the data sources list."],["The request body for listing data sources must be empty, and the successful response is an instance of `ListDataSourcesResponse`."],["To use this method, authorization with the `https://www.googleapis.com/auth/cloud-platform` OAuth scope is required."]]],[]]