Show / Hide Table of Contents

Class InappproductsResource.UpdateRequest

Updates an in-app product (a managed product or a subscription). This method should no longer be used to update subscriptions. See this article for more information.

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

Constructors

UpdateRequest(IClientService, InAppProduct, string, string)

Constructs a new Update request.

Declaration
public UpdateRequest(IClientService service, InAppProduct body, string packageName, string sku)
Parameters
Type Name Description
IClientService service
InAppProduct body
string packageName
string sku

Properties

AllowMissing

If set to true, and the in-app product with the given package_name and sku doesn't exist, the in-app product will be created.

Declaration
[RequestParameter("allowMissing", RequestParameterType.Query)]
public virtual bool? AllowMissing { get; set; }
Property Value
Type Description
bool?

AutoConvertMissingPrices

If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.

Declaration
[RequestParameter("autoConvertMissingPrices", RequestParameterType.Query)]
public virtual bool? AutoConvertMissingPrices { get; set; }
Property Value
Type Description
bool?

HttpMethod

Gets the HTTP method.

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

LatencyTolerance

Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.

Declaration
[RequestParameter("latencyTolerance", RequestParameterType.Query)]
public virtual InappproductsResource.UpdateRequest.LatencyToleranceEnum? LatencyTolerance { get; set; }
Property Value
Type Description
InappproductsResource.UpdateRequest.LatencyToleranceEnum?

MethodName

Gets the method name.

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

Sku

Unique identifier for the in-app product.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<InAppProduct>.GetBody()

InitParameters()

Initializes Update parameter list.

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

Implements

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