HomeSort by relevance Sort by last modified time
    Searched refs:next_page_token (Results 1 - 2 of 2) sorted by null

  /tools/acloud/internal/lib/
base_cloud_client.py 318 next_page_token = None
320 api = api_resource(pageToken=next_page_token, *args, **kwargs)
323 next_page_token = response.get("nextPageToken")
324 if not next_page_token:
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 150 // next_page_token field of the EdgesReply. A page token should be treated
227 // reply, next_page_token is the page token that may be passed to fetch the
230 string next_page_token = 9;
491 // server in the next_page_token field of the CrossReferencesReply. A page
616 // in this reply, next_page_token is the page token that may be passed to
619 string next_page_token = 10;

Completed in 103 milliseconds