@@ -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
0 commit comments