pageSize property
The maximum number of results per page that can be returned.
If the number of available results is larger than page_size
, a
next_page_token
is returned which can be passed to page_token
to get
the next page of results in subsequent requests. If 0 or no value is
provided, a default of 20 is used. The maximum value is 20; values above
20 will be set to 20. Negative values will return an INVALID_ARGUMENT
error. If both max_result_count
and page_size
are specified,
max_result_count
will be ignored.
Optional.
Implementation
core.int? pageSize;