Show / Hide Table of Contents

Class AccountsResource.PlatformsResource.ChildAccountsResource.SitesResource.ListRequest

Lists Platform Child Sites for a specified Platform Child Account.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of children to include in the response, used for paging. If unspecified, at most 10000 platforms 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 ListPlatformChildren call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListPlatformChildren must match the call that provided the page token.

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

Parent

Required. The name of the child account under the given platform which owns the platform child sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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