pagination_params_pb2
frequenz.api.common.v1.pagination.pagination_params_pb2
¤
Generated protocol buffer code.
Classes¤
frequenz.api.common.v1.pagination.pagination_params_pb2.PaginationParams
¤
Bases: Message
A message defining parameters for paginating list requests. It can be appended to a request message to specify the desired page of results and the maximum number of results per page. For initial requests (requesting the first page), the page_token should not be provided. For subsequent requests (requesting any page after the first), the next_page_token from the previous responses PaginationInfo must be supplied. The page_size should only be specified in the initial request and will be disregarded in subsequent requests.