pageSize property

int? pageSize
getter/setter pair

The maximum number of search results to return.

The service may return fewer than this value. If unspecified at most 10 search results will be returned. If value is negative then INVALID_ARGUMENT error is returned. The maximum value is 25; values above 25 will be coerced to 25. While paginating, you can specify a new page size parameter for each page of search results to be listed.

Optional.

Implementation

core.int? pageSize;