Skip to content

Commit 2c848f3

Browse files
feat: Automated regeneration of bigquery v2 client (googleapis#27167)
Auto-created at 2026-06-21 12:08:39 +0000 using the toys pull request generator.
1 parent 2d48b00 commit 2c848f3

4 files changed

Lines changed: 145 additions & 60 deletions

File tree

generated/google-apis-bigquery_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-bigquery_v2
22

3+
### v0.104.0 (2026-06-21)
4+
5+
* Regenerated from discovery document revision 20260605
6+
37
### v0.103.0 (2026-06-14)
48

59
* Regenerated using generator version 0.19.0

generated/google-apis-bigquery_v2/lib/google/apis/bigquery_v2/classes.rb

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3473,14 +3473,15 @@ class ExternalDataConfiguration
34733473

34743474
# Precisions (maximum number of total digits in base 10) for seconds of
34753475
# TIMESTAMP types that are allowed to the destination table for autodetection
3476-
# mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values
3477-
# include: Not Specified, [], or [6]: timestamp(6) for all auto detected
3478-
# TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP
3479-
# columns that have less than 6 digits of subseconds. timestamp(12) for all auto
3480-
# detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]:
3481-
# timestamp(12) for all auto detected TIMESTAMP columns. The order of the
3482-
# elements in this array is ignored. Inputs that have higher precision than the
3483-
# highest target precision in this array will be truncated.
3476+
# mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External
3477+
# Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for
3478+
# all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
3479+
# detected TIMESTAMP columns that have less than 6 digits of subseconds.
3480+
# timestamp(12) for all auto detected TIMESTAMP columns that have more than 6
3481+
# digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP
3482+
# columns. The order of the elements in this array is ignored. Inputs that have
3483+
# higher precision than the highest target precision in this array will be
3484+
# truncated.
34843485
# Corresponds to the JSON property `timestampTargetPrecision`
34853486
# @return [Array<Fixnum>]
34863487
attr_accessor :timestamp_target_precision
@@ -3568,8 +3569,8 @@ class ExternalRuntimeOptions
35683569
# @return [String]
35693570
attr_accessor :container_memory
35703571

3571-
# Optional. Maximum number of requests that a Cloud Run instance can handle
3572-
# concurrently. If absent or if `0`, a default concurrency is used.
3572+
# Optional. Maximum number of requests that a Python UDF container instance can
3573+
# handle concurrently. If absent or if `0`, a default concurrency is used.
35733574
# Corresponds to the JSON property `containerRequestConcurrency`
35743575
# @return [Fixnum]
35753576
attr_accessor :container_request_concurrency
@@ -5523,14 +5524,15 @@ class JobConfigurationLoad
55235524

55245525
# Precisions (maximum number of total digits in base 10) for seconds of
55255526
# TIMESTAMP types that are allowed to the destination table for autodetection
5526-
# mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values
5527-
# include: Not Specified, [], or [6]: timestamp(6) for all auto detected
5528-
# TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP
5529-
# columns that have less than 6 digits of subseconds. timestamp(12) for all auto
5530-
# detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]:
5531-
# timestamp(12) for all auto detected TIMESTAMP columns. The order of the
5532-
# elements in this array is ignored. Inputs that have higher precision than the
5533-
# highest target precision in this array will be truncated.
5527+
# mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External
5528+
# Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for
5529+
# all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto
5530+
# detected TIMESTAMP columns that have less than 6 digits of subseconds.
5531+
# timestamp(12) for all auto detected TIMESTAMP columns that have more than 6
5532+
# digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP
5533+
# columns. The order of the elements in this array is ignored. Inputs that have
5534+
# higher precision than the highest target precision in this array will be
5535+
# truncated.
55345536
# Corresponds to the JSON property `timestampTargetPrecision`
55355537
# @return [Array<Fixnum>]
55365538
attr_accessor :timestamp_target_precision
@@ -6661,8 +6663,11 @@ class JobStatistics2
66616663
# @return [Fixnum]
66626664
attr_accessor :total_slot_ms
66636665

6664-
# Output only. Total bytes transferred for cross-cloud queries such as Cross
6665-
# Cloud Transfer and CREATE TABLE AS SELECT (CTAS).
6666+
# Output only. Total bytes transferred for BigQuery Omni queries from the remote
6667+
# cloud back to Google Cloud. This tracks data movement over Google-managed
6668+
# connections (like query results). It doesn't include input data read from the
6669+
# external data lake (for example, S3) because that data stays within the remote
6670+
# cloud.
66666671
# Corresponds to the JSON property `transferredBytes`
66676672
# @return [Fixnum]
66686673
attr_accessor :transferred_bytes

generated/google-apis-bigquery_v2/lib/google/apis/bigquery_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BigqueryV2
1818
# Version of the google-apis-bigquery_v2 gem
19-
GEM_VERSION = "0.103.0"
19+
GEM_VERSION = "0.104.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260429"
25+
REVISION = "20260605"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)