Skip to content

Commit e8fa491

Browse files
1 parent 89df738 commit e8fa491

File tree

4 files changed

+18
-15
lines changed

4 files changed

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

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
public final class ResourceRequirements extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys
34-
* are supported. * For supported 'cpu' values, go to
33+
* Limits describes the maximum amount of compute resources allowed. Only 'cpu', 'memory' and
34+
* 'nvidia.com/gpu' keys are supported. * For supported 'cpu' values, go to
3535
* https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax,
36-
* go to https://cloud.google.com/run/docs/configuring/memory-limits
36+
* go to https://cloud.google.com/run/docs/configuring/memory-limits. * The only supported
37+
* 'nvidia.com/gpu' value is '1'.
3738
* The value may be {@code null}.
3839
*/
3940
@com.google.api.client.util.Key
@@ -51,21 +52,23 @@ public final class ResourceRequirements extends com.google.api.client.json.Gener
5152
private java.util.Map<String, java.lang.String> requests;
5253

5354
/**
54-
* Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys
55-
* are supported. * For supported 'cpu' values, go to
55+
* Limits describes the maximum amount of compute resources allowed. Only 'cpu', 'memory' and
56+
* 'nvidia.com/gpu' keys are supported. * For supported 'cpu' values, go to
5657
* https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax,
57-
* go to https://cloud.google.com/run/docs/configuring/memory-limits
58+
* go to https://cloud.google.com/run/docs/configuring/memory-limits. * The only supported
59+
* 'nvidia.com/gpu' value is '1'.
5860
* @return value or {@code null} for none
5961
*/
6062
public java.util.Map<String, java.lang.String> getLimits() {
6163
return limits;
6264
}
6365

6466
/**
65-
* Limits describes the maximum amount of compute resources allowed. Only 'cpu' and 'memory' keys
66-
* are supported. * For supported 'cpu' values, go to
67+
* Limits describes the maximum amount of compute resources allowed. Only 'cpu', 'memory' and
68+
* 'nvidia.com/gpu' keys are supported. * For supported 'cpu' values, go to
6769
* https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax,
68-
* go to https://cloud.google.com/run/docs/configuring/memory-limits
70+
* go to https://cloud.google.com/run/docs/configuring/memory-limits. * The only supported
71+
* 'nvidia.com/gpu' value is '1'.
6972
* @param limits limits or {@code null} for none
7073
*/
7174
public ResourceRequirements setLimits(java.util.Map<String, java.lang.String> limits) {

clients/google-api-services-run/v1/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>v1-rev20250929-2.0.0</version>
12-
<name>Cloud Run Admin API v1-rev20250929-2.0.0</name>
11+
<version>v1-rev20251003-2.0.0</version>
12+
<name>Cloud Run Admin API v1-rev20251003-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)