Show / Hide Table of Contents

Class AccountsResource.ReportJobsResource.FetchReportResultsRequest

Retrieves data generated by CloudChannelReportsService.RunReportJob. Deprecated: Please use Export Channel Services data to BigQuery instead.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>
AccountsResource.ReportJobsResource.FetchReportResultsRequest
Implements
IClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>
IClientServiceRequest
Inherited Members
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.Xgafv
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.AccessToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.Alt
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.Callback
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.Fields
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.Key
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.OauthToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.PrettyPrint
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.QuotaUser
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.UploadType
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.Execute()
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.ETagAction
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.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
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.MethodName

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
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.GetBody()

InitParameters()

Initializes FetchReportResults parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudchannelBaseServiceRequest<GoogleCloudChannelV1FetchReportResultsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX