File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-run/v2
com/google/api/services/run/v2/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-run</artifactId >
25
- <version >v2-rev20250620 -2.0.0</version >
25
+ <version >v2-rev20250704 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-run:v2-rev20250620 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-run:v2-rev20250704 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ public final class GoogleCloudRunV2TaskTemplate extends com.google.api.client.js
57
57
@ com .google .api .client .util .Key
58
58
private java .lang .String executionEnvironment ;
59
59
60
+ /**
61
+ * Optional. True if GPU zonal redundancy is disabled on this task template.
62
+ * The value may be {@code null}.
63
+ */
64
+ @ com .google .api .client .util .Key
65
+ private java .lang .Boolean gpuZonalRedundancyDisabled ;
66
+
60
67
/**
61
68
* Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
62
69
* The value may be {@code null}.
@@ -157,6 +164,23 @@ public GoogleCloudRunV2TaskTemplate setExecutionEnvironment(java.lang.String exe
157
164
return this ;
158
165
}
159
166
167
+ /**
168
+ * Optional. True if GPU zonal redundancy is disabled on this task template.
169
+ * @return value or {@code null} for none
170
+ */
171
+ public java .lang .Boolean getGpuZonalRedundancyDisabled () {
172
+ return gpuZonalRedundancyDisabled ;
173
+ }
174
+
175
+ /**
176
+ * Optional. True if GPU zonal redundancy is disabled on this task template.
177
+ * @param gpuZonalRedundancyDisabled gpuZonalRedundancyDisabled or {@code null} for none
178
+ */
179
+ public GoogleCloudRunV2TaskTemplate setGpuZonalRedundancyDisabled (java .lang .Boolean gpuZonalRedundancyDisabled ) {
180
+ this .gpuZonalRedundancyDisabled = gpuZonalRedundancyDisabled ;
181
+ return this ;
182
+ }
183
+
160
184
/**
161
185
* Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
162
186
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-run</artifactId >
11
- <version >v2-rev20250620 -2.0.0</version >
12
- <name >Cloud Run Admin API v2-rev20250620 -2.0.0</name >
11
+ <version >v2-rev20250704 -2.0.0</version >
12
+ <name >Cloud Run Admin API v2-rev20250704 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-run</artifactId >
25
- <version >v2-rev20250620 -2.0.0</version >
25
+ <version >v2-rev20250704 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-run:v2-rev20250620 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-run:v2-rev20250704 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments