From de11deb965acbebffe8660a60fd146d0dae74543 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 15:11:09 -0700 Subject: [PATCH] docs: add maximum page_size to ListNamespace API documentation (#7316) docs: add maximum page_size to ListService API documentation docs: add maximum page_size to ListEndpoint API documentation PiperOrigin-RevId: 634102876 Source-Link: https://github.com/googleapis/googleapis/commit/2862f6f956a9ed2ce68bb6a752670289e5e81538 Source-Link: https://github.com/googleapis/googleapis-gen/commit/dfb402271d4a7422c7dcf759a5ff800fc79971c3 Copy-Tag: eyJwIjoiU2VydmljZURpcmVjdG9yeS8uT3dsQm90LnlhbWwiLCJoIjoiZGZiNDAyMjcxZDRhNzQyMmM3ZGNmNzU5YTVmZjgwMGZjNzk5NzFjMyJ9 --- ServiceDirectory/src/V1beta1/ListEndpointsRequest.php | 8 ++++---- ServiceDirectory/src/V1beta1/ListNamespacesRequest.php | 8 ++++---- ServiceDirectory/src/V1beta1/ListServicesRequest.php | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ServiceDirectory/src/V1beta1/ListEndpointsRequest.php b/ServiceDirectory/src/V1beta1/ListEndpointsRequest.php index e4e4452d62ec..05a174faf1d9 100644 --- a/ServiceDirectory/src/V1beta1/ListEndpointsRequest.php +++ b/ServiceDirectory/src/V1beta1/ListEndpointsRequest.php @@ -24,7 +24,7 @@ class ListEndpointsRequest extends \Google\Protobuf\Internal\Message */ private $parent = ''; /** - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * * Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -94,7 +94,7 @@ class ListEndpointsRequest extends \Google\Protobuf\Internal\Message * Required. The resource name of the service whose endpoints you'd like to * list. * @type int $page_size - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * @type string $page_token * Optional. The next_page_token value returned from a previous List request, * if any. @@ -173,7 +173,7 @@ public function setParent($var) } /** - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * * Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; * @return int @@ -184,7 +184,7 @@ public function getPageSize() } /** - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * * Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; * @param int $var diff --git a/ServiceDirectory/src/V1beta1/ListNamespacesRequest.php b/ServiceDirectory/src/V1beta1/ListNamespacesRequest.php index f49c416460b6..6a60e7615839 100644 --- a/ServiceDirectory/src/V1beta1/ListNamespacesRequest.php +++ b/ServiceDirectory/src/V1beta1/ListNamespacesRequest.php @@ -24,7 +24,7 @@ class ListNamespacesRequest extends \Google\Protobuf\Internal\Message */ private $parent = ''; /** - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * * Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -89,7 +89,7 @@ class ListNamespacesRequest extends \Google\Protobuf\Internal\Message * Required. The resource name of the project and location whose namespaces * you'd like to list. * @type int $page_size - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * @type string $page_token * Optional. The next_page_token value returned from a previous List request, * if any. @@ -163,7 +163,7 @@ public function setParent($var) } /** - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * * Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; * @return int @@ -174,7 +174,7 @@ public function getPageSize() } /** - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * * Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; * @param int $var diff --git a/ServiceDirectory/src/V1beta1/ListServicesRequest.php b/ServiceDirectory/src/V1beta1/ListServicesRequest.php index 18cb36bccaae..146097d38bea 100644 --- a/ServiceDirectory/src/V1beta1/ListServicesRequest.php +++ b/ServiceDirectory/src/V1beta1/ListServicesRequest.php @@ -24,7 +24,7 @@ class ListServicesRequest extends \Google\Protobuf\Internal\Message */ private $parent = ''; /** - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * * Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -92,7 +92,7 @@ class ListServicesRequest extends \Google\Protobuf\Internal\Message * Required. The resource name of the namespace whose services you'd * like to list. * @type int $page_size - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * @type string $page_token * Optional. The next_page_token value returned from a previous List request, * if any. @@ -169,7 +169,7 @@ public function setParent($var) } /** - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * * Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; * @return int @@ -180,7 +180,7 @@ public function getPageSize() } /** - * Optional. The maximum number of items to return. + * Optional. The maximum number of items to return. The default value is 100. * * Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; * @param int $var