File tree Expand file tree Collapse file tree
generated/google-apis-bigquery_v2
lib/google/apis/bigquery_v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments