You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: packages/google-cloud-service-directory/google/cloud/servicedirectory_v1beta1/types/registration_service.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ class ListNamespacesRequest(proto.Message):
96
96
list.
97
97
page_size (int):
98
98
Optional. The maximum number of items to
99
-
return.
99
+
return. The default value is 100.
100
100
page_token (str):
101
101
Optional. The next_page_token value returned from a previous
102
102
List request, if any.
@@ -302,7 +302,7 @@ class ListServicesRequest(proto.Message):
302
302
whose services you'd like to list.
303
303
page_size (int):
304
304
Optional. The maximum number of items to
305
-
return.
305
+
return. The default value is 100.
306
306
page_token (str):
307
307
Optional. The next_page_token value returned from a previous
308
308
List request, if any.
@@ -512,7 +512,7 @@ class ListEndpointsRequest(proto.Message):
512
512
whose endpoints you'd like to list.
513
513
page_size (int):
514
514
Optional. The maximum number of items to
515
-
return.
515
+
return. The default value is 100.
516
516
page_token (str):
517
517
Optional. The next_page_token value returned from a previous
0 commit comments