Skip to content

Commit a973f70

Browse files
chore: regenerate parametermanager client
1 parent 38c1764 commit a973f70

File tree

4 files changed

+34
-15
lines changed

4 files changed

+34
-15
lines changed

clients/google-api-services-parametermanager/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-parametermanager</artifactId>
25-
<version>v1-rev20251110-2.0.0</version>
25+
<version>v1-rev20260107-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-parametermanager:v1-rev20251110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parametermanager:v1-rev20260107-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-parametermanager/v1/2.0.0/com/google/api/services/parametermanager/v1/ParameterManager.java

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

clients/google-api-services-parametermanager/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-parametermanager</artifactId>
11-
<version>v1-rev20251110-2.0.0</version>
12-
<name>Parameter Manager API v1-rev20251110-2.0.0</name>
11+
<version>v1-rev20260107-2.0.0</version>
12+
<name>Parameter Manager API v1-rev20260107-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-parametermanager/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-parametermanager</artifactId>
25-
<version>v1-rev20251110-2.0.0</version>
25+
<version>v1-rev20260107-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-parametermanager:v1-rev20251110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-parametermanager:v1-rev20260107-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)