Skip to content

Commit 14d83dc

Browse files
1 parent 3693cd2 commit 14d83dc

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

clients/google-api-services-config/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-config</artifactId>
25-
<version>v1-rev20241211-2.0.0</version>
25+
<version>v1-rev20250108-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-config:v1-rev20241211-2.0.0'
38+
implementation 'com.google.apis:google-api-services-config:v1-rev20250108-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-config/v1/2.0.0/com/google/api/services/config/v1/Config.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5828,24 +5828,24 @@ public List setOrderBy(java.lang.String orderBy) {
58285828
}
58295829

58305830
/**
5831-
* Optional. When requesting a page of resources, 'page_size' specifies number of
5832-
* resources to return. If unspecified, at most 500 will be returned. The maximum value is
5833-
* 1000.
5831+
* Optional. When requesting a page of terraform versions, 'page_size' specifies number of
5832+
* terraform versions to return. If unspecified, at most 500 will be returned. The maximum
5833+
* value is 1000.
58345834
*/
58355835
@com.google.api.client.util.Key
58365836
private java.lang.Integer pageSize;
58375837

5838-
/** Optional. When requesting a page of resources, 'page_size' specifies number of resources to return.
5839-
If unspecified, at most 500 will be returned. The maximum value is 1000.
5838+
/** Optional. When requesting a page of terraform versions, 'page_size' specifies number of terraform
5839+
versions to return. If unspecified, at most 500 will be returned. The maximum value is 1000.
58405840
*/
58415841
public java.lang.Integer getPageSize() {
58425842
return pageSize;
58435843
}
58445844

58455845
/**
5846-
* Optional. When requesting a page of resources, 'page_size' specifies number of
5847-
* resources to return. If unspecified, at most 500 will be returned. The maximum value is
5848-
* 1000.
5846+
* Optional. When requesting a page of terraform versions, 'page_size' specifies number of
5847+
* terraform versions to return. If unspecified, at most 500 will be returned. The maximum
5848+
* value is 1000.
58495849
*/
58505850
public List setPageSize(java.lang.Integer pageSize) {
58515851
this.pageSize = pageSize;
@@ -5854,21 +5854,21 @@ public List setPageSize(java.lang.Integer pageSize) {
58545854

58555855
/**
58565856
* Optional. Token returned by previous call to 'ListTerraformVersions' which specifies
5857-
* the position in the list from where to continue listing the resources.
5857+
* the position in the list from where to continue listing the terraform versions.
58585858
*/
58595859
@com.google.api.client.util.Key
58605860
private java.lang.String pageToken;
58615861

58625862
/** Optional. Token returned by previous call to 'ListTerraformVersions' which specifies the position
5863-
in the list from where to continue listing the resources.
5863+
in the list from where to continue listing the terraform versions.
58645864
*/
58655865
public java.lang.String getPageToken() {
58665866
return pageToken;
58675867
}
58685868

58695869
/**
58705870
* Optional. Token returned by previous call to 'ListTerraformVersions' which specifies
5871-
* the position in the list from where to continue listing the resources.
5871+
* the position in the list from where to continue listing the terraform versions.
58725872
*/
58735873
public List setPageToken(java.lang.String pageToken) {
58745874
this.pageToken = pageToken;

clients/google-api-services-config/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-config</artifactId>
11-
<version>v1-rev20241211-2.0.0</version>
12-
<name>Infrastructure Manager API v1-rev20241211-2.0.0</name>
11+
<version>v1-rev20250108-2.0.0</version>
12+
<name>Infrastructure Manager API v1-rev20250108-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-config/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-config</artifactId>
25-
<version>v1-rev20241211-2.0.0</version>
25+
<version>v1-rev20250108-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-config:v1-rev20241211-2.0.0'
38+
implementation 'com.google.apis:google-api-services-config:v1-rev20250108-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)