Show / Hide Table of Contents

Class InappproductsResource.ListRequest

Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field tokenPagination.nextPageToken will be set and the caller should provide its value as a token request parameter to retrieve the next page. This method should no longer be used to retrieve subscriptions. See this article for more information.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MaxResults

Deprecated and ignored. The page size is determined by the server.

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

MethodName

Gets the method name.

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

PackageName

Package name of the app.

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

RestPath

Gets the REST path.

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

StartIndex

Deprecated and ignored. Set the token parameter to retrieve the next page.

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

Token

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

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidPublisherBaseServiceRequest<InappproductsListResponse>.InitParameters()

Implements

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