diff --git a/google/cloud/storage/bucket.py b/google/cloud/storage/bucket.py index ed275e88f..140fc9407 100644 --- a/google/cloud/storage/bucket.py +++ b/google/cloud/storage/bucket.py @@ -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: diff --git a/google/cloud/storage/client.py b/google/cloud/storage/client.py index 9c89b342d..1d51e6546 100644 --- a/google/cloud/storage/client.py +++ b/google/cloud/storage/client.py @@ -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