You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### androidpublisher:v3
The following keys were added:
- schemas.DeferredItemReplacement (Total Keys: 3)
- schemas.SubscriptionPurchaseLineItem.properties.deferredItemReplacement.$ref (Total Keys: 1)
The following keys were changed:
- resources.edits.resources.deobfuscationfiles.methods.upload.mediaUpload.maxSize (Total Keys: 1)
<pclass="firstline">Deletes an in-app product (i.e. a managed product or a subscription).</p>
82
+
<pclass="firstline">Deletes an in-app product (i.e. 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.</p>
<pclass="firstline">Gets an in-app product, which can be a managed product or a subscription.</p>
85
+
<pclass="firstline">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.</p>
<pclass="firstline">Creates an in-app product (i.e. a managed product or a subscription).</p>
88
+
<pclass="firstline">Creates an in-app product (i.e. 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.</p>
<pclass="firstline">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.</p>
91
+
<pclass="firstline">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.</p>
<pclass="firstline">Patches an in-app product (i.e. a managed product or a subscription).</p>
94
+
<pclass="firstline">Patches an in-app product (i.e. 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.</p>
<pclass="firstline">Updates an in-app product (i.e. a managed product or a subscription).</p>
97
+
<pclass="firstline">Updates an in-app product (i.e. 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.</p>
<pre>Deletes an in-app product (i.e. a managed product or a subscription).
106
+
<pre>Deletes an in-app product (i.e. 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.
107
107
108
108
Args:
109
109
packageName: string, Package name of the app. (required)
<pre>Gets an in-app product, which can be a managed product or a subscription.
120
+
<pre>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.
121
121
122
122
Args:
123
123
packageName: string, Package name of the app. (required)
<pre>Creates an in-app product (i.e. a managed product or a subscription).
186
+
<pre>Creates an in-app product (i.e. 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.
187
187
188
188
Args:
189
189
packageName: string, Package name of the app. (required)
<pre>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.
305
+
<pre>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.
306
306
307
307
Args:
308
308
packageName: string, Package name of the app. (required)
<pre>Patches an in-app product (i.e. a managed product or a subscription).
387
+
<pre>Patches an in-app product (i.e. 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.
388
388
389
389
Args:
390
390
packageName: string, Package name of the app. (required)
<pre>Updates an in-app product (i.e. a managed product or a subscription).
507
+
<pre>Updates an in-app product (i.e. 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.
508
508
509
509
Args:
510
510
packageName: string, Package name of the app. (required)
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/androidpublisher.v3.json
+23-8Lines changed: 23 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -632,7 +632,7 @@
632
632
"accept": [
633
633
"application/octet-stream"
634
634
],
635
-
"maxSize": "838860800",
635
+
"maxSize": "1258291200",
636
636
"protocols": {
637
637
"resumable": {
638
638
"multipart": true,
@@ -2099,7 +2099,7 @@
2099
2099
"inappproducts": {
2100
2100
"methods": {
2101
2101
"delete": {
2102
-
"description": "Deletes an in-app product (i.e. a managed product or a subscription).",
2102
+
"description": "Deletes an in-app product (i.e. 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.",
"description": "Gets an in-app product, which can be a managed product or a subscription.",
2130
+
"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.",
"description": "Creates an in-app product (i.e. a managed product or a subscription).",
2161
+
"description": "Creates an in-app product (i.e. 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.",
"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.",
2193
+
"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.",
"description": "Patches an in-app product (i.e. a managed product or a subscription).",
2236
+
"description": "Patches an in-app product (i.e. 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.",
"description": "Updates an in-app product (i.e. a managed product or a subscription).",
2275
+
"description": "Updates an in-app product (i.e. 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.",
0 commit comments