Skip to content

Commit f2f81ee

Browse files
1 parent abf0907 commit f2f81ee

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

src/ParameterManager/Resource/ProjectsLocationsParameters.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,10 @@ public function get($name, $optParams = [])
115115
* @opt_param int pageSize Optional. Requested page size. Server may return
116116
* fewer items than requested. If unspecified, server will pick an appropriate
117117
* default.
118-
* @opt_param string pageToken Optional. A token identifying a page of results
119-
* the server should return.
118+
* @opt_param string pageToken Optional. A page token, received from a previous
119+
* `ListParameters` call. Provide this to retrieve the subsequent page. When
120+
* paginating, all other parameters provided to `ListParameters` must match the
121+
* call that provided the page token.
120122
* @return ListParametersResponse
121123
* @throws \Google\Service\Exception
122124
*/

src/ParameterManager/Resource/ProjectsLocationsParametersVersions.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,10 @@ public function get($name, $optParams = [])
122122
* @opt_param int pageSize Optional. Requested page size. Server may return
123123
* fewer items than requested. If unspecified, server will pick an appropriate
124124
* default.
125-
* @opt_param string pageToken Optional. A token identifying a page of results
126-
* the server should return.
125+
* @opt_param string pageToken Optional. A page token, received from a previous
126+
* `ListParameterVersions` call. Provide this to retrieve the subsequent page.
127+
* When paginating, all other parameters provided to `ListParameterVersions`
128+
* must match the call that provided the page token.
127129
* @return ListParameterVersionsResponse
128130
* @throws \Google\Service\Exception
129131
*/

0 commit comments

Comments
 (0)