Skip to content

Commit e7b13fa

Browse files
chore: regenerate parametermanager client
1 parent 5ec85f7 commit e7b13fa

File tree

4 files changed

+32
-12
lines changed

4 files changed

+32
-12
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: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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;

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)