Required. The field will contain name of the resource requested, for example: projects/{projectId}/transferConfigs/{configId} or projects/{projectId}/locations/{locationId}/transferConfigs/{configId}
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 TransferConfig.
[[["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 information about a data transfer configuration using the `projects.locations.transferConfigs.get` method."],["The HTTP request is a `GET` operation to a specific URL using gRPC Transcoding syntax, requiring a resource name in the URL path."],["The `name` parameter, a required string, must be provided in the URL to identify the transfer configuration being requested, and requires `bigquery.transfers.get` authorization."],["The request body for this method must be empty, as all necessary information is provided in the URL."],["A successful response will contain an instance of `TransferConfig`, and authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]