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.

Inheritance
System.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(Nullable<Boolean>)
ClientServiceRequest<InappproductsListResponse>.GenerateRequestUri()
ClientServiceRequest<InappproductsListResponse>.GetBody()
ClientServiceRequest<InappproductsListResponse>.GetDefaultETagAction(String)
ClientServiceRequest<InappproductsListResponse>.ETagAction
ClientServiceRequest<InappproductsListResponse>.ModifyRequest
ClientServiceRequest<InappproductsListResponse>.ValidateParameters
ClientServiceRequest<InappproductsListResponse>.RequestParameters
ClientServiceRequest<InappproductsListResponse>.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<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
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.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
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.InappproductsListResponse>.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.InappproductsListResponse>.RestPath

StartIndex

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

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 product.

Declaration
[RequestParameter("token", RequestParameterType.Query)]
public virtual string Token { 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.InappproductsListResponse>.InitParameters()

Implements

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