Skip to content

Commit 2cc8595

Browse files
1 parent a259d0b commit 2cc8595

File tree

4 files changed

+24
-18
lines changed

4 files changed

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

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

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ public final class GoogleCloudRunV2ResourceRequirements extends com.google.api.c
3939
private java.lang.Boolean cpuIdle;
4040

4141
/**
42-
* Only `memory` and `cpu` keys in the map are supported. Notes: * The only supported values for
43-
* CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more
44-
* information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory'
45-
* values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
42+
* Only `memory`, `cpu` and `nvidia.com/gpu` keys in the map are supported. Notes: * The only
43+
* supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of
44+
* memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For
45+
* supported 'memory' values and syntax, go to
46+
* https://cloud.google.com/run/docs/configuring/memory-limits * The only supported
47+
* 'nvidia.com/gpu' value is '1'.
4648
* The value may be {@code null}.
4749
*/
4850
@com.google.api.client.util.Key
@@ -78,21 +80,25 @@ public GoogleCloudRunV2ResourceRequirements setCpuIdle(java.lang.Boolean cpuIdle
7880
}
7981

8082
/**
81-
* Only `memory` and `cpu` keys in the map are supported. Notes: * The only supported values for
82-
* CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more
83-
* information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory'
84-
* values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
83+
* Only `memory`, `cpu` and `nvidia.com/gpu` keys in the map are supported. Notes: * The only
84+
* supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of
85+
* memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For
86+
* supported 'memory' values and syntax, go to
87+
* https://cloud.google.com/run/docs/configuring/memory-limits * The only supported
88+
* 'nvidia.com/gpu' value is '1'.
8589
* @return value or {@code null} for none
8690
*/
8791
public java.util.Map<String, java.lang.String> getLimits() {
8892
return limits;
8993
}
9094

9195
/**
92-
* Only `memory` and `cpu` keys in the map are supported. Notes: * The only supported values for
93-
* CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more
94-
* information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory'
95-
* values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
96+
* Only `memory`, `cpu` and `nvidia.com/gpu` keys in the map are supported. Notes: * The only
97+
* supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of
98+
* memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For
99+
* supported 'memory' values and syntax, go to
100+
* https://cloud.google.com/run/docs/configuring/memory-limits * The only supported
101+
* 'nvidia.com/gpu' value is '1'.
96102
* @param limits limits or {@code null} for none
97103
*/
98104
public GoogleCloudRunV2ResourceRequirements setLimits(java.util.Map<String, java.lang.String> limits) {

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

0 commit comments

Comments
 (0)