@@ -103,7 +103,7 @@ public class ParameterManager extends com.google.api.client.googleapis.services.
103103 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104 * <li>Android: {@code newCompatibleTransport} from
105105 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106- * <li>Java: {@link com.google.api.client.googleapis .javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+ * <li>Java: {@code com.google.api.client.http .javanet.NetHttpTransport}</li>
107107 * </li>
108108 * </ul>
109109 * @param jsonFactory JSON factory, which may be:
@@ -1249,17 +1249,27 @@ public List setPageSize(java.lang.Integer pageSize) {
12491249 return this ;
12501250 }
12511251
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+ */
12531257 @ com .google .api .client .util .Key
12541258 private java .lang .String pageToken ;
12551259
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.
12571263 */
12581264 public java .lang .String getPageToken () {
12591265 return pageToken ;
12601266 }
12611267
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.
1272+ */
12631273 public List setPageToken (java .lang .String pageToken ) {
12641274 this .pageToken = pageToken ;
12651275 return this ;
@@ -2237,17 +2247,27 @@ public List setPageSize(java.lang.Integer pageSize) {
22372247 return this ;
22382248 }
22392249
2240- /** Optional. A token identifying a page of results the server should return. */
2250+ /**
2251+ * Optional. A page token, received from a previous `ListParameterVersions` call.
2252+ * Provide this to retrieve the subsequent page. When paginating, all other parameters
2253+ * provided to `ListParameterVersions` must match the call that provided the page token.
2254+ */
22412255 @ com .google .api .client .util .Key
22422256 private java .lang .String pageToken ;
22432257
2244- /** Optional. A token identifying a page of results the server should return.
2258+ /** Optional. A page token, received from a previous `ListParameterVersions` call. Provide this to
2259+ retrieve the subsequent page. When paginating, all other parameters provided to
2260+ `ListParameterVersions` must match the call that provided the page token.
22452261 */
22462262 public java .lang .String getPageToken () {
22472263 return pageToken ;
22482264 }
22492265
2250- /** Optional. A token identifying a page of results the server should return. */
2266+ /**
2267+ * Optional. A page token, received from a previous `ListParameterVersions` call.
2268+ * Provide this to retrieve the subsequent page. When paginating, all other parameters
2269+ * provided to `ListParameterVersions` must match the call that provided the page token.
2270+ */
22512271 public List setPageToken (java .lang .String pageToken ) {
22522272 this .pageToken = pageToken ;
22532273 return this ;
@@ -2649,8 +2669,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
26492669 * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
26502670 * <li>Android: {@code newCompatibleTransport} from
26512671 * {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
2652- * <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
2653- * </li>
2672+ * <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
26542673 * </ul>
26552674 * @param jsonFactory JSON factory, which may be:
26562675 * <ul>
0 commit comments