Required. The BigQuery project id for which transfer configs should be returned: projects/{projectId} or projects/{projectId}/locations/{locationId}
Authorization requires the following IAM permission on the specified resource parent:
bigquery.transfers.get
Query parameters
Parameters
dataSourceIds[]
string
When specified, only configurations of requested data sources are returned.
pageToken
string
Pagination token, which can be used to request a specific page of ListTransfersRequest list results. For multiple-page results, ListTransfersResponse 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 API endpoint retrieves a list of transfer configurations for a specified project and location using a GET request."],["The `parent` path parameter is required and specifies the project and location to retrieve transfer configurations from, with specific IAM permissions needed."],["Optional query parameters like `dataSourceIds`, `pageToken`, and `pageSize` allow filtering and pagination of the results."],["The request body for this API call must be empty, and it outputs a `ListTransferConfigsResponse` containing the transfer configs."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope to be used when making the request."]]],[]]