Show / Hide Table of Contents

Class AccountsResource.AppsResource.ListRequest

List the apps under the specified AdMob account.

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

PageSize

The maximum number of apps to return. If unspecified or 0, at most 10,000 apps 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

The value returned by the last ListAppsResponse; indicates that this is a continuation of a prior ListApps call, and that the system should return the next page of data.

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

Parent

Required. Resource name of the account to list apps for. Example: accounts/pub-9876543210987654

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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