class AccountsReportJobs extends Resource (View source)

The "reportJobs" collection of methods.

Typical usage is:

 $cloudchannelService = new Google\Service\Cloudchannel(...);
 $reportJobs = $cloudchannelService->accounts_reportJobs;

Methods

fetchReportResults(string $reportJob, GoogleCloudChannelV1FetchReportResultsRequest $postBody, array $optParams = [])

Retrieves data generated by CloudChannelReportsService.RunReportJob.

Details

GoogleCloudChannelV1FetchReportResultsResponse fetchReportResults(string $reportJob, GoogleCloudChannelV1FetchReportResultsRequest $postBody, array $optParams = [])

Retrieves data generated by CloudChannelReportsService.RunReportJob.

Deprecated: Please use Export Channel Services data to BigQuery instead. (reportJobs.fetchReportResults)

Parameters

string $reportJob

Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id}

GoogleCloudChannelV1FetchReportResultsRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudChannelV1FetchReportResultsResponse

Exceptions

Exception