Class AccountsResource.ReportJobsResource
The "reportJobs" collection of methods.
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class AccountsResource.ReportJobsResource
Constructors
ReportJobsResource(IClientService)
Constructs a new resource.
Declaration
public ReportJobsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
FetchReportResults(GoogleCloudChannelV1FetchReportResultsRequest, string)
Retrieves data generated by CloudChannelReportsService.RunReportJob. Deprecated: Please use Export Channel Services data to BigQuery instead.
Declaration
public virtual AccountsResource.ReportJobsResource.FetchReportResultsRequest FetchReportResults(GoogleCloudChannelV1FetchReportResultsRequest body, string reportJob)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudChannelV1FetchReportResultsRequest | body | The body of the request. |
| string | reportJob | Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id} |
Returns
| Type | Description |
|---|---|
| AccountsResource.ReportJobsResource.FetchReportResultsRequest |