Show / Hide Table of Contents

Class AccountsResource.AdUnitsResource.AdUnitMappingsResource.ListRequest

List ad unit mappings under the specified AdMob account and ad unit. This method has limited access. If you see a 403 permission denied error, please reach out to your account manager for access.

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

Filter

The filter string that uses EBNF grammar syntax. Possible field to filter by is:

  • "DISPLAY_NAME" Possible filter function is: - IN: Used to filter fields that represent a singleton including "DISPLAY_NAME". The filter functions can be added together using AND. OR functionality is not supported. Example: filter: IN(DISPLAY_NAME, "Test Ad Unit Mapping 1", "Test Ad Unit Mapping 2")
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.ListAdUnitMappingsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.ListAdUnitMappingsResponse>.MethodName

PageSize

The maximum number of ad unit mappings to return. If unspecified or 0, at most 10,000 ad unit mappings will be returned. The maximum value is 20,000; values above 20,000 will be coerced to 20,000.

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

PageToken

A page token, received from a previous ListAdUnitMappings 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. The parent which owns this collection of ad unit mappings. Format: accounts/{publisher_id}/adUnits/{ad_unit_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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdMob.v1beta.Data.ListAdUnitMappingsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AdMobBaseServiceRequest<ListAdUnitMappingsResponse>.InitParameters()

Implements

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