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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c80c549aa054729e3296a5c8ba10767cd5bfc5f2edf9bc6e309cf3232424f4bc
|
|
4
|
+
data.tar.gz: 6224c01a293f020cd1e5d1ce025fcf4407bb97e77334357d6105b8b22bf0733d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6137100fd3ef3cc0ace4dbbb300ffce40d635b4a4996a5b6264c30e509991e07519b340ea6e93726be2cb1549d679e2bebf2b3652f67fbd9766a48ada9217b1b
|
|
7
|
+
data.tar.gz: b92a95bd203a0db6750d4b633b57aa27c606405f89fcb991704674426a2438357437a9dd83b592f1b12ddb26c21b0f68a723361b0c980ebb53885cca98d29809
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
381
|
-
#
|
|
382
|
-
#
|
|
383
|
-
#
|
|
384
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|