Skip to content

Commit f8ff81b

Browse files
docs: [google-cloud-service-directory] add maximum page_size to ListNamespace API documentation (#12702)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE docs: add maximum page_size to ListService API documentation docs: add maximum page_size to ListEndpoint API documentation docs: add maximum page_size to ListNamespace API documentation END_COMMIT_OVERRIDE PiperOrigin-RevId: 634102876 Source-Link: googleapis/googleapis@2862f6f Source-Link: googleapis/googleapis-gen@dfb4022 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlcnZpY2UtZGlyZWN0b3J5Ly5Pd2xCb3QueWFtbCIsImgiOiJkZmI0MDIyNzFkNGE3NDIyYzdkY2Y3NTlhNWZmODAwZmM3OTk3MWMzIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3ec5a2c commit f8ff81b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/google-cloud-service-directory/google/cloud/servicedirectory_v1beta1/types/registration_service.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class ListNamespacesRequest(proto.Message):
9696
list.
9797
page_size (int):
9898
Optional. The maximum number of items to
99-
return.
99+
return. The default value is 100.
100100
page_token (str):
101101
Optional. The next_page_token value returned from a previous
102102
List request, if any.
@@ -302,7 +302,7 @@ class ListServicesRequest(proto.Message):
302302
whose services you'd like to list.
303303
page_size (int):
304304
Optional. The maximum number of items to
305-
return.
305+
return. The default value is 100.
306306
page_token (str):
307307
Optional. The next_page_token value returned from a previous
308308
List request, if any.
@@ -512,7 +512,7 @@ class ListEndpointsRequest(proto.Message):
512512
whose endpoints you'd like to list.
513513
page_size (int):
514514
Optional. The maximum number of items to
515-
return.
515+
return. The default value is 100.
516516
page_token (str):
517517
Optional. The next_page_token value returned from a previous
518518
List request, if any.

0 commit comments

Comments
 (0)