Skip to content

Commit 7a66d00

Browse files
1 parent bfc4da3 commit 7a66d00

19 files changed

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

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

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

32+
/**
33+
* Output only. Path to the artifact in Artifact Registry.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String artifactRegistryPackage;
38+
3239
/**
3340
* Docker Registry 2.0 digest.
3441
* The value may be {@code null}.
@@ -51,6 +58,23 @@ public final class GoogleDevtoolsCloudbuildV1BuiltImage extends com.google.api.c
5158
@com.google.api.client.util.Key
5259
private GoogleDevtoolsCloudbuildV1TimeSpan pushTiming;
5360

61+
/**
62+
* Output only. Path to the artifact in Artifact Registry.
63+
* @return value or {@code null} for none
64+
*/
65+
public java.lang.String getArtifactRegistryPackage() {
66+
return artifactRegistryPackage;
67+
}
68+
69+
/**
70+
* Output only. Path to the artifact in Artifact Registry.
71+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
72+
*/
73+
public GoogleDevtoolsCloudbuildV1BuiltImage setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
74+
this.artifactRegistryPackage = artifactRegistryPackage;
75+
return this;
76+
}
77+
5478
/**
5579
* Docker Registry 2.0 digest.
5680
* @return value or {@code null} for none

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

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

32+
/**
33+
* Output only. Path to the artifact in Artifact Registry.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String artifactRegistryPackage;
38+
3239
/**
3340
* Hash types and values of the Go Module Artifact.
3441
* The value may be {@code null}.
@@ -50,6 +57,23 @@ public final class GoogleDevtoolsCloudbuildV1UploadedGoModule extends com.google
5057
@com.google.api.client.util.Key
5158
private java.lang.String uri;
5259

60+
/**
61+
* Output only. Path to the artifact in Artifact Registry.
62+
* @return value or {@code null} for none
63+
*/
64+
public java.lang.String getArtifactRegistryPackage() {
65+
return artifactRegistryPackage;
66+
}
67+
68+
/**
69+
* Output only. Path to the artifact in Artifact Registry.
70+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
71+
*/
72+
public GoogleDevtoolsCloudbuildV1UploadedGoModule setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
73+
this.artifactRegistryPackage = artifactRegistryPackage;
74+
return this;
75+
}
76+
5377
/**
5478
* Hash types and values of the Go Module Artifact.
5579
* @return value or {@code null} for none

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

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

32+
/**
33+
* Output only. Path to the artifact in Artifact Registry.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String artifactRegistryPackage;
38+
3239
/**
3340
* Hash types and values of the Maven Artifact.
3441
* The value may be {@code null}.
@@ -50,6 +57,23 @@ public final class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact extends com.g
5057
@com.google.api.client.util.Key
5158
private java.lang.String uri;
5259

60+
/**
61+
* Output only. Path to the artifact in Artifact Registry.
62+
* @return value or {@code null} for none
63+
*/
64+
public java.lang.String getArtifactRegistryPackage() {
65+
return artifactRegistryPackage;
66+
}
67+
68+
/**
69+
* Output only. Path to the artifact in Artifact Registry.
70+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
71+
*/
72+
public GoogleDevtoolsCloudbuildV1UploadedMavenArtifact setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
73+
this.artifactRegistryPackage = artifactRegistryPackage;
74+
return this;
75+
}
76+
5377
/**
5478
* Hash types and values of the Maven Artifact.
5579
* @return value or {@code null} for none

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

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

32+
/**
33+
* Output only. Path to the artifact in Artifact Registry.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String artifactRegistryPackage;
38+
3239
/**
3340
* Hash types and values of the npm package.
3441
* The value may be {@code null}.
@@ -50,6 +57,23 @@ public final class GoogleDevtoolsCloudbuildV1UploadedNpmPackage extends com.goog
5057
@com.google.api.client.util.Key
5158
private java.lang.String uri;
5259

60+
/**
61+
* Output only. Path to the artifact in Artifact Registry.
62+
* @return value or {@code null} for none
63+
*/
64+
public java.lang.String getArtifactRegistryPackage() {
65+
return artifactRegistryPackage;
66+
}
67+
68+
/**
69+
* Output only. Path to the artifact in Artifact Registry.
70+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
71+
*/
72+
public GoogleDevtoolsCloudbuildV1UploadedNpmPackage setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
73+
this.artifactRegistryPackage = artifactRegistryPackage;
74+
return this;
75+
}
76+
5377
/**
5478
* Hash types and values of the npm package.
5579
* @return value or {@code null} for none

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

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

32+
/**
33+
* Output only. Path to the artifact in Artifact Registry.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String artifactRegistryPackage;
38+
3239
/**
3340
* Hash types and values of the Python Artifact.
3441
* The value may be {@code null}.
@@ -50,6 +57,23 @@ public final class GoogleDevtoolsCloudbuildV1UploadedPythonPackage extends com.g
5057
@com.google.api.client.util.Key
5158
private java.lang.String uri;
5259

60+
/**
61+
* Output only. Path to the artifact in Artifact Registry.
62+
* @return value or {@code null} for none
63+
*/
64+
public java.lang.String getArtifactRegistryPackage() {
65+
return artifactRegistryPackage;
66+
}
67+
68+
/**
69+
* Output only. Path to the artifact in Artifact Registry.
70+
* @param artifactRegistryPackage artifactRegistryPackage or {@code null} for none
71+
*/
72+
public GoogleDevtoolsCloudbuildV1UploadedPythonPackage setArtifactRegistryPackage(java.lang.String artifactRegistryPackage) {
73+
this.artifactRegistryPackage = artifactRegistryPackage;
74+
return this;
75+
}
76+
5377
/**
5478
* Hash types and values of the Python Artifact.
5579
* @return value or {@code null} for none

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

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
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+
* Cloud Storage source.
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 GoogleCloudRunV2CloudStorageSource extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Required. The Cloud Storage bucket name.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String bucket;
38+
39+
/**
40+
* Optional. The Cloud Storage object generation.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
44+
private java.lang.Long generation;
45+
46+
/**
47+
* Required. The Cloud Storage object name.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key("object")
51+
private java.lang.String object__;
52+
53+
/**
54+
* Required. The Cloud Storage bucket name.
55+
* @return value or {@code null} for none
56+
*/
57+
public java.lang.String getBucket() {
58+
return bucket;
59+
}
60+
61+
/**
62+
* Required. The Cloud Storage bucket name.
63+
* @param bucket bucket or {@code null} for none
64+
*/
65+
public GoogleCloudRunV2CloudStorageSource setBucket(java.lang.String bucket) {
66+
this.bucket = bucket;
67+
return this;
68+
}
69+
70+
/**
71+
* Optional. The Cloud Storage object generation.
72+
* @return value or {@code null} for none
73+
*/
74+
public java.lang.Long getGeneration() {
75+
return generation;
76+
}
77+
78+
/**
79+
* Optional. The Cloud Storage object generation.
80+
* @param generation generation or {@code null} for none
81+
*/
82+
public GoogleCloudRunV2CloudStorageSource setGeneration(java.lang.Long generation) {
83+
this.generation = generation;
84+
return this;
85+
}
86+
87+
/**
88+
* Required. The Cloud Storage object name.
89+
* @return value or {@code null} for none
90+
*/
91+
public java.lang.String getObject() {
92+
return object__;
93+
}
94+
95+
/**
96+
* Required. The Cloud Storage object name.
97+
* @param object__ object__ or {@code null} for none
98+
*/
99+
public GoogleCloudRunV2CloudStorageSource setObject(java.lang.String object__) {
100+
this.object__ = object__;
101+
return this;
102+
}
103+
104+
@Override
105+
public GoogleCloudRunV2CloudStorageSource set(String fieldName, Object value) {
106+
return (GoogleCloudRunV2CloudStorageSource) super.set(fieldName, value);
107+
}
108+
109+
@Override
110+
public GoogleCloudRunV2CloudStorageSource clone() {
111+
return (GoogleCloudRunV2CloudStorageSource) super.clone();
112+
}
113+
114+
}

0 commit comments

Comments
 (0)