Skip to content

Commit 6becfe7

Browse files
chore: regenerate run client
1 parent 6640021 commit 6becfe7

7 files changed

Lines changed: 216 additions & 24 deletions

File tree

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

clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/CloudRun.java

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,6 +2572,29 @@ public Create setParent(java.lang.String parent) {
25722572
return this;
25732573
}
25742574

2575+
/**
2576+
* Optional. Indicates that the server should validate the request and populate default
2577+
* values without persisting the request. Supported values: `all`
2578+
*/
2579+
@com.google.api.client.util.Key
2580+
private java.lang.String dryRun;
2581+
2582+
/** Optional. Indicates that the server should validate the request and populate default values without
2583+
persisting the request. Supported values: `all`
2584+
*/
2585+
public java.lang.String getDryRun() {
2586+
return dryRun;
2587+
}
2588+
2589+
/**
2590+
* Optional. Indicates that the server should validate the request and populate default
2591+
* values without persisting the request. Supported values: `all`
2592+
*/
2593+
public Create setDryRun(java.lang.String dryRun) {
2594+
this.dryRun = dryRun;
2595+
return this;
2596+
}
2597+
25752598
@Override
25762599
public Create set(String parameterName, Object value) {
25772600
return (Create) super.set(parameterName, value);
@@ -2744,6 +2767,29 @@ public Delete setApiVersion(java.lang.String apiVersion) {
27442767
return this;
27452768
}
27462769

2770+
/**
2771+
* Optional. Indicates that the server should validate the request and populate default
2772+
* values without persisting the request. Supported values: `all`
2773+
*/
2774+
@com.google.api.client.util.Key
2775+
private java.lang.String dryRun;
2776+
2777+
/** Optional. Indicates that the server should validate the request and populate default values without
2778+
persisting the request. Supported values: `all`
2779+
*/
2780+
public java.lang.String getDryRun() {
2781+
return dryRun;
2782+
}
2783+
2784+
/**
2785+
* Optional. Indicates that the server should validate the request and populate default
2786+
* values without persisting the request. Supported values: `all`
2787+
*/
2788+
public Delete setDryRun(java.lang.String dryRun) {
2789+
this.dryRun = dryRun;
2790+
return this;
2791+
}
2792+
27472793
/** Optional. Cloud Run currently ignores this parameter. */
27482794
@com.google.api.client.util.Key
27492795
private java.lang.String kind;
@@ -3394,6 +3440,29 @@ public ReplaceInstance setName(java.lang.String name) {
33943440
return this;
33953441
}
33963442

3443+
/**
3444+
* Optional. Indicates that the server should validate the request and populate default
3445+
* values without persisting the request. Supported values: `all`
3446+
*/
3447+
@com.google.api.client.util.Key
3448+
private java.lang.String dryRun;
3449+
3450+
/** Optional. Indicates that the server should validate the request and populate default values without
3451+
persisting the request. Supported values: `all`
3452+
*/
3453+
public java.lang.String getDryRun() {
3454+
return dryRun;
3455+
}
3456+
3457+
/**
3458+
* Optional. Indicates that the server should validate the request and populate default
3459+
* values without persisting the request. Supported values: `all`
3460+
*/
3461+
public ReplaceInstance setDryRun(java.lang.String dryRun) {
3462+
this.dryRun = dryRun;
3463+
return this;
3464+
}
3465+
33973466
@Override
33983467
public ReplaceInstance set(String parameterName, Object value) {
33993468
return (ReplaceInstance) super.set(parameterName, value);
@@ -3835,6 +3904,29 @@ public Create setParent(java.lang.String parent) {
38353904
return this;
38363905
}
38373906

3907+
/**
3908+
* Optional. Indicates that the server should validate the request and populate default
3909+
* values without persisting the request. Supported values: `all`
3910+
*/
3911+
@com.google.api.client.util.Key
3912+
private java.lang.String dryRun;
3913+
3914+
/** Optional. Indicates that the server should validate the request and populate default values without
3915+
persisting the request. Supported values: `all`
3916+
*/
3917+
public java.lang.String getDryRun() {
3918+
return dryRun;
3919+
}
3920+
3921+
/**
3922+
* Optional. Indicates that the server should validate the request and populate default
3923+
* values without persisting the request. Supported values: `all`
3924+
*/
3925+
public Create setDryRun(java.lang.String dryRun) {
3926+
this.dryRun = dryRun;
3927+
return this;
3928+
}
3929+
38383930
@Override
38393931
public Create set(String parameterName, Object value) {
38403932
return (Create) super.set(parameterName, value);
@@ -3988,6 +4080,29 @@ public Delete setApiVersion(java.lang.String apiVersion) {
39884080
return this;
39894081
}
39904082

4083+
/**
4084+
* Optional. Indicates that the server should validate the request and populate default
4085+
* values without persisting the request. Supported values: `all`
4086+
*/
4087+
@com.google.api.client.util.Key
4088+
private java.lang.String dryRun;
4089+
4090+
/** Optional. Indicates that the server should validate the request and populate default values without
4091+
persisting the request. Supported values: `all`
4092+
*/
4093+
public java.lang.String getDryRun() {
4094+
return dryRun;
4095+
}
4096+
4097+
/**
4098+
* Optional. Indicates that the server should validate the request and populate default
4099+
* values without persisting the request. Supported values: `all`
4100+
*/
4101+
public Delete setDryRun(java.lang.String dryRun) {
4102+
this.dryRun = dryRun;
4103+
return this;
4104+
}
4105+
39914106
/** Optional. Cloud Run currently ignores this parameter. */
39924107
@com.google.api.client.util.Key
39934108
private java.lang.String kind;
@@ -4594,6 +4709,29 @@ public ReplaceJob setName(java.lang.String name) {
45944709
return this;
45954710
}
45964711

4712+
/**
4713+
* Optional. Indicates that the server should validate the request and populate default
4714+
* values without persisting the request. Supported values: `all`
4715+
*/
4716+
@com.google.api.client.util.Key
4717+
private java.lang.String dryRun;
4718+
4719+
/** Optional. Indicates that the server should validate the request and populate default values without
4720+
persisting the request. Supported values: `all`
4721+
*/
4722+
public java.lang.String getDryRun() {
4723+
return dryRun;
4724+
}
4725+
4726+
/**
4727+
* Optional. Indicates that the server should validate the request and populate default
4728+
* values without persisting the request. Supported values: `all`
4729+
*/
4730+
public ReplaceJob setDryRun(java.lang.String dryRun) {
4731+
this.dryRun = dryRun;
4732+
return this;
4733+
}
4734+
45974735
@Override
45984736
public ReplaceJob set(String parameterName, Object value) {
45994737
return (ReplaceJob) super.set(parameterName, value);

clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/ObjectMeta.java

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ public final class ObjectMeta extends com.google.api.client.json.GenericJson {
5757
* Service, Instance. * `run.googleapis.com/launch-stage`: Service, Job. *
5858
* `run.googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`: Service. *
5959
* `run.googleapis.com/manualInstanceCount`: Service. * `run.googleapis.com/network-interfaces`:
60-
* Revision, Execution. * `run.googleapis.com/post-key-revocation-action-type`: Revision.
61-
* `run.googleapis.com/scalingMode`: Service. * `run.googleapis.com/secrets`: Revision, Execution.
62-
* * `run.googleapis.com/secure-session-agent`: Revision. * `run.googleapis.com/sessionAffinity`:
63-
* Revision. * `run.googleapis.com/startup-cpu-boost`: Revision. * `run.googleapis.com/vpc-access-
64-
* connector`: Revision, Execution . * `run.googleapis.com/vpc-access-egress`: Revision,
65-
* Execution.
60+
* Revision, Execution, Instance. * `run.googleapis.com/post-key-revocation-action-type`:
61+
* Revision. `run.googleapis.com/scalingMode`: Service. * `run.googleapis.com/secrets`: Revision,
62+
* Execution. * `run.googleapis.com/secure-session-agent`: Revision. *
63+
* `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.com/startup-cpu-boost`:
64+
* Revision. * `run.googleapis.com/vpc-access-connector`: Revision, Execution. *
65+
* `run.googleapis.com/vpc-access-egress`: Revision, Execution, Instance.
6666
* The value may be {@code null}.
6767
*/
6868
@com.google.api.client.util.Key
@@ -203,12 +203,12 @@ public final class ObjectMeta extends com.google.api.client.json.GenericJson {
203203
* Service, Instance. * `run.googleapis.com/launch-stage`: Service, Job. *
204204
* `run.googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`: Service. *
205205
* `run.googleapis.com/manualInstanceCount`: Service. * `run.googleapis.com/network-interfaces`:
206-
* Revision, Execution. * `run.googleapis.com/post-key-revocation-action-type`: Revision.
207-
* `run.googleapis.com/scalingMode`: Service. * `run.googleapis.com/secrets`: Revision, Execution.
208-
* * `run.googleapis.com/secure-session-agent`: Revision. * `run.googleapis.com/sessionAffinity`:
209-
* Revision. * `run.googleapis.com/startup-cpu-boost`: Revision. * `run.googleapis.com/vpc-access-
210-
* connector`: Revision, Execution . * `run.googleapis.com/vpc-access-egress`: Revision,
211-
* Execution.
206+
* Revision, Execution, Instance. * `run.googleapis.com/post-key-revocation-action-type`:
207+
* Revision. `run.googleapis.com/scalingMode`: Service. * `run.googleapis.com/secrets`: Revision,
208+
* Execution. * `run.googleapis.com/secure-session-agent`: Revision. *
209+
* `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.com/startup-cpu-boost`:
210+
* Revision. * `run.googleapis.com/vpc-access-connector`: Revision, Execution. *
211+
* `run.googleapis.com/vpc-access-egress`: Revision, Execution, Instance.
212212
* @return value or {@code null} for none
213213
*/
214214
public java.util.Map<String, java.lang.String> getAnnotations() {
@@ -242,12 +242,12 @@ public java.util.Map<String, java.lang.String> getAnnotations() {
242242
* Service, Instance. * `run.googleapis.com/launch-stage`: Service, Job. *
243243
* `run.googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`: Service. *
244244
* `run.googleapis.com/manualInstanceCount`: Service. * `run.googleapis.com/network-interfaces`:
245-
* Revision, Execution. * `run.googleapis.com/post-key-revocation-action-type`: Revision.
246-
* `run.googleapis.com/scalingMode`: Service. * `run.googleapis.com/secrets`: Revision, Execution.
247-
* * `run.googleapis.com/secure-session-agent`: Revision. * `run.googleapis.com/sessionAffinity`:
248-
* Revision. * `run.googleapis.com/startup-cpu-boost`: Revision. * `run.googleapis.com/vpc-access-
249-
* connector`: Revision, Execution . * `run.googleapis.com/vpc-access-egress`: Revision,
250-
* Execution.
245+
* Revision, Execution, Instance. * `run.googleapis.com/post-key-revocation-action-type`:
246+
* Revision. `run.googleapis.com/scalingMode`: Service. * `run.googleapis.com/secrets`: Revision,
247+
* Execution. * `run.googleapis.com/secure-session-agent`: Revision. *
248+
* `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.com/startup-cpu-boost`:
249+
* Revision. * `run.googleapis.com/vpc-access-connector`: Revision, Execution. *
250+
* `run.googleapis.com/vpc-access-egress`: Revision, Execution, Instance.
251251
* @param annotations annotations or {@code null} for none
252252
*/
253253
public ObjectMeta setAnnotations(java.util.Map<String, java.lang.String> annotations) {

clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/StartInstanceRequest.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,33 @@
2929
@SuppressWarnings("javadoc")
3030
public final class StartInstanceRequest extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. Indicates that the server should validate the request and populate default values
34+
* without persisting the request. Supported values: `all`
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String dryRun;
39+
40+
/**
41+
* Optional. Indicates that the server should validate the request and populate default values
42+
* without persisting the request. Supported values: `all`
43+
* @return value or {@code null} for none
44+
*/
45+
public java.lang.String getDryRun() {
46+
return dryRun;
47+
}
48+
49+
/**
50+
* Optional. Indicates that the server should validate the request and populate default values
51+
* without persisting the request. Supported values: `all`
52+
* @param dryRun dryRun or {@code null} for none
53+
*/
54+
public StartInstanceRequest setDryRun(java.lang.String dryRun) {
55+
this.dryRun = dryRun;
56+
return this;
57+
}
58+
3259
@Override
3360
public StartInstanceRequest set(String fieldName, Object value) {
3461
return (StartInstanceRequest) super.set(fieldName, value);

clients/google-api-services-run/v1/2.0.0/com/google/api/services/run/v1/model/StopInstanceRequest.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,33 @@
2929
@SuppressWarnings("javadoc")
3030
public final class StopInstanceRequest extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. Indicates that the server should validate the request and populate default values
34+
* without persisting the request. Supported values: `all`
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String dryRun;
39+
40+
/**
41+
* Optional. Indicates that the server should validate the request and populate default values
42+
* without persisting the request. Supported values: `all`
43+
* @return value or {@code null} for none
44+
*/
45+
public java.lang.String getDryRun() {
46+
return dryRun;
47+
}
48+
49+
/**
50+
* Optional. Indicates that the server should validate the request and populate default values
51+
* without persisting the request. Supported values: `all`
52+
* @param dryRun dryRun or {@code null} for none
53+
*/
54+
public StopInstanceRequest setDryRun(java.lang.String dryRun) {
55+
this.dryRun = dryRun;
56+
return this;
57+
}
58+
3259
@Override
3360
public StopInstanceRequest set(String fieldName, Object value) {
3461
return (StopInstanceRequest) super.set(fieldName, value);

clients/google-api-services-run/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-run</artifactId>
11-
<version>v1-rev20260619-2.0.0</version>
12-
<name>Cloud Run Admin API v1-rev20260619-2.0.0</name>
11+
<version>v1-rev20260629-2.0.0</version>
12+
<name>Cloud Run Admin API v1-rev20260629-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)