Show / Hide Table of Contents

Class MobileAppsResource.ListRequest

Retrieves list of available mobile apps.

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

Constructors

ListRequest(IClientService, long)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long profileId)
Parameters
Type Name Description
IClientService service
long profileId

Properties

Directories

Select only apps from these directories.

Declaration
[RequestParameter("directories", RequestParameterType.Query)]
public virtual MobileAppsResource.ListRequest.DirectoriesEnum? Directories { get; set; }
Property Value
Type Description
MobileAppsResource.ListRequest.DirectoriesEnum?
Remarks

Use this property to set a single value for the parameter, or DirectoriesList to set multiple values. Do not set both properties.

DirectoriesList

Select only apps from these directories.

Declaration
[RequestParameter("directories", RequestParameterType.Query)]
public virtual Repeatable<MobileAppsResource.ListRequest.DirectoriesEnum> DirectoriesList { get; set; }
Property Value
Type Description
Repeatable<MobileAppsResource.ListRequest.DirectoriesEnum>
Remarks

Use this property to set one or more values for the parameter. Do not set both this property and Directories.

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.MobileAppsListResponse>.HttpMethod

Ids

Select only apps with these IDs.

Declaration
[RequestParameter("ids", RequestParameterType.Query)]
public virtual Repeatable<string> Ids { get; set; }
Property Value
Type Description
Repeatable<string>

MaxResults

Maximum number of results to return.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.MobileAppsListResponse>.MethodName

PageToken

Value of the nextPageToken from the previous result page.

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

ProfileId

User profile ID associated with this request.

Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual long ProfileId { get; }
Property Value
Type Description
long

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.MobileAppsListResponse>.RestPath

SearchString

Allows searching for objects by name or ID. Wildcards () are allowed. For example, "app2015" will return objects with names like "app Jan 2018", "app Jan 2018", or simply "app 2018". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "app" will match objects with name "my app", "app 2018", or simply "app".

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_5.DfareportingBaseServiceRequest<Google.Apis.Dfareporting.v3_5.Data.MobileAppsListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX