Class AccountsResource.ReportJobsResource.FetchReportResultsRequest
Retrieves data generated by CloudChannelReportsService.RunReportJob. Deprecated: Please use Export Channel Services data to BigQuery instead.
Inheritance
AccountsResource.ReportJobsResource.FetchReportResultsRequest
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class AccountsResource.ReportJobsResource.FetchReportResultsRequest : CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>, IClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>, IClientServiceRequest
Constructors
FetchReportResultsRequest(IClientService, GoogleCloudChannelV1FetchReportResultsRequest, string)
Constructs a new FetchReportResults request.
Declaration
public FetchReportResultsRequest(IClientService service, GoogleCloudChannelV1FetchReportResultsRequest body, string reportJob)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudChannelV1FetchReportResultsRequest | body | |
string | reportJob |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ReportJob
Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id}
Declaration
[RequestParameter("reportJob", RequestParameterType.Path)]
public virtual string ReportJob { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes FetchReportResults parameter list.
Declaration
protected override void InitParameters()