class Projects extends Resource (View source)

The "projects" collection of methods.

Typical usage is:

 $bigquerydatatransferService = new Google\Service\BigQueryDataTransfer(...);
 $projects = $bigquerydatatransferService->projects;

Methods

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.

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)

Parameters

string $name

Required. The name of the project resource in the form: projects/{project_id}

EnrollDataSourcesRequest $postBody
array $optParams

Optional parameters.

Return Value

BigquerydatatransferEmpty

Exceptions

Exception