Enroll data sources in a user project. This allows users to create transfer configurations for these data sources. They will also appear in the dataSources.list RPC and as such, will appear in the BigQuery UI, and the documents can be found in the public guide for BigQuery Web UI and Data Transfer Service.
HTTP request
POST https://bigquerydatatransfer.googleapis.com/v1/{name=projects/*/locations/*}:enrollDataSources
[[["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.locations.enrollDataSources` allows users to enroll data sources in a project, enabling the creation of transfer configurations."],["The HTTP request is a `POST` method to the specified URL using gRPC Transcoding syntax, requiring a project name in the path."],["The request body is in JSON format and needs at least one `dataSourceId` in an array called `dataSourceIds`."],["The successful response from the endpoint will be an empty JSON object."],["To use this API, the request needs the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `resourcemanager.projects.update` IAM permission."]]],[]]