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, `projects.transferConfigs.list`, retrieves information about all transfer configurations within a specified project and location."],["The HTTP request uses a `GET` method at the provided URL, and requires a parent path parameter specifying the project ID."],["Optional query parameters allow filtering by data source IDs, and pagination using `pageToken` and `pageSize`."],["The request body must be empty, and a successful response returns a `ListTransferConfigsResponse` instance."],["Authorization to use this endpoint requires `bigquery.transfers.get` IAM permission on the parent resource, and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]