Skip to content

Commit af0109e

Browse files
1 parent 9f359a2 commit af0109e

16 files changed

Lines changed: 287 additions & 402 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-rev20260612-2.0.0</version>
25+
<version>v1-rev20260619-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-rev20260612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v1-rev20260619-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: 143 additions & 71 deletions
Large diffs are not rendered by default.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.run.v1.model;
1818

1919
/**
20-
* Instance represents the configuration of a single Instance, which references a container image
21-
* which is run to completion.
20+
* An Instance represents the configuration of a single instance that references a container image
21+
* and runs to completion.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Cloud Run Admin API. For a detailed explanation see:
@@ -56,14 +56,14 @@ public final class Instance extends com.google.api.client.json.GenericJson {
5656
private ObjectMeta metadata;
5757

5858
/**
59-
* Optional. Specification of the desired behavior of a Instance.
59+
* Optional. Specification of the desired behavior of an Instance.
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key
6363
private InstanceSpec spec;
6464

6565
/**
66-
* Output only. Current status of a Instance.
66+
* Output only. Current status of an Instance.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -129,15 +129,15 @@ public Instance setMetadata(ObjectMeta metadata) {
129129
}
130130

131131
/**
132-
* Optional. Specification of the desired behavior of a Instance.
132+
* Optional. Specification of the desired behavior of an Instance.
133133
* @return value or {@code null} for none
134134
*/
135135
public InstanceSpec getSpec() {
136136
return spec;
137137
}
138138

