Skip to content

Commit cf9412e

Browse files
1 parent ee0fce6 commit cf9412e

7 files changed

Lines changed: 265 additions & 126 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-rev20260429-2.0.0</version>
25+
<version>v2-rev20260601-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-rev20260429-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260601-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 211 additions & 78 deletions
Large diffs are not rendered by default.

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

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,13 @@ public final class ExternalDataConfiguration extends com.google.api.client.json.
266266
/**
267267
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
268268
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
269-
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
270-
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
271-
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
272-
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
273-
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
274-
* precision than the highest target precision in this array will be truncated.
269+
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
270+
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
271+
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
272+
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
273+
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
274+
* Inputs that have higher precision than the highest target precision in this array will be
275+
* truncated.
275276
* The value may be {@code null}.
276277
*/
277278
@com.google.api.client.util.Key
@@ -826,12 +827,13 @@ public ExternalDataConfiguration setTimestampFormat(java.lang.String timestampFo
826827
/**
827828
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
828829
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
829-
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
830-
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
831-
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
832-
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
833-
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
834-
* precision than the highest target precision in this array will be truncated.
830+
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
831+
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
832+
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
833+
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
834+
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
835+
* Inputs that have higher precision than the highest target precision in this array will be
836+
* truncated.
835837
* @return value or {@code null} for none
836838
*/
837839
public java.util.List<java.lang.Integer> getTimestampTargetPrecision() {
@@ -841,12 +843,13 @@ public java.util.List<java.lang.Integer> getTimestampTargetPrecision() {
841843
/**
842844
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
843845
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
844-
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
845-
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
846-
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
847-
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
848-
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
849-
* precision than the highest target precision in this array will be truncated.
846+
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
847+
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
848+
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
849+
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
850+
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
851+
* Inputs that have higher precision than the highest target precision in this array will be
852+
* truncated.
850853
* @param timestampTargetPrecision timestampTargetPrecision or {@code null} for none
851854
*/
852855
public ExternalDataConfiguration setTimestampTargetPrecision(java.util.List<java.lang.Integer> timestampTargetPrecision) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ 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 Cloud Run instance can handle concurrently. If
54-
* absent or if `0`, a default concurrency is used.
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.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -128,17 +128,17 @@ public ExternalRuntimeOptions setContainerMemory(java.lang.String containerMemor
128128
}
129129

130130
/**
131-
* Optional. Maximum number of requests that a Cloud Run instance can handle concurrently. If
132-
* absent or if `0`, a default concurrency is used.
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.
133133
* @return value or {@code null} for none
134134
*/
135135
public java.lang.Long getContainerRequestConcurrency() {
136136
return containerRequestConcurrency;
137137
}
138138

139139
/**
140-
* Optional. Maximum number of requests that a Cloud Run instance can handle concurrently. If
141-
* absent or if `0`, a default concurrency is used.
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.
142142
* @param containerRequestConcurrency containerRequestConcurrency or {@code null} for none
143143
*/
144144
public ExternalRuntimeOptions setContainerRequestConcurrency(java.lang.Long containerRequestConcurrency) {

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

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -454,12 +454,13 @@ public final class JobConfigurationLoad extends com.google.api.client.json.Gener
454454
/**
455455
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
456456
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
457-
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
458-
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
459-
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
460-
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
461-
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
462-
* precision than the highest target precision in this array will be truncated.
457+
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
458+
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
459+
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
460+
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
461+
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
462+
* Inputs that have higher precision than the highest target precision in this array will be
463+
* truncated.
463464
* The value may be {@code null}.
464465
*/
465466
@com.google.api.client.util.Key
@@ -1448,12 +1449,13 @@ public JobConfigurationLoad setTimestampFormat(java.lang.String timestampFormat)
14481449
/**
14491450
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
14501451
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
1451-
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
1452-
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
1453-
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
1454-
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
1455-
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
1456-
* precision than the highest target precision in this array will be truncated.
1452+
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
1453+
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
1454+
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
1455+
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
1456+
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
1457+
* Inputs that have higher precision than the highest target precision in this array will be
1458+
* truncated.
14571459
* @return value or {@code null} for none
14581460
*/
14591461
public java.util.List<java.lang.Integer> getTimestampTargetPrecision() {
@@ -1463,12 +1465,13 @@ public java.util.List<java.lang.Integer> getTimestampTargetPrecision() {
14631465
/**
14641466
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
14651467
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
1466-
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
1467-
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
1468-
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
1469-
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
1470-
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
1471-
* precision than the highest target precision in this array will be truncated.
1468+
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
1469+
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
1470+
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
1471+
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
1472+
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
1473+
* Inputs that have higher precision than the highest target precision in this array will be
1474+
* truncated.
14721475
* @param timestampTargetPrecision timestampTargetPrecision or {@code null} for none
14731476
*/
14741477
public JobConfigurationLoad setTimestampTargetPrecision(java.util.List<java.lang.Integer> timestampTargetPrecision) {

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-rev20260429-2.0.0</version>
12-
<name>BigQuery API v2-rev20260429-2.0.0</name>
11+
<version>v2-rev20260601-2.0.0</version>
12+
<name>BigQuery API v2-rev20260601-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-rev20260429-2.0.0</version>
25+
<version>v2-rev20260601-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-rev20260429-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260601-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)