ProjectsLocationsTransferConfigsRuns
class ProjectsLocationsTransferConfigsRuns extends Resource (View source)
The "runs" collection of methods.
Typical usage is:
$bigquerydatatransferService = new Google\Service\BigQueryDataTransfer(...);
$runs = $bigquerydatatransferService->projects_locations_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)
listProjectsLocationsTransferConfigsRuns(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)
TransferRun
get(string $name, array $optParams = [])
Returns information about the particular transfer run. (runs.get)
ListTransferRunsResponse
listProjectsLocationsTransferConfigsRuns(string $parent, array $optParams = [])
Returns information about running and completed transfer runs.
(runs.listProjectsLocationsTransferConfigsRuns)