google-apis-bigqueryreservation_v1 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45dd6f694c658f795808edb64b2b03cb3a8df5ba1e0cfc13c74b82567ac9f0dd
4
- data.tar.gz: 2df223d271c654fb8e8f1eeea12482f04b1392846da57969654608f52fa7db1f
3
+ metadata.gz: 8c59a60fa4ba317fac8f39a030fd8416ca70663fdcf6d36cd9d5a4ff46380b9d
4
+ data.tar.gz: 5b7097a501e76f84f7fc2ac7273c9a21845c896f8296a84eaa8b664af91295b3
5
5
  SHA512:
6
- metadata.gz: 222c69ffda50ad1202fd470c04af6e4a6d93b9ebc08e42cebce20c11c7b6101aeabf83736d1bc3a5734f03a2c6a715ae2591fdc228fe3591e2e3f6fcbeb7d306
7
- data.tar.gz: 6e4e5b75216cb057d46850052f8387a4539cdb5d959e036c62448a72ff9a5c370d3c2fbf4676706b4811ab6d1b695d597df347bed66f947ace70602c8d7be296
6
+ metadata.gz: 9ec3c19dff0189440de9058f6aa72ae0c09374005681d6666e94768c3652b0a774ffc05a457d5608ac44b32a1d64be9f968de04888de302a2ab1d54c9cbcc89f
7
+ data.tar.gz: 95f56fe121b91a655cafbb1a9e6c5789a7b2ff7b571f5d2c8fcb7f5b406b1b53ce17b7c9245cb5cb0117a4af18008cd16bdc22d2cbb11e017ea4c6aaa109e828
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.22.0 (2022-10-27)
4
+
5
+ * Regenerated from discovery document revision 20221016
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.21.0 (2022-09-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20220819
@@ -334,10 +334,12 @@ module Google
334
334
  class Reservation
335
335
  include Google::Apis::Core::Hashable
336
336
 
337
- # Maximum number of queries that are allowed to run concurrently in this
338
- # reservation. This is a soft limit due to asynchronous nature of the system and
339
- # various optimizations for small queries. Default value is 0 which means that
340
- # concurrency will be automatically set based on the reservation size.
337
+ # Job concurrency target which sets a soft upper bound on the number of jobs
338
+ # that can run concurrently in this reservation. This is a soft target due to
339
+ # asynchronous nature of the system and various optimizations for small queries.
340
+ # Default value is 0 which means that concurrency target will be automatically
341
+ # computed by the system. NOTE: this field is exposed as `target_job_concurrency`
342
+ # in the Information Schema, DDL and BQ CLI.
341
343
  # Corresponds to the JSON property `concurrency`
342
344
  # @return [Fixnum]
343
345
  attr_accessor :concurrency
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigqueryreservationV1
18
18
  # Version of the google-apis-bigqueryreservation_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220819"
25
+ REVISION = "20221016"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigqueryreservation_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryreservation_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryreservation_v1
63
63
  post_install_message:
64
64
  rdoc_options: []