google-apis-bigqueryreservation_v1 0.9.0 → 0.10.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: fafcdceabb0bcde93a755ea235e468d56908bae4f08ffa204f953aa73706b23c
4
- data.tar.gz: 9beb3686b9657c070b3dca5ece57d34e1f4b0cee4815ebdccdcb8087b49ed0d5
3
+ metadata.gz: 66c267996ffca04966ce973d8395e01aec87b70dd029072297479a507b49bb62
4
+ data.tar.gz: d6600b0ae9afa9a7539af51861c37a6bfd843f68a3d6bbeea07bca20e6a29603
5
5
  SHA512:
6
- metadata.gz: 36a05abaa102e5b0be811f76f2aab7fc4611d6a8758bf6eb13e77d7dcd6f7b91520b65890ebb2bf33a30533b9dd891a487250d722f76f07470cfdc4d71e0bbf5
7
- data.tar.gz: c8989afab7b233b8335bf99ef1c1f6ca37aa094bf08608cd1bdfcc32e06833376700e6642ecc003b3bf7450fa9bb52b5f3ceecd0bbf16dd0d2db7ddbb139cf67
6
+ metadata.gz: 4c3a49f8f0b3671dcd382e74b35bc51131cdf4a0073687f637d1f7ce1364ddde865a7f23401544dc08a168b235f1015c183947c0f80e9e9268d9ab6ef181316f
7
+ data.tar.gz: 73ec5225e6290b5fbe171d38e7bc19cf2e3448dac7928c503a395be4c56271e95d6ce51674b429d4e9fc3151470db688927eebe741bacace336a0c987167e2e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.10.0 (2021-09-16)
4
+
5
+ * Regenerated from discovery document revision 20210910
6
+
3
7
  ### v0.9.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210806
@@ -22,7 +22,7 @@ module Google
22
22
  module Apis
23
23
  module BigqueryreservationV1
24
24
 
25
- # A Assignment allows a project to submit jobs of a certain type using slots
25
+ # An assignment allows a project to submit jobs of a certain type using slots
26
26
  # from the specified reservation.
27
27
  class Assignment
28
28
  include Google::Apis::Core::Hashable
@@ -322,7 +322,7 @@ module Google
322
322
  # If false, any query or pipeline job using this reservation will use idle slots
323
323
  # from other reservations within the same admin project. If true, a query or
324
324
  # pipeline job using this reservation will execute with the slot capacity
325
- # specified above at most.
325
+ # specified in the slot_capacity field at most.
326
326
  # Corresponds to the JSON property `ignoreIdleSlots`
327
327
  # @return [Boolean]
328
328
  attr_accessor :ignore_idle_slots
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.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 = "20210806"
25
+ REVISION = "20210910"
26
26
  end
27
27
  end
28
28
  end
@@ -131,14 +131,14 @@ module Google
131
131
  execute_or_queue_command(command, &block)
132
132
  end
133
133
 
134
- # Looks up assignments for a specified resource for a particular region. If the
135
- # request is about a project: 1. Assignments created on the project will be
136
- # returned if they exist. 2. Otherwise assignments created on the closest
137
- # ancestor will be returned. 3. Assignments for different JobTypes will all be
138
- # returned. The same logic applies if the request is about a folder. If the
139
- # request is about an organization, then assignments created on the organization
140
- # will be returned (organization doesn't have ancestors). Comparing to
141
- # ListAssignments, there are some behavior differences: 1. permission on the
134
+ # Deprecated: Looks up assignments for a specified resource for a particular
135
+ # region. If the request is about a project: 1. Assignments created on the
136
+ # project will be returned if they exist. 2. Otherwise assignments created on
137
+ # the closest ancestor will be returned. 3. Assignments for different JobTypes
138
+ # will all be returned. The same logic applies if the request is about a folder.
139
+ # If the request is about an organization, then assignments created on the
140
+ # organization will be returned (organization doesn't have ancestors). Comparing
141
+ # to ListAssignments, there are some behavior differences: 1. permission on the
142
142
  # assignee will be verified in this API. 2. Hierarchy lookup (project->folder->
143
143
  # organization) happens in this API. 3. Parent here is `projects/*/locations/*`,
144
144
  # instead of `projects/*/locations/*reservations/*`. **Note** "-" cannot be used
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.9.0
4
+ version: 0.10.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-06 00:00:00.000000000 Z
11
+ date: 2021-09-20 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/master/generated/google-apis-bigqueryreservation_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryreservation_v1
63
63
  post_install_message:
64
64
  rdoc_options: []