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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10ee2953bcd5ad61070b5a361e227dda97165f38402377ffed21b9e34e8b3c79
4
- data.tar.gz: 42ba532ed31922fa97aeb27b95774009ad8612b1a502aa110db91420d80a1f85
3
+ metadata.gz: e4fa0912579d66130af34f845a7edcc5be6c3c9ed268520d166b7033a384e77c
4
+ data.tar.gz: 51f75d3cf13dbbc0f85ddf7784db73da04cd727f89d9e5c3759ee9d2f3278ae3
5
5
  SHA512:
6
- metadata.gz: d2a52d83f89a440e0235e511788b5597f1f9234c3c5100c8d9e03aaa55284bf8d6d1272f8e0166df61400efef84583e6a00d27316bce2cc33e430f9a6fb63050
7
- data.tar.gz: 33ca318335b8530b646305023b7fbbf27988c39cc28dd4ccc577747dfc0d8e66c9456535350a5dd916bf68387010655b55e10b38109339386b296883375915ad
6
+ metadata.gz: 4b7cccdbb764552627330fd4e870ad479556fec5b7a884019d6a28950101326088159d988d75554dda6162bf35cae7fddddc8b2fd1e51a8d8efa11494c48c495
7
+ data.tar.gz: e958b14a47d53c4e9edf78663a88cd544703584ca3e59a4678145fad488238fe4903be3305ebdf67fa7f508d9dfe7cc20bde66ad921439af95925339d776bbc0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1beta1
2
2
 
3
+ ### v0.4.0 (2021-03-31)
4
+
5
+ * Regenerated from discovery document revision 20210324
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -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
- # View and manage your data across Google Cloud Platform services
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.3.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.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210217"
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.3.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-03-08 00:00:00.000000000 Z
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.3.0
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: []