Skip to content

Commit 8c6a5a6

Browse files
1 parent 702fb63 commit 8c6a5a6

File tree

10 files changed

+192
-75
lines changed

10 files changed

+192
-75
lines changed

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

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

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,28 @@ public final class ObjectMeta extends com.google.api.client.json.GenericJson {
3636
* objects. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are
3737
* restricted, and the accepted annotations will be different depending on the resource type. *
3838
* `autoscaling.knative.dev/maxScale`: Revision. * `autoscaling.knative.dev/minScale`: Revision. *
39-
* `run.googleapis.com/base-images`: Revision, Service. * `run.googleapis.com/binary-
39+
* `run.googleapis.com/base-images`: Service, Revision. * `run.googleapis.com/binary-
4040
* authorization-breakglass`: Service, Job, * `run.googleapis.com/binary-authorization`: Service,
41-
* Job, Execution. * `run.googleapis.com/build-environment-variables`: Service. *
42-
* `run.googleapis.com/build-id`: Service. * `run.googleapis.com/build-name`: Service. *
43-
* `run.googleapis.com/build-service-account`: Service. * `run.googleapis.com/build-worker-pool`:
44-
* Service. * `run.googleapis.com/client-name`: All resources. * `run.googleapis.com/cloudsql-
45-
* instances`: Revision, Execution. * `run.googleapis.com/container-dependencies`: Revision . *
46-
* `run.googleapis.com/cpu-throttling`: Revision. * `run.googleapis.com/custom-audiences`:
47-
* Service. * `run.googleapis.com/default-url-disabled`: Service. *
48-
* `run.googleapis.com/description`: Service. * `run.googleapis.com/encryption-key-shutdown-
49-
* hours`: Revision * `run.googleapis.com/encryption-key`: Revision, Execution. *
50-
* `run.googleapis.com/execution-environment`: Revision, Execution. *
51-
* `run.googleapis.com/function-target`: Service. * `run.googleapis.com/gc-traffic-tags`: Service.
52-
* * `run.googleapis.com/image-uri`: Service. * `run.googleapis.com/ingress`: Service. *
53-
* `run.googleapis.com/launch-stage`: Service, Job. * `run.googleapis.com/minScale`: Service
54-
* (ALPHA) * `run.googleapis.com/network-interfaces`: Revision, Execution. *
55-
* `run.googleapis.com/post-key-revocation-action-type`: Revision. * `run.googleapis.com/runtime`:
56-
* Service. * `run.googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/secure-
57-
* session-agent`: Revision. * `run.googleapis.com/sessionAffinity`: Revision. *
58-
* `run.googleapis.com/source-location`: Service. * `run.googleapis.com/startup-cpu-boost`:
59-
* Revision. * `run.googleapis.com/vpc-access-connector`: Revision, Execution. *
60-
* `run.googleapis.com/vpc-access-egress`: Revision, Execution.
41+
* Job, Execution. * `run.googleapis.com/build-base-image`: Service. * `run.googleapis.com/build-
42+
* environment-variables`: Service. * `run.googleapis.com/build-id`: Service. *
43+
* `run.googleapis.com/build-name`: Service. * `run.googleapis.com/build-service-account`:
44+
* Service. * `run.googleapis.com/build-worker-pool`: Service. * `run.googleapis.com/client-name`:
45+
* All resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution. *
46+
* `run.googleapis.com/container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
47+
* Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.com/default-url-
48+
* disabled`: Service. * `run.googleapis.com/description`: Service. * `run.googleapis.com/enable-
49+
* automatic-updates`: Service. * `run.googleapis.com/encryption-key-shutdown-hours`: Revision *
50+
* `run.googleapis.com/encryption-key`: Revision, Execution. * `run.googleapis.com/execution-
51+
* environment`: Revision, Execution. * `run.googleapis.com/function-target`: Service. *
52+
* `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/image-uri`: Service. *
53+
* `run.googleapis.com/ingress`: Service. * `run.googleapis.com/launch-stage`: Service, Job. *
54+
* `run.googleapis.com/minScale`: Service (ALPHA) * `run.googleapis.com/network-interfaces`:
55+
* Revision, Execution. * `run.googleapis.com/post-key-revocation-action-type`: Revision. *
56+
* `run.googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`:
57+
* Revision. * `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.com/source-
58+
* location`: Service. * `run.googleapis.com/startup-cpu-boost`: Revision. *
59+
* `run.googleapis.com/vpc-access-connector`: Revision, Execution. * `run.googleapis.com/vpc-
60+
* access-egress`: Revision, Execution.
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -176,28 +176,28 @@ public final class ObjectMeta extends com.google.api.client.json.GenericJson {
176176
* objects. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are
177177
* restricted, and the accepted annotations will be different depending on the resource type. *
178178
* `autoscaling.knative.dev/maxScale`: Revision. * `autoscaling.knative.dev/minScale`: Revision. *
179-
* `run.googleapis.com/base-images`: Revision, Service. * `run.googleapis.com/binary-
179+
* `run.googleapis.com/base-images`: Service, Revision. * `run.googleapis.com/binary-
180180
* authorization-breakglass`: Service, Job, * `run.googleapis.com/binary-authorization`: Service,
181-
* Job, Execution. * `run.googleapis.com/build-environment-variables`: Service. *
182-
* `run.googleapis.com/build-id`: Service. * `run.googleapis.com/build-name`: Service. *
183-
* `run.googleapis.com/build-service-account`: Service. * `run.googleapis.com/build-worker-pool`:
184-
* Service. * `run.googleapis.com/client-name`: All resources. * `run.googleapis.com/cloudsql-
185-
* instances`: Revision, Execution. * `run.googleapis.com/container-dependencies`: Revision . *
186-
* `run.googleapis.com/cpu-throttling`: Revision. * `run.googleapis.com/custom-audiences`:
187-
* Service. * `run.googleapis.com/default-url-disabled`: Service. *
188-
* `run.googleapis.com/description`: Service. * `run.googleapis.com/encryption-key-shutdown-
189-
* hours`: Revision * `run.googleapis.com/encryption-key`: Revision, Execution. *
190-
* `run.googleapis.com/execution-environment`: Revision, Execution. *
191-
* `run.googleapis.com/function-target`: Service. * `run.googleapis.com/gc-traffic-tags`: Service.
192-
* * `run.googleapis.com/image-uri`: Service. * `run.googleapis.com/ingress`: Service. *
193-
* `run.googleapis.com/launch-stage`: Service, Job. * `run.googleapis.com/minScale`: Service
194-
* (ALPHA) * `run.googleapis.com/network-interfaces`: Revision, Execution. *
195-
* `run.googleapis.com/post-key-revocation-action-type`: Revision. * `run.googleapis.com/runtime`:
196-
* Service. * `run.googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/secure-
197-
* session-agent`: Revision. * `run.googleapis.com/sessionAffinity`: Revision. *
198-
* `run.googleapis.com/source-location`: Service. * `run.googleapis.com/startup-cpu-boost`:
199-
* Revision. * `run.googleapis.com/vpc-access-connector`: Revision, Execution. *
200-
* `run.googleapis.com/vpc-access-egress`: Revision, Execution.
181+
* Job, Execution. * `run.googleapis.com/build-base-image`: Service. * `run.googleapis.com/build-
182+
* environment-variables`: Service. * `run.googleapis.com/build-id`: Service. *
183+
* `run.googleapis.com/build-name`: Service. * `run.googleapis.com/build-service-account`:
184+
* Service. * `run.googleapis.com/build-worker-pool`: Service. * `run.googleapis.com/client-name`:
185+
* All resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution. *
186+
* `run.googleapis.com/container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
187+
* Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.com/default-url-
188+
* disabled`: Service. * `run.googleapis.com/description`: Service. * `run.googleapis.com/enable-
189+
* automatic-updates`: Service. * `run.googleapis.com/encryption-key-shutdown-hours`: Revision *
190+
* `run.googleapis.com/encryption-key`: Revision, Execution. * `run.googleapis.com/execution-
191+
* environment`: Revision, Execution. * `run.googleapis.com/function-target`: Service. *
192+
* `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/image-uri`: Service. *
193+
* `run.googleapis.com/ingress`: Service. * `run.googleapis.com/launch-stage`: Service, Job. *
194+
* `run.googleapis.com/minScale`: Service (ALPHA) * `run.googleapis.com/network-interfaces`:
195+
* Revision, Execution. * `run.googleapis.com/post-key-revocation-action-type`: Revision. *
196+
* `run.googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`:
197+
* Revision. * `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.com/source-
198+
* location`: Service. * `run.googleapis.com/startup-cpu-boost`: Revision. *
199+
* `run.googleapis.com/vpc-access-connector`: Revision, Execution. * `run.googleapis.com/vpc-
200+
* access-egress`: Revision, Execution.
201201
* @return value or {@code null} for none
202202
*/
203203
public java.util.Map<String, java.lang.String> getAnnotations() {
@@ -210,28 +210,28 @@ public java.util.Map<String, java.lang.String> getAnnotations() {
210210
* objects. In Cloud Run, annotations with 'run.googleapis.com/' and 'autoscaling.knative.dev' are
211211
* restricted, and the accepted annotations will be different depending on the resource type. *
212212
* `autoscaling.knative.dev/maxScale`: Revision. * `autoscaling.knative.dev/minScale`: Revision. *
213-
* `run.googleapis.com/base-images`: Revision, Service. * `run.googleapis.com/binary-
213+
* `run.googleapis.com/base-images`: Service, Revision. * `run.googleapis.com/binary-
214214
* authorization-breakglass`: Service, Job, * `run.googleapis.com/binary-authorization`: Service,
215-
* Job, Execution. * `run.googleapis.com/build-environment-variables`: Service. *
216-
* `run.googleapis.com/build-id`: Service. * `run.googleapis.com/build-name`: Service. *
217-
* `run.googleapis.com/build-service-account`: Service. * `run.googleapis.com/build-worker-pool`:
218-
* Service. * `run.googleapis.com/client-name`: All resources. * `run.googleapis.com/cloudsql-
219-
* instances`: Revision, Execution. * `run.googleapis.com/container-dependencies`: Revision . *
220-
* `run.googleapis.com/cpu-throttling`: Revision. * `run.googleapis.com/custom-audiences`:
221-
* Service. * `run.googleapis.com/default-url-disabled`: Service. *
222-
* `run.googleapis.com/description`: Service. * `run.googleapis.com/encryption-key-shutdown-
223-
* hours`: Revision * `run.googleapis.com/encryption-key`: Revision, Execution. *
224-
* `run.googleapis.com/execution-environment`: Revision, Execution. *
225-
* `run.googleapis.com/function-target`: Service. * `run.googleapis.com/gc-traffic-tags`: Service.
226-
* * `run.googleapis.com/image-uri`: Service. * `run.googleapis.com/ingress`: Service. *
227-
* `run.googleapis.com/launch-stage`: Service, Job. * `run.googleapis.com/minScale`: Service
228-
* (ALPHA) * `run.googleapis.com/network-interfaces`: Revision, Execution. *
229-
* `run.googleapis.com/post-key-revocation-action-type`: Revision. * `run.googleapis.com/runtime`:
230-
* Service. * `run.googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/secure-
231-
* session-agent`: Revision. * `run.googleapis.com/sessionAffinity`: Revision. *
232-
* `run.googleapis.com/source-location`: Service. * `run.googleapis.com/startup-cpu-boost`:
233-
* Revision. * `run.googleapis.com/vpc-access-connector`: Revision, Execution. *
234-
* `run.googleapis.com/vpc-access-egress`: Revision, Execution.
215+
* Job, Execution. * `run.googleapis.com/build-base-image`: Service. * `run.googleapis.com/build-
216+
* environment-variables`: Service. * `run.googleapis.com/build-id`: Service. *
217+
* `run.googleapis.com/build-name`: Service. * `run.googleapis.com/build-service-account`:
218+
* Service. * `run.googleapis.com/build-worker-pool`: Service. * `run.googleapis.com/client-name`:
219+
* All resources. * `run.googleapis.com/cloudsql-instances`: Revision, Execution. *
220+
* `run.googleapis.com/container-dependencies`: Revision . * `run.googleapis.com/cpu-throttling`:
221+
* Revision. * `run.googleapis.com/custom-audiences`: Service. * `run.googleapis.com/default-url-
222+
* disabled`: Service. * `run.googleapis.com/description`: Service. * `run.googleapis.com/enable-
223+
* automatic-updates`: Service. * `run.googleapis.com/encryption-key-shutdown-hours`: Revision *
224+
* `run.googleapis.com/encryption-key`: Revision, Execution. * `run.googleapis.com/execution-
225+
* environment`: Revision, Execution. * `run.googleapis.com/function-target`: Service. *
226+
* `run.googleapis.com/gc-traffic-tags`: Service. * `run.googleapis.com/image-uri`: Service. *
227+
* `run.googleapis.com/ingress`: Service. * `run.googleapis.com/launch-stage`: Service, Job. *
228+
* `run.googleapis.com/minScale`: Service (ALPHA) * `run.googleapis.com/network-interfaces`:
229+
* Revision, Execution. * `run.googleapis.com/post-key-revocation-action-type`: Revision. *
230+
* `run.googleapis.com/secrets`: Revision, Execution. * `run.googleapis.com/secure-session-agent`:
231+
* Revision. * `run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.com/source-
232+
* location`: Service. * `run.googleapis.com/startup-cpu-boost`: Revision. *
233+
* `run.googleapis.com/vpc-access-connector`: Revision, Execution. * `run.googleapis.com/vpc-
234+
* access-egress`: Revision, Execution.
235235
* @param annotations annotations or {@code null} for none
236236
*/
237237
public ObjectMeta setAnnotations(java.util.Map<String, java.lang.String> annotations) {

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

clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2Revision.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,13 @@ public final class GoogleCloudRunV2Revision extends com.google.api.client.json.G
237237
@com.google.api.client.util.Key
238238
private java.lang.String serviceAccount;
239239

240+
/**
241+
* Enables service mesh connectivity.
242+
* The value may be {@code null}.
243+
*/
244+
@com.google.api.client.util.Key
245+
private GoogleCloudRunV2ServiceMesh serviceMesh;
246+
240247
/**
241248
* Enable session affinity.
242249
* The value may be {@code null}.
@@ -746,6 +753,23 @@ public GoogleCloudRunV2Revision setServiceAccount(java.lang.String serviceAccoun
746753
return this;
747754
}
748755

756+
/**
757+
* Enables service mesh connectivity.
758+
* @return value or {@code null} for none
759+
*/
760+
public GoogleCloudRunV2ServiceMesh getServiceMesh() {
761+
return serviceMesh;
762+
}
763+
764+
/**
765+
* Enables service mesh connectivity.
766+
* @param serviceMesh serviceMesh or {@code null} for none
767+
*/
768+
public GoogleCloudRunV2Revision setServiceMesh(GoogleCloudRunV2ServiceMesh serviceMesh) {
769+
this.serviceMesh = serviceMesh;
770+
return this;
771+
}
772+
749773
/**
750774
* Enable session affinity.
751775
* @return value or {@code null} for none

clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleCloudRunV2RevisionTemplate.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ public final class GoogleCloudRunV2RevisionTemplate extends com.google.api.clien
131131
@com.google.api.client.util.Key
132132
private java.lang.String serviceAccount;
133133

134+
/**
135+
* Optional. Enables service mesh connectivity.
136+
* The value may be {@code null}.
137+
*/
138+
@com.google.api.client.util.Key
139+
private GoogleCloudRunV2ServiceMesh serviceMesh;
140+
134141
/**
135142
* Optional. Enable session affinity.
136143
* The value may be {@code null}.
@@ -385,6 +392,23 @@ public GoogleCloudRunV2RevisionTemplate setServiceAccount(java.lang.String servi
385392
return this;
386393
}
387394

395+
/**
396+
* Optional. Enables service mesh connectivity.
397+
* @return value or {@code null} for none
398+
*/
399+
public GoogleCloudRunV2ServiceMesh getServiceMesh() {
400+
return serviceMesh;
401+
}
402+
403+
/**
404+
* Optional. Enables service mesh connectivity.
405+
* @param serviceMesh serviceMesh or {@code null} for none
406+
*/
407+
public GoogleCloudRunV2RevisionTemplate setServiceMesh(GoogleCloudRunV2ServiceMesh serviceMesh) {
408+
this.serviceMesh = serviceMesh;
409+
return this;
410+
}
411+
388412
/**
389413
* Optional. Enable session affinity.
390414
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.run.v2.model;
18+
19+
/**
20+
* Service mesh configuration.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Cloud Run Admin API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudRunV2ServiceMesh extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* The service mesh resource name. Format:
34+
* projects/{project_number}/locations/global/meshes/{mesh}.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String mesh;
39+
40+
/**
41+
* The service mesh resource name. Format:
42+
* projects/{project_number}/locations/global/meshes/{mesh}.
43+
* @return value or {@code null} for none
44+
*/
45+
public java.lang.String getMesh() {
46+
return mesh;
47+
}
48+
49+
/**
50+
* The service mesh resource name. Format:
51+
* projects/{project_number}/locations/global/meshes/{mesh}.
52+
* @param mesh mesh or {@code null} for none
53+
*/
54+
public GoogleCloudRunV2ServiceMesh setMesh(java.lang.String mesh) {
55+
this.mesh = mesh;
56+
return this;
57+
}
58+
59+
@Override
60+
public GoogleCloudRunV2ServiceMesh set(String fieldName, Object value) {
61+
return (GoogleCloudRunV2ServiceMesh) super.set(fieldName, value);
62+
}
63+
64+
@Override
65+
public GoogleCloudRunV2ServiceMesh clone() {
66+
return (GoogleCloudRunV2ServiceMesh) super.clone();
67+
}
68+
69+
}

0 commit comments

Comments
 (0)