Skip to content

Commit 54258ad

Browse files
1 parent 49701b8 commit 54258ad

File tree

8 files changed

+41
-18
lines changed

8 files changed

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

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,29 @@ public List setName(java.lang.String name) {
583583
return this;
584584
}
585585

586+
/**
587+
* Optional. A list of extra location types that should be used as conditions for
588+
* controlling the visibility of the locations.
589+
*/
590+
@com.google.api.client.util.Key
591+
private java.util.List<java.lang.String> extraLocationTypes;
592+
593+
/** Optional. A list of extra location types that should be used as conditions for controlling the
594+
visibility of the locations.
595+
*/
596+
public java.util.List<java.lang.String> getExtraLocationTypes() {
597+
return extraLocationTypes;
598+
}
599+
600+
/**
601+
* Optional. A list of extra location types that should be used as conditions for
602+
* controlling the visibility of the locations.
603+
*/
604+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
605+
this.extraLocationTypes = extraLocationTypes;
606+
return this;
607+
}
608+
586609
/**
587610
* A filter to narrow down results to a preferred subset. The filtering language accepts
588611
* strings like `"displayName=tokyo"`, and is documented in more detail in

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class CanaryDeployment extends com.google.api.client.json.GenericJs
5555
private Predeploy predeploy;
5656

5757
/**
58-
* Optional. Whether to run verify tests after each percentage deployment.
58+
* Optional. Whether to run verify tests after each percentage deployment via `skaffold verify`.
5959
* The value may be {@code null}.
6060
*/
6161
@com.google.api.client.util.Key
@@ -121,15 +121,15 @@ public CanaryDeployment setPredeploy(Predeploy predeploy) {
121121
}
122122

123123
/**
124-
* Optional. Whether to run verify tests after each percentage deployment.
124+
* Optional. Whether to run verify tests after each percentage deployment via `skaffold verify`.
125125
* @return value or {@code null} for none
126126
*/
127127
public java.lang.Boolean getVerify() {
128128
return verify;
129129
}
130130

131131
/**
132-
* Optional. Whether to run verify tests after each percentage deployment.
132+
* Optional. Whether to run verify tests after each percentage deployment via `skaffold verify`.
133133
* @param verify verify or {@code null} for none
134134
*/
135135
public CanaryDeployment setVerify(java.lang.Boolean verify) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public final class DeployPolicy extends com.google.api.client.json.GenericJson {
6161
private java.lang.String description;
6262

6363
/**
64-
* The weak etag of the `Automation` resource. This checksum is computed by the server based on
64+
* The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on
6565
* the value of other fields, and may be sent on update and delete requests to ensure the client
6666
* has an up-to-date value before proceeding.
6767
* The value may be {@code null}.
@@ -199,7 +199,7 @@ public DeployPolicy setDescription(java.lang.String description) {
199199
}
200200

201201
/**
202-
* The weak etag of the `Automation` resource. This checksum is computed by the server based on
202+
* The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on
203203
* the value of other fields, and may be sent on update and delete requests to ensure the client
204204
* has an up-to-date value before proceeding.
205205
* @return value or {@code null} for none
@@ -209,7 +209,7 @@ public java.lang.String getEtag() {
209209
}
210210

211211
/**
212-
* The weak etag of the `Automation` resource. This checksum is computed by the server based on
212+
* The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on
213213
* the value of other fields, and may be sent on update and delete requests to ensure the client
214214
* has an up-to-date value before proceeding.
215215
* @param etag etag or {@code null} for none

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public final class PhaseConfig extends com.google.api.client.json.GenericJson {
7171
private java.util.List<java.lang.String> profiles;
7272

7373
/**
74-
* Optional. Whether to run verify tests after the deployment.
74+
* Optional. Whether to run verify tests after the deployment via `skaffold verify`.
7575
* The value may be {@code null}.
7676
*/
7777
@com.google.api.client.util.Key
@@ -175,15 +175,15 @@ public PhaseConfig setProfiles(java.util.List<java.lang.String> profiles) {
175175
}
176176

177177
/**
178-
* Optional. Whether to run verify tests after the deployment.
178+
* Optional. Whether to run verify tests after the deployment via `skaffold verify`.
179179
* @return value or {@code null} for none
180180
*/
181181
public java.lang.Boolean getVerify() {
182182
return verify;
183183
}
184184

185185
/**
186-
* Optional. Whether to run verify tests after the deployment.
186+
* Optional. Whether to run verify tests after the deployment via `skaffold verify`.
187187
* @param verify verify or {@code null} for none
188188
*/
189189
public PhaseConfig setVerify(java.lang.Boolean verify) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class Standard extends com.google.api.client.json.GenericJson {
4646
private Predeploy predeploy;
4747

4848
/**
49-
* Optional. Whether to verify a deployment.
49+
* Optional. Whether to verify a deployment via `skaffold verify`.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -91,15 +91,15 @@ public Standard setPredeploy(Predeploy predeploy) {
9191
}
9292

9393
/**
94-
* Optional. Whether to verify a deployment.
94+
* Optional. Whether to verify a deployment via `skaffold verify`.
9595
* @return value or {@code null} for none
9696
*/
9797
public java.lang.Boolean getVerify() {
9898
return verify;
9999
}
100100

101101
/**
102-
* Optional. Whether to verify a deployment.
102+
* Optional. Whether to verify a deployment via `skaffold verify`.
103103
* @param verify verify or {@code null} for none
104104
*/
105105
public Standard setVerify(java.lang.Boolean verify) {

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-rev20250226-2.0.0</version>
12-
<name>Cloud Deploy API v1-rev20250226-2.0.0</name>
11+
<version>v1-rev20250409-2.0.0</version>
12+
<name>Cloud Deploy API v1-rev20250409-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-rev20250226-2.0.0</version>
25+
<version>v1-rev20250409-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-rev20250226-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20250409-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)