google-apis-bigqueryreservation_v1 0.10.0 → 0.11.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: 66c267996ffca04966ce973d8395e01aec87b70dd029072297479a507b49bb62
4
- data.tar.gz: d6600b0ae9afa9a7539af51861c37a6bfd843f68a3d6bbeea07bca20e6a29603
3
+ metadata.gz: 9782da66170ab924538ffde649414e23681858cb7a7c92fcaf42b5778f3408a6
4
+ data.tar.gz: 79528b45c1c75ffe7a712dc0423aad77705b88c78be017f4dc8eb5a045cd7f36
5
5
  SHA512:
6
- metadata.gz: 4c3a49f8f0b3671dcd382e74b35bc51131cdf4a0073687f637d1f7ce1364ddde865a7f23401544dc08a168b235f1015c183947c0f80e9e9268d9ab6ef181316f
7
- data.tar.gz: 73ec5225e6290b5fbe171d38e7bc19cf2e3448dac7928c503a395be4c56271e95d6ce51674b429d4e9fc3151470db688927eebe741bacace336a0c987167e2e3
6
+ metadata.gz: 82b8e29251ce9fb347587915a5e1658eec900ba0633984ce9a59bf9dac386a1e4e265fe8fc788a89ad75734c77ad13aac1ea8f9292eefa59d8e15f89cb9065a0
7
+ data.tar.gz: cce7cbbb8bc63c236e772576f72b10cf644dbf7dfe2548d0b51f4a5de0c63f1fa85af51fb32d38f47905e9951659fb8b094782373141aa59d30ee25faa83a2fc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.11.0 (2021-10-21)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+ * Unspecified changes
7
+
3
8
  ### v0.10.0 (2021-09-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20210910
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Bigqueryreservation service in particular.)
67
67
 
@@ -337,10 +337,12 @@ module Google
337
337
  # Minimum slots available to this reservation. A slot is a unit of computational
338
338
  # power in BigQuery, and serves as the unit of parallelism. Queries using this
339
339
  # reservation might use more slots during runtime if ignore_idle_slots is set to
340
- # false. If the new reservation's slot capacity exceed the parent's slot
340
+ # false. If the new reservation's slot capacity exceed the project's slot
341
341
  # capacity or if total slot capacity of the new reservation and its siblings
342
- # exceeds the parent's slot capacity, the request will fail with `google.rpc.
343
- # Code.RESOURCE_EXHAUSTED`.
342
+ # exceeds the project's slot capacity, the request will fail with `google.rpc.
343
+ # Code.RESOURCE_EXHAUSTED`. NOTE: for reservations in US or EU multi-regions
344
+ # slot capacity constraints are checked separately for default and auxiliary
345
+ # regions. See multi_region_auxiliary flag for more details.
344
346
  # Corresponds to the JSON property `slotCapacity`
345
347
  # @return [Fixnum]
346
348
  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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210910"
25
+ REVISION = "20211015"
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.10.0
4
+ version: 0.11.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: 2021-09-20 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryreservation_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryreservation_v1
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.11.0
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: []
65
65
  require_paths: