PageInfo
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
現在のページに関する情報。
ページングをサポートするリスト オペレーションで返される「ページ」は 1 つのみです表示されます。このプロトコル バッファ メッセージでは、返されたページについて説明しています。
JSON 表現 |
{
"totalResults": integer,
"resultPerPage": integer,
"startIndex": integer
} |
フィールド |
totalResults |
integer
バックエンドで利用可能な結果の総数結果セット内の結果の総数。
|
resultPerPage |
integer
1 ページで返される結果の最大数。!API レスポンスに含まれる結果の数。
|
startIndex |
integer
現在のページで返される最初の結果のインデックス。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-22 UTC。"],[[["This documentation details the structure of a JSON response for paginated API results."],["The response includes the total number of results, the number of results per page, and the starting index of the current page."],["This information is used to navigate through large datasets by displaying results in manageable chunks."]]],[]]