Skip to content

Commit b129c1b

Browse files
1 parent 3fe0a28 commit b129c1b

File tree

9 files changed

+54
-27
lines changed

9 files changed

+54
-27
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-rev20250801-2.0.0</version>
25+
<version>v1-rev20250818-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-rev20250801-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v1-rev20250818-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7419,22 +7419,22 @@ public List setName(java.lang.String name) {
74197419
}
74207420

74217421
/**
7422-
* Optional. A list of extra location types that should be used as conditions for
7423-
* controlling the visibility of the locations.
7422+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
7423+
* documented otherwise. This is primarily for internal usage.
74247424
*/
74257425
@com.google.api.client.util.Key
74267426
private java.util.List<java.lang.String> extraLocationTypes;
74277427

7428-
/** Optional. A list of extra location types that should be used as conditions for controlling the
7429-
visibility of the locations.
7428+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
7429+
otherwise. This is primarily for internal usage.
74307430
*/
74317431
public java.util.List<java.lang.String> getExtraLocationTypes() {
74327432
return extraLocationTypes;
74337433
}
74347434

74357435
/**
7436-
* Optional. A list of extra location types that should be used as conditions for
7437-
* controlling the visibility of the locations.
7436+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
7437+
* documented otherwise. This is primarily for internal usage.
74387438
*/
74397439
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
74407440
this.extraLocationTypes = extraLocationTypes;

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public final class CSIVolumeSource extends com.google.api.client.json.GenericJso
4747
/**
4848
* stores driver specific attributes. For Google Cloud Storage volumes, the following attributes
4949
* are supported: * bucketName: the name of the Cloud Storage bucket to mount. The Cloud Run
50-
* Service identity must have access to this bucket.
50+
* Service identity must have access to this bucket. * mountOptions: comma-separated list of mount
51+
* options to pass to the gcsfuse.
5152
* The value may be {@code null}.
5253
*/
5354
@com.google.api.client.util.Key
@@ -92,7 +93,8 @@ public CSIVolumeSource setReadOnly(java.lang.Boolean readOnly) {
9293
/**
9394
* stores driver specific attributes. For Google Cloud Storage volumes, the following attributes
9495
* are supported: * bucketName: the name of the Cloud Storage bucket to mount. The Cloud Run
95-
* Service identity must have access to this bucket.
96+
* Service identity must have access to this bucket. * mountOptions: comma-separated list of mount
97+
* options to pass to the gcsfuse.
9698
* @return value or {@code null} for none
9799
*/
98100
public java.util.Map<String, java.lang.String> getVolumeAttributes() {
@@ -102,7 +104,8 @@ public java.util.Map<String, java.lang.String> getVolumeAttributes() {
102104
/**
103105
* stores driver specific attributes. For Google Cloud Storage volumes, the following attributes
104106
* are supported: * bucketName: the name of the Cloud Storage bucket to mount. The Cloud Run
105-
* Service identity must have access to this bucket.
107+
* Service identity must have access to this bucket. * mountOptions: comma-separated list of mount
108+
* options to pass to the gcsfuse.
106109
* @param volumeAttributes volumeAttributes or {@code null} for none
107110
*/
108111
public CSIVolumeSource setVolumeAttributes(java.util.Map<String, java.lang.String> volumeAttributes) {

clients/google-api-services-run/v1/2.0.0/pom.xml

Lines changed: 5 additions & 5 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-rev20250801-2.0.0</version>
12-
<name>Cloud Run Admin API v1-rev20250801-2.0.0</name>
11+
<version>v1-rev20250818-2.0.0</version>
12+
<name>Cloud Run Admin API v1-rev20250818-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Cloud Run Admin API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.8.1</version>
127+
<version>2.8.0</version>
128128
</dependency>
129129
</dependencies>
130130

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ public final class GoogleCloudRunV2SubmitBuildRequest extends com.google.api.cli
5959
@com.google.api.client.util.Key
6060
private java.lang.String machineType;
6161

62+
/**
63+
* Optional. The release track of the client that initiated the build request.
64+
* The value may be {@code null}.
65+
*/
66+
@com.google.api.client.util.Key
67+
private java.lang.String releaseTrack;
68+
6269
/**
6370
* Optional. The service account to use for the build. If not set, the default Cloud Build service
6471
* account for the project will be used.
@@ -163,6 +170,23 @@ public GoogleCloudRunV2SubmitBuildRequest setMachineType(java.lang.String machin
163170
return this;
164171
}
165172

173+
/**
174+
* Optional. The release track of the client that initiated the build request.
175+
* @return value or {@code null} for none
176+
*/
177+
public java.lang.String getReleaseTrack() {
178+
return releaseTrack;
179+
}
180+
181+
/**
182+
* Optional. The release track of the client that initiated the build request.
183+
* @param releaseTrack releaseTrack or {@code null} for none
184+
*/
185+
public GoogleCloudRunV2SubmitBuildRequest setReleaseTrack(java.lang.String releaseTrack) {
186+
this.releaseTrack = releaseTrack;
187+
return this;
188+
}
189+
166190
/**
167191
* Optional. The service account to use for the build. If not set, the default Cloud Build service
168192
* account for the project will be used.

clients/google-api-services-run/v2/2.0.0/pom.xml

Lines changed: 5 additions & 5 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>v2-rev20250808-2.0.0</version>
12-
<name>Cloud Run Admin API v2-rev20250808-2.0.0</name>
11+
<version>v2-rev20250818-2.0.0</version>
12+
<name>Cloud Run Admin API v2-rev20250818-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Cloud Run Admin API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/1.47.1/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.0/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.8.1</version>
127+
<version>2.8.0</version>
128128
</dependency>
129129
</dependencies>
130130

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

0 commit comments

Comments
 (0)