TokenPagination
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
啟用符記分頁功能時,List 作業傳回的分頁資訊。
支援分頁的清單作業只會傳回一個「頁面」的結果。這個通訊協定緩衝區訊息會說明已傳回的頁面。
使用符記分頁時,用戶端應使用下一/上一個符記,取得另一頁結果。下一個/上一個符記是否存在,表示下一個/上一個頁面是否可用,並提供存取此頁面的管道。如要存取其他頁面,請將 ListRequest.page_token 設為 nextPageToken 或 previousPageToken。
JSON 表示法 |
{
"nextPageToken": string,
"previousPageToken": string
} |
欄位 |
nextPageToken |
string
要傳遞至標準清單欄位 'pageToken' 的符記。只要可行,請盡量使用符記,而非操控 startIndex。
|
previousPageToken |
string
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-17 (世界標準時間)。
[[["容易理解","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-12-17 (世界標準時間)。"],[[["This document explains the structure of pagination information returned for list operations that support paging when token pagination is enabled."],["Clients should utilize the `nextPageToken` or `previousPageToken` to navigate between pages of results."],["The presence or absence of these tokens indicates the availability of additional pages."],["The JSON representation of this pagination information includes `nextPageToken` and `previousPageToken` fields as strings."]]],[]]