google-apis-bigqueryreservation_v1beta1 0.3.0 → 0.4.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/bigqueryreservation_v1beta1.rb +1 -1
- data/lib/google/apis/bigqueryreservation_v1beta1/classes.rb +0 -20
- data/lib/google/apis/bigqueryreservation_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/bigqueryreservation_v1beta1/representations.rb +0 -13
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4fa0912579d66130af34f845a7edcc5be6c3c9ed268520d166b7033a384e77c
|
4
|
+
data.tar.gz: 51f75d3cf13dbbc0f85ddf7784db73da04cd727f89d9e5c3759ee9d2f3278ae3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b7cccdbb764552627330fd4e870ad479556fec5b7a884019d6a28950101326088159d988d75554dda6162bf35cae7fddddc8b2fd1e51a8d8efa11494c48c495
|
7
|
+
data.tar.gz: e958b14a47d53c4e9edf78663a88cd544703584ca3e59a4678145fad488238fe4903be3305ebdf67fa7f508d9dfe7cc20bde66ad921439af95925339d776bbc0
|
data/CHANGELOG.md
CHANGED
@@ -32,7 +32,7 @@ module Google
|
|
32
32
|
# View and manage your data in Google BigQuery
|
33
33
|
AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery'
|
34
34
|
|
35
|
-
#
|
35
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
36
36
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
37
37
|
end
|
38
38
|
end
|
@@ -170,26 +170,6 @@ module Google
|
|
170
170
|
end
|
171
171
|
end
|
172
172
|
|
173
|
-
# The metadata for operation returned from ReservationService.CreateSlotPool.
|
174
|
-
class CreateSlotPoolMetadata
|
175
|
-
include Google::Apis::Core::Hashable
|
176
|
-
|
177
|
-
# Resource name of the slot pool that is being created. E.g., projects/myproject/
|
178
|
-
# locations/us-central1/reservations/foo/slotPools/123
|
179
|
-
# Corresponds to the JSON property `slotPool`
|
180
|
-
# @return [String]
|
181
|
-
attr_accessor :slot_pool
|
182
|
-
|
183
|
-
def initialize(**args)
|
184
|
-
update!(**args)
|
185
|
-
end
|
186
|
-
|
187
|
-
# Update properties of this object
|
188
|
-
def update!(**args)
|
189
|
-
@slot_pool = args[:slot_pool] if args.key?(:slot_pool)
|
190
|
-
end
|
191
|
-
end
|
192
|
-
|
193
173
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
194
174
|
# messages in your APIs. A typical example is to use it as the request or the
|
195
175
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
@@ -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.4.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210324"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -40,12 +40,6 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
-
class CreateSlotPoolMetadata
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
-
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
47
|
-
end
|
48
|
-
|
49
43
|
class Empty
|
50
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
45
|
|
@@ -146,13 +140,6 @@ module Google
|
|
146
140
|
end
|
147
141
|
end
|
148
142
|
|
149
|
-
class CreateSlotPoolMetadata
|
150
|
-
# @private
|
151
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
152
|
-
property :slot_pool, as: 'slotPool'
|
153
|
-
end
|
154
|
-
end
|
155
|
-
|
156
143
|
class Empty
|
157
144
|
# @private
|
158
145
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.4.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-
|
11
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryreservation_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1beta1/v0.4.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryreservation_v1beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|