All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidpublisher.model.UpdateSubscriptionRequest.html Maven / Gradle / Ivy







UpdateSubscriptionRequest (Google Play Android Developer API v3-rev20240129-2.0.0)












com.google.api.services.androidpublisher.model

Class UpdateSubscriptionRequest

    • Constructor Detail

      • UpdateSubscriptionRequest

        public UpdateSubscriptionRequest()
    • Method Detail

      • getAllowMissing

        public Boolean getAllowMissing()
        Optional. If set to true, and the subscription with the given package_name and product_id doesn't exist, the subscription will be created. If a new subscription is created, update_mask is ignored.
        Returns:
        value or null for none
      • setAllowMissing

        public UpdateSubscriptionRequest setAllowMissing(Boolean allowMissing)
        Optional. If set to true, and the subscription with the given package_name and product_id doesn't exist, the subscription will be created. If a new subscription is created, update_mask is ignored.
        Parameters:
        allowMissing - allowMissing or null for none
      • getLatencyTolerance

        public String getLatencyTolerance()
        Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.
        Returns:
        value or null for none
      • setLatencyTolerance

        public UpdateSubscriptionRequest setLatencyTolerance(String latencyTolerance)
        Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.
        Parameters:
        latencyTolerance - latencyTolerance or null for none
      • getRegionsVersion

        public RegionsVersion getRegionsVersion()
        Required. The version of the available regions being used for the subscription.
        Returns:
        value or null for none
      • setRegionsVersion

        public UpdateSubscriptionRequest setRegionsVersion(RegionsVersion regionsVersion)
        Required. The version of the available regions being used for the subscription.
        Parameters:
        regionsVersion - regionsVersion or null for none
      • getSubscription

        public Subscription getSubscription()
        Required. The subscription to update.
        Returns:
        value or null for none
      • setSubscription

        public UpdateSubscriptionRequest setSubscription(Subscription subscription)
        Required. The subscription to update.
        Parameters:
        subscription - subscription or null for none
      • getUpdateMask

        public String getUpdateMask()
        Required. The list of fields to be updated.
        Returns:
        value or null for none
      • setUpdateMask

        public UpdateSubscriptionRequest setUpdateMask(String updateMask)
        Required. The list of fields to be updated.
        Parameters:
        updateMask - updateMask or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy