Skip to content

Commit d122881

Browse files
1 parent 676e07c commit d122881

File tree

6 files changed

+55
-7
lines changed

6 files changed

+55
-7
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-rev20250309-2.0.0</version>
25+
<version>v2-rev20250314-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-rev20250309-2.0.0'
38+
implementation 'com.google.apis:google-api-services-run:v2-rev20250314-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
@@ -141,6 +141,13 @@ public final class GoogleCloudRunV2Revision extends com.google.api.client.json.G
141141
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
142142
private java.lang.Long generation;
143143

144+
/**
145+
* Optional. Output only. True if GPU zonal redundancy is disabled on this revision.
146+
* The value may be {@code null}.
147+
*/
148+
@com.google.api.client.util.Key
149+
private java.lang.Boolean gpuZonalRedundancyDisabled;
150+
144151
/**
145152
* Output only. Unstructured key value map that can be used to organize and categorize objects.
146153
* User-provided labels are shared with Google's billing system, so they can be used to filter, or
@@ -532,6 +539,23 @@ public GoogleCloudRunV2Revision setGeneration(java.lang.Long generation) {
532539
return this;
533540
}
534541

542+
/**
543+
* Optional. Output only. True if GPU zonal redundancy is disabled on this revision.
544+
* @return value or {@code null} for none
545+
*/
546+
public java.lang.Boolean getGpuZonalRedundancyDisabled() {
547+
return gpuZonalRedundancyDisabled;
548+
}
549+
550+
/**
551+
* Optional. Output only. True if GPU zonal redundancy is disabled on this revision.
552+
* @param gpuZonalRedundancyDisabled gpuZonalRedundancyDisabled or {@code null} for none
553+
*/
554+
public GoogleCloudRunV2Revision setGpuZonalRedundancyDisabled(java.lang.Boolean gpuZonalRedundancyDisabled) {
555+
this.gpuZonalRedundancyDisabled = gpuZonalRedundancyDisabled;
556+
return this;
557+
}
558+
535559
/**
536560
* Output only. Unstructured key value map that can be used to organize and categorize objects.
537561
* User-provided labels are shared with Google's billing system, so they can be used to filter, or

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
@@ -84,6 +84,13 @@ public final class GoogleCloudRunV2RevisionTemplate extends com.google.api.clien
8484
@com.google.api.client.util.Key
8585
private java.lang.String executionEnvironment;
8686

87+
/**
88+
* Optional. True if GPU zonal redundancy is disabled on this revision.
89+
* The value may be {@code null}.
90+
*/
91+
@com.google.api.client.util.Key
92+
private java.lang.Boolean gpuZonalRedundancyDisabled;
93+
8794
/**
8895
* Optional. Disables health checking containers during deployment.
8996
* The value may be {@code null}.
@@ -298,6 +305,23 @@ public GoogleCloudRunV2RevisionTemplate setExecutionEnvironment(java.lang.String
298305
return this;
299306
}
300307

308+
/**
309+
* Optional. True if GPU zonal redundancy is disabled on this revision.
310+
* @return value or {@code null} for none
311+
*/
312+
public java.lang.Boolean getGpuZonalRedundancyDisabled() {
313+
return gpuZonalRedundancyDisabled;
314+
}
315+
316+
/**
317+
* Optional. True if GPU zonal redundancy is disabled on this revision.
318+
* @param gpuZonalRedundancyDisabled gpuZonalRedundancyDisabled or {@code null} for none
319+
*/
320+
public GoogleCloudRunV2RevisionTemplate setGpuZonalRedundancyDisabled(java.lang.Boolean gpuZonalRedundancyDisabled) {
321+
this.gpuZonalRedundancyDisabled = gpuZonalRedundancyDisabled;
322+
return this;
323+
}
324+
301325
/**
302326
* Optional. Disables health checking containers during deployment.
303327
* @return value or {@code null} for none

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.run.v2.model;
1818

1919
/**
20-
* This is proto2's version of MessageSet.
20+
* Model definition for Proto2BridgeMessageSet.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Run Admin API. For a detailed explanation see:

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

0 commit comments

Comments
 (0)