Show / Hide Table of Contents

Class PlatformsResource.AccountsResource.ListRequest

Lists a partial view of sub-accounts for a specific parent account.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListAccountsResponse>
AdSensePlatformBaseServiceRequest<ListAccountsResponse>
PlatformsResource.AccountsResource.ListRequest
Implements
IClientServiceRequest<ListAccountsResponse>
IClientServiceRequest
Inherited Members
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.Xgafv
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.AccessToken
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.Alt
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.Callback
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.Fields
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.Key
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.OauthToken
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.PrettyPrint
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.QuotaUser
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.UploadType
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.UploadProtocol
ClientServiceRequest<ListAccountsResponse>.Execute()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsStream()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsync()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListAccountsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListAccountsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListAccountsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListAccountsResponse>.GenerateRequestUri()
ClientServiceRequest<ListAccountsResponse>.GetBody()
ClientServiceRequest<ListAccountsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListAccountsResponse>.ETagAction
ClientServiceRequest<ListAccountsResponse>.ModifyRequest
ClientServiceRequest<ListAccountsResponse>.ValidateParameters
ClientServiceRequest<ListAccountsResponse>.ApiVersion
ClientServiceRequest<ListAccountsResponse>.RequestParameters
ClientServiceRequest<ListAccountsResponse>.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.AdSensePlatform.v1alpha
Assembly: Google.Apis.AdSensePlatform.v1alpha.dll
Syntax
public class PlatformsResource.AccountsResource.ListRequest : AdSensePlatformBaseServiceRequest<ListAccountsResponse>, IClientServiceRequest<ListAccountsResponse>, 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<ListAccountsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of accounts to include in the response, used for paging. If unspecified, at most 10000 accounts will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.

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

PageToken

Optional. A page token, received from a previous ListAccounts call. Provide this to retrieve the subsequent page.

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

Parent

Required. Platform who parents the accounts. Format: platforms/{platform}

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<ListAccountsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AdSensePlatformBaseServiceRequest<ListAccountsResponse>.InitParameters()

Implements

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