Skip to content

Commit dc8a177

Browse files
1 parent 6507465 commit dc8a177

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ public final class Preview extends com.google.api.client.json.GenericJson {
6767
private String createTime;
6868

6969
/**
70-
* Optional. Optional deployment reference. If specified, the preview will be performed using the
71-
* provided deployment's current state and use any relevant fields from the deployment unless
72-
* explicitly specified in the preview create request.
70+
* Optional. Deployment reference. If specified, the preview will be performed using the provided
71+
* deployment's current state and use any relevant fields from the deployment unless explicitly
72+
* specified in the preview create request.
7373
* The value may be {@code null}.
7474
*/
7575
@com.google.api.client.util.Key
@@ -279,19 +279,19 @@ public Preview setCreateTime(String createTime) {
279279
}
280280

281281
/**
282-
* Optional. Optional deployment reference. If specified, the preview will be performed using the
283-
* provided deployment's current state and use any relevant fields from the deployment unless
284-
* explicitly specified in the preview create request.
282+
* Optional. Deployment reference. If specified, the preview will be performed using the provided
283+
* deployment's current state and use any relevant fields from the deployment unless explicitly
284+
* specified in the preview create request.
285285
* @return value or {@code null} for none
286286
*/
287287
public java.lang.String getDeployment() {
288288
return deployment;
289289
}
290290

291291
/**
292-
* Optional. Optional deployment reference. If specified, the preview will be performed using the
293-
* provided deployment's current state and use any relevant fields from the deployment unless
294-
* explicitly specified in the preview create request.
292+
* Optional. Deployment reference. If specified, the preview will be performed using the provided
293+
* deployment's current state and use any relevant fields from the deployment unless explicitly
294+
* specified in the preview create request.
295295
* @param deployment deployment or {@code null} for none
296296
*/
297297
public Preview setDeployment(java.lang.String deployment) {

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-rev20260623-2.0.0</version>
12-
<name>Infrastructure Manager API v1-rev20260623-2.0.0</name>
11+
<version>v1-rev20260722-2.0.0</version>
12+
<name>Infrastructure Manager API v1-rev20260722-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-rev20260623-2.0.0</version>
25+
<version>v1-rev20260722-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-rev20260623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-config:v1-rev20260722-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)