Show / Hide Table of Contents

Class InappproductsResource.BatchGetRequest

Reads multiple in-app products, which can be managed products or subscriptions. This method should not be used to retrieve subscriptions. See this article for more information.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<InappproductsBatchGetResponse>
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>
InappproductsResource.BatchGetRequest
Implements
IClientServiceRequest<InappproductsBatchGetResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.Xgafv
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.AccessToken
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.Alt
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.Callback
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.Fields
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.Key
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.OauthToken
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.UploadType
AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>.UploadProtocol
ClientServiceRequest<InappproductsBatchGetResponse>.Execute()
ClientServiceRequest<InappproductsBatchGetResponse>.ExecuteAsStream()
ClientServiceRequest<InappproductsBatchGetResponse>.ExecuteAsync()
ClientServiceRequest<InappproductsBatchGetResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<InappproductsBatchGetResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<InappproductsBatchGetResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<InappproductsBatchGetResponse>.CreateRequest(bool?)
ClientServiceRequest<InappproductsBatchGetResponse>.GenerateRequestUri()
ClientServiceRequest<InappproductsBatchGetResponse>.GetBody()
ClientServiceRequest<InappproductsBatchGetResponse>.GetDefaultETagAction(string)
ClientServiceRequest<InappproductsBatchGetResponse>.ETagAction
ClientServiceRequest<InappproductsBatchGetResponse>.ModifyRequest
ClientServiceRequest<InappproductsBatchGetResponse>.ValidateParameters
ClientServiceRequest<InappproductsBatchGetResponse>.ApiVersion
ClientServiceRequest<InappproductsBatchGetResponse>.RequestParameters
ClientServiceRequest<InappproductsBatchGetResponse>.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.BatchGetRequest : AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>, IClientServiceRequest<InappproductsBatchGetResponse>, IClientServiceRequest

Constructors

BatchGetRequest(IClientService, string)

Constructs a new BatchGet request.

Declaration
public BatchGetRequest(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<InappproductsBatchGetResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<InappproductsBatchGetResponse>.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<InappproductsBatchGetResponse>.RestPath

Sku

Unique identifier for the in-app products.

Declaration
[RequestParameter("sku", RequestParameterType.Query)]
public virtual Repeatable<string> Sku { get; set; }
Property Value
Type Description
Repeatable<string>

Methods

InitParameters()

Initializes BatchGet parameter list.

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

Implements

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