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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66c267996ffca04966ce973d8395e01aec87b70dd029072297479a507b49bb62
|
4
|
+
data.tar.gz: d6600b0ae9afa9a7539af51861c37a6bfd843f68a3d6bbeea07bca20e6a29603
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c3a49f8f0b3671dcd382e74b35bc51131cdf4a0073687f637d1f7ce1364ddde865a7f23401544dc08a168b235f1015c183947c0f80e9e9268d9ab6ef181316f
|
7
|
+
data.tar.gz: 73ec5225e6290b5fbe171d38e7bc19cf2e3448dac7928c503a395be4c56271e95d6ce51674b429d4e9fc3151470db688927eebe741bacace336a0c987167e2e3
|
data/CHANGELOG.md
CHANGED
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module BigqueryreservationV1
|
24
24
|
|
25
|
-
#
|
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
|
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.
|
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 = "
|
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
|
135
|
-
# request is about a project: 1. Assignments created on the
|
136
|
-
# returned if they exist. 2. Otherwise assignments created on
|
137
|
-
# ancestor will be returned. 3. Assignments for different JobTypes
|
138
|
-
# returned. The same logic applies if the request is about a folder.
|
139
|
-
# request is about an organization, then assignments created on the
|
140
|
-
# will be returned (organization doesn't have ancestors). Comparing
|
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.
|
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-
|
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.
|
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: []
|