google-apis-bigqueryreservation_v1 0.16.0 → 0.17.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: a84dd6fe03a15772fb5cfdf90044957408c7fe148a176f68720068ff1e0848c8
4
- data.tar.gz: fe41aa84af68ecf78f33c66f8fc4ae456de0199da59e80f5b67cbbbd8072c76e
3
+ metadata.gz: c80c549aa054729e3296a5c8ba10767cd5bfc5f2edf9bc6e309cf3232424f4bc
4
+ data.tar.gz: 6224c01a293f020cd1e5d1ce025fcf4407bb97e77334357d6105b8b22bf0733d
5
5
  SHA512:
6
- metadata.gz: 465f11cc3dd23d705f10b43087f9810863bfc2e85433c82244b410ebca5146ec89191b1899bbe14dfb9d5d7b0dc0498d01c84a131a45497a1567f1c81861de14
7
- data.tar.gz: 3bace61cde1f9d15c27f2920ee6ff0fe239b72a408672506993ce6871e9a78f714d5f6322ff1ef18bd7411bce13a2980d9fc0ab68edf8a6e3caec0707fee759c
6
+ metadata.gz: 6137100fd3ef3cc0ace4dbbb300ffce40d635b4a4996a5b6264c30e509991e07519b340ea6e93726be2cb1549d679e2bebf2b3652f67fbd9766a48ada9217b1b
7
+ data.tar.gz: b92a95bd203a0db6750d4b633b57aa27c606405f89fcb991704674426a2438357437a9dd83b592f1b12ddb26c21b0f68a723361b0c980ebb53885cca98d29809
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.17.0 (2022-05-18)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+
3
7
  ### v0.16.0 (2022-04-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220415
@@ -377,12 +377,11 @@ module Google
377
377
  # Minimum slots available to this reservation. A slot is a unit of computational
378
378
  # power in BigQuery, and serves as the unit of parallelism. Queries using this
379
379
  # reservation might use more slots during runtime if ignore_idle_slots is set to
380
- # false. If the new reservation's slot capacity exceeds the project's slot
381
- # capacity or if total slot capacity of the new reservation and its siblings
382
- # exceeds the project's slot capacity, the request will fail with `google.rpc.
383
- # Code.RESOURCE_EXHAUSTED`. NOTE: for reservations in US or EU multi-regions,
384
- # slot capacity constraints are checked separately for default and auxiliary
385
- # regions. See multi_region_auxiliary flag for more details.
380
+ # false. If total slot_capacity of the reservation and its siblings exceeds the
381
+ # total slot_count of all capacity commitments, the request will fail with `
382
+ # google.rpc.Code.RESOURCE_EXHAUSTED`. NOTE: for reservations in US or EU multi-
383
+ # regions, slot capacity constraints are checked separately for default and
384
+ # auxiliary regions. See multi_region_auxiliary flag for more details.
386
385
  # Corresponds to the JSON property `slotCapacity`
387
386
  # @return [Fixnum]
388
387
  attr_accessor :slot_capacity
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.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 = "20220415"
25
+ REVISION = "20220511"
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.16.0
4
+ version: 0.17.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-04-25 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.17.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: []