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
<pclass="firstline">Lists all in-app products - both managed products and subscriptions.</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.</p>
<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.
246
246
247
247
Args:
248
248
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.
251
251
token: string, Pagination token. If empty, list starts at the first product.
252
252
x__xgafv: string, V1 error format.
253
253
Allowed values
@@ -290,7 +290,7 @@ <h3>Method Details</h3>
290
290
},
291
291
],
292
292
"kind": "A String", # The kind of this response ("androidpublisher#inappproductsListResponse").
293
-
"pageInfo": { # 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. # Information about the current page.
293
+
"pageInfo": { # 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. # Deprecated and unset.
294
294
"resultPerPage": 42, # Maximum number of results returned in one page. ! The number of results included in the API response.
295
295
"startIndex": 42, # Index of the first result returned in the current page.
296
296
"totalResults": 42, # Total number of results available on the backend ! The total number of results in the result set.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/androidpublisher.v3.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1784,7 +1784,7 @@
1784
1784
]
1785
1785
},
1786
1786
"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.",
0 commit comments