Skip to content

Commit 330df14

Browse files
feat: Automated regeneration of bigquery v2 client (#27249)
Auto-created at 2026-07-05 11:13:48 +0000 using the toys pull request generator.
1 parent 5bc4505 commit 330df14

3 files changed

Lines changed: 11 additions & 4 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.105.0 (2026-07-05)
4+
5+
* Regenerated from discovery document revision 20260612
6+
37
### v0.104.0 (2026-06-21)
48

59
* Regenerated from discovery document revision 20260605

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3569,8 +3569,11 @@ class ExternalRuntimeOptions
35693569
# @return [String]
35703570
attr_accessor :container_memory
35713571

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.
3572+
# Optional. Maximum number of requests that a Python UDF instance can handle
3573+
# concurrently. If absent or if `0`, the default concurrency value is used. For
3574+
# more information, see [Configure container limits for Python UDFs](https://
3575+
# cloud.google.com/bigquery/docs/user-defined-functions-python#configure-
3576+
# container-limits).
35743577
# Corresponds to the JSON property `containerRequestConcurrency`
35753578
# @return [Fixnum]
35763579
attr_accessor :container_request_concurrency

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.104.0"
19+
GEM_VERSION = "0.105.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 = "20260605"
25+
REVISION = "20260612"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)