diff --git a/clients/google-api-services-parametermanager/v1/2.0.0/README.md b/clients/google-api-services-parametermanager/v1/2.0.0/README.md
index c8aee88da50..2536790db43 100644
--- a/clients/google-api-services-parametermanager/v1/2.0.0/README.md
+++ b/clients/google-api-services-parametermanager/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-parametermanager
- v1-rev20251110-2.0.0
+ v1-rev20260107-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-parametermanager:v1-rev20251110-2.0.0'
+ implementation 'com.google.apis:google-api-services-parametermanager:v1-rev20260107-2.0.0'
}
```
diff --git a/clients/google-api-services-parametermanager/v1/2.0.0/com/google/api/services/parametermanager/v1/ParameterManager.java b/clients/google-api-services-parametermanager/v1/2.0.0/com/google/api/services/parametermanager/v1/ParameterManager.java
index c5b1521fa8a..c195680ca69 100644
--- a/clients/google-api-services-parametermanager/v1/2.0.0/com/google/api/services/parametermanager/v1/ParameterManager.java
+++ b/clients/google-api-services-parametermanager/v1/2.0.0/com/google/api/services/parametermanager/v1/ParameterManager.java
@@ -103,7 +103,7 @@ public class ParameterManager extends com.google.api.client.googleapis.services.
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
*
Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -1249,17 +1249,27 @@ public List setPageSize(java.lang.Integer pageSize) {
return this;
}
- /** Optional. A token identifying a page of results the server should return. */
+ /**
+ * Optional. A page token, received from a previous `ListParameters` call. Provide this to
+ * retrieve the subsequent page. When paginating, all other parameters provided to
+ * `ListParameters` must match the call that provided the page token.
+ */
@com.google.api.client.util.Key
private java.lang.String pageToken;
- /** Optional. A token identifying a page of results the server should return.
+ /** Optional. A page token, received from a previous `ListParameters` call. Provide this to retrieve
+ the subsequent page. When paginating, all other parameters provided to `ListParameters` must match
+ the call that provided the page token.
*/
public java.lang.String getPageToken() {
return pageToken;
}
- /** Optional. A token identifying a page of results the server should return. */
+ /**
+ * Optional. A page token, received from a previous `ListParameters` call. Provide this to
+ * retrieve the subsequent page. When paginating, all other parameters provided to
+ * `ListParameters` must match the call that provided the page token.
+ */
public List setPageToken(java.lang.String pageToken) {
this.pageToken = pageToken;
return this;
@@ -2237,17 +2247,27 @@ public List setPageSize(java.lang.Integer pageSize) {
return this;
}
- /** Optional. A token identifying a page of results the server should return. */
+ /**
+ * Optional. A page token, received from a previous `ListParameterVersions` call.
+ * Provide this to retrieve the subsequent page. When paginating, all other parameters
+ * provided to `ListParameterVersions` must match the call that provided the page token.
+ */
@com.google.api.client.util.Key
private java.lang.String pageToken;
- /** Optional. A token identifying a page of results the server should return.
+ /** Optional. A page token, received from a previous `ListParameterVersions` call. Provide this to
+ retrieve the subsequent page. When paginating, all other parameters provided to
+ `ListParameterVersions` must match the call that provided the page token.
*/
public java.lang.String getPageToken() {
return pageToken;
}
- /** Optional. A token identifying a page of results the server should return. */
+ /**
+ * Optional. A page token, received from a previous `ListParameterVersions` call.
+ * Provide this to retrieve the subsequent page. When paginating, all other parameters
+ * provided to `ListParameterVersions` must match the call that provided the page token.
+ */
public List setPageToken(java.lang.String pageToken) {
this.pageToken = pageToken;
return this;
@@ -2649,8 +2669,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-parametermanager/v1/2.0.0/pom.xml b/clients/google-api-services-parametermanager/v1/2.0.0/pom.xml
index 078311822d7..6b85302f80d 100644
--- a/clients/google-api-services-parametermanager/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-parametermanager/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-parametermanager
- v1-rev20251110-2.0.0
- Parameter Manager API v1-rev20251110-2.0.0
+ v1-rev20260107-2.0.0
+ Parameter Manager API v1-rev20260107-2.0.0
jar
2011
diff --git a/clients/google-api-services-parametermanager/v1/README.md b/clients/google-api-services-parametermanager/v1/README.md
index c8aee88da50..2536790db43 100644
--- a/clients/google-api-services-parametermanager/v1/README.md
+++ b/clients/google-api-services-parametermanager/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-parametermanager
- v1-rev20251110-2.0.0
+ v1-rev20260107-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-parametermanager:v1-rev20251110-2.0.0'
+ implementation 'com.google.apis:google-api-services-parametermanager:v1-rev20260107-2.0.0'
}
```