google-apis-bigqueryreservation_v1beta1 0.14.0 → 0.15.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: 90cd5611f7c8a6bfd971a98e8b189c8faf49956ce9e836a7c03ff56cb53223f6
|
4
|
+
data.tar.gz: 7d9410821dd4fc981c683aa6058b6fbab751cb11e62ad7106031fcb6cfe5e249
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d72bf14ca1e7e945227c895f6cd4589e2df98336320627f1ea40f2b2e4459df19e88f21c4901f085770eb7d423a87740d8b472cf28461949f6263af1b846fae
|
7
|
+
data.tar.gz: 0ef265028e6ca4c625d70c46e21508df06d6893411483bc773fe07654eec8c39374dc75629642e53ad770a4d78dadb65f08bed9bc4766ed9caf40a16b8c1a319
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|