Skip to content

Commit 5d7f817

Browse files
chore(androidpublisher): update the api
1 parent d253dad commit 5d7f817

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/dyn/androidpublisher_v3.inappproducts.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Creates an in-app product (i.e. a managed product or a subscriptions).</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>
91-
<p class="firstline">Lists all in-app products - both managed products and subscriptions.</p>
91+
<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>
9494
<p class="firstline">Patches an in-app product (i.e. a managed product or a subscriptions).</p>
@@ -242,12 +242,12 @@ <h3>Method Details</h3>
242242

243243
<div class="method">
244244
<code class="details" id="list">list(packageName, maxResults=None, startIndex=None, token=None, x__xgafv=None)</code>
245-
<pre>Lists all in-app products - both managed products and subscriptions.
245+
<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.
246246

247247
Args:
248248
packageName: string, Package name of the app. (required)
249-
maxResults: integer, How many results the list operation should return.
250-
startIndex: integer, The index of the first element to return.
249+
maxResults: integer, Deprecated and ignored. The page size is determined by the server.
250+
startIndex: integer, Deprecated and ignored. Set the `token` parameter to rertieve the next page.
251251
token: string, Pagination token. If empty, list starts at the first product.
252252
x__xgafv: string, V1 error format.
253253
Allowed values
@@ -290,7 +290,7 @@ <h3>Method Details</h3>
290290
},
291291
],
292292
&quot;kind&quot;: &quot;A String&quot;, # The kind of this response (&quot;androidpublisher#inappproductsListResponse&quot;).
293-
&quot;pageInfo&quot;: { # Information about the current page. List operations that supports paging return only one &quot;page&quot; of results. This protocol buffer message describes the page that has been returned. # Information about the current page.
293+
&quot;pageInfo&quot;: { # Information about the current page. List operations that supports paging return only one &quot;page&quot; of results. This protocol buffer message describes the page that has been returned. # Deprecated and unset.
294294
&quot;resultPerPage&quot;: 42, # Maximum number of results returned in one page. ! The number of results included in the API response.
295295
&quot;startIndex&quot;: 42, # Index of the first result returned in the current page.
296296
&quot;totalResults&quot;: 42, # Total number of results available on the backend ! The total number of results in the result set.

googleapiclient/discovery_cache/documents/androidpublisher.v3.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@
17841784
]
17851785
},
17861786
"list": {
1787-
"description": "Lists all in-app products - both managed products and subscriptions.",
1787+
"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.",
17881788
"flatPath": "androidpublisher/v3/applications/{packageName}/inappproducts",
17891789
"httpMethod": "GET",
17901790
"id": "androidpublisher.inappproducts.list",
@@ -1793,7 +1793,7 @@
17931793
],
17941794
"parameters": {
17951795
"maxResults": {
1796-
"description": "How many results the list operation should return.",
1796+
"description": "Deprecated and ignored. The page size is determined by the server.",
17971797
"format": "uint32",
17981798
"location": "query",
17991799
"type": "integer"
@@ -1805,7 +1805,7 @@
18051805
"type": "string"
18061806
},
18071807
"startIndex": {
1808-
"description": "The index of the first element to return.",
1808+
"description": "Deprecated and ignored. Set the `token` parameter to rertieve the next page.",
18091809
"format": "uint32",
18101810
"location": "query",
18111811
"type": "integer"
@@ -2681,7 +2681,7 @@
26812681
}
26822682
}
26832683
},
2684-
"revision": "20210822",
2684+
"revision": "20210826",
26852685
"rootUrl": "https://androidpublisher.googleapis.com/",
26862686
"schemas": {
26872687
"Apk": {
@@ -3284,7 +3284,7 @@
32843284
},
32853285
"pageInfo": {
32863286
"$ref": "PageInfo",
3287-
"description": "Information about the current page."
3287+
"description": "Deprecated and unset."
32883288
},
32893289
"tokenPagination": {
32903290
"$ref": "TokenPagination",

0 commit comments

Comments
 (0)