Skip to content

Commit a780413

Browse files
authored
Docs/fixit: normalize docs for 'page_size' / 'max_results' / 'page_token' (#6842)
1 parent 892643c commit a780413

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • packages/google-cloud-resource-manager/google/cloud/resource_manager

packages/google-cloud-resource-manager/google/cloud/resource_manager/client.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,10 @@ def list_projects(self, filter_params=None, page_size=None):
146146
details.
147147
148148
:type page_size: int
149-
:param page_size: (Optional) Maximum number of projects to return in a
150-
single page. If not passed, defaults to a value set
151-
by the API.
149+
:param page_size: (Optional) The maximum number of projects in each
150+
page of results from this request. Non-positive
151+
values are ignored. Defaults to a sensible value
152+
set by the API.
152153
153154
:rtype: :class:`~google.api_core.page_iterator.Iterator`
154155
:returns: Iterator of all

0 commit comments

Comments
 (0)