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: 4 additions & 0 deletions generated/google-apis-bigquery_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-bigquery_v2

### v0.104.0 (2026-06-21)

* Regenerated from discovery document revision 20260605

### v0.103.0 (2026-06-14)

* Regenerated using generator version 0.19.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3473,14 +3473,15 @@ class ExternalDataConfiguration

# 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.
# mode. Available for the formats: CSV, 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.
# Corresponds to the JSON property `timestampTargetPrecision`
# @return [Array<Fixnum>]
attr_accessor :timestamp_target_precision
Expand Down Expand Up @@ -3568,8 +3569,8 @@ class ExternalRuntimeOptions
# @return [String]
attr_accessor :container_memory

# 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.
# Corresponds to the JSON property `containerRequestConcurrency`
# @return [Fixnum]
attr_accessor :container_request_concurrency
Expand Down Expand Up @@ -5523,14 +5524,15 @@ class JobConfigurationLoad

# 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.
# mode. Available for the formats: CSV, 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.
# Corresponds to the JSON property `timestampTargetPrecision`
# @return [Array<Fixnum>]
attr_accessor :timestamp_target_precision
Expand Down Expand Up @@ -6661,8 +6663,11 @@ class JobStatistics2
# @return [Fixnum]
attr_accessor :total_slot_ms

# Output only. Total bytes transferred for cross-cloud queries such as Cross
# Cloud Transfer and CREATE TABLE AS SELECT (CTAS).
# Output only. Total bytes transferred for BigQuery Omni queries from the remote
# cloud back to Google Cloud. This tracks data movement over Google-managed
# connections (like query results). It doesn't include input data read from the
# external data lake (for example, S3) because that data stays within the remote
# cloud.
# Corresponds to the JSON property `transferredBytes`
# @return [Fixnum]
attr_accessor :transferred_bytes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module BigqueryV2
# Version of the google-apis-bigquery_v2 gem
GEM_VERSION = "0.103.0"
GEM_VERSION = "0.104.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260429"
REVISION = "20260605"
end
end
end
Loading
Loading