Projects
class Projects extends Resource (View source)
The "projects" collection of methods.
Typical usage is:
$bigquerydatatransferService = new Google\Service\BigQueryDataTransfer(...);
$projects = $bigquerydatatransferService->projects;
Methods
Enroll data sources in a user project. This allows users to create transfer configurations for these data sources. They will also appear in the ListDataSources 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.
Details
BigquerydatatransferEmpty
enrollDataSources(string $name, EnrollDataSourcesRequest $postBody, array $optParams = [])
Enroll data sources in a user project. This allows users to create transfer configurations for these data sources. They will also appear in the ListDataSources 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.
(projects.enrollDataSources)