class ProjectsTransferConfigsRuns extends Resource (View source)

The "runs" collection of methods.

Typical usage is:

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

Methods

delete(string $name, array $optParams = [])

Deletes the specified transfer run. (runs.delete)

get(string $name, array $optParams = [])

Returns information about the particular transfer run. (runs.get)

listProjectsTransferConfigsRuns(string $parent, array $optParams = [])

Returns information about running and completed transfer runs.

Details

BigquerydatatransferEmpty delete(string $name, array $optParams = [])

Deletes the specified transfer run. (runs.delete)

Parameters

string $name

Required. The field will contain name of the resource requested, for example: projects/{project_id}/transferConfigs/{config_id}/runs/{run_id} or project s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ id}

array $optParams

Optional parameters.

Return Value

BigquerydatatransferEmpty

Exceptions

Exception

TransferRun get(string $name, array $optParams = [])

Returns information about the particular transfer run. (runs.get)

Parameters

string $name

Required. The field will contain name of the resource requested, for example: projects/{project_id}/transferConfigs/{config_id}/runs/{run_id} or project s/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_ id}

array $optParams

Optional parameters.

Return Value

TransferRun

Exceptions

Exception

ListTransferRunsResponse listProjectsTransferConfigsRuns(string $parent, array $optParams = [])

Returns information about running and completed transfer runs.

(runs.listProjectsTransferConfigsRuns)

Parameters

string $parent

Required. Name of transfer configuration for which transfer runs should be retrieved. Format of transfer configuration resource name is: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.

array $optParams

Optional parameters.

Return Value

ListTransferRunsResponse

Exceptions

Exception