google-apis-bigqueryreservation_v1beta1 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92f9fc9c5996dde914c3994628a5cab14c378eca74c84b9f885f5c5eeafe6537
4
- data.tar.gz: c0672db41c3df3dfdf84894089f6cf0799b16044a65873414843752e93b7d557
3
+ metadata.gz: 90cd5611f7c8a6bfd971a98e8b189c8faf49956ce9e836a7c03ff56cb53223f6
4
+ data.tar.gz: 7d9410821dd4fc981c683aa6058b6fbab751cb11e62ad7106031fcb6cfe5e249
5
5
  SHA512:
6
- metadata.gz: 7e79350b77fdac2a2955534de816df1de8df0ad4a43c593b556fdb912a2b45b0243001e0e3cd4ca8490b9c22bbfcbd3757c6cf7a2ec85cf4ec417c53636da290
7
- data.tar.gz: 4a3408cedd3e0880d5b12939bbd495f9f76c414bd5068a5df59440e1d1cfbfeed804826cb1ad58c7a74ea020a0c0210ed02ff4eb85a8d52413ecdd4a252517c8
6
+ metadata.gz: 6d72bf14ca1e7e945227c895f6cd4589e2df98336320627f1ea40f2b2e4459df19e88f21c4901f085770eb7d423a87740d8b472cf28461949f6263af1b846fae
7
+ data.tar.gz: 0ef265028e6ca4c625d70c46e21508df06d6893411483bc773fe07654eec8c39374dc75629642e53ad770a4d78dadb65f08bed9bc4766ed9caf40a16b8c1a319
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1beta1
2
2
 
3
+ ### v0.15.0 (2022-03-04)
4
+
5
+ * Regenerated from discovery document revision 20220226
6
+
3
7
  ### v0.14.0 (2022-02-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20220212
@@ -329,6 +329,14 @@ module Google
329
329
  class Reservation
330
330
  include Google::Apis::Core::Hashable
331
331
 
332
+ # Maximum number of queries that are allowed to run concurrently in this
333
+ # reservation. This is a soft limit due to asynchronous nature of the system and
334
+ # various optimizations for small queries. Default value is 0 which means that
335
+ # concurrency will be automatically set based on the reservation size.
336
+ # Corresponds to the JSON property `concurrency`
337
+ # @return [Fixnum]
338
+ attr_accessor :concurrency
339
+
332
340
  # Output only. Creation time of the reservation.
333
341
  # Corresponds to the JSON property `creationTime`
334
342
  # @return [String]
@@ -385,6 +393,7 @@ module Google
385
393
 
386
394
  # Update properties of this object
387
395
  def update!(**args)
396
+ @concurrency = args[:concurrency] if args.key?(:concurrency)
388
397
  @creation_time = args[:creation_time] if args.key?(:creation_time)
389
398
  @ignore_idle_slots = args[:ignore_idle_slots] if args.key?(:ignore_idle_slots)
390
399
  @multi_region_auxiliary = args[:multi_region_auxiliary] if args.key?(:multi_region_auxiliary)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigqueryreservationV1beta1
18
18
  # Version of the google-apis-bigqueryreservation_v1beta1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220212"
25
+ REVISION = "20220226"
26
26
  end
27
27
  end
28
28
  end
@@ -191,6 +191,7 @@ module Google
191
191
  class Reservation
192
192
  # @private
193
193
  class Representation < Google::Apis::Core::JsonRepresentation
194
+ property :concurrency, :numeric_string => true, as: 'concurrency'
194
195
  property :creation_time, as: 'creationTime'
195
196
  property :ignore_idle_slots, as: 'ignoreIdleSlots'
196
197
  property :multi_region_auxiliary, as: 'multiRegionAuxiliary'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigqueryreservation_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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-02-21 00:00:00.000000000 Z
11
+ date: 2022-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1beta1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1beta1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryreservation_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []