Show / Hide Table of Contents

Class InappproductsResource.ListRequest

List all the in-app products for an Android app, both subscriptions and managed in-app products..

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<InappproductsListResponse>
AndroidPublisherBaseServiceRequest<InappproductsListResponse>
InappproductsResource.ListRequest
Implements
IClientServiceRequest<InappproductsListResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<InappproductsListResponse>.Alt
AndroidPublisherBaseServiceRequest<InappproductsListResponse>.Fields
AndroidPublisherBaseServiceRequest<InappproductsListResponse>.Key
AndroidPublisherBaseServiceRequest<InappproductsListResponse>.OauthToken
AndroidPublisherBaseServiceRequest<InappproductsListResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<InappproductsListResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<InappproductsListResponse>.UserIp
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>.RequestParameters
ClientServiceRequest<InappproductsListResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.Finalize()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v2
Assembly: Google.Apis.AndroidPublisher.v2.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.v2.Data.InappproductsListResponse>.HttpMethod

MaxResults

Declaration
public virtual Nullable<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.v2.Data.InappproductsListResponse>.MethodName

PackageName

Unique identifier for the Android app with in-app products; for example, "com.spiffygame".

Declaration
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.v2.Data.InappproductsListResponse>.RestPath

StartIndex

Declaration
public virtual Nullable<long> StartIndex { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Token

Declaration
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.v2.AndroidPublisherBaseServiceRequest<Google.Apis.AndroidPublisher.v2.Data.InappproductsListResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top