google-apis-bigqueryreservation_v1 0.23.0 → 0.24.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: 2553bf42194a9acdecec97517f61baa2943a0e695881f1a21baa5170d8a202fd
4
- data.tar.gz: dd6172df7bb1a7cff57d7a912e46091e3c6e559b8d94244fadcc8fd45b8993d2
3
+ metadata.gz: 82692dbdf94a3030c6b49e269f08a2ebd5c06d25d4699cd050d4d0d596c2ad6f
4
+ data.tar.gz: 7489098557eefd0488aaf113471f22a1061c3b318d277a6023032da4f6c639f7
5
5
  SHA512:
6
- metadata.gz: ecbd6826fddaa9097e272b1af1ecc6ad65d5bb83a9a6a4670e2ac992194e88f1cb8bc644e282b945a597f299a320a04f1729d34f2fc7c955dc690d0e31f3219c
7
- data.tar.gz: f5d0c9883fc303c780015540175943ca19fbf0b1245f79a4cdd7f5c5f48b7ac0933d35a5ff57f4514beeabd5e609a9ff074bcc752bef3f98ff15af46ffa9ce6f
6
+ metadata.gz: 9d01c69c1cae12aee1a8d6f62b16080b182b20b5db3f7e09455bb8bf244fc0369e6588b3d98bb66e3d37af035ed9456db4b3f0a3fa296e462aeff7281602c0ea
7
+ data.tar.gz: 1129ccb8561294fac458f99ecacc8031d8424c58a5f2000c9f135d8a369dc3e33010353367df4ce552ab12c33368833df0f276b5b258c5393cca10cf2a308b15
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.24.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230201
6
+
3
7
  ### v0.23.0 (2023-01-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20230121
@@ -64,17 +64,7 @@ module Google
64
64
  end
65
65
  end
66
66
 
67
- # Auto scaling settings. max_slots and budget are mutually exclusive. If
68
- # max_slots is set: * The system will create a dedicated `FLEX` capacity
69
- # commitment to hold the slots for auto-scale. Users won't be able to manage it,
70
- # to avoid conflicts. * Scale-up will happen if there are always pending tasks
71
- # for the past 10 minutes. * Scale-down will happen, if the system detects that
72
- # scale-up won't be triggered again. If budget is set: * The system will try to
73
- # use more slots immediately. * At a particular moment, the number of slots
74
- # scaled is determined by the sytsem, based on the remaining budget and system
75
- # limit. But overall the usage will conform to the budget if there is enough
76
- # traffic. * The system will round the slot usage every minute. **Note** this is
77
- # an alpha feature.
67
+ # Auto scaling settings.
78
68
  class Autoscale
79
69
  include Google::Apis::Core::Hashable
80
70
 
@@ -376,17 +366,7 @@ module Google
376
366
  class Reservation
377
367
  include Google::Apis::Core::Hashable
378
368
 
379
- # Auto scaling settings. max_slots and budget are mutually exclusive. If
380
- # max_slots is set: * The system will create a dedicated `FLEX` capacity
381
- # commitment to hold the slots for auto-scale. Users won't be able to manage it,
382
- # to avoid conflicts. * Scale-up will happen if there are always pending tasks
383
- # for the past 10 minutes. * Scale-down will happen, if the system detects that
384
- # scale-up won't be triggered again. If budget is set: * The system will try to
385
- # use more slots immediately. * At a particular moment, the number of slots
386
- # scaled is determined by the sytsem, based on the remaining budget and system
387
- # limit. But overall the usage will conform to the budget if there is enough
388
- # traffic. * The system will round the slot usage every minute. **Note** this is
389
- # an alpha feature.
369
+ # Auto scaling settings.
390
370
  # Corresponds to the JSON property `autoscale`
391
371
  # @return [Google::Apis::BigqueryreservationV1::Autoscale]
392
372
  attr_accessor :autoscale
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230121"
25
+ REVISION = "20230201"
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.23.0
4
+ version: 0.24.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: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-05 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.24.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: []