Skip to content

Commit 2ebcf84

Browse files
feat(androidpublisher): update the api
#### androidpublisher:v3 The following keys were added: - resources.inappproducts.methods.list.parameters.maxResults.deprecated (Total Keys: 1) - resources.inappproducts.methods.list.parameters.startIndex.deprecated (Total Keys: 1)
1 parent 4b79abb commit 2ebcf84

6 files changed

+39
-33
lines changed

docs/dyn/androidpublisher_v3.externaltransactions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h3>Method Details</h3>
140140
},
141141
}
142142

143-
externalTransactionId: string, 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-z0-9_-/.
143+
externalTransactionId: string, 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-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.
144144
x__xgafv: string, V1 error format.
145145
Allowed values
146146
1 - v1 error format

docs/dyn/androidpublisher_v3.inappproducts.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#delete">delete(packageName, sku, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Deletes an in-app product (i.e. a managed product or a subscriptions).</p>
82+
<p class="firstline">Deletes an in-app product (i.e. a managed product or a subscription).</p>
8383
<p class="toc_element">
8484
<code><a href="#get">get(packageName, sku, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Gets an in-app product, which can be a managed product or a subscription.</p>
8686
<p class="toc_element">
8787
<code><a href="#insert">insert(packageName, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Creates an in-app product (i.e. a managed product or a subscriptions).</p>
88+
<p class="firstline">Creates an in-app product (i.e. a managed product or a subscription).</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(packageName, maxResults=None, startIndex=None, token=None, x__xgafv=None)</a></code></p>
9191
<p class="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>
9292
<p class="toc_element">
9393
<code><a href="#patch">patch(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
94-
<p class="firstline">Patches an in-app product (i.e. a managed product or a subscriptions).</p>
94+
<p class="firstline">Patches an in-app product (i.e. a managed product or a subscription).</p>
9595
<p class="toc_element">
9696
<code><a href="#update">update(packageName, sku, allowMissing=None, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Updates an in-app product (i.e. a managed product or a subscriptions).</p>
97+
<p class="firstline">Updates an in-app product (i.e. a managed product or a subscription).</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
100100
<code class="details" id="close">close()</code>
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103

104104
<div class="method">
105105
<code class="details" id="delete">delete(packageName, sku, x__xgafv=None)</code>
106-
<pre>Deletes an in-app product (i.e. a managed product or a subscriptions).
106+
<pre>Deletes an in-app product (i.e. a managed product or a subscription).
107107

108108
Args:
109109
packageName: string, Package name of the app. (required)
@@ -183,7 +183,7 @@ <h3>Method Details</h3>
183183

184184
<div class="method">
185185
<code class="details" id="insert">insert(packageName, autoConvertMissingPrices=None, body=None, x__xgafv=None)</code>
186-
<pre>Creates an in-app product (i.e. a managed product or a subscriptions).
186+
<pre>Creates an in-app product (i.e. a managed product or a subscription).
187187

188188
Args:
189189
packageName: string, Package name of the app. (required)
@@ -307,7 +307,7 @@ <h3>Method Details</h3>
307307
Args:
308308
packageName: string, Package name of the app. (required)
309309
maxResults: integer, Deprecated and ignored. The page size is determined by the server.
310-
startIndex: integer, Deprecated and ignored. Set the `token` parameter to rertieve the next page.
310+
startIndex: integer, Deprecated and ignored. Set the `token` parameter to retrieve the next page.
311311
token: string, Pagination token. If empty, list starts at the first product.
312312
x__xgafv: string, V1 error format.
313313
Allowed values
@@ -384,7 +384,7 @@ <h3>Method Details</h3>
384384

385385
<div class="method">
386386
<code class="details" id="patch">patch(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</code>
387-
<pre>Patches an in-app product (i.e. a managed product or a subscriptions).
387+
<pre>Patches an in-app product (i.e. a managed product or a subscription).
388388

389389
Args:
390390
packageName: string, Package name of the app. (required)
@@ -504,7 +504,7 @@ <h3>Method Details</h3>
504504

505505
<div class="method">
506506
<code class="details" id="update">update(packageName, sku, allowMissing=None, autoConvertMissingPrices=None, body=None, x__xgafv=None)</code>
507-
<pre>Updates an in-app product (i.e. a managed product or a subscriptions).
507+
<pre>Updates an in-app product (i.e. a managed product or a subscription).
508508

509509
Args:
510510
packageName: string, Package name of the app. (required)

docs/dyn/androidpublisher_v3.monetization.subscriptions.basePlans.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ <h3>Method Details</h3>
325325
&quot;regionCode&quot;: &quot;A String&quot;, # Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g. &quot;US&quot;.
326326
},
327327
],
328-
&quot;regionsVersion&quot;: { # The version of the available regions being used for the specified resource. # Required. The version of the available regions being used for the regional_price_migrations.
329-
&quot;version&quot;: &quot;A String&quot;, # Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
328+
&quot;regionsVersion&quot;: { # The version of the available regions being used for the specified resource. A string representing the version of available regions being used for the specified resource. Regional prices for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353). # Required. The version of the available regions being used for the regional_price_migrations.
329+
&quot;version&quot;: &quot;A String&quot;, # Required. The latest version is 2022/02.
330330
},
331331
}
332332

docs/dyn/androidpublisher_v3.monetization.subscriptions.basePlans.offers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h3>Method Details</h3>
313313
}
314314

315315
offerId: string, 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.
316-
regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
316+
regionsVersion_version: string, Required. The latest version is 2022/02.
317317
x__xgafv: string, V1 error format.
318318
Allowed values
319319
1 - v1 error format
@@ -856,7 +856,7 @@ <h3>Method Details</h3>
856856
},
857857
}
858858

