google-apis-bigqueryreservation_v1 0.13.0 → 0.14.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: 63b440e447fe66933a756948edb085755bdf3c01cf6ea7998dc448a50ad74e35
4
- data.tar.gz: feaac55222b33d928568b318ad27fadbeca19aeb098d9f3a87152f3118b79606
3
+ metadata.gz: 0bc0814465153a348da48f23e1d3edf4d678fc347fe8df1170da359e18b941d6
4
+ data.tar.gz: 26f7e641c95bf364d571f38da8eb60e3013345483f8d447c86fdbbfc39b7bf12
5
5
  SHA512:
6
- metadata.gz: e2561b9b8c03967879aa8c177eed87e4bdf3aa31d14b61042ecaa2b76cf4289d43de20cc1aff6e94fa31671d227ca7b33425be90b37763708eebcd6a93a51dcf
7
- data.tar.gz: 7f5850dbc785de2cb989d8928f15eb076704987c872c5ce046b23cfcd28307835f36d4b78e93db058c49d67ed0d1315c2c571f8999b9e5a6a1efdd4dd7309324
6
+ metadata.gz: '08f32f758d286200283d5f6b670f732554b9a76108edb5e288ef492ebbd1df4f0f24dbf9b807d2874abddfc59e12b46fb9c0a476d4a6e2f186f3934631ef1528'
7
+ data.tar.gz: 334f013f5d618881eeb94a08d7f41a63e2f67c31cb8606e9158e40b2dc4e2f1df1460e6529f5b39aa4d39c445ea8f4b4df166b69649d83a61d2613e96792b042
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.14.0 (2022-03-03)
4
+
5
+ * Regenerated from discovery document revision 20220226
6
+
3
7
  ### v0.13.0 (2022-02-17)
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 BigqueryreservationV1
18
18
  # Version of the google-apis-bigqueryreservation_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.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
@@ -197,6 +197,7 @@ module Google
197
197
  class Reservation
198
198
  # @private
199
199
  class Representation < Google::Apis::Core::JsonRepresentation
200
+ property :concurrency, :numeric_string => true, as: 'concurrency'
200
201
  property :creation_time, as: 'creationTime'
201
202
  property :ignore_idle_slots, as: 'ignoreIdleSlots'
202
203
  property :multi_region_auxiliary, as: 'multiRegionAuxiliary'
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.13.0
4
+ version: 0.14.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.14.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: []