Show / Hide Table of Contents

Class AccountsResource.ReportJobsResource

The "reportJobs" collection of methods.

Inheritance
object
AccountsResource.ReportJobsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX