Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions google/cloud/storage/bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,9 +885,7 @@ def list_blobs(

:type max_results: int
:param max_results:
(Optional) The maximum number of blobs in each page of results
from this request. Non-positive values are ignored. Defaults to
a sensible value set by the API.
(Optional) The maximum number of blobs to return.

:type page_token: str
:param page_token:
Expand Down
4 changes: 1 addition & 3 deletions google/cloud/storage/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,7 @@ def list_blobs(
The bucket resource to pass or name to create.

max_results (int):
(Optional) The maximum number of blobs in each page of results
from this request. Non-positive values are ignored. Defaults to
a sensible value set by the API.
(Optional) The maximum number of blobs to return.

page_token (str):
(Optional) If present, return the next batch of blobs, using the
Expand Down