Show / Hide Table of Contents

Class AccountsResource.ReportsResource.ListRequest

Lists the reports that RunReportJob can run. These reports include an ID, a description, and the list of columns that will be in the result. Deprecated: Please use Export Channel Services data to BigQuery instead.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>
AccountsResource.ReportsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>
IClientServiceRequest
Inherited Members
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.Xgafv
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.AccessToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.Alt
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.Callback
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.Fields
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.Key
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.OauthToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.PrettyPrint
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.QuotaUser
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.UploadType
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.Execute()
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.GetBody()
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.ETagAction
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>.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.ReportsResource.ListRequest : CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListReportsResponse>, IClientServiceRequest<GoogleCloudChannelV1ListReportsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

LanguageCode

Optional. The BCP-47 language code, such as "en-US". If specified, the response is localized to the corresponding language code if the original data sources support it. Default is "en-US".

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

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

PageSize

Optional. Requested page size of the report. The server might return fewer results than requested. If unspecified, returns 20 reports. The maximum value is 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A token that specifies a page of results beyond the first page. Obtained through ListReportsResponse.next_page_token of the previous CloudChannelReportsService.ListReports call.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The resource name of the partner account to list available reports for. Parent uses the format: accounts/{account_id}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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