Skip to content

Commit ebf6a18

Browse files
1 parent 91650e7 commit ebf6a18

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

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

clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/Standard.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
public final class Standard extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will
34-
* not be present.
33+
* Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job
34+
* will not be present.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private Postdeploy postdeploy;
3939

4040
/**
41-
* Optional. Configuration for the predeploy job. If this is not configured, predeploy job will
42-
* not be present.
41+
* Optional. Configuration for the predeploy job. If this is not configured, the predeploy job
42+
* will not be present.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -53,17 +53,17 @@ public final class Standard extends com.google.api.client.json.GenericJson {
5353
private java.lang.Boolean verify;
5454

5555
/**
56-
* Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will
57-
* not be present.
56+
* Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job
57+
* will not be present.
5858
* @return value or {@code null} for none
5959
*/
6060
public Postdeploy getPostdeploy() {
6161
return postdeploy;
6262
}
6363

6464
/**
65-
* Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will
66-
* not be present.
65+
* Optional. Configuration for the postdeploy job. If this is not configured, the postdeploy job
66+
* will not be present.
6767
* @param postdeploy postdeploy or {@code null} for none
6868
*/
6969
public Standard setPostdeploy(Postdeploy postdeploy) {
@@ -72,17 +72,17 @@ public Standard setPostdeploy(Postdeploy postdeploy) {
7272
}
7373

7474
/**
75-
* Optional. Configuration for the predeploy job. If this is not configured, predeploy job will
76-
* not be present.
75+
* Optional. Configuration for the predeploy job. If this is not configured, the predeploy job
76+
* will not be present.
7777
* @return value or {@code null} for none
7878
*/
7979
public Predeploy getPredeploy() {
8080
return predeploy;
8181
}
8282

8383
/**
84-
* Optional. Configuration for the predeploy job. If this is not configured, predeploy job will
85-
* not be present.
84+
* Optional. Configuration for the predeploy job. If this is not configured, the predeploy job
85+
* will not be present.
8686
* @param predeploy predeploy or {@code null} for none
8787
*/
8888
public Standard setPredeploy(Predeploy predeploy) {

clients/google-api-services-clouddeploy/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-clouddeploy</artifactId>
11-
<version>v1-rev20250409-2.0.0</version>
12-
<name>Cloud Deploy API v1-rev20250409-2.0.0</name>
11+
<version>v1-rev20250416-2.0.0</version>
12+
<name>Cloud Deploy API v1-rev20250416-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)