Skip to content

Commit c8a05a2

Browse files
1 parent 9c81ed9 commit c8a05a2

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ public final class GoogleCloudRunV2TaskTemplate extends com.google.api.client.js
5757
@com.google.api.client.util.Key
5858
private java.lang.String executionEnvironment;
5959

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+
6067
/**
6168
* Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
6269
* The value may be {@code null}.
@@ -157,6 +164,23 @@ public GoogleCloudRunV2TaskTemplate setExecutionEnvironment(java.lang.String exe
157164
return this;
158165
}
159166

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+
160184
/**
161185
* Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
162186
* @return value or {@code null} for none

clients/google-api-services-run/v2/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>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>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)