Appearance
types/page_token.proto
Table of Contents
types/page_token.proto
PageToken
Represents a specialist token used for fetching subsequent pages of a List request. Typically encoded as base64 or something similar.
@see https://cloud.google.com/apis/design/design_patterns#list_pagination
Field | Type | Label | Description |
---|---|---|---|
last_offset | int32 | The offset representing the tail resource returned in the last page | |
last_resource_name | string | The name of the tail resource returned in the last page response |