Show / Hide Table of Contents

Class AppsResource.SearchRequest

Searches for Apps accessible by the user.

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

Constructors

SearchRequest(IClientService)

Constructs a new Search request.

Declaration
public SearchRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of apps to return. The service may return fewer than this value. If unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

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

PageToken

A page token, received from a previous SearchAccessibleApps call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to SearchAccessibleApps 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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Search parameter list.

Declaration
protected override void InitParameters()
Overrides
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1SearchAccessibleAppsResponse>.InitParameters()

Implements

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