Show / Hide Table of Contents

Class ReviewsResource.ListRequest

Lists all reviews.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ReviewsListResponse>
AndroidPublisherBaseServiceRequest<ReviewsListResponse>
ReviewsResource.ListRequest
Implements
IClientServiceRequest<ReviewsListResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.Xgafv
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.AccessToken
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.Alt
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.Callback
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.Fields
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.Key
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.OauthToken
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.UploadType
AndroidPublisherBaseServiceRequest<ReviewsListResponse>.UploadProtocol
ClientServiceRequest<ReviewsListResponse>.Execute()
ClientServiceRequest<ReviewsListResponse>.ExecuteAsStream()
ClientServiceRequest<ReviewsListResponse>.ExecuteAsync()
ClientServiceRequest<ReviewsListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ReviewsListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ReviewsListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ReviewsListResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ReviewsListResponse>.GenerateRequestUri()
ClientServiceRequest<ReviewsListResponse>.GetBody()
ClientServiceRequest<ReviewsListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ReviewsListResponse>.ETagAction
ClientServiceRequest<ReviewsListResponse>.ModifyRequest
ClientServiceRequest<ReviewsListResponse>.ValidateParameters
ClientServiceRequest<ReviewsListResponse>.RequestParameters
ClientServiceRequest<ReviewsListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ListRequest : AndroidPublisherBaseServiceRequest<ReviewsListResponse>, IClientServiceRequest<ReviewsListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string packageName)
Parameters
Type Name Description
IClientService service
System.String packageName

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ReviewsListResponse>.HttpMethod

MaxResults

How many results the list operation should return.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ReviewsListResponse>.MethodName

PackageName

Package name of the app.

Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ReviewsListResponse>.RestPath

StartIndex

The index of the first element to return.

Declaration
[RequestParameter("startIndex", RequestParameterType.Query)]
public virtual long? StartIndex { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Token

Pagination token. If empty, list starts at the first review.

Declaration
[RequestParameter("token", RequestParameterType.Query)]
public virtual string Token { get; set; }
Property Value
Type Description
System.String

TranslationLanguage

Language localization code.

Declaration
[RequestParameter("translationLanguage", RequestParameterType.Query)]
public virtual string TranslationLanguage { get; set; }
Property Value
Type Description
System.String

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AndroidPublisher.v3.AndroidPublisherBaseServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ReviewsListResponse>.InitParameters()

Implements

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