139139
/**
140-
* Optional. Specification of the desired behavior of a Instance.
140+
* Optional. Specification of the desired behavior of an Instance.
141141
* @param spec spec or {@code null} for none
142142
*/
143143
public Instance setSpec(InstanceSpec spec) {
@@ -146,15 +146,15 @@ public Instance setSpec(InstanceSpec spec) {
146146
}
147147

148148
/**
149-
* Output only. Current status of a Instance.
149+
* Output only. Current status of an Instance.
150150
* @return value or {@code null} for none
151151
*/
152152
public InstanceStatus getStatus() {
153153
return status;
154154
}
155155

156156
/**
157-
* Output only. Current status of a Instance.
157+
* Output only. Current status of an Instance.
158158
* @param status status or {@code null} for none
159159
*/
160160
public Instance setStatus(InstanceStatus status) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.run.v1.model;
1818

1919
/**
20-
* InstanceStatus represents the current state of a Instance.
20+
* InstanceStatus represents the current state of an Instance.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Run Admin API. For a detailed explanation see:

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ public final class ObjectMeta extends com.google.api.client.json.GenericJson {
4545
* Service. * `run.googleapis.com/build-name`: Service. * `run.googleapis.com/build-service-
4646
* account`: Service. * `run.googleapis.com/build-source-location`: Service, Revision. *
4747
* `run.googleapis.com/build-worker-pool`: Service. * `run.googleapis.com/client-name`: All
48-
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution . *
48+
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution, Instance. *
4949
* `run.googleapis.com/container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
5050
* Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.com/default-url-
5151
* disabled`: Service. * `run.googleapis.com/description`: Service. *
5252
* `run.googleapis.com/encryption-key-shutdown-hours`: Revision * `run.googleapis.com/encryption-
53-
* key`: Revision, Execution . * `run.googleapis.com/execution-environment`: Revision, Execution .
54-
* * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-redundancy-
55-
* disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
53+
* key`: Revision, Execution, Instance. * `run.googleapis.com/execution-environment`: Revision,
54+
* Execution. * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-
55+
* redundancy-disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
5656
* `run.googleapis.com/ingress`: Service, Instance. * `run.googleapis.com/invoker-iam-disabled`:
5757
* Service, Instance. * `run.googleapis.com/launch-stage`: Service, Job. *
5858
* `run.googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`: Service. *
@@ -191,14 +191,14 @@ public final class ObjectMeta extends com.google.api.client.json.GenericJson {
191191
* Service. * `run.googleapis.com/build-name`: Service. * `run.googleapis.com/build-service-
192192
* account`: Service. * `run.googleapis.com/build-source-location`: Service, Revision. *
193193
* `run.googleapis.com/build-worker-pool`: Service. * `run.googleapis.com/client-name`: All
194-
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution . *
194+
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution, Instance. *
195195
* `run.googleapis.com/container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
196196
* Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.com/default-url-
197197
* disabled`: Service. * `run.googleapis.com/description`: Service. *
198198
* `run.googleapis.com/encryption-key-shutdown-hours`: Revision * `run.googleapis.com/encryption-
199-
* key`: Revision, Execution . * `run.googleapis.com/execution-environment`: Revision, Execution .
200-
* * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-redundancy-
201-
* disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
199+
* key`: Revision, Execution, Instance. * `run.googleapis.com/execution-environment`: Revision,
200+
* Execution. * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-
201+
* redundancy-disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
202202
* `run.googleapis.com/ingress`: Service, Instance. * `run.googleapis.com/invoker-iam-disabled`:
203203
* Service, Instance. * `run.googleapis.com/launch-stage`: Service, Job. *
204204
* `run.googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`: Service. *
@@ -230,14 +230,14 @@ public java.util.Map<String, java.lang.String> getAnnotations() {
230230
* Service. * `run.googleapis.com/build-name`: Service. * `run.googleapis.com/build-service-
231231
* account`: Service. * `run.googleapis.com/build-source-location`: Service, Revision. *
232232
* `run.googleapis.com/build-worker-pool`: Service. * `run.googleapis.com/client-name`: All
233-
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution . *
233+
* resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution, Instance. *
234234
* `run.googleapis.com/container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
235235
* Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.com/default-url-
236236
* disabled`: Service. * `run.googleapis.com/description`: Service. *
237237
* `run.googleapis.com/encryption-key-shutdown-hours`: Revision * `run.googleapis.com/encryption-
238-
* key`: Revision, Execution . * `run.googleapis.com/execution-environment`: Revision, Execution .
239-
* * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-redundancy-
240-
* disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
238+
* key`: Revision, Execution, Instance. * `run.googleapis.com/execution-environment`: Revision,
239+
* Execution. * `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/gpu-zonal-
240+
* redundancy-disabled`: Revision. * `run.googleapis.com/health-check-disabled`: Revision. *
241241
* `run.googleapis.com/ingress`: Service, Instance. * `run.googleapis.com/invoker-iam-disabled`:
242242
* Service, Instance. * `run.googleapis.com/launch-stage`: Service, Job. *
243243
* `run.googleapis.com/minScale`: Service. * `run.googleapis.com/maxScale`: Service. *

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

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,6 @@ public final class RevisionSpec extends com.google.api.client.json.GenericJson {
8585
@com.google.api.client.util.Key
8686
private java.lang.String runtimeClassName;
8787

88-
/**
89-
* Optional. Container templates that can be launched through the `sandbox` CLI.
90-
* The value may be {@code null}.
91-
*/
92-
@com.google.api.client.util.Key
93-
private java.util.List<Container> sandboxes;
94-
95-
static {
96-
// hack to force ProGuard to consider Container used, since otherwise it would be stripped out
97-
// see https://github.com/google/google-api-java-client/issues/543
98-
com.google.api.client.util.Data.nullOf(Container.class);
99-
}
100-
10188
/**
10289
* Email address of the IAM service account associated with the revision of the service. The
10390
* service account represents the identity of the running revision, and determines what
@@ -229,23 +216,6 @@ public RevisionSpec setRuntimeClassName(java.lang.String runtimeClassName) {
229216
return this;
230217
}
231218

232-
/**
233-
* Optional. Container templates that can be launched through the `sandbox` CLI.
234-
* @return value or {@code null} for none
235-
*/
236-
public java.util.List<Container> getSandboxes() {
237-
return sandboxes;
238-
}
239-
240-
/**
241-
* Optional. Container templates that can be launched through the `sandbox` CLI.
242-
* @param sandboxes sandboxes or {@code null} for none
243-
*/
244-
public RevisionSpec setSandboxes(java.util.List<Container> sandboxes) {
245-
this.sandboxes = sandboxes;
246-
return this;
247-
}
248-
249219
/**
250220
* Email address of the IAM service account associated with the revision of the service. The
251221
* service account represents the identity of the running revision, and determines what

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-rev20260612-2.0.0</version>
12-
<name>Cloud Run Admin API v1-rev20260612-2.0.0</name>
11+
<version>v1-rev20260619-2.0.0</version>
12+
<name>Cloud Run Admin API v1-rev20260619-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-rev20260612-2.0.0</version>
25+
<version>v1-rev20260619-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-rev20260612-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v1-rev20260619-2.0.0'
3939
}
4040
```
4141

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

0 commit comments

Comments
 (0)