859-
regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
859+
regionsVersion_version: string, Required. The latest version is 2022/02.
860860
updateMask: string, Required. The list of fields to be updated.
861861
x__xgafv: string, V1 error format.
862862
Allowed values

docs/dyn/androidpublisher_v3.monetization.subscriptions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ <h3>Method Details</h3>
287287
}
288288

289289
productId: string, 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.
290-
regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
290+
regionsVersion_version: string, Required. The latest version is 2022/02.
291291
x__xgafv: string, V1 error format.
292292
Allowed values
293293
1 - v1 error format
@@ -666,7 +666,7 @@ <h3>Method Details</h3>
666666
},
667667
}
668668

669-
regionsVersion_version: string, Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.
669+
regionsVersion_version: string, Required. The latest version is 2022/02.
670670
updateMask: string, Required. The list of fields to be updated.
671671
x__xgafv: string, V1 error format.
672672
Allowed values

googleapiclient/discovery_cache/documents/androidpublisher.v3.json

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@
18561856
],
18571857
"parameters": {
18581858
"externalTransactionId": {
1859-
"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-z0-9_-/.",
1859+
"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-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.",
18601860
"location": "query",
18611861
"type": "string"
18621862
},
@@ -2099,7 +2099,7 @@
20992099
"inappproducts": {
21002100
"methods": {
21012101
"delete": {
2102-
"description": "Deletes an in-app product (i.e. a managed product or a subscriptions).",
2102+
"description": "Deletes an in-app product (i.e. a managed product or a subscription).",
21032103
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
21042104
"httpMethod": "DELETE",
21052105
"id": "androidpublisher.inappproducts.delete",
@@ -2158,7 +2158,7 @@
21582158
]
21592159
},
21602160
"insert": {
2161-
"description": "Creates an in-app product (i.e. a managed product or a subscriptions).",
2161+
"description": "Creates an in-app product (i.e. a managed product or a subscription).",
21622162
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
21632163
"httpMethod": "POST",
21642164
"id": "androidpublisher.inappproducts.insert",
@@ -2199,6 +2199,7 @@
21992199
],
22002200
"parameters": {
22012201
"maxResults": {
2202+
"deprecated": true,
22022203
"description": "Deprecated and ignored. The page size is determined by the server.",
22032204
"format": "uint32",
22042205
"location": "query",
@@ -2211,7 +2212,8 @@
22112212
"type": "string"
22122213
},
22132214
"startIndex": {
2214-
"description": "Deprecated and ignored. Set the `token` parameter to rertieve the next page.",
2215+
"deprecated": true,
2216+
"description": "Deprecated and ignored. Set the `token` parameter to retrieve the next page.",
22152217
"format": "uint32",
22162218
"location": "query",
22172219
"type": "integer"
@@ -2231,7 +2233,7 @@
22312233
]
22322234
},
22332235
"patch": {
2234-
"description": "Patches an in-app product (i.e. a managed product or a subscriptions).",
2236+
"description": "Patches an in-app product (i.e. a managed product or a subscription).",
22352237
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
22362238
"httpMethod": "PATCH",
22372239
"id": "androidpublisher.inappproducts.patch",
@@ -2270,7 +2272,7 @@
22702272
]
22712273
},
22722274
"update": {
2273-
"description": "Updates an in-app product (i.e. a managed product or a subscriptions).",
2275+
"description": "Updates an in-app product (i.e. a managed product or a subscription).",
22742276
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts/{sku}",
22752277
"httpMethod": "PUT",
22762278
"id": "androidpublisher.inappproducts.update",
@@ -2490,7 +2492,7 @@
24902492
"type": "string"
24912493
},
24922494
"regionsVersion.version": {
2493-
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
2495+
"description": "Required. The latest version is 2022/02.",
24942496
"location": "query",
24952497
"type": "string"
24962498
}
@@ -2628,7 +2630,7 @@
26282630
"type": "string"
26292631
},
26302632
"regionsVersion.version": {
2631-
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
2633+
"description": "Required. The latest version is 2022/02.",
26322634
"location": "query",
26332635
"type": "string"
26342636
},
@@ -2899,7 +2901,7 @@
28992901
"type": "string"
29002902
},
29012903
"regionsVersion.version": {
2902-
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
2904+
"description": "Required. The latest version is 2022/02.",
29032905
"location": "query",
29042906
"type": "string"
29052907
}
@@ -3136,7 +3138,7 @@
31363138
"type": "string"
31373139
},
31383140
"regionsVersion.version": {
3139-
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
3141+
"description": "Required. The latest version is 2022/02.",
31403142
"location": "query",
31413143
"type": "string"
31423144
},
@@ -4045,7 +4047,7 @@
40454047
}
40464048
}
40474049
},
4048-
"revision": "20230406",
4050+
"revision": "20230524",
40494051
"rootUrl": "https://androidpublisher.googleapis.com/",
40504052
"schemas": {
40514053
"AcquisitionTargetingRule": {
@@ -5191,7 +5193,8 @@
51915193
"CAN_MANAGE_TRACK_USERS",
51925194
"CAN_MANAGE_PUBLIC_LISTING",
51935195
"CAN_MANAGE_DRAFT_APPS",
5194-
"CAN_MANAGE_ORDERS"
5196+
"CAN_MANAGE_ORDERS",
5197+
"CAN_MANAGE_APP_CONTENT"
51955198
],
51965199
"enumDescriptions": [
51975200
"Unknown or unspecified permission.",
@@ -5204,7 +5207,8 @@
52045207
"Manage testing tracks and edit tester lists.",
52055208
"Manage store presence.",
52065209
"Edit and delete draft apps.",
5207-
"Manage orders and subscriptions."
5210+
"Manage orders and subscriptions.",
5211+
"Manage policy related pages."
52085212
],
52095213
"type": "string"
52105214
},
@@ -6122,11 +6126,11 @@
61226126
"type": "object"
61236127
},
61246128
"RegionsVersion": {
6125-
"description": "The version of the available regions being used for the specified resource.",
6129+
"description": "The version of the available regions being used for the specified resource. A string representing the version of available regions being used for the specified resource. Regional prices for the resource have to be specified according to the information published in [this article](https://support.google.com/googleplay/android-developer/answer/10532353).",
61266130
"id": "RegionsVersion",
61276131
"properties": {
61286132
"version": {
6129-
"description": "Required. A string representing version of the available regions being used for the specified resource. The current version is 2022/02.",
6133+
"description": "Required. The latest version is 2022/02.",
61306134
"type": "string"
61316135
}
61326136
},
@@ -7112,7 +7116,8 @@
71127116
"CAN_MANAGE_DRAFT_APPS_GLOBAL",
71137117
"CAN_CREATE_MANAGED_PLAY_APPS_GLOBAL",
71147118
"CAN_CHANGE_MANAGED_PLAY_SETTING_GLOBAL",
7115-
"CAN_MANAGE_ORDERS_GLOBAL"
7119+
"CAN_MANAGE_ORDERS_GLOBAL",
7120+
"CAN_MANAGE_APP_CONTENT_GLOBAL"
71167121
],
71177122
"enumDescriptions": [
71187123
"Unknown or unspecified permission.",
@@ -7129,7 +7134,8 @@
71297134
"Create, edit, and delete draft apps.",
71307135
"Create and publish private apps to your organization.",
71317136
"Choose whether apps are public, or only available to your organization.",
7132-
"Manage orders and subscriptions."
7137+
"Manage orders and subscriptions.",
7138+
"Manage policy related pages on all apps for the developer."
71337139
],
71347140
"type": "string"
71357141
},

0 commit comments

Comments
 (0)