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 webpage details the `projects.transferConfigs.get` method for retrieving information about a data transfer configuration."],["The HTTP request utilizes a `GET` method with a specific URL structure that includes the name of the transfer configuration."],["The `name` path parameter is required, specifying the resource's identifier and necessitating the `bigquery.transfers.get` IAM permission for authorization."],["The request body for this method must be empty."],["A successful response will contain an instance of `TransferConfig`, and authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]