We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6403ab5 commit b459b6aCopy full SHA for b459b6a
compute/compute/snippets/sample_pagination.py
@@ -34,7 +34,7 @@ def print_images_list(project: str) -> None:
34
"""
35
images_client = compute_v1.ImagesClient()
36
# Listing only non-deprecated images to reduce the size of the reply.
37
- images_list_request = compute_v1.ListImagesRequest(project=project, max_results=3,
+ images_list_request = compute_v1.ListImagesRequest(project=project, max_results=100,
38
filter="deprecated.state != DEPRECATED")
39
40
# Although the `max_results` parameter is specified in the request, the iterable returned
0 commit comments