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
Copy file name to clipboardExpand all lines: clients/google-api-services-parametermanager/v1/2.0.0/com/google/api/services/parametermanager/v1/ParameterManager.java
+26-6Lines changed: 26 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1249,17 +1249,27 @@ public List setPageSize(java.lang.Integer pageSize) {
1249
1249
returnthis;
1250
1250
}
1251
1251
1252
-
/** Optional. A token identifying a page of results the server should return. */
1252
+
/**
1253
+
* Optional. A page token, received from a previous `ListParameters` call. Provide this to
1254
+
* retrieve the subsequent page. When paginating, all other parameters provided to
1255
+
* `ListParameters` must match the call that provided the page token.
1256
+
*/
1253
1257
@com.google.api.client.util.Key
1254
1258
privatejava.lang.StringpageToken;
1255
1259
1256
-
/** Optional. A token identifying a page of results the server should return.
1260
+
/** Optional. A page token, received from a previous `ListParameters` call. Provide this to retrieve
1261
+
the subsequent page. When paginating, all other parameters provided to `ListParameters` must match
1262
+
the call that provided the page token.
1257
1263
*/
1258
1264
publicjava.lang.StringgetPageToken() {
1259
1265
returnpageToken;
1260
1266
}
1261
1267
1262
-
/** Optional. A token identifying a page of results the server should return. */
1268
+
/**
1269
+
* Optional. A page token, received from a previous `ListParameters` call. Provide this to
1270
+
* retrieve the subsequent page. When paginating, all other parameters provided to
1271
+
* `ListParameters` must match the call that provided the page token.
0 commit comments