Skip to content

Commit bfc8921

Browse files
1 parent 0fe9bf2 commit bfc8921

File tree

8 files changed

+27
-18
lines changed

8 files changed

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ public final class RevisionSpec extends com.google.api.client.json.GenericJson {
3131

3232
/**
3333
* ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per
34-
* container instance of the Revision. If not specified, defaults to 80.
34+
* container instance of the Revision. If not specified or 0, defaults to 80 when requested CPU >=
35+
* 1 and defaults to 1 when requested CPU < 1.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
@@ -112,7 +113,8 @@ public final class RevisionSpec extends com.google.api.client.json.GenericJson {
112113

113114
/**
114115
* ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per
115-
* container instance of the Revision. If not specified, defaults to 80.
116+
* container instance of the Revision. If not specified or 0, defaults to 80 when requested CPU >=
117+
* 1 and defaults to 1 when requested CPU < 1.
116118
* @return value or {@code null} for none
117119
*/
118120
public java.lang.Integer getContainerConcurrency() {
@@ -121,7 +123,8 @@ public java.lang.Integer getContainerConcurrency() {
121123

122124
/**
123125
* ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per
124-
* container instance of the Revision. If not specified, defaults to 80.
126+
* container instance of the Revision. If not specified or 0, defaults to 80 when requested CPU >=
127+
* 1 and defaults to 1 when requested CPU < 1.
125128
* @param containerConcurrency containerConcurrency or {@code null} for none
126129
*/
127130
public RevisionSpec setContainerConcurrency(java.lang.Integer containerConcurrency) {

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

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

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ public final class GoogleCloudRunV2RevisionTemplate extends com.google.api.clien
9191
private java.util.Map<String, java.lang.String> labels;
9292

9393
/**
94-
* Optional. Sets the maximum number of requests that each serving instance can receive.
94+
* Optional. Sets the maximum number of requests that each serving instance can receive. If not
95+
* specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU <
96+
* 1.
9597
* The value may be {@code null}.
9698
*/
9799
@com.google.api.client.util.Key
@@ -287,15 +289,19 @@ public GoogleCloudRunV2RevisionTemplate setLabels(java.util.Map<String, java.lan
287289
}
288290

289291
/**
290-
* Optional. Sets the maximum number of requests that each serving instance can receive.
292+
* Optional. Sets the maximum number of requests that each serving instance can receive. If not
293+
* specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU <
294+
* 1.
291295
* @return value or {@code null} for none
292296
*/
293297
public java.lang.Integer getMaxInstanceRequestConcurrency() {
294298
return maxInstanceRequestConcurrency;
295299
}
296300

297301
/**
298-
* Optional. Sets the maximum number of requests that each serving instance can receive.
302+
* Optional. Sets the maximum number of requests that each serving instance can receive. If not
303+
* specified or 0, defaults to 80 when requested CPU >= 1 and defaults to 1 when requested CPU <
304+
* 1.
299305
* @param maxInstanceRequestConcurrency maxInstanceRequestConcurrency or {@code null} for none
300306
*/
301307
public GoogleCloudRunV2RevisionTemplate setMaxInstanceRequestConcurrency(java.lang.Integer maxInstanceRequestConcurrency) {

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

0 commit comments

Comments
 (0)