Skip to content

Commit 8ceb6a3

Browse files
chore: regenerate bigquery client
1 parent 56634c9 commit 8ceb6a3

4 files changed

Lines changed: 18 additions & 12 deletions

File tree

clients/google-api-services-bigquery/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-bigquery</artifactId>
25-
<version>v2-rev20260605-2.0.0</version>
25+
<version>v2-rev20260612-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-bigquery:v2-rev20260605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260612-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/ExternalRuntimeOptions.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ public final class ExternalRuntimeOptions extends com.google.api.client.json.Gen
5050
private java.lang.String containerMemory;
5151

5252
/**
53-
* Optional. Maximum number of requests that a Python UDF container instance can handle
54-
* concurrently. If absent or if `0`, a default concurrency is used.
53+
* Optional. Maximum number of requests that a Python UDF instance can handle concurrently. If
54+
* absent or if `0`, the default concurrency value is used. For more information, see [Configure
55+
* container limits for Python UDFs](https://cloud.google.com/bigquery/docs/user-defined-
56+
* functions-python#configure-container-limits).
5557
* The value may be {@code null}.
5658
*/
5759
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -128,17 +130,21 @@ public ExternalRuntimeOptions setContainerMemory(java.lang.String containerMemor
128130
}
129131

130132
/**
131-
* Optional. Maximum number of requests that a Python UDF container instance can handle
132-
* concurrently. If absent or if `0`, a default concurrency is used.
133+
* Optional. Maximum number of requests that a Python UDF instance can handle concurrently. If
134+
* absent or if `0`, the default concurrency value is used. For more information, see [Configure
135+
* container limits for Python UDFs](https://cloud.google.com/bigquery/docs/user-defined-
136+
* functions-python#configure-container-limits).
133137
* @return value or {@code null} for none
134138
*/
135139
public java.lang.Long getContainerRequestConcurrency() {
136140
return containerRequestConcurrency;
137141
}
138142

139143
/**
140-
* Optional. Maximum number of requests that a Python UDF container instance can handle
141-
* concurrently. If absent or if `0`, a default concurrency is used.
144+
* Optional. Maximum number of requests that a Python UDF instance can handle concurrently. If
145+
* absent or if `0`, the default concurrency value is used. For more information, see [Configure
146+
* container limits for Python UDFs](https://cloud.google.com/bigquery/docs/user-defined-
147+
* functions-python#configure-container-limits).
142148
* @param containerRequestConcurrency containerRequestConcurrency or {@code null} for none
143149
*/
144150
public ExternalRuntimeOptions setContainerRequestConcurrency(java.lang.Long containerRequestConcurrency) {

clients/google-api-services-bigquery/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-bigquery</artifactId>
11-
<version>v2-rev20260605-2.0.0</version>
12-
<name>BigQuery API v2-rev20260605-2.0.0</name>
11+
<version>v2-rev20260612-2.0.0</version>
12+
<name>BigQuery API v2-rev20260612-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-bigquery/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-bigquery</artifactId>
25-
<version>v2-rev20260605-2.0.0</version>
25+
<version>v2-rev20260612-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-bigquery:v2-rev20260605-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260612-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)