Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-bigquery/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev20260429-2.0.0</version>
<version>v2-rev20260601-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260429-2.0.0'
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260601-2.0.0'
}
```

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,13 @@ public final class ExternalDataConfiguration extends com.google.api.client.json.
/**
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
* precision than the highest target precision in this array will be truncated.
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
* Inputs that have higher precision than the highest target precision in this array will be
* truncated.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -826,12 +827,13 @@ public ExternalDataConfiguration setTimestampFormat(java.lang.String timestampFo
/**
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
* precision than the highest target precision in this array will be truncated.
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
* Inputs that have higher precision than the highest target precision in this array will be
* truncated.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.Integer> getTimestampTargetPrecision() {
Expand All @@ -841,12 +843,13 @@ public java.util.List<java.lang.Integer> getTimestampTargetPrecision() {
/**
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
* precision than the highest target precision in this array will be truncated.
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
* Inputs that have higher precision than the highest target precision in this array will be
* truncated.
* @param timestampTargetPrecision timestampTargetPrecision or {@code null} for none
*/
public ExternalDataConfiguration setTimestampTargetPrecision(java.util.List<java.lang.Integer> timestampTargetPrecision) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public final class ExternalRuntimeOptions extends com.google.api.client.json.Gen
private java.lang.String containerMemory;

/**
* Optional. Maximum number of requests that a Cloud Run instance can handle concurrently. If
* absent or if `0`, a default concurrency is used.
* Optional. Maximum number of requests that a Python UDF container instance can handle
* concurrently. If absent or if `0`, a default concurrency is used.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
Expand Down Expand Up @@ -128,17 +128,17 @@ public ExternalRuntimeOptions setContainerMemory(java.lang.String containerMemor
}

/**
* Optional. Maximum number of requests that a Cloud Run instance can handle concurrently. If
* absent or if `0`, a default concurrency is used.
* Optional. Maximum number of requests that a Python UDF container instance can handle
* concurrently. If absent or if `0`, a default concurrency is used.
* @return value or {@code null} for none
*/
public java.lang.Long getContainerRequestConcurrency() {
return containerRequestConcurrency;
}

/**
* Optional. Maximum number of requests that a Cloud Run instance can handle concurrently. If
* absent or if `0`, a default concurrency is used.
* Optional. Maximum number of requests that a Python UDF container instance can handle
* concurrently. If absent or if `0`, a default concurrency is used.
* @param containerRequestConcurrency containerRequestConcurrency or {@code null} for none
*/
public ExternalRuntimeOptions setContainerRequestConcurrency(java.lang.Long containerRequestConcurrency) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,13 @@ public final class JobConfigurationLoad extends com.google.api.client.json.Gener
/**
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
* precision than the highest target precision in this array will be truncated.
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
* Inputs that have higher precision than the highest target precision in this array will be
* truncated.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -1448,12 +1449,13 @@ public JobConfigurationLoad setTimestampFormat(java.lang.String timestampFormat)
/**
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
* precision than the highest target precision in this array will be truncated.
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
* Inputs that have higher precision than the highest target precision in this array will be
* truncated.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.Integer> getTimestampTargetPrecision() {
Expand All @@ -1463,12 +1465,13 @@ public java.util.List<java.lang.Integer> getTimestampTargetPrecision() {
/**
* Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are
* allowed to the destination table for autodetection mode. Available for the formats: CSV,
* PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all
* auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns
* that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP
* columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected
* TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher
* precision than the highest target precision in this array will be truncated.
* PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]:
* timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
* detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all
* auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12)
* for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored.
* Inputs that have higher precision than the highest target precision in this array will be
* truncated.
* @param timestampTargetPrecision timestampTargetPrecision or {@code null} for none
*/
public JobConfigurationLoad setTimestampTargetPrecision(java.util.List<java.lang.Integer> timestampTargetPrecision) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-bigquery/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev20260429-2.0.0</version>
<name>BigQuery API v2-rev20260429-2.0.0</name>
<version>v2-rev20260601-2.0.0</version>
<name>BigQuery API v2-rev20260601-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-bigquery/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
<version>v2-rev20260429-2.0.0</version>
<version>v2-rev20260601-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260429-2.0.0'
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260601-2.0.0'
}
```

Expand Down
Loading