{
  "documentationLink": "https://developers.google.com/android-publisher",
  "schemas": {
    "RevocationContextItemBasedRefund": {
      "type": "object",
      "description": "Used to determine what specific item to revoke in a subscription with multiple items.",
      "properties": {
        "productId": {
          "description": "Required. If the subscription is a subscription with add-ons, the product id of the subscription item to revoke.",
          "type": "string"
        }
      },
      "id": "RevocationContextItemBasedRefund"
    },
    "TracksListResponse": {
      "id": "TracksListResponse",
      "description": "Response listing all tracks.",
      "properties": {
        "tracks": {
          "type": "array",
          "items": {
            "$ref": "Track"
          },
          "description": "All tracks (including tracks with no releases)."
        },
        "kind": {
          "description": "The kind of this response (\"androidpublisher#tracksListResponse\").",
          "type": "string"
        }
      },
      "type": "object"
    },
    "UploadImageResponse": {
      "description": "Response for uploading an image.",
      "type": "object",
      "properties": {
        "imageId": {
          "description": "The unique ID of the uploaded image.",
          "type": "string"
        }
      },
      "id": "UploadImageResponse"
    },
    "AppStoreAppActiveApkSet": {
      "id": "AppStoreAppActiveApkSet",
      "description": "An installable set of active APKs. A set of APKs might only contain 1 APK if the app in question publishes using APKs. If the app uses app bundles (or a similar technology), this set should contain all APKs (even optional ones) that might be installed for this app. A set of APKs should be installable together. If certain APKs are exclusive to one another and cannot be installed together, then a separate AppStoreAppActiveApkSet should be created.",
      "properties": {
        "baseApkId": {
          "description": "Required. The ID for the main base application module. Example: base.apk or app.apk.",
          "type": "string"
        },
        "splitApkId": {
          "items": {
            "type": "string"
          },
          "description": "Optional. IDs for split modules that might be installed in combination with the base APK. Can be empty if app bundles (or a similar technology) are not used. Example: config.en.apk.",
          "type": "array"
        }
      },
      "type": "object"
    },
    "ApkTargeting": {
      "properties": {
        "screenDensityTargeting": {
          "description": "The screen density that this apk supports.",
          "$ref": "ScreenDensityTargeting"
        },
        "languageTargeting": {
          "$ref": "LanguageTargeting",
          "description": "The language that the apk targets"
        },
        "textureCompressionFormatTargeting": {
          "$ref": "TextureCompressionFormatTargeting",
          "description": "Texture-compression-format-level targeting"
        },
        "abiTargeting": {
          "description": "The abi that the apk targets",
          "$ref": "AbiTargeting"
        },
        "sdkVersionTargeting": {
          "$ref": "SdkVersionTargeting",
          "description": "The sdk version that the apk targets"
        },
        "multiAbiTargeting": {
          "description": "Multi-api-level targeting.",
          "$ref": "MultiAbiTargeting"
        }
      },
      "description": "Represents a set of apk-level targetings.",
      "type": "object",
      "id": "ApkTargeting"
    },
    "ReleaseSummary": {
      "type": "object",
      "id": "ReleaseSummary",
      "description": "Summary of a release.",
      "properties": {
        "track": {
          "description": "Identifier for the track. [Learn more about track names.](https://developers.google.com/android-publisher/tracks).",
          "type": "string"
        },
        "releaseName": {
          "type": "string",
          "description": "Name of the release."
        },
        "activeArtifacts": {
          "type": "array",
          "items": {
            "$ref": "ArtifactSummary"
          },
          "description": "List of active artifacts on this release"
        },
        "releaseLifecycleState": {
          "type": "string",
          "enum": [
            "RELEASE_LIFECYCLE_STATE_UNSPECIFIED",
            "RELEASE_LIFECYCLE_STATE_DRAFT",
            "RELEASE_LIFECYCLE_STATE_NOT_SENT_FOR_REVIEW",
            "RELEASE_LIFECYCLE_STATE_IN_REVIEW",
            "RELEASE_LIFECYCLE_STATE_APPROVED_NOT_PUBLISHED",
            "RELEASE_LIFECYCLE_STATE_NOT_APPROVED",
            "RELEASE_LIFECYCLE_STATE_PUBLISHED"
          ],
          "enumDescriptions": [
            "Not specified.",
            "The release is not yet ready and can still be edited.",
            "The release is ready to be sent for review and an action is required from developer",
            "Submitted and in review",
            "Passed review and is ready to be published manually by developer",
            "App was rejected in review",
            "Available to users on the track. This includes fully- or partially-rolled out releases and any halted release that can be resumed."
          ],
          "description": "The lifecycle state of a release."
        }
      }
    },
    "InappproductsBatchUpdateRequest": {
      "description": "Request to update or insert one or more in-app products.",
      "type": "object",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "InappproductsUpdateRequest"
          },
          "description": "Required. Individual update requests. At least one request is required. Can contain up to 100 requests. All requests must correspond to different in-app products."
        }
      },
      "id": "InappproductsBatchUpdateRequest"
    },
    "RegionalBasePlanConfig": {
      "id": "RegionalBasePlanConfig",
      "type": "object",
      "description": "Configuration for a base plan specific to a region.",
      "properties": {
        "price": {
          "$ref": "Money",
          "description": "The price of the base plan in the specified region. Must be set if the base plan is available to new subscribers. Must be set in the currency that is linked to the specified region."
        },
        "newSubscriberAvailability": {
          "type": "boolean",
          "description": "Whether the base plan in the specified region is available for new subscribers. Existing subscribers will not have their subscription canceled if this value is set to false. If not specified, this will default to false."
        },
        "regionCode": {
          "description": "Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g. \"US\".",
          "type": "string"
        }
      }
    },
    "OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig": {
      "properties": {
        "regionCode": {
          "type": "string",
          "description": "Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g., \"US\"."
        },
        "availability": {
          "type": "string",
          "enum": [
            "AVAILABILITY_UNSPECIFIED",
            "AVAILABLE",
            "NO_LONGER_AVAILABLE",
            "AVAILABLE_IF_RELEASED",
            "AVAILABLE_FOR_OFFERS_ONLY"
          ],
          "description": "The availability of the purchase option.",
          "enumDescriptions": [
            "Unspecified availability. Must not be used.",
            "The purchase option is available to users.",
            "The purchase option is no longer available to users. This value can only be used if the availability was previously set as AVAILABLE.",
            "The purchase option is initially unavailable, but made available via a released pre-order offer.",
            "The purchase option is unavailable but offers linked to it (i.e. Play Points offer) are available."
          ]
        },
        "price": {
          "$ref": "Money",
          "description": "The price of the purchase option in the specified region. Must be set in the currency that is linked to the specified region."
        }
      },
      "type": "object",
      "description": "Regional pricing and availability configuration for a purchase option.",
      "id": "OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig"
    },
    "ExternalAccountIds": {
      "id": "ExternalAccountIds",
      "description": "User account identifier in your app.",
      "properties": {
        "obfuscatedAccountId": {
          "description": "Optional. Specifies an optional obfuscated string that is uniquely associated with the purchaser's user account in your app. If you pass this value, Google Play can use it to detect irregular activity. Do not use this field to store any Personally Identifiable Information (PII) such as emails in cleartext. Attempting to store PII in this field will result in purchases being blocked. Google Play recommends that you use either encryption or a one-way hash to generate an obfuscated identifier to send to Google Play. This identifier is limited to 64 characters. This field can only be set for resubscription purchases. See https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccountid to set this field for purchases made using the standard in-app billing flow.",
          "type": "string"
        },
        "obfuscatedProfileId": {
          "type": "string",
          "description": "Optional. Specifies an optional obfuscated string that is uniquely associated with the purchaser's user profile in your app. If you pass this value, Google Play can use it to detect irregular activity. Do not use this field to store any Personally Identifiable Information (PII) such as emails in cleartext. Attempting to store PII in this field will result in purchases being blocked. Google Play recommends that you use either encryption or a one-way hash to generate an obfuscated identifier to send to Google Play. This identifier is limited to 64 characters. This field can only be set for resubscription purchases. See https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedprofileid to set this field for purchases made using the standard in-app billing flow."
        }
      },
      "type": "object"
    },
    "ConsumptionUsageEvent": {
      "description": "List of events, each representing an instance where the user consumed or used the purchased item or service.",
      "id": "ConsumptionUsageEvent",
      "type": "object",
      "properties": {
        "obfuscatedProfileId": {
          "description": "Optional. Obfuscated string that is uniquely associated with the purchaser's user profile in the app. https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setObfuscatedProfileId(java.lang.String)",
          "type": "string"
        },
        "consumptionTime": {
          "description": "Optional. Time when the user consumed, used, downloaded, opened, or streamed the content.",
          "type": "string",
          "format": "google-datetime"
        },
        "ipAddress": {
          "description": "Optional. The IP address from which the consumption occurred.",
          "type": "string"
        },
        "location": {
          "description": "Optional. Geographic location where the consumption occurred.",
          "$ref": "CoarseLocation"
        },
        "obfuscatedAccountId": {
          "description": "Optional. Obfuscated string that is uniquely associated with the purchaser's user account in the app. https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setObfuscatedAccountId(java.lang.String)",
          "type": "string"
        },
        "consumptionItemDescription": {
          "description": "Optional. Free form text that allows developers to provide more info on the item consumed. Maximum length is 5000 characters.",
          "type": "string"
        }
      }
    },
    "RegionalTaxRateInfo": {
      "type": "object",
      "properties": {
        "streamingTaxType": {
          "type": "string",
          "enumDescriptions": [
            "No telecommunications tax collected.",
            "US-specific telecommunications tax tier for video streaming, on demand, rentals / subscriptions / pay-per-view.",
            "US-specific telecommunications tax tier for video streaming of pre-recorded content like movies, tv shows.",
            "US-specific telecommunications tax tier for video streaming of multi-channel programming.",
            "US-specific telecommunications tax tier for audio streaming, rental / subscription.",
            "US-specific telecommunications tax tier for audio streaming, sale / permanent download.",
            "US-specific telecommunications tax tier for multi channel audio streaming like radio."
          ],
          "enum": [
            "STREAMING_TAX_TYPE_UNSPECIFIED",
            "STREAMING_TAX_TYPE_TELCO_VIDEO_RENTAL",
            "STREAMING_TAX_TYPE_TELCO_VIDEO_SALES",
            "STREAMING_TAX_TYPE_TELCO_VIDEO_MULTI_CHANNEL",
            "STREAMING_TAX_TYPE_TELCO_AUDIO_RENTAL",
            "STREAMING_TAX_TYPE_TELCO_AUDIO_SALES",
            "STREAMING_TAX_TYPE_TELCO_AUDIO_MULTI_CHANNEL"
          ],
          "description": "To collect communications or amusement taxes in the United States, choose the appropriate tax category. [Learn more](https://support.google.com/googleplay/android-developer/answer/10463498#streaming_tax)."
        },
        "taxTier": {
          "enum": [
            "TAX_TIER_UNSPECIFIED",
            "TAX_TIER_BOOKS_1",
            "TAX_TIER_NEWS_1",
            "TAX_TIER_NEWS_2",
            "TAX_TIER_MUSIC_OR_AUDIO_1",
            "TAX_TIER_LIVE_OR_BROADCAST_1"
          ],
          "type": "string",
          "description": "Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, newspapers, books, or audiobooks in various regions may be eligible for reduced tax rates. [Learn more](https://support.google.com/googleplay/android-developer/answer/10463498).",
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ]
        },
        "eligibleForStreamingServiceTaxRate": {
          "description": "You must tell us if your app contains streaming products to correctly charge US state and local sales tax. Field only supported in the United States.",
          "type": "boolean"
        }
      },
      "description": "Specified details about taxation in a given geographical region.",
      "id": "RegionalTaxRateInfo"
    },
    "OneTimeProductPreOrderOffer": {
      "type": "object",
      "properties": {
        "endTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Required. Time when the pre-order will stop being available."
        },
        "releaseTime": {
          "description": "Required. Time on which the product associated with the pre-order will be released and the pre-order orders fulfilled.",
          "format": "google-datetime",
          "type": "string"
        },
        "priceChangeBehavior": {
          "type": "string",
          "enum": [
            "PRE_ORDER_PRICE_CHANGE_BEHAVIOR_UNSPECIFIED",
            "PRE_ORDER_PRICE_CHANGE_BEHAVIOR_TWO_POINT_LOWEST",
            "PRE_ORDER_PRICE_CHANGE_BEHAVIOR_NEW_ORDERS_ONLY"
          ],
          "enumDescriptions": [
            "Unspecified price change behavior. Must not be used.",
            "The buyer gets charged the minimum between the initial price at the time of pre-order and the final offer price on the release date.",
            "The buyer gets the same price as the one they pre-ordered, regardless of any price changes that may have happened after the pre-order."
          ],
          "description": "Required. Immutable. Specifies how price changes affect pre-existing pre-orders."
        },
        "startTime": {
          "format": "google-datetime",
          "description": "Required. Time when the pre-order will start being available.",
          "type": "string"
        }
      },
      "id": "OneTimeProductPreOrderOffer",
      "description": "Configuration specific to pre-order offers."
    },
    "DeactivatePurchaseOptionRequest": {
      "id": "DeactivatePurchaseOptionRequest",
      "type": "object",
      "properties": {
        "productId": {
          "description": "Required. The parent one-time product (ID) of the purchase option to deactivate.",
          "type": "string"
        },
        "packageName": {
          "description": "Required. The parent app (package name) of the purchase option to deactivate.",
          "type": "string"
        },
        "purchaseOptionId": {
          "description": "Required. The purchase option ID of the purchase option to deactivate.",
          "type": "string"
        },
        "latencyTolerance": {
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "type": "string",
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive."
        }
      },
      "description": "Request message for UpdatePurchaseOptionState."
    },
    "Group": {
      "type": "object",
      "description": "A group of responses.",
      "id": "Group",
      "properties": {
        "responses": {
          "type": "array",
          "items": {
            "$ref": "NestedPolicyResponse"
          },
          "description": "Required. Responses within a group."
        }
      }
    },
    "BatchGetSubscriptionOffersResponse": {
      "properties": {
        "subscriptionOffers": {
          "type": "array",
          "items": {
            "$ref": "SubscriptionOffer"
          }
        }
      },
      "description": "Response message for BatchGetSubscriptionOffers endpoint.",
      "id": "BatchGetSubscriptionOffersResponse",
      "type": "object"
    },
    "TextureCompressionFormat": {
      "properties": {
        "alias": {
          "description": "Alias for texture compression format.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified format.",
            "ETC1_RGB8 format.",
            "PALETTED format.",
            "THREE_DC format.",
            "ATC format.",
            "LATC format.",
            "DXT1 format.",
            "S3TC format.",
            "PVRTC format.",
            "ASTC format.",
            "ETC2 format."
          ],
          "enum": [
            "UNSPECIFIED_TEXTURE_COMPRESSION_FORMAT",
            "ETC1_RGB8",
            "PALETTED",
            "THREE_DC",
            "ATC",
            "LATC",
            "DXT1",
            "S3TC",
            "PVRTC",
            "ASTC",
            "ETC2"
          ]
        }
      },
      "id": "TextureCompressionFormat",
      "description": "Represents texture compression format.",
      "type": "object"
    },
    "BatchDeletePurchaseOptionsRequest": {
      "description": "Request message for BatchDeletePurchaseOption.",
      "type": "object",
      "id": "BatchDeletePurchaseOptionsRequest",
      "properties": {
        "requests": {
          "description": "Required. A list of delete requests of up to 100 elements. All requests must delete purchase options from different one-time products.",
          "items": {
            "$ref": "DeletePurchaseOptionRequest"
          },
          "type": "array"
        }
      }
    },
    "StandaloneApkMetadata": {
      "id": "StandaloneApkMetadata",
      "description": "Holds data specific to Standalone APKs.",
      "properties": {
        "fusedModuleName": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Names of the modules fused in this standalone APK."
        }
      },
      "type": "object"
    },
    "PolicyResponse": {
      "id": "PolicyResponse",
      "type": "object",
      "description": "An individual response (answer) to a policy question about an app.",
      "properties": {
        "stringResponse": {
          "description": "Optional. A string response.",
          "$ref": "PolicyStringResponse"
        },
        "keyedGroupResponse": {
          "$ref": "PolicyKeyedGroupResponse",
          "description": "Optional. A keyed group response."
        },
        "questionId": {
          "description": "Required. ID of the question being answered.",
          "type": "string"
        },
        "documentResponse": {
          "$ref": "PolicyDocumentResponse",
          "description": "Optional. A document response."
        },
        "singleChoiceResponse": {
          "description": "Optional. A single choice response.",
          "$ref": "PolicySingleChoiceResponse"
        },
        "booleanResponse": {
          "description": "Optional. A boolean response.",
          "$ref": "PolicyBooleanResponse"
        },
        "multipleChoiceResponse": {
          "$ref": "PolicyMultipleChoiceResponse",
          "description": "Optional. A multiple choice response."
        },
        "groupResponse": {
          "$ref": "PolicyGroupResponse",
          "description": "Optional. A group response."
        }
      }
    },
    "RegionsVersion": {
      "description": "The version of the available regions being used for the specified resource.",
      "type": "object",
      "properties": {
        "version": {
          "description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices and latest supported version for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available.",
          "type": "string"
        }
      },
      "id": "RegionsVersion"
    },
    "TargetingRuleScopeThisSubscription": {
      "description": "Represents the targeting rule scope corresponding to the subscriptions in which this offer is defined.",
      "properties": {},
      "type": "object",
      "id": "TargetingRuleScopeThisSubscription"
    },
    "InternalAppSharingArtifact": {
      "description": "An artifact resource which gets created when uploading an APK or Android App Bundle through internal app sharing.",
      "type": "object",
      "properties": {
        "certificateFingerprint": {
          "type": "string",
          "description": "The sha256 fingerprint of the certificate used to sign the generated artifact."
        },
        "downloadUrl": {
          "type": "string",
          "description": "The download URL generated for the uploaded artifact. Users that are authorized to download can follow the link to the Play Store app to install it."
        },
        "sha256": {
          "type": "string",
          "description": "The sha256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command."
        }
      },
      "id": "InternalAppSharingArtifact"
    },
    "Subscription": {
      "type": "object",
      "properties": {
        "basePlans": {
          "items": {
            "$ref": "BasePlan"
          },
          "description": "The set of base plans for this subscription. Represents the prices and duration of the subscription if no other offers apply.",
          "type": "array"
        },
        "archived": {
          "readOnly": true,
          "description": "Output only. Deprecated: subscription archiving is not supported.",
          "type": "boolean",
          "deprecated": true
        },
        "restrictedPaymentCountries": {
          "description": "Optional. Countries where the purchase of this subscription is restricted to payment methods registered in the same country. If empty, no payment location restrictions are imposed.",
          "$ref": "RestrictedPaymentCountries"
        },
        "productId": {
          "description": "Immutable. Unique product ID of the product. Unique within the parent app. Product IDs must be composed of lower-case letters (a-z), numbers (0-9), underscores (_) and dots (.). It must start with a lower-case letter or number, and be between 1 and 40 (inclusive) characters in length.",
          "type": "string"
        },
        "taxAndComplianceSettings": {
          "description": "Details about taxes and legal compliance.",
          "$ref": "SubscriptionTaxAndComplianceSettings"
        },
        "packageName": {
          "description": "Immutable. Package name of the parent app.",
          "type": "string"
        },
        "listings": {
          "description": "Required. List of localized listings for this subscription. Must contain at least an entry for the default language of the parent app.",
          "type": "array",
          "items": {
            "$ref": "SubscriptionListing"
          }
        }
      },
      "description": "A single subscription for an app.",
      "id": "Subscription"
    },
    "AppVersionList": {
      "description": "Data format for a list of app versions.",
      "properties": {
        "versionCodes": {
          "type": "array",
          "description": "List of app version codes.",
          "items": {
            "type": "string",
            "format": "int64"
          }
        }
      },
      "type": "object",
      "id": "AppVersionList"
    },
    "OfferTag": {
      "description": "Represents a custom tag specified for a product offer.",
      "id": "OfferTag",
      "properties": {
        "tag": {
          "type": "string",
          "description": "Must conform with RFC-1034. That is, this string can only contain lower-case letters (a-z), numbers (0-9), and hyphens (-), and be at most 20 characters."
        }
      },
      "type": "object"
    },
    "ProrationPeriodOfferPhase": {
      "description": "Details about proration period offer phase.",
      "properties": {
        "originalOfferPhaseType": {
          "description": "The original offer phase type before the proration period. Only set when the proration period is updated from an existing offer phase.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified original offer phase type.",
            "The subscription is in the base pricing phase (e.g. full price).",
            "The subscription is in an introductory pricing phase.",
            "The subscription is in a free trial."
          ],
          "enum": [
            "ORIGINAL_OFFER_PHASE_TYPE_UNSPECIFIED",
            "BASE",
            "INTRODUCTORY",
            "FREE_TRIAL"
          ]
        }
      },
      "id": "ProrationPeriodOfferPhase",
      "type": "object"
    },
    "DeletePurchaseOptionRequest": {
      "id": "DeletePurchaseOptionRequest",
      "description": "Request message for deleting a purchase option.",
      "type": "object",
      "properties": {
        "purchaseOptionId": {
          "description": "Required. The purchase option ID of the purchase option to delete.",
          "type": "string"
        },
        "force": {
          "description": "Optional. This field has no effect for purchase options with no offers under them. For purchase options with associated offers: * If `force` is set to false (default), an error will be returned. * If `force` is set to true, any associated offers under the purchase option will be deleted.",
          "type": "boolean"
        },
        "productId": {
          "description": "Required. The parent one-time product (ID) of the purchase option to delete.",
          "type": "string"
        },
        "packageName": {
          "type": "string",
          "description": "Required. The parent app (package name) of the purchase option to delete."
        },
        "latencyTolerance": {
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "type": "string"
        }
      }
    },
    "BatchGetSubscriptionsResponse": {
      "id": "BatchGetSubscriptionsResponse",
      "description": "Response message for BatchGetSubscriptions endpoint.",
      "type": "object",
      "properties": {
        "subscriptions": {
          "description": "The list of requested subscriptions, in the same order as the request.",
          "items": {
            "$ref": "Subscription"
          },
          "type": "array"
        }
      }
    },
    "ArchiveSubscriptionRequest": {
      "description": "Deprecated: subscription archiving is not supported.",
      "properties": {},
      "id": "ArchiveSubscriptionRequest",
      "type": "object",
      "deprecated": true
    },
    "ModuleMetadata": {
      "description": "Metadata of a module.",
      "id": "ModuleMetadata",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Module name."
        },
        "targeting": {
          "description": "The targeting that makes a conditional module installed. Relevant only for Split APKs.",
          "$ref": "ModuleTargeting"
        },
        "moduleType": {
          "description": "Indicates the type of this feature module.",
          "enum": [
            "UNKNOWN_MODULE_TYPE",
            "FEATURE_MODULE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unknown feature module.",
            "Regular feature module."
          ]
        },
        "deliveryType": {
          "enum": [
            "UNKNOWN_DELIVERY_TYPE",
            "INSTALL_TIME",
            "ON_DEMAND",
            "FAST_FOLLOW"
          ],
          "type": "string",
          "description": "Indicates the delivery type (e.g. on-demand) of the module.",
          "enumDescriptions": [
            "Unspecified delivery type.",
            "This module will always be downloaded as part of the initial install of the app.",
            "This module is requested on-demand, which means it will not be part of the initial install, and will only be sent when requested by the client.",
            "This module will be downloaded immediately after initial install finishes. The app can be opened before these modules are downloaded."
          ]
        },
        "dependencies": {
          "description": "Names of the modules that this module directly depends on. Each module implicitly depends on the base module.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "ReviewsReplyRequest": {
      "properties": {
        "replyText": {
          "description": "The text to set as the reply. Replies of more than approximately 350 characters will be rejected. HTML tags will be stripped.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Request to reply to review or update existing reply.",
      "id": "ReviewsReplyRequest"
    },
    "ImagesDeleteAllResponse": {
      "id": "ImagesDeleteAllResponse",
      "properties": {
        "deleted": {
          "items": {
            "$ref": "Image"
          },
          "type": "array",
          "description": "The deleted images."
        }
      },
      "description": "Response for deleting all images.",
      "type": "object"
    },
    "ExternallyHostedApk": {
      "properties": {
        "certificateBase64s": {
          "type": "array",
          "description": "A certificate (or array of certificates if a certificate-chain is used) used to sign this APK, represented as a base64 encoded byte array.",
          "items": {
            "type": "string"
          }
        },
        "externallyHostedUrl": {
          "description": "The URL at which the APK is hosted. This must be an https URL.",
          "type": "string"
        },
        "usesFeatures": {
          "items": {
            "type": "string"
          },
          "description": "The features required by this APK (optional).",
          "type": "array"
        },
        "fileSha1Base64": {
          "description": "The sha1 checksum of this APK, represented as a base64 encoded byte array.",
          "type": "string"
        },
        "fileSize": {
          "type": "string",
          "format": "int64",
          "description": "The file size in bytes of this APK."
        },
        "applicationLabel": {
          "description": "The application label.",
          "type": "string"
        },
        "iconBase64": {
          "description": "The icon image from the APK, as a base64 encoded byte array.",
          "type": "string"
        },
        "minimumSdk": {
          "format": "int32",
          "type": "integer",
          "description": "The minimum SDK targeted by this APK."
        },
        "versionCode": {
          "type": "integer",
          "format": "int32",
          "description": "The version code of this APK."
        },
        "nativeCodes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The native code environments supported by this APK (optional)."
        },
        "maximumSdk": {
          "format": "int32",
          "type": "integer",
          "description": "The maximum SDK supported by this APK (optional)."
        },
        "packageName": {
          "type": "string",
          "description": "The package name."
        },
        "versionName": {
          "description": "The version name of this APK.",
          "type": "string"
        },
        "fileSha256Base64": {
          "description": "The sha256 checksum of this APK, represented as a base64 encoded byte array.",
          "type": "string"
        },
        "usesPermissions": {
          "description": "The permissions requested by this APK.",
          "items": {
            "$ref": "UsesPermission"
          },
          "type": "array"
        }
      },
      "type": "object",
      "description": "Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations.",
      "id": "ExternallyHostedApk"
    },
    "SystemFeature": {
      "id": "SystemFeature",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "The name of the feature."
        }
      },
      "description": "Representation of a system feature."
    },
    "OfferPhase": {
      "description": "Offer phase details.",
      "properties": {
        "freeTrial": {
          "description": "Set when the offer phase is a free trial.",
          "$ref": "FreeTrialOfferPhase"
        },
        "basePrice": {
          "$ref": "BasePriceOfferPhase",
          "description": "Set when the offer phase is a base plan pricing phase."
        },
        "prorationPeriod": {
          "$ref": "ProrationPeriodOfferPhase",
          "description": "Set when the offer phase is a proration period."
        },
        "introductoryPrice": {
          "description": "Set when the offer phase is an introductory price offer phase.",
          "$ref": "IntroductoryPriceOfferPhase"
        }
      },
      "id": "OfferPhase",
      "type": "object"
    },
    "BatchUpdateSubscriptionsRequest": {
      "properties": {
        "requests": {
          "description": "Required. A list of update requests of up to 100 elements. All requests must update different subscriptions.",
          "items": {
            "$ref": "UpdateSubscriptionRequest"
          },
          "type": "array"
        }
      },
      "id": "BatchUpdateSubscriptionsRequest",
      "description": "Request message for BatchUpdateSubscription.",
      "type": "object"
    },
    "OrdersReviewRefundRequest": {
      "properties": {
        "consumptionUsageEvents": {
          "description": "Optional. List of events, each representing an instance where the user consumed or used the purchased item or service. Lists with over 1000 items will be rejected.",
          "items": {
            "$ref": "ConsumptionUsageEvent"
          },
          "type": "array"
        },
        "sampleContentProvided": {
          "description": "Required. Indicates whether you provided a free sample, trial, or information about the functionality prior to the purchase.",
          "type": "boolean"
        },
        "pendingRefundToken": {
          "description": "Required. The pending refund token included in the pending refund review notification.",
          "type": "string"
        },
        "consumptionPercentageMilliunits": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Percentage of the In-App purchase the customer consumed, in milliunits. Minimum: 0 Maximum: 100,000. For paid apps, this can be omitted. Example : 45200 represents 45.2%."
        },
        "refundPreference": {
          "enumDescriptions": [
            "Refund preference unspecified. This value is not used.",
            "Developer prefers that Play declines the refund.",
            "Developer prefers that Play grants the refund in full.",
            "Developer has no preference about Google Play's decision to issue a refund"
          ],
          "enum": [
            "REFUND_PREFERENCE_UNSPECIFIED",
            "DECLINE",
            "APPROVE",
            "NEUTRAL"
          ],
          "description": "Required. Indicates your preference, based on your operational logic, as to whether the Play Store should grant the refund.",
          "type": "string"
        }
      },
      "id": "OrdersReviewRefundRequest",
      "description": "Request for the orders.reviewrefund API.",
      "type": "object"
    },
    "ProductPurchase": {
      "properties": {
        "purchaseTimeMillis": {
          "description": "The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970).",
          "type": "string",
          "format": "int64"
        },
        "purchaseState": {
          "description": "The purchase state of the order. Possible values are: 0. Purchased 1. Canceled 2. Pending",
          "type": "integer",
          "format": "int32"
        },
        "purchaseToken": {
          "type": "string",
          "description": "The purchase token generated to identify this purchase. May not be present."
        },
        "obfuscatedExternalAccountId": {
          "description": "An obfuscated version of the id that is uniquely associated with the user's account in your app. Only present if specified using https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccountid when the purchase was made.",
          "type": "string"
        },
        "acknowledgementState": {
          "type": "integer",
          "format": "int32",
          "description": "The acknowledgement state of the inapp product. Possible values are: 0. Yet to be acknowledged 1. Acknowledged"
        },
        "regionCode": {
          "description": "ISO 3166-1 alpha-2 billing region code of the user at the time the product was granted.",
          "type": "string"
        },
        "purchaseType": {
          "type": "integer",
          "description": "The type of purchase of the inapp product. This field is only set if this purchase was not made using the standard in-app billing flow. Possible values are: 0. Test (i.e. purchased from a license testing account) 1. Promo (i.e. purchased using a promo code). Does not include Play Points purchases. 2. Rewarded (i.e. from watching a video ad instead of paying)",
          "format": "int32"
        },
        "quantity": {
          "description": "The quantity associated with the purchase of the inapp product. If not present, the quantity is 1.",
          "format": "int32",
          "type": "integer"
        },
        "developerPayload": {
          "description": "A developer-specified string that contains supplemental information about an order.",
          "type": "string"
        },
        "refundableQuantity": {
          "type": "integer",
          "format": "int32",
          "description": "The quantity eligible for refund, i.e. quantity that hasn't been refunded. The value reflects quantity-based partial refunds and full refunds."
        },
        "productId": {
          "description": "The inapp product SKU. May not be present.",
          "type": "string"
        },
        "orderId": {
          "type": "string",
          "description": "The order id associated with the purchase of the inapp product."
        },
        "obfuscatedExternalProfileId": {
          "description": "An obfuscated version of the id that is uniquely associated with the user's profile in your app. Only present if specified using https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedprofileid when the purchase was made.",
          "type": "string"
        },
        "consumptionState": {
          "type": "integer",
          "format": "int32",
          "description": "The consumption state of the inapp product. Possible values are: 0. Yet to be consumed 1. Consumed"
        },
        "kind": {
          "description": "This kind represents an inappPurchase object in the androidpublisher service.",
          "type": "string"
        }
      },
      "id": "ProductPurchase",
      "description": "A ProductPurchase resource indicates the status of a user's inapp product purchase.",
      "type": "object"
    },
    "UpgradeTargetingRule": {
      "properties": {
        "oncePerUser": {
          "type": "boolean",
          "description": "Limit this offer to only once per user. If set to true, a user can never be eligible for this offer again if they ever subscribed to this offer."
        },
        "billingPeriodDuration": {
          "type": "string",
          "description": "The specific billing period duration, specified in ISO 8601 format, that a user must be currently subscribed to to be eligible for this rule. If not specified, users subscribed to any billing period are matched."
        },
        "scope": {
          "description": "Required. The scope of subscriptions this rule considers. Only allows \"this subscription\" and \"specific subscription in app\".",
          "$ref": "TargetingRuleScope"
        }
      },
      "description": "Represents a targeting rule of the form: User currently has {scope} [with billing period {billing_period}].",
      "id": "UpgradeTargetingRule",
      "type": "object"
    },
    "TargetingInfo": {
      "properties": {
        "assetSliceSet": {
          "description": "List of created asset slices.",
          "type": "array",
          "items": {
            "$ref": "AssetSliceSet"
          }
        },
        "packageName": {
          "description": "The package name of this app.",
          "type": "string"
        },
        "variant": {
          "type": "array",
          "description": "List of the created variants.",
          "items": {
            "$ref": "SplitApkVariant"
          }
        }
      },
      "id": "TargetingInfo",
      "description": "Targeting information about the generated apks.",
      "type": "object"
    },
    "RotatedCloudKmsKey": {
      "type": "object",
      "description": "Message representing rotated Cloud KMS key. Consists of the Cloud KMS key and its associated proof of rotation.",
      "id": "RotatedCloudKmsKey",
      "properties": {
        "signingCertificateLineage": {
          "type": "string",
          "description": "Required. Proof-of-rotation. See [creating signing certificate lineages](https://developer.android.com/studio/command-line/apksigner#rotate_signing_keys_2).",
          "format": "byte"
        },
        "cloudKmsKeyAndCert": {
          "description": "Required. Cloud KMS key and the certificate associated with the key.",
          "$ref": "CloudKmsKeyAndCert"
        }
      }
    },
    "SafetyLabelsUpdateRequest": {
      "description": "Request to update Safety Labels of an app.",
      "type": "object",
      "properties": {
        "safetyLabels": {
          "description": "Required. Contents of the CSV file containing Data Safety responses. For the format of this file, see the Help Center documentation at https://support.google.com/googleplay/android-developer/answer/10787469?#zippy=%2Cunderstand-the-csv-format To download an up to date template, follow the steps at https://support.google.com/googleplay/android-developer/answer/10787469?#zippy=%2Cexport-to-a-csv-file",
          "type": "string"
        }
      },
      "id": "SafetyLabelsUpdateRequest"
    },
    "AppContactInformation": {
      "id": "AppContactInformation",
      "description": "Contact information for the app.",
      "type": "object",
      "properties": {
        "phoneNumber": {
          "type": "string",
          "description": "The contact phone for this app. Optionally provided by the developer."
        },
        "websiteUrl": {
          "description": "The contact website url for this app. Optionally provided by the developer.",
          "type": "string"
        },
        "contactEmail": {
          "description": "The contact email for this app. Always set.",
          "type": "string"
        }
      }
    },
    "TrackTargetedCountry": {
      "type": "object",
      "description": "Representation of a single country where the contents of a track can be made available.",
      "id": "TrackTargetedCountry",
      "properties": {
        "countryCode": {
          "type": "string",
          "description": "The country that can be targeted, as a two-letter CLDR code."
        }
      }
    },
    "ExternalAccountIdentifiers": {
      "type": "object",
      "description": "User account identifier in the third-party service.",
      "properties": {
        "obfuscatedExternalAccountId": {
          "description": "An obfuscated version of the id that is uniquely associated with the user's account in your app. Present for the following purchases: * If account linking happened as part of the subscription purchase flow. * It was specified using https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccountid when the purchase was made.",
          "type": "string"
        },
        "obfuscatedExternalProfileId": {
          "type": "string",
          "description": "An obfuscated version of the id that is uniquely associated with the user's profile in your app. Only present if specified using https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedprofileid when the purchase was made."
        },
        "externalAccountId": {
          "type": "string",
          "description": "User account identifier in the third-party service. Only present if account linking happened as part of the subscription purchase flow."
        }
      },
      "id": "ExternalAccountIdentifiers"
    },
    "AcquisitionTargetingRule": {
      "description": "Represents a targeting rule of the form: User never had {scope} before.",
      "properties": {
        "scope": {
          "description": "Required. The scope of subscriptions this rule considers. Only allows \"this subscription\" and \"any subscription in app\".",
          "$ref": "TargetingRuleScope"
        }
      },
      "type": "object",
      "id": "AcquisitionTargetingRule"
    },
    "LocalizedStoreListing": {
      "properties": {
        "shortDescription": {
          "type": "string",
          "description": "A short description of the app in this localization."
        },
        "appName": {
          "description": "The name of the app in this localization.",
          "type": "string"
        },
        "phoneScreenshots": {
          "$ref": "ScreenshotSet",
          "description": "The phone screenshots of the app."
        },
        "fullDescription": {
          "type": "string",
          "description": "A longer description of the app in this localization."
        },
        "tabletRegularScreenshots": {
          "$ref": "ScreenshotSet",
          "description": "The regular tablet screenshots of the app."
        },
        "video": {
          "$ref": "VideoAsset",
          "description": "The video of the app."
        },
        "tabletSmallScreenshots": {
          "$ref": "ScreenshotSet",
          "description": "The small tablet screenshots of the app."
        },
        "languageCode": {
          "description": "The BCP-47 language code for this localization.",
          "type": "string"
        },
        "icon": {
          "description": "The icon of the app.",
          "$ref": "ImageAsset"
        },
        "featureGraphic": {
          "$ref": "ImageAsset",
          "description": "The feature graphic of the app."
        }
      },
      "description": "A localized store listings of the app.",
      "type": "object",
      "id": "LocalizedStoreListing"
    },
    "RotateAppSigningKeyRequest": {
      "id": "RotateAppSigningKeyRequest",
      "type": "object",
      "description": "Request to rotate an app's signing key.",
      "properties": {
        "rotatedCloudKmsKey": {
          "description": "Required. Self-hosted Cloud KMS key.",
          "$ref": "RotatedCloudKmsKey"
        },
        "keyRotationReason": {
          "description": "Required. Reason for rotating the app key.",
          "enumDescriptions": [
            "Unspecified key rotation reason. Cannot be used.",
            "Key is compromised.",
            "Stronger key is required.",
            "Same key is used for multiple apps.",
            "Routine key upgrade.",
            "Other reason."
          ],
          "enum": [
            "KEY_ROTATION_REASON_UNSPECIFIED",
            "COMPROMISED_KEY",
            "USE_STRONGER_KEY",
            "USE_SAME_KEY_FOR_MULTIPLE_APPS",
            "ROUTINE_KEY_UPGRADE",
            "OTHER"
          ],
          "type": "string"
        }
      }
    },
    "CloudKmsKeyAndCert": {
      "properties": {
        "pemCertificate": {
          "description": "Required. Certificate associated with the key. The bytes must contain the certificate in PEM format.",
          "type": "string",
          "format": "byte"
        },
        "cloudKmsKey": {
          "$ref": "CloudKmsKey",
          "description": "Required. Cloud KMS key."
        }
      },
      "type": "object",
      "id": "CloudKmsKeyAndCert",
      "description": "Cloud KMS key and the certificate associated with the key."
    },
    "DeactivateOneTimeProductOfferRequest": {
      "properties": {
        "packageName": {
          "type": "string",
          "description": "Required. The parent app (package name) of the offer to deactivate."
        },
        "purchaseOptionId": {
          "description": "Required. The parent purchase option (ID) of the offer to deactivate.",
          "type": "string"
        },
        "offerId": {
          "description": "Required. The offer ID of the offer to deactivate.",
          "type": "string"
        },
        "productId": {
          "description": "Required. The parent one-time product (ID) of the offer to deactivate.",
          "type": "string"
        },
        "latencyTolerance": {
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "type": "string",
          "description": "Optional. The latency tolerance for the propagation of this update. Defaults to latency-sensitive."
        }
      },
      "type": "object",
      "description": "Request message for DeactivateOneTimeProductOffer.",
      "id": "DeactivateOneTimeProductOfferRequest"
    },
    "UpdateOneTimeProductOfferRequest": {
      "id": "UpdateOneTimeProductOfferRequest",
      "description": "Request message for UpdateOneTimeProductOffer.",
      "properties": {
        "allowMissing": {
          "description": "Optional. If set to true, and the offer with the given package_name, product_id, purchase_option_id and offer_id doesn't exist, an offer will be created. If a new offer is created, the update_mask is ignored.",
          "type": "boolean"
        },
        "regionsVersion": {
          "description": "Required. The version of the available regions being used for the offer.",
          "$ref": "RegionsVersion"
        },
        "oneTimeProductOffer": {
          "description": "Required. The one-time product offer to update.",
          "$ref": "OneTimeProductOffer"
        },
        "updateMask": {
          "description": "Required. The list of fields to be updated.",
          "format": "google-fieldmask",
          "type": "string"
        },
        "latencyTolerance": {
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "description": "Optional. The latency tolerance for the propagation of this offer update. Defaults to latency-sensitive.",
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "type": "string"
        }
      },
      "type": "object"
    },
    "BatchUpdateOneTimeProductOffersRequest": {
      "id": "BatchUpdateOneTimeProductOffersRequest",
      "description": "Request message for BatchUpdateOneTimeProductOffers.",
      "properties": {
        "requests": {
          "items": {
            "$ref": "UpdateOneTimeProductOfferRequest"
          },
          "type": "array",
          "description": "Required. A list of update requests of up to 100 elements. All requests must update different offers."
        }
      },
      "type": "object"
    },
    "OrderDetails": {
      "properties": {
        "taxInclusive": {
          "type": "boolean",
          "description": "Indicates whether the listed price was tax inclusive or not."
        }
      },
      "description": "Detailed information about the order at creation time.",
      "type": "object",
      "id": "OrderDetails"
    },
    "BatchGetOrdersResponse": {
      "type": "object",
      "description": "Response for the orders.batchGet API.",
      "properties": {
        "orders": {
          "type": "array",
          "items": {
            "$ref": "Order"
          },
          "description": "Details for the requested order IDs."
        }
      },
      "id": "BatchGetOrdersResponse"
    },
    "RotateAppSigningKeyResponse": {
      "type": "object",
      "description": "Response to rotate an app's signing key.",
      "properties": {
        "rotatedKeyCertificate": {
          "$ref": "CertificateHashes",
          "description": "The rotated key certificate hashes for the app. Always set."
        }
      },
      "id": "RotateAppSigningKeyResponse"
    },
    "Bundle": {
      "properties": {
        "sha1": {
          "description": "A sha1 hash of the upload payload, encoded as a hex string and matching the output of the sha1sum command.",
          "type": "string"
        },
        "sha256": {
          "description": "A sha256 hash of the upload payload, encoded as a hex string and matching the output of the sha256sum command.",
          "type": "string"
        },
        "versionCode": {
          "description": "The version code of the Android App Bundle, as specified in the Android App Bundle's base module APK manifest file.",
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "Information about an app bundle. The resource for BundlesService.",
      "id": "Bundle",
      "type": "object"
    },
    "Variant": {
      "id": "Variant",
      "properties": {
        "variantId": {
          "readOnly": true,
          "format": "uint32",
          "description": "Output only. The ID of a previously created system APK variant.",
          "type": "integer"
        },
        "deviceSpec": {
          "$ref": "DeviceSpec",
          "description": "The device spec used to generate the APK."
        },
        "options": {
          "$ref": "SystemApkOptions",
          "description": "Optional. Options applied to the generated APK."
        }
      },
      "description": "APK that is suitable for inclusion in a system image. The resource of SystemApksService.",
      "type": "object"
    },
    "ApkDescription": {
      "id": "ApkDescription",
      "type": "object",
      "properties": {
        "targeting": {
          "$ref": "ApkTargeting",
          "description": "Apk-level targeting."
        },
        "splitApkMetadata": {
          "description": "Set only for Split APKs.",
          "$ref": "SplitApkMetadata"
        },
        "instantApkMetadata": {
          "description": "Set only for Instant split APKs.",
          "$ref": "SplitApkMetadata"
        },
        "assetSliceMetadata": {
          "description": "Set only for asset slices.",
          "$ref": "SplitApkMetadata"
        },
        "standaloneApkMetadata": {
          "$ref": "StandaloneApkMetadata",
          "description": "Set only for standalone APKs."
        },
        "path": {
          "type": "string",
          "description": "Path of the Apk, will be in the following format: .apk where DownloadId is the ID used to download the apk using GeneratedApks.Download API."
        }
      },
      "description": "Description of the created apks."
    },
    "BatchUpdateSubscriptionsResponse": {
      "type": "object",
      "id": "BatchUpdateSubscriptionsResponse",
      "properties": {
        "subscriptions": {
          "items": {
            "$ref": "Subscription"
          },
          "description": "The updated subscriptions list.",
          "type": "array"
        }
      },
      "description": "Response message for BatchUpdateSubscription."
    },
    "AllUsers": {
      "properties": {
        "isAllUsersRequested": {
          "description": "Required. Set to true if all set of users are needed.",
          "type": "boolean"
        }
      },
      "id": "AllUsers",
      "description": "Object representation to describe all set of users.",
      "type": "object"
    },
    "Track": {
      "type": "object",
      "id": "Track",
      "properties": {
        "track": {
          "type": "string",
          "description": "Identifier of the track. Form factor tracks have a special prefix as an identifier, for example `wear:production`, `automotive:production`. [More on track name](https://developers.google.com/android-publisher/tracks#ff-track-name)"
        },
        "releases": {
          "description": "In a read request, represents all active releases in the track. In an update request, represents desired changes.",
          "type": "array",
          "items": {
            "$ref": "TrackRelease"
          }
        }
      },
      "description": "A track configuration. The resource for TracksService."
    },
    "SubscriptionPurchasesAcknowledgeRequest": {
      "description": "Request for the purchases.subscriptions.acknowledge API.",
      "properties": {
        "developerPayload": {
          "description": "Payload to attach to the purchase.",
          "type": "string"
        },
        "externalAccountIds": {
          "$ref": "ExternalAccountIds",
          "description": "Optional. User account identifier in your app."
        }
      },
      "type": "object",
      "id": "SubscriptionPurchasesAcknowledgeRequest"
    },
    "ConvertedRegionPrice": {
      "type": "object",
      "id": "ConvertedRegionPrice",
      "properties": {
        "price": {
          "description": "The converted price tax inclusive.",
          "$ref": "Money"
        },
        "regionCode": {
          "description": "The region code of the region.",
          "type": "string"
        },
        "taxAmount": {
          "$ref": "Money",
          "description": "The tax amount of the converted price."
        }
      },
      "description": "A converted region price."
    },
    "UploadAppStoreAppPolicyDeclarationFileResponse": {
      "description": "Response for uploading a policy declaration file.",
      "properties": {
        "fileId": {
          "type": "string",
          "description": "The unique ID of the uploaded file."
        }
      },
      "type": "object",
      "id": "UploadAppStoreAppPolicyDeclarationFileResponse"
    },
    "DeferredItemReplacement": {
      "id": "DeferredItemReplacement",
      "properties": {
        "productId": {
          "description": "The product_id going to replace the existing product_id.",
          "type": "string"
        }
      },
      "description": "Information related to deferred item replacement.",
      "type": "object"
    },
    "Money": {
      "type": "object",
      "description": "Represents an amount of money with its currency type.",
      "properties": {
        "units": {
          "description": "The whole units of the amount. For example if `currencyCode` is `\"USD\"`, then 1 unit is one US dollar.",
          "format": "int64",
          "type": "string"
        },
        "nanos": {
          "type": "integer",
          "description": "Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.",
          "format": "int32"
        },
        "currencyCode": {
          "type": "string",
          "description": "The three-letter currency code defined in ISO 4217."
        }
      },
      "id": "Money"
    },
    "SubscriptionItemPriceChangeDetails": {
      "id": "SubscriptionItemPriceChangeDetails",
      "description": "Price change related information of a subscription item.",
      "properties": {
        "newPrice": {
          "description": "New recurring price for the subscription item.",
          "$ref": "Money"
        },
        "priceChangeState": {
          "enum": [
            "PRICE_CHANGE_STATE_UNSPECIFIED",
            "OUTSTANDING",
            "CONFIRMED",
            "APPLIED",
            "CANCELED"
          ],
          "enumDescriptions": [
            "Price change state unspecified. This value should not be used.",
            "Waiting for the user to agree for the price change.",
            "The price change is confirmed to happen for the user.",
            "The price change is applied, i.e. the user has started being charged the new price.",
            "The price change was canceled."
          ],
          "type": "string",
          "description": "State the price change is currently in."
        },
        "priceChangeMode": {
          "description": "Price change mode specifies how the subscription item price is changing.",
          "enum": [
            "PRICE_CHANGE_MODE_UNSPECIFIED",
            "PRICE_DECREASE",
            "PRICE_INCREASE",
            "OPT_OUT_PRICE_INCREASE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Price change mode unspecified. This value should never be set.",
            "If the subscription price is decreasing.",
            "If the subscription price is increasing and the user needs to accept it.",
            "If the subscription price is increasing with opt out mode."
          ]
        },
        "expectedNewPriceChargeTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The renewal time at which the price change will become effective for the user. This is subject to change(to a future time) due to cases where the renewal time shifts like pause. This field is only populated if the price change has not taken effect."
        }
      },
      "type": "object"
    },
    "TrackRelease": {
      "properties": {
        "inAppUpdatePriority": {
          "description": "In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates.",
          "format": "int32",
          "type": "integer"
        },
        "status": {
          "type": "string",
          "enum": [
            "statusUnspecified",
            "draft",
            "inProgress",
            "halted",
            "completed"
          ],
          "enumDescriptions": [
            "Unspecified status.",
            "The release's APKs are not being served to users.",
            "The release's APKs are being served to a fraction of users, determined by 'user_fraction'.",
            "The release's APKs will no longer be served to users. Users who already have these APKs are unaffected.",
            "The release will have no further changes. Its APKs are being served to all users, unless they are eligible to APKs of a more recent release."
          ],
          "description": "The status of the release."
        },
        "countryTargeting": {
          "description": "Restricts a release to a specific set of countries. Note this is only allowed to be set for inProgress releases in the production track.",
          "$ref": "CountryTargeting"
        },
        "name": {
          "description": "The release name. Not required to be unique. If not set, the name is generated from the APK's version_name. If the release contains multiple APKs, the name is generated from the date.",
          "type": "string"
        },
        "versionCodes": {
          "type": "array",
          "description": "Version codes of all APKs in the release. Must include version codes to retain from previous releases.",
          "items": {
            "format": "int64",
            "type": "string"
          }
        },
        "releaseNotes": {
          "description": "A description of what is new in this release.",
          "items": {
            "$ref": "LocalizedText"
          },
          "type": "array"
        },
        "userFraction": {
          "type": "number",
          "description": "Fraction of users who are eligible for a staged release. 0 \u003c fraction \u003c 1. Can only be set when status is \"inProgress\" or \"halted\".",
          "format": "double"
        }
      },
      "id": "TrackRelease",
      "description": "A release within a track.",
      "type": "object"
    },
    "PurchaseOptionTaxAndComplianceSettings": {
      "properties": {
        "withdrawalRightType": {
          "description": "Optional. Digital content or service classification for products distributed to users in eligible regions. If unset, it defaults to `WITHDRAWAL_RIGHT_DIGITAL_CONTENT`. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.",
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "enum": [
            "WITHDRAWAL_RIGHT_TYPE_UNSPECIFIED",
            "WITHDRAWAL_RIGHT_DIGITAL_CONTENT",
            "WITHDRAWAL_RIGHT_SERVICE"
          ]
        }
      },
      "type": "object",
      "description": "Details about taxation, Google Play policy and legal compliance for one-time product purchase options.",
      "id": "PurchaseOptionTaxAndComplianceSettings"
    },
    "Regions": {
      "id": "Regions",
      "type": "object",
      "properties": {
        "regionCode": {
          "description": "Regions targeted by the recovery action. Region codes are ISO 3166 Alpha-2 country codes. For example, US stands for United States of America. See https://www.iso.org/iso-3166-country-codes.html for the complete list of country codes.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "description": "Region targeting data for app recovery action targeting."
    },
    "IntroductoryPriceOfferPhase": {
      "properties": {},
      "id": "IntroductoryPriceOfferPhase",
      "description": "Details about introductory price offer phase.",
      "type": "object"
    },
    "ProductPurchasesAcknowledgeRequest": {
      "id": "ProductPurchasesAcknowledgeRequest",
      "type": "object",
      "properties": {
        "developerPayload": {
          "type": "string",
          "description": "Payload to attach to the purchase."
        }
      },
      "description": "Request for the product.purchases.acknowledge API."
    },
    "DeactivateSubscriptionOfferRequest": {
      "description": "Request message for DeactivateSubscriptionOffer.",
      "properties": {
        "offerId": {
          "description": "Required. The unique offer ID of the offer to deactivate.",
          "type": "string"
        },
        "latencyTolerance": {
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "type": "string",
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive."
        },
        "packageName": {
          "type": "string",
          "description": "Required. The parent app (package name) of the offer to deactivate."
        },
        "productId": {
          "type": "string",
          "description": "Required. The parent subscription (ID) of the offer to deactivate."
        },
        "basePlanId": {
          "type": "string",
          "description": "Required. The parent base plan (ID) of the offer to deactivate."
        }
      },
      "id": "DeactivateSubscriptionOfferRequest",
      "type": "object"
    },
    "PurchaseStateContext": {
      "type": "object",
      "description": "Context about the purchase state.",
      "id": "PurchaseStateContext",
      "properties": {
        "purchaseState": {
          "readOnly": true,
          "enum": [
            "PURCHASE_STATE_UNSPECIFIED",
            "PURCHASED",
            "CANCELLED",
            "PENDING"
          ],
          "enumDescriptions": [
            "Purchase state unspecified. This value should never be set.",
            "Purchased successfully.",
            "Purchase canceled.",
            "The purchase is in a pending state and has not yet been completed. For more information on handling pending purchases, see https://developer.android.com/google/play/billing/integrate#pending."
          ],
          "description": "Output only. The purchase state of the purchase.",
          "type": "string"
        }
      }
    },
    "DeviceSpec": {
      "properties": {
        "supportedLocales": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "All installed locales represented as BCP-47 strings, e.g. \"en-US\"."
        },
        "screenDensity": {
          "format": "uint32",
          "description": "Screen dpi.",
          "type": "integer"
        },
        "supportedAbis": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. \"armeabi-v7a\", \"x86_64\"."
        }
      },
      "description": "The device spec used to generate a system APK.",
      "type": "object",
      "id": "DeviceSpec"
    },
    "UserCountriesTargeting": {
      "type": "object",
      "id": "UserCountriesTargeting",
      "properties": {
        "countryCodes": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "List of country codes in the two-letter CLDR territory format."
        },
        "exclude": {
          "type": "boolean",
          "description": "Indicates if the list above is exclusive."
        }
      },
      "description": "Describes an inclusive/exclusive list of country codes that module targets."
    },
    "DeferSubscriptionPurchaseRequest": {
      "id": "DeferSubscriptionPurchaseRequest",
      "type": "object",
      "description": "Request for the v2 purchases.subscriptions.defer API.",
      "properties": {
        "deferralContext": {
          "$ref": "DeferralContext",
          "description": "Required. Details about the subscription deferral."
        }
      }
    },
    "CancellationEvent": {
      "properties": {
        "eventTime": {
          "description": "The time when the order was canceled.",
          "type": "string",
          "format": "google-datetime"
        }
      },
      "id": "CancellationEvent",
      "description": "Details of when the order was canceled.",
      "type": "object"
    },
    "BatchGetOneTimeProductOffersRequest": {
      "properties": {
        "requests": {
          "items": {
            "$ref": "GetOneTimeProductOfferRequest"
          },
          "description": "Required. A list of get requests of up to 100 elements. All requests must retrieve different offers.",
          "type": "array"
        }
      },
      "id": "BatchGetOneTimeProductOffersRequest",
      "description": "Request message for the BatchGetOneTimeProductOffers endpoint.",
      "type": "object"
    },
    "UpdateAppStoreHostedAppPublishStatusRequest": {
      "properties": {
        "publishState": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified publish state. Do not use.",
            "The app is published and available on the third-party app store.",
            "The app is unpublished and no longer available on the third-party app store."
          ],
          "enum": [
            "APP_STORE_APP_PUBLISH_STATE_UNSPECIFIED",
            "APP_STORE_APP_PUBLISH_STATE_PUBLISHED",
            "APP_STORE_APP_PUBLISH_STATE_UNPUBLISHED"
          ],
          "description": "Required. The new publish state for the hosted app."
        }
      },
      "type": "object",
      "id": "UpdateAppStoreHostedAppPublishStatusRequest",
      "description": "Request to update the publish status of an app store hosted app. The default state for any app with an update is PUBLISHED. It is not necessary to call this RPC explicitly to set an app to PUBLISHED."
    },
    "TargetingRuleScope": {
      "description": "Defines the scope of subscriptions which a targeting rule can match to target offers to users based on past or current entitlement.",
      "type": "object",
      "id": "TargetingRuleScope",
      "properties": {
        "anySubscriptionInApp": {
          "description": "The scope of the current targeting rule is any subscription in the parent app.",
          "$ref": "TargetingRuleScopeAnySubscriptionInApp"
        },
        "thisSubscription": {
          "description": "The scope of the current targeting rule is the subscription in which this offer is defined.",
          "$ref": "TargetingRuleScopeThisSubscription"
        },
        "specificSubscriptionInApp": {
          "type": "string",
          "description": "The scope of the current targeting rule is the subscription with the specified subscription ID. Must be a subscription within the same parent app."
        }
      }
    },
    "RefundDetails": {
      "properties": {
        "total": {
          "$ref": "Money",
          "description": "The total amount refunded, including tax."
        },
        "tax": {
          "$ref": "Money",
          "description": "The amount of tax refunded."
        }
      },
      "description": "Details for a partial or full refund.",
      "id": "RefundDetails",
      "type": "object"
    },
    "MultiAbi": {
      "description": "Represents a list of ABIs.",
      "type": "object",
      "properties": {
        "abi": {
          "items": {
            "$ref": "Abi"
          },
          "description": "A list of targeted ABIs, as represented by the Android Platform",
          "type": "array"
        }
      },
      "id": "MultiAbi"
    },
    "RegionalSubscriptionOfferPhaseConfig": {
      "description": "Configuration for a single phase of a subscription offer in a single region.",
      "id": "RegionalSubscriptionOfferPhaseConfig",
      "type": "object",
      "properties": {
        "price": {
          "description": "The absolute price the user pays for this offer phase. The price must not be smaller than the minimum price allowed for this region.",
          "$ref": "Money"
        },
        "relativeDiscount": {
          "description": "The fraction of the base plan price prorated over the phase duration that the user pays for this offer phase. For example, if the base plan price for this region is $12 for a period of 1 year, then a 50% discount for a phase of a duration of 3 months would correspond to a price of $1.50. The discount must be specified as a fraction strictly larger than 0 and strictly smaller than 1. The resulting price will be rounded to the nearest billable unit (e.g. cents for USD). The relative discount is considered invalid if the discounted price ends up being smaller than the minimum price allowed in this region.",
          "type": "number",
          "format": "double"
        },
        "absoluteDiscount": {
          "description": "The absolute amount of money subtracted from the base plan price prorated over the phase duration that the user pays for this offer phase. For example, if the base plan price for this region is $12 for a period of 1 year, then a $1 absolute discount for a phase of a duration of 3 months would correspond to a price of $2. The resulting price may not be smaller than the minimum price allowed for this region.",
          "$ref": "Money"
        },
        "regionCode": {
          "type": "string",
          "description": "Required. Immutable. The region to which this config applies."
        },
        "free": {
          "$ref": "RegionalSubscriptionOfferPhaseFreePriceOverride",
          "description": "Set to specify this offer is free to obtain."
        }
      }
    },
    "SubscriptionPurchaseV2": {
      "properties": {
        "linkedPurchaseToken": {
          "type": "string",
          "description": "The purchase token of the old subscription if this subscription is one of the following: * Re-signup of a canceled but non-lapsed subscription * Upgrade/downgrade from a previous subscription. * Convert from prepaid to auto renewing subscription. * Convert from an auto renewing subscription to prepaid. * Topup a prepaid subscription."
        },
        "testPurchase": {
          "$ref": "TestPurchase",
          "description": "Only present if this subscription purchase is a test purchase."
        },
        "pausedStateContext": {
          "description": "Additional context around paused subscriptions. Only present if the subscription currently has subscription_state SUBSCRIPTION_STATE_PAUSED.",
          "$ref": "PausedStateContext"
        },
        "lineItems": {
          "description": "Item-level info for a subscription purchase. The items in the same purchase should be either all with AutoRenewingPlan or all with PrepaidPlan.",
          "type": "array",
          "items": {
            "$ref": "SubscriptionPurchaseLineItem"
          }
        },
        "externalAccountIdentifiers": {
          "$ref": "ExternalAccountIdentifiers",
          "description": "User account identifier in the third-party service."
        },
        "outOfAppPurchaseContext": {
          "$ref": "OutOfAppPurchaseContext",
          "description": "Additional context for out of app purchases. This information is only present for re-subscription purchases (subscription purchases made after the previous subscription of the same product has expired) made through the Google Play subscriptions center. This field will be removed after you acknowledge the subscription."
        },
        "subscriptionState": {
          "enumDescriptions": [
            "Unspecified subscription state.",
            "Subscription was created but awaiting payment during signup. In this state, all items are awaiting payment.",
            "Subscription is active. - (1) If the subscription is an auto renewing plan, at least one item is auto_renew_enabled and not expired. - (2) If the subscription is a prepaid plan, at least one item is not expired.",
            "Subscription is paused. The state is only available when the subscription is an auto renewing plan. In this state, all items are in paused state.",
            "Subscription is in grace period. The state is only available when the subscription is an auto renewing plan. In this state, all items are in grace period.",
            "Subscription is on hold (suspended). The state is only available when the subscription is an auto renewing plan. In this state, all items are on hold.",
            "Subscription is canceled but not expired yet. The state is only available when the subscription is an auto renewing plan. All items have auto_renew_enabled set to false.",
            "Subscription is expired. All items have expiry_time in the past.",
            "Pending transaction for subscription is canceled. If this pending purchase was for an existing subscription, use linked_purchase_token to get the current state of that subscription."
          ],
          "description": "The current state of the subscription.",
          "enum": [
            "SUBSCRIPTION_STATE_UNSPECIFIED",
            "SUBSCRIPTION_STATE_PENDING",
            "SUBSCRIPTION_STATE_ACTIVE",
            "SUBSCRIPTION_STATE_PAUSED",
            "SUBSCRIPTION_STATE_IN_GRACE_PERIOD",
            "SUBSCRIPTION_STATE_ON_HOLD",
            "SUBSCRIPTION_STATE_CANCELED",
            "SUBSCRIPTION_STATE_EXPIRED",
            "SUBSCRIPTION_STATE_PENDING_PURCHASE_CANCELED"
          ],
          "type": "string"
        },
        "subscribeWithGoogleInfo": {
          "$ref": "SubscribeWithGoogleInfo",
          "description": "User profile associated with purchases made with 'Subscribe with Google'."
        },
        "startTime": {
          "type": "string",
          "description": "Time at which the subscription was granted. Not set for pending subscriptions (subscription was created but awaiting payment during signup).",
          "format": "google-datetime"
        },
        "acknowledgementState": {
          "type": "string",
          "description": "The acknowledgement state of the subscription.",
          "enumDescriptions": [
            "Unspecified acknowledgement state.",
            "The subscription is not acknowledged yet.",
            "The subscription is acknowledged."
          ],
          "enum": [
            "ACKNOWLEDGEMENT_STATE_UNSPECIFIED",
            "ACKNOWLEDGEMENT_STATE_PENDING",
            "ACKNOWLEDGEMENT_STATE_ACKNOWLEDGED"
          ]
        },
        "onHoldStateContext": {
          "description": "Optional. Additional context around subscriptions in ON_HOLD state. Only present if the subscription currently has subscription_state SUBSCRIPTION_STATE_ON_HOLD.",
          "$ref": "OnHoldStateContext"
        },
        "etag": {
          "description": "Entity tag representing the current state of the subscription. The developer will provide this etag for subscription actions. This etag is always present for auto-renewing and prepaid subscriptions.",
          "type": "string"
        },
        "canceledStateContext": {
          "description": "Additional context around canceled subscriptions. Only present if the subscription currently has subscription_state SUBSCRIPTION_STATE_CANCELED or SUBSCRIPTION_STATE_EXPIRED.",
          "$ref": "CanceledStateContext"
        },
        "inGracePeriodStateContext": {
          "description": "Optional. Additional context around subscriptions in IN_GRACE_PERIOD state. Only present if the subscription currently has subscription_state SUBSCRIPTION_STATE_IN_GRACE_PERIOD.",
          "$ref": "InGracePeriodStateContext"
        },
        "regionCode": {
          "description": "ISO 3166-1 alpha-2 billing country/region code of the user at the time the subscription was granted.",
          "type": "string"
        },
        "kind": {
          "description": "This kind represents a SubscriptionPurchaseV2 object in the androidpublisher service.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "SubscriptionPurchaseV2",
      "description": "Indicates the status of a user's subscription purchase."
    },
    "SafetyLabelsUpdateResponse": {
      "properties": {},
      "description": "Response for SafetyLabelsUpdate rpc.",
      "type": "object",
      "id": "SafetyLabelsUpdateResponse"
    },
    "OtherRegionsSubscriptionOfferPhasePrices": {
      "description": "Pricing information for any new locations Play may launch in.",
      "type": "object",
      "properties": {
        "eurPrice": {
          "$ref": "Money",
          "description": "Required. Price in EUR to use for any new locations Play may launch in."
        },
        "usdPrice": {
          "description": "Required. Price in USD to use for any new locations Play may launch in.",
          "$ref": "Money"
        }
      },
      "id": "OtherRegionsSubscriptionOfferPhasePrices"
    },
    "BatchUpdateBasePlanStatesResponse": {
      "description": "Response message for BatchUpdateBasePlanStates.",
      "id": "BatchUpdateBasePlanStatesResponse",
      "properties": {
        "subscriptions": {
          "description": "The list of updated subscriptions. This list will match the requests one to one, in the same order.",
          "type": "array",
          "items": {
            "$ref": "Subscription"
          }
        }
      },
      "type": "object"
    },
    "SubscriptionPurchasesDeferRequest": {
      "type": "object",
      "description": "Request for the purchases.subscriptions.defer API.",
      "id": "SubscriptionPurchasesDeferRequest",
      "properties": {
        "deferralInfo": {
          "$ref": "SubscriptionDeferralInfo",
          "description": "The information about the new desired expiry time for the subscription."
        }
      }
    },
    "PartialRefundEvent": {
      "type": "object",
      "id": "PartialRefundEvent",
      "properties": {
        "createTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time when the partial refund was created."
        },
        "refundDetails": {
          "description": "Details for the partial refund.",
          "$ref": "RefundDetails"
        },
        "state": {
          "enum": [
            "STATE_UNSPECIFIED",
            "PENDING",
            "PROCESSED_SUCCESSFULLY"
          ],
          "enumDescriptions": [
            "State unspecified. This value is not used.",
            "The partial refund has been created, but not yet processed.",
            "The partial refund was processed successfully."
          ],
          "description": "The state of the partial refund.",
          "type": "string"
        },
        "processTime": {
          "description": "The time when the partial refund was processed.",
          "type": "string",
          "format": "google-datetime"
        }
      },
      "description": "Details of the partial refund events for this order."
    },
    "AppStoreAppStoreListing": {
      "type": "object",
      "id": "AppStoreAppStoreListing",
      "description": "A localized store listing. These are the details about the app as shown in your app store.",
      "properties": {
        "languageCode": {
          "description": "Required. Language code (e.g., \"en-US\") of the listing.",
          "type": "string"
        },
        "shortDescription": {
          "description": "Optional. Quick summary about the app.",
          "type": "string"
        },
        "fullDescription": {
          "description": "Required. Comprehensive description text about the app.",
          "type": "string"
        },
        "appIconId": {
          "description": "Required. Image ID generated from UploadImage for the main app icon.",
          "type": "string"
        },
        "appName": {
          "description": "Required. The title of the app.",
          "type": "string"
        },
        "videoLink": {
          "description": "Optional. Link to a video about the app.",
          "type": "string"
        },
        "screenshotId": {
          "type": "array",
          "description": "Required. Multiple image IDs for screenshot galleries.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "UpdateAppStoreHostedAppRequest": {
      "properties": {
        "activeLocalizedStoreListings": {
          "description": "Required. Localized store listings details of the update.",
          "items": {
            "$ref": "AppStoreAppStoreListing"
          },
          "type": "array"
        },
        "activeApks": {
          "$ref": "AppStoreAppActiveApks",
          "description": "Required. Actively distributed APKs of the app."
        },
        "packageName": {
          "description": "Required. Package name of the app.",
          "type": "string"
        },
        "appDetails": {
          "description": "Required. General developer details for the app.",
          "$ref": "AppStoreAppDetails"
        },
        "policyDeclarations": {
          "type": "array",
          "items": {
            "$ref": "AppStoreAppPolicyDeclaration"
          },
          "description": "Required. Policy declarations provided for the app."
        }
      },
      "description": "Request to update an app record for an app store hosted app.",
      "id": "UpdateAppStoreHostedAppRequest",
      "type": "object"
    },
    "SubscriptionOffer": {
      "description": "A single, temporary offer",
      "id": "SubscriptionOffer",
      "properties": {
        "otherRegionsConfig": {
          "description": "The configuration for any new locations Play may launch in the future.",
          "$ref": "OtherRegionsSubscriptionOfferConfig"
        },
        "packageName": {
          "description": "Required. Immutable. The package name of the app the parent subscription belongs to.",
          "type": "string"
        },
        "phases": {
          "items": {
            "$ref": "SubscriptionOfferPhase"
          },
          "description": "Required. The phases of this subscription offer. Must contain at least one and at most two entries. Users will always receive all these phases in the specified order.",
          "type": "array"
        },
        "state": {
          "description": "Output only. The current state of this offer. Can be changed using Activate and Deactivate actions. NB: the base plan state supersedes this state, so an active offer may not be available if the base plan is not active.",
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "DRAFT",
            "ACTIVE",
            "INACTIVE"
          ],
          "enumDescriptions": [
            "Default value, should never be used.",
            "The subscription offer is not and has never been available to users.",
            "The subscription offer is available to new and existing users.",
            "The subscription offer is not available to new users. Existing users retain access."
          ],
          "type": "string"
        },
        "targeting": {
          "description": "The requirements that users need to fulfil to be eligible for this offer. Represents the requirements that Play will evaluate to decide whether an offer should be returned. Developers may further filter these offers themselves.",
          "$ref": "SubscriptionOfferTargeting"
        },
        "offerId": {
          "type": "string",
          "description": "Required. Immutable. Unique ID of this subscription offer. Must be unique within the base plan."
        },
        "basePlanId": {
          "type": "string",
          "description": "Required. Immutable. The ID of the base plan to which this offer is an extension."
        },
        "productId": {
          "type": "string",
          "description": "Required. Immutable. The ID of the parent subscription this offer belongs to."
        },
        "offerTags": {
          "items": {
            "$ref": "OfferTag"
          },
          "type": "array",
          "description": "List of up to 20 custom tags specified for this offer, and returned to the app through the billing library."
        },
        "regionalConfigs": {
          "description": "Required. The region-specific configuration of this offer. Must contain at least one entry.",
          "type": "array",
          "items": {
            "$ref": "RegionalSubscriptionOfferConfig"
          }
        }
      },
      "type": "object"
    },
    "DeployAppRecoveryRequest": {
      "type": "object",
      "properties": {},
      "description": "Request message for DeployAppRecovery.",
      "id": "DeployAppRecoveryRequest"
    },
    "UpdateSubscriptionOfferRequest": {
      "id": "UpdateSubscriptionOfferRequest",
      "type": "object",
      "properties": {
        "regionsVersion": {
          "$ref": "RegionsVersion",
          "description": "Required. The version of the available regions being used for the subscription_offer."
        },
        "subscriptionOffer": {
          "$ref": "SubscriptionOffer",
          "description": "Required. The subscription offer to update."
        },
        "updateMask": {
          "format": "google-fieldmask",
          "description": "Required. The list of fields to be updated.",
          "type": "string"
        },
        "latencyTolerance": {
          "type": "string",
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ]
        },
        "allowMissing": {
          "type": "boolean",
          "description": "Optional. If set to true, and the subscription offer with the given package_name, product_id, base_plan_id and offer_id doesn't exist, an offer will be created. If a new offer is created, update_mask is ignored."
        }
      },
      "description": "Request message for UpdateSubscriptionOffer."
    },
    "BatchDeleteOneTimeProductOffersRequest": {
      "type": "object",
      "description": "Request message for BatchDeleteOneTimeProductOffers.",
      "id": "BatchDeleteOneTimeProductOffersRequest",
      "properties": {
        "requests": {
          "items": {
            "$ref": "DeleteOneTimeProductOfferRequest"
          },
          "description": "Required. A list of update requests of up to 100 elements. All requests must correspond to different offers.",
          "type": "array"
        }
      }
    },
    "CancelSurveyResult": {
      "id": "CancelSurveyResult",
      "description": "Result of the cancel survey when the subscription was canceled by the user.",
      "properties": {
        "reason": {
          "enumDescriptions": [
            "Unspecified cancel survey reason.",
            "Not enough usage of the subscription.",
            "Technical issues while using the app.",
            "Cost related issues.",
            "The user found a better app.",
            "Other reasons."
          ],
          "description": "The reason the user selected in the cancel survey.",
          "enum": [
            "CANCEL_SURVEY_REASON_UNSPECIFIED",
            "CANCEL_SURVEY_REASON_NOT_ENOUGH_USAGE",
            "CANCEL_SURVEY_REASON_TECHNICAL_ISSUES",
            "CANCEL_SURVEY_REASON_COST_RELATED",
            "CANCEL_SURVEY_REASON_FOUND_BETTER_APP",
            "CANCEL_SURVEY_REASON_OTHERS"
          ],
          "type": "string"
        },
        "reasonUserInput": {
          "description": "Only set for CANCEL_SURVEY_REASON_OTHERS. This is the user's freeform response to the survey.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GeneratedSplitApk": {
      "type": "object",
      "description": "Download metadata for a split APK.",
      "properties": {
        "splitId": {
          "type": "string",
          "description": "Split ID. Empty for the main split of the base module."
        },
        "moduleName": {
          "type": "string",
          "description": "Name of the module that this APK belongs to."
        },
        "variantId": {
          "description": "ID of the generated variant.",
          "format": "int32",
          "type": "integer"
        },
        "downloadId": {
          "description": "Download ID, which uniquely identifies the APK to download. Should be supplied to `generatedapks.download` method.",
          "type": "string"
        }
      },
      "id": "GeneratedSplitApk"
    },
    "RestrictedPaymentCountries": {
      "description": "Countries where the purchase of this product is restricted to payment methods registered in the same country. If empty, no payment location restrictions are imposed.",
      "type": "object",
      "properties": {
        "regionCodes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. Region codes to impose payment restrictions on, as defined by ISO 3166-2, e.g. \"US\"."
        }
      },
      "id": "RestrictedPaymentCountries"
    },
    "AndroidSdks": {
      "type": "object",
      "properties": {
        "sdkLevels": {
          "items": {
            "format": "int64",
            "type": "string"
          },
          "description": "Android api levels of devices targeted by recovery action. See https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels for different api levels in android.",
          "type": "array"
        }
      },
      "description": "Android api level targeting data for app recovery action targeting.",
      "id": "AndroidSdks"
    },
    "OfferDetails": {
      "id": "OfferDetails",
      "type": "object",
      "properties": {
        "basePlanId": {
          "type": "string",
          "description": "The base plan ID. Present for all base plan and offers."
        },
        "offerId": {
          "type": "string",
          "description": "The offer ID. Only present for discounted offers."
        },
        "offerTags": {
          "type": "array",
          "description": "The latest offer tags associated with the offer. It includes tags inherited from the base plan.",
          "items": {
            "type": "string"
          }
        }
      },
      "description": "Offer details information related to a purchase line item."
    },
    "DeviceId": {
      "id": "DeviceId",
      "properties": {
        "buildDevice": {
          "description": "Value of Build.DEVICE.",
          "type": "string"
        },
        "buildBrand": {
          "description": "Value of Build.BRAND.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "Identifier of a device."
    },
    "ImageAsset": {
      "properties": {
        "imageUrl": {
          "type": "string",
          "description": "The URL of the image asset."
        }
      },
      "id": "ImageAsset",
      "type": "object",
      "description": "An image asset."
    },
    "RegionalSubscriptionOfferConfig": {
      "description": "Configuration for a subscription offer in a single region.",
      "properties": {
        "newSubscriberAvailability": {
          "type": "boolean",
          "description": "Whether the subscription offer in the specified region is available for new subscribers. Existing subscribers will not have their subscription cancelled if this value is set to false. If not specified, this will default to false."
        },
        "regionCode": {
          "type": "string",
          "description": "Required. Immutable. Region code this configuration applies to, as defined by ISO 3166-2, e.g. \"US\"."
        }
      },
      "id": "RegionalSubscriptionOfferConfig",
      "type": "object"
    },
    "OtherRecurringProduct": {
      "type": "object",
      "description": "Details of a recurring external transaction product which doesn't belong to any other more specific category.",
      "id": "OtherRecurringProduct",
      "properties": {}
    },
    "DeactivateBasePlanRequest": {
      "type": "object",
      "description": "Request message for DeactivateBasePlan.",
      "id": "DeactivateBasePlanRequest",
      "properties": {
        "basePlanId": {
          "description": "Required. The unique base plan ID of the base plan to deactivate.",
          "type": "string"
        },
        "packageName": {
          "description": "Required. The parent app (package name) of the base plan to deactivate.",
          "type": "string"
        },
        "latencyTolerance": {
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
          "type": "string",
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ]
        },
        "productId": {
          "description": "Required. The parent subscription (ID) of the base plan to deactivate.",
          "type": "string"
        }
      }
    },
    "RemoteInAppUpdateData": {
      "type": "object",
      "description": "Data related to Remote In-App Update action such as recovered user count, affected user count etc.",
      "id": "RemoteInAppUpdateData",
      "properties": {
        "remoteAppUpdateDataPerBundle": {
          "description": "Data related to the recovery action at bundle level.",
          "type": "array",
          "items": {
            "$ref": "RemoteInAppUpdateDataPerBundle"
          }
        }
      }
    },
    "SplitApkMetadata": {
      "id": "SplitApkMetadata",
      "description": "Holds data specific to Split APKs.",
      "type": "object",
      "properties": {
        "splitId": {
          "description": "Id of the split.",
          "type": "string"
        },
        "isMasterSplit": {
          "description": "Indicates whether this APK is the main split of the module.",
          "type": "boolean"
        }
      }
    },
    "VideoAsset": {
      "description": "A video asset.",
      "properties": {
        "videoUrl": {
          "description": "The URL of the video asset.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "VideoAsset"
    },
    "UpdateBasePlanStateRequest": {
      "id": "UpdateBasePlanStateRequest",
      "description": "Request message to update the state of a subscription base plan.",
      "type": "object",
      "properties": {
        "activateBasePlanRequest": {
          "description": "Activates a base plan. Once activated, base plans will be available to new subscribers.",
          "$ref": "ActivateBasePlanRequest"
        },
        "deactivateBasePlanRequest": {
          "description": "Deactivates a base plan. Once deactivated, the base plan will become unavailable to new subscribers, but existing subscribers will maintain their subscription",
          "$ref": "DeactivateBasePlanRequest"
        }
      }
    },
    "BatchUpdateSubscriptionOfferStatesResponse": {
      "id": "BatchUpdateSubscriptionOfferStatesResponse",
      "type": "object",
      "properties": {
        "subscriptionOffers": {
          "description": "The updated subscription offers list.",
          "type": "array",
          "items": {
            "$ref": "SubscriptionOffer"
          }
        }
      },
      "description": "Response message for BatchUpdateSubscriptionOfferStates."
    },
    "CancelOneTimeProductOfferRequest": {
      "description": "Request message for CancelOneTimeProductOffer.",
      "properties": {
        "packageName": {
          "type": "string",
          "description": "Required. The parent app (package name) of the offer to cancel."
        },
        "latencyTolerance": {
          "description": "Optional. The latency tolerance for the propagation of this update. Defaults to latency-sensitive.",
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "type": "string"
        },
        "purchaseOptionId": {
          "description": "Required. The parent purchase option (ID) of the offer to cancel.",
          "type": "string"
        },
        "productId": {
          "description": "Required. The parent one-time product (ID) of the offer to cancel.",
          "type": "string"
        },
        "offerId": {
          "description": "Required. The offer ID of the offer to cancel.",
          "type": "string"
        }
      },
      "id": "CancelOneTimeProductOfferRequest",
      "type": "object"
    },
    "ActivateBasePlanRequest": {
      "id": "ActivateBasePlanRequest",
      "type": "object",
      "properties": {
        "basePlanId": {
          "description": "Required. The unique base plan ID of the base plan to activate.",
          "type": "string"
        },
        "latencyTolerance": {
          "type": "string",
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive."
        },
        "packageName": {
          "type": "string",
          "description": "Required. The parent app (package name) of the base plan to activate."
        },
        "productId": {
          "description": "Required. The parent subscription (ID) of the base plan to activate.",
          "type": "string"
        }
      },
      "description": "Request message for ActivateBasePlan."
    },
    "PolicyKeyedGroupResponse": {
      "description": "A group of responses each identified by a distinct key within an allowed set.",
      "properties": {
        "groups": {
          "items": {
            "$ref": "KeyedGroup"
          },
          "description": "Optional. Groups of responses to questions. Each KeyedGroup.key must be unique within this list.",
          "type": "array"
        }
      },
      "type": "object",
      "id": "PolicyKeyedGroupResponse"
    },
    "GeneratedApksPerSigningKey": {
      "properties": {
        "generatedRecoveryModules": {
          "items": {
            "$ref": "GeneratedRecoveryApk"
          },
          "type": "array",
          "description": "Generated recovery apks for recovery actions signed with a key corresponding to certificate_sha256_hash. This includes all generated recovery APKs, also those in draft or cancelled state. This field is not set if no recovery actions were created for this signing key."
        },
        "certificateSha256Hash": {
          "description": "SHA256 hash of the APK signing public key certificate.",
          "type": "string"
        },
        "generatedSplitApks": {
          "type": "array",
          "items": {
            "$ref": "GeneratedSplitApk"
          },
          "description": "List of generated split APKs, signed with a key corresponding to certificate_sha256_hash."
        },
        "generatedUniversalApk": {
          "description": "Generated universal APK, signed with a key corresponding to certificate_sha256_hash. This field is not set if no universal APK was generated for this signing key.",
          "$ref": "GeneratedUniversalApk"
        },
        "unprotectedGeneratedSplitApks": {
          "description": "List of generated split APKs without automatic protection, signed with a key corresponding to certificate_sha256_hash. This field is only present if the app uses automatic protection. In this case, `generated_split_apks` contains APKs with automatic protection enabled, whereas this field contains APKs without automatic protection.",
          "items": {
            "$ref": "GeneratedSplitApk"
          },
          "type": "array"
        },
        "targetingInfo": {
          "description": "Contains targeting information about the generated apks.",
          "$ref": "TargetingInfo"
        },
        "unprotectedGeneratedStandaloneApks": {
          "description": "List of generated standalone APKs without automatic protection, signed with a key corresponding to certificate_sha256_hash. This field is only present if the app uses automatic protection. In this case, `generated_standalone_apks` contains APKs with automatic protection enabled, whereas this field contains APKs without automatic protection.",
          "type": "array",
          "items": {
            "$ref": "GeneratedStandaloneApk"
          }
        },
        "generatedStandaloneApks": {
          "items": {
            "$ref": "GeneratedStandaloneApk"
          },
          "description": "List of generated standalone APKs, signed with a key corresponding to certificate_sha256_hash.",
          "type": "array"
        },
        "generatedAssetPackSlices": {
          "type": "array",
          "items": {
            "$ref": "GeneratedAssetPackSlice"
          },
          "description": "List of asset pack slices which will be served for this app bundle, signed with a key corresponding to certificate_sha256_hash."
        }
      },
      "id": "GeneratedApksPerSigningKey",
      "description": "Download metadata for split, standalone and universal APKs, as well as asset pack slices, signed with a given key.",
      "type": "object"
    },
    "BatchUpdateOneTimeProductOffersResponse": {
      "type": "object",
      "description": "Response message for BatchUpdateOneTimeProductOffers.",
      "properties": {
        "oneTimeProductOffers": {
          "description": "The list of updated one-time product offers, in the same order as the request.",
          "type": "array",
          "items": {
            "$ref": "OneTimeProductOffer"
          }
        }
      },
      "id": "BatchUpdateOneTimeProductOffersResponse"
    },
    "DeferredItemRemoval": {
      "type": "object",
      "properties": {},
      "description": "Information related to deferred item replacement.",
      "id": "DeferredItemRemoval"
    },
    "PausedStateContext": {
      "id": "PausedStateContext",
      "properties": {
        "autoResumeTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Time at which the subscription will be automatically resumed."
        }
      },
      "description": "Information specific to a subscription in paused state.",
      "type": "object"
    },
    "OtherRegionsSubscriptionOfferPhaseConfig": {
      "description": "Configuration for any new locations Play may launch in for a single offer phase.",
      "properties": {
        "relativeDiscount": {
          "description": "The fraction of the base plan price prorated over the phase duration that the user pays for this offer phase. For example, if the base plan price for this region is $12 for a period of 1 year, then a 50% discount for a phase of a duration of 3 months would correspond to a price of $1.50. The discount must be specified as a fraction strictly larger than 0 and strictly smaller than 1. The resulting price will be rounded to the nearest billable unit (e.g. cents for USD). The relative discount is considered invalid if the discounted price ends up being smaller than the minimum price allowed in any new locations Play may launch in.",
          "type": "number",
          "format": "double"
        },
        "otherRegionsPrices": {
          "$ref": "OtherRegionsSubscriptionOfferPhasePrices",
          "description": "The absolute price the user pays for this offer phase. The price must not be smaller than the minimum price allowed for any new locations Play may launch in."
        },
        "absoluteDiscounts": {
          "description": "The absolute amount of money subtracted from the base plan price prorated over the phase duration that the user pays for this offer phase. For example, if the base plan price for this region is $12 for a period of 1 year, then a $1 absolute discount for a phase of a duration of 3 months would correspond to a price of $2. The resulting price may not be smaller than the minimum price allowed for any new locations Play may launch in.",
          "$ref": "OtherRegionsSubscriptionOfferPhasePrices"
        },
        "free": {
          "$ref": "OtherRegionsSubscriptionOfferPhaseFreePriceOverride",
          "description": "Set to specify this offer is free to obtain."
        }
      },
      "id": "OtherRegionsSubscriptionOfferPhaseConfig",
      "type": "object"
    },
    "GeneratedStandaloneApk": {
      "id": "GeneratedStandaloneApk",
      "properties": {
        "downloadId": {
          "description": "Download ID, which uniquely identifies the APK to download. Should be supplied to `generatedapks.download` method.",
          "type": "string"
        },
        "variantId": {
          "type": "integer",
          "description": "ID of the generated variant.",
          "format": "int32"
        }
      },
      "type": "object",
      "description": "Download metadata for a standalone APK."
    },
    "ProductPurchaseV2": {
      "properties": {
        "regionCode": {
          "description": "ISO 3166-1 alpha-2 billing region code of the user at the time the product was granted.",
          "type": "string"
        },
        "acknowledgementState": {
          "enum": [
            "ACKNOWLEDGEMENT_STATE_UNSPECIFIED",
            "ACKNOWLEDGEMENT_STATE_PENDING",
            "ACKNOWLEDGEMENT_STATE_ACKNOWLEDGED"
          ],
          "description": "Output only. The acknowledgement state of the purchase.",
          "readOnly": true,
          "enumDescriptions": [
            "Unspecified acknowledgement state.",
            "The purchase is not acknowledged yet.",
            "The purchase is acknowledged."
          ],
          "type": "string"
        },
        "orderId": {
          "type": "string",
          "description": "The order id associated with the purchase of the inapp product. May not be set if there is no order associated with the purchase."
        },
        "purchaseCompletionTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time when the purchase was successful, i.e., when the PurchaseState has changed to PURCHASED. This field will not be present until the payment is complete. For example, if the user initiated a pending transaction (https://developer.android.com/google/play/billing/integrate#pending), this field will not be populated until the user successfully completes the steps required to complete the transaction."
        },
        "testPurchaseContext": {
          "$ref": "TestPurchaseContext",
          "description": "Information related to test purchases. This will only be set for test purchases."
        },
        "productLineItem": {
          "type": "array",
          "items": {
            "$ref": "ProductLineItem"
          },
          "description": "Contains item-level info for a ProductPurchaseV2."
        },
        "purchaseStateContext": {
          "description": "Information about the purchase state of the purchase.",
          "$ref": "PurchaseStateContext"
        },
        "kind": {
          "description": "This kind represents a ProductPurchaseV2 object in the androidpublisher service.",
          "type": "string"
        },
        "obfuscatedExternalAccountId": {
          "description": "An obfuscated version of the id that is uniquely associated with the user's account in your app. Only present if specified using https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedaccountid when the purchase was made.",
          "type": "string"
        },
        "obfuscatedExternalProfileId": {
          "type": "string",
          "description": "An obfuscated version of the id that is uniquely associated with the user's profile in your app. Only present if specified using https://developer.android.com/reference/com/android/billingclient/api/BillingFlowParams.Builder#setobfuscatedprofileid when the purchase was made."
        }
      },
      "description": "A ProductPurchaseV2 resource indicates the status of a user's inapp product purchase.",
      "id": "ProductPurchaseV2",
      "type": "object"
    },
    "DeviceRam": {
      "description": "Conditions about a device's RAM capabilities.",
      "id": "DeviceRam",
      "type": "object",
      "properties": {
        "minBytes": {
          "description": "Minimum RAM in bytes (bound included).",
          "type": "string",
          "format": "int64"
        },
        "maxBytes": {
          "description": "Maximum RAM in bytes (bound excluded).",
          "type": "string",
          "format": "int64"
        }
      }
    },
    "User": {
      "type": "object",
      "properties": {
        "grants": {
          "items": {
            "$ref": "Grant"
          },
          "readOnly": true,
          "description": "Output only. Per-app permissions for the user.",
          "type": "array"
        },
        "email": {
          "description": "Immutable. The user's email address.",
          "type": "string"
        },
        "accessState": {
          "enum": [
            "ACCESS_STATE_UNSPECIFIED",
            "INVITED",
            "INVITATION_EXPIRED",
            "ACCESS_GRANTED",
            "ACCESS_EXPIRED"
          ],
          "description": "Output only. The state of the user's access to the Play Console.",
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Unknown or unspecified access state.",
            "User is invited but has not yet accepted the invitation.",
            "Invitation has expired.",
            "User has accepted an invitation and has access to the Play Console.",
            "Account access has expired."
          ]
        },
        "partial": {
          "description": "Output only. Whether there are more permissions for the user that are not represented here. This can happen if the caller does not have permission to manage all apps in the account. This is also `true` if this user is the account owner. If this field is `true`, it should be taken as a signal that this user cannot be fully managed via the API. That is, the API caller is not be able to manage all of the permissions this user holds, either because it doesn't know about them or because the user is the account owner.",
          "type": "boolean",
          "readOnly": true
        },
        "expirationTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time at which the user's access expires, if set. When setting this value, it must always be in the future."
        },
        "developerAccountPermissions": {
          "type": "array",
          "items": {
            "enum": [
              "DEVELOPER_LEVEL_PERMISSION_UNSPECIFIED",
              "CAN_SEE_ALL_APPS",
              "CAN_VIEW_FINANCIAL_DATA_GLOBAL",
              "CAN_MANAGE_PERMISSIONS_GLOBAL",
              "CAN_EDIT_GAMES_GLOBAL",
              "CAN_PUBLISH_GAMES_GLOBAL",
              "CAN_REPLY_TO_REVIEWS_GLOBAL",
              "CAN_MANAGE_PUBLIC_APKS_GLOBAL",
              "CAN_MANAGE_TRACK_APKS_GLOBAL",
              "CAN_MANAGE_TRACK_USERS_GLOBAL",
              "CAN_MANAGE_PUBLIC_LISTING_GLOBAL",
              "CAN_MANAGE_DRAFT_APPS_GLOBAL",
              "CAN_CREATE_MANAGED_PLAY_APPS_GLOBAL",
              "CAN_CHANGE_MANAGED_PLAY_SETTING_GLOBAL",
              "CAN_MANAGE_ORDERS_GLOBAL",
              "CAN_MANAGE_APP_CONTENT_GLOBAL",
              "CAN_VIEW_NON_FINANCIAL_DATA_GLOBAL",
              "CAN_VIEW_APP_QUALITY_GLOBAL",
              "CAN_MANAGE_DEEPLINKS_GLOBAL",
              "CAN_VIEW_CONNECTED_APPS_GLOBAL",
              "CAN_EDIT_CONNECTED_APPS_GLOBAL"
            ],
            "enumDescriptions": [
              "Unknown or unspecified permission.",
              "View app information and download bulk reports (read-only). Deprecated: Check CAN_VIEW_NON_FINANCIAL_DATA_GLOBAL.",
              "View financial data, orders, and cancellation survey responses.",
              "Admin (all permissions).",
              "Edit Play Games Services projects.",
              "Publish Play Games Services projects.",
              "Reply to reviews.",
              "Release to production, exclude devices, and use app signing by Google Play.",
              "Release to testing tracks.",
              "Manage testing tracks and edit tester lists.",
              "Manage store presence.",
              "Create, edit, and delete draft apps.",
              "Create and publish private apps to your organization.",
              "Choose whether apps are public, or only available to your organization.",
              "Manage orders and subscriptions.",
              "Manage policy related pages on all apps for the developer.",
              "View app information and download bulk reports (read-only).",
              "View app quality information for all apps for the developer.",
              "Manage the deep links setup for all apps for the developer.",
              "Allows viewing connected apps in the Google Play Console.",
              "Allows editing connected apps in the Google Play Console."
            ],
            "enumDeprecated": [
              false,
              true,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false
            ],
            "type": "string"
          },
          "description": "Permissions for the user which apply across the developer account."
        },
        "name": {
          "description": "Required. Resource name for this user, following the pattern \"developers/{developer}/users/{email}\".",
          "type": "string"
        }
      },
      "id": "User",
      "description": "A user resource."
    },
    "VoidedPurchasesListResponse": {
      "type": "object",
      "properties": {
        "tokenPagination": {
          "$ref": "TokenPagination",
          "description": "Pagination information for token pagination."
        },
        "voidedPurchases": {
          "items": {
            "$ref": "VoidedPurchase"
          },
          "type": "array"
        },
        "pageInfo": {
          "description": "General pagination information.",
          "$ref": "PageInfo"
        }
      },
      "description": "Response for the voidedpurchases.list API.",
      "id": "VoidedPurchasesListResponse"
    },
    "CatalogPermission": {
      "type": "object",
      "id": "CatalogPermission",
      "properties": {
        "name": {
          "type": "string",
          "description": "The `name` attribute indicating the permission name."
        },
        "maxSdkVersion": {
          "type": "integer",
          "description": "The `maxSdkVersion` attribute indicating up to which Android SDK version the permission is requested.",
          "format": "int32"
        }
      },
      "description": "A permission declared by an app."
    },
    "LineItem": {
      "type": "object",
      "description": "Details of a line item.",
      "id": "LineItem",
      "properties": {
        "tax": {
          "$ref": "Money",
          "description": "The tax paid for this line item."
        },
        "productTitle": {
          "type": "string",
          "description": "Developer-specified name of the product. Displayed in buyer's locale. Example: coins, monthly subscription, etc."
        },
        "total": {
          "$ref": "Money",
          "description": "The total amount paid by the user for this line item, taking into account discounts and tax."
        },
        "oneTimePurchaseDetails": {
          "$ref": "OneTimePurchaseDetails",
          "description": "Details of a one-time purchase."
        },
        "paidAppDetails": {
          "description": "Details of a paid app purchase.",
          "$ref": "PaidAppDetails"
        },
        "productId": {
          "type": "string",
          "description": "The purchased product ID or in-app SKU (for example, 'monthly001' or 'com.some.thing.inapp1')."
        },
        "subscriptionDetails": {
          "description": "Details of a subscription purchase.",
          "$ref": "SubscriptionDetails"
        },
        "listingPrice": {
          "description": "Item's listed price on Play Store, this may or may not include tax. Excludes Google-funded discounts only.",
          "$ref": "Money"
        }
      }
    },
    "InGracePeriodStateContext": {
      "id": "InGracePeriodStateContext",
      "description": "Additional context around subscriptions in IN_GRACE_PERIOD state.",
      "properties": {
        "renewalDeclined": {
          "description": "Optional. The payment for the renewal was declined.",
          "$ref": "RenewalDeclinedContext"
        }
      },
      "type": "object"
    },
    "ItemReplacement": {
      "id": "ItemReplacement",
      "properties": {
        "basePlanId": {
          "type": "string",
          "description": "The base plan ID of the subscription line item being replaced."
        },
        "offerId": {
          "type": "string",
          "description": "The offer ID of the subscription line item being replaced, if applicable."
        },
        "replacementMode": {
          "enum": [
            "REPLACEMENT_MODE_UNSPECIFIED",
            "WITH_TIME_PRORATION",
            "CHARGE_PRORATED_PRICE",
            "WITHOUT_PRORATION",
            "CHARGE_FULL_PRICE",
            "DEFERRED",
            "KEEP_EXISTING"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified replacement mode.",
            "The new plan will be prorated and credited from the old plan.",
            "The user will be charged a prorated price for the new plan.",
            "The new plan will replace the old one without prorating the time.",
            "The user will be charged the full price for the new plan.",
            "The old plan will be cancelled and the new plan will be effective after the old one expires.",
            "The plan will remain unchanged with this replacement."
          ],
          "description": "The replacement mode applied during the purchase."
        },
        "productId": {
          "type": "string",
          "description": "The product ID of the subscription line item being replaced."
        }
      },
      "type": "object",
      "description": "Details about a subscription line item that is being replaced."
    },
    "SystemOnChip": {
      "type": "object",
      "description": "Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.",
      "properties": {
        "manufacturer": {
          "type": "string",
          "description": "Required. The designer of the SoC, eg. \"Google\" Value of build property \"ro.soc.manufacturer\" https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required."
        },
        "model": {
          "description": "Required. The model of the SoC, eg. \"Tensor\" Value of build property \"ro.soc.model\" https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.",
          "type": "string"
        }
      },
      "id": "SystemOnChip"
    },
    "DeviceGroup": {
      "type": "object",
      "properties": {
        "deviceSelectors": {
          "type": "array",
          "description": "Device selectors for this group. A device matching any of the selectors is included in this group.",
          "items": {
            "$ref": "DeviceSelector"
          }
        },
        "name": {
          "type": "string",
          "description": "The name of the group."
        }
      },
      "description": "A group of devices. A group is defined by a set of device selectors. A device belongs to the group if it matches any selector (logical OR).",
      "id": "DeviceGroup"
    },
    "BatchUpdatePurchaseOptionStatesRequest": {
      "description": "Request message for BatchUpdatePurchaseOptionStates.",
      "properties": {
        "requests": {
          "description": "Required. The update request list of up to 100 elements. All requests must update different purchase options.",
          "type": "array",
          "items": {
            "$ref": "UpdatePurchaseOptionStateRequest"
          }
        }
      },
      "id": "BatchUpdatePurchaseOptionStatesRequest",
      "type": "object"
    },
    "SubscriptionTaxAndComplianceSettings": {
      "description": "Details about taxation, Google Play policy, and legal compliance for subscription products.",
      "id": "SubscriptionTaxAndComplianceSettings",
      "type": "object",
      "properties": {
        "taxRateInfoByRegionCode": {
          "type": "object",
          "description": "A mapping from region code to tax rate details. The keys are region codes as defined by Unicode's \"CLDR\".",
          "additionalProperties": {
            "$ref": "RegionalTaxRateInfo"
          }
        },
        "eeaWithdrawalRightType": {
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "description": "Digital content or service classification for products distributed to users in the European Economic Area (EEA). The withdrawal regime under EEA consumer laws depends on this classification. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/10463498) for more information.",
          "enum": [
            "WITHDRAWAL_RIGHT_TYPE_UNSPECIFIED",
            "WITHDRAWAL_RIGHT_DIGITAL_CONTENT",
            "WITHDRAWAL_RIGHT_SERVICE"
          ],
          "type": "string"
        },
        "productTaxCategoryCode": {
          "description": "Product tax category code to assign to the subscription. Product tax category determines the transaction tax rates applied to the subscription. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/16408159) for more information.",
          "type": "string"
        },
        "isTokenizedDigitalAsset": {
          "description": "Whether this subscription is declared as a product representing a tokenized digital asset.",
          "type": "boolean"
        },
        "regionalProductAgeRatingInfos": {
          "type": "array",
          "items": {
            "$ref": "RegionalProductAgeRatingInfo"
          },
          "description": "Regional age rating information. Currently this field is only supported for region code `US`."
        }
      }
    },
    "SubscriptionOfferTargeting": {
      "type": "object",
      "id": "SubscriptionOfferTargeting",
      "properties": {
        "acquisitionRule": {
          "description": "Offer targeting rule for new user acquisition.",
          "$ref": "AcquisitionTargetingRule"
        },
        "upgradeRule": {
          "description": "Offer targeting rule for upgrading users' existing plans.",
          "$ref": "UpgradeTargetingRule"
        }
      },
      "description": "Defines the rule a user needs to satisfy to receive this offer."
    },
    "BatchDeleteOneTimeProductsRequest": {
      "description": "Request message for BatchDeleteOneTimeProduct.",
      "id": "BatchDeleteOneTimeProductsRequest",
      "properties": {
        "requests": {
          "type": "array",
          "description": "Required. A list of delete requests of up to 100 elements. All requests must delete different one-time products.",
          "items": {
            "$ref": "DeleteOneTimeProductRequest"
          }
        }
      },
      "type": "object"
    },
    "DeviceTierConfig": {
      "id": "DeviceTierConfig",
      "properties": {
        "userCountrySets": {
          "description": "Definition of user country sets for the app.",
          "items": {
            "$ref": "UserCountrySet"
          },
          "type": "array"
        },
        "deviceTierConfigId": {
          "format": "int64",
          "readOnly": true,
          "description": "Output only. The device tier config ID.",
          "type": "string"
        },
        "deviceTierSet": {
          "description": "Definition of the set of device tiers for the app.",
          "$ref": "DeviceTierSet"
        },
        "deviceGroups": {
          "description": "Definition of device groups for the app.",
          "items": {
            "$ref": "DeviceGroup"
          },
          "type": "array"
        }
      },
      "description": "Configuration describing device targeting criteria for the content of an app.",
      "type": "object"
    },
    "Order": {
      "description": "The Order resource encapsulates comprehensive information about a transaction made on Google Play. It includes a variety of attributes that provide details about the order itself, the products purchased, and the history of events related to the order. The Orders APIs provide real-time access to your order data within the Google Play ecosystem. You can retrieve detailed information and metadata for both one-time and recurring orders, including transaction details like charges, taxes, and refunds, as well as metadata such as pricing phases for subscriptions. The Orders APIs let you automate tasks related to order management, reducing the need for manual checks via the Play Developer Console. The following are some of the use cases for this API: + Real-time order data retrieval - Get order details and metadata immediately after a purchase using an order ID. + Order update synchronization - Periodically sync order updates to maintain an up-to-date record of order information. Note: + The Orders API calls count towards your Play Developer API quota, which defaults to 200K daily, and may be insufficient to sync extensive order histories. + A maximum of 1000 orders can be retrieved per call. Using larger page sizes is recommended to minimize quota usage. Check your quota in the Cloud Console and request more if required.",
      "properties": {
        "purchaseToken": {
          "type": "string",
          "description": "The token provided to the user's device when the subscription or item was purchased."
        },
        "salesChannel": {
          "description": "The originating sales channel of the order.",
          "enumDescriptions": [
            "Sales channel unspecified. This value is not used.",
            "Standard orders that initiated from in-app.",
            "Orders initiated from a PC emulator for in-app purchases.",
            "Orders initiated from a native PC app for in-app purchases.",
            "Orders initiated from the Google Play store.",
            "Orders initiated outside the Google Play store."
          ],
          "type": "string",
          "enum": [
            "SALES_CHANNEL_UNSPECIFIED",
            "IN_APP",
            "PC_EMULATOR",
            "NATIVE_PC",
            "PLAY_STORE",
            "OUTSIDE_PLAY_STORE"
          ]
        },
        "pointsDetails": {
          "description": "Play points applied to the order, including offer information, discount rate and point values.",
          "$ref": "PointsDetails"
        },
        "orderDetails": {
          "description": "Detailed information about the order at creation time.",
          "$ref": "OrderDetails"
        },
        "lastEventTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time of the last event that occurred on the order."
        },
        "lineItems": {
          "type": "array",
          "items": {
            "$ref": "LineItem"
          },
          "description": "The individual line items making up this order."
        },
        "state": {
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "PENDING",
            "PROCESSED",
            "CANCELED",
            "PENDING_REFUND",
            "PARTIALLY_REFUNDED",
            "REFUNDED"
          ],
          "enumDescriptions": [
            "State unspecified. This value is not used.",
            "Order has been created and is waiting to be processed.",
            "Order has been successfully processed.",
            "Order was canceled before being processed.",
            "Requested refund is waiting to be processed.",
            "Part of the order amount was refunded.",
            "The full order amount was refunded."
          ],
          "description": "The state of the order."
        },
        "total": {
          "description": "The final amount paid by the customer, taking into account discounts and taxes.",
          "$ref": "Money"
        },
        "orderId": {
          "type": "string",
          "description": "The order ID."
        },
        "developerRevenueInBuyerCurrency": {
          "description": "Your revenue for this order in the buyer's currency, including deductions of partial refunds, taxes and fees. Google deducts standard transaction and third party fees from each sale, including VAT in some regions.",
          "$ref": "Money"
        },
        "buyerAddress": {
          "description": "Address information for the customer, for use in tax computation. When Google is the Merchant of Record for the order, only country is shown.",
          "$ref": "BuyerAddress"
        },
        "orderHistory": {
          "$ref": "OrderHistory",
          "description": "Details about events which modified the order."
        },
        "createTime": {
          "format": "google-datetime",
          "description": "The time when the order was created.",
          "type": "string"
        },
        "tax": {
          "$ref": "Money",
          "description": "The total tax paid as a part of this order."
        }
      },
      "type": "object",
      "id": "Order"
    },
    "CreateDraftAppRecoveryRequest": {
      "type": "object",
      "id": "CreateDraftAppRecoveryRequest",
      "properties": {
        "targeting": {
          "description": "Specifies targeting criteria for the recovery action such as regions, android sdk versions, app versions etc.",
          "$ref": "Targeting"
        },
        "remoteInAppUpdate": {
          "$ref": "RemoteInAppUpdate",
          "description": "Action type is remote in-app update. As a consequence of this action, a downloadable recovery module is also created for testing purposes."
        }
      },
      "description": "Request message for CreateDraftAppRecovery."
    },
    "DeferSubscriptionPurchaseResponse": {
      "properties": {
        "itemExpiryTimeDetails": {
          "description": "The new expiry time for each subscription items.",
          "type": "array",
          "items": {
            "$ref": "ItemExpiryTimeDetails"
          }
        }
      },
      "id": "DeferSubscriptionPurchaseResponse",
      "type": "object",
      "description": "Response for the v2 purchases.subscriptions.defer API."
    },
    "DeviceIdentifier": {
      "type": "object",
      "properties": {
        "deviceBrand": {
          "type": "string",
          "description": "The brand of the device."
        },
        "deviceModel": {
          "description": "The model of the device.",
          "type": "string"
        }
      },
      "id": "DeviceIdentifier",
      "description": "Defines a device identifier for a device."
    },
    "ReplacementCancellation": {
      "type": "object",
      "id": "ReplacementCancellation",
      "description": "Information specific to cancellations caused by subscription replacement.",
      "properties": {}
    },
    "ImagesListResponse": {
      "description": "Response listing all images.",
      "id": "ImagesListResponse",
      "type": "object",
      "properties": {
        "images": {
          "description": "All listed Images.",
          "type": "array",
          "items": {
            "$ref": "Image"
          }
        }
      }
    },
    "OtherRegionsBasePlanConfig": {
      "properties": {
        "eurPrice": {
          "$ref": "Money",
          "description": "Required. Price in EUR to use for any new locations Play may launch in."
        },
        "usdPrice": {
          "description": "Required. Price in USD to use for any new locations Play may launch in.",
          "$ref": "Money"
        },
        "newSubscriberAvailability": {
          "type": "boolean",
          "description": "Whether the base plan is available for new subscribers in any new locations Play may launch in. If not specified, this will default to false."
        }
      },
      "description": "Pricing information for any new locations Play may launch in.",
      "type": "object",
      "id": "OtherRegionsBasePlanConfig"
    },
    "RemoteInAppUpdate": {
      "description": "Object representation for Remote in-app update action type.",
      "type": "object",
      "properties": {
        "isRemoteInAppUpdateRequested": {
          "description": "Required. Set to true if Remote In-App Update action type is needed.",
          "type": "boolean"
        }
      },
      "id": "RemoteInAppUpdate"
    },
    "PageInfo": {
      "description": "Information about the current page. List operations that supports paging return only one \"page\" of results. This protocol buffer message describes the page that has been returned.",
      "type": "object",
      "id": "PageInfo",
      "properties": {
        "totalResults": {
          "type": "integer",
          "description": "Total number of results available on the backend ! The total number of results in the result set.",
          "format": "int32"
        },
        "startIndex": {
          "type": "integer",
          "description": "Index of the first result returned in the current page.",
          "format": "int32"
        },
        "resultPerPage": {
          "description": "Maximum number of results returned in one page. ! The number of results included in the API response.",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "AbiTargeting": {
      "description": "Targeting based on Abi.",
      "properties": {
        "value": {
          "items": {
            "$ref": "Abi"
          },
          "type": "array",
          "description": "Value of an abi."
        },
        "alternatives": {
          "items": {
            "$ref": "Abi"
          },
          "type": "array",
          "description": "Targeting of other sibling directories that were in the Bundle. For main splits this is targeting of other main splits."
        }
      },
      "type": "object",
      "id": "AbiTargeting"
    },
    "UploadApkRequest": {
      "id": "UploadApkRequest",
      "type": "object",
      "properties": {},
      "description": "Request to upload an APK."
    },
    "PreorderDetails": {
      "type": "object",
      "description": "Details of a pre-order purchase.",
      "properties": {},
      "id": "PreorderDetails"
    },
    "UpdateAppStoreHostedAppPublishStatusResponse": {
      "description": "Response for updating the publish status of an app store hosted app.",
      "id": "UpdateAppStoreHostedAppPublishStatusResponse",
      "properties": {},
      "type": "object"
    },
    "VariantTargeting": {
      "type": "object",
      "id": "VariantTargeting",
      "description": "Targeting on the level of variants.",
      "properties": {
        "abiTargeting": {
          "description": "The abi that the variant targets",
          "$ref": "AbiTargeting"
        },
        "screenDensityTargeting": {
          "description": "The screen densities that this variant supports",
          "$ref": "ScreenDensityTargeting"
        },
        "multiAbiTargeting": {
          "description": "Multi-api-level targeting",
          "$ref": "MultiAbiTargeting"
        },
        "textureCompressionFormatTargeting": {
          "description": "Texture-compression-format-level targeting",
          "$ref": "TextureCompressionFormatTargeting"
        },
        "sdkVersionTargeting": {
          "description": "The sdk version that the variant targets",
          "$ref": "SdkVersionTargeting"
        }
      }
    },
    "InappproductsBatchGetResponse": {
      "description": "Response message for BatchGetSubscriptions endpoint.",
      "id": "InappproductsBatchGetResponse",
      "properties": {
        "inappproduct": {
          "items": {
            "$ref": "InAppProduct"
          },
          "type": "array",
          "description": "The list of requested in-app products, in the same order as the request."
        }
      },
      "type": "object"
    },
    "InappproductsDeleteRequest": {
      "properties": {
        "sku": {
          "description": "Unique identifier for the in-app product.",
          "type": "string"
        },
        "packageName": {
          "type": "string",
          "description": "Package name of the app."
        },
        "latencyTolerance": {
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "type": "string",
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ]
        }
      },
      "description": "Request to delete an in-app product.",
      "type": "object",
      "id": "InappproductsDeleteRequest"
    },
    "Price": {
      "description": "Definition of a price, i.e. currency and units.",
      "type": "object",
      "id": "Price",
      "properties": {
        "currency": {
          "type": "string",
          "description": "3 letter Currency code, as defined by ISO 4217. See java/com/google/common/money/CurrencyCode.java"
        },
        "priceMicros": {
          "type": "string",
          "description": "Price in 1/million of the currency base unit, represented as a string."
        }
      }
    },
    "DeviceFeature": {
      "type": "object",
      "id": "DeviceFeature",
      "properties": {
        "featureVersion": {
          "type": "integer",
          "format": "int32",
          "description": "The feature version specified by android:glEsVersion or android:version in in the AndroidManifest."
        },
        "featureName": {
          "type": "string",
          "description": "Name of the feature."
        }
      },
      "description": "Represents a device feature."
    },
    "InstallmentsBasePlanType": {
      "description": "Represents an installments base plan where a user commits to a specified number of payments.",
      "properties": {
        "renewalType": {
          "description": "Required. Immutable. Installments base plan renewal type. Determines the behavior at the end of the initial commitment. The renewal type is immutable after the base plan is created.",
          "enum": [
            "RENEWAL_TYPE_UNSPECIFIED",
            "RENEWAL_TYPE_RENEWS_WITHOUT_COMMITMENT",
            "RENEWAL_TYPE_RENEWS_WITH_COMMITMENT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified state.",
            "Renews periodically for the billing period duration without commitment.",
            "Renews with the commitment of the same duration as the initial one."
          ]
        },
        "committedPaymentsCount": {
          "format": "int32",
          "description": "Required. Immutable. The number of payments the user is committed to. It is immutable after the base plan is created.",
          "type": "integer"
        },
        "accountHoldDuration": {
          "description": "Optional. Custom account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and P60D. An empty field represents a recommended account hold, calculated as 60 days minus grace period. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.",
          "type": "string"
        },
        "resubscribeState": {
          "description": "Whether users should be able to resubscribe to this base plan in Google Play surfaces. Defaults to RESUBSCRIBE_STATE_ACTIVE if not specified.",
          "enum": [
            "RESUBSCRIBE_STATE_UNSPECIFIED",
            "RESUBSCRIBE_STATE_ACTIVE",
            "RESUBSCRIBE_STATE_INACTIVE"
          ],
          "enumDescriptions": [
            "Unspecified state.",
            "Resubscribe is active.",
            "Resubscribe is inactive."
          ],
          "type": "string"
        },
        "billingPeriodDuration": {
          "description": "Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center. The duration is immutable after the base plan is created.",
          "type": "string"
        },
        "gracePeriodDuration": {
          "description": "Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and the lesser of 30D and base plan billing period. If not specified, a default value will be used based on the billing period. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.",
          "type": "string"
        },
        "prorationMode": {
          "enum": [
            "SUBSCRIPTION_PRORATION_MODE_UNSPECIFIED",
            "SUBSCRIPTION_PRORATION_MODE_CHARGE_ON_NEXT_BILLING_DATE",
            "SUBSCRIPTION_PRORATION_MODE_CHARGE_FULL_PRICE_IMMEDIATELY"
          ],
          "type": "string",
          "description": "The proration mode for the base plan determines what happens when a user switches to this plan from another base plan. If unspecified, defaults to CHARGE_ON_NEXT_BILLING_DATE.",
          "enumDescriptions": [
            "Unspecified mode.",
            "Users will be charged for their new base plan at the end of their current billing period.",
            "Users will be charged for their new base plan immediately and in full. Any remaining period of their existing subscription will be used to extend the duration of the new billing plan."
          ]
        }
      },
      "type": "object",
      "id": "InstallmentsBasePlanType"
    },
    "BatchUpdateSubscriptionOfferStatesRequest": {
      "description": "Request message for BatchUpdateSubscriptionOfferStates.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "UpdateSubscriptionOfferStateRequest"
          },
          "description": "Required. The update request list of up to 100 elements. All requests must update different offers."
        }
      },
      "id": "BatchUpdateSubscriptionOfferStatesRequest",
      "type": "object"
    },
    "ApkSet": {
      "properties": {
        "moduleMetadata": {
          "$ref": "ModuleMetadata",
          "description": "Metadata about the module represented by this ApkSet"
        },
        "apkDescription": {
          "description": "Description of the generated apks.",
          "items": {
            "$ref": "ApkDescription"
          },
          "type": "array"
        }
      },
      "description": "A set of apks representing a module.",
      "type": "object",
      "id": "ApkSet"
    },
    "ArtifactSummary": {
      "type": "object",
      "description": "Summary of an artifact.",
      "properties": {
        "versionCode": {
          "format": "int32",
          "description": "Artifact's version code",
          "type": "integer"
        }
      },
      "id": "ArtifactSummary"
    },
    "DeviceTier": {
      "properties": {
        "level": {
          "description": "The priority level of the tier. Tiers are evaluated in descending order of level: the highest level tier has the highest priority. The highest tier matching a given device is selected for that device. You should use a contiguous range of levels for your tiers in a tier set; tier levels in a tier set must be unique. For instance, if your tier set has 4 tiers (including the global fallback), you should define tiers 1, 2 and 3 in this configuration. Note: tier 0 is implicitly defined as a global fallback and selected for devices that don't match any of the tiers explicitly defined here. You mustn't define level 0 explicitly in this configuration.",
          "type": "integer",
          "format": "int32"
        },
        "deviceGroupNames": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Groups of devices included in this tier. These groups must be defined explicitly under device_groups in this configuration."
        }
      },
      "description": "A single device tier. Devices matching any of the device groups in device_group_names are considered to match the tier.",
      "id": "DeviceTier",
      "type": "object"
    },
    "MigrateBasePlanPricesRequest": {
      "id": "MigrateBasePlanPricesRequest",
      "description": "Request message for MigrateBasePlanPrices.",
      "type": "object",
      "properties": {
        "regionsVersion": {
          "description": "Required. The version of the available regions being used for the regional_price_migrations.",
          "$ref": "RegionsVersion"
        },
        "latencyTolerance": {
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "type": "string",
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ]
        },
        "packageName": {
          "description": "Required. Package name of the parent app. Must be equal to the package_name field on the Subscription resource.",
          "type": "string"
        },
        "regionalPriceMigrations": {
          "type": "array",
          "items": {
            "$ref": "RegionalPriceMigrationConfig"
          },
          "description": "Required. The regional prices to update."
        },
        "productId": {
          "description": "Required. The ID of the subscription to update. Must be equal to the product_id field on the Subscription resource.",
          "type": "string"
        },
        "basePlanId": {
          "description": "Required. The unique base plan ID of the base plan to update prices on.",
          "type": "string"
        }
      }
    },
    "OneTimePurchaseDetails": {
      "properties": {
        "quantity": {
          "description": "The number of items purchased (for multi-quantity item purchases).",
          "type": "integer",
          "format": "int32"
        },
        "offerId": {
          "type": "string",
          "description": "The offer ID of the one-time purchase offer."
        },
        "purchaseOptionId": {
          "description": "ID of the purchase option. This field is set for both purchase options and variant offers. For purchase options, this ID identifies the purchase option itself. For variant offers, this ID refers to the associated purchase option, and in conjunction with offer_id it identifies the variant offer.",
          "type": "string"
        },
        "preorderDetails": {
          "$ref": "PreorderDetails",
          "description": "The details of a pre-order purchase. Only set if it is a pre-order purchase. Note that this field will be set even after pre-order is fulfilled."
        },
        "rentalDetails": {
          "$ref": "RentalDetails",
          "description": "The details of a rent purchase. Only set if it is a rent purchase."
        }
      },
      "id": "OneTimePurchaseDetails",
      "description": "Details of a one-time purchase.",
      "type": "object"
    },
    "CatalogAppView": {
      "type": "object",
      "properties": {
        "permissions": {
          "type": "array",
          "items": {
            "$ref": "CatalogPermission"
          },
          "description": "Required permissions declared by the app which apply for all Android SDK versions."
        },
        "excludedDevicesByIdentifier": {
          "items": {
            "$ref": "DeviceIdentifier"
          },
          "type": "array",
          "description": "List of devices excluded from the app's distribution even if they are otherwise compatible with the requirements from device_compatibility_requirements. These are OR-ed, i.e. a device is excluded if it matches any of the identifiers."
        },
        "activeVersionNames": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Active versions of the app mapped from `android:versionName` manifest attributes."
        },
        "appCategory": {
          "type": "string",
          "description": "The category of the app.",
          "enum": [
            "APP_CATEGORY_UNSPECIFIED",
            "GAME",
            "APP"
          ],
          "enumDescriptions": [
            "Unspecified category.",
            "Game app.",
            "General app."
          ]
        },
        "localizedStoreListings": {
          "description": "The localized store listings of the app which are shown on Google Play.",
          "$ref": "LocalizedStoreListings"
        },
        "hasInAppPurchases": {
          "type": "boolean",
          "description": "Whether the app has in-app purchases through Google Play."
        },
        "appContactInformation": {
          "description": "Developer-provided contact information for the app.",
          "$ref": "AppContactInformation"
        },
        "firstReleaseDate": {
          "description": "The date when the app was first released.",
          "$ref": "Date"
        },
        "packageName": {
          "type": "string",
          "description": "The package name of the app."
        },
        "salePriceInTheUnitedStates": {
          "$ref": "Money",
          "description": "The sale price of the app in the United States. Only populated for paid apps with an active US sale."
        },
        "lastPublishTime": {
          "description": "The timestamp when the app was last published.",
          "format": "google-datetime",
          "type": "string"
        },
        "developerDetails": {
          "$ref": "DeveloperDetails",
          "description": "The developer details of the app."
        },
        "deliveryToken": {
          "type": "string",
          "description": "The token used for delivery of the app with the Google Play Inline Install API."
        },
        "iarcCertificateId": {
          "description": "The IARC certificate ID for the app.",
          "type": "string"
        },
        "permissionsSdk23": {
          "type": "array",
          "description": "Required permissions declared by the app which apply for Android SDK versions SDK 23 and above.",
          "items": {
            "$ref": "CatalogPermission"
          }
        },
        "hasInAppAds": {
          "description": "Whether the app has ads.",
          "type": "boolean"
        },
        "priceInTheUnitedStates": {
          "$ref": "Money",
          "description": "The price of the app in the United States. Empty if the app is free."
        },
        "isAdultOnlyAudience": {
          "type": "boolean",
          "description": "Whether the app is targeted to an adult-only (18+) audience."
        },
        "deviceCompatibilityRequirements": {
          "description": "The app may specify multiple sets of device compatibility requirements, and a device is considered compatible with the app if it satisfies at least one of `DeviceCompatibilityRequirements`.",
          "items": {
            "$ref": "DeviceCompatibilityRequirements"
          },
          "type": "array"
        },
        "privacyPolicyUrl": {
          "description": "The URL of the app's privacy policy.",
          "type": "string"
        },
        "excludedDevicesBySelector": {
          "type": "array",
          "items": {
            "$ref": "CatalogDeviceSelector"
          },
          "description": "List of devices excluded from the app's distribution even if they are otherwise compatible with the requirements from device_compatibility_requirements. A device is excluded if it matches any of given the selectors."
        },
        "appSubcategory": {
          "description": "The subcategory of the app e.g. \"GAME_ACTION\".",
          "type": "string"
        }
      },
      "description": "LINT.IfChange A view of a Google Play app within the Catalog Export for app stores.",
      "id": "CatalogAppView"
    },
    "SystemApkOptions": {
      "type": "object",
      "id": "SystemApkOptions",
      "description": "Options for system APKs.",
      "properties": {
        "uncompressedDexFiles": {
          "type": "boolean",
          "description": "Whether system APK was generated with uncompressed dex files."
        },
        "uncompressedNativeLibraries": {
          "type": "boolean",
          "description": "Whether system APK was generated with uncompressed native libraries."
        },
        "rotated": {
          "description": "Whether to use the rotated key for signing the system APK.",
          "type": "boolean"
        }
      }
    },
    "FreeTrialDetails": {
      "description": "Details of a free trial pricing phase.",
      "id": "FreeTrialDetails",
      "type": "object",
      "properties": {}
    },
    "BatchUpdateSubscriptionOffersRequest": {
      "properties": {
        "requests": {
          "items": {
            "$ref": "UpdateSubscriptionOfferRequest"
          },
          "type": "array",
          "description": "Required. A list of update requests of up to 100 elements. All requests must update different subscription offers."
        }
      },
      "id": "BatchUpdateSubscriptionOffersRequest",
      "type": "object",
      "description": "Request message for BatchUpdateSubscriptionOffers."
    },
    "OneTimeProductBuyPurchaseOption": {
      "properties": {
        "legacyCompatible": {
          "description": "Optional. Whether this purchase option will be available in legacy PBL flows that do not support one-time products model. Up to one \"buy\" purchase option can be marked as backwards compatible.",
          "type": "boolean"
        },
        "multiQuantityEnabled": {
          "description": "Optional. Whether this purchase option allows multi-quantity. Multi-quantity allows buyer to purchase more than one item in a single checkout.",
          "type": "boolean"
        }
      },
      "description": "A purchase option that can be bought.",
      "id": "OneTimeProductBuyPurchaseOption",
      "type": "object"
    },
    "DeleteOneTimeProductOfferRequest": {
      "type": "object",
      "description": "Request message for deleting an one-time product offer.",
      "properties": {
        "latencyTolerance": {
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "type": "string",
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive."
        },
        "packageName": {
          "description": "Required. The parent app (package name) of the offer to delete.",
          "type": "string"
        },
        "productId": {
          "type": "string",
          "description": "Required. The parent one-time product (ID) of the offer to delete."
        },
        "purchaseOptionId": {
          "description": "Required. The parent purchase option (ID) of the offer to delete.",
          "type": "string"
        },
        "offerId": {
          "description": "Required. The unique offer ID of the offer to delete.",
          "type": "string"
        }
      },
      "id": "DeleteOneTimeProductOfferRequest"
    },
    "UserInitiatedCancellation": {
      "description": "Information specific to cancellations initiated by users.",
      "properties": {
        "cancelTime": {
          "description": "The time at which the subscription was canceled by the user. The user might still have access to the subscription after this time. Use line_items.expiry_time to determine if a user still has access.",
          "type": "string",
          "format": "google-datetime"
        },
        "cancelSurveyResult": {
          "$ref": "CancelSurveyResult",
          "description": "Information provided by the user when they complete the subscription cancellation flow (cancellation reason survey)."
        }
      },
      "type": "object",
      "id": "UserInitiatedCancellation"
    },
    "TestPurchase": {
      "description": "Whether this subscription purchase is a test purchase.",
      "type": "object",
      "id": "TestPurchase",
      "properties": {}
    },
    "GeneratedAssetPackSlice": {
      "description": "Download metadata for an asset pack slice.",
      "type": "object",
      "properties": {
        "downloadId": {
          "description": "Download ID, which uniquely identifies the APK to download. Should be supplied to `generatedapks.download` method.",
          "type": "string"
        },
        "version": {
          "description": "Asset module version.",
          "type": "string",
          "format": "int64"
        },
        "sliceId": {
          "description": "Asset slice ID.",
          "type": "string"
        },
        "moduleName": {
          "description": "Name of the module that this asset slice belongs to.",
          "type": "string"
        }
      },
      "id": "GeneratedAssetPackSlice"
    },
    "ListReleaseSummariesResponse": {
      "properties": {
        "releases": {
          "items": {
            "$ref": "ReleaseSummary"
          },
          "description": "List of releases for this track. A maximum of 20 releases can be returned.",
          "type": "array"
        }
      },
      "description": "Response listing all releases for a given track that are either ready to be sent for review, in review, approved, not approved or available.",
      "type": "object",
      "id": "ListReleaseSummariesResponse"
    },
    "TargetingRuleScopeAnySubscriptionInApp": {
      "id": "TargetingRuleScopeAnySubscriptionInApp",
      "properties": {},
      "type": "object",
      "description": "Represents the targeting rule scope corresponding to any subscription in the parent app."
    },
    "AppStoreAppPolicyDeclaration": {
      "type": "object",
      "description": "A policy declaration with its responses.",
      "id": "AppStoreAppPolicyDeclaration",
      "properties": {
        "responses": {
          "type": "array",
          "description": "Required. Responses provided for this declaration.",
          "items": {
            "$ref": "PolicyResponse"
          }
        },
        "declarationId": {
          "description": "Required. ID of the policy declaration.",
          "type": "string"
        }
      }
    },
    "SdkVersion": {
      "properties": {
        "min": {
          "format": "int32",
          "type": "integer",
          "description": "Inclusive minimum value of an sdk version."
        }
      },
      "id": "SdkVersion",
      "description": "Represents an sdk version.",
      "type": "object"
    },
    "PointsDetails": {
      "properties": {
        "pointsSpent": {
          "description": "The number of Play Points applied in this order. E.g. for a 100 points for $2 coupon, this is 100. For coupon stacked with base offer, this is the total points spent across both.",
          "format": "int64",
          "type": "string"
        },
        "pointsDiscountRateMicros": {
          "description": "The percentage rate which the Play Points promotion reduces the cost by. E.g. for a 100 points for $2 coupon, this is 500,000. Since $2 has an estimate of 200 points, but the actual Points required, 100, is 50% of this, and 50% in micros is 500,000. Between 0 and 1,000,000.",
          "type": "string",
          "format": "int64"
        },
        "pointsOfferId": {
          "description": "ID unique to the play points offer in use for this order.",
          "type": "string"
        },
        "pointsCouponValue": {
          "description": "The monetary value of a Play Points coupon. This is the discount the coupon provides, which may not be the total amount. Only set when Play Points coupons have been used. E.g. for a 100 points for $2 coupon, this is $2.",
          "$ref": "Money"
        }
      },
      "id": "PointsDetails",
      "description": "Details relating to any Play Points applied to an order.",
      "type": "object"
    },
    "ExpansionFilesUploadResponse": {
      "properties": {
        "expansionFile": {
          "description": "The uploaded expansion file configuration.",
          "$ref": "ExpansionFile"
        }
      },
      "id": "ExpansionFilesUploadResponse",
      "description": "Response for uploading an expansion file.",
      "type": "object"
    },
    "Grant": {
      "type": "object",
      "description": "An access grant resource.",
      "properties": {
        "name": {
          "description": "Required. Resource name for this grant, following the pattern \"developers/{developer}/users/{email}/grants/{package_name}\". If this grant is for a draft app, the app ID will be used in this resource name instead of the package name.",
          "type": "string"
        },
        "appLevelPermissions": {
          "items": {
            "enumDeprecated": [
              false,
              true,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false,
              false
            ],
            "enumDescriptions": [
              "Unknown or unspecified permission.",
              "View app information (read-only). Deprecated: Try defining a more granular capability. Otherwise, check AppLevelPermission.CAN_VIEW_NON_FINANCIAL_DATA.",
              "View financial data.",
              "Admin (all permissions).",
              "Reply to reviews.",
              "Release to production, exclude devices, and use app signing by Google Play.",
              "Release to testing tracks.",
              "Manage testing tracks and edit tester lists.",
              "Manage store presence.",
              "Edit and delete draft apps.",
              "Manage orders and subscriptions.",
              "Manage policy related pages.",
              "View app information (read-only).",
              "View app quality data such as Vitals, Crashes etc.",
              "Manage the deep links setup of an app."
            ],
            "type": "string",
            "enum": [
              "APP_LEVEL_PERMISSION_UNSPECIFIED",
              "CAN_ACCESS_APP",
              "CAN_VIEW_FINANCIAL_DATA",
              "CAN_MANAGE_PERMISSIONS",
              "CAN_REPLY_TO_REVIEWS",
              "CAN_MANAGE_PUBLIC_APKS",
              "CAN_MANAGE_TRACK_APKS",
              "CAN_MANAGE_TRACK_USERS",
              "CAN_MANAGE_PUBLIC_LISTING",
              "CAN_MANAGE_DRAFT_APPS",
              "CAN_MANAGE_ORDERS",
              "CAN_MANAGE_APP_CONTENT",
              "CAN_VIEW_NON_FINANCIAL_DATA",
              "CAN_VIEW_APP_QUALITY",
              "CAN_MANAGE_DEEPLINKS"
            ]
          },
          "type": "array",
          "description": "The permissions granted to the user for this app."
        },
        "packageName": {
          "description": "Immutable. The package name of the app. This will be empty for draft apps.",
          "type": "string"
        }
      },
      "id": "Grant"
    },
    "UploadAppStoreAppPolicyDeclarationFileRequest": {
      "type": "object",
      "id": "UploadAppStoreAppPolicyDeclarationFileRequest",
      "properties": {
        "fileType": {
          "type": "string",
          "description": "Required. Type of the policy declaration file.",
          "enum": [
            "DECLARATION_FILE_TYPE_UNSPECIFIED",
            "DECLARATION_FILE_TYPE_DOCUMENT"
          ],
          "enumDescriptions": [
            "Unspecified file type.",
            "File type for PDF, JPEG, and PNG documents."
          ]
        }
      },
      "description": "Request to upload a policy declaration file."
    },
    "EnrollAppRequest": {
      "type": "object",
      "id": "EnrollAppRequest",
      "properties": {
        "enrollNewApp": {
          "$ref": "EnrollNewApp",
          "description": "Changes the signing key of a new app to an external Cloud KMS key. The app must not have published to Open testing or Production tracks."
        },
        "enrollExistingApp": {
          "$ref": "EnrollExistingApp",
          "description": "Enrolls an existing app into Play signing using an external Cloud KMS key."
        },
        "pemUploadCertificate": {
          "description": "The certificate associated with the upload key, in PEM format.",
          "type": "string",
          "format": "byte"
        }
      },
      "description": "Request to enroll an app into Play App Signing using a self-hosted Cloud KMS key."
    },
    "BatchUpdateOneTimeProductOfferStatesResponse": {
      "description": "Response message for BatchUpdateOneTimeProductOfferStates.",
      "id": "BatchUpdateOneTimeProductOfferStatesResponse",
      "properties": {
        "oneTimeProductOffers": {
          "items": {
            "$ref": "OneTimeProductOffer"
          },
          "type": "array",
          "description": "The updated one-time product offers list, in the same order as the request."
        }
      },
      "type": "object"
    },
    "PreorderOfferDetails": {
      "description": "Offer details information related to a preorder line item.",
      "id": "PreorderOfferDetails",
      "type": "object",
      "properties": {
        "preorderReleaseTime": {
          "format": "google-datetime",
          "description": "The time when a preordered item is released for a preorder purchase.",
          "type": "string"
        }
      }
    },
    "VoidedPurchase": {
      "properties": {
        "voidedQuantity": {
          "type": "integer",
          "format": "int32",
          "description": "The voided quantity as the result of a quantity-based partial refund. Voided purchases of quantity-based partial refunds may only be returned when includeQuantityBasedPartialRefund is set to true."
        },
        "orderId": {
          "type": "string",
          "description": "The order id which uniquely identifies a one-time purchase, subscription purchase, or subscription renewal."
        },
        "voidedReason": {
          "format": "int32",
          "type": "integer",
          "description": "The reason why the purchase was voided, possible values are: 0. Other 1. Remorse 2. Not_received 3. Defective 4. Accidental_purchase 5. Fraud 6. Friendly_fraud 7. Chargeback 8. Unacknowledged_purchase"
        },
        "purchaseToken": {
          "type": "string",
          "description": "The token which uniquely identifies a one-time purchase or subscription. To uniquely identify subscription renewals use order_id (available starting from version 3 of the API)."
        },
        "purchaseTimeMillis": {
          "format": "int64",
          "type": "string",
          "description": "The time at which the purchase was made, in milliseconds since the epoch (Jan 1, 1970)."
        },
        "voidedSource": {
          "type": "integer",
          "format": "int32",
          "description": "The initiator of voided purchase, possible values are: 0. User 1. Developer 2. Google"
        },
        "voidedTimeMillis": {
          "description": "The time at which the purchase was canceled/refunded/charged-back, in milliseconds since the epoch (Jan 1, 1970).",
          "format": "int64",
          "type": "string"
        },
        "kind": {
          "description": "This kind represents a voided purchase object in the androidpublisher service.",
          "type": "string"
        }
      },
      "description": "A VoidedPurchase resource indicates a purchase that was either canceled/refunded/charged-back.",
      "type": "object",
      "id": "VoidedPurchase"
    },
    "OneTimeExternalTransaction": {
      "type": "object",
      "id": "OneTimeExternalTransaction",
      "description": "Represents a one-time transaction.",
      "properties": {
        "externalTransactionToken": {
          "description": "Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched.",
          "type": "string"
        }
      }
    },
    "RecentAppView": {
      "type": "object",
      "id": "RecentAppView",
      "properties": {
        "appView": {
          "$ref": "CatalogAppView",
          "description": "Recently updated app view."
        }
      },
      "description": "Metadata about a recently updated app."
    },
    "LocalizedStoreListings": {
      "properties": {
        "defaultLanguageCode": {
          "type": "string",
          "description": "The default language code of the app. If a localized store listing is not available for a given language, assets from the default language are used instead."
        },
        "localizedStoreListings": {
          "type": "array",
          "items": {
            "$ref": "LocalizedStoreListing"
          }
        }
      },
      "description": "The localized store listings of an app.",
      "id": "LocalizedStoreListings",
      "type": "object"
    },
    "TextureCompressionFormatTargeting": {
      "properties": {
        "value": {
          "items": {
            "$ref": "TextureCompressionFormat"
          },
          "description": "The list of targeted TCFs. Should not be empty.",
          "type": "array"
        },
        "alternatives": {
          "description": "List of alternative TCFs (TCFs targeted by the sibling splits).",
          "items": {
            "$ref": "TextureCompressionFormat"
          },
          "type": "array"
        }
      },
      "description": "Targeting by a texture compression format.",
      "type": "object",
      "id": "TextureCompressionFormatTargeting"
    },
    "ListUsersResponse": {
      "id": "ListUsersResponse",
      "type": "object",
      "properties": {
        "users": {
          "type": "array",
          "items": {
            "$ref": "User"
          },
          "description": "The resulting users."
        },
        "nextPageToken": {
          "description": "A token to pass to subsequent calls in order to retrieve subsequent results. This will not be set if there are no more results to return.",
          "type": "string"
        }
      },
      "description": "A response containing one or more users with access to an account."
    },
    "BatchUpdateOneTimeProductsResponse": {
      "description": "Response message for BatchUpdateOneTimeProduct.",
      "type": "object",
      "properties": {
        "oneTimeProducts": {
          "description": "The list of updated one-time products list, in the same order as the request.",
          "items": {
            "$ref": "OneTimeProduct"
          },
          "type": "array"
        }
      },
      "id": "BatchUpdateOneTimeProductsResponse"
    },
    "PrepaidBasePlanType": {
      "properties": {
        "timeExtension": {
          "type": "string",
          "enum": [
            "TIME_EXTENSION_UNSPECIFIED",
            "TIME_EXTENSION_ACTIVE",
            "TIME_EXTENSION_INACTIVE"
          ],
          "description": "Whether users should be able to extend this prepaid base plan in Google Play surfaces. Defaults to TIME_EXTENSION_ACTIVE if not specified.",
          "enumDescriptions": [
            "Unspecified state.",
            "Time extension is active. Users are allowed to top-up or extend their prepaid plan.",
            "Time extension is inactive. Users cannot top-up or extend their prepaid plan."
          ]
        },
        "billingPeriodDuration": {
          "description": "Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center. The duration is immutable after the base plan is created.",
          "type": "string"
        }
      },
      "description": "Represents a base plan that does not automatically renew at the end of the base plan, and must be manually renewed by the user.",
      "id": "PrepaidBasePlanType",
      "type": "object"
    },
    "ReviewReplyResult": {
      "type": "object",
      "id": "ReviewReplyResult",
      "description": "The result of replying/updating a reply to review.",
      "properties": {
        "lastEdited": {
          "description": "The time at which the reply took effect.",
          "$ref": "Timestamp"
        },
        "replyText": {
          "description": "The reply text that was applied.",
          "type": "string"
        }
      }
    },
    "CancellationContext": {
      "description": "Cancellation context of the purchases.subscriptionsv2.cancel API.",
      "id": "CancellationContext",
      "properties": {
        "cancellationType": {
          "type": "string",
          "enum": [
            "CANCELLATION_TYPE_UNSPECIFIED",
            "USER_REQUESTED_STOP_RENEWALS",
            "DEVELOPER_REQUESTED_STOP_PAYMENTS"
          ],
          "enumDescriptions": [
            "Cancellation type unspecified.",
            "Cancellation requested by the user, and the subscription can be restored. It only stops the subscription's next renewal. For an installment subscription, users still need to finish the commitment period. For more details on renewals and payments, see https://developer.android.com/google/play/billing/subscriptions#installments",
            "Cancellation requested by the developer, and the subscription cannot be restored. It stops the subscription's next payment. For an installment subscription, users will not need to pay the next payment and finish the commitment period. For more details on renewals and payments, see https://developer.android.com/google/play/billing/subscriptions#installments"
          ],
          "description": "Required. The type of cancellation for the purchased subscription."
        }
      },
      "type": "object"
    },
    "ListingsListResponse": {
      "id": "ListingsListResponse",
      "type": "object",
      "properties": {
        "kind": {
          "description": "The kind of this response (\"androidpublisher#listingsListResponse\").",
          "type": "string"
        },
        "listings": {
          "items": {
            "$ref": "Listing"
          },
          "description": "All localized listings.",
          "type": "array"
        }
      },
      "description": "Response listing all localized listings."
    },
    "Date": {
      "id": "Date",
      "properties": {
        "month": {
          "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
          "format": "int32",
          "type": "integer"
        },
        "year": {
          "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
          "type": "integer",
          "format": "int32"
        },
        "day": {
          "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
          "type": "integer",
          "format": "int32"
        }
      },
      "type": "object",
      "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp"
    },
    "DeviceTierSet": {
      "description": "A set of device tiers. A tier set determines what variation of app content gets served to a specific device, for device-targeted content. You should assign a priority level to each tier, which determines the ordering by which they are evaluated by Play. See the documentation of DeviceTier.level for more details.",
      "properties": {
        "deviceTiers": {
          "items": {
            "$ref": "DeviceTier"
          },
          "description": "Device tiers belonging to the set.",
          "type": "array"
        }
      },
      "id": "DeviceTierSet",
      "type": "object"
    },
    "Comment": {
      "description": "An entry of conversation between user and developer.",
      "id": "Comment",
      "type": "object",
      "properties": {
        "userComment": {
          "$ref": "UserComment",
          "description": "A comment from a user."
        },
        "developerComment": {
          "description": "A comment from a developer.",
          "$ref": "DeveloperComment"
        }
      }
    },
    "EnrollExistingApp": {
      "properties": {
        "cloudKmsKey": {
          "description": "Required. Self-hosted key. Once enrolled, this key will be used to sign your app.",
          "$ref": "CloudKmsKey"
        }
      },
      "id": "EnrollExistingApp",
      "description": "Enroll an existing app into Play signing.",
      "type": "object"
    },
    "CompatibleScreen": {
      "description": "Compatible screens as listed in the `compatible-screens` Manifest tag.",
      "properties": {
        "density": {
          "enumDescriptions": [
            "Unspecified density.",
            "No density.",
            "Low density.",
            "Medium density.",
            "TV density.",
            "High density.",
            "280 dpi.",
            "Extra high density.",
            "360 dpi.",
            "400 dpi.",
            "420 dpi.",
            "Extra extra high density.",
            "560 dpi.",
            "Extra extra extra high density."
          ],
          "enum": [
            "DENSITY_UNSPECIFIED",
            "DENSITY_NODPI",
            "DENSITY_LDPI",
            "DENSITY_MDPI",
            "DENSITY_TVDPI",
            "DENSITY_HDPI",
            "DENSITY_280",
            "DENSITY_XHDPI",
            "DENSITY_360",
            "DENSITY_400",
            "DENSITY_420",
            "DENSITY_XXHDPI",
            "DENSITY_560",
            "DENSITY_XXXHDPI"
          ],
          "description": "Screen density.",
          "type": "string"
        },
        "screenSize": {
          "enumDescriptions": [
            "Unspecified screen size.",
            "Small screen size.",
            "Normal screen size.",
            "Large screen size.",
            "Extra large screen size."
          ],
          "enum": [
            "SCREEN_SIZE_UNSPECIFIED",
            "SCREEN_SIZE_SMALL",
            "SCREEN_SIZE_NORMAL",
            "SCREEN_SIZE_LARGE",
            "SCREEN_SIZE_EXTRA_LARGE"
          ],
          "description": "The screen size.",
          "type": "string"
        }
      },
      "id": "CompatibleScreen",
      "type": "object"
    },
    "VanityCode": {
      "properties": {
        "promotionCode": {
          "type": "string",
          "description": "The promotion code."
        }
      },
      "description": "A multiple use, predefined promotion code.",
      "type": "object",
      "id": "VanityCode"
    },
    "RenewalDeclinedContext": {
      "type": "object",
      "id": "RenewalDeclinedContext",
      "description": "Context related to renewal declined scenario.",
      "properties": {
        "pendingOrderId": {
          "description": "Required. The ID of the pending or failed order causing the state.",
          "type": "string"
        }
      }
    },
    "ScreenshotSet": {
      "id": "ScreenshotSet",
      "type": "object",
      "properties": {
        "screenshots": {
          "type": "array",
          "description": "The image assets of the screenshots.",
          "items": {
            "$ref": "ImageAsset"
          }
        }
      },
      "description": "A set of screenshots."
    },
    "PolicyStringResponse": {
      "id": "PolicyStringResponse",
      "type": "object",
      "properties": {
        "value": {
          "description": "Required. Provided string value.",
          "type": "string"
        }
      },
      "description": "Any response best encoded as a string. Includes URLs and multiline text fields."
    },
    "SubscribeWithGoogleInfo": {
      "description": "Information associated with purchases made with 'Subscribe with Google'.",
      "type": "object",
      "id": "SubscribeWithGoogleInfo",
      "properties": {
        "profileName": {
          "type": "string",
          "description": "The profile name of the user when the subscription was purchased."
        },
        "givenName": {
          "description": "The given name of the user when the subscription was purchased.",
          "type": "string"
        },
        "familyName": {
          "type": "string",
          "description": "The family name of the user when the subscription was purchased."
        },
        "emailAddress": {
          "type": "string",
          "description": "The email address of the user when the subscription was purchased."
        },
        "profileId": {
          "description": "The Google profile id of the user when the subscription was purchased.",
          "type": "string"
        }
      }
    },
    "ActivateSubscriptionOfferRequest": {
      "properties": {
        "basePlanId": {
          "description": "Required. The parent base plan (ID) of the offer to activate.",
          "type": "string"
        },
        "latencyTolerance": {
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
          "type": "string"
        },
        "offerId": {
          "description": "Required. The unique offer ID of the offer to activate.",
          "type": "string"
        },
        "productId": {
          "description": "Required. The parent subscription (ID) of the offer to activate.",
          "type": "string"
        },
        "packageName": {
          "type": "string",
          "description": "Required. The parent app (package name) of the offer to activate."
        }
      },
      "description": "Request message for ActivateSubscriptionOffer.",
      "id": "ActivateSubscriptionOfferRequest",
      "type": "object"
    },
    "Listing": {
      "description": "A localized store listing. The resource for ListingsService.",
      "id": "Listing",
      "properties": {
        "title": {
          "type": "string",
          "description": "Localized title of the app."
        },
        "video": {
          "description": "URL of a promotional YouTube video for the app.",
          "type": "string"
        },
        "shortDescription": {
          "type": "string",
          "description": "Short description of the app."
        },
        "fullDescription": {
          "description": "Full description of the app.",
          "type": "string"
        },
        "language": {
          "description": "Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German).",
          "type": "string"
        }
      },
      "type": "object"
    },
    "OtherRegionsSubscriptionOfferPhaseFreePriceOverride": {
      "id": "OtherRegionsSubscriptionOfferPhaseFreePriceOverride",
      "type": "object",
      "properties": {},
      "description": "Represents the free price override configuration for any new locations Play may launch for a single offer phase."
    },
    "PolicySingleChoiceResponse": {
      "properties": {
        "value": {
          "description": "Required. Provided value.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "PolicySingleChoiceResponse",
      "description": "Any response where a single option is chosen from several possibilities."
    },
    "ActivateOneTimeProductOfferRequest": {
      "properties": {
        "purchaseOptionId": {
          "description": "Required. The parent purchase option (ID) of the offer to activate.",
          "type": "string"
        },
        "offerId": {
          "description": "Required. The offer ID of the offer to activate.",
          "type": "string"
        },
        "productId": {
          "description": "Required. The parent one-time product (ID) of the offer to activate.",
          "type": "string"
        },
        "latencyTolerance": {
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "type": "string",
          "description": "Optional. The latency tolerance for the propagation of this update. Defaults to latency-sensitive."
        },
        "packageName": {
          "type": "string",
          "description": "Required. The parent app (package name) of the offer to activate."
        }
      },
      "type": "object",
      "id": "ActivateOneTimeProductOfferRequest",
      "description": "Request message for ActivateOneTimeProductOffer."
    },
    "RegionalProductAgeRatingInfo": {
      "type": "object",
      "properties": {
        "regionCode": {
          "description": "Region code this configuration applies to, as defined by ISO 3166-2, e.g. \"US\".",
          "type": "string"
        },
        "productAgeRatingTier": {
          "description": "The age rating tier of a product for the given region.",
          "type": "string",
          "enum": [
            "PRODUCT_AGE_RATING_TIER_UNKNOWN",
            "PRODUCT_AGE_RATING_TIER_EVERYONE",
            "PRODUCT_AGE_RATING_TIER_THIRTEEN_AND_ABOVE",
            "PRODUCT_AGE_RATING_TIER_SIXTEEN_AND_ABOVE",
            "PRODUCT_AGE_RATING_TIER_EIGHTEEN_AND_ABOVE"
          ],
          "enumDescriptions": [
            "Unknown age rating tier.",
            "Age rating tier for products that are appropriate for all ages.",
            "Age rating tier for products that are appropriate for 13 years and above.",
            "Age rating tier for products that are appropriate for 16 years and above.",
            "Age rating tier for products that are appropriate for 18 years and above."
          ]
        }
      },
      "description": "Details about the age rating for a specific geographic region.",
      "id": "RegionalProductAgeRatingInfo"
    },
    "OneTimeProductListing": {
      "type": "object",
      "id": "OneTimeProductListing",
      "description": "Regional store listing for a one-time product.",
      "properties": {
        "languageCode": {
          "description": "Required. The language of this listing, as defined by BCP-47, e.g., \"en-US\".",
          "type": "string"
        },
        "title": {
          "type": "string",
          "description": "Required. The title of this product in the language of this listing. The maximum length is 55 characters."
        },
        "description": {
          "description": "Required. The description of this product in the language of this listing. The maximum length is 200 characters.",
          "type": "string"
        }
      }
    },
    "GeneratedUniversalApk": {
      "properties": {
        "downloadId": {
          "description": "Download ID, which uniquely identifies the APK to download. Should be supplied to `generatedapks.download` method.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "GeneratedUniversalApk",
      "description": "Download metadata for a universal APK."
    },
    "DeferralContext": {
      "type": "object",
      "id": "DeferralContext",
      "description": "Deferral context of the purchases.subscriptionsv2.defer API.",
      "properties": {
        "validateOnly": {
          "description": "If set to \"true\", the request is a dry run to validate the effect of Defer, the subscription would not be impacted.",
          "type": "boolean"
        },
        "deferDuration": {
          "format": "google-duration",
          "description": "Required. The duration by which all subscription items should be deferred.",
          "type": "string"
        },
        "etag": {
          "description": "Required. The API will fail if the etag does not match the latest etag for this subscription. The etag is retrieved from purchases.subscriptionsv2.get: https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.subscriptionsv2/get",
          "type": "string"
        }
      }
    },
    "RamSelector": {
      "description": "Defines a RAM selector for a device.",
      "type": "object",
      "properties": {
        "ramMbLessThanOrEqual": {
          "format": "int64",
          "type": "string",
          "description": "This will match any device that has less than or equal ram_mb_less_than_or_equal mb of RAM."
        }
      },
      "id": "RamSelector"
    },
    "MultiAbiTargeting": {
      "description": "Targeting based on multiple abis.",
      "type": "object",
      "properties": {
        "value": {
          "items": {
            "$ref": "MultiAbi"
          },
          "type": "array",
          "description": "Value of a multi abi."
        },
        "alternatives": {
          "items": {
            "$ref": "MultiAbi"
          },
          "type": "array",
          "description": "Targeting of other sibling directories that were in the Bundle. For main splits this is targeting of other main splits."
        }
      },
      "id": "MultiAbiTargeting"
    },
    "TrackCountryAvailability": {
      "properties": {
        "syncWithProduction": {
          "description": "Whether this track's availability is synced with the default production track. See https://support.google.com/googleplay/android-developer/answer/7550024 for more information on syncing country availability with production. Note that if this is true, the returned \"countries\" and \"rest_of_world\" fields will reflect the values for the default production track.",
          "type": "boolean"
        },
        "restOfWorld": {
          "description": "Whether artifacts in this track are available to \"rest of the world\" countries.",
          "type": "boolean"
        },
        "countries": {
          "items": {
            "$ref": "TrackTargetedCountry"
          },
          "description": "A list of one or more countries where artifacts in this track are available. This list includes all countries that are targeted by the track, even if only specific carriers are targeted in that country.",
          "type": "array"
        }
      },
      "type": "object",
      "description": "Resource for per-track country availability information.",
      "id": "TrackCountryAvailability"
    },
    "RegionalSubscriptionOfferPhaseFreePriceOverride": {
      "type": "object",
      "description": "Represents the free price override configuration for a single phase of a subscription offer",
      "id": "RegionalSubscriptionOfferPhaseFreePriceOverride",
      "properties": {}
    },
    "RevokeSubscriptionPurchaseRequest": {
      "description": "Request for the purchases.subscriptionsv2.revoke API.",
      "properties": {
        "revocationContext": {
          "$ref": "RevocationContext",
          "description": "Required. Additional details around the subscription revocation."
        }
      },
      "id": "RevokeSubscriptionPurchaseRequest",
      "type": "object"
    },
    "CoarseLocation": {
      "description": "Coarse Geographic location details for where the consumption happened.",
      "properties": {
        "locality": {
          "type": "string",
          "description": "Optional. Generally refers to the city or town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave `locality` empty."
        },
        "regionCode": {
          "type": "string",
          "description": "Required. [CLDR region code](https://cldr.unicode.org/) of the country/region of the address. This value is never inferred and you must ensure the value is correct. Example: \"CH\" for Switzerland."
        },
        "sublocality": {
          "description": "Optional. Sublocality of the address. For example, this can be a neighborhood, borough, or district. For most addresses, you can omit this.",
          "type": "string"
        },
        "administrativeArea": {
          "description": "Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. For Spain, this is the province and not the autonomous community (for example, \"Barcelona\" and not \"Catalonia\"). Many countries don't use an administrative area in postal addresses. For example, in Switzerland, this should be left unpopulated.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "CoarseLocation"
    },
    "Abi": {
      "description": "Represents an Abi.",
      "type": "object",
      "properties": {
        "alias": {
          "type": "string",
          "description": "Alias for an abi.",
          "enumDescriptions": [
            "Unspecified abi.",
            "ARMEABI abi.",
            "ARMEABI_V7A abi.",
            "ARM64_V8A abi.",
            "X86 abi.",
            "X86_64 abi.",
            "RISCV64 abi."
          ],
          "enum": [
            "UNSPECIFIED_CPU_ARCHITECTURE",
            "ARMEABI",
            "ARMEABI_V7A",
            "ARM64_V8A",
            "X86",
            "X86_64",
            "RISCV64"
          ]
        }
      },
      "id": "Abi"
    },
    "CancelAppRecoveryResponse": {
      "type": "object",
      "id": "CancelAppRecoveryResponse",
      "description": "Response message for CancelAppRecovery.",
      "properties": {}
    },
    "AutoRenewingBasePlanType": {
      "id": "AutoRenewingBasePlanType",
      "properties": {
        "gracePeriodDuration": {
          "type": "string",
          "description": "Grace period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and the lesser of 30D and base plan billing period. If not specified, a default value will be used based on the billing period. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive."
        },
        "resubscribeState": {
          "enum": [
            "RESUBSCRIBE_STATE_UNSPECIFIED",
            "RESUBSCRIBE_STATE_ACTIVE",
            "RESUBSCRIBE_STATE_INACTIVE"
          ],
          "type": "string",
          "description": "Whether users should be able to resubscribe to this base plan in Google Play surfaces. Defaults to RESUBSCRIBE_STATE_ACTIVE if not specified.",
          "enumDescriptions": [
            "Unspecified state.",
            "Resubscribe is active.",
            "Resubscribe is inactive."
          ]
        },
        "legacyCompatible": {
          "type": "boolean",
          "description": "Whether the renewing base plan is backward compatible. The backward compatible base plan is returned by the Google Play Billing Library deprecated method querySkuDetailsAsync(). Only one renewing base plan can be marked as legacy compatible for a given subscription."
        },
        "prorationMode": {
          "description": "The proration mode for the base plan determines what happens when a user switches to this plan from another base plan. If unspecified, defaults to CHARGE_ON_NEXT_BILLING_DATE.",
          "enumDescriptions": [
            "Unspecified mode.",
            "Users will be charged for their new base plan at the end of their current billing period.",
            "Users will be charged for their new base plan immediately and in full. Any remaining period of their existing subscription will be used to extend the duration of the new billing plan."
          ],
          "enum": [
            "SUBSCRIPTION_PRORATION_MODE_UNSPECIFIED",
            "SUBSCRIPTION_PRORATION_MODE_CHARGE_ON_NEXT_BILLING_DATE",
            "SUBSCRIPTION_PRORATION_MODE_CHARGE_FULL_PRICE_IMMEDIATELY"
          ],
          "type": "string"
        },
        "accountHoldDuration": {
          "description": "Optional. Custom account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in days and between P0D and P60D. An empty field represents a recommended account hold, calculated as 60 days minus grace period. The sum of gracePeriodDuration and accountHoldDuration must be between P30D and P60D days, inclusive.",
          "type": "string"
        },
        "billingPeriodDuration": {
          "description": "Required. Immutable. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center. The duration is immutable after the base plan is created.",
          "type": "string"
        },
        "legacyCompatibleSubscriptionOfferId": {
          "description": "Subscription offer id which is legacy compatible. The backward compatible subscription offer is returned by the Google Play Billing Library deprecated method querySkuDetailsAsync(). Only one subscription offer can be marked as legacy compatible for a given renewing base plan. To have no Subscription offer as legacy compatible set this field as empty string.",
          "type": "string"
        }
      },
      "description": "Represents a base plan that automatically renews at the end of its subscription period.",
      "type": "object"
    },
    "DeviceSelector": {
      "id": "DeviceSelector",
      "description": "Selector for a device group. A selector consists of a set of conditions on the device that should all match (logical AND) to determine a device group eligibility. For instance, if a selector specifies RAM conditions, device model inclusion and device model exclusion, a device is considered to match if: device matches RAM conditions AND device matches one of the included device models AND device doesn't match excluded device models",
      "properties": {
        "requiredSystemFeatures": {
          "description": "A device needs to have all these system features to be included by the selector.",
          "items": {
            "$ref": "SystemFeature"
          },
          "type": "array"
        },
        "forbiddenSystemFeatures": {
          "items": {
            "$ref": "SystemFeature"
          },
          "description": "A device that has any of these system features is excluded by this selector, even if it matches all other conditions.",
          "type": "array"
        },
        "includedDeviceIds": {
          "type": "array",
          "description": "Device models included by this selector.",
          "items": {
            "$ref": "DeviceId"
          }
        },
        "deviceRam": {
          "$ref": "DeviceRam",
          "description": "Conditions on the device's RAM."
        },
        "systemOnChips": {
          "description": "Optional. The SoCs included by this selector. Only works for Android S+ devices.",
          "items": {
            "$ref": "SystemOnChip"
          },
          "type": "array"
        },
        "excludedDeviceIds": {
          "items": {
            "$ref": "DeviceId"
          },
          "description": "Device models excluded by this selector, even if they match all other conditions.",
          "type": "array"
        }
      },
      "type": "object"
    },
    "OneTimeProductTaxAndComplianceSettings": {
      "type": "object",
      "id": "OneTimeProductTaxAndComplianceSettings",
      "description": "Details about taxation, Google Play policy and legal compliance for one-time products.",
      "properties": {
        "productTaxCategoryCode": {
          "description": "Product tax category code to assign to the one-time product. Product tax category determines the transaction tax rates applied to the product. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/16408159) for more information.",
          "type": "string"
        },
        "isTokenizedDigitalAsset": {
          "description": "Whether this one-time product is declared as a product representing a tokenized digital asset.",
          "type": "boolean"
        },
        "regionalProductAgeRatingInfos": {
          "items": {
            "$ref": "RegionalProductAgeRatingInfo"
          },
          "type": "array",
          "description": "Regional age rating information. Currently this field is only supported for region code `US`."
        },
        "regionalTaxConfigs": {
          "items": {
            "$ref": "RegionalTaxConfig"
          },
          "type": "array",
          "description": "Regional tax configuration."
        }
      }
    },
    "PolicyGroupResponse": {
      "properties": {
        "groups": {
          "description": "Optional. Groups of responses to questions.",
          "items": {
            "$ref": "Group"
          },
          "type": "array"
        }
      },
      "description": "A repeated group of responses.",
      "type": "object",
      "id": "PolicyGroupResponse"
    },
    "BatchUpdateOneTimeProductsRequest": {
      "type": "object",
      "properties": {
        "requests": {
          "items": {
            "$ref": "UpdateOneTimeProductRequest"
          },
          "type": "array",
          "description": "Required. A list of update requests of up to 100 elements. All requests must update different one-time products."
        }
      },
      "id": "BatchUpdateOneTimeProductsRequest",
      "description": "Request message for BatchUpdateOneTimeProduct."
    },
    "PaidAppDetails": {
      "properties": {},
      "id": "PaidAppDetails",
      "description": "Details of a paid app purchase.",
      "type": "object"
    },
    "GetSubscriptionOfferRequest": {
      "id": "GetSubscriptionOfferRequest",
      "type": "object",
      "properties": {
        "packageName": {
          "type": "string",
          "description": "Required. The parent app (package name) of the offer to get."
        },
        "basePlanId": {
          "description": "Required. The parent base plan (ID) of the offer to get.",
          "type": "string"
        },
        "productId": {
          "type": "string",
          "description": "Required. The parent subscription (ID) of the offer to get."
        },
        "offerId": {
          "type": "string",
          "description": "Required. The unique offer ID of the offer to get."
        }
      },
      "description": "Request message for GetSubscriptionOffer."
    },
    "OneTimeProductPurchaseOption": {
      "type": "object",
      "id": "OneTimeProductPurchaseOption",
      "description": "A single purchase option for a one-time product.",
      "properties": {
        "offerTags": {
          "items": {
            "$ref": "OfferTag"
          },
          "type": "array",
          "description": "Optional. List of up to 20 custom tags specified for this purchase option, and returned to the app through the billing library. Offers for this purchase option will also receive these tags in the billing library."
        },
        "newRegionsConfig": {
          "description": "Pricing information for any new locations Play may launch in the future. If omitted, the purchase option will not be automatically available in any new locations Play may launch in the future.",
          "$ref": "OneTimeProductPurchaseOptionNewRegionsConfig"
        },
        "purchaseOptionId": {
          "description": "Required. Immutable. The unique identifier of this purchase option. Must be unique within the one-time product. It must start with a number or lower-case letter, and can only contain lower-case letters (a-z), numbers (0-9), and hyphens (-). The maximum length is 63 characters.",
          "type": "string"
        },
        "state": {
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Default value, should never be used.",
            "The purchase option is not and has never been available to users.",
            "The purchase option is available to users.",
            "The purchase option is not available to users anymore.",
            "The purchase option is not available for purchase anymore, but we continue to expose its offer via the Play Billing Library for backwards compatibility. Only automatically migrated purchase options can be in this state."
          ],
          "description": "Output only. The state of the purchase option, i.e., whether it's active. This field cannot be changed by updating the resource. Use the dedicated endpoints instead.",
          "enum": [
            "STATE_UNSPECIFIED",
            "DRAFT",
            "ACTIVE",
            "INACTIVE",
            "INACTIVE_PUBLISHED"
          ]
        },
        "rentOption": {
          "description": "A purchase option that can be rented.",
          "$ref": "OneTimeProductRentPurchaseOption"
        },
        "taxAndComplianceSettings": {
          "description": "Optional. Details about taxes and legal compliance.",
          "$ref": "PurchaseOptionTaxAndComplianceSettings"
        },
        "regionalPricingAndAvailabilityConfigs": {
          "type": "array",
          "description": "Regional pricing and availability information for this purchase option.",
          "items": {
            "$ref": "OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig"
          }
        },
        "buyOption": {
          "$ref": "OneTimeProductBuyPurchaseOption",
          "description": "A purchase option that can be bought."
        }
      }
    },
    "ScreenDensity": {
      "type": "object",
      "properties": {
        "densityAlias": {
          "type": "string",
          "enumDescriptions": [
            "Unspecified screen density.",
            "NODPI screen density.",
            "LDPI screen density.",
            "MDPI screen density.",
            "TVDPI screen density.",
            "HDPI screen density.",
            "XHDPI screen density.",
            "XXHDPI screen density.",
            "XXXHDPI screen density."
          ],
          "enum": [
            "DENSITY_UNSPECIFIED",
            "NODPI",
            "LDPI",
            "MDPI",
            "TVDPI",
            "HDPI",
            "XHDPI",
            "XXHDPI",
            "XXXHDPI"
          ],
          "description": "Alias for a screen density."
        },
        "densityDpi": {
          "description": "Value for density dpi.",
          "format": "int32",
          "type": "integer"
        }
      },
      "description": "Represents a screen density.",
      "id": "ScreenDensity"
    },
    "ListSubscriptionOffersResponse": {
      "description": "Response message for ListSubscriptionOffers.",
      "type": "object",
      "properties": {
        "subscriptionOffers": {
          "items": {
            "$ref": "SubscriptionOffer"
          },
          "type": "array",
          "description": "The subscription offers from the specified subscription."
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "id": "ListSubscriptionOffersResponse"
    },
    "SdkVersionTargeting": {
      "type": "object",
      "properties": {
        "value": {
          "type": "array",
          "description": "Value of an sdk version.",
          "items": {
            "$ref": "SdkVersion"
          }
        },
        "alternatives": {
          "items": {
            "$ref": "SdkVersion"
          },
          "description": "Targeting of other sibling directories that were in the Bundle. For main splits this is targeting of other main splits.",
          "type": "array"
        }
      },
      "description": "Targeting based on sdk version.",
      "id": "SdkVersionTargeting"
    },
    "InappproductsBatchDeleteRequest": {
      "id": "InappproductsBatchDeleteRequest",
      "description": "Request to delete multiple in-app products.",
      "type": "object",
      "properties": {
        "requests": {
          "description": "Individual delete requests. At least one request is required. Can contain up to 100 requests. All requests must correspond to different in-app products.",
          "items": {
            "$ref": "InappproductsDeleteRequest"
          },
          "type": "array"
        }
      }
    },
    "OneTimeProductPurchaseOptionNewRegionsConfig": {
      "id": "OneTimeProductPurchaseOptionNewRegionsConfig",
      "type": "object",
      "properties": {
        "availability": {
          "enum": [
            "AVAILABILITY_UNSPECIFIED",
            "AVAILABLE",
            "NO_LONGER_AVAILABLE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified availability. Must not be used.",
            "The config will be used for any new regions Play may launch in the future.",
            "The config is not available anymore and will not be used for any new regions Play may launch in the future. This value can only be used if the availability was previously set as AVAILABLE."
          ],
          "description": "Required. The regional availability for the new regions config. When set to AVAILABLE, the pricing information will be used for any new regions Play may launch in the future."
        },
        "eurPrice": {
          "description": "Required. Price in EUR to use for any new regions Play may launch in.",
          "$ref": "Money"
        },
        "usdPrice": {
          "$ref": "Money",
          "description": "Required. Price in USD to use for any new regions Play may launch in."
        }
      },
      "description": "Pricing information for any new regions Play may launch in the future."
    },
    "RevokeSubscriptionPurchaseResponse": {
      "id": "RevokeSubscriptionPurchaseResponse",
      "type": "object",
      "description": "Response for the purchases.subscriptionsv2.revoke API.",
      "properties": {}
    },
    "UpdateSubscriptionRequest": {
      "id": "UpdateSubscriptionRequest",
      "description": "Request message for UpdateSubscription.",
      "type": "object",
      "properties": {
        "updateMask": {
          "format": "google-fieldmask",
          "type": "string",
          "description": "Required. The list of fields to be updated."
        },
        "subscription": {
          "$ref": "Subscription",
          "description": "Required. The subscription to update."
        },
        "regionsVersion": {
          "$ref": "RegionsVersion",
          "description": "Required. The version of the available regions being used for the subscription."
        },
        "allowMissing": {
          "type": "boolean",
          "description": "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."
        },
        "latencyTolerance": {
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "type": "string",
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ]
        }
      }
    },
    "OfferPhaseDetails": {
      "properties": {
        "introductoryPriceDetails": {
          "$ref": "IntroductoryPriceDetails",
          "description": "The order funds an introductory pricing period."
        },
        "freeTrialDetails": {
          "$ref": "FreeTrialDetails",
          "description": "The order funds a free trial period."
        },
        "prorationPeriodDetails": {
          "$ref": "ProrationPeriodDetails",
          "description": "The order funds a proration period."
        },
        "baseDetails": {
          "description": "The order funds a base price period.",
          "$ref": "BaseDetails"
        }
      },
      "type": "object",
      "id": "OfferPhaseDetails",
      "description": "Details of a pricing phase for the entitlement period funded by this order."
    },
    "AssetModuleMetadata": {
      "properties": {
        "name": {
          "type": "string",
          "description": "Module name."
        },
        "deliveryType": {
          "enum": [
            "UNKNOWN_DELIVERY_TYPE",
            "INSTALL_TIME",
            "ON_DEMAND",
            "FAST_FOLLOW"
          ],
          "type": "string",
          "description": "Indicates the delivery type for persistent install.",
          "enumDescriptions": [
            "Unspecified delivery type.",
            "This module will always be downloaded as part of the initial install of the app.",
            "This module is requested on-demand, which means it will not be part of the initial install, and will only be sent when requested by the client.",
            "This module will be downloaded immediately after initial install finishes. The app can be opened before these modules are downloaded."
          ]
        }
      },
      "id": "AssetModuleMetadata",
      "description": "Metadata of an asset module.",
      "type": "object"
    },
    "FullRefund": {
      "description": "A full refund of the remaining amount of a transaction.",
      "id": "FullRefund",
      "type": "object",
      "properties": {}
    },
    "PolicyMultipleChoiceResponse": {
      "id": "PolicyMultipleChoiceResponse",
      "properties": {
        "values": {
          "description": "Optional. Provided values.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "description": "Any response where multiple options can be chosen from several possibilities."
    },
    "DeobfuscationFilesUploadResponse": {
      "properties": {
        "deobfuscationFile": {
          "description": "The uploaded Deobfuscation File configuration.",
          "$ref": "DeobfuscationFile"
        }
      },
      "description": "Responses for the upload.",
      "id": "DeobfuscationFilesUploadResponse",
      "type": "object"
    },
    "RegionalPriceMigrationConfig": {
      "id": "RegionalPriceMigrationConfig",
      "properties": {
        "regionCode": {
          "type": "string",
          "description": "Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g. \"US\"."
        },
        "oldestAllowedPriceVersionTime": {
          "description": "Required. Subscribers in all legacy price cohorts before this time will be migrated to the current price. Subscribers in any newer price cohorts are unaffected. Affected subscribers will receive one or more notifications from Google Play about the price change. Price decreases occur at the subscriber's next billing date. Price increases occur at the subscriber's next billing date following a notification period that varies by region and price increase type.",
          "format": "google-datetime",
          "type": "string"
        },
        "priceIncreaseType": {
          "description": "Optional. The requested type of price increase",
          "enumDescriptions": [
            "Unspecified state.",
            "Subscribers must accept the price increase or their subscription is canceled.",
            "Subscribers are notified but do not have to accept the price increase. Opt-out price increases not meeting regional, frequency, and amount limits will proceed as opt-in price increase. The first opt-out price increase for each app must be initiated in the Google Play Console."
          ],
          "enum": [
            "PRICE_INCREASE_TYPE_UNSPECIFIED",
            "PRICE_INCREASE_TYPE_OPT_IN",
            "PRICE_INCREASE_TYPE_OPT_OUT"
          ],
          "type": "string"
        }
      },
      "type": "object",
      "description": "Configuration for migration of a legacy price cohort."
    },
    "ActivatePurchaseOptionRequest": {
      "description": "Request message for UpdatePurchaseOptionState.",
      "properties": {
        "productId": {
          "type": "string",
          "description": "Required. The parent one-time product (ID) of the purchase option to activate."
        },
        "packageName": {
          "description": "Required. The parent app (package name) of the purchase option to activate.",
          "type": "string"
        },
        "purchaseOptionId": {
          "description": "Required. The purchase option ID of the purchase option to activate.",
          "type": "string"
        },
        "latencyTolerance": {
          "type": "string",
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ]
        }
      },
      "id": "ActivatePurchaseOptionRequest",
      "type": "object"
    },
    "OneTimeProductOffer": {
      "type": "object",
      "id": "OneTimeProductOffer",
      "description": "A single offer for a one-time product.",
      "properties": {
        "discountedOffer": {
          "description": "A discounted offer.",
          "$ref": "OneTimeProductDiscountedOffer"
        },
        "regionalPricingAndAvailabilityConfigs": {
          "description": "Set of regional pricing and availability information for this offer. Must not have duplicate entries with the same region_code.",
          "items": {
            "$ref": "OneTimeProductOfferRegionalPricingAndAvailabilityConfig"
          },
          "type": "array"
        },
        "purchaseOptionId": {
          "description": "Required. Immutable. The ID of the purchase option to which this offer is an extension.",
          "type": "string"
        },
        "offerId": {
          "description": "Required. Immutable. The ID of this product offer. Must be unique within the purchase option. It must start with a number or lower-case letter, and can only contain lower-case letters (a-z), numbers (0-9), and hyphens (-). The maximum length is 63 characters.",
          "type": "string"
        },
        "preOrderOffer": {
          "description": "A pre-order offer.",
          "$ref": "OneTimeProductPreOrderOffer"
        },
        "productId": {
          "description": "Required. Immutable. The ID of the parent product this offer belongs to.",
          "type": "string"
        },
        "offerTags": {
          "description": "Optional. List of up to 20 custom tags specified for this offer, and returned to the app through the billing library.",
          "items": {
            "$ref": "OfferTag"
          },
          "type": "array"
        },
        "packageName": {
          "type": "string",
          "description": "Required. Immutable. The package name of the app the parent product belongs to."
        },
        "regionsVersion": {
          "readOnly": true,
          "description": "Output only. The version of the regions configuration that was used to generate the one-time product offer.",
          "$ref": "RegionsVersion"
        },
        "state": {
          "description": "Output only. The current state of this offer. This field cannot be changed by updating the resource. Use the dedicated endpoints instead.",
          "enumDescriptions": [
            "Default value, should never be used.",
            "The offer is not and has never been available to users.",
            "The offer is available to users, as long as its conditions are met.",
            "This state is specific to pre-orders. The offer is cancelled and not available to users. All pending orders related to this offer were cancelled.",
            "This state is specific to discounted offers. The offer is no longer available to users."
          ],
          "enum": [
            "STATE_UNSPECIFIED",
            "DRAFT",
            "ACTIVE",
            "CANCELLED",
            "INACTIVE"
          ],
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "AppVersionRange": {
      "type": "object",
      "id": "AppVersionRange",
      "properties": {
        "versionCodeStart": {
          "description": "Lowest app version in the range, inclusive.",
          "format": "int64",
          "type": "string"
        },
        "versionCodeEnd": {
          "format": "int64",
          "description": "Highest app version in the range, inclusive.",
          "type": "string"
        }
      },
      "description": "Data format for a continuous range of app versions."
    },
    "AddTargetingRequest": {
      "id": "AddTargetingRequest",
      "properties": {
        "targetingUpdate": {
          "description": "Specifies targeting updates such as regions, android sdk versions etc.",
          "$ref": "TargetingUpdate"
        }
      },
      "type": "object",
      "description": "Request message for AddTargeting."
    },
    "ListRecentUpdateEventsResponse": {
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "recentUpdateEvents": {
          "description": "The list of recent update events.",
          "type": "array",
          "items": {
            "$ref": "RecentUpdateEvent"
          }
        }
      },
      "type": "object",
      "description": "Response message for ListRecentUpdateEvents.",
      "id": "ListRecentUpdateEventsResponse"
    },
    "RentalDetails": {
      "id": "RentalDetails",
      "properties": {},
      "description": "Details of a rental purchase.",
      "type": "object"
    },
    "CatalogDeviceSelector": {
      "type": "object",
      "properties": {
        "deviceTypeSelector": {
          "description": "The device type selector.",
          "enumDescriptions": [
            "Unspecified device type selector.",
            "Android Go device type."
          ],
          "type": "string",
          "enum": [
            "DEVICE_TYPE_SELECTOR_UNSPECIFIED",
            "ANDROID_GO"
          ]
        },
        "ramSelector": {
          "description": "Defines a RAM selector for a device.",
          "$ref": "RamSelector"
        },
        "socSelectors": {
          "description": "The SOC selectors. A device matches the device selector if it matches any of the SOC selectors.",
          "items": {
            "$ref": "SocSelector"
          },
          "type": "array"
        }
      },
      "id": "CatalogDeviceSelector",
      "description": "Defines a device selector for a device. A device is considered matched if it matches any of given the selectors."
    },
    "ApksAddExternallyHostedRequest": {
      "type": "object",
      "properties": {
        "externallyHostedApk": {
          "description": "The definition of the externally-hosted APK and where it is located.",
          "$ref": "ExternallyHostedApk"
        }
      },
      "id": "ApksAddExternallyHostedRequest",
      "description": "Request to create a new externally hosted APK."
    },
    "UsesPermission": {
      "id": "UsesPermission",
      "properties": {
        "name": {
          "description": "The name of the permission requested.",
          "type": "string"
        },
        "maxSdkVersion": {
          "format": "int32",
          "description": "Optionally, the maximum SDK version for which the permission is required.",
          "type": "integer"
        }
      },
      "description": "A permission used by this APK.",
      "type": "object"
    },
    "UploadImageRequest": {
      "properties": {},
      "id": "UploadImageRequest",
      "description": "Request to upload an image.",
      "type": "object"
    },
    "SocSelector": {
      "type": "object",
      "id": "SocSelector",
      "description": "Defines a SOC selector for a device. This will match any device whose SoC (System on Chip) matches all fields in the selector.",
      "properties": {
        "socMake": {
          "type": "string",
          "description": "The manufacturer of the SoC."
        },
        "socModel": {
          "description": "The model of the SoC.",
          "type": "string"
        }
      }
    },
    "CountryTargeting": {
      "id": "CountryTargeting",
      "description": "Country targeting specification.",
      "type": "object",
      "properties": {
        "includeRestOfWorld": {
          "description": "Include \"rest of world\" as well as explicitly targeted countries.",
          "type": "boolean"
        },
        "countries": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Countries to target, specified as two letter [CLDR codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html)."
        }
      }
    },
    "DeviceFeatureTargeting": {
      "description": "Targeting for a device feature.",
      "properties": {
        "requiredFeature": {
          "description": "Feature of the device.",
          "$ref": "DeviceFeature"
        }
      },
      "type": "object",
      "id": "DeviceFeatureTargeting"
    },
    "PriceStepUpConsentDetails": {
      "properties": {
        "consentDeadlineTime": {
          "description": "The deadline by which the user must provide consent. If consent is not provided by this time, the subscription will be canceled.",
          "type": "string",
          "format": "google-datetime"
        },
        "state": {
          "readOnly": true,
          "enum": [
            "CONSENT_STATE_UNSPECIFIED",
            "PENDING",
            "CONFIRMED",
            "COMPLETED"
          ],
          "enumDescriptions": [
            "Unspecified consent state.",
            "The user has not yet provided consent.",
            "The user has consented, and the new price is waiting to take effect.",
            "The user has consented, and the new price has taken effect."
          ],
          "type": "string",
          "description": "Output only. The state of the price step-up consent."
        },
        "newPrice": {
          "description": "The new price which requires user consent.",
          "$ref": "Money"
        }
      },
      "description": "Information related to a price step-up that requires user consent.",
      "id": "PriceStepUpConsentDetails",
      "type": "object"
    },
    "RemoteInAppUpdateDataPerBundle": {
      "id": "RemoteInAppUpdateDataPerBundle",
      "description": "Data related to the recovery action at bundle level.",
      "properties": {
        "versionCode": {
          "description": "Version Code corresponding to the target bundle.",
          "type": "string",
          "format": "int64"
        },
        "totalDeviceCount": {
          "description": "Total number of devices affected by this recovery action associated with bundle of the app.",
          "format": "int64",
          "type": "string"
        },
        "recoveredDeviceCount": {
          "format": "int64",
          "description": "Total number of devices which have been rescued.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "UpdatePurchaseOptionStateRequest": {
      "id": "UpdatePurchaseOptionStateRequest",
      "description": "Request message to update the state of a one-time product purchase option.",
      "type": "object",
      "properties": {
        "deactivatePurchaseOptionRequest": {
          "$ref": "DeactivatePurchaseOptionRequest",
          "description": "Deactivates a purchase option. Once deactivated, the purchase option will become unavailable."
        },
        "activatePurchaseOptionRequest": {
          "$ref": "ActivatePurchaseOptionRequest",
          "description": "Activates a purchase option. Once activated, the purchase option will be available."
        }
      }
    },
    "DeviceMetadata": {
      "type": "object",
      "description": "Characteristics of the user's device.",
      "id": "DeviceMetadata",
      "properties": {
        "productName": {
          "description": "Device model name (e.g. Droid)",
          "type": "string"
        },
        "screenWidthPx": {
          "description": "Screen width in pixels",
          "type": "integer",
          "format": "int32"
        },
        "deviceClass": {
          "type": "string",
          "description": "Device class (e.g. tablet)"
        },
        "manufacturer": {
          "description": "Device manufacturer (e.g. Motorola)",
          "type": "string"
        },
        "cpuModel": {
          "type": "string",
          "description": "Device CPU model, e.g. \"MSM8974\""
        },
        "nativePlatform": {
          "type": "string",
          "description": "Comma separated list of native platforms (e.g. \"arm\", \"arm7\")"
        },
        "cpuMake": {
          "description": "Device CPU make, e.g. \"Qualcomm\"",
          "type": "string"
        },
        "screenHeightPx": {
          "description": "Screen height in pixels",
          "type": "integer",
          "format": "int32"
        },
        "screenDensityDpi": {
          "format": "int32",
          "type": "integer",
          "description": "Screen density in DPI"
        },
        "ramMb": {
          "format": "int32",
          "description": "Device RAM in Megabytes, e.g. \"2048\"",
          "type": "integer"
        },
        "glEsVersion": {
          "description": "OpenGL version",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GeneratedRecoveryApk": {
      "id": "GeneratedRecoveryApk",
      "type": "object",
      "description": "Download metadata for an app recovery module.",
      "properties": {
        "moduleName": {
          "description": "Name of the module which recovery apk belongs to.",
          "type": "string"
        },
        "recoveryStatus": {
          "enumDescriptions": [
            "RecoveryStatus is unspecified.",
            "The app recovery action has not been canceled since it has been created.",
            "The recovery action has been canceled. The action cannot be resumed.",
            "The recovery action is in the draft state and has not yet been deployed to users.",
            "The recovery action is generating recovery apks.",
            "The app recovery action generation has failed."
          ],
          "description": "The status of the recovery action corresponding to the recovery apk.",
          "enum": [
            "RECOVERY_STATUS_UNSPECIFIED",
            "RECOVERY_STATUS_ACTIVE",
            "RECOVERY_STATUS_CANCELED",
            "RECOVERY_STATUS_DRAFT",
            "RECOVERY_STATUS_GENERATION_IN_PROGRESS",
            "RECOVERY_STATUS_GENERATION_FAILED"
          ],
          "type": "string"
        },
        "downloadId": {
          "description": "Download ID, which uniquely identifies the APK to download. Should be supplied to `generatedapks.download` method.",
          "type": "string"
        },
        "recoveryId": {
          "description": "ID of the recovery action.",
          "format": "int64",
          "type": "string"
        }
      }
    },
    "AutoRenewingPlan": {
      "id": "AutoRenewingPlan",
      "description": "Information related to an auto renewing plan.",
      "properties": {
        "installmentDetails": {
          "$ref": "InstallmentPlan",
          "description": "The installment plan commitment and state related info for the auto renewing plan."
        },
        "priceStepUpConsentDetails": {
          "description": "The information of the latest price step-up consent.",
          "$ref": "PriceStepUpConsentDetails"
        },
        "recurringPrice": {
          "description": "The current recurring price of the auto renewing plan. Note that the price does not take into account discounts and does not include taxes. For tax-exclusive pricing, please call orders.get API instead if transaction details are needed.",
          "$ref": "Money"
        },
        "priceChangeDetails": {
          "$ref": "SubscriptionItemPriceChangeDetails",
          "description": "The information of the last price change for the item since subscription signup."
        },
        "autoRenewEnabled": {
          "type": "boolean",
          "description": "If the subscription is currently set to auto-renew, e.g. the user has not canceled the subscription"
        }
      },
      "type": "object"
    },
    "ProrationPeriodDetails": {
      "properties": {
        "originalOfferPhase": {
          "type": "string",
          "enum": [
            "OFFER_PHASE_UNSPECIFIED",
            "BASE",
            "INTRODUCTORY",
            "FREE_TRIAL"
          ],
          "enumDescriptions": [
            "Offer phase unspecified. This value is not used.",
            "The order funds a base price period.",
            "The order funds an introductory pricing period.",
            "The order funds a free trial period."
          ],
          "description": "Represent the original offer phase from the purchased the line item if the proration period contains any of them. For example, a proration period from CHARGE_FULL_PRICE plan change may merge the 1st offer phase of the subscription offer of the new product user purchased. In this case, the original offer phase will be set here."
        }
      },
      "description": "Details of a proration period. A proration period can be a period calculated during a plan change to cover existing entitlements (For more information, see [Allow users to upgrade, downgrade, or change their subscription](https://developer.android.com/google/play/billing/subscriptions#allow-users-change), or a prorated period to align add-on renewal dates with the base (For more information, see [Rules applicable for items in the purchase](https://developer.android.com/google/play/billing/subscription-with-addons#rules-base-addons)).",
      "type": "object",
      "id": "ProrationPeriodDetails"
    },
    "AddTargetingResponse": {
      "id": "AddTargetingResponse",
      "properties": {},
      "type": "object",
      "description": "Response message for AddTargeting."
    },
    "ListOneTimeProductsResponse": {
      "description": "Response message for ListOneTimeProducts.",
      "type": "object",
      "id": "ListOneTimeProductsResponse",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "oneTimeProducts": {
          "type": "array",
          "items": {
            "$ref": "OneTimeProduct"
          },
          "description": "The one-time products from the specified app."
        }
      }
    },
    "ApkBinary": {
      "description": "Represents the binary payload of an APK.",
      "type": "object",
      "id": "ApkBinary",
      "properties": {
        "sha256": {
          "description": "A sha256 hash of the APK payload, encoded as a hex string and matching the output of the sha256sum command.",
          "type": "string"
        },
        "sha1": {
          "type": "string",
          "description": "A sha1 hash of the APK payload, encoded as a hex string and matching the output of the sha1sum command."
        }
      }
    },
    "DeobfuscationFile": {
      "description": "Represents a deobfuscation file.",
      "properties": {
        "symbolType": {
          "description": "The type of the deobfuscation file.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified deobfuscation file type.",
            "Proguard deobfuscation file type.",
            "Native debugging symbols file type."
          ],
          "enum": [
            "deobfuscationFileTypeUnspecified",
            "proguard",
            "nativeCode"
          ]
        }
      },
      "type": "object",
      "id": "DeobfuscationFile"
    },
    "CancelSubscriptionPurchaseResponse": {
      "description": "Response for the purchases.subscriptionsv2.cancel API.",
      "properties": {},
      "id": "CancelSubscriptionPurchaseResponse",
      "type": "object"
    },
    "ModuleTargeting": {
      "type": "object",
      "description": "Targeting on the module level.",
      "properties": {
        "sdkVersionTargeting": {
          "description": "The sdk version that the variant targets",
          "$ref": "SdkVersionTargeting"
        },
        "deviceFeatureTargeting": {
          "items": {
            "$ref": "DeviceFeatureTargeting"
          },
          "type": "array",
          "description": "Targeting for device features."
        },
        "userCountriesTargeting": {
          "description": "Countries-level targeting",
          "$ref": "UserCountriesTargeting"
        }
      },
      "id": "ModuleTargeting"
    },
    "Timestamp": {
      "id": "Timestamp",
      "description": "A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution. The count is relative to an epoch at UTC midnight on January 1, 1970.",
      "properties": {
        "seconds": {
          "type": "string",
          "description": "Represents seconds of UTC time since Unix epoch.",
          "format": "int64"
        },
        "nanos": {
          "description": "Non-negative fractions of a second at nanosecond resolution. Must be from 0 to 999,999,999 inclusive.",
          "type": "integer",
          "format": "int32"
        }
      },
      "type": "object"
    },
    "EnrollAppResponse": {
      "type": "object",
      "properties": {
        "signingCertificate": {
          "$ref": "CertificateHashes",
          "description": "The signing certificate hashes for the app. Always set."
        },
        "uploadCertificate": {
          "description": "The upload certificate hashes for the app. Set iff pem_upload_certificate was set in the request.",
          "$ref": "CertificateHashes"
        }
      },
      "description": "Response to enroll an app into Play signing.",
      "id": "EnrollAppResponse"
    },
    "ApksAddExternallyHostedResponse": {
      "description": "Response for creating a new externally hosted APK.",
      "properties": {
        "externallyHostedApk": {
          "$ref": "ExternallyHostedApk",
          "description": "The definition of the externally-hosted APK and where it is located."
        }
      },
      "id": "ApksAddExternallyHostedResponse",
      "type": "object"
    },
    "ManagedProductTaxAndComplianceSettings": {
      "type": "object",
      "id": "ManagedProductTaxAndComplianceSettings",
      "properties": {
        "regionalProductAgeRatingInfos": {
          "type": "array",
          "items": {
            "$ref": "RegionalProductAgeRatingInfo"
          },
          "description": "Regional age rating information. Currently this field is only supported for region code `US`."
        },
        "taxRateInfoByRegionCode": {
          "type": "object",
          "description": "A mapping from region code to tax rate details. The keys are region codes as defined by Unicode's \"CLDR\".",
          "additionalProperties": {
            "$ref": "RegionalTaxRateInfo"
          }
        },
        "isTokenizedDigitalAsset": {
          "description": "Whether this in-app product is declared as a product representing a tokenized digital asset.",
          "type": "boolean"
        },
        "eeaWithdrawalRightType": {
          "enum": [
            "WITHDRAWAL_RIGHT_TYPE_UNSPECIFIED",
            "WITHDRAWAL_RIGHT_DIGITAL_CONTENT",
            "WITHDRAWAL_RIGHT_SERVICE"
          ],
          "type": "string",
          "enumDescriptions": [
            "",
            "",
            ""
          ],
          "description": "Digital content or service classification for products distributed to users in the European Economic Area (EEA). The withdrawal regime under EEA consumer laws depends on this classification. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/10463498) for more information."
        },
        "productTaxCategoryCode": {
          "description": "Product tax category code to assign to the in-app product. Product tax category determines the transaction tax rates applied to the product. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/16408159) for more information.",
          "type": "string"
        }
      },
      "description": "Details about taxation and legal compliance for managed products."
    },
    "RentOfferDetails": {
      "description": "Offer details information related to a rental line item.",
      "id": "RentOfferDetails",
      "properties": {},
      "type": "object"
    },
    "AppDetails": {
      "description": "The app details. The resource for DetailsService.",
      "properties": {
        "contactPhone": {
          "description": "The user-visible support telephone number for this app.",
          "type": "string"
        },
        "contactWebsite": {
          "description": "The user-visible website for this app.",
          "type": "string"
        },
        "contactEmail": {
          "type": "string",
          "description": "The user-visible support email for this app."
        },
        "defaultLanguage": {
          "type": "string",
          "description": "Default language code, in BCP 47 format (eg \"en-US\")."
        }
      },
      "type": "object",
      "id": "AppDetails"
    },
    "SubscriptionPurchaseLineItem": {
      "id": "SubscriptionPurchaseLineItem",
      "description": "Item-level info for a subscription purchase.",
      "type": "object",
      "properties": {
        "latestSuccessfulOrderId": {
          "type": "string",
          "description": "The order id of the latest successful order associated with this item. Not present if the item is not owned by the user yet (e.g. the item being deferred replaced to)."
        },
        "itemReplacement": {
          "$ref": "ItemReplacement",
          "description": "Details of the item being replaced. This field is only populated if this item replaced another item in a previous subscription and is only available for 60 days after the purchase time."
        },
        "autoRenewingPlan": {
          "description": "The item is auto renewing.",
          "$ref": "AutoRenewingPlan"
        },
        "deferredItemReplacement": {
          "description": "Information for deferred item replacement.",
          "$ref": "DeferredItemReplacement"
        },
        "expiryTime": {
          "format": "google-datetime",
          "description": "Time at which the subscription expired or will expire unless the access is extended (ex. renews).",
          "type": "string"
        },
        "productId": {
          "description": "The purchased product ID (for example, 'monthly001').",
          "type": "string"
        },
        "signupPromotion": {
          "description": "Promotion details about this item. Only set if a promotion was applied during signup.",
          "$ref": "SignupPromotion"
        },
        "deferredItemRemoval": {
          "$ref": "DeferredItemRemoval",
          "description": "Information for deferred item removal."
        },
        "prepaidPlan": {
          "description": "The item is prepaid.",
          "$ref": "PrepaidPlan"
        },
        "offerPhase": {
          "$ref": "OfferPhase",
          "description": "Current offer phase details for this item."
        },
        "offerDetails": {
          "description": "The offer details for this item.",
          "$ref": "OfferDetails"
        }
      }
    },
    "InappproductsListResponse": {
      "id": "InappproductsListResponse",
      "properties": {
        "tokenPagination": {
          "description": "Pagination token, to handle a number of products that is over one page.",
          "$ref": "TokenPagination"
        },
        "kind": {
          "type": "string",
          "description": "The kind of this response (\"androidpublisher#inappproductsListResponse\")."
        },
        "pageInfo": {
          "deprecated": true,
          "$ref": "PageInfo",
          "description": "Deprecated and unset."
        },
        "inappproduct": {
          "items": {
            "$ref": "InAppProduct"
          },
          "type": "array",
          "description": "All in-app products."
        }
      },
      "description": "Response listing all in-app products.",
      "type": "object"
    },
    "BatchUpdateBasePlanStatesRequest": {
      "type": "object",
      "description": "Request message for BatchUpdateBasePlanStates.",
      "properties": {
        "requests": {
          "type": "array",
          "items": {
            "$ref": "UpdateBasePlanStateRequest"
          },
          "description": "Required. The update request list of up to 100 elements. All requests must update different base plans."
        }
      },
      "id": "BatchUpdateBasePlanStatesRequest"
    },
    "ExternalTransactionAddress": {
      "properties": {
        "regionCode": {
          "description": "Required. Two letter region code based on ISO-3166-1 Alpha-2 (UN region codes).",
          "type": "string"
        },
        "administrativeArea": {
          "description": "Optional. Top-level administrative subdivision of the country/region. Only required for transactions in India. Valid values are \"ANDAMAN AND NICOBAR ISLANDS\", \"ANDHRA PRADESH\", \"ARUNACHAL PRADESH\", \"ASSAM\", \"BIHAR\", \"CHANDIGARH\", \"CHHATTISGARH\", \"DADRA AND NAGAR HAVELI\", \"DADRA AND NAGAR HAVELI AND DAMAN AND DIU\", \"DAMAN AND DIU\", \"DELHI\", \"GOA\", \"GUJARAT\", \"HARYANA\", \"HIMACHAL PRADESH\", \"JAMMU AND KASHMIR\", \"JHARKHAND\", \"KARNATAKA\", \"KERALA\", \"LADAKH\", \"LAKSHADWEEP\", \"MADHYA PRADESH\", \"MAHARASHTRA\", \"MANIPUR\", \"MEGHALAYA\", \"MIZORAM\", \"NAGALAND\", \"ODISHA\", \"PUDUCHERRY\", \"PUNJAB\", \"RAJASTHAN\", \"SIKKIM\", \"TAMIL NADU\", \"TELANGANA\", \"TRIPURA\", \"UTTAR PRADESH\", \"UTTARAKHAND\", and \"WEST BENGAL\".",
          "type": "string"
        }
      },
      "id": "ExternalTransactionAddress",
      "description": "User's address for the external transaction.",
      "type": "object"
    },
    "ExternalSubscription": {
      "id": "ExternalSubscription",
      "properties": {
        "subscriptionType": {
          "description": "Required. The type of the external subscription.",
          "enum": [
            "SUBSCRIPTION_TYPE_UNSPECIFIED",
            "RECURRING",
            "PREPAID"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified, do not use.",
            "This is a recurring subscription where the user is charged every billing cycle.",
            "This is a prepaid subscription where the user pays up front."
          ]
        }
      },
      "type": "object",
      "description": "Details of an external subscription."
    },
    "AppEdit": {
      "description": "An app edit. The resource for EditsService.",
      "properties": {
        "expiryTimeSeconds": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time (as seconds since Epoch) at which the edit will expire and will be no longer valid for use."
        },
        "id": {
          "readOnly": true,
          "description": "Output only. Identifier of the edit. Can be used in subsequent API calls.",
          "type": "string"
        }
      },
      "id": "AppEdit",
      "type": "object"
    },
    "UpdateSubscriptionOfferStateRequest": {
      "description": "Request message to update the state of a subscription offer.",
      "properties": {
        "activateSubscriptionOfferRequest": {
          "$ref": "ActivateSubscriptionOfferRequest",
          "description": "Activates an offer. Once activated, the offer will be available to new subscribers."
        },
        "deactivateSubscriptionOfferRequest": {
          "$ref": "DeactivateSubscriptionOfferRequest",
          "description": "Deactivates an offer. Once deactivated, the offer will become unavailable to new subscribers, but existing subscribers will maintain their subscription"
        }
      },
      "id": "UpdateSubscriptionOfferStateRequest",
      "type": "object"
    },
    "RefundEvent": {
      "id": "RefundEvent",
      "description": "Details of when the order was fully refunded.",
      "properties": {
        "refundDetails": {
          "$ref": "RefundDetails",
          "description": "Details for the full refund."
        },
        "eventTime": {
          "format": "google-datetime",
          "description": "The time when the order was fully refunded.",
          "type": "string"
        },
        "refundReason": {
          "description": "The reason the order was refunded.",
          "enum": [
            "REFUND_REASON_UNSPECIFIED",
            "OTHER",
            "CHARGEBACK"
          ],
          "type": "string",
          "enumDescriptions": [
            "Refund reason unspecified. This value is not used.",
            "The order was refunded for a reason other than the listed reasons here.",
            "The order was charged back."
          ]
        }
      },
      "type": "object"
    },
    "SubscriptionOfferPhase": {
      "id": "SubscriptionOfferPhase",
      "description": "A single phase of a subscription offer.",
      "type": "object",
      "properties": {
        "regionalConfigs": {
          "type": "array",
          "description": "Required. The region-specific configuration of this offer phase. This list must contain exactly one entry for each region for which the subscription offer has a regional config.",
          "items": {
            "$ref": "RegionalSubscriptionOfferPhaseConfig"
          }
        },
        "duration": {
          "description": "Required. The duration of a single recurrence of this phase. Specified in ISO 8601 format.",
          "type": "string"
        },
        "otherRegionsConfig": {
          "$ref": "OtherRegionsSubscriptionOfferPhaseConfig",
          "description": "Pricing information for any new locations Play may launch in."
        },
        "recurrenceCount": {
          "description": "Required. The number of times this phase repeats. If this offer phase is not free, each recurrence charges the user the price of this offer phase.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "ConvertedOtherRegionsPrice": {
      "properties": {
        "eurPrice": {
          "description": "Price in EUR to use for the \"Other regions\" location exclusive of taxes.",
          "$ref": "Money"
        },
        "usdPrice": {
          "description": "Price in USD to use for the \"Other regions\" location exclusive of taxes.",
          "$ref": "Money"
        }
      },
      "type": "object",
      "description": "Converted other regions prices.",
      "id": "ConvertedOtherRegionsPrice"
    },
    "UserComment": {
      "type": "object",
      "id": "UserComment",
      "description": "User entry from conversation between user and developer.",
      "properties": {
        "reviewerLanguage": {
          "description": "Language code for the reviewer. This is taken from the device settings so is not guaranteed to match the language the review is written in. May be absent.",
          "type": "string"
        },
        "text": {
          "type": "string",
          "description": "The content of the comment, i.e. review body. In some cases users have been able to write a review with separate title and body; in those cases the title and body are concatenated and separated by a tab character."
        },
        "appVersionCode": {
          "description": "Integer version code of the app as installed at the time the review was written. May be absent.",
          "type": "integer",
          "format": "int32"
        },
        "thumbsUpCount": {
          "format": "int32",
          "description": "Number of users who have given this review a thumbs up.",
          "type": "integer"
        },
        "thumbsDownCount": {
          "description": "Number of users who have given this review a thumbs down.",
          "type": "integer",
          "format": "int32"
        },
        "androidOsVersion": {
          "format": "int32",
          "description": "Integer Android SDK version of the user's device at the time the review was written, e.g. 23 is Marshmallow. May be absent.",
          "type": "integer"
        },
        "lastModified": {
          "description": "The last time at which this comment was updated.",
          "$ref": "Timestamp"
        },
        "device": {
          "type": "string",
          "description": "Codename for the reviewer's device, e.g. klte, flounder. May be absent."
        },
        "deviceMetadata": {
          "$ref": "DeviceMetadata",
          "description": "Information about the characteristics of the user's device."
        },
        "originalText": {
          "type": "string",
          "description": "Untranslated text of the review, where the review was translated. If the review was not translated this is left blank."
        },
        "appVersionName": {
          "type": "string",
          "description": "String version name of the app as installed at the time the review was written. May be absent."
        },
        "starRating": {
          "description": "The star rating associated with the review, from 1 to 5.",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "BuyerAddress": {
      "type": "object",
      "description": "Address information for the customer, for use in tax computation.",
      "properties": {
        "buyerPostcode": {
          "description": "Postal code of an address. When Google is the Merchant of Record for the order, this information is not included.",
          "type": "string"
        },
        "buyerState": {
          "description": "Top-level administrative subdivision of the buyer address country. When Google is the Merchant of Record for the order, this information is not included.",
          "type": "string"
        },
        "buyerCountry": {
          "description": "Two letter country code based on ISO-3166-1 Alpha-2 (UN country codes).",
          "type": "string"
        }
      },
      "id": "BuyerAddress"
    },
    "RevocationContext": {
      "description": "Revocation context of the purchases.subscriptionsv2.revoke API.",
      "id": "RevocationContext",
      "properties": {
        "itemBasedRefund": {
          "$ref": "RevocationContextItemBasedRefund",
          "description": "Optional. Used when a specific item should be refunded in a subscription with add-on items."
        },
        "fullRefund": {
          "$ref": "RevocationContextFullRefund",
          "description": "Optional. Used when users should be refunded the full amount of latest charge on each item in the subscription."
        },
        "proratedRefund": {
          "description": "Optional. Used when users should be refunded a prorated amount they paid for their subscription based on the amount of time remaining in a subscription.",
          "$ref": "RevocationContextProratedRefund"
        }
      },
      "type": "object"
    },
    "CreateAppStoreHostedAppRequest": {
      "type": "object",
      "properties": {
        "packageName": {
          "type": "string",
          "description": "Required. Package name of the app."
        }
      },
      "id": "CreateAppStoreHostedAppRequest",
      "description": "Request to create a new app record for an app store hosted app."
    },
    "RefundExternalTransactionRequest": {
      "id": "RefundExternalTransactionRequest",
      "description": "A request to refund an existing external transaction.",
      "properties": {
        "fullRefund": {
          "$ref": "FullRefund",
          "description": "A full-amount refund."
        },
        "partialRefund": {
          "description": "A partial refund.",
          "$ref": "PartialRefund"
        },
        "refundTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Required. The time that the transaction was refunded."
        }
      },
      "type": "object"
    },
    "ReviewsReplyResponse": {
      "description": "Response on status of replying to a review.",
      "properties": {
        "result": {
          "description": "The result of replying/updating a reply to review.",
          "$ref": "ReviewReplyResult"
        }
      },
      "type": "object",
      "id": "ReviewsReplyResponse"
    },
    "UpdateOneTimeProductRequest": {
      "type": "object",
      "id": "UpdateOneTimeProductRequest",
      "properties": {
        "oneTimeProduct": {
          "description": "Required. The one-time product to upsert.",
          "$ref": "OneTimeProduct"
        },
        "latencyTolerance": {
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "description": "Optional. The latency tolerance for the propagation of this product upsert. Defaults to latency-sensitive."
        },
        "regionsVersion": {
          "$ref": "RegionsVersion",
          "description": "Required. The version of the available regions being used for the one-time product."
        },
        "updateMask": {
          "type": "string",
          "description": "Required. The list of fields to be updated.",
          "format": "google-fieldmask"
        },
        "allowMissing": {
          "type": "boolean",
          "description": "Optional. If set to true, and the one-time product with the given package_name and product_id doesn't exist, the one-time product will be created. If a new one-time product is created, update_mask is ignored."
        }
      },
      "description": "Request message for UpdateOneTimeProduct."
    },
    "BatchGetOneTimeProductOffersResponse": {
      "id": "BatchGetOneTimeProductOffersResponse",
      "type": "object",
      "properties": {
        "oneTimeProductOffers": {
          "type": "array",
          "description": "The list of updated one-time product offers, in the same order as the request.",
          "items": {
            "$ref": "OneTimeProductOffer"
          }
        }
      },
      "description": "Response message for the BatchGetOneTimeProductOffers endpoint."
    },
    "NestedPolicyResponse": {
      "description": "An individual nested response to a policy question about an app. Nested responses are like regular responses but without groups.",
      "properties": {
        "questionId": {
          "description": "Required. ID of the question being answered.",
          "type": "string"
        },
        "booleanResponse": {
          "$ref": "PolicyBooleanResponse",
          "description": "Optional. A boolean response."
        },
        "multipleChoiceResponse": {
          "$ref": "PolicyMultipleChoiceResponse",
          "description": "Optional. A multiple choice response."
        },
        "singleChoiceResponse": {
          "description": "Optional. A single choice response.",
          "$ref": "PolicySingleChoiceResponse"
        },
        "stringResponse": {
          "description": "Optional. A string response.",
          "$ref": "PolicyStringResponse"
        },
        "documentResponse": {
          "description": "Optional. A document response.",
          "$ref": "PolicyDocumentResponse"
        }
      },
      "id": "NestedPolicyResponse",
      "type": "object"
    },
    "LanguageTargeting": {
      "id": "LanguageTargeting",
      "description": "Targeting based on language.",
      "type": "object",
      "properties": {
        "alternatives": {
          "description": "Alternative languages.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "value": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "ISO-639: 2 or 3 letter language code."
        }
      }
    },
    "UserCountrySet": {
      "type": "object",
      "id": "UserCountrySet",
      "properties": {
        "countryCodes": {
          "items": {
            "type": "string"
          },
          "description": "List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- \"IT\" for Italy, \"GE\" for Georgia.",
          "type": "array"
        },
        "name": {
          "type": "string",
          "description": "Country set name."
        }
      },
      "description": "A set of user countries. A country set determines what variation of app content gets served to a specific location."
    },
    "DeviceCompatibilityRequirements": {
      "type": "object",
      "properties": {
        "requiredSystemFeatures": {
          "type": "array",
          "description": "The system features that the app requires. A device must have all of the system features to be considered compatible with the app.",
          "items": {
            "type": "string"
          }
        },
        "sdkVersion": {
          "$ref": "CatalogSdkVersion",
          "description": "Defines a range of SDK versions that the app is compatible with."
        },
        "supportedScreens": {
          "items": {
            "enumDescriptions": [
              "Unspecified screen size.",
              "Small screen size.",
              "Normal screen size.",
              "Large screen size.",
              "Extra large screen size."
            ],
            "type": "string",
            "enum": [
              "SCREEN_SIZE_UNSPECIFIED",
              "SCREEN_SIZE_SMALL",
              "SCREEN_SIZE_NORMAL",
              "SCREEN_SIZE_LARGE",
              "SCREEN_SIZE_EXTRA_LARGE"
            ]
          },
          "description": "Compatible screens as listed in the `supports-screens` Manifest tag.",
          "type": "array"
        },
        "isScreenRequired": {
          "type": "boolean",
          "description": "Specifies if the app requires a screen."
        },
        "usesConfigurations": {
          "items": {
            "$ref": "UsesConfiguration"
          },
          "description": "Lists all configurations marked as required by use of the `uses-configuration` manifest tag. Each instance of this proto represents a single `uses-configuration` entry. See http://developer.android.com/guide/topics/manifest/uses-configuration-element.html",
          "type": "array"
        },
        "compatibleScreens": {
          "description": "Compatible screens as listed in the `compatible-screens` Manifest tag.",
          "items": {
            "$ref": "CompatibleScreen"
          },
          "type": "array"
        },
        "nativePlatforms": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of required ABIs (Application Binary Interface), e.g. `armeabi` or `x86`."
        },
        "requiredSoftwareLibraries": {
          "items": {
            "type": "string"
          },
          "description": "List of required libraries as declared in the `uses-library` manifest tag.",
          "type": "array"
        },
        "supportedGlTextures": {
          "type": "array",
          "description": "Supported gl textures as specified by the `supported-gl-texture` Manifest tag.",
          "items": {
            "type": "string"
          }
        },
        "glEsVersion": {
          "format": "int32",
          "description": "Required version of OpenGL ES.",
          "type": "integer"
        },
        "use32BitAbi": {
          "enumDescriptions": [
            "Unspecified 32-bit ABI usage.",
            "Value of use32BitAbi is set to \"true\".",
            "Value of use32BitAbi is not set or set to something other than \"true\"."
          ],
          "type": "string",
          "enum": [
            "USE_32_BIT_ABI_UNSPECIFIED",
            "USE_32_BIT_ABI_TRUE",
            "USE_32_BIT_ABI_OTHER"
          ],
          "description": "Value of `android:use32BitAbi` flag retrieved from the Manifest."
        },
        "requiresSmallestWidthDp": {
          "type": "string",
          "format": "int64",
          "description": "Specifies the minimum smallest width required of the screen."
        }
      },
      "id": "DeviceCompatibilityRequirements",
      "description": "Defines a set of device compatibility requirements for the app. A device must satisfy all of the requirements in a set to be considered compatible with the app."
    },
    "BasePriceOfferPhase": {
      "description": "Details about base price offer phase.",
      "properties": {},
      "id": "BasePriceOfferPhase",
      "type": "object"
    },
    "LocalizedText": {
      "id": "LocalizedText",
      "type": "object",
      "description": "Localized text in given language.",
      "properties": {
        "text": {
          "description": "The text in the given language.",
          "type": "string"
        },
        "language": {
          "description": "Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German).",
          "type": "string"
        }
      }
    },
    "DeveloperInitiatedCancellation": {
      "description": "Information specific to cancellations initiated by developers.",
      "properties": {},
      "id": "DeveloperInitiatedCancellation",
      "type": "object"
    },
    "BatchMigrateBasePlanPricesResponse": {
      "properties": {
        "responses": {
          "items": {
            "$ref": "MigrateBasePlanPricesResponse"
          },
          "description": "Contains one response per requested price migration, in the same order as the request.",
          "type": "array"
        }
      },
      "id": "BatchMigrateBasePlanPricesResponse",
      "type": "object",
      "description": "Response message for BatchMigrateBasePlanPrices."
    },
    "ReviewsListResponse": {
      "id": "ReviewsListResponse",
      "properties": {
        "pageInfo": {
          "description": "Information about the current page.",
          "$ref": "PageInfo"
        },
        "tokenPagination": {
          "$ref": "TokenPagination",
          "description": "Pagination token, to handle a number of products that is over one page."
        },
        "reviews": {
          "items": {
            "$ref": "Review"
          },
          "type": "array",
          "description": "List of reviews."
        }
      },
      "type": "object",
      "description": "Response listing reviews."
    },
    "GeneratedApksListResponse": {
      "description": "Response to list generated APKs.",
      "type": "object",
      "properties": {
        "generatedApks": {
          "items": {
            "$ref": "GeneratedApksPerSigningKey"
          },
          "type": "array",
          "description": "All generated APKs, grouped by the APK signing key."
        }
      },
      "id": "GeneratedApksListResponse"
    },
    "PrepaidPlan": {
      "type": "object",
      "description": "Information related to a prepaid plan.",
      "id": "PrepaidPlan",
      "properties": {
        "allowExtendAfterTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "If present, this is the time after which top up purchases are allowed for the prepaid plan. Will not be present for expired prepaid plans."
        }
      }
    },
    "OneTimeCode": {
      "id": "OneTimeCode",
      "type": "object",
      "properties": {},
      "description": "A single use promotion code."
    },
    "Apk": {
      "properties": {
        "versionCode": {
          "format": "int32",
          "description": "The version code of the APK, as specified in the manifest file.",
          "type": "integer"
        },
        "binary": {
          "description": "Information about the binary payload of this APK.",
          "$ref": "ApkBinary"
        }
      },
      "type": "object",
      "description": "Information about an APK. The resource for ApksService.",
      "id": "Apk"
    },
    "FreeTrialOfferPhase": {
      "description": "Details about free trial offer phase.",
      "type": "object",
      "properties": {},
      "id": "FreeTrialOfferPhase"
    },
    "BatchMigrateBasePlanPricesRequest": {
      "type": "object",
      "id": "BatchMigrateBasePlanPricesRequest",
      "properties": {
        "requests": {
          "description": "Required. Up to 100 price migration requests. All requests must update different base plans.",
          "items": {
            "$ref": "MigrateBasePlanPricesRequest"
          },
          "type": "array"
        }
      },
      "description": "Request message for BatchMigrateBasePlanPrices."
    },
    "OneTimeProduct": {
      "type": "object",
      "description": "A single one-time product for an app.",
      "properties": {
        "listings": {
          "description": "Required. Set of localized title and description data. Must not have duplicate entries with the same language_code.",
          "type": "array",
          "items": {
            "$ref": "OneTimeProductListing"
          }
        },
        "regionsVersion": {
          "description": "Output only. The version of the regions configuration that was used to generate the one-time product.",
          "readOnly": true,
          "$ref": "RegionsVersion"
        },
        "purchaseOptions": {
          "description": "Required. The set of purchase options for this one-time product.",
          "items": {
            "$ref": "OneTimeProductPurchaseOption"
          },
          "type": "array"
        },
        "productId": {
          "description": "Required. Immutable. Unique product ID of the product. Unique within the parent app. Product IDs must start with a number or lowercase letter, and can contain numbers (0-9), lowercase letters (a-z), underscores (_), and periods (.).",
          "type": "string"
        },
        "offerTags": {
          "items": {
            "$ref": "OfferTag"
          },
          "type": "array",
          "description": "Optional. List of up to 20 custom tags specified for this one-time product, and returned to the app through the billing library. Purchase options and offers for this product will also receive these tags in the billing library."
        },
        "taxAndComplianceSettings": {
          "$ref": "OneTimeProductTaxAndComplianceSettings",
          "description": "Details about taxes and legal compliance."
        },
        "packageName": {
          "description": "Required. Immutable. Package name of the parent app.",
          "type": "string"
        },
        "restrictedPaymentCountries": {
          "$ref": "RestrictedPaymentCountries",
          "description": "Optional. Countries where the purchase of this one-time product is restricted to payment methods registered in the same country. If empty, no payment location restrictions are imposed."
        }
      },
      "id": "OneTimeProduct"
    },
    "RevocationContextProratedRefund": {
      "type": "object",
      "properties": {},
      "id": "RevocationContextProratedRefund",
      "description": "Used to determine if the refund type in the RevocationContext is a prorated refund."
    },
    "Targeting": {
      "description": "Targeting details for a recovery action such as regions, android sdk levels, app versions etc.",
      "type": "object",
      "id": "Targeting",
      "properties": {
        "versionList": {
          "$ref": "AppVersionList",
          "description": "Target version codes as a list."
        },
        "versionRange": {
          "description": "Target version codes as a range.",
          "$ref": "AppVersionRange"
        },
        "allUsers": {
          "description": "All users are targeted.",
          "$ref": "AllUsers"
        },
        "androidSdks": {
          "$ref": "AndroidSdks",
          "description": "Targeting is based on android api levels of devices."
        },
        "regions": {
          "$ref": "Regions",
          "description": "Targeting is based on the user account region."
        }
      }
    },
    "TargetingUpdate": {
      "description": "Update type for targeting. Note it is always a subset Targeting.",
      "type": "object",
      "properties": {
        "androidSdks": {
          "$ref": "AndroidSdks",
          "description": "Additional android sdk levels are targeted by the recovery action."
        },
        "allUsers": {
          "description": "All users are targeted.",
          "$ref": "AllUsers"
        },
        "regions": {
          "description": "Additional regions are targeted by the recovery action.",
          "$ref": "Regions"
        }
      },
      "id": "TargetingUpdate"
    },
    "ApksListResponse": {
      "id": "ApksListResponse",
      "type": "object",
      "description": "Response listing all APKs.",
      "properties": {
        "kind": {
          "description": "The kind of this response (\"androidpublisher#apksListResponse\").",
          "type": "string"
        },
        "apks": {
          "type": "array",
          "items": {
            "$ref": "Apk"
          },
          "description": "All APKs."
        }
      }
    },
    "OutOfAppPurchaseContext": {
      "description": "Information specific to an out of app purchase.",
      "id": "OutOfAppPurchaseContext",
      "type": "object",
      "properties": {
        "expiredExternalAccountIdentifiers": {
          "$ref": "ExternalAccountIdentifiers",
          "description": "User account identifier from the last expired subscription for this SKU."
        },
        "expiredPurchaseToken": {
          "description": "The purchase token of the last expired subscription. This purchase token must only be used to help identify the user if the link between the purchaseToken and user is stored in your database. This cannot be used to call the Google Developer API if it has been more than 60 days since expiry.",
          "type": "string"
        }
      }
    },
    "ProcessedEvent": {
      "id": "ProcessedEvent",
      "type": "object",
      "description": "Details of when the order was processed.",
      "properties": {
        "eventTime": {
          "description": "The time when the order was processed.",
          "type": "string",
          "format": "google-datetime"
        }
      }
    },
    "AppStoreAppActiveApks": {
      "description": "Information about active APKs of an app store hosted app.",
      "id": "AppStoreAppActiveApks",
      "properties": {
        "activeApkSets": {
          "type": "array",
          "items": {
            "$ref": "AppStoreAppActiveApkSet"
          },
          "description": "Required. List specifying which APK sets are distributed together. This list should contain all APKs that you're distributing for this app. Add an entry for each individual installable set of APKs."
        }
      },
      "type": "object"
    },
    "ScreenDensityTargeting": {
      "type": "object",
      "id": "ScreenDensityTargeting",
      "properties": {
        "value": {
          "type": "array",
          "items": {
            "$ref": "ScreenDensity"
          },
          "description": "Value of a screen density."
        },
        "alternatives": {
          "type": "array",
          "description": "Targeting of other sibling directories that were in the Bundle. For main splits this is targeting of other main splits.",
          "items": {
            "$ref": "ScreenDensity"
          }
        }
      },
      "description": "Targeting based on screen density."
    },
    "TestPurchaseContext": {
      "description": "Context about a test purchase.",
      "properties": {
        "fopType": {
          "type": "string",
          "enum": [
            "FOP_TYPE_UNSPECIFIED",
            "TEST"
          ],
          "description": "The fop type of the test purchase.",
          "enumDescriptions": [
            "Fop type unspecified. This value should never be set.",
            "The purchase was made using a test card."
          ]
        }
      },
      "id": "TestPurchaseContext",
      "type": "object"
    },
    "DeployAppRecoveryResponse": {
      "type": "object",
      "properties": {},
      "id": "DeployAppRecoveryResponse",
      "description": "Response message for DeployAppRecovery."
    },
    "ItemExpiryTimeDetails": {
      "type": "object",
      "id": "ItemExpiryTimeDetails",
      "description": "Expiry time details of a subscription item.",
      "properties": {
        "productId": {
          "description": "The product ID of the subscription item (for example, 'premium_plan').",
          "type": "string"
        },
        "expiryTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The new expiry time for this subscription item."
        }
      }
    },
    "UsesConfiguration": {
      "type": "object",
      "id": "UsesConfiguration",
      "description": "Represents all configurations marked as required by use of the uses-configuration manifest tag.",
      "properties": {
        "requiredKeyboardType": {
          "description": "The type of keyboard required.",
          "enum": [
            "KEYBOARD_TYPE_UNSPECIFIED",
            "KEYBOARD_TYPE_UNDEFINED",
            "KEYBOARD_TYPE_NO_KEYS",
            "KEYBOARD_TYPE_QWERTY",
            "KEYBOARD_TYPE_TWELVE_KEY"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified keyboard type.",
            "Undefined keyboard type.",
            "No keys keyboard.",
            "Qwerty keyboard.",
            "Twelve key keyboard."
          ]
        },
        "requiredTouchscreenType": {
          "enumDescriptions": [
            "Unspecified touchscreen type.",
            "Undefined touchscreen type.",
            "No touchscreen.",
            "Stylus touchscreen.",
            "Finger touchscreen."
          ],
          "enum": [
            "TOUCHSCREEN_TYPE_UNSPECIFIED",
            "TOUCHSCREEN_TYPE_UNDEFINED",
            "TOUCHSCREEN_TYPE_NO_TOUCHSCREEN",
            "TOUCHSCREEN_TYPE_STYLUS",
            "TOUCHSCREEN_TYPE_FINGER"
          ],
          "type": "string",
          "description": "The type of touchscreen required."
        },
        "requiredNavigationType": {
          "enumDescriptions": [
            "Unspecified navigation type.",
            "Undefined navigation type.",
            "No navigation.",
            "Dpad navigation.",
            "Trackball navigation.",
            "Wheel navigation."
          ],
          "type": "string",
          "enum": [
            "NAVIGATION_TYPE_UNSPECIFIED",
            "NAVIGATION_TYPE_UNDEFINED",
            "NAVIGATION_TYPE_NO_NAVIGATION",
            "NAVIGATION_TYPE_DPAD",
            "NAVIGATION_TYPE_TRACKBALL",
            "NAVIGATION_TYPE_WHEEL"
          ],
          "description": "The navigation device required."
        },
        "requiresFiveWayNavigation": {
          "description": "Whether or not the application requires a five-way navigation control.",
          "type": "boolean"
        },
        "requiresHardwareKeyboard": {
          "description": "Whether or not the application requires a hardware keyboard.",
          "type": "boolean"
        }
      }
    },
    "BatchGetSubscriptionOffersRequest": {
      "description": "Request message for BatchGetSubscriptionOffers endpoint.",
      "properties": {
        "requests": {
          "type": "array",
          "description": "Required. A list of update requests of up to 100 elements. All requests must update different subscriptions.",
          "items": {
            "$ref": "GetSubscriptionOfferRequest"
          }
        }
      },
      "id": "BatchGetSubscriptionOffersRequest",
      "type": "object"
    },
    "Review": {
      "id": "Review",
      "type": "object",
      "description": "An Android app review.",
      "properties": {
        "comments": {
          "items": {
            "$ref": "Comment"
          },
          "description": "A repeated field containing comments for the review.",
          "type": "array"
        },
        "authorName": {
          "description": "The name of the user who wrote the review.",
          "type": "string"
        },
        "reviewId": {
          "description": "Unique identifier for this review.",
          "type": "string"
        }
      }
    },
    "EnrollNewApp": {
      "type": "object",
      "description": "Enroll a new app into Play signing.",
      "id": "EnrollNewApp",
      "properties": {
        "cloudKmsKeyAndCert": {
          "description": "Required. Self-hosted key. Once enrolled, this key will be used to sign your app.",
          "$ref": "CloudKmsKeyAndCert"
        }
      }
    },
    "OneTimeProductOfferNoPriceOverrideOptions": {
      "id": "OneTimeProductOfferNoPriceOverrideOptions",
      "description": "Options for one-time product offers without a regional price override.",
      "properties": {},
      "type": "object"
    },
    "InAppProductListing": {
      "id": "InAppProductListing",
      "type": "object",
      "properties": {
        "title": {
          "description": "Title for the store listing.",
          "type": "string"
        },
        "benefits": {
          "description": "Localized entitlement benefits for a subscription.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "description": {
          "description": "Description for the store listing.",
          "type": "string"
        }
      },
      "description": "Store listing of a single in-app product."
    },
    "CatalogSdkVersion": {
      "type": "object",
      "description": "Defines a range of SDK versions. A device is considered compatible uf its\\ SDK version falls within the min_sdk_version and max_sdk_version range.",
      "id": "CatalogSdkVersion",
      "properties": {
        "targetSdkVersion": {
          "description": "The target SDK version for the app.",
          "format": "int64",
          "type": "string"
        },
        "minSdkVersion": {
          "description": "The minimum SDK version required for the app (inclusive).",
          "format": "int64",
          "type": "string"
        },
        "maxSdkVersion": {
          "type": "string",
          "description": "The maximum SDK version required for the app (inclusive).",
          "format": "int64"
        }
      }
    },
    "OnHoldStateContext": {
      "type": "object",
      "description": "Additional context around subscriptions in ON_HOLD state.",
      "properties": {
        "renewalDeclined": {
          "$ref": "RenewalDeclinedContext",
          "description": "Optional. The payment for the renewal was declined."
        }
      },
      "id": "OnHoldStateContext"
    },
    "ConvertRegionPricesRequest": {
      "properties": {
        "price": {
          "$ref": "Money",
          "description": "The intital price to convert other regions from. Tax exclusive."
        },
        "productTaxCategoryCode": {
          "type": "string",
          "description": "Optional. Product tax category code in context. Product tax category determines the transaction tax rates applied to the product that will be factored into the price calculation. If not set, tax rates for the default product tax category will be used. Refer to the [Help Center article](https://support.google.com/googleplay/android-developer/answer/16408159) for more information."
        }
      },
      "description": "Request message for ConvertRegionPrices.",
      "id": "ConvertRegionPricesRequest",
      "type": "object"
    },
    "UpdateAppStoreHostedAppResponse": {
      "properties": {},
      "type": "object",
      "description": "Response for updating an app record for an app store hosted app.",
      "id": "UpdateAppStoreHostedAppResponse"
    },
    "ProductOfferDetails": {
      "type": "object",
      "id": "ProductOfferDetails",
      "description": "Offer details information related to a purchase line item.",
      "properties": {
        "consumptionState": {
          "enum": [
            "CONSUMPTION_STATE_UNSPECIFIED",
            "CONSUMPTION_STATE_YET_TO_BE_CONSUMED",
            "CONSUMPTION_STATE_CONSUMED"
          ],
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Consumption state unspecified. This value should never be set.",
            "Yet to be consumed.",
            "Consumed already."
          ],
          "description": "Output only. The consumption state of the purchase."
        },
        "quantity": {
          "type": "integer",
          "format": "int32",
          "description": "The quantity associated with the purchase of the inapp product."
        },
        "offerTags": {
          "items": {
            "type": "string"
          },
          "description": "The latest offer tags associated with the offer. It includes tags inherited from the purchase option.",
          "type": "array"
        },
        "refundableQuantity": {
          "description": "The quantity eligible for refund, i.e. quantity that hasn't been refunded. The value reflects quantity-based partial refunds and full refunds.",
          "format": "int32",
          "type": "integer"
        },
        "preorderOfferDetails": {
          "description": "Offer details for a preorder offer. This will only be set for preorders.",
          "$ref": "PreorderOfferDetails"
        },
        "purchaseOptionId": {
          "type": "string",
          "description": "The purchase option ID."
        },
        "rentOfferDetails": {
          "description": "Offer details about rent offers. This will only be set for rental line items.",
          "$ref": "RentOfferDetails"
        },
        "offerToken": {
          "type": "string",
          "description": "The per-transaction offer token used to make this purchase line item."
        },
        "offerId": {
          "description": "The offer ID. Only present for offers.",
          "type": "string"
        }
      }
    },
    "PolicyBooleanResponse": {
      "description": "Responses that will only ever be a boolean.",
      "properties": {
        "value": {
          "description": "Required. Provided boolean value.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "PolicyBooleanResponse"
    },
    "OneTimeProductOfferRegionalPricingAndAvailabilityConfig": {
      "description": "Regional pricing and availability configuration for a one-time product offer.",
      "properties": {
        "availability": {
          "description": "Required. The availability for this region.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified availability. Must not be used.",
            "The offer is available to users.",
            "The offer is no longer available to users. This value can only be used if the availability was previously set as AVAILABLE."
          ],
          "enum": [
            "AVAILABILITY_UNSPECIFIED",
            "AVAILABLE",
            "NO_LONGER_AVAILABLE"
          ]
        },
        "relativeDiscount": {
          "description": "The fraction of the purchase option price that the user pays for this offer. For example, if the purchase option price for this region is $12, then a 50% discount would correspond to a price of $6. The discount must be specified as a fraction strictly larger than 0 and strictly smaller than 1. The resulting price will be rounded to the nearest billable unit (e.g. cents for USD). The relative discount is considered invalid if the discounted price ends up being smaller than the minimum price allowed in this region.",
          "format": "double",
          "type": "number"
        },
        "absoluteDiscount": {
          "$ref": "Money",
          "description": "The absolute value of the discount that is subtracted from the purchase option price. It should be between 0 and the purchase option price."
        },
        "regionCode": {
          "type": "string",
          "description": "Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g., \"US\"."
        },
        "noOverride": {
          "$ref": "OneTimeProductOfferNoPriceOverrideOptions",
          "description": "The price defined in the purchase option for this region will be used."
        }
      },
      "type": "object",
      "id": "OneTimeProductOfferRegionalPricingAndAvailabilityConfig"
    },
    "CanceledStateContext": {
      "id": "CanceledStateContext",
      "description": "Information specific to a subscription in the SUBSCRIPTION_STATE_CANCELED or SUBSCRIPTION_STATE_EXPIRED state.",
      "properties": {
        "developerInitiatedCancellation": {
          "description": "Subscription was canceled by the developer.",
          "$ref": "DeveloperInitiatedCancellation"
        },
        "replacementCancellation": {
          "description": "Subscription was replaced by a new subscription.",
          "$ref": "ReplacementCancellation"
        },
        "systemInitiatedCancellation": {
          "$ref": "SystemInitiatedCancellation",
          "description": "Subscription was canceled by the system, for example because of a billing problem."
        },
        "userInitiatedCancellation": {
          "$ref": "UserInitiatedCancellation",
          "description": "Subscription was canceled by user."
        }
      },
      "type": "object"
    },
    "InstallmentPlan": {
      "description": "Information to a installment plan.",
      "id": "InstallmentPlan",
      "properties": {
        "remainingCommittedPaymentsCount": {
          "type": "integer",
          "format": "int32",
          "description": "Total number of committed payments remaining to be paid for in this renewal cycle."
        },
        "subsequentCommittedPaymentsCount": {
          "type": "integer",
          "description": "Total number of payments the user will be committed for after each commitment period. Empty means the installment plan will fall back to a normal auto-renew subscription after initial commitment.",
          "format": "int32"
        },
        "pendingCancellation": {
          "description": "If present, this installment plan is pending to be canceled. The cancellation will happen only after the user finished all committed payments.",
          "$ref": "PendingCancellation"
        },
        "initialCommittedPaymentsCount": {
          "type": "integer",
          "format": "int32",
          "description": "Total number of payments the user is initially committed for."
        }
      },
      "type": "object"
    },
    "ListAppRecoveriesResponse": {
      "properties": {
        "recoveryActions": {
          "description": "List of recovery actions associated with the requested package name.",
          "type": "array",
          "items": {
            "$ref": "AppRecoveryAction"
          }
        }
      },
      "id": "ListAppRecoveriesResponse",
      "description": "Response message for ListAppRecoveries. -- api-linter: core::0158::response-next-page-token-field=disabled",
      "type": "object"
    },
    "ExternalOfferDetails": {
      "properties": {
        "installedAppPackage": {
          "description": "Optional. The package name of the app downloaded through this transaction. Required when link_type is LINK_TO_APP_DOWNLOAD.",
          "type": "string"
        },
        "appDownloadEventExternalTransactionId": {
          "type": "string",
          "description": "Optional. The external transaction id associated with the app download event through an external link. Required when reporting transactions made in externally installed apps."
        },
        "installedAppCategory": {
          "type": "string",
          "description": "Optional. The category of the downloaded app though this transaction. This must match the category provided in Play Console during the external app verification process. Only required for app downloads.",
          "enum": [
            "EXTERNAL_OFFER_APP_CATEGORY_UNSPECIFIED",
            "APP",
            "GAME"
          ],
          "enumDescriptions": [
            "Unspecified, do not use.",
            "The app is classified under the app category.",
            "The app is classified under the game category."
          ]
        },
        "linkType": {
          "enumDescriptions": [
            "Unspecified, do not use.",
            "An offer to purchase digital content.",
            "An app install."
          ],
          "description": "Optional. The type of content being reported by this transaction. Required when reporting app downloads or purchased digital content offers made in app installed through Google Play.",
          "type": "string",
          "enum": [
            "EXTERNAL_OFFER_LINK_TYPE_UNSPECIFIED",
            "LINK_TO_DIGITAL_CONTENT_OFFER",
            "LINK_TO_APP_DOWNLOAD"
          ]
        }
      },
      "description": "Reporting details unique to the external offers program.",
      "type": "object",
      "id": "ExternalOfferDetails"
    },
    "IntroductoryPriceDetails": {
      "properties": {},
      "description": "Details of an introductory price pricing phase.",
      "type": "object",
      "id": "IntroductoryPriceDetails"
    },
    "ImagesUploadResponse": {
      "type": "object",
      "properties": {
        "image": {
          "description": "The uploaded image.",
          "$ref": "Image"
        }
      },
      "description": "Response for uploading an image.",
      "id": "ImagesUploadResponse"
    },
    "CreateAppStoreHostedAppResponse": {
      "id": "CreateAppStoreHostedAppResponse",
      "properties": {},
      "description": "Response for creating a new app record for an app store hosted app.",
      "type": "object"
    },
    "InAppProduct": {
      "type": "object",
      "id": "InAppProduct",
      "properties": {
        "defaultLanguage": {
          "description": "Default language of the localized data, as defined by BCP-47. e.g. \"en-US\".",
          "type": "string"
        },
        "trialPeriod": {
          "type": "string",
          "description": "Trial period, specified in ISO 8601 format. Acceptable values are anything between P7D (seven days) and P999D (999 days)."
        },
        "sku": {
          "description": "Stock-keeping-unit (SKU) of the product, unique within an app.",
          "type": "string"
        },
        "purchaseType": {
          "type": "string",
          "enum": [
            "purchaseTypeUnspecified",
            "managedUser",
            "subscription"
          ],
          "enumDescriptions": [
            "Unspecified purchase type.",
            "The default product type - one time purchase.",
            "In-app product with a recurring period."
          ],
          "description": "The type of the product, e.g. a recurring subscription."
        },
        "defaultPrice": {
          "$ref": "Price",
          "description": "Default price. Cannot be zero, as in-app products are never free. Always in the developer's Checkout merchant currency."
        },
        "managedProductTaxesAndComplianceSettings": {
          "$ref": "ManagedProductTaxAndComplianceSettings",
          "description": "Details about taxes and legal compliance. Only applicable to managed products."
        },
        "subscriptionTaxesAndComplianceSettings": {
          "description": "Details about taxes and legal compliance. Only applicable to subscription products.",
          "$ref": "SubscriptionTaxAndComplianceSettings"
        },
        "subscriptionPeriod": {
          "type": "string",
          "description": "Subscription period, specified in ISO 8601 format. Acceptable values are P1W (one week), P1M (one month), P3M (three months), P6M (six months), and P1Y (one year)."
        },
        "gracePeriod": {
          "description": "Grace period of the subscription, specified in ISO 8601 format. Allows developers to give their subscribers a grace period when the payment for the new recurrence period is declined. Acceptable values are P0D (zero days), P3D (three days), P7D (seven days), P14D (14 days), and P30D (30 days).",
          "type": "string"
        },
        "packageName": {
          "description": "Package name of the parent app.",
          "type": "string"
        },
        "status": {
          "type": "string",
          "description": "The status of the product, e.g. whether it's active.",
          "enum": [
            "statusUnspecified",
            "active",
            "inactive"
          ],
          "enumDescriptions": [
            "Unspecified status.",
            "The product is published and active in the store.",
            "The product is not published and therefore inactive in the store."
          ]
        },
        "prices": {
          "additionalProperties": {
            "$ref": "Price"
          },
          "description": "Prices per buyer region. None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2.",
          "type": "object"
        },
        "listings": {
          "description": "List of localized title and description data. Map key is the language of the localized data, as defined by BCP-47, e.g. \"en-US\".",
          "type": "object",
          "additionalProperties": {
            "$ref": "InAppProductListing"
          }
        }
      },
      "description": "An in-app product. The resource for InappproductsService."
    },
    "OrderHistory": {
      "type": "object",
      "description": "Details about events which modified the order.",
      "properties": {
        "partialRefundEvents": {
          "items": {
            "$ref": "PartialRefundEvent"
          },
          "description": "Details of the partial refund events for this order.",
          "type": "array"
        },
        "processedEvent": {
          "$ref": "ProcessedEvent",
          "description": "Details of when the order was processed."
        },
        "refundEvent": {
          "description": "Details of when the order was fully refunded.",
          "$ref": "RefundEvent"
        },
        "cancellationEvent": {
          "description": "Details of when the order was canceled.",
          "$ref": "CancellationEvent"
        }
      },
      "id": "OrderHistory"
    },
    "PartialRefund": {
      "id": "PartialRefund",
      "description": "A partial refund of a transaction.",
      "type": "object",
      "properties": {
        "refundPreTaxAmount": {
          "description": "Required. The pre-tax amount of the partial refund. Should be less than the remaining pre-tax amount of the transaction.",
          "$ref": "Price"
        },
        "refundId": {
          "description": "Required. A unique id distinguishing this partial refund. If the refund is successful, subsequent refunds with the same id will fail. Must be unique across refunds for one individual transaction.",
          "type": "string"
        }
      }
    },
    "RecentUpdateEvent": {
      "id": "RecentUpdateEvent",
      "properties": {
        "updateType": {
          "description": "The type of the update event.",
          "type": "string",
          "enumDescriptions": [
            "Default value. This value is not used.",
            "The app was modified.",
            "The app stopped being eligible for catalog inclusion or was removed from the Play Store."
          ],
          "enum": [
            "UPDATE_TYPE_UNSPECIFIED",
            "MODIFICATION",
            "DELETION"
          ]
        },
        "playAppPackageName": {
          "description": "The package name of the app.",
          "type": "string"
        },
        "eventTime": {
          "description": "The timestamp of the update.",
          "type": "string",
          "format": "google-datetime"
        }
      },
      "description": "A recent update event.",
      "type": "object"
    },
    "TrackConfig": {
      "id": "TrackConfig",
      "properties": {
        "type": {
          "description": "Required. Type of the new track. Currently, the only supported value is closedTesting.",
          "enumDescriptions": [
            "Fallback value, do not use.",
            "Closed testing track."
          ],
          "type": "string",
          "enum": [
            "TRACK_TYPE_UNSPECIFIED",
            "CLOSED_TESTING"
          ]
        },
        "track": {
          "type": "string",
          "description": "Required. Identifier of the new track. For default tracks, this field consists of the track alias only. Form factor tracks have a special prefix as an identifier, for example `wear:production`, `automotive:production`. This prefix must match the value of the `form_factor` field, if it is not a default track. [More on track name](https://developers.google.com/android-publisher/tracks#ff-track-name)"
        },
        "formFactor": {
          "enumDescriptions": [
            "Fallback value, do not use.",
            "Default track.",
            "Wear form factor track.",
            "Automotive form factor track."
          ],
          "description": "Required. Form factor of the new track. Defaults to the default track.",
          "enum": [
            "FORM_FACTOR_UNSPECIFIED",
            "DEFAULT",
            "WEAR",
            "AUTOMOTIVE"
          ],
          "type": "string"
        }
      },
      "description": "Configurations of the new track.",
      "type": "object"
    },
    "AppRecoveryAction": {
      "description": "Information about an app recovery action.",
      "id": "AppRecoveryAction",
      "type": "object",
      "properties": {
        "remoteInAppUpdateData": {
          "$ref": "RemoteInAppUpdateData",
          "description": "Data about the remote in-app update action such as such as recovered user base, recoverable user base etc. Set only if the recovery action type is Remote In-App Update."
        },
        "createTime": {
          "format": "google-datetime",
          "description": "Timestamp of when the app recovery action is created by the developer. It is always set after creation of the recovery action.",
          "type": "string"
        },
        "targeting": {
          "description": "Specifies targeting criteria for the recovery action such as regions, android sdk versions, app versions etc.",
          "$ref": "Targeting"
        },
        "lastUpdateTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Timestamp of when the developer last updated recovery action. In case the action is cancelled, it corresponds to cancellation time. It is always set after creation of the recovery action."
        },
        "status": {
          "description": "The status of the recovery action.",
          "enumDescriptions": [
            "RecoveryStatus is unspecified.",
            "The app recovery action has not been canceled since it has been created.",
            "The recovery action has been canceled. The action cannot be resumed.",
            "The recovery action is in the draft state and has not yet been deployed to users.",
            "The recovery action is generating recovery apks.",
            "The app recovery action generation has failed."
          ],
          "enum": [
            "RECOVERY_STATUS_UNSPECIFIED",
            "RECOVERY_STATUS_ACTIVE",
            "RECOVERY_STATUS_CANCELED",
            "RECOVERY_STATUS_DRAFT",
            "RECOVERY_STATUS_GENERATION_IN_PROGRESS",
            "RECOVERY_STATUS_GENERATION_FAILED"
          ],
          "type": "string"
        },
        "cancelTime": {
          "description": "Timestamp of when the app recovery action is canceled by the developer. Only set if the recovery action has been canceled.",
          "type": "string",
          "format": "google-datetime"
        },
        "appRecoveryId": {
          "description": "ID corresponding to the app recovery action.",
          "format": "int64",
          "type": "string"
        },
        "deployTime": {
          "description": "Timestamp of when the app recovery action is deployed to the users. Only set if the recovery action has been deployed.",
          "type": "string",
          "format": "google-datetime"
        }
      }
    },
    "InappproductsBatchUpdateResponse": {
      "description": "Response for a batch in-app product update.",
      "id": "InappproductsBatchUpdateResponse",
      "properties": {
        "inappproducts": {
          "type": "array",
          "items": {
            "$ref": "InAppProduct"
          },
          "description": "The updated or inserted in-app products."
        }
      },
      "type": "object"
    },
    "ListOneTimeProductOffersResponse": {
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "oneTimeProductOffers": {
          "items": {
            "$ref": "OneTimeProductOffer"
          },
          "description": "The one_time_product offers from the specified request.",
          "type": "array"
        }
      },
      "id": "ListOneTimeProductOffersResponse",
      "description": "Response message for ListOneTimeProductOffers."
    },
    "RegionalTaxConfig": {
      "id": "RegionalTaxConfig",
      "properties": {
        "regionCode": {
          "type": "string",
          "description": "Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g. \"US\"."
        },
        "taxTier": {
          "enumDescriptions": [
            "",
            "",
            "",
            "",
            "",
            ""
          ],
          "type": "string",
          "description": "Tax tier to specify reduced tax rate. Developers who sell digital news, magazines, newspapers, books, or audiobooks in various regions may be eligible for reduced tax rates. [Learn more](https://support.google.com/googleplay/android-developer/answer/10463498).",
          "enum": [
            "TAX_TIER_UNSPECIFIED",
            "TAX_TIER_BOOKS_1",
            "TAX_TIER_NEWS_1",
            "TAX_TIER_NEWS_2",
            "TAX_TIER_MUSIC_OR_AUDIO_1",
            "TAX_TIER_LIVE_OR_BROADCAST_1"
          ]
        },
        "eligibleForStreamingServiceTaxRate": {
          "description": "You must tell us if your app contains streaming products to correctly charge US state and local sales tax. Field only supported in the United States.",
          "type": "boolean"
        },
        "streamingTaxType": {
          "description": "To collect communications or amusement taxes in the United States, choose the appropriate tax category. [Learn more](https://support.google.com/googleplay/android-developer/answer/10463498#streaming_tax).",
          "type": "string",
          "enum": [
            "STREAMING_TAX_TYPE_UNSPECIFIED",
            "STREAMING_TAX_TYPE_TELCO_VIDEO_RENTAL",
            "STREAMING_TAX_TYPE_TELCO_VIDEO_SALES",
            "STREAMING_TAX_TYPE_TELCO_VIDEO_MULTI_CHANNEL",
            "STREAMING_TAX_TYPE_TELCO_AUDIO_RENTAL",
            "STREAMING_TAX_TYPE_TELCO_AUDIO_SALES",
            "STREAMING_TAX_TYPE_TELCO_AUDIO_MULTI_CHANNEL"
          ],
          "enumDescriptions": [
            "No telecommunications tax collected.",
            "US-specific telecommunications tax tier for video streaming, on demand, rentals / subscriptions / pay-per-view.",
            "US-specific telecommunications tax tier for video streaming of pre-recorded content like movies, tv shows.",
            "US-specific telecommunications tax tier for video streaming of multi-channel programming.",
            "US-specific telecommunications tax tier for audio streaming, rental / subscription.",
            "US-specific telecommunications tax tier for audio streaming, sale / permanent download.",
            "US-specific telecommunications tax tier for multi channel audio streaming like radio."
          ]
        }
      },
      "type": "object",
      "description": "Details about taxation in a given geographical region."
    },
    "BaseDetails": {
      "description": "Details of a base price pricing phase.",
      "properties": {},
      "type": "object",
      "id": "BaseDetails"
    },
    "TokenPagination": {
      "description": "Pagination information returned by a List operation when token pagination is enabled. List operations that supports paging return only one \"page\" of results. This protocol buffer message describes the page that has been returned. When using token pagination, clients should use the next/previous token to get another page of the result. The presence or absence of next/previous token indicates whether a next/previous page is available and provides a mean of accessing this page. ListRequest.page_token should be set to either next_page_token or previous_page_token to access another page.",
      "properties": {
        "previousPageToken": {
          "type": "string"
        },
        "nextPageToken": {
          "type": "string",
          "description": "Tokens to pass to the standard list field 'page_token'. Whenever available, tokens are preferred over manipulating start_index."
        }
      },
      "type": "object",
      "id": "TokenPagination"
    },
    "ExpansionFile": {
      "description": "An expansion file. The resource for ExpansionFilesService.",
      "type": "object",
      "properties": {
        "referencesVersion": {
          "format": "int32",
          "description": "If set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.",
          "type": "integer"
        },
        "fileSize": {
          "format": "int64",
          "description": "If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes.",
          "type": "string"
        }
      },
      "id": "ExpansionFile"
    },
    "ExternalTransactionTestPurchase": {
      "type": "object",
      "id": "ExternalTransactionTestPurchase",
      "properties": {},
      "description": "Represents a transaction performed using a test account. These transactions will not be charged by Google."
    },
    "UploadApkResponse": {
      "description": "Response for uploading an APK.",
      "properties": {
        "apkId": {
          "type": "string",
          "description": "The unique ID of the uploaded APK."
        }
      },
      "id": "UploadApkResponse",
      "type": "object"
    },
    "RecurringExternalTransaction": {
      "description": "Represents a transaction that is part of a recurring series of payments. This can be a subscription or a one-time product with multiple payments (such as preorder).",
      "type": "object",
      "properties": {
        "otherRecurringProduct": {
          "$ref": "OtherRecurringProduct",
          "description": "Details of a recurring external transaction product which doesn't belong to any other specific category."
        },
        "externalSubscription": {
          "description": "Details of an external subscription.",
          "$ref": "ExternalSubscription"
        },
        "externalTransactionToken": {
          "description": "Input only. Provided during the call to Create. Retrieved from the client when the alternative billing flow is launched. Required only for the initial purchase.",
          "type": "string"
        },
        "migratedTransactionProgram": {
          "type": "string",
          "enum": [
            "EXTERNAL_TRANSACTION_PROGRAM_UNSPECIFIED",
            "USER_CHOICE_BILLING",
            "ALTERNATIVE_BILLING_ONLY"
          ],
          "enumDescriptions": [
            "Unspecified transaction program. Not used.",
            "User choice billing, where a user may choose between Google Play Billing developer-managed billing.",
            "Alternative billing only, where users may only use developer-manager billing."
          ],
          "description": "Input only. Provided during the call to Create. Must only be used when migrating a subscription from manual monthly reporting to automated reporting."
        },
        "initialExternalTransactionId": {
          "description": "The external transaction id of the first transaction of this recurring series of transactions. For example, for a subscription this would be the transaction id of the first payment. Required when creating recurring external transactions.",
          "type": "string"
        }
      },
      "id": "RecurringExternalTransaction"
    },
    "SubscriptionDetails": {
      "description": "Details of a subscription purchase.",
      "properties": {
        "offerId": {
          "description": "The offer ID for the current subscription offer.",
          "type": "string"
        },
        "basePlanId": {
          "type": "string",
          "description": "The base plan ID of the subscription."
        },
        "offerPhase": {
          "deprecated": true,
          "type": "string",
          "enumDescriptions": [
            "Offer phase unspecified. This value is not used.",
            "The order funds a base price period.",
            "The order funds an introductory pricing period.",
            "The order funds a free trial period."
          ],
          "description": "Deprecated: Use offer_phase_details instead. The pricing phase for the billing period funded by this order.",
          "enum": [
            "OFFER_PHASE_UNSPECIFIED",
            "BASE",
            "INTRODUCTORY",
            "FREE_TRIAL"
          ]
        },
        "offerPhaseDetails": {
          "description": "The pricing phase details for the entitlement period funded by this order.",
          "$ref": "OfferPhaseDetails"
        },
        "servicePeriodEndTime": {
          "format": "google-datetime",
          "description": "The end of the billing period funded by this order. This is a snapshot of the billing/service period end time at the moment the order was processed, and should be used only for accounting. To get the current end time of the subscription service period, use purchases.subscriptionsv2.get.",
          "type": "string"
        },
        "servicePeriodStartTime": {
          "description": "The start of the billing period funded by this order. This is a snapshot of the billing/service period start time at the moment the order was processed, and should be used only for accounting.",
          "type": "string",
          "format": "google-datetime"
        }
      },
      "type": "object",
      "id": "SubscriptionDetails"
    },
    "CertificateHashes": {
      "properties": {
        "certificateHashSha1": {
          "description": "Hex-encoded SHA1 hash of the certificate. example: `86:61:97:1A:D5:EF:E5:74:1E:A7:5B:84:7C:68:37:65:CD:94:16:DE`",
          "type": "string"
        },
        "certificateHashSha256": {
          "type": "string",
          "description": "Hex-encoded SHA256 hash of the certificate. example: `94:49:C7:F3:A9:3C:F0:C5:5A:67:5D:DF:1C:83:73:2D:87:D5:62:55:E7:0B:15:0D:9E:6F:3C:F8:63:BB:7F:C1`"
        },
        "certificateHashMd5": {
          "description": "Hex-encoded MD5 hash of the certificate. example: `43:51:43:A1:B5:FC:8B:B7:0A:3A:A9:B1:0F:66:73:A8`",
          "type": "string"
        }
      },
      "id": "CertificateHashes",
      "description": "Hash digests of a certificate.",
      "type": "object"
    },
    "SubscriptionListing": {
      "description": "The consumer-visible metadata of a subscription.",
      "type": "object",
      "properties": {
        "title": {
          "description": "Required. The title of this subscription in the language of this listing. Plain text.",
          "type": "string"
        },
        "benefits": {
          "description": "A list of benefits shown to the user on platforms such as the Play Store and in restoration flows in the language of this listing. Plain text. Ordered list of at most four benefits.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "languageCode": {
          "description": "Required. The language of this listing, as defined by BCP-47, e.g. \"en-US\".",
          "type": "string"
        },
        "description": {
          "type": "string",
          "description": "The description of this subscription in the language of this listing. Maximum length - 200 characters. Plain text."
        }
      },
      "id": "SubscriptionListing"
    },
    "CloudKmsKey": {
      "description": "Reference to a private key hosted in developer-managed Google Cloud KMS.",
      "properties": {
        "cryptoKeyVersionResource": {
          "type": "string",
          "description": "Required. Resource identifier of the private key hosted in Google Cloud KMS. The Google Play service account must be granted Decrypt and Sign permissions on this resource. Format: projects//locations//keyRings//cryptoKeys//cryptoKeyVersions/"
        }
      },
      "id": "CloudKmsKey",
      "type": "object"
    },
    "BatchGetOneTimeProductsResponse": {
      "description": "Response message for the BatchGetOneTimeProducts endpoint.",
      "properties": {
        "oneTimeProducts": {
          "items": {
            "$ref": "OneTimeProduct"
          },
          "description": "The list of requested one-time products, in the same order as the request.",
          "type": "array"
        }
      },
      "id": "BatchGetOneTimeProductsResponse",
      "type": "object"
    },
    "SystemApksListResponse": {
      "properties": {
        "variants": {
          "type": "array",
          "items": {
            "$ref": "Variant"
          },
          "description": "All system APK variants created."
        }
      },
      "id": "SystemApksListResponse",
      "description": "Response to list previously created system APK variants.",
      "type": "object"
    },
    "KeyedGroup": {
      "description": "A group of responses, with a key.",
      "properties": {
        "responses": {
          "items": {
            "$ref": "NestedPolicyResponse"
          },
          "type": "array",
          "description": "Required. Responses in this group."
        },
        "key": {
          "description": "Required. Key for this group.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "KeyedGroup"
    },
    "OneTimeProductRentPurchaseOption": {
      "type": "object",
      "description": "A purchase option that can be rented.",
      "id": "OneTimeProductRentPurchaseOption",
      "properties": {
        "rentalPeriod": {
          "type": "string",
          "description": "Required. The amount of time a user has the entitlement for. Starts at purchase flow completion. Specified in ISO 8601 format."
        },
        "expirationPeriod": {
          "description": "Optional. The amount of time the user has after starting consuming the entitlement before it is revoked. Specified in ISO 8601 format.",
          "type": "string"
        }
      }
    },
    "DeveloperDetails": {
      "properties": {
        "address": {
          "type": "string",
          "description": "The physical address of the developer."
        },
        "website": {
          "description": "The website of the developer.",
          "type": "string"
        },
        "developerName": {
          "type": "string",
          "description": "The developer name of the app."
        },
        "contactEmail": {
          "description": "The contact email of the developer.",
          "type": "string"
        },
        "phoneNumber": {
          "type": "string",
          "description": "The phone number of the developer."
        }
      },
      "type": "object",
      "id": "DeveloperDetails",
      "description": "The developer details of a Google Play app."
    },
    "DeveloperComment": {
      "type": "object",
      "properties": {
        "lastModified": {
          "$ref": "Timestamp",
          "description": "The last time at which this comment was updated."
        },
        "text": {
          "description": "The content of the comment, i.e. reply body.",
          "type": "string"
        }
      },
      "description": "Developer entry from conversation between user and developer.",
      "id": "DeveloperComment"
    },
    "ExternalTransaction": {
      "properties": {
        "originalTaxAmount": {
          "description": "Required. The original tax amount. This represents the tax amount originally notified to Google before any refunds were applied.",
          "$ref": "Price"
        },
        "externalOfferDetails": {
          "description": "Optional. Details necessary to accurately report external offers transactions.",
          "$ref": "ExternalOfferDetails"
        },
        "oneTimeTransaction": {
          "$ref": "OneTimeExternalTransaction",
          "description": "This is a one-time transaction and not part of a subscription."
        },
        "currentPreTaxAmount": {
          "readOnly": true,
          "$ref": "Price",
          "description": "Output only. The current transaction amount before tax. This represents the current pre-tax amount including any refunds that may have been applied to this transaction."
        },
        "transactionState": {
          "readOnly": true,
          "description": "Output only. The current state of the transaction.",
          "enum": [
            "TRANSACTION_STATE_UNSPECIFIED",
            "TRANSACTION_REPORTED",
            "TRANSACTION_CANCELED"
          ],
          "enumDescriptions": [
            "Unspecified transaction state. Not used.",
            "The transaction has been successfully reported to Google.",
            "The transaction has been fully refunded."
          ],
          "type": "string"
        },
        "packageName": {
          "type": "string",
          "description": "Output only. The resource name of the external transaction. The package name of the application the inapp products were sold (for example, 'com.some.app').",
          "readOnly": true
        },
        "transactionTime": {
          "description": "Required. The time when the transaction was completed.",
          "format": "google-datetime",
          "type": "string"
        },
        "userTaxAddress": {
          "$ref": "ExternalTransactionAddress",
          "description": "Required. User address for tax computation."
        },
        "currentTaxAmount": {
          "description": "Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.",
          "$ref": "Price",
          "readOnly": true
        },
        "recurringTransaction": {
          "description": "This transaction is part of a recurring series of transactions.",
          "$ref": "RecurringExternalTransaction"
        },
        "originalPreTaxAmount": {
          "description": "Required. The original transaction amount before taxes. This represents the pre-tax amount originally notified to Google before any refunds were applied.",
          "$ref": "Price"
        },
        "externalTransactionId": {
          "description": "Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.",
          "type": "string",
          "readOnly": true
        },
        "createTime": {
          "description": "Output only. The time when this transaction was created. This is the time when Google was notified of the transaction.",
          "type": "string",
          "readOnly": true,
          "format": "google-datetime"
        },
        "testPurchase": {
          "readOnly": true,
          "description": "Output only. If set, this transaction was a test purchase. Google will not charge for a test transaction.",
          "$ref": "ExternalTransactionTestPurchase"
        },
        "transactionProgramCode": {
          "type": "integer",
          "description": "Optional. The transaction program code, used to help determine service fee for eligible apps participating in partner programs. Developers participating in the Play Media Experience Program (https://play.google.com/console/about/programs/mediaprogram/) must provide the program code when reporting alternative billing transactions. If you are an eligible developer, please contact your BDM for more information on how to set this field. Note: this field can not be used for external offers transactions.",
          "format": "int32"
        }
      },
      "type": "object",
      "id": "ExternalTransaction",
      "description": "The details of an external transaction."
    },
    "GetOneTimeProductOfferRequest": {
      "type": "object",
      "id": "GetOneTimeProductOfferRequest",
      "description": "Request message for GetOneTimeProductOffers.",
      "properties": {
        "productId": {
          "description": "Required. The parent one-time product (ID) of the offer to get.",
          "type": "string"
        },
        "purchaseOptionId": {
          "type": "string",
          "description": "Required. The parent purchase option (ID) of the offer to get."
        },
        "offerId": {
          "type": "string",
          "description": "Required. The unique offer ID of the offer to get."
        },
        "packageName": {
          "description": "Required. The parent app (package name) of the offer to get.",
          "type": "string"
        }
      }
    },
    "ProductLineItem": {
      "description": "Contains item-level info for a ProductPurchaseV2.",
      "type": "object",
      "properties": {
        "productId": {
          "type": "string",
          "description": "The purchased product ID (for example, 'monthly001')."
        },
        "productOfferDetails": {
          "description": "The offer details for this item.",
          "$ref": "ProductOfferDetails"
        }
      },
      "id": "ProductLineItem"
    },
    "RevocationContextFullRefund": {
      "properties": {},
      "type": "object",
      "description": "Used to determine if the refund type in the RevocationContext is a full refund.",
      "id": "RevocationContextFullRefund"
    },
    "BasePlan": {
      "id": "BasePlan",
      "description": "A single base plan for a subscription.",
      "properties": {
        "regionalConfigs": {
          "description": "Region-specific information for this base plan.",
          "type": "array",
          "items": {
            "$ref": "RegionalBasePlanConfig"
          }
        },
        "installmentsBasePlanType": {
          "description": "Set for installments base plans where a user is committed to a specified number of payments.",
          "$ref": "InstallmentsBasePlanType"
        },
        "autoRenewingBasePlanType": {
          "$ref": "AutoRenewingBasePlanType",
          "description": "Set when the base plan automatically renews at a regular interval."
        },
        "basePlanId": {
          "description": "Required. Immutable. The unique identifier of this base plan. Must be unique within the subscription, and conform with RFC-1034. That is, this ID can only contain lower-case letters (a-z), numbers (0-9), and hyphens (-), and be at most 63 characters.",
          "type": "string"
        },
        "state": {
          "enumDescriptions": [
            "Unspecified state.",
            "The base plan is currently in a draft state, and hasn't been activated. It can be safely deleted at this point.",
            "The base plan is active and available for new subscribers.",
            "The base plan is inactive and only available for existing subscribers."
          ],
          "type": "string",
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "DRAFT",
            "ACTIVE",
            "INACTIVE"
          ],
          "description": "Output only. The state of the base plan, i.e. whether it's active. Draft and inactive base plans can be activated or deleted. Active base plans can be made inactive. Inactive base plans can be canceled. This field cannot be changed by updating the resource. Use the dedicated endpoints instead."
        },
        "otherRegionsConfig": {
          "description": "Pricing information for any new locations Play may launch in the future. If omitted, the BasePlan will not be automatically available any new locations Play may launch in the future.",
          "$ref": "OtherRegionsBasePlanConfig"
        },
        "offerTags": {
          "type": "array",
          "description": "List of up to 20 custom tags specified for this base plan, and returned to the app through the billing library. Subscription offers for this base plan will also receive these offer tags in the billing library.",
          "items": {
            "$ref": "OfferTag"
          }
        },
        "prepaidBasePlanType": {
          "$ref": "PrepaidBasePlanType",
          "description": "Set when the base plan does not automatically renew at the end of the billing period."
        }
      },
      "type": "object"
    },
    "Testers": {
      "description": "The testers of an app. The resource for TestersService. Note: while it is possible in the Play Console UI to add testers via email lists, email lists are not supported by this resource.",
      "properties": {
        "googleGroups": {
          "items": {
            "type": "string"
          },
          "description": "All testing Google Groups, as email addresses.",
          "type": "array"
        }
      },
      "id": "Testers",
      "type": "object"
    },
    "PendingCancellation": {
      "type": "object",
      "description": "This is an indicator of whether there is a pending cancellation on the virtual installment plan. The cancellation will happen only after the user finished all committed payments.",
      "id": "PendingCancellation",
      "properties": {}
    },
    "ListSubscriptionsResponse": {
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "subscriptions": {
          "description": "The subscriptions from the specified app.",
          "type": "array",
          "items": {
            "$ref": "Subscription"
          }
        }
      },
      "type": "object",
      "id": "ListSubscriptionsResponse",
      "description": "Response message for ListSubscriptions."
    },
    "CancelSubscriptionPurchaseRequest": {
      "description": "Request for the purchases.subscriptionsv2.cancel API.",
      "properties": {
        "cancellationContext": {
          "$ref": "CancellationContext",
          "description": "Required. Additional details around the subscription revocation."
        }
      },
      "type": "object",
      "id": "CancelSubscriptionPurchaseRequest"
    },
    "ListDeviceTierConfigsResponse": {
      "id": "ListDeviceTierConfigsResponse",
      "description": "Response listing existing device tier configs.",
      "properties": {
        "deviceTierConfigs": {
          "description": "Device tier configs created by the developer.",
          "type": "array",
          "items": {
            "$ref": "DeviceTierConfig"
          }
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "OneTimeProductDiscountedOffer": {
      "type": "object",
      "description": "Configuration specific to discounted offers.",
      "id": "OneTimeProductDiscountedOffer",
      "properties": {
        "endTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Time when the offer will stop being available."
        },
        "redemptionLimit": {
          "type": "string",
          "description": "Optional. The number of times this offer can be redeemed. If unset or set to 0, allows for unlimited offer redemptions. Otherwise must be a number between 1 and 50 inclusive.",
          "format": "int64"
        },
        "startTime": {
          "description": "Time when the offer will start being available.",
          "format": "google-datetime",
          "type": "string"
        }
      }
    },
    "BundlesListResponse": {
      "description": "Response listing all app bundles.",
      "id": "BundlesListResponse",
      "properties": {
        "bundles": {
          "description": "All app bundles.",
          "type": "array",
          "items": {
            "$ref": "Bundle"
          }
        },
        "kind": {
          "type": "string",
          "description": "The kind of this response (\"androidpublisher#bundlesListResponse\")."
        }
      },
      "type": "object"
    },
    "SplitApkVariant": {
      "type": "object",
      "id": "SplitApkVariant",
      "description": "Variant is a group of APKs that covers a part of the device configuration space. APKs from multiple variants are never combined on one device.",
      "properties": {
        "apkSet": {
          "description": "Set of APKs, one set per module.",
          "items": {
            "$ref": "ApkSet"
          },
          "type": "array"
        },
        "targeting": {
          "description": "Variant-level targeting.",
          "$ref": "VariantTargeting"
        },
        "variantNumber": {
          "format": "int32",
          "description": "Number of the variant, starting at 0 (unless overridden). A device will receive APKs from the first variant that matches the device configuration, with higher variant numbers having priority over lower variant numbers.",
          "type": "integer"
        }
      }
    },
    "DeleteOneTimeProductRequest": {
      "description": "Request message for deleting a one-time product.",
      "type": "object",
      "id": "DeleteOneTimeProductRequest",
      "properties": {
        "packageName": {
          "type": "string",
          "description": "Required. The parent app (package name) of the one-time product to delete."
        },
        "productId": {
          "type": "string",
          "description": "Required. The one-time product ID of the one-time product to delete."
        },
        "latencyTolerance": {
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "type": "string"
        }
      }
    },
    "MigrateBasePlanPricesResponse": {
      "properties": {},
      "description": "Response message for MigrateBasePlanPrices.",
      "type": "object",
      "id": "MigrateBasePlanPricesResponse"
    },
    "Image": {
      "properties": {
        "id": {
          "description": "A unique id representing this image.",
          "type": "string"
        },
        "sha1": {
          "description": "A sha1 hash of the image.",
          "type": "string"
        },
        "url": {
          "type": "string",
          "description": "A URL that will serve a preview of the image."
        },
        "sha256": {
          "type": "string",
          "description": "A sha256 hash of the image."
        },
        "aiGeneratedState": {
          "enumDescriptions": [
            "Catch-all for unrecognized enum values. See go/protodosdonts.",
            "The content is not generated by AI.",
            "The content is generated by AI and attested by the developer."
          ],
          "enum": [
            "aiGeneratedStateUnspecified",
            "aiGeneratedStateNotAiGenerated",
            "aiGeneratedStateAiGeneratedDeveloperAttested"
          ],
          "type": "string",
          "description": "Optional. Whether the image was generated by AI. Attested by the developer."
        }
      },
      "type": "object",
      "description": "An uploaded image. The resource for ImagesService.",
      "id": "Image"
    },
    "SignupPromotion": {
      "id": "SignupPromotion",
      "type": "object",
      "description": "The promotion applied on this item when purchased.",
      "properties": {
        "oneTimeCode": {
          "description": "A one-time code was applied.",
          "$ref": "OneTimeCode"
        },
        "vanityCode": {
          "$ref": "VanityCode",
          "description": "A vanity code was applied."
        }
      }
    },
    "AppStoreAppDetails": {
      "type": "object",
      "id": "AppStoreAppDetails",
      "description": "Details about the app.",
      "properties": {
        "developerName": {
          "description": "Required. The app developer's name.",
          "type": "string"
        },
        "contactEmail": {
          "description": "Required. The app developer's contact email address.",
          "type": "string"
        },
        "developerWebsite": {
          "type": "string",
          "description": "Optional. Website link for the developer or app."
        }
      }
    },
    "BatchUpdateSubscriptionOffersResponse": {
      "id": "BatchUpdateSubscriptionOffersResponse",
      "type": "object",
      "properties": {
        "subscriptionOffers": {
          "description": "The updated subscription offers list.",
          "items": {
            "$ref": "SubscriptionOffer"
          },
          "type": "array"
        }
      },
      "description": "Response message for BatchUpdateSubscriptionOffers."
    },
    "AssetSliceSet": {
      "properties": {
        "assetModuleMetadata": {
          "$ref": "AssetModuleMetadata",
          "description": "Module level metadata."
        },
        "apkDescription": {
          "description": "Asset slices.",
          "type": "array",
          "items": {
            "$ref": "ApkDescription"
          }
        }
      },
      "type": "object",
      "description": "Set of asset slices belonging to a single asset module.",
      "id": "AssetSliceSet"
    },
    "SubscriptionDeferralInfo": {
      "type": "object",
      "description": "A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time.",
      "properties": {
        "desiredExpiryTimeMillis": {
          "description": "The desired next expiry time to assign to the subscription, in milliseconds since the Epoch. The given time must be later/greater than the current expiry time for the subscription.",
          "type": "string",
          "format": "int64"
        },
        "expectedExpiryTimeMillis": {
          "type": "string",
          "format": "int64",
          "description": "The expected expiry time for the subscription. If the current expiry time for the subscription is not the value specified here, the deferral will not occur."
        }
      },
      "id": "SubscriptionDeferralInfo"
    },
    "OtherRegionsSubscriptionOfferConfig": {
      "description": "Configuration for any new locations Play may launch in specified on a subscription offer.",
      "type": "object",
      "id": "OtherRegionsSubscriptionOfferConfig",
      "properties": {
        "otherRegionsNewSubscriberAvailability": {
          "type": "boolean",
          "description": "Whether the subscription offer in any new locations Play may launch in the future. If not specified, this will default to false."
        }
      }
    },
    "BatchUpdatePurchaseOptionStatesResponse": {
      "properties": {
        "oneTimeProducts": {
          "description": "The list of updated one-time products. This list will match the requests one to one, in the same order.",
          "items": {
            "$ref": "OneTimeProduct"
          },
          "type": "array"
        }
      },
      "type": "object",
      "description": "Response message for BatchUpdatePurchaseOptionStates.",
      "id": "BatchUpdatePurchaseOptionStatesResponse"
    },
    "PolicyDocumentResponse": {
      "id": "PolicyDocumentResponse",
      "type": "object",
      "properties": {
        "documentId": {
          "type": "string",
          "description": "Required. ID of the uploaded document."
        },
        "nonExpiring": {
          "description": "Optional. True if confirmed that the document does not have an expiry date.",
          "type": "boolean"
        },
        "expiryDate": {
          "$ref": "Date",
          "description": "Optional. Expiry date for the document."
        }
      },
      "description": "An uploaded document. Must be a single logical document (e.g. a financial license)."
    },
    "SubscriptionPurchasesDeferResponse": {
      "properties": {
        "newExpiryTimeMillis": {
          "description": "The new expiry time for the subscription in milliseconds since the Epoch.",
          "format": "int64",
          "type": "string"
        }
      },
      "description": "Response for the purchases.subscriptions.defer API.",
      "id": "SubscriptionPurchasesDeferResponse",
      "type": "object"
    },
    "BatchUpdateOneTimeProductOfferStatesRequest": {
      "description": "Request message for BatchUpdateOneTimeProductOfferStates.",
      "properties": {
        "requests": {
          "type": "array",
          "description": "Required. The update request list of up to 100 elements. All requests must update different offers.",
          "items": {
            "$ref": "UpdateOneTimeProductOfferStateRequest"
          }
        }
      },
      "id": "BatchUpdateOneTimeProductOfferStatesRequest",
      "type": "object"
    },
    "ConvertRegionPricesResponse": {
      "id": "ConvertRegionPricesResponse",
      "type": "object",
      "properties": {
        "convertedOtherRegionsPrice": {
          "$ref": "ConvertedOtherRegionsPrice",
          "description": "Converted other regions prices in USD and EUR, to use for countries where Play doesn't support a country's local currency."
        },
        "regionVersion": {
          "description": "The region version at which the prices were generated.",
          "$ref": "RegionsVersion"
        },
        "convertedRegionPrices": {
          "type": "object",
          "description": "Map from region code to converted region price.",
          "additionalProperties": {
            "$ref": "ConvertedRegionPrice"
          }
        }
      },
      "description": "Response message for ConvertRegionPrices."
    },
    "InappproductsUpdateRequest": {
      "properties": {
        "packageName": {
          "type": "string",
          "description": "Package name of the app."
        },
        "autoConvertMissingPrices": {
          "description": "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.",
          "type": "boolean"
        },
        "inappproduct": {
          "description": "The new in-app product.",
          "$ref": "InAppProduct"
        },
        "latencyTolerance": {
          "type": "string",
          "enumDescriptions": [
            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
          ],
          "enum": [
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
          ],
          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive."
        },
        "allowMissing": {
          "description": "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.",
          "type": "boolean"
        },
        "sku": {
          "type": "string",
          "description": "Unique identifier for the in-app product."
        }
      },
      "id": "InappproductsUpdateRequest",
      "type": "object",
      "description": "Request to update an in-app product."
    },
    "UpdateOneTimeProductOfferStateRequest": {
      "id": "UpdateOneTimeProductOfferStateRequest",
      "type": "object",
      "properties": {
        "deactivateOneTimeProductOfferRequest": {
          "$ref": "DeactivateOneTimeProductOfferRequest",
          "description": "Deactivates an offer. Once deactivated, the offer is no longer available to users. This state transition is specific to discounted offers."
        },
        "cancelOneTimeProductOfferRequest": {
          "description": "Cancels an offer. Once cancelled, the offer is not available to users. Any pending orders related to this offer will be cancelled. This state transition is specific to pre-orders.",
          "$ref": "CancelOneTimeProductOfferRequest"
        },
        "activateOneTimeProductOfferRequest": {
          "$ref": "ActivateOneTimeProductOfferRequest",
          "description": "Activates an offer. Once activated, the offer is available to users, as long as its conditions are met."
        }
      },
      "description": "Request message to update the state of a one-time product offer."
    },
    "SystemInitiatedCancellation": {
      "type": "object",
      "properties": {},
      "id": "SystemInitiatedCancellation",
      "description": "Information specific to cancellations initiated by Google system."
    },
    "CancelAppRecoveryRequest": {
      "properties": {},
      "id": "CancelAppRecoveryRequest",
      "description": "Request message for CancelAppRecovery.",
      "type": "object"
    }
  },
  "ownerDomain": "google.com",
  "canonicalName": "Android Publisher",
  "name": "androidpublisher",
  "mtlsRootUrl": "https://androidpublisher.mtls.googleapis.com/",
  "revision": "20260826",
  "version": "v3",
  "discoveryVersion": "v1",
  "baseUrl": "https://androidpublisher.googleapis.com/",
  "protocol": "rest",
  "batchPath": "batch",
  "ownerName": "Google",
  "icons": {
    "x16": "http://www.google.com/images/icons/product/search-16.gif",
    "x32": "http://www.google.com/images/icons/product/search-32.gif"
  },
  "rootUrl": "https://androidpublisher.googleapis.com/",
  "description": "Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to \"insert\" an Edit, make changes as necessary, and then \"commit\" it. ",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/androidpublisher": {
          "description": "View and manage your Google Play Developer account"
        }
      }
    }
  },
  "servicePath": "",
  "kind": "discovery#restDescription",
  "title": "Google Play Android Developer API",
  "resources": {
    "grants": {
      "methods": {
        "delete": {
          "path": "androidpublisher/v3/{+name}",
          "id": "androidpublisher.grants.delete",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "httpMethod": "DELETE",
          "parameters": {
            "name": {
              "pattern": "^developers/[^/]+/users/[^/]+/grants/[^/]+$",
              "required": true,
              "description": "Required. The name of the grant to delete. Format: developers/{developer}/users/{email}/grants/{package_name}",
              "type": "string",
              "location": "path"
            }
          },
          "flatPath": "androidpublisher/v3/developers/{developersId}/users/{usersId}/grants/{grantsId}",
          "parameterOrder": [
            "name"
          ],
          "description": "Removes all access for the user to the given package or developer account."
        },
        "create": {
          "httpMethod": "POST",
          "parameters": {
            "parent": {
              "required": true,
              "pattern": "^developers/[^/]+/users/[^/]+$",
              "description": "Required. The user which needs permission. Format: developers/{developer}/users/{user}",
              "type": "string",
              "location": "path"
            }
          },
          "request": {
            "$ref": "Grant"
          },
          "flatPath": "androidpublisher/v3/developers/{developersId}/users/{usersId}/grants",
          "id": "androidpublisher.grants.create",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "description": "Grant access for a user to the given package.",
          "path": "androidpublisher/v3/{+parent}/grants",
          "parameterOrder": [
            "parent"
          ],
          "response": {
            "$ref": "Grant"
          }
        },
        "patch": {
          "path": "androidpublisher/v3/{+name}",
          "description": "Updates access for the user to the given package.",
          "flatPath": "androidpublisher/v3/developers/{developersId}/users/{usersId}/grants/{grantsId}",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "name": {
              "description": "Required. Resource name for this grant, following the pattern \"developers/{developer}/users/{email}/grants/{package_name}\". If this grant is for a draft app, the app ID will be used in this resource name instead of the package name.",
              "location": "path",
              "required": true,
              "pattern": "^developers/[^/]+/users/[^/]+/grants/[^/]+$",
              "type": "string"
            },
            "updateMask": {
              "description": "Optional. The list of fields to be updated.",
              "location": "query",
              "format": "google-fieldmask",
              "type": "string"
            }
          },
          "id": "androidpublisher.grants.patch",
          "response": {
            "$ref": "Grant"
          },
          "parameterOrder": [
            "name"
          ],
          "request": {
            "$ref": "Grant"
          }
        }
      }
    },
    "appsigning": {
      "methods": {
        "enrollApp": {
          "response": {
            "$ref": "EnrollAppResponse"
          },
          "parameterOrder": [
            "name"
          ],
          "request": {
            "$ref": "EnrollAppRequest"
          },
          "id": "androidpublisher.appsigning.enrollApp",
          "description": "Enrolls an app in Play App Signing using a self-hosted Google Cloud KMS key. Warning: Do not use this method for standard Play App Signing enrollment. * Standard enrollment with Google-generated or Google-managed keys cannot be done via API. * This advanced API is strictly for enterprise organizations with mandatory compliance, regulatory, or policy requirements to retain key custody in an external Google Cloud KMS instance. * Prerequisites: Requires an active, properly configured Google Cloud KMS key with appropriate IAM permissions granted to Google Play before calling this method. See Help Center: https://support.google.com/googleplay/android-developer/answer/9842756",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "path": "androidpublisher/v3/applications/{name}/appSigning:enrollApp",
          "flatPath": "androidpublisher/v3/applications/{name}/appSigning:enrollApp",
          "httpMethod": "POST",
          "parameters": {
            "name": {
              "type": "string",
              "location": "path",
              "description": "Required. Either package name or app ID of the app enrolling in Play Signing.",
              "required": true
            }
          }
        },
        "rotateAppSigningKey": {
          "httpMethod": "POST",
          "parameters": {
            "name": {
              "required": true,
              "type": "string",
              "description": "Required. Either package name or app ID of the app rotating the signing key.",
              "location": "path"
            }
          },
          "flatPath": "androidpublisher/v3/applications/{name}/appSigning:rotateAppSigningKey",
          "description": "Rotates an app's signing key to a new self-hosted Google Cloud KMS key. Warning: This method only applies to apps enrolled with self-hosted Cloud KMS keys. For apps using standard Google-managed Play App Signing, key rotation requests must be initiated through the Google Play Console UI. See Help Center: https://support.google.com/googleplay/android-developer/answer/9842756",
          "id": "androidpublisher.appsigning.rotateAppSigningKey",
          "path": "androidpublisher/v3/applications/{name}/appSigning:rotateAppSigningKey",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "request": {
            "$ref": "RotateAppSigningKeyRequest"
          },
          "parameterOrder": [
            "name"
          ],
          "response": {
            "$ref": "RotateAppSigningKeyResponse"
          }
        }
      }
    },
    "monetization": {
      "resources": {
        "subscriptions": {
          "methods": {
            "archive": {
              "httpMethod": "POST",
              "parameters": {
                "productId": {
                  "description": "Required. The unique product ID of the subscription to delete.",
                  "type": "string",
                  "required": true,
                  "location": "path"
                },
                "packageName": {
                  "required": true,
                  "description": "Required. The parent app (package name) of the app of the subscription to delete.",
                  "type": "string",
                  "location": "path"
                }
              },
              "description": "Deprecated: subscription archiving is not supported.",
              "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}:archive",
              "parameterOrder": [
                "packageName",
                "productId"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}:archive",
              "request": {
                "$ref": "ArchiveSubscriptionRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "response": {
                "$ref": "Subscription"
              },
              "id": "androidpublisher.monetization.subscriptions.archive",
              "deprecated": true
            },
            "list": {
              "response": {
                "$ref": "ListSubscriptionsResponse"
              },
              "path": "androidpublisher/v3/applications/{packageName}/subscriptions",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "description": "Lists all subscriptions under a given app.",
              "parameterOrder": [
                "packageName"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions",
              "id": "androidpublisher.monetization.subscriptions.list",
              "httpMethod": "GET",
              "parameters": {
                "pageSize": {
                  "description": "The maximum number of subscriptions to return. The service may return fewer than this value. If unspecified, at most 50 subscriptions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "format": "int32",
                  "type": "integer",
                  "location": "query"
                },
                "showArchived": {
                  "deprecated": true,
                  "location": "query",
                  "type": "boolean",
                  "description": "Deprecated: subscription archiving is not supported."
                },
                "packageName": {
                  "required": true,
                  "description": "Required. The parent app (package name) for which the subscriptions should be read.",
                  "type": "string",
                  "location": "path"
                },
                "pageToken": {
                  "type": "string",
                  "description": "A page token, received from a previous `ListSubscriptions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSubscriptions` must match the call that provided the page token.",
                  "location": "query"
                }
              }
            },
            "delete": {
              "httpMethod": "DELETE",
              "parameters": {
                "productId": {
                  "description": "Required. The unique product ID of the subscription to delete.",
                  "required": true,
                  "location": "path",
                  "type": "string"
                },
                "packageName": {
                  "required": true,
                  "description": "Required. The parent app (package name) of the app of the subscription to delete.",
                  "type": "string",
                  "location": "path"
                }
              },
              "description": "Deletes a subscription. A subscription can only be deleted if it has never had a base plan published.",
              "parameterOrder": [
                "packageName",
                "productId"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}",
              "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}",
              "id": "androidpublisher.monetization.subscriptions.delete",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ]
            },
            "create": {
              "parameterOrder": [
                "packageName"
              ],
              "id": "androidpublisher.monetization.subscriptions.create",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions",
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "location": "path",
                  "description": "Required. The parent app (package name) for which the subscription should be created. Must be equal to the package_name field on the Subscription resource.",
                  "required": true,
                  "type": "string"
                },
                "regionsVersion.version": {
                  "type": "string",
                  "description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices and latest supported version for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available.",
                  "location": "query"
                },
                "productId": {
                  "location": "query",
                  "type": "string",
                  "description": "Required. The ID to use for the subscription. For the requirements on this format, see the documentation of the product_id field on the Subscription resource."
                }
              },
              "request": {
                "$ref": "Subscription"
              },
              "path": "androidpublisher/v3/applications/{packageName}/subscriptions",
              "response": {
                "$ref": "Subscription"
              },
              "description": "Creates a new subscription. Newly added base plans will remain in draft state until activated."
            },
            "batchUpdate": {
              "response": {
                "$ref": "BatchUpdateSubscriptionsResponse"
              },
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "description": "Required. The parent app (package name) for which the subscriptions should be updated. Must be equal to the package_name field on all the Subscription resources.",
                  "required": true,
                  "type": "string",
                  "location": "path"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions:batchUpdate",
              "request": {
                "$ref": "BatchUpdateSubscriptionsRequest"
              },
              "path": "androidpublisher/v3/applications/{packageName}/subscriptions:batchUpdate",
              "parameterOrder": [
                "packageName"
              ],
              "description": "Updates a batch of subscriptions. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.",
              "id": "androidpublisher.monetization.subscriptions.batchUpdate"
            },
            "batchGet": {
              "id": "androidpublisher.monetization.subscriptions.batchGet",
              "description": "Reads one or more subscriptions.",
              "httpMethod": "GET",
              "parameters": {
                "productIds": {
                  "location": "query",
                  "description": "Required. A list of up to 100 subscription product IDs to retrieve. All the IDs must be different.",
                  "type": "string",
                  "repeated": true
                },
                "packageName": {
                  "required": true,
                  "description": "Required. The parent app (package name) for which the subscriptions should be retrieved. Must be equal to the package_name field on all the requests.",
                  "type": "string",
                  "location": "path"
                }
              },
              "response": {
                "$ref": "BatchGetSubscriptionsResponse"
              },
              "path": "androidpublisher/v3/applications/{packageName}/subscriptions:batchGet",
              "parameterOrder": [
                "packageName"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions:batchGet",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ]
            },
            "patch": {
              "parameterOrder": [
                "packageName",
                "productId"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}",
              "description": "Updates an existing subscription.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "httpMethod": "PATCH",
              "parameters": {
                "allowMissing": {
                  "location": "query",
                  "type": "boolean",
                  "description": "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."
                },
                "productId": {
                  "location": "path",
                  "type": "string",
                  "description": "Immutable. Unique product ID of the product. Unique within the parent app. Product IDs must be composed of lower-case letters (a-z), numbers (0-9), underscores (_) and dots (.). It must start with a lower-case letter or number, and be between 1 and 40 (inclusive) characters in length.",
                  "required": true
                },
                "latencyTolerance": {
                  "type": "string",
                  "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
                  "enumDescriptions": [
                    "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
                    "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
                    "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
                  ],
                  "enum": [
                    "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
                    "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
                    "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
                  ],
                  "location": "query"
                },
                "regionsVersion.version": {
                  "location": "query",
                  "type": "string",
                  "description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices and latest supported version for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available."
                },
                "packageName": {
                  "type": "string",
                  "required": true,
                  "description": "Immutable. Package name of the parent app.",
                  "location": "path"
                },
                "updateMask": {
                  "location": "query",
                  "type": "string",
                  "description": "Required. The list of fields to be updated.",
                  "format": "google-fieldmask"
                }
              },
              "id": "androidpublisher.monetization.subscriptions.patch",
              "response": {
                "$ref": "Subscription"
              },
              "request": {
                "$ref": "Subscription"
              }
            },
            "get": {
              "id": "androidpublisher.monetization.subscriptions.get",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}",
              "description": "Reads a single subscription.",
              "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}",
              "httpMethod": "GET",
              "parameters": {
                "productId": {
                  "description": "Required. The unique product ID of the subscription to get.",
                  "location": "path",
                  "type": "string",
                  "required": true
                },
                "packageName": {
                  "description": "Required. The parent app (package name) of the subscription to get.",
                  "required": true,
                  "location": "path",
                  "type": "string"
                }
              },
              "parameterOrder": [
                "packageName",
                "productId"
              ],
              "response": {
                "$ref": "Subscription"
              }
            }
          },
          "resources": {
            "basePlans": {
              "methods": {
                "batchMigratePrices": {
                  "parameterOrder": [
                    "packageName",
                    "productId"
                  ],
                  "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans:batchMigratePrices",
                  "description": "Batch variant of the MigrateBasePlanPrices endpoint. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.",
                  "id": "androidpublisher.monetization.subscriptions.basePlans.batchMigratePrices",
                  "request": {
                    "$ref": "BatchMigrateBasePlanPricesRequest"
                  },
                  "httpMethod": "POST",
                  "parameters": {
                    "packageName": {
                      "location": "path",
                      "description": "Required. The parent app (package name) for which the subscriptions should be created or updated. Must be equal to the package_name field on all the Subscription resources.",
                      "required": true,
                      "type": "string"
                    },
                    "productId": {
                      "location": "path",
                      "description": "Required. The product ID of the parent subscription, if all updated offers belong to the same subscription. If this batch update spans multiple subscriptions, set this field to \"-\". Must be set.",
                      "type": "string",
                      "required": true
                    }
                  },
                  "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans:batchMigratePrices",
                  "scopes": [
                    "https://www.googleapis.com/auth/androidpublisher"
                  ],
                  "response": {
                    "$ref": "BatchMigrateBasePlanPricesResponse"
                  }
                },
                "batchUpdateStates": {
                  "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans:batchUpdateStates",
                  "response": {
                    "$ref": "BatchUpdateBasePlanStatesResponse"
                  },
                  "description": "Activates or deactivates base plans across one or multiple subscriptions. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.",
                  "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans:batchUpdateStates",
                  "httpMethod": "POST",
                  "parameters": {
                    "packageName": {
                      "location": "path",
                      "type": "string",
                      "description": "Required. The parent app (package name) of the updated base plans.",
                      "required": true
                    },
                    "productId": {
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "description": "Required. The product ID of the parent subscription, if all updated base plans belong to the same subscription. If this batch update spans multiple subscriptions, set this field to \"-\". Must be set."
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/androidpublisher"
                  ],
                  "id": "androidpublisher.monetization.subscriptions.basePlans.batchUpdateStates",
                  "parameterOrder": [
                    "packageName",
                    "productId"
                  ],
                  "request": {
                    "$ref": "BatchUpdateBasePlanStatesRequest"
                  }
                },
                "migratePrices": {
                  "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}:migratePrices",
                  "description": "Migrates subscribers from one or more legacy price cohorts to the current price. Requests result in Google Play notifying affected subscribers. Only up to 250 simultaneous legacy price cohorts are supported.",
                  "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}:migratePrices",
                  "parameterOrder": [
                    "packageName",
                    "productId",
                    "basePlanId"
                  ],
                  "request": {
                    "$ref": "MigrateBasePlanPricesRequest"
                  },
                  "id": "androidpublisher.monetization.subscriptions.basePlans.migratePrices",
                  "scopes": [
                    "https://www.googleapis.com/auth/androidpublisher"
                  ],
                  "response": {
                    "$ref": "MigrateBasePlanPricesResponse"
                  },
                  "httpMethod": "POST",
                  "parameters": {
                    "packageName": {
                      "description": "Required. Package name of the parent app. Must be equal to the package_name field on the Subscription resource.",
                      "required": true,
                      "type": "string",
                      "location": "path"
                    },
                    "productId": {
                      "type": "string",
                      "description": "Required. The ID of the subscription to update. Must be equal to the product_id field on the Subscription resource.",
                      "location": "path",
                      "required": true
                    },
                    "basePlanId": {
                      "description": "Required. The unique base plan ID of the base plan to update prices on.",
                      "required": true,
                      "type": "string",
                      "location": "path"
                    }
                  }
                },
                "deactivate": {
                  "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}:deactivate",
                  "httpMethod": "POST",
                  "parameters": {
                    "productId": {
                      "required": true,
                      "type": "string",
                      "description": "Required. The parent subscription (ID) of the base plan to deactivate.",
                      "location": "path"
                    },
                    "packageName": {
                      "required": true,
                      "type": "string",
                      "description": "Required. The parent app (package name) of the base plan to deactivate.",
                      "location": "path"
                    },
                    "basePlanId": {
                      "required": true,
                      "description": "Required. The unique base plan ID of the base plan to deactivate.",
                      "type": "string",
                      "location": "path"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/androidpublisher"
                  ],
                  "description": "Deactivates a base plan. Once deactivated, the base plan will become unavailable to new subscribers, but existing subscribers will maintain their subscription",
                  "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}:deactivate",
                  "id": "androidpublisher.monetization.subscriptions.basePlans.deactivate",
                  "request": {
                    "$ref": "DeactivateBasePlanRequest"
                  },
                  "response": {
                    "$ref": "Subscription"
                  },
                  "parameterOrder": [
                    "packageName",
                    "productId",
                    "basePlanId"
                  ]
                },
                "activate": {
                  "scopes": [
                    "https://www.googleapis.com/auth/androidpublisher"
                  ],
                  "id": "androidpublisher.monetization.subscriptions.basePlans.activate",
                  "parameterOrder": [
                    "packageName",
                    "productId",
                    "basePlanId"
                  ],
                  "response": {
                    "$ref": "Subscription"
                  },
                  "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}:activate",
                  "request": {
                    "$ref": "ActivateBasePlanRequest"
                  },
                  "description": "Activates a base plan. Once activated, base plans will be available to new subscribers.",
                  "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}:activate",
                  "httpMethod": "POST",
                  "parameters": {
                    "productId": {
                      "type": "string",
                      "location": "path",
                      "description": "Required. The parent subscription (ID) of the base plan to activate.",
                      "required": true
                    },
                    "packageName": {
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "Required. The parent app (package name) of the base plan to activate."
                    },
                    "basePlanId": {
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "description": "Required. The unique base plan ID of the base plan to activate."
                    }
                  }
                },
                "delete": {
                  "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/androidpublisher"
                  ],
                  "id": "androidpublisher.monetization.subscriptions.basePlans.delete",
                  "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}",
                  "description": "Deletes a base plan. Can only be done for draft base plans. This action is irreversible.",
                  "httpMethod": "DELETE",
                  "parameters": {
                    "packageName": {
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "description": "Required. The parent app (package name) of the base plan to delete."
                    },
                    "basePlanId": {
                      "type": "string",
                      "description": "Required. The unique offer ID of the base plan to delete.",
                      "required": true,
                      "location": "path"
                    },
                    "productId": {
                      "type": "string",
                      "description": "Required. The parent subscription (ID) of the base plan to delete.",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "parameterOrder": [
                    "packageName",
                    "productId",
                    "basePlanId"
                  ]
                }
              },
              "resources": {
                "offers": {
                  "methods": {
                    "get": {
                      "description": "Reads a single offer",
                      "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "httpMethod": "GET",
                      "parameters": {
                        "basePlanId": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent base plan (ID) of the offer to get.",
                          "required": true
                        },
                        "offerId": {
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "description": "Required. The unique offer ID of the offer to get."
                        },
                        "packageName": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent app (package name) of the offer to get.",
                          "required": true
                        },
                        "productId": {
                          "required": true,
                          "location": "path",
                          "description": "Required. The parent subscription (ID) of the offer to get.",
                          "type": "string"
                        }
                      },
                      "id": "androidpublisher.monetization.subscriptions.basePlans.offers.get",
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "basePlanId",
                        "offerId"
                      ],
                      "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}",
                      "response": {
                        "$ref": "SubscriptionOffer"
                      }
                    },
                    "deactivate": {
                      "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}:deactivate",
                      "httpMethod": "POST",
                      "parameters": {
                        "productId": {
                          "description": "Required. The parent subscription (ID) of the offer to deactivate.",
                          "required": true,
                          "location": "path",
                          "type": "string"
                        },
                        "offerId": {
                          "location": "path",
                          "description": "Required. The unique offer ID of the offer to deactivate.",
                          "type": "string",
                          "required": true
                        },
                        "basePlanId": {
                          "location": "path",
                          "description": "Required. The parent base plan (ID) of the offer to deactivate.",
                          "type": "string",
                          "required": true
                        },
                        "packageName": {
                          "required": true,
                          "location": "path",
                          "description": "Required. The parent app (package name) of the offer to deactivate.",
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "SubscriptionOffer"
                      },
                      "description": "Deactivates a subscription offer. Once deactivated, existing subscribers will maintain their subscription, but the offer will become unavailable to new subscribers.",
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "request": {
                        "$ref": "DeactivateSubscriptionOfferRequest"
                      },
                      "id": "androidpublisher.monetization.subscriptions.basePlans.offers.deactivate",
                      "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}:deactivate",
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "basePlanId",
                        "offerId"
                      ]
                    },
                    "activate": {
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "response": {
                        "$ref": "SubscriptionOffer"
                      },
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "basePlanId",
                        "offerId"
                      ],
                      "request": {
                        "$ref": "ActivateSubscriptionOfferRequest"
                      },
                      "httpMethod": "POST",
                      "parameters": {
                        "offerId": {
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "description": "Required. The unique offer ID of the offer to activate."
                        },
                        "packageName": {
                          "type": "string",
                          "description": "Required. The parent app (package name) of the offer to activate.",
                          "required": true,
                          "location": "path"
                        },
                        "productId": {
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "description": "Required. The parent subscription (ID) of the offer to activate."
                        },
                        "basePlanId": {
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "description": "Required. The parent base plan (ID) of the offer to activate."
                        }
                      },
                      "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}:activate",
                      "id": "androidpublisher.monetization.subscriptions.basePlans.offers.activate",
                      "description": "Activates a subscription offer. Once activated, subscription offers will be available to new subscribers.",
                      "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}:activate"
                    },
                    "batchUpdateStates": {
                      "description": "Updates a batch of subscription offer states. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.",
                      "id": "androidpublisher.monetization.subscriptions.basePlans.offers.batchUpdateStates",
                      "response": {
                        "$ref": "BatchUpdateSubscriptionOfferStatesResponse"
                      },
                      "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers:batchUpdateStates",
                      "request": {
                        "$ref": "BatchUpdateSubscriptionOfferStatesRequest"
                      },
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "basePlanId"
                      ],
                      "httpMethod": "POST",
                      "parameters": {
                        "basePlanId": {
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "description": "Required. The parent base plan (ID) for which the offers should be updated. May be specified as '-' to update offers from multiple base plans."
                        },
                        "productId": {
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "Required. The product ID of the parent subscription, if all updated offers belong to the same subscription. If this request spans multiple subscriptions, set this field to \"-\". Must be set."
                        },
                        "packageName": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent app (package name) of the updated subscription offers. Must be equal to the package_name field on all the updated SubscriptionOffer resources.",
                          "required": true
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers:batchUpdateStates"
                    },
                    "delete": {
                      "description": "Deletes a subscription offer. Can only be done for draft offers. This action is irreversible.",
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "basePlanId",
                        "offerId"
                      ],
                      "id": "androidpublisher.monetization.subscriptions.basePlans.offers.delete",
                      "httpMethod": "DELETE",
                      "parameters": {
                        "basePlanId": {
                          "location": "path",
                          "description": "Required. The parent base plan (ID) of the offer to delete.",
                          "type": "string",
                          "required": true
                        },
                        "packageName": {
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "description": "Required. The parent app (package name) of the offer to delete."
                        },
                        "productId": {
                          "description": "Required. The parent subscription (ID) of the offer to delete.",
                          "required": true,
                          "location": "path",
                          "type": "string"
                        },
                        "offerId": {
                          "type": "string",
                          "location": "path",
                          "description": "Required. The unique offer ID of the offer to delete.",
                          "required": true
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}",
                      "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}"
                    },
                    "list": {
                      "description": "Lists all offers under a given subscription.",
                      "response": {
                        "$ref": "ListSubscriptionOffersResponse"
                      },
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "basePlanId"
                      ],
                      "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers",
                      "httpMethod": "GET",
                      "parameters": {
                        "packageName": {
                          "required": true,
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent app (package name) for which the subscriptions should be read."
                        },
                        "productId": {
                          "description": "Required. The parent subscription (ID) for which the offers should be read. May be specified as '-' to read all offers under an app.",
                          "required": true,
                          "type": "string",
                          "location": "path"
                        },
                        "pageSize": {
                          "description": "The maximum number of subscriptions to return. The service may return fewer than this value. If unspecified, at most 50 subscriptions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                          "format": "int32",
                          "type": "integer",
                          "location": "query"
                        },
                        "pageToken": {
                          "type": "string",
                          "description": "A page token, received from a previous `ListSubscriptionsOffers` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSubscriptionOffers` must match the call that provided the page token.",
                          "location": "query"
                        },
                        "basePlanId": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent base plan (ID) for which the offers should be read. May be specified as '-' to read all offers under a subscription or an app. Must be specified as '-' if product_id is specified as '-'.",
                          "required": true
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers",
                      "id": "androidpublisher.monetization.subscriptions.basePlans.offers.list"
                    },
                    "batchGet": {
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "basePlanId"
                      ],
                      "response": {
                        "$ref": "BatchGetSubscriptionOffersResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "description": "Reads one or more subscription offers.",
                      "request": {
                        "$ref": "BatchGetSubscriptionOffersRequest"
                      },
                      "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers:batchGet",
                      "id": "androidpublisher.monetization.subscriptions.basePlans.offers.batchGet",
                      "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers:batchGet",
                      "httpMethod": "POST",
                      "parameters": {
                        "productId": {
                          "required": true,
                          "description": "Required. The product ID of the parent subscription, if all updated offers belong to the same subscription. If this request spans multiple subscriptions, set this field to \"-\". Must be set.",
                          "type": "string",
                          "location": "path"
                        },
                        "basePlanId": {
                          "description": "Required. The parent base plan (ID) for which the offers should be read. May be specified as '-' to read offers from multiple base plans.",
                          "location": "path",
                          "type": "string",
                          "required": true
                        },
                        "packageName": {
                          "required": true,
                          "description": "Required. The parent app (package name) for which the subscriptions should be created or updated. Must be equal to the package_name field on all the requests.",
                          "location": "path",
                          "type": "string"
                        }
                      }
                    },
                    "batchUpdate": {
                      "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers:batchUpdate",
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers:batchUpdate",
                      "request": {
                        "$ref": "BatchUpdateSubscriptionOffersRequest"
                      },
                      "description": "Updates a batch of subscription offers. Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput.",
                      "httpMethod": "POST",
                      "parameters": {
                        "basePlanId": {
                          "description": "Required. The parent base plan (ID) for which the offers should be updated. May be specified as '-' to update offers from multiple base plans.",
                          "type": "string",
                          "location": "path",
                          "required": true
                        },
                        "productId": {
                          "description": "Required. The product ID of the parent subscription, if all updated offers belong to the same subscription. If this request spans multiple subscriptions, set this field to \"-\". Must be set.",
                          "required": true,
                          "location": "path",
                          "type": "string"
                        },
                        "packageName": {
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "description": "Required. The parent app (package name) of the updated subscription offers. Must be equal to the package_name field on all the updated SubscriptionOffer resources."
                        }
                      },
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "basePlanId"
                      ],
                      "response": {
                        "$ref": "BatchUpdateSubscriptionOffersResponse"
                      },
                      "id": "androidpublisher.monetization.subscriptions.basePlans.offers.batchUpdate"
                    },
                    "create": {
                      "httpMethod": "POST",
                      "parameters": {
                        "offerId": {
                          "type": "string",
                          "description": "Required. The ID to use for the offer. For the requirements on this format, see the documentation of the offer_id field on the SubscriptionOffer resource.",
                          "location": "query"
                        },
                        "packageName": {
                          "required": true,
                          "description": "Required. The parent app (package name) for which the offer should be created. Must be equal to the package_name field on the Subscription resource.",
                          "location": "path",
                          "type": "string"
                        },
                        "basePlanId": {
                          "location": "path",
                          "description": "Required. The parent base plan (ID) for which the offer should be created. Must be equal to the base_plan_id field on the SubscriptionOffer resource.",
                          "required": true,
                          "type": "string"
                        },
                        "regionsVersion.version": {
                          "location": "query",
                          "type": "string",
                          "description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices and latest supported version for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available."
                        },
                        "productId": {
                          "required": true,
                          "description": "Required. The parent subscription (ID) for which the offer should be created. Must be equal to the product_id field on the SubscriptionOffer resource.",
                          "type": "string",
                          "location": "path"
                        }
                      },
                      "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers",
                      "request": {
                        "$ref": "SubscriptionOffer"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers",
                      "id": "androidpublisher.monetization.subscriptions.basePlans.offers.create",
                      "description": "Creates a new subscription offer. Only auto-renewing base plans can have subscription offers. The offer state will be DRAFT until it is activated.",
                      "response": {
                        "$ref": "SubscriptionOffer"
                      },
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "basePlanId"
                      ]
                    },
                    "patch": {
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "basePlanId",
                        "offerId"
                      ],
                      "response": {
                        "$ref": "SubscriptionOffer"
                      },
                      "httpMethod": "PATCH",
                      "parameters": {
                        "packageName": {
                          "type": "string",
                          "description": "Required. Immutable. The package name of the app the parent subscription belongs to.",
                          "required": true,
                          "location": "path"
                        },
                        "offerId": {
                          "type": "string",
                          "required": true,
                          "description": "Required. Immutable. Unique ID of this subscription offer. Must be unique within the base plan.",
                          "location": "path"
                        },
                        "regionsVersion.version": {
                          "type": "string",
                          "location": "query",
                          "description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices and latest supported version for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available."
                        },
                        "basePlanId": {
                          "required": true,
                          "description": "Required. Immutable. The ID of the base plan to which this offer is an extension.",
                          "type": "string",
                          "location": "path"
                        },
                        "updateMask": {
                          "type": "string",
                          "description": "Required. The list of fields to be updated.",
                          "location": "query",
                          "format": "google-fieldmask"
                        },
                        "latencyTolerance": {
                          "enum": [
                            "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
                            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
                            "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
                          ],
                          "enumDescriptions": [
                            "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
                            "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
                            "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
                          ],
                          "type": "string",
                          "location": "query",
                          "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive."
                        },
                        "allowMissing": {
                          "location": "query",
                          "type": "boolean",
                          "description": "Optional. If set to true, and the subscription offer with the given package_name, product_id, base_plan_id and offer_id doesn't exist, an offer will be created. If a new offer is created, update_mask is ignored."
                        },
                        "productId": {
                          "required": true,
                          "type": "string",
                          "description": "Required. Immutable. The ID of the parent subscription this offer belongs to.",
                          "location": "path"
                        }
                      },
                      "request": {
                        "$ref": "SubscriptionOffer"
                      },
                      "flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}",
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "path": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}/basePlans/{basePlanId}/offers/{offerId}",
                      "description": "Updates an existing subscription offer.",
                      "id": "androidpublisher.monetization.subscriptions.basePlans.offers.patch"
                    }
                  }
                }
              }
            }
          }
        },
        "onetimeproducts": {
          "resources": {
            "purchaseOptions": {
              "resources": {
                "offers": {
                  "methods": {
                    "list": {
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "httpMethod": "GET",
                      "parameters": {
                        "purchaseOptionId": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent purchase option (ID) for which the offers should be read. May be specified as '-' to read all offers under a one-time product or an app. Must be specified as '-' if product_id is specified as '-'.",
                          "required": true
                        },
                        "pageSize": {
                          "type": "integer",
                          "location": "query",
                          "description": "Optional. The maximum number of offers to return. The service may return fewer than this value. If unspecified, at most 50 offers will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                          "format": "int32"
                        },
                        "productId": {
                          "type": "string",
                          "location": "path",
                          "required": true,
                          "description": "Required. The parent one-time product (ID) for which the offers should be read. May be specified as '-' to read all offers under an app."
                        },
                        "packageName": {
                          "required": true,
                          "location": "path",
                          "description": "Required. The parent app (package name) for which the offers should be read.",
                          "type": "string"
                        },
                        "pageToken": {
                          "type": "string",
                          "location": "query",
                          "description": "Optional. A page token, received from a previous `ListOneTimeProductsOffers` call. Provide this to retrieve the subsequent page. When paginating, product_id, package_name and purchase_option_id provided to `ListOneTimeProductsOffersRequest` must match the call that provided the page token."
                        }
                      },
                      "response": {
                        "$ref": "ListOneTimeProductOffersResponse"
                      },
                      "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers",
                      "id": "androidpublisher.monetization.onetimeproducts.purchaseOptions.offers.list",
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "purchaseOptionId"
                      ],
                      "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers",
                      "description": "Lists all offers under a given app, product, or purchase option."
                    },
                    "batchDelete": {
                      "id": "androidpublisher.monetization.onetimeproducts.purchaseOptions.offers.batchDelete",
                      "description": "Deletes one or more one-time product offers.",
                      "httpMethod": "POST",
                      "parameters": {
                        "packageName": {
                          "required": true,
                          "description": "Required. The parent app (package name) of the offers to delete. Must be equal to the package_name field on all the OneTimeProductOffer resources.",
                          "type": "string",
                          "location": "path"
                        },
                        "productId": {
                          "location": "path",
                          "description": "Required. The product ID of the parent one-time product, if all offers to delete belong to the same product. If this request spans multiple one-time products, set this field to \"-\".",
                          "type": "string",
                          "required": true
                        },
                        "purchaseOptionId": {
                          "required": true,
                          "type": "string",
                          "description": "Required. The parent purchase option (ID) for which the offers should be deleted. May be specified as '-' to update offers from multiple purchase options.",
                          "location": "path"
                        }
                      },
                      "request": {
                        "$ref": "BatchDeleteOneTimeProductOffersRequest"
                      },
                      "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers:batchDelete",
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "purchaseOptionId"
                      ],
                      "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers:batchDelete",
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ]
                    },
                    "activate": {
                      "description": "Activates a one-time product offer.",
                      "httpMethod": "POST",
                      "parameters": {
                        "packageName": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent app (package name) of the offer to activate.",
                          "required": true
                        },
                        "productId": {
                          "required": true,
                          "description": "Required. The parent one-time product (ID) of the offer to activate.",
                          "type": "string",
                          "location": "path"
                        },
                        "offerId": {
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "Required. The offer ID of the offer to activate."
                        },
                        "purchaseOptionId": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent purchase option (ID) of the offer to activate.",
                          "required": true
                        }
                      },
                      "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers/{offerId}:activate",
                      "request": {
                        "$ref": "ActivateOneTimeProductOfferRequest"
                      },
                      "id": "androidpublisher.monetization.onetimeproducts.purchaseOptions.offers.activate",
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "purchaseOptionId",
                        "offerId"
                      ],
                      "response": {
                        "$ref": "OneTimeProductOffer"
                      },
                      "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers/{offerId}:activate",
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ]
                    },
                    "deactivate": {
                      "description": "Deactivates a one-time product offer.",
                      "httpMethod": "POST",
                      "parameters": {
                        "offerId": {
                          "location": "path",
                          "description": "Required. The offer ID of the offer to deactivate.",
                          "required": true,
                          "type": "string"
                        },
                        "packageName": {
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "Required. The parent app (package name) of the offer to deactivate."
                        },
                        "purchaseOptionId": {
                          "location": "path",
                          "description": "Required. The parent purchase option (ID) of the offer to deactivate.",
                          "required": true,
                          "type": "string"
                        },
                        "productId": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The parent one-time product (ID) of the offer to deactivate.",
                          "required": true
                        }
                      },
                      "response": {
                        "$ref": "OneTimeProductOffer"
                      },
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "purchaseOptionId",
                        "offerId"
                      ],
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers/{offerId}:deactivate",
                      "request": {
                        "$ref": "DeactivateOneTimeProductOfferRequest"
                      },
                      "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers/{offerId}:deactivate",
                      "id": "androidpublisher.monetization.onetimeproducts.purchaseOptions.offers.deactivate"
                    },
                    "batchUpdateStates": {
                      "response": {
                        "$ref": "BatchUpdateOneTimeProductOfferStatesResponse"
                      },
                      "request": {
                        "$ref": "BatchUpdateOneTimeProductOfferStatesRequest"
                      },
                      "description": "Updates a batch of one-time product offer states.",
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "purchaseOptionId"
                      ],
                      "id": "androidpublisher.monetization.onetimeproducts.purchaseOptions.offers.batchUpdateStates",
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers:batchUpdateStates",
                      "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers:batchUpdateStates",
                      "httpMethod": "POST",
                      "parameters": {
                        "purchaseOptionId": {
                          "required": true,
                          "type": "string",
                          "description": "Required. The purchase option ID of the parent purchase option, if all updated offers belong to the same purchase option. If this batch update spans multiple purchase options, set this field to \"-\".",
                          "location": "path"
                        },
                        "packageName": {
                          "location": "path",
                          "description": "Required. The parent app (package name) of the updated one-time product offers.",
                          "required": true,
                          "type": "string"
                        },
                        "productId": {
                          "required": true,
                          "type": "string",
                          "description": "Required. The product ID of the parent one-time product, if all updated offers belong to the same one-time product. If this batch update spans multiple one-time products, set this field to \"-\".",
                          "location": "path"
                        }
                      }
                    },
                    "batchUpdate": {
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "purchaseOptionId"
                      ],
                      "description": "Creates or updates one or more one-time product offers.",
                      "httpMethod": "POST",
                      "parameters": {
                        "purchaseOptionId": {
                          "description": "Required. The parent purchase option (ID) for which the offers should be updated. May be specified as '-' to update offers from multiple purchase options.",
                          "required": true,
                          "type": "string",
                          "location": "path"
                        },
                        "packageName": {
                          "location": "path",
                          "description": "Required. The parent app (package name) of the updated offers. Must be equal to the package_name field on all the updated OneTimeProductOffer resources.",
                          "type": "string",
                          "required": true
                        },
                        "productId": {
                          "description": "Required. The product ID of the parent one-time product, if all updated offers belong to the same product. If this request spans multiple one-time products, set this field to \"-\".",
                          "required": true,
                          "location": "path",
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "BatchUpdateOneTimeProductOffersResponse"
                      },
                      "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers:batchUpdate",
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "id": "androidpublisher.monetization.onetimeproducts.purchaseOptions.offers.batchUpdate",
                      "request": {
                        "$ref": "BatchUpdateOneTimeProductOffersRequest"
                      },
                      "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers:batchUpdate"
                    },
                    "batchGet": {
                      "request": {
                        "$ref": "BatchGetOneTimeProductOffersRequest"
                      },
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "purchaseOptionId"
                      ],
                      "response": {
                        "$ref": "BatchGetOneTimeProductOffersResponse"
                      },
                      "id": "androidpublisher.monetization.onetimeproducts.purchaseOptions.offers.batchGet",
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers:batchGet",
                      "httpMethod": "POST",
                      "parameters": {
                        "purchaseOptionId": {
                          "description": "Required. The parent purchase option (ID) for which the offers should be updated. May be specified as '-' to update offers from multiple purchase options.",
                          "required": true,
                          "location": "path",
                          "type": "string"
                        },
                        "packageName": {
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "Required. The parent app (package name) of the updated offers. Must be equal to the package_name field on all the updated OneTimeProductOffer resources."
                        },
                        "productId": {
                          "description": "Required. The product ID of the parent one-time product, if all updated offers belong to the same product. If this request spans multiple one-time products, set this field to \"-\".",
                          "type": "string",
                          "location": "path",
                          "required": true
                        }
                      },
                      "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers:batchGet",
                      "description": "Reads one or more one-time product offers."
                    },
                    "cancel": {
                      "scopes": [
                        "https://www.googleapis.com/auth/androidpublisher"
                      ],
                      "description": "Cancels a one-time product offer.",
                      "id": "androidpublisher.monetization.onetimeproducts.purchaseOptions.offers.cancel",
                      "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers/{offerId}:cancel",
                      "httpMethod": "POST",
                      "parameters": {
                        "purchaseOptionId": {
                          "type": "string",
                          "location": "path",
                          "description": "Required. The parent purchase option (ID) of the offer to cancel.",
                          "required": true
                        },
                        "productId": {
                          "location": "path",
                          "description": "Required. The parent one-time product (ID) of the offer to cancel.",
                          "type": "string",
                          "required": true
                        },
                        "packageName": {
                          "location": "path",
                          "description": "Required. The parent app (package name) of the offer to cancel.",
                          "type": "string",
                          "required": true
                        },
                        "offerId": {
                          "description": "Required. The offer ID of the offer to cancel.",
                          "location": "path",
                          "type": "string",
                          "required": true
                        }
                      },
                      "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions/{purchaseOptionId}/offers/{offerId}:cancel",
                      "request": {
                        "$ref": "CancelOneTimeProductOfferRequest"
                      },
                      "parameterOrder": [
                        "packageName",
                        "productId",
                        "purchaseOptionId",
                        "offerId"
                      ],
                      "response": {
                        "$ref": "OneTimeProductOffer"
                      }
                    }
                  }
                }
              },
              "methods": {
                "batchUpdateStates": {
                  "httpMethod": "POST",
                  "parameters": {
                    "packageName": {
                      "type": "string",
                      "required": true,
                      "description": "Required. The parent app (package name) of the updated purchase options.",
                      "location": "path"
                    },
                    "productId": {
                      "location": "path",
                      "description": "Required. The product ID of the parent one-time product, if all updated purchase options belong to the same one-time product. If this batch update spans multiple one-time products, set this field to \"-\".",
                      "type": "string",
                      "required": true
                    }
                  },
                  "response": {
                    "$ref": "BatchUpdatePurchaseOptionStatesResponse"
                  },
                  "id": "androidpublisher.monetization.onetimeproducts.purchaseOptions.batchUpdateStates",
                  "description": "Activates or deactivates purchase options across one or multiple one-time products.",
                  "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions:batchUpdateStates",
                  "request": {
                    "$ref": "BatchUpdatePurchaseOptionStatesRequest"
                  },
                  "parameterOrder": [
                    "packageName",
                    "productId"
                  ],
                  "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions:batchUpdateStates",
                  "scopes": [
                    "https://www.googleapis.com/auth/androidpublisher"
                  ]
                },
                "batchDelete": {
                  "httpMethod": "POST",
                  "parameters": {
                    "productId": {
                      "required": true,
                      "description": "Required. The product ID of the parent one-time product, if all purchase options to delete belong to the same one-time product. If this batch delete spans multiple one-time products, set this field to \"-\".",
                      "location": "path",
                      "type": "string"
                    },
                    "packageName": {
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "Required. The parent app (package name) of the purchase options to delete."
                    }
                  },
                  "description": "Deletes purchase options across one or multiple one-time products. By default this operation will fail if there are any existing offers under the deleted purchase options. Use the force parameter to override the default behavior.",
                  "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions:batchDelete",
                  "request": {
                    "$ref": "BatchDeletePurchaseOptionsRequest"
                  },
                  "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}/purchaseOptions:batchDelete",
                  "id": "androidpublisher.monetization.onetimeproducts.purchaseOptions.batchDelete",
                  "scopes": [
                    "https://www.googleapis.com/auth/androidpublisher"
                  ],
                  "parameterOrder": [
                    "packageName",
                    "productId"
                  ]
                }
              }
            }
          },
          "methods": {
            "batchDelete": {
              "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts:batchDelete",
              "description": "Deletes one or more one-time products.",
              "request": {
                "$ref": "BatchDeleteOneTimeProductsRequest"
              },
              "parameterOrder": [
                "packageName"
              ],
              "id": "androidpublisher.monetization.onetimeproducts.batchDelete",
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "description": "Required. The parent app (package name) for which the one-time products should be deleted. Must be equal to the package_name field on all the OneTimeProduct resources.",
                  "required": true,
                  "location": "path",
                  "type": "string"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts:batchDelete"
            },
            "batchGet": {
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts:batchGet",
              "id": "androidpublisher.monetization.onetimeproducts.batchGet",
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The parent app (package name) for which the products should be retrieved. Must be equal to the package_name field on all requests."
                },
                "productIds": {
                  "description": "Required. A list of up to 100 product IDs to retrieve. All IDs must be different.",
                  "location": "query",
                  "repeated": true,
                  "type": "string"
                }
              },
              "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts:batchGet",
              "description": "Reads one or more one-time products.",
              "parameterOrder": [
                "packageName"
              ],
              "response": {
                "$ref": "BatchGetOneTimeProductsResponse"
              }
            },
            "delete": {
              "description": "Deletes a one-time product.",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "id": "androidpublisher.monetization.onetimeproducts.delete",
              "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}",
              "httpMethod": "DELETE",
              "parameters": {
                "latencyTolerance": {
                  "location": "query",
                  "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
                  "enum": [
                    "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
                    "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
                    "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
                  ],
                  "enumDescriptions": [
                    "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
                    "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
                    "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
                  ],
                  "type": "string"
                },
                "productId": {
                  "required": true,
                  "description": "Required. The one-time product ID of the one-time product to delete.",
                  "type": "string",
                  "location": "path"
                },
                "packageName": {
                  "description": "Required. The parent app (package name) of the one-time product to delete.",
                  "required": true,
                  "location": "path",
                  "type": "string"
                }
              },
              "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}",
              "parameterOrder": [
                "packageName",
                "productId"
              ]
            },
            "get": {
              "parameterOrder": [
                "packageName",
                "productId"
              ],
              "httpMethod": "GET",
              "parameters": {
                "productId": {
                  "description": "Required. The product ID of the product to retrieve.",
                  "location": "path",
                  "required": true,
                  "type": "string"
                },
                "packageName": {
                  "required": true,
                  "type": "string",
                  "location": "path",
                  "description": "Required. The parent app (package name) of the product to retrieve."
                }
              },
              "response": {
                "$ref": "OneTimeProduct"
              },
              "description": "Reads a single one-time product.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}",
              "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts/{productId}",
              "id": "androidpublisher.monetization.onetimeproducts.get",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ]
            },
            "list": {
              "httpMethod": "GET",
              "parameters": {
                "pageSize": {
                  "type": "integer",
                  "format": "int32",
                  "location": "query",
                  "description": "Optional. The maximum number of one-time product to return. The service may return fewer than this value. If unspecified, at most 50 one-time products will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000."
                },
                "pageToken": {
                  "description": "Optional. A page token, received from a previous `ListOneTimeProducts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOneTimeProducts` must match the call that provided the page token.",
                  "type": "string",
                  "location": "query"
                },
                "packageName": {
                  "description": "Required. The parent app (package name) for which the one-time product should be read.",
                  "location": "path",
                  "type": "string",
                  "required": true
                }
              },
              "parameterOrder": [
                "packageName"
              ],
              "response": {
                "$ref": "ListOneTimeProductsResponse"
              },
              "description": "Lists all one-time products under a given app.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts",
              "id": "androidpublisher.monetization.onetimeproducts.list",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts"
            },
            "patch": {
              "response": {
                "$ref": "OneTimeProduct"
              },
              "id": "androidpublisher.monetization.onetimeproducts.patch",
              "description": "Creates or updates a one-time product.",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/onetimeproducts/{productId}",
              "request": {
                "$ref": "OneTimeProduct"
              },
              "httpMethod": "PATCH",
              "parameters": {
                "latencyTolerance": {
                  "location": "query",
                  "type": "string",
                  "enumDescriptions": [
                    "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
                    "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
                    "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
                  ],
                  "description": "Optional. The latency tolerance for the propagation of this product upsert. Defaults to latency-sensitive.",
                  "enum": [
                    "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
                    "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
                    "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
                  ]
                },
                "regionsVersion.version": {
                  "description": "Required. A string representing the version of available regions being used for the specified resource. Regional prices and latest supported version for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region's version and set of regional prices and currencies will succeed even though a new version is available.",
                  "location": "query",
                  "type": "string"
                },
                "packageName": {
                  "location": "path",
                  "type": "string",
                  "description": "Required. Immutable. Package name of the parent app.",
                  "required": true
                },
                "allowMissing": {
                  "description": "Optional. If set to true, and the one-time product with the given package_name and product_id doesn't exist, the one-time product will be created. If a new one-time product is created, update_mask is ignored.",
                  "type": "boolean",
                  "location": "query"
                },
                "productId": {
                  "required": true,
                  "description": "Required. Immutable. Unique product ID of the product. Unique within the parent app. Product IDs must start with a number or lowercase letter, and can contain numbers (0-9), lowercase letters (a-z), underscores (_), and periods (.).",
                  "type": "string",
                  "location": "path"
                },
                "updateMask": {
                  "description": "Required. The list of fields to be updated.",
                  "location": "query",
                  "format": "google-fieldmask",
                  "type": "string"
                }
              },
              "parameterOrder": [
                "packageName",
                "productId"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/onetimeproducts/{productId}"
            },
            "batchUpdate": {
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "response": {
                "$ref": "BatchUpdateOneTimeProductsResponse"
              },
              "id": "androidpublisher.monetization.onetimeproducts.batchUpdate",
              "request": {
                "$ref": "BatchUpdateOneTimeProductsRequest"
              },
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "required": true,
                  "description": "Required. The parent app (package name) for which the one-time products should be updated. Must be equal to the package_name field on all the OneTimeProduct resources.",
                  "location": "path",
                  "type": "string"
                }
              },
              "flatPath": "androidpublisher/v3/applications/{packageName}/oneTimeProducts:batchUpdate",
              "description": "Creates or updates one or more one-time products.",
              "path": "androidpublisher/v3/applications/{packageName}/oneTimeProducts:batchUpdate",
              "parameterOrder": [
                "packageName"
              ]
            }
          }
        }
      },
      "methods": {
        "convertRegionPrices": {
          "parameterOrder": [
            "packageName"
          ],
          "flatPath": "androidpublisher/v3/applications/{packageName}/pricing:convertRegionPrices",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "description": "Required. The app package name.",
              "required": true,
              "type": "string",
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "request": {
            "$ref": "ConvertRegionPricesRequest"
          },
          "description": "Calculates the region prices, using today's exchange rate and country-specific pricing patterns, based on the price in the request for a set of regions.",
          "response": {
            "$ref": "ConvertRegionPricesResponse"
          },
          "path": "androidpublisher/v3/applications/{packageName}/pricing:convertRegionPrices",
          "id": "androidpublisher.monetization.convertRegionPrices"
        }
      }
    },
    "generatedapks": {
      "methods": {
        "list": {
          "id": "androidpublisher.generatedapks.list",
          "path": "androidpublisher/v3/applications/{packageName}/generatedApks/{versionCode}",
          "parameterOrder": [
            "packageName",
            "versionCode"
          ],
          "flatPath": "androidpublisher/v3/applications/{packageName}/generatedApks/{versionCode}",
          "httpMethod": "GET",
          "parameters": {
            "packageName": {
              "required": true,
              "type": "string",
              "description": "Package name of the app.",
              "location": "path"
            },
            "versionCode": {
              "location": "path",
              "type": "integer",
              "format": "int32",
              "description": "Version code of the app bundle.",
              "required": true
            }
          },
          "description": "Returns download metadata for all APKs that were generated from a given app bundle.",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "response": {
            "$ref": "GeneratedApksListResponse"
          }
        },
        "download": {
          "useMediaDownloadService": true,
          "description": "Downloads a single signed APK generated from an app bundle.",
          "supportsMediaDownload": true,
          "httpMethod": "GET",
          "parameters": {
            "downloadId": {
              "required": true,
              "description": "Download ID, which uniquely identifies the APK to download. Can be obtained from the response of `generatedapks.list` method.",
              "type": "string",
              "location": "path"
            },
            "packageName": {
              "required": true,
              "description": "Package name of the app.",
              "type": "string",
              "location": "path"
            },
            "versionCode": {
              "description": "Version code of the app bundle.",
              "type": "integer",
              "location": "path",
              "required": true,
              "format": "int32"
            }
          },
          "id": "androidpublisher.generatedapks.download",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "path": "androidpublisher/v3/applications/{packageName}/generatedApks/{versionCode}/downloads/{downloadId}:download",
          "flatPath": "androidpublisher/v3/applications/{packageName}/generatedApks/{versionCode}/downloads/{downloadId}:download",
          "parameterOrder": [
            "packageName",
            "versionCode",
            "downloadId"
          ]
        }
      }
    },
    "appstorecatalog": {
      "resources": {
        "recentappviews": {
          "methods": {
            "get": {
              "response": {
                "$ref": "RecentAppView"
              },
              "description": "Returns metadata about a recently updated app.",
              "parameterOrder": [
                "appStorePackageName",
                "playAppPackageName"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "id": "androidpublisher.appstorecatalog.recentappviews.get",
              "httpMethod": "GET",
              "parameters": {
                "playAppPackageName": {
                  "location": "path",
                  "type": "string",
                  "description": "Required. The package name of the requested Play app.",
                  "required": true
                },
                "appStorePackageName": {
                  "type": "string",
                  "required": true,
                  "location": "path",
                  "description": "Required. The package name of the app store on behalf of which the request is made."
                }
              },
              "path": "androidpublisher/v3/appstorecatalog/{appStorePackageName}/recentAppViews/{playAppPackageName}",
              "flatPath": "androidpublisher/v3/appstorecatalog/{appStorePackageName}/recentAppViews/{playAppPackageName}"
            }
          }
        },
        "recentupdateevents": {
          "methods": {
            "list": {
              "parameterOrder": [
                "appStorePackageName"
              ],
              "path": "androidpublisher/v3/appstorecatalog/{appStorePackageName}/recentUpdateEvents",
              "response": {
                "$ref": "ListRecentUpdateEventsResponse"
              },
              "flatPath": "androidpublisher/v3/appstorecatalog/{appStorePackageName}/recentUpdateEvents",
              "description": "Lists update events for eligible apps in the given time range.",
              "id": "androidpublisher.appstorecatalog.recentupdateevents.list",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "httpMethod": "GET",
              "parameters": {
                "pageSize": {
                  "description": "Optional. The maximum number of update events to return. The service may return fewer than this value. If unspecified, at most 100 update events will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                  "location": "query",
                  "format": "int32",
                  "type": "integer"
                },
                "startTime": {
                  "location": "query",
                  "type": "string",
                  "format": "google-datetime",
                  "description": "Required. The start time of the range (inclusive)."
                },
                "appStorePackageName": {
                  "type": "string",
                  "required": true,
                  "description": "Required. The package name of the app store on behalf of which the request is made.",
                  "location": "path"
                },
                "endTime": {
                  "format": "google-datetime",
                  "description": "Required. The end time of the range (exclusive).",
                  "location": "query",
                  "type": "string"
                },
                "pageToken": {
                  "type": "string",
                  "location": "query",
                  "description": "Optional. A page token, received from a previous `ListRecentUpdateEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListRecentUpdateEvents` must match the call that provided the page token."
                }
              }
            }
          }
        }
      }
    },
    "users": {
      "methods": {
        "create": {
          "response": {
            "$ref": "User"
          },
          "httpMethod": "POST",
          "parameters": {
            "parent": {
              "description": "Required. The developer account to add the user to. Format: developers/{developer}",
              "type": "string",
              "location": "path",
              "pattern": "^developers/[^/]+$",
              "required": true
            }
          },
          "parameterOrder": [
            "parent"
          ],
          "flatPath": "androidpublisher/v3/developers/{developersId}/users",
          "request": {
            "$ref": "User"
          },
          "description": "Grant access for a user to the given developer account.",
          "id": "androidpublisher.users.create",
          "path": "androidpublisher/v3/{+parent}/users",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ]
        },
        "list": {
          "parameterOrder": [
            "parent"
          ],
          "description": "Lists all users with access to a developer account.",
          "flatPath": "androidpublisher/v3/developers/{developersId}/users",
          "httpMethod": "GET",
          "parameters": {
            "parent": {
              "required": true,
              "pattern": "^developers/[^/]+$",
              "type": "string",
              "location": "path",
              "description": "Required. The developer account to fetch users from. Format: developers/{developer}"
            },
            "pageSize": {
              "location": "query",
              "description": "The maximum number of results to return. This must be set to -1 to disable pagination.",
              "type": "integer",
              "format": "int32"
            },
            "pageToken": {
              "location": "query",
              "description": "A token received from a previous call to this method, in order to retrieve further results.",
              "type": "string"
            }
          },
          "id": "androidpublisher.users.list",
          "response": {
            "$ref": "ListUsersResponse"
          },
          "path": "androidpublisher/v3/{+parent}/users",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ]
        },
        "delete": {
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "parameterOrder": [
            "name"
          ],
          "id": "androidpublisher.users.delete",
          "path": "androidpublisher/v3/{+name}",
          "httpMethod": "DELETE",
          "parameters": {
            "name": {
              "type": "string",
              "location": "path",
              "pattern": "^developers/[^/]+/users/[^/]+$",
              "description": "Required. The name of the user to delete. Format: developers/{developer}/users/{email}",
              "required": true
            }
          },
          "flatPath": "androidpublisher/v3/developers/{developersId}/users/{usersId}",
          "description": "Removes all access for the user to the given developer account."
        },
        "patch": {
          "request": {
            "$ref": "User"
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "id": "androidpublisher.users.patch",
          "description": "Updates access for the user to the developer account.",
          "flatPath": "androidpublisher/v3/developers/{developersId}/users/{usersId}",
          "httpMethod": "PATCH",
          "parameters": {
            "updateMask": {
              "location": "query",
              "description": "Optional. The list of fields to be updated.",
              "type": "string",
              "format": "google-fieldmask"
            },
            "name": {
              "required": true,
              "pattern": "^developers/[^/]+/users/[^/]+$",
              "description": "Required. Resource name for this user, following the pattern \"developers/{developer}/users/{email}\".",
              "type": "string",
              "location": "path"
            }
          },
          "response": {
            "$ref": "User"
          },
          "parameterOrder": [
            "name"
          ],
          "path": "androidpublisher/v3/{+name}"
        }
      }
    },
    "edits": {
      "methods": {
        "get": {
          "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}",
          "description": "Gets an app edit.",
          "httpMethod": "GET",
          "parameters": {
            "editId": {
              "location": "path",
              "description": "Identifier of the edit.",
              "type": "string",
              "required": true
            },
            "packageName": {
              "location": "path",
              "description": "Package name of the app.",
              "required": true,
              "type": "string"
            }
          },
          "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "id": "androidpublisher.edits.get",
          "parameterOrder": [
            "packageName",
            "editId"
          ],
          "response": {
            "$ref": "AppEdit"
          }
        },
        "validate": {
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}:validate",
          "id": "androidpublisher.edits.validate",
          "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}:validate",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "type": "string",
              "location": "path",
              "description": "Package name of the app.",
              "required": true
            },
            "editId": {
              "location": "path",
              "description": "Identifier of the edit.",
              "required": true,
              "type": "string"
            }
          },
          "response": {
            "$ref": "AppEdit"
          },
          "description": "Validates an app edit.",
          "parameterOrder": [
            "packageName",
            "editId"
          ]
        },
        "delete": {
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "httpMethod": "DELETE",
          "parameters": {
            "packageName": {
              "location": "path",
              "description": "Package name of the app.",
              "type": "string",
              "required": true
            },
            "editId": {
              "description": "Identifier of the edit.",
              "type": "string",
              "required": true,
              "location": "path"
            }
          },
          "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}",
          "parameterOrder": [
            "packageName",
            "editId"
          ],
          "description": "Deletes an app edit.",
          "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}",
          "id": "androidpublisher.edits.delete"
        },
        "commit": {
          "response": {
            "$ref": "AppEdit"
          },
          "description": "Commits an app edit.",
          "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}:commit",
          "id": "androidpublisher.edits.commit",
          "parameterOrder": [
            "packageName",
            "editId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "changesInReviewBehavior": {
              "type": "string",
              "location": "query",
              "description": "Optional. Specify how the API should behave if there are changes currently in review. If this value is not set, it will default to \"CANCEL_IN_REVIEW_AND_SUBMIT\", which will cancel the changes in review and then send all the changes for publishing.",
              "enum": [
                "CHANGES_IN_REVIEW_BEHAVIOR_TYPE_UNSPECIFIED",
                "CANCEL_IN_REVIEW_AND_SUBMIT",
                "ERROR_IF_IN_REVIEW"
              ],
              "enumDescriptions": [
                "Defaults to CANCEL_IN_REVIEW_AND_SUBMIT.",
                "If there are changes already in review, then this will cancel that review first and then send all the changes for publishing.",
                "If there are changes in review, then this will return an error. Please refer to the error message sample that is returned when this happens. Note that this won't invalidate the edit. If there aren't any changes in review, then this will continue and send the new changes for publishing."
              ]
            },
            "packageName": {
              "type": "string",
              "description": "Package name of the app.",
              "location": "path",
              "required": true
            },
            "editId": {
              "location": "path",
              "description": "Identifier of the edit.",
              "required": true,
              "type": "string"
            },
            "changesNotSentForReview": {
              "location": "query",
              "type": "boolean",
              "description": "When a rejection happens, the parameter will make sure that the changes in this edit won't be reviewed until they are explicitly sent for review from within the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review."
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}:commit"
        },
        "insert": {
          "id": "androidpublisher.edits.insert",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "description": "Package name of the app.",
              "location": "path",
              "required": true,
              "type": "string"
            }
          },
          "parameterOrder": [
            "packageName"
          ],
          "response": {
            "$ref": "AppEdit"
          },
          "path": "androidpublisher/v3/applications/{packageName}/edits",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "flatPath": "androidpublisher/v3/applications/{packageName}/edits",
          "request": {
            "$ref": "AppEdit"
          },
          "description": "Creates a new edit for an app."
        }
      },
      "resources": {
        "details": {
          "methods": {
            "patch": {
              "response": {
                "$ref": "AppDetails"
              },
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/details",
              "httpMethod": "PATCH",
              "parameters": {
                "editId": {
                  "required": true,
                  "type": "string",
                  "description": "Identifier of the edit.",
                  "location": "path"
                },
                "packageName": {
                  "location": "path",
                  "description": "Package name of the app.",
                  "type": "string",
                  "required": true
                }
              },
              "request": {
                "$ref": "AppDetails"
              },
              "id": "androidpublisher.edits.details.patch",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/details",
              "description": "Patches details of an app.",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ]
            },
            "update": {
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/details",
              "description": "Updates details of an app.",
              "httpMethod": "PUT",
              "parameters": {
                "packageName": {
                  "type": "string",
                  "location": "path",
                  "required": true,
                  "description": "Package name of the app."
                },
                "editId": {
                  "required": true,
                  "type": "string",
                  "location": "path",
                  "description": "Identifier of the edit."
                }
              },
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/details",
              "request": {
                "$ref": "AppDetails"
              },
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "id": "androidpublisher.edits.details.update",
              "response": {
                "$ref": "AppDetails"
              }
            },
            "get": {
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "description": "Gets details of an app.",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/details",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/details",
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "description": "Package name of the app.",
                  "location": "path",
                  "required": true,
                  "type": "string"
                },
                "editId": {
                  "description": "Identifier of the edit.",
                  "location": "path",
                  "required": true,
                  "type": "string"
                }
              },
              "response": {
                "$ref": "AppDetails"
              },
              "id": "androidpublisher.edits.details.get"
            }
          }
        },
        "apks": {
          "methods": {
            "list": {
              "id": "androidpublisher.edits.apks.list",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks",
              "description": "Lists all current APKs of the app and edit.",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "response": {
                "$ref": "ApksListResponse"
              },
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "required": true,
                  "type": "string",
                  "location": "path",
                  "description": "Package name of the app."
                },
                "editId": {
                  "type": "string",
                  "required": true,
                  "location": "path",
                  "description": "Identifier of the edit."
                }
              }
            },
            "upload": {
              "mediaUpload": {
                "maxSize": "10737418240",
                "protocols": {
                  "resumable": {
                    "multipart": true,
                    "path": "/resumable/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks"
                  },
                  "simple": {
                    "path": "/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks",
                    "multipart": true
                  }
                },
                "accept": [
                  "application/octet-stream",
                  "application/vnd.android.package-archive"
                ]
              },
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks",
              "id": "androidpublisher.edits.apks.upload",
              "supportsMediaUpload": true,
              "response": {
                "$ref": "Apk"
              },
              "description": "Uploads an APK and adds to the current edit.",
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "type": "string",
                  "location": "path",
                  "required": true,
                  "description": "Package name of the app."
                },
                "editId": {
                  "type": "string",
                  "location": "path",
                  "description": "Identifier of the edit.",
                  "required": true
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks"
            },
            "addexternallyhosted": {
              "description": "Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations.",
              "response": {
                "$ref": "ApksAddExternallyHostedResponse"
              },
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/externallyHosted",
              "id": "androidpublisher.edits.apks.addexternallyhosted",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/externallyHosted",
              "request": {
                "$ref": "ApksAddExternallyHostedRequest"
              },
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "required": true,
                  "description": "Package name of the app.",
                  "location": "path",
                  "type": "string"
                },
                "editId": {
                  "location": "path",
                  "required": true,
                  "type": "string",
                  "description": "Identifier of the edit."
                }
              }
            }
          }
        },
        "tracks": {
          "methods": {
            "create": {
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks",
              "response": {
                "$ref": "Track"
              },
              "request": {
                "$ref": "TrackConfig"
              },
              "description": "Creates a new track.",
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "required": true,
                  "type": "string",
                  "description": "Required. Package name of the app.",
                  "location": "path"
                },
                "editId": {
                  "required": true,
                  "type": "string",
                  "description": "Required. Identifier of the edit.",
                  "location": "path"
                }
              },
              "id": "androidpublisher.edits.tracks.create",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks"
            },
            "patch": {
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "parameterOrder": [
                "packageName",
                "editId",
                "track"
              ],
              "description": "Patches a track.",
              "id": "androidpublisher.edits.tracks.patch",
              "request": {
                "$ref": "Track"
              },
              "response": {
                "$ref": "Track"
              },
              "httpMethod": "PATCH",
              "parameters": {
                "track": {
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "description": "Identifier of the track. [More on track name](https://developers.google.com/android-publisher/tracks#ff-track-name)"
                },
                "editId": {
                  "required": true,
                  "location": "path",
                  "description": "Identifier of the edit.",
                  "type": "string"
                },
                "packageName": {
                  "location": "path",
                  "description": "Package name of the app.",
                  "type": "string",
                  "required": true
                }
              },
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}"
            },
            "list": {
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "id": "androidpublisher.edits.tracks.list",
              "response": {
                "$ref": "TracksListResponse"
              },
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "description": "Package name of the app.",
                  "location": "path",
                  "required": true,
                  "type": "string"
                },
                "editId": {
                  "description": "Identifier of the edit.",
                  "required": true,
                  "type": "string",
                  "location": "path"
                }
              },
              "description": "Lists all tracks.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks"
            },
            "update": {
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}",
              "description": "Updates a track.",
              "httpMethod": "PUT",
              "parameters": {
                "editId": {
                  "location": "path",
                  "required": true,
                  "description": "Identifier of the edit.",
                  "type": "string"
                },
                "packageName": {
                  "location": "path",
                  "description": "Package name of the app.",
                  "type": "string",
                  "required": true
                },
                "track": {
                  "location": "path",
                  "required": true,
                  "description": "Identifier of the track. [More on track name](https://developers.google.com/android-publisher/tracks#ff-track-name)",
                  "type": "string"
                }
              },
              "parameterOrder": [
                "packageName",
                "editId",
                "track"
              ],
              "response": {
                "$ref": "Track"
              },
              "id": "androidpublisher.edits.tracks.update",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "request": {
                "$ref": "Track"
              },
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}"
            },
            "get": {
              "id": "androidpublisher.edits.tracks.get",
              "response": {
                "$ref": "Track"
              },
              "parameterOrder": [
                "packageName",
                "editId",
                "track"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "required": true,
                  "type": "string",
                  "location": "path",
                  "description": "Package name of the app."
                },
                "editId": {
                  "type": "string",
                  "required": true,
                  "description": "Identifier of the edit.",
                  "location": "path"
                },
                "track": {
                  "location": "path",
                  "required": true,
                  "description": "Identifier of the track. [More on track name](https://developers.google.com/android-publisher/tracks#ff-track-name)",
                  "type": "string"
                }
              },
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}",
              "description": "Gets a track."
            }
          }
        },
        "countryavailability": {
          "methods": {
            "get": {
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/countryAvailability/{track}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "id": "androidpublisher.edits.countryavailability.get",
              "response": {
                "$ref": "TrackCountryAvailability"
              },
              "description": "Gets country availability.",
              "parameterOrder": [
                "packageName",
                "editId",
                "track"
              ],
              "httpMethod": "GET",
              "parameters": {
                "editId": {
                  "location": "path",
                  "description": "Identifier of the edit.",
                  "type": "string",
                  "required": true
                },
                "packageName": {
                  "description": "Package name of the app.",
                  "location": "path",
                  "required": true,
                  "type": "string"
                },
                "track": {
                  "location": "path",
                  "required": true,
                  "description": "The track to read from.",
                  "type": "string"
                }
              },
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/countryAvailability/{track}"
            }
          }
        },
        "images": {
          "methods": {
            "delete": {
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}/{imageId}",
              "description": "Deletes the image (specified by id) from the edit.",
              "parameterOrder": [
                "packageName",
                "editId",
                "language",
                "imageType",
                "imageId"
              ],
              "id": "androidpublisher.edits.images.delete",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}/{imageId}",
              "httpMethod": "DELETE",
              "parameters": {
                "packageName": {
                  "description": "Package name of the app.",
                  "location": "path",
                  "type": "string",
                  "required": true
                },
                "imageId": {
                  "description": "Unique identifier an image within the set of images attached to this edit.",
                  "required": true,
                  "type": "string",
                  "location": "path"
                },
                "editId": {
                  "location": "path",
                  "type": "string",
                  "description": "Identifier of the edit.",
                  "required": true
                },
                "language": {
                  "required": true,
                  "description": "Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German).",
                  "type": "string",
                  "location": "path"
                },
                "imageType": {
                  "enumDescriptions": [
                    "Unspecified type. Do not use.",
                    "Phone screenshot.",
                    "Seven inch screenshot.",
                    "Ten inch screenshot.",
                    "TV screenshot.",
                    "Wear screenshot.",
                    "Icon.",
                    "Feature graphic.",
                    "TV banner."
                  ],
                  "location": "path",
                  "enum": [
                    "appImageTypeUnspecified",
                    "phoneScreenshots",
                    "sevenInchScreenshots",
                    "tenInchScreenshots",
                    "tvScreenshots",
                    "wearScreenshots",
                    "icon",
                    "featureGraphic",
                    "tvBanner"
                  ],
                  "description": "Type of the Image.",
                  "type": "string",
                  "required": true
                }
              }
            },
            "deleteall": {
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}",
              "response": {
                "$ref": "ImagesDeleteAllResponse"
              },
              "httpMethod": "DELETE",
              "parameters": {
                "editId": {
                  "description": "Identifier of the edit.",
                  "required": true,
                  "type": "string",
                  "location": "path"
                },
                "language": {
                  "description": "Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German). Providing a language that is not supported by the App is a no-op.",
                  "location": "path",
                  "required": true,
                  "type": "string"
                },
                "packageName": {
                  "type": "string",
                  "description": "Package name of the app.",
                  "location": "path",
                  "required": true
                },
                "imageType": {
                  "enumDescriptions": [
                    "Unspecified type. Do not use.",
                    "Phone screenshot.",
                    "Seven inch screenshot.",
                    "Ten inch screenshot.",
                    "TV screenshot.",
                    "Wear screenshot.",
                    "Icon.",
                    "Feature graphic.",
                    "TV banner."
                  ],
                  "enum": [
                    "appImageTypeUnspecified",
                    "phoneScreenshots",
                    "sevenInchScreenshots",
                    "tenInchScreenshots",
                    "tvScreenshots",
                    "wearScreenshots",
                    "icon",
                    "featureGraphic",
                    "tvBanner"
                  ],
                  "required": true,
                  "description": "Type of the Image. Providing an image type that refers to no images is a no-op.",
                  "type": "string",
                  "location": "path"
                }
              },
              "id": "androidpublisher.edits.images.deleteall",
              "parameterOrder": [
                "packageName",
                "editId",
                "language",
                "imageType"
              ],
              "description": "Deletes all images for the specified language and image type. Returns an empty response if no images are found.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ]
            },
            "list": {
              "id": "androidpublisher.edits.images.list",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}",
              "response": {
                "$ref": "ImagesListResponse"
              },
              "httpMethod": "GET",
              "parameters": {
                "language": {
                  "required": true,
                  "location": "path",
                  "description": "Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German). There must be a store listing for the specified language.",
                  "type": "string"
                },
                "imageType": {
                  "type": "string",
                  "required": true,
                  "enum": [
                    "appImageTypeUnspecified",
                    "phoneScreenshots",
                    "sevenInchScreenshots",
                    "tenInchScreenshots",
                    "tvScreenshots",
                    "wearScreenshots",
                    "icon",
                    "featureGraphic",
                    "tvBanner"
                  ],
                  "location": "path",
                  "description": "Type of the Image. Providing an image type that refers to no images will return an empty response.",
                  "enumDescriptions": [
                    "Unspecified type. Do not use.",
                    "Phone screenshot.",
                    "Seven inch screenshot.",
                    "Ten inch screenshot.",
                    "TV screenshot.",
                    "Wear screenshot.",
                    "Icon.",
                    "Feature graphic.",
                    "TV banner."
                  ]
                },
                "packageName": {
                  "type": "string",
                  "required": true,
                  "description": "Package name of the app.",
                  "location": "path"
                },
                "editId": {
                  "type": "string",
                  "location": "path",
                  "description": "Identifier of the edit.",
                  "required": true
                }
              },
              "parameterOrder": [
                "packageName",
                "editId",
                "language",
                "imageType"
              ],
              "description": "Lists all images. The response may be empty.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ]
            },
            "upload": {
              "response": {
                "$ref": "ImagesUploadResponse"
              },
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "location": "path",
                  "required": true,
                  "description": "Package name of the app.",
                  "type": "string"
                },
                "editId": {
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "description": "Identifier of the edit."
                },
                "language": {
                  "type": "string",
                  "required": true,
                  "location": "path",
                  "description": "Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German). Providing a language that is not supported by the App is a no-op."
                },
                "aiGeneratedState": {
                  "type": "string",
                  "location": "query",
                  "enum": [
                    "aiGeneratedStateUnspecified",
                    "aiGeneratedStateNotAiGenerated",
                    "aiGeneratedStateAiGeneratedDeveloperAttested"
                  ],
                  "description": "Optional. Whether the image was generated by AI. Attested by the developer.",
                  "enumDescriptions": [
                    "Catch-all for unrecognized enum values. See go/protodosdonts.",
                    "The content is not generated by AI.",
                    "The content is generated by AI and attested by the developer."
                  ]
                },
                "imageType": {
                  "required": true,
                  "enumDescriptions": [
                    "Unspecified type. Do not use.",
                    "Phone screenshot.",
                    "Seven inch screenshot.",
                    "Ten inch screenshot.",
                    "TV screenshot.",
                    "Wear screenshot.",
                    "Icon.",
                    "Feature graphic.",
                    "TV banner."
                  ],
                  "type": "string",
                  "enum": [
                    "appImageTypeUnspecified",
                    "phoneScreenshots",
                    "sevenInchScreenshots",
                    "tenInchScreenshots",
                    "tvScreenshots",
                    "wearScreenshots",
                    "icon",
                    "featureGraphic",
                    "tvBanner"
                  ],
                  "location": "path",
                  "description": "Type of the Image."
                }
              },
              "description": "Uploads an image of the specified language and image type, and adds to the edit.",
              "parameterOrder": [
                "packageName",
                "editId",
                "language",
                "imageType"
              ],
              "supportsMediaUpload": true,
              "mediaUpload": {
                "maxSize": "15728640",
                "protocols": {
                  "resumable": {
                    "path": "/resumable/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}",
                    "multipart": true
                  },
                  "simple": {
                    "path": "/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}",
                    "multipart": true
                  }
                },
                "accept": [
                  "image/*"
                ]
              },
              "id": "androidpublisher.edits.images.upload",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}/{imageType}"
            }
          }
        },
        "testers": {
          "methods": {
            "update": {
              "request": {
                "$ref": "Testers"
              },
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}",
              "description": "Updates testers. Note: Testers resource does not support email lists.",
              "httpMethod": "PUT",
              "parameters": {
                "editId": {
                  "required": true,
                  "description": "Identifier of the edit.",
                  "type": "string",
                  "location": "path"
                },
                "packageName": {
                  "required": true,
                  "description": "Package name of the app.",
                  "type": "string",
                  "location": "path"
                },
                "track": {
                  "location": "path",
                  "type": "string",
                  "description": "The track to update.",
                  "required": true
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "response": {
                "$ref": "Testers"
              },
              "parameterOrder": [
                "packageName",
                "editId",
                "track"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}",
              "id": "androidpublisher.edits.testers.update"
            },
            "patch": {
              "request": {
                "$ref": "Testers"
              },
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}",
              "httpMethod": "PATCH",
              "parameters": {
                "packageName": {
                  "type": "string",
                  "required": true,
                  "location": "path",
                  "description": "Package name of the app."
                },
                "editId": {
                  "description": "Identifier of the edit.",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "track": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "The track to update."
                }
              },
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}",
              "response": {
                "$ref": "Testers"
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "description": "Patches testers. Note: Testers resource does not support email lists.",
              "parameterOrder": [
                "packageName",
                "editId",
                "track"
              ],
              "id": "androidpublisher.edits.testers.patch"
            },
            "get": {
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}",
              "response": {
                "$ref": "Testers"
              },
              "httpMethod": "GET",
              "parameters": {
                "editId": {
                  "required": true,
                  "type": "string",
                  "description": "Identifier of the edit.",
                  "location": "path"
                },
                "track": {
                  "location": "path",
                  "description": "The track to read from.",
                  "required": true,
                  "type": "string"
                },
                "packageName": {
                  "location": "path",
                  "description": "Package name of the app.",
                  "required": true,
                  "type": "string"
                }
              },
              "id": "androidpublisher.edits.testers.get",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "description": "Gets testers. Note: Testers resource does not support email lists.",
              "parameterOrder": [
                "packageName",
                "editId",
                "track"
              ]
            }
          }
        },
        "expansionfiles": {
          "methods": {
            "update": {
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "id": "androidpublisher.edits.expansionfiles.update",
              "description": "Updates the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.",
              "httpMethod": "PUT",
              "parameters": {
                "expansionFileType": {
                  "enum": [
                    "expansionFileTypeUnspecified",
                    "main",
                    "patch"
                  ],
                  "description": "The file type of the file configuration which is being read or modified.",
                  "location": "path",
                  "enumDescriptions": [
                    "Unspecified expansion file type.",
                    "Main expansion file.",
                    "Patch expansion file."
                  ],
                  "required": true,
                  "type": "string"
                },
                "packageName": {
                  "required": true,
                  "type": "string",
                  "description": "Package name of the app.",
                  "location": "path"
                },
                "editId": {
                  "type": "string",
                  "required": true,
                  "description": "Identifier of the edit.",
                  "location": "path"
                },
                "apkVersionCode": {
                  "description": "The version code of the APK whose expansion file configuration is being read or modified.",
                  "location": "path",
                  "required": true,
                  "format": "int32",
                  "type": "integer"
                }
              },
              "response": {
                "$ref": "ExpansionFile"
              },
              "parameterOrder": [
                "packageName",
                "editId",
                "apkVersionCode",
                "expansionFileType"
              ],
              "request": {
                "$ref": "ExpansionFile"
              },
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}"
            },
            "upload": {
              "mediaUpload": {
                "accept": [
                  "application/octet-stream"
                ],
                "protocols": {
                  "resumable": {
                    "path": "/resumable/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}",
                    "multipart": true
                  },
                  "simple": {
                    "multipart": true,
                    "path": "/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}"
                  }
                },
                "maxSize": "2147483648"
              },
              "response": {
                "$ref": "ExpansionFilesUploadResponse"
              },
              "httpMethod": "POST",
              "parameters": {
                "expansionFileType": {
                  "enum": [
                    "expansionFileTypeUnspecified",
                    "main",
                    "patch"
                  ],
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "enumDescriptions": [
                    "Unspecified expansion file type.",
                    "Main expansion file.",
                    "Patch expansion file."
                  ],
                  "description": "The file type of the expansion file configuration which is being updated."
                },
                "apkVersionCode": {
                  "location": "path",
                  "format": "int32",
                  "type": "integer",
                  "required": true,
                  "description": "The version code of the APK whose expansion file configuration is being read or modified."
                },
                "packageName": {
                  "required": true,
                  "description": "Package name of the app.",
                  "type": "string",
                  "location": "path"
                },
                "editId": {
                  "location": "path",
                  "description": "Identifier of the edit.",
                  "required": true,
                  "type": "string"
                }
              },
              "supportsMediaUpload": true,
              "description": "Uploads a new expansion file and attaches to the specified APK.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}",
              "id": "androidpublisher.edits.expansionfiles.upload",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "parameterOrder": [
                "packageName",
                "editId",
                "apkVersionCode",
                "expansionFileType"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}"
            },
            "patch": {
              "response": {
                "$ref": "ExpansionFile"
              },
              "request": {
                "$ref": "ExpansionFile"
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "parameterOrder": [
                "packageName",
                "editId",
                "apkVersionCode",
                "expansionFileType"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}",
              "httpMethod": "PATCH",
              "parameters": {
                "expansionFileType": {
                  "enumDescriptions": [
                    "Unspecified expansion file type.",
                    "Main expansion file.",
                    "Patch expansion file."
                  ],
                  "enum": [
                    "expansionFileTypeUnspecified",
                    "main",
                    "patch"
                  ],
                  "location": "path",
                  "required": true,
                  "description": "The file type of the expansion file configuration which is being updated.",
                  "type": "string"
                },
                "editId": {
                  "required": true,
                  "type": "string",
                  "location": "path",
                  "description": "Identifier of the edit."
                },
                "apkVersionCode": {
                  "required": true,
                  "description": "The version code of the APK whose expansion file configuration is being read or modified.",
                  "type": "integer",
                  "format": "int32",
                  "location": "path"
                },
                "packageName": {
                  "required": true,
                  "type": "string",
                  "description": "Package name of the app.",
                  "location": "path"
                }
              },
              "id": "androidpublisher.edits.expansionfiles.patch",
              "description": "Patches the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method."
            },
            "get": {
              "description": "Fetches the expansion file configuration for the specified APK.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}",
              "parameterOrder": [
                "packageName",
                "editId",
                "apkVersionCode",
                "expansionFileType"
              ],
              "id": "androidpublisher.edits.expansionfiles.get",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "response": {
                "$ref": "ExpansionFile"
              },
              "httpMethod": "GET",
              "parameters": {
                "expansionFileType": {
                  "enum": [
                    "expansionFileTypeUnspecified",
                    "main",
                    "patch"
                  ],
                  "required": true,
                  "location": "path",
                  "description": "The file type of the file configuration which is being read or modified.",
                  "type": "string",
                  "enumDescriptions": [
                    "Unspecified expansion file type.",
                    "Main expansion file.",
                    "Patch expansion file."
                  ]
                },
                "editId": {
                  "description": "Identifier of the edit.",
                  "required": true,
                  "location": "path",
                  "type": "string"
                },
                "packageName": {
                  "location": "path",
                  "type": "string",
                  "description": "Package name of the app.",
                  "required": true
                },
                "apkVersionCode": {
                  "type": "integer",
                  "location": "path",
                  "format": "int32",
                  "required": true,
                  "description": "The version code of the APK whose expansion file configuration is being read or modified."
                }
              }
            }
          }
        },
        "deobfuscationfiles": {
          "methods": {
            "upload": {
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}",
              "description": "Uploads a new deobfuscation file and attaches to the specified APK.",
              "httpMethod": "POST",
              "parameters": {
                "apkVersionCode": {
                  "location": "path",
                  "format": "int32",
                  "description": "The version code of the APK whose Deobfuscation File is being uploaded.",
                  "type": "integer",
                  "required": true
                },
                "deobfuscationFileType": {
                  "description": "The type of the deobfuscation file.",
                  "required": true,
                  "enum": [
                    "deobfuscationFileTypeUnspecified",
                    "proguard",
                    "nativeCode"
                  ],
                  "location": "path",
                  "enumDescriptions": [
                    "Unspecified deobfuscation file type.",
                    "Proguard deobfuscation file type.",
                    "Native debugging symbols file type."
                  ],
                  "type": "string"
                },
                "packageName": {
                  "description": "Unique identifier for the Android app.",
                  "type": "string",
                  "location": "path",
                  "required": true
                },
                "editId": {
                  "description": "Unique identifier for this edit.",
                  "required": true,
                  "location": "path",
                  "type": "string"
                }
              },
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}",
              "parameterOrder": [
                "packageName",
                "editId",
                "apkVersionCode",
                "deobfuscationFileType"
              ],
              "supportsMediaUpload": true,
              "response": {
                "$ref": "DeobfuscationFilesUploadResponse"
              },
              "id": "androidpublisher.edits.deobfuscationfiles.upload",
              "mediaUpload": {
                "protocols": {
                  "resumable": {
                    "multipart": true,
                    "path": "/resumable/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}"
                  },
                  "simple": {
                    "path": "/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}",
                    "multipart": true
                  }
                },
                "maxSize": "1677721600",
                "accept": [
                  "application/octet-stream"
                ]
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ]
            }
          }
        },
        "listings": {
          "methods": {
            "update": {
              "parameterOrder": [
                "packageName",
                "editId",
                "language"
              ],
              "response": {
                "$ref": "Listing"
              },
              "httpMethod": "PUT",
              "parameters": {
                "editId": {
                  "description": "Identifier of the edit.",
                  "required": true,
                  "location": "path",
                  "type": "string"
                },
                "packageName": {
                  "description": "Package name of the app.",
                  "required": true,
                  "type": "string",
                  "location": "path"
                },
                "language": {
                  "type": "string",
                  "description": "Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German).",
                  "required": true,
                  "location": "path"
                }
              },
              "id": "androidpublisher.edits.listings.update",
              "description": "Creates or updates a localized store listing.",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}",
              "request": {
                "$ref": "Listing"
              }
            },
            "list": {
              "response": {
                "$ref": "ListingsListResponse"
              },
              "description": "Lists all localized store listings.",
              "id": "androidpublisher.edits.listings.list",
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "required": true,
                  "type": "string",
                  "description": "Package name of the app.",
                  "location": "path"
                },
                "editId": {
                  "location": "path",
                  "description": "Identifier of the edit.",
                  "type": "string",
                  "required": true
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings"
            },
            "delete": {
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}",
              "parameterOrder": [
                "packageName",
                "editId",
                "language"
              ],
              "description": "Deletes a localized store listing.",
              "httpMethod": "DELETE",
              "parameters": {
                "packageName": {
                  "description": "Package name of the app.",
                  "required": true,
                  "type": "string",
                  "location": "path"
                },
                "language": {
                  "type": "string",
                  "description": "Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German).",
                  "required": true,
                  "location": "path"
                },
                "editId": {
                  "description": "Identifier of the edit.",
                  "required": true,
                  "type": "string",
                  "location": "path"
                }
              },
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}",
              "id": "androidpublisher.edits.listings.delete",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ]
            },
            "patch": {
              "request": {
                "$ref": "Listing"
              },
              "id": "androidpublisher.edits.listings.patch",
              "description": "Patches a localized store listing.",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "response": {
                "$ref": "Listing"
              },
              "parameterOrder": [
                "packageName",
                "editId",
                "language"
              ],
              "httpMethod": "PATCH",
              "parameters": {
                "language": {
                  "type": "string",
                  "location": "path",
                  "required": true,
                  "description": "Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German)."
                },
                "packageName": {
                  "required": true,
                  "description": "Package name of the app.",
                  "type": "string",
                  "location": "path"
                },
                "editId": {
                  "type": "string",
                  "location": "path",
                  "description": "Identifier of the edit.",
                  "required": true
                }
              },
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}"
            },
            "deleteall": {
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings",
              "httpMethod": "DELETE",
              "parameters": {
                "packageName": {
                  "type": "string",
                  "description": "Package name of the app.",
                  "location": "path",
                  "required": true
                },
                "editId": {
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "description": "Identifier of the edit."
                }
              },
              "description": "Deletes all store listings.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings",
              "id": "androidpublisher.edits.listings.deleteall"
            },
            "get": {
              "response": {
                "$ref": "Listing"
              },
              "description": "Gets a localized store listing.",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}",
              "parameterOrder": [
                "packageName",
                "editId",
                "language"
              ],
              "id": "androidpublisher.edits.listings.get",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/listings/{language}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "httpMethod": "GET",
              "parameters": {
                "editId": {
                  "description": "Identifier of the edit.",
                  "type": "string",
                  "required": true,
                  "location": "path"
                },
                "language": {
                  "required": true,
                  "type": "string",
                  "location": "path",
                  "description": "Language localization code (a BCP-47 language tag; for example, \"de-AT\" for Austrian German)."
                },
                "packageName": {
                  "required": true,
                  "location": "path",
                  "description": "Package name of the app.",
                  "type": "string"
                }
              }
            }
          }
        },
        "bundles": {
          "methods": {
            "list": {
              "response": {
                "$ref": "BundlesListResponse"
              },
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "required": true,
                  "description": "Package name of the app.",
                  "type": "string",
                  "location": "path"
                },
                "editId": {
                  "required": true,
                  "type": "string",
                  "description": "Identifier of the edit.",
                  "location": "path"
                }
              },
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles",
              "id": "androidpublisher.edits.bundles.list",
              "description": "Lists all current Android App Bundles of the app and edit.",
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles"
            },
            "upload": {
              "httpMethod": "POST",
              "parameters": {
                "deviceTierConfigId": {
                  "description": "Device tier config (DTC) to be used for generating deliverables (APKs). Contains id of the DTC or \"LATEST\" for last uploaded DTC.",
                  "type": "string",
                  "location": "query"
                },
                "ackBundleInstallationWarning": {
                  "location": "query",
                  "type": "boolean",
                  "description": "Deprecated. The installation warning has been removed, it's not necessary to set this field anymore.",
                  "deprecated": true
                },
                "editId": {
                  "description": "Identifier of the edit.",
                  "required": true,
                  "type": "string",
                  "location": "path"
                },
                "packageName": {
                  "description": "Package name of the app.",
                  "required": true,
                  "location": "path",
                  "type": "string"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "mediaUpload": {
                "maxSize": "53687091200",
                "protocols": {
                  "resumable": {
                    "multipart": true,
                    "path": "/resumable/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles"
                  },
                  "simple": {
                    "multipart": true,
                    "path": "/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles"
                  }
                },
                "accept": [
                  "application/octet-stream"
                ]
              },
              "supportsMediaUpload": true,
              "parameterOrder": [
                "packageName",
                "editId"
              ],
              "id": "androidpublisher.edits.bundles.upload",
              "flatPath": "androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles",
              "description": "Uploads a new Android App Bundle to this edit. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts and Errors](https://developers.google.com/api-client-library/java/google-api-java-client/errors) for an example in java.",
              "response": {
                "$ref": "Bundle"
              },
              "path": "androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles"
            }
          }
        }
      }
    },
    "internalappsharingartifacts": {
      "methods": {
        "uploadbundle": {
          "parameterOrder": [
            "packageName"
          ],
          "id": "androidpublisher.internalappsharingartifacts.uploadbundle",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "location": "path",
              "description": "Package name of the app.",
              "type": "string",
              "required": true
            }
          },
          "response": {
            "$ref": "InternalAppSharingArtifact"
          },
          "supportsMediaUpload": true,
          "mediaUpload": {
            "protocols": {
              "simple": {
                "multipart": true,
                "path": "/upload/androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/bundle"
              },
              "resumable": {
                "multipart": true,
                "path": "/resumable/upload/androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/bundle"
              }
            },
            "maxSize": "10737418240",
            "accept": [
              "application/octet-stream"
            ]
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "path": "androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/bundle",
          "flatPath": "androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/bundle",
          "description": "Uploads an app bundle to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts and Errors](https://developers.google.com/api-client-library/java/google-api-java-client/errors) for an example in java."
        },
        "uploadapk": {
          "parameterOrder": [
            "packageName"
          ],
          "response": {
            "$ref": "InternalAppSharingArtifact"
          },
          "id": "androidpublisher.internalappsharingartifacts.uploadapk",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "location": "path",
              "required": true,
              "type": "string",
              "description": "Package name of the app."
            }
          },
          "description": "Uploads an APK to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See [Timeouts and Errors](https://developers.google.com/api-client-library/java/google-api-java-client/errors) for an example in java.",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "supportsMediaUpload": true,
          "path": "androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/apk",
          "mediaUpload": {
            "protocols": {
              "resumable": {
                "path": "/resumable/upload/androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/apk",
                "multipart": true
              },
              "simple": {
                "multipart": true,
                "path": "/upload/androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/apk"
              }
            },
            "accept": [
              "application/octet-stream",
              "application/vnd.android.package-archive"
            ],
            "maxSize": "1073741824"
          },
          "flatPath": "androidpublisher/v3/applications/internalappsharing/{packageName}/artifacts/apk"
        }
      }
    },
    "systemapks": {
      "resources": {
        "variants": {
          "methods": {
            "get": {
              "description": "Returns a previously created system APK variant.",
              "response": {
                "$ref": "Variant"
              },
              "id": "androidpublisher.systemapks.variants.get",
              "httpMethod": "GET",
              "parameters": {
                "variantId": {
                  "location": "path",
                  "description": "The ID of a previously created system APK variant.",
                  "format": "uint32",
                  "type": "integer",
                  "required": true
                },
                "packageName": {
                  "required": true,
                  "description": "Package name of the app.",
                  "location": "path",
                  "type": "string"
                },
                "versionCode": {
                  "format": "int64",
                  "location": "path",
                  "description": "The version code of the App Bundle.",
                  "required": true,
                  "type": "string"
                }
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants/{variantId}",
              "flatPath": "androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants/{variantId}",
              "parameterOrder": [
                "packageName",
                "versionCode",
                "variantId"
              ]
            },
            "create": {
              "parameterOrder": [
                "packageName",
                "versionCode"
              ],
              "description": "Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.",
              "path": "androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants",
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "location": "path",
                  "description": "Package name of the app.",
                  "type": "string",
                  "required": true
                },
                "versionCode": {
                  "description": "The version code of the App Bundle.",
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "format": "int64"
                }
              },
              "flatPath": "androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants",
              "request": {
                "$ref": "Variant"
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "id": "androidpublisher.systemapks.variants.create",
              "response": {
                "$ref": "Variant"
              }
            },
            "list": {
              "description": "Returns the list of previously created system APK variants.",
              "id": "androidpublisher.systemapks.variants.list",
              "response": {
                "$ref": "SystemApksListResponse"
              },
              "path": "androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants",
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "description": "Package name of the app."
                },
                "versionCode": {
                  "required": true,
                  "format": "int64",
                  "type": "string",
                  "description": "The version code of the App Bundle.",
                  "location": "path"
                }
              },
              "flatPath": "androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "parameterOrder": [
                "packageName",
                "versionCode"
              ]
            },
            "download": {
              "path": "androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants/{variantId}:download",
              "supportsMediaDownload": true,
              "id": "androidpublisher.systemapks.variants.download",
              "useMediaDownloadService": true,
              "flatPath": "androidpublisher/v3/applications/{packageName}/systemApks/{versionCode}/variants/{variantId}:download",
              "parameterOrder": [
                "packageName",
                "versionCode",
                "variantId"
              ],
              "httpMethod": "GET",
              "parameters": {
                "variantId": {
                  "location": "path",
                  "description": "The ID of a previously created system APK variant.",
                  "format": "uint32",
                  "type": "integer",
                  "required": true
                },
                "packageName": {
                  "description": "Package name of the app.",
                  "location": "path",
                  "required": true,
                  "type": "string"
                },
                "versionCode": {
                  "required": true,
                  "format": "int64",
                  "description": "The version code of the App Bundle.",
                  "type": "string",
                  "location": "path"
                }
              },
              "description": "Downloads a previously created system APK which is suitable for inclusion in a system image.",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ]
            }
          }
        }
      }
    },
    "purchases": {
      "resources": {
        "productsv2": {
          "methods": {
            "getproductpurchasev2": {
              "response": {
                "$ref": "ProductPurchaseV2"
              },
              "description": "Checks the purchase and consumption status of an inapp item.",
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "description": "The package name of the application the inapp product was sold in (for example, 'com.some.thing').",
                  "type": "string",
                  "required": true,
                  "location": "path"
                },
                "token": {
                  "description": "The token provided to the user's device when the inapp product was purchased.",
                  "location": "path",
                  "type": "string",
                  "required": true
                }
              },
              "parameterOrder": [
                "packageName",
                "token"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/productsv2/tokens/{token}",
              "path": "androidpublisher/v3/applications/{packageName}/purchases/productsv2/tokens/{token}",
              "id": "androidpublisher.purchases.productsv2.getproductpurchasev2"
            }
          }
        },
        "voidedpurchases": {
          "methods": {
            "list": {
              "description": "Lists the purchases that were canceled, refunded or charged-back.",
              "response": {
                "$ref": "VoidedPurchasesListResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/voidedpurchases",
              "path": "androidpublisher/v3/applications/{packageName}/purchases/voidedpurchases",
              "id": "androidpublisher.purchases.voidedpurchases.list",
              "parameterOrder": [
                "packageName"
              ],
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "required": true,
                  "description": "The package name of the application for which voided purchases need to be returned (for example, 'com.some.thing').",
                  "location": "path",
                  "type": "string"
                },
                "startIndex": {
                  "format": "uint32",
                  "description": "Defines the index of the first element to return. This can only be used if indexed paging is enabled.",
                  "type": "integer",
                  "location": "query"
                },
                "startTime": {
                  "format": "int64",
                  "description": "The time, in milliseconds since the Epoch, of the oldest voided purchase that you want to see in the response. The value of this parameter cannot be older than 30 days and is ignored if a pagination token is set. Default value is current time minus 30 days. Note: This filter is applied on the time at which the record is seen as voided by our systems and not the actual voided time returned in the response.",
                  "type": "string",
                  "location": "query"
                },
                "token": {
                  "location": "query",
                  "type": "string",
                  "description": "Defines the token of the page to return, usually taken from TokenPagination. This can only be used if token paging is enabled."
                },
                "includeQuantityBasedPartialRefund": {
                  "location": "query",
                  "type": "boolean",
                  "description": "Optional. Whether to include voided purchases of quantity-based partial refunds, which are applicable only to multi-quantity purchases. If true, additional voided purchases may be returned with voidedQuantity that indicates the refund quantity of a quantity-based partial refund. The default value is false."
                },
                "endTime": {
                  "location": "query",
                  "format": "int64",
                  "description": "The time, in milliseconds since the Epoch, of the newest voided purchase that you want to see in the response. The value of this parameter cannot be greater than the current time and is ignored if a pagination token is set. Default value is current time. Note: This filter is applied on the time at which the record is seen as voided by our systems and not the actual voided time returned in the response.",
                  "type": "string"
                },
                "type": {
                  "description": "The type of voided purchases that you want to see in the response. Possible values are: 0. Only voided in-app product purchases will be returned in the response. This is the default value. 1. Both voided in-app purchases and voided subscription purchases will be returned in the response. Note: Before requesting to receive voided subscription purchases, you must switch to use orderId in the response which uniquely identifies one-time purchases and subscriptions. Otherwise, you will receive multiple subscription orders with the same PurchaseToken, because subscription renewal orders share the same PurchaseToken.",
                  "type": "integer",
                  "location": "query",
                  "format": "int32"
                },
                "maxResults": {
                  "format": "uint32",
                  "description": "Defines how many results the list operation should return. The default number depends on the resource collection.",
                  "type": "integer",
                  "location": "query"
                }
              }
            }
          }
        },
        "subscriptionsv2": {
          "methods": {
            "defer": {
              "path": "androidpublisher/v3/applications/{packageName}/purchases/subscriptionsv2/tokens/{token}:defer",
              "request": {
                "$ref": "DeferSubscriptionPurchaseRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/subscriptionsv2/tokens/{token}:defer",
              "parameterOrder": [
                "packageName",
                "token"
              ],
              "httpMethod": "POST",
              "parameters": {
                "token": {
                  "type": "string",
                  "required": true,
                  "description": "Required. The token provided to the user's device when the subscription was purchased.",
                  "location": "path"
                },
                "packageName": {
                  "required": true,
                  "type": "string",
                  "location": "path",
                  "description": "Required. The package of the application for which this subscription was purchased (for example, 'com.some.thing')."
                }
              },
              "description": "Defers the renewal of a subscription.",
              "id": "androidpublisher.purchases.subscriptionsv2.defer",
              "response": {
                "$ref": "DeferSubscriptionPurchaseResponse"
              }
            },
            "cancel": {
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "location": "path",
                  "type": "string",
                  "description": "Required. The package of the application for which this subscription was purchased (for example, 'com.some.thing').",
                  "required": true
                },
                "token": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Required. The token provided to the user's device when the subscription was purchased."
                }
              },
              "parameterOrder": [
                "packageName",
                "token"
              ],
              "id": "androidpublisher.purchases.subscriptionsv2.cancel",
              "response": {
                "$ref": "CancelSubscriptionPurchaseResponse"
              },
              "path": "androidpublisher/v3/applications/{packageName}/purchases/subscriptionsv2/tokens/{token}:cancel",
              "description": "Cancel a subscription purchase for the user.",
              "request": {
                "$ref": "CancelSubscriptionPurchaseRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/subscriptionsv2/tokens/{token}:cancel"
            },
            "revoke": {
              "path": "androidpublisher/v3/applications/{packageName}/purchases/subscriptionsv2/tokens/{token}:revoke",
              "id": "androidpublisher.purchases.subscriptionsv2.revoke",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "response": {
                "$ref": "RevokeSubscriptionPurchaseResponse"
              },
              "parameterOrder": [
                "packageName",
                "token"
              ],
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "description": "Required. The package of the application for which this subscription was purchased (for example, 'com.some.thing').",
                  "required": true,
                  "location": "path",
                  "type": "string"
                },
                "token": {
                  "type": "string",
                  "required": true,
                  "location": "path",
                  "description": "Required. The token provided to the user's device when the subscription was purchased."
                }
              },
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/subscriptionsv2/tokens/{token}:revoke",
              "description": "Revoke a subscription purchase for the user.",
              "request": {
                "$ref": "RevokeSubscriptionPurchaseRequest"
              }
            },
            "get": {
              "response": {
                "$ref": "SubscriptionPurchaseV2"
              },
              "id": "androidpublisher.purchases.subscriptionsv2.get",
              "httpMethod": "GET",
              "parameters": {
                "token": {
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "description": "Required. The token provided to the user's device when the subscription was purchased."
                },
                "packageName": {
                  "required": true,
                  "description": "The package of the application for which this subscription was purchased (for example, 'com.some.thing').",
                  "location": "path",
                  "type": "string"
                }
              },
              "description": "Get metadata about a subscription",
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/subscriptionsv2/tokens/{token}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "parameterOrder": [
                "packageName",
                "token"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/purchases/subscriptionsv2/tokens/{token}"
            }
          }
        },
        "products": {
          "methods": {
            "acknowledge": {
              "path": "androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}:acknowledge",
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}:acknowledge",
              "httpMethod": "POST",
              "parameters": {
                "token": {
                  "type": "string",
                  "location": "path",
                  "description": "The token provided to the user's device when the inapp product was purchased.",
                  "required": true
                },
                "productId": {
                  "required": true,
                  "description": "The inapp product SKU (for example, 'com.some.thing.inapp1').",
                  "type": "string",
                  "location": "path"
                },
                "packageName": {
                  "type": "string",
                  "location": "path",
                  "description": "The package name of the application the inapp product was sold in (for example, 'com.some.thing').",
                  "required": true
                }
              },
              "description": "Acknowledges a purchase of an inapp item.",
              "request": {
                "$ref": "ProductPurchasesAcknowledgeRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "id": "androidpublisher.purchases.products.acknowledge",
              "parameterOrder": [
                "packageName",
                "productId",
                "token"
              ]
            },
            "get": {
              "httpMethod": "GET",
              "parameters": {
                "packageName": {
                  "location": "path",
                  "description": "The package name of the application the inapp product was sold in (for example, 'com.some.thing').",
                  "required": true,
                  "type": "string"
                },
                "productId": {
                  "type": "string",
                  "location": "path",
                  "description": "The inapp product SKU (for example, 'com.some.thing.inapp1').",
                  "required": true
                },
                "token": {
                  "description": "The token provided to the user's device when the inapp product was purchased.",
                  "required": true,
                  "type": "string",
                  "location": "path"
                }
              },
              "id": "androidpublisher.purchases.products.get",
              "response": {
                "$ref": "ProductPurchase"
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "parameterOrder": [
                "packageName",
                "productId",
                "token"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}",
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}",
              "description": "Checks the purchase and consumption status of an inapp item."
            },
            "consume": {
              "description": "Consumes a purchase for an inapp item.",
              "path": "androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}:consume",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "id": "androidpublisher.purchases.products.consume",
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token}:consume",
              "parameterOrder": [
                "packageName",
                "productId",
                "token"
              ],
              "httpMethod": "POST",
              "parameters": {
                "token": {
                  "type": "string",
                  "location": "path",
                  "description": "The token provided to the user's device when the inapp product was purchased.",
                  "required": true
                },
                "productId": {
                  "required": true,
                  "type": "string",
                  "description": "The inapp product SKU (for example, 'com.some.thing.inapp1').",
                  "location": "path"
                },
                "packageName": {
                  "required": true,
                  "type": "string",
                  "description": "The package name of the application the inapp product was sold in (for example, 'com.some.thing').",
                  "location": "path"
                }
              }
            }
          }
        },
        "subscriptions": {
          "methods": {
            "acknowledge": {
              "request": {
                "$ref": "SubscriptionPurchasesAcknowledgeRequest"
              },
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "description": "Acknowledges a subscription purchase.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:acknowledge",
              "path": "androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:acknowledge",
              "id": "androidpublisher.purchases.subscriptions.acknowledge",
              "parameterOrder": [
                "packageName",
                "subscriptionId",
                "token"
              ],
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "description": "The package name of the application for which this subscription was purchased (for example, 'com.some.thing').",
                  "location": "path",
                  "type": "string",
                  "required": true
                },
                "token": {
                  "location": "path",
                  "type": "string",
                  "description": "The token provided to the user's device when the subscription was purchased.",
                  "required": true
                },
                "subscriptionId": {
                  "type": "string",
                  "description": "Note: Since May 21, 2025, subscription_id is not required, and not recommended for subscription with add-ons. The purchased subscription ID (for example, 'monthly001').",
                  "location": "path",
                  "required": true
                }
              }
            },
            "cancel": {
              "deprecated": true,
              "id": "androidpublisher.purchases.subscriptions.cancel",
              "parameterOrder": [
                "packageName",
                "subscriptionId",
                "token"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:cancel",
              "description": "Deprecated: Use purchases.subscriptionsv2.cancel instead. Cancels a user's subscription purchase. The subscription remains valid until its expiration time. Newer version is available at purchases.subscriptionsv2.cancel for better client library support.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:cancel",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "httpMethod": "POST",
              "parameters": {
                "token": {
                  "location": "path",
                  "type": "string",
                  "required": true,
                  "description": "The token provided to the user's device when the subscription was purchased."
                },
                "subscriptionId": {
                  "required": true,
                  "description": "Note: Since May 21, 2025, subscription_id is not required, and not recommended for subscription with add-ons. The purchased subscription ID (for example, 'monthly001').",
                  "type": "string",
                  "location": "path"
                },
                "packageName": {
                  "location": "path",
                  "description": "The package name of the application for which this subscription was purchased (for example, 'com.some.thing').",
                  "type": "string",
                  "required": true
                }
              }
            },
            "defer": {
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:defer",
              "httpMethod": "POST",
              "parameters": {
                "token": {
                  "required": true,
                  "description": "The token provided to the user's device when the subscription was purchased.",
                  "type": "string",
                  "location": "path"
                },
                "packageName": {
                  "location": "path",
                  "description": "The package name of the application for which this subscription was purchased (for example, 'com.some.thing').",
                  "type": "string",
                  "required": true
                },
                "subscriptionId": {
                  "location": "path",
                  "description": "The purchased subscription ID (for example, 'monthly001').",
                  "required": true,
                  "type": "string"
                }
              },
              "request": {
                "$ref": "SubscriptionPurchasesDeferRequest"
              },
              "parameterOrder": [
                "packageName",
                "subscriptionId",
                "token"
              ],
              "id": "androidpublisher.purchases.subscriptions.defer",
              "path": "androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}:defer",
              "response": {
                "$ref": "SubscriptionPurchasesDeferResponse"
              },
              "description": "Deprecated: Use purchases.subscriptionsv2.defer instead. Defers a user's subscription purchase until a specified future expiration time.",
              "deprecated": true
            }
          }
        }
      }
    },
    "reviews": {
      "methods": {
        "reply": {
          "path": "androidpublisher/v3/applications/{packageName}/reviews/{reviewId}:reply",
          "id": "androidpublisher.reviews.reply",
          "response": {
            "$ref": "ReviewsReplyResponse"
          },
          "description": "Replies to a single review, or updates an existing reply.",
          "parameterOrder": [
            "packageName",
            "reviewId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "reviewId": {
              "location": "path",
              "description": "Unique identifier for a review.",
              "type": "string",
              "required": true
            },
            "packageName": {
              "type": "string",
              "location": "path",
              "description": "Package name of the app.",
              "required": true
            }
          },
          "flatPath": "androidpublisher/v3/applications/{packageName}/reviews/{reviewId}:reply",
          "request": {
            "$ref": "ReviewsReplyRequest"
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ]
        },
        "list": {
          "response": {
            "$ref": "ReviewsListResponse"
          },
          "httpMethod": "GET",
          "parameters": {
            "maxResults": {
              "type": "integer",
              "format": "uint32",
              "description": "How many results the list operation should return.",
              "location": "query"
            },
            "translationLanguage": {
              "description": "Language localization code.",
              "location": "query",
              "type": "string"
            },
            "token": {
              "description": "Pagination token. If empty, list starts at the first review.",
              "location": "query",
              "type": "string"
            },
            "startIndex": {
              "location": "query",
              "description": "The index of the first element to return.",
              "type": "integer",
              "format": "uint32"
            },
            "packageName": {
              "location": "path",
              "type": "string",
              "description": "Package name of the app.",
              "required": true
            }
          },
          "path": "androidpublisher/v3/applications/{packageName}/reviews",
          "description": "Lists all reviews.",
          "flatPath": "androidpublisher/v3/applications/{packageName}/reviews",
          "parameterOrder": [
            "packageName"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "id": "androidpublisher.reviews.list"
        },
        "get": {
          "description": "Gets a single review.",
          "response": {
            "$ref": "Review"
          },
          "id": "androidpublisher.reviews.get",
          "httpMethod": "GET",
          "parameters": {
            "translationLanguage": {
              "type": "string",
              "description": "Language localization code.",
              "location": "query"
            },
            "packageName": {
              "type": "string",
              "required": true,
              "description": "Package name of the app.",
              "location": "path"
            },
            "reviewId": {
              "location": "path",
              "description": "Unique identifier for a review.",
              "type": "string",
              "required": true
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "flatPath": "androidpublisher/v3/applications/{packageName}/reviews/{reviewId}",
          "path": "androidpublisher/v3/applications/{packageName}/reviews/{reviewId}",
          "parameterOrder": [
            "packageName",
            "reviewId"
          ]
        }
      }
    },
    "inappproducts": {
      "methods": {
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "path": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
          "parameterOrder": [
            "packageName",
            "sku"
          ],
          "response": {
            "$ref": "InAppProduct"
          },
          "httpMethod": "GET",
          "parameters": {
            "packageName": {
              "type": "string",
              "location": "path",
              "required": true,
              "description": "Package name of the app."
            },
            "sku": {
              "type": "string",
              "location": "path",
              "required": true,
              "description": "Unique identifier for the in-app product."
            }
          },
          "description": "Gets an in-app product, which can be a managed product or a subscription. This method should no longer be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
          "id": "androidpublisher.inappproducts.get",
          "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}"
        },
        "delete": {
          "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "id": "androidpublisher.inappproducts.delete",
          "path": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
          "description": "Deletes an in-app product (a managed product or a subscription). This method should no longer be used to delete subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
          "parameterOrder": [
            "packageName",
            "sku"
          ],
          "httpMethod": "DELETE",
          "parameters": {
            "sku": {
              "location": "path",
              "description": "Unique identifier for the in-app product.",
              "required": true,
              "type": "string"
            },
            "latencyTolerance": {
              "enum": [
                "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
                "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
                "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
              ],
              "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
              "enumDescriptions": [
                "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
                "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
                "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
              ],
              "location": "query",
              "type": "string"
            },
            "packageName": {
              "required": true,
              "description": "Package name of the app.",
              "location": "path",
              "type": "string"
            }
          }
        },
        "insert": {
          "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "request": {
            "$ref": "InAppProduct"
          },
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "required": true,
              "type": "string",
              "description": "Package name of the app.",
              "location": "path"
            },
            "autoConvertMissingPrices": {
              "type": "boolean",
              "location": "query",
              "description": "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."
            }
          },
          "response": {
            "$ref": "InAppProduct"
          },
          "path": "androidpublisher/v3/applications/{packageName}/inappproducts",
          "parameterOrder": [
            "packageName"
          ],
          "description": "Creates an in-app product (a managed product or a subscription). This method should no longer be used to create subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
          "id": "androidpublisher.inappproducts.insert"
        },
        "batchUpdate": {
          "request": {
            "$ref": "InappproductsBatchUpdateRequest"
          },
          "response": {
            "$ref": "InappproductsBatchUpdateResponse"
          },
          "description": "Updates or inserts one or more in-app products (managed products or subscriptions). Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput. This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "required": true,
              "type": "string",
              "description": "Package name of the app.",
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts:batchUpdate",
          "parameterOrder": [
            "packageName"
          ],
          "id": "androidpublisher.inappproducts.batchUpdate",
          "path": "androidpublisher/v3/applications/{packageName}/inappproducts:batchUpdate"
        },
        "patch": {
          "description": "Patches an in-app product (a managed product or a subscription). This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
          "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "httpMethod": "PATCH",
          "parameters": {
            "packageName": {
              "type": "string",
              "description": "Package name of the app.",
              "location": "path",
              "required": true
            },
            "sku": {
              "required": true,
              "location": "path",
              "description": "Unique identifier for the in-app product.",
              "type": "string"
            },
            "latencyTolerance": {
              "type": "string",
              "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
              "enumDescriptions": [
                "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
                "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
                "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
              ],
              "location": "query",
              "enum": [
                "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
                "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
                "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
              ]
            },
            "autoConvertMissingPrices": {
              "location": "query",
              "description": "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.",
              "type": "boolean"
            }
          },
          "path": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
          "response": {
            "$ref": "InAppProduct"
          },
          "request": {
            "$ref": "InAppProduct"
          },
          "id": "androidpublisher.inappproducts.patch",
          "parameterOrder": [
            "packageName",
            "sku"
          ]
        },
        "list": {
          "path": "androidpublisher/v3/applications/{packageName}/inappproducts",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "response": {
            "$ref": "InappproductsListResponse"
          },
          "httpMethod": "GET",
          "parameters": {
            "startIndex": {
              "location": "query",
              "description": "Deprecated and ignored. Set the `token` parameter to retrieve the next page.",
              "type": "integer",
              "format": "uint32",
              "deprecated": true
            },
            "token": {
              "location": "query",
              "type": "string",
              "description": "Pagination token. If empty, list starts at the first product."
            },
            "packageName": {
              "required": true,
              "type": "string",
              "description": "Package name of the app.",
              "location": "path"
            },
            "maxResults": {
              "type": "integer",
              "location": "query",
              "deprecated": true,
              "format": "uint32",
              "description": "Deprecated and ignored. The page size is determined by the server."
            }
          },
          "parameterOrder": [
            "packageName"
          ],
          "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
          "description": "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. This method should no longer be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
          "id": "androidpublisher.inappproducts.list"
        },
        "batchGet": {
          "response": {
            "$ref": "InappproductsBatchGetResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "parameterOrder": [
            "packageName"
          ],
          "description": "Reads multiple in-app products, which can be managed products or subscriptions. This method should not be used to retrieve subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
          "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts:batchGet",
          "id": "androidpublisher.inappproducts.batchGet",
          "path": "androidpublisher/v3/applications/{packageName}/inappproducts:batchGet",
          "httpMethod": "GET",
          "parameters": {
            "packageName": {
              "type": "string",
              "location": "path",
              "description": "Package name of the app.",
              "required": true
            },
            "sku": {
              "location": "query",
              "description": "Unique identifier for the in-app products.",
              "repeated": true,
              "type": "string"
            }
          }
        },
        "update": {
          "parameterOrder": [
            "packageName",
            "sku"
          ],
          "description": "Updates an in-app product (a managed product or a subscription). This method should no longer be used to update subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
          "response": {
            "$ref": "InAppProduct"
          },
          "path": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
          "httpMethod": "PUT",
          "parameters": {
            "latencyTolerance": {
              "location": "query",
              "type": "string",
              "enumDescriptions": [
                "Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE.",
                "The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour.",
                "The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods."
              ],
              "description": "Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.",
              "enum": [
                "PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED",
                "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE",
                "PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT"
              ]
            },
            "autoConvertMissingPrices": {
              "location": "query",
              "type": "boolean",
              "description": "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."
            },
            "sku": {
              "required": true,
              "description": "Unique identifier for the in-app product.",
              "type": "string",
              "location": "path"
            },
            "packageName": {
              "location": "path",
              "required": true,
              "type": "string",
              "description": "Package name of the app."
            },
            "allowMissing": {
              "location": "query",
              "type": "boolean",
              "description": "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."
            }
          },
          "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "id": "androidpublisher.inappproducts.update",
          "request": {
            "$ref": "InAppProduct"
          }
        },
        "batchDelete": {
          "id": "androidpublisher.inappproducts.batchDelete",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "required": true,
              "type": "string",
              "description": "Package name of the app.",
              "location": "path"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "path": "androidpublisher/v3/applications/{packageName}/inappproducts:batchDelete",
          "request": {
            "$ref": "InappproductsBatchDeleteRequest"
          },
          "description": "Deletes in-app products (managed products or subscriptions). Set the latencyTolerance field on nested requests to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT to achieve maximum update throughput. This method should not be used to delete subscriptions. See [this article](https://android-developers.googleblog.com/2023/06/changes-to-google-play-developer-api-june-2023.html) for more information.",
          "parameterOrder": [
            "packageName"
          ],
          "flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts:batchDelete"
        }
      }
    },
    "externaltransactions": {
      "methods": {
        "createexternaltransaction": {
          "path": "androidpublisher/v3/{+parent}/externalTransactions",
          "parameterOrder": [
            "parent"
          ],
          "flatPath": "androidpublisher/v3/applications/{applicationsId}/externalTransactions",
          "httpMethod": "POST",
          "parameters": {
            "externalTransactionId": {
              "type": "string",
              "description": "Required. The id to use for the external transaction. Must be unique across all other transactions for the app. This value should be 1-63 characters and valid characters are /a-zA-Z0-9_-/. Do not use this field to store any Personally Identifiable Information (PII) such as emails. Attempting to store PII in this field may result in requests being blocked.",
              "location": "query"
            },
            "parent": {
              "required": true,
              "pattern": "^applications/[^/]+$",
              "description": "Required. The parent resource where this external transaction will be created. Format: applications/{package_name}",
              "type": "string",
              "location": "path"
            }
          },
          "request": {
            "$ref": "ExternalTransaction"
          },
          "id": "androidpublisher.externaltransactions.createexternaltransaction",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "response": {
            "$ref": "ExternalTransaction"
          },
          "description": "Creates a new external transaction."
        },
        "getexternaltransaction": {
          "flatPath": "androidpublisher/v3/applications/{applicationsId}/externalTransactions/{externalTransactionsId}",
          "path": "androidpublisher/v3/{+name}",
          "id": "androidpublisher.externaltransactions.getexternaltransaction",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "response": {
            "$ref": "ExternalTransaction"
          },
          "description": "Gets an existing external transaction.",
          "httpMethod": "GET",
          "parameters": {
            "name": {
              "type": "string",
              "required": true,
              "pattern": "^applications/[^/]+/externalTransactions/[^/]+$",
              "description": "Required. The name of the external transaction to retrieve. Format: applications/{package_name}/externalTransactions/{external_transaction}",
              "location": "path"
            }
          },
          "parameterOrder": [
            "name"
          ]
        },
        "refundexternaltransaction": {
          "path": "androidpublisher/v3/{+name}:refund",
          "httpMethod": "POST",
          "parameters": {
            "name": {
              "location": "path",
              "pattern": "^applications/[^/]+/externalTransactions/[^/]+$",
              "description": "Required. The name of the external transaction that will be refunded. Format: applications/{package_name}/externalTransactions/{external_transaction}",
              "required": true,
              "type": "string"
            }
          },
          "description": "Refunds or partially refunds an existing external transaction.",
          "id": "androidpublisher.externaltransactions.refundexternaltransaction",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "flatPath": "androidpublisher/v3/applications/{applicationsId}/externalTransactions/{externalTransactionsId}:refund",
          "parameterOrder": [
            "name"
          ],
          "request": {
            "$ref": "RefundExternalTransactionRequest"
          },
          "response": {
            "$ref": "ExternalTransaction"
          }
        }
      }
    },
    "applications": {
      "resources": {
        "tracks": {
          "resources": {
            "releases": {
              "methods": {
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "id": "androidpublisher.applications.tracks.releases.list",
                  "flatPath": "androidpublisher/v3/applications/{applicationsId}/tracks/{tracksId}/releases",
                  "httpMethod": "GET",
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent track, which owns this collection of releases. Format: applications/{package_name}/tracks/{track}",
                      "location": "path",
                      "type": "string",
                      "pattern": "^applications/[^/]+/tracks/[^/]+$",
                      "required": true
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/androidpublisher"
                  ],
                  "path": "androidpublisher/v3/{+parent}/releases",
                  "response": {
                    "$ref": "ListReleaseSummariesResponse"
                  },
                  "description": "Returns the list of all releases for a given track. This excludes any releases that are obsolete."
                }
              }
            }
          }
        },
        "deviceTierConfigs": {
          "methods": {
            "list": {
              "parameterOrder": [
                "packageName"
              ],
              "flatPath": "androidpublisher/v3/applications/{packageName}/deviceTierConfigs",
              "path": "androidpublisher/v3/applications/{packageName}/deviceTierConfigs",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "description": "Returns created device tier configs, ordered by descending creation time.",
              "httpMethod": "GET",
              "parameters": {
                "pageSize": {
                  "description": "The maximum number of device tier configs to return. The service may return fewer than this value. If unspecified, at most 10 device tier configs will be returned. The maximum value for this field is 100; values above 100 will be coerced to 100. Device tier configs will be ordered by descending creation time.",
                  "type": "integer",
                  "location": "query",
                  "format": "int32"
                },
                "pageToken": {
                  "location": "query",
                  "type": "string",
                  "description": "A page token, received from a previous `ListDeviceTierConfigs` call. Provide this to retrieve the subsequent page."
                },
                "packageName": {
                  "location": "path",
                  "description": "Package name of the app.",
                  "required": true,
                  "type": "string"
                }
              },
              "id": "androidpublisher.applications.deviceTierConfigs.list",
              "response": {
                "$ref": "ListDeviceTierConfigsResponse"
              }
            },
            "create": {
              "parameterOrder": [
                "packageName"
              ],
              "path": "androidpublisher/v3/applications/{packageName}/deviceTierConfigs",
              "httpMethod": "POST",
              "parameters": {
                "packageName": {
                  "required": true,
                  "location": "path",
                  "type": "string",
                  "description": "Package name of the app."
                },
                "allowUnknownDevices": {
                  "description": "Whether the service should accept device IDs that are unknown to Play's device catalog.",
                  "type": "boolean",
                  "location": "query"
                }
              },
              "response": {
                "$ref": "DeviceTierConfig"
              },
              "id": "androidpublisher.applications.deviceTierConfigs.create",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "request": {
                "$ref": "DeviceTierConfig"
              },
              "description": "Creates a new device tier config for an app.",
              "flatPath": "androidpublisher/v3/applications/{packageName}/deviceTierConfigs"
            },
            "get": {
              "httpMethod": "GET",
              "parameters": {
                "deviceTierConfigId": {
                  "required": true,
                  "type": "string",
                  "description": "Required. Id of an existing device tier config.",
                  "format": "int64",
                  "location": "path"
                },
                "packageName": {
                  "required": true,
                  "description": "Package name of the app.",
                  "type": "string",
                  "location": "path"
                }
              },
              "path": "androidpublisher/v3/applications/{packageName}/deviceTierConfigs/{deviceTierConfigId}",
              "flatPath": "androidpublisher/v3/applications/{packageName}/deviceTierConfigs/{deviceTierConfigId}",
              "scopes": [
                "https://www.googleapis.com/auth/androidpublisher"
              ],
              "id": "androidpublisher.applications.deviceTierConfigs.get",
              "parameterOrder": [
                "packageName",
                "deviceTierConfigId"
              ],
              "response": {
                "$ref": "DeviceTierConfig"
              },
              "description": "Returns a particular device tier config."
            }
          }
        }
      },
      "methods": {
        "dataSafety": {
          "response": {
            "$ref": "SafetyLabelsUpdateResponse"
          },
          "path": "androidpublisher/v3/applications/{packageName}/dataSafety",
          "request": {
            "$ref": "SafetyLabelsUpdateRequest"
          },
          "id": "androidpublisher.applications.dataSafety",
          "flatPath": "androidpublisher/v3/applications/{packageName}/dataSafety",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "location": "path",
              "description": "Required. Package name of the app.",
              "type": "string",
              "required": true
            }
          },
          "description": "Writes the Safety Labels declaration of an app.",
          "parameterOrder": [
            "packageName"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ]
        }
      }
    },
    "orders": {
      "methods": {
        "batchget": {
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "parameterOrder": [
            "packageName"
          ],
          "description": "Get order details for a list of orders.",
          "flatPath": "androidpublisher/v3/applications/{packageName}/orders:batchGet",
          "path": "androidpublisher/v3/applications/{packageName}/orders:batchGet",
          "response": {
            "$ref": "BatchGetOrdersResponse"
          },
          "id": "androidpublisher.orders.batchget",
          "httpMethod": "GET",
          "parameters": {
            "packageName": {
              "description": "Required. The package name of the application for which this subscription or in-app item was purchased (for example, 'com.some.thing').",
              "location": "path",
              "type": "string",
              "required": true
            },
            "orderIds": {
              "location": "query",
              "description": "Required. The list of order IDs to retrieve order details for. There must be between 1 and 1000 (inclusive) order IDs per request. If any order ID is not found or does not match the provided package, the entire request will fail with an error. The order IDs must be distinct.",
              "type": "string",
              "repeated": true
            }
          }
        },
        "reviewrefund": {
          "request": {
            "$ref": "OrdersReviewRefundRequest"
          },
          "description": "Provide refund preference and purchase usage for a chargeback request",
          "parameterOrder": [
            "packageName",
            "orderId"
          ],
          "flatPath": "androidpublisher/v3/applications/{packageName}/orders/{orderId}:reviewrefund",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "id": "androidpublisher.orders.reviewrefund",
          "path": "androidpublisher/v3/applications/{packageName}/orders/{orderId}:reviewrefund",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "location": "path",
              "type": "string",
              "description": "Required. The package name of the application for which this subscription or in-app item was purchased (for example, 'com.some.thing').",
              "required": true
            },
            "orderId": {
              "location": "path",
              "required": true,
              "description": "Required. The order ID provided to the user when the subscription or in-app order was purchased.",
              "type": "string"
            }
          }
        },
        "refund": {
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "flatPath": "androidpublisher/v3/applications/{packageName}/orders/{orderId}:refund",
          "id": "androidpublisher.orders.refund",
          "parameterOrder": [
            "packageName",
            "orderId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "revoke": {
              "description": "Whether to revoke the purchased item. If set to true, access to the subscription or in-app item will be terminated immediately. If the item is a recurring subscription, all future payments will also be terminated. Consumed in-app items need to be handled by developer's app. (optional).",
              "location": "query",
              "type": "boolean"
            },
            "packageName": {
              "type": "string",
              "location": "path",
              "required": true,
              "description": "The package name of the application for which this subscription or in-app item was purchased (for example, 'com.some.thing')."
            },
            "orderId": {
              "description": "The order ID provided to the user when the subscription or in-app order was purchased.",
              "required": true,
              "location": "path",
              "type": "string"
            }
          },
          "path": "androidpublisher/v3/applications/{packageName}/orders/{orderId}:refund",
          "description": "Refunds a user's subscription or in-app purchase order. Orders older than 3 years cannot be refunded."
        },
        "get": {
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "id": "androidpublisher.orders.get",
          "flatPath": "androidpublisher/v3/applications/{packageName}/orders/{orderId}",
          "httpMethod": "GET",
          "parameters": {
            "packageName": {
              "location": "path",
              "description": "Required. The package name of the application for which this subscription or in-app item was purchased (for example, 'com.some.thing').",
              "type": "string",
              "required": true
            },
            "orderId": {
              "description": "Required. The order ID provided to the user when the subscription or in-app order was purchased.",
              "required": true,
              "location": "path",
              "type": "string"
            }
          },
          "description": "Get order details for a single order.",
          "parameterOrder": [
            "packageName",
            "orderId"
          ],
          "path": "androidpublisher/v3/applications/{packageName}/orders/{orderId}",
          "response": {
            "$ref": "Order"
          }
        }
      }
    },
    "appstoreappsreview": {
      "methods": {
        "createappstorehostedapp": {
          "response": {
            "$ref": "CreateAppStoreHostedAppResponse"
          },
          "description": "Creates an app store hosted app. This must be called before any other RPCs for this hosted app.",
          "request": {
            "$ref": "CreateAppStoreHostedAppRequest"
          },
          "parameterOrder": [
            "appStorePackageName"
          ],
          "httpMethod": "POST",
          "parameters": {
            "appStorePackageName": {
              "location": "path",
              "type": "string",
              "description": "Required. Package name of the third-party app store.",
              "required": true
            }
          },
          "path": "androidpublisher/v3/appstore/{appStorePackageName}/apps:create",
          "id": "androidpublisher.appstoreappsreview.createappstorehostedapp",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "flatPath": "androidpublisher/v3/appstore/{appStorePackageName}/apps:create"
        },
        "uploadappstoreapppolicydeclarationfile": {
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "flatPath": "androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/policyDeclarationFiles:upload",
          "id": "androidpublisher.appstoreappsreview.uploadappstoreapppolicydeclarationfile",
          "mediaUpload": {
            "accept": [
              "application/pdf",
              "image/jpeg",
              "image/png"
            ],
            "maxSize": "10485760",
            "protocols": {
              "resumable": {
                "multipart": true,
                "path": "/resumable/upload/androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/policyDeclarationFiles:upload"
              },
              "simple": {
                "path": "/upload/androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/policyDeclarationFiles:upload",
                "multipart": true
              }
            }
          },
          "supportsMediaUpload": true,
          "request": {
            "$ref": "UploadAppStoreAppPolicyDeclarationFileRequest"
          },
          "response": {
            "$ref": "UploadAppStoreAppPolicyDeclarationFileResponse"
          },
          "description": "Upload a policy declaration file for the hosted app. Returns an ID to track the file.",
          "path": "androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/policyDeclarationFiles:upload",
          "parameterOrder": [
            "appStorePackageName",
            "packageName"
          ],
          "httpMethod": "POST",
          "parameters": {
            "appStorePackageName": {
              "required": true,
              "type": "string",
              "location": "path",
              "description": "Required. Package name of the third-party app store."
            },
            "packageName": {
              "type": "string",
              "location": "path",
              "required": true,
              "description": "Required. Package name of the app."
            }
          }
        },
        "uploadimage": {
          "response": {
            "$ref": "UploadImageResponse"
          },
          "request": {
            "$ref": "UploadImageRequest"
          },
          "description": "Upload a screenshot or app icon for the hosted app. Returns an ID to track the image.",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "location": "path",
              "required": true,
              "description": "Required. Package name of the app.",
              "type": "string"
            },
            "appStorePackageName": {
              "location": "path",
              "type": "string",
              "description": "Required. Package name of the third-party app store.",
              "required": true
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "parameterOrder": [
            "appStorePackageName",
            "packageName"
          ],
          "flatPath": "androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/images:upload",
          "mediaUpload": {
            "maxSize": "15728640",
            "accept": [
              "image/*"
            ],
            "protocols": {
              "resumable": {
                "path": "/resumable/upload/androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/images:upload",
                "multipart": true
              },
              "simple": {
                "path": "/upload/androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/images:upload",
                "multipart": true
              }
            }
          },
          "supportsMediaUpload": true,
          "path": "androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/images:upload",
          "id": "androidpublisher.appstoreappsreview.uploadimage"
        },
        "updateappstorehostedapppublishstatus": {
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "description": "Updates the publish status of an app store hosted app. The default state after calling UpdateAppStoreHostedApp is PUBLISHED. It is not necessary to call this RPC explicitly to set an app to PUBLISHED.",
          "parameterOrder": [
            "appStorePackageName",
            "packageName"
          ],
          "flatPath": "androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}:updateAppStoreHostedAppPublishStatus",
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "required": true,
              "type": "string",
              "description": "Required. Package name of the app.",
              "location": "path"
            },
            "appStorePackageName": {
              "required": true,
              "location": "path",
              "type": "string",
              "description": "Required. Package name of the third-party app store."
            }
          },
          "id": "androidpublisher.appstoreappsreview.updateappstorehostedapppublishstatus",
          "response": {
            "$ref": "UpdateAppStoreHostedAppPublishStatusResponse"
          },
          "path": "androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}:updateAppStoreHostedAppPublishStatus",
          "request": {
            "$ref": "UpdateAppStoreHostedAppPublishStatusRequest"
          }
        },
        "updateappstorehostedapp": {
          "parameterOrder": [
            "appStorePackageName"
          ],
          "httpMethod": "POST",
          "parameters": {
            "appStorePackageName": {
              "type": "string",
              "location": "path",
              "description": "Required. Package name of the third-party app store.",
              "required": true
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "id": "androidpublisher.appstoreappsreview.updateappstorehostedapp",
          "response": {
            "$ref": "UpdateAppStoreHostedAppResponse"
          },
          "path": "androidpublisher/v3/appstore/{appStorePackageName}/apps:update",
          "description": "Updates details for an app hosted on an app store. Use this to provide details for a new app, or to update details for an existing app. The update will be sent for review immediately after creation.",
          "request": {
            "$ref": "UpdateAppStoreHostedAppRequest"
          },
          "flatPath": "androidpublisher/v3/appstore/{appStorePackageName}/apps:update"
        },
        "uploadapk": {
          "response": {
            "$ref": "UploadApkResponse"
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "httpMethod": "POST",
          "parameters": {
            "appStorePackageName": {
              "description": "Required. Package name of the third-party app store.",
              "required": true,
              "type": "string",
              "location": "path"
            },
            "packageName": {
              "type": "string",
              "required": true,
              "location": "path",
              "description": "Required. Package name of the app."
            }
          },
          "id": "androidpublisher.appstoreappsreview.uploadapk",
          "description": "Upload an APK file for the hosted app. Returns an ID to track this APK.",
          "request": {
            "$ref": "UploadApkRequest"
          },
          "flatPath": "androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/apks:upload",
          "parameterOrder": [
            "appStorePackageName",
            "packageName"
          ],
          "supportsMediaUpload": true,
          "path": "androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/apks:upload",
          "mediaUpload": {
            "accept": [
              "application/octet-stream",
              "application/vnd.android.package-archive"
            ],
            "maxSize": "10737418240",
            "protocols": {
              "simple": {
                "multipart": true,
                "path": "/upload/androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/apks:upload"
              },
              "resumable": {
                "path": "/resumable/upload/androidpublisher/v3/appstore/{appStorePackageName}/apps/{packageName}/apks:upload",
                "multipart": true
              }
            }
          }
        }
      }
    },
    "apprecovery": {
      "methods": {
        "create": {
          "id": "androidpublisher.apprecovery.create",
          "request": {
            "$ref": "CreateDraftAppRecoveryRequest"
          },
          "description": "Create an app recovery action with recovery status as DRAFT. Note that this action does not execute the recovery action.",
          "response": {
            "$ref": "AppRecoveryAction"
          },
          "parameterOrder": [
            "packageName"
          ],
          "path": "androidpublisher/v3/applications/{packageName}/appRecoveries",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "location": "path",
              "description": "Required. Package name of the app on which recovery action is performed.",
              "type": "string",
              "required": true
            }
          },
          "flatPath": "androidpublisher/v3/applications/{packageName}/appRecoveries"
        },
        "addTargeting": {
          "flatPath": "androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:addTargeting",
          "parameterOrder": [
            "packageName",
            "appRecoveryId"
          ],
          "httpMethod": "POST",
          "parameters": {
            "appRecoveryId": {
              "location": "path",
              "description": "Required. ID corresponding to the app recovery action.",
              "format": "int64",
              "type": "string",
              "required": true
            },
            "packageName": {
              "location": "path",
              "required": true,
              "description": "Required. Package name of the app for which recovery action is to be updated.",
              "type": "string"
            }
          },
          "description": "Incrementally update targeting for a recovery action. Note that only the criteria selected during the creation of recovery action can be expanded.",
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "request": {
            "$ref": "AddTargetingRequest"
          },
          "id": "androidpublisher.apprecovery.addTargeting",
          "response": {
            "$ref": "AddTargetingResponse"
          },
          "path": "androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:addTargeting"
        },
        "cancel": {
          "flatPath": "androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:cancel",
          "id": "androidpublisher.apprecovery.cancel",
          "description": "Cancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED.",
          "request": {
            "$ref": "CancelAppRecoveryRequest"
          },
          "response": {
            "$ref": "CancelAppRecoveryResponse"
          },
          "parameterOrder": [
            "packageName",
            "appRecoveryId"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "type": "string",
              "description": "Required. Package name of the app for which recovery action cancellation is requested.",
              "location": "path",
              "required": true
            },
            "appRecoveryId": {
              "location": "path",
              "format": "int64",
              "description": "Required. ID corresponding to the app recovery action.",
              "type": "string",
              "required": true
            }
          },
          "path": "androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:cancel"
        },
        "list": {
          "flatPath": "androidpublisher/v3/applications/{packageName}/appRecoveries",
          "httpMethod": "GET",
          "parameters": {
            "packageName": {
              "type": "string",
              "required": true,
              "description": "Required. Package name of the app for which list of recovery actions is requested.",
              "location": "path"
            },
            "versionCode": {
              "description": "Required. Version code targeted by the list of recovery actions.",
              "type": "string",
              "location": "query",
              "format": "int64"
            }
          },
          "path": "androidpublisher/v3/applications/{packageName}/appRecoveries",
          "id": "androidpublisher.apprecovery.list",
          "parameterOrder": [
            "packageName"
          ],
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "response": {
            "$ref": "ListAppRecoveriesResponse"
          },
          "description": "List all app recovery action resources associated with a particular package name and app version."
        },
        "deploy": {
          "parameterOrder": [
            "packageName",
            "appRecoveryId"
          ],
          "description": "Deploy an already created app recovery action with recovery status DRAFT. Note that this action activates the recovery action for all targeted users and changes its status to ACTIVE.",
          "response": {
            "$ref": "DeployAppRecoveryResponse"
          },
          "httpMethod": "POST",
          "parameters": {
            "packageName": {
              "location": "path",
              "type": "string",
              "description": "Required. Package name of the app for which recovery action is deployed.",
              "required": true
            },
            "appRecoveryId": {
              "description": "Required. ID corresponding to the app recovery action to deploy.",
              "location": "path",
              "required": true,
              "format": "int64",
              "type": "string"
            }
          },
          "scopes": [
            "https://www.googleapis.com/auth/androidpublisher"
          ],
          "request": {
            "$ref": "DeployAppRecoveryRequest"
          },
          "flatPath": "androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:deploy",
          "id": "androidpublisher.apprecovery.deploy",
          "path": "androidpublisher/v3/applications/{packageName}/appRecoveries/{appRecoveryId}:deploy"
        }
      }
    }
  },
  "basePath": "",
  "parameters": {
    "quotaUser": {
      "location": "query",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
      "type": "string"
    },
    "upload_protocol": {
      "location": "query",
      "type": "string",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\")."
    },
    "fields": {
      "type": "string",
      "location": "query",
      "description": "Selector specifying which fields to include in a partial response."
    },
    "prettyPrint": {
      "default": "true",
      "location": "query",
      "description": "Returns response with indentations and line breaks.",
      "type": "boolean"
    },
    "$.xgafv": {
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ],
      "location": "query",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "type": "string"
    },
    "alt": {
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "location": "query",
      "default": "json",
      "type": "string",
      "description": "Data format for response."
    },
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    },
    "uploadType": {
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "type": "string",
      "location": "query"
    },
    "access_token": {
      "location": "query",
      "type": "string",
      "description": "OAuth access token."
    },
    "key": {
      "location": "query",
      "type": "string",
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
    },
    "callback": {
      "type": "string",
      "location": "query",
      "description": "JSONP"
    }
  },
  "id": "androidpublisher:v3"
}
