google-cloud-bigquery-reservation-v1 0.8.0 → 0.8.1

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: f700df3e772219789e42945c9882c85335102b4ab54144d2e15f18bc18e8c0a6
4
- data.tar.gz: 5e4fa02dab05445bedebff685d6ae1168dbe884f3ba3d45cc5b0b1b63c69048a
3
+ metadata.gz: a1ebe2c7f28d8f507a068f66471eaf1f00e01a43a8e471e4d32de33e903ea8ff
4
+ data.tar.gz: 84da11db6bfb0ed7198822170f17aca01e5bea02868608e21f422e6312611253
5
5
  SHA512:
6
- metadata.gz: 1fd72e1d6af15f41e10709c63d3b058bccd5d06f6ef57ce7bfc059c41ad8b91c152315a747eb7129d5946386e165288e436f9eea3fff3b20dd080db4d830af3d
7
- data.tar.gz: 20c0b758fdd3d0a66ac3eb0890891e8eccdf980cc444ded4ee1b6526bc5e0ad7882cc52b0d9c8d1b49555483c6fb4283f332e3fd5a7fcd044fa32b93c03e1f71
6
+ metadata.gz: 3d6b3c696eb7c5dbadbc7c4399e7db060c93284351657abaeeddb9d42d4376a850ed2dfc2456fd51548909c64402cfd7fd8e896516e8090d9ed31ad36977b625
7
+ data.tar.gz: 82df1ab50ab0d885106497b4476b2d0b2deae3b7238e2c1e6717681d3df23947c0398f3a29187ca75f17c788ed0ba373c47abbab886d3022062d1bc52754714b
@@ -28,7 +28,7 @@ module Google
28
28
  ##
29
29
  # Client for the ReservationService service.
30
30
  #
31
- # This API allows users to manage their flat-rate BigQuery reservations.
31
+ # This API allows users to manage their BigQuery reservations.
32
32
  #
33
33
  # A reservation provides computational resource guarantees, in the form of
34
34
  # [slots](https://cloud.google.com/bigquery/docs/slots), to users. A slot is a
@@ -30,7 +30,7 @@ module Google
30
30
  ##
31
31
  # REST client for the ReservationService service.
32
32
  #
33
- # This API allows users to manage their flat-rate BigQuery reservations.
33
+ # This API allows users to manage their BigQuery reservations.
34
34
  #
35
35
  # A reservation provides computational resource guarantees, in the form of
36
36
  # [slots](https://cloud.google.com/bigquery/docs/slots), to users. A slot is a
@@ -32,7 +32,7 @@ module Google
32
32
  module Reservation
33
33
  module V1
34
34
  ##
35
- # This API allows users to manage their flat-rate BigQuery reservations.
35
+ # This API allows users to manage their BigQuery reservations.
36
36
  #
37
37
  # A reservation provides computational resource guarantees, in the form of
38
38
  # [slots](https://cloud.google.com/bigquery/docs/slots), to users. A slot is a
@@ -33,7 +33,7 @@ module Google
33
33
  module Reservation
34
34
  module V1
35
35
  ##
36
- # This API allows users to manage their flat-rate BigQuery reservations.
36
+ # This API allows users to manage their BigQuery reservations.
37
37
  #
38
38
  # A reservation provides computational resource guarantees, in the form of
39
39
  # [slots](https://cloud.google.com/bigquery/docs/slots), to users. A slot is a
@@ -25,7 +25,7 @@ module Google
25
25
  module Reservation
26
26
  module V1
27
27
  module ReservationService
28
- # This API allows users to manage their flat-rate BigQuery reservations.
28
+ # This API allows users to manage their BigQuery reservations.
29
29
  #
30
30
  # A reservation provides computational resource guarantees, in the form of
31
31
  # [slots](https://cloud.google.com/bigquery/docs/slots), to users. A slot is a
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Reservation
24
24
  module V1
25
- VERSION = "0.8.0"
25
+ VERSION = "0.8.1"
26
26
  end
27
27
  end
28
28
  end
@@ -209,9 +209,57 @@ module Google
209
209
  # @!attribute [rw] common
210
210
  # @return [::Google::Api::CommonLanguageSettings]
211
211
  # Some settings.
212
+ # @!attribute [rw] renamed_services
213
+ # @return [::Google::Protobuf::Map{::String => ::String}]
214
+ # Map from original service names to renamed versions.
215
+ # This is used when the default generated types
216
+ # would cause a naming conflict. (Neither name is
217
+ # fully-qualified.)
218
+ # Example: Subscriber to SubscriberServiceApi.
219
+ # @!attribute [rw] renamed_resources
220
+ # @return [::Google::Protobuf::Map{::String => ::String}]
221
+ # Map from full resource types to the effective short name
222
+ # for the resource. This is used when otherwise resource
223
+ # named from different services would cause naming collisions.
224
+ # Example entry:
225
+ # "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
226
+ # @!attribute [rw] ignored_resources
227
+ # @return [::Array<::String>]
228
+ # List of full resource types to ignore during generation.
229
+ # This is typically used for API-specific Location resources,
230
+ # which should be handled by the generator as if they were actually
231
+ # the common Location resources.
232
+ # Example entry: "documentai.googleapis.com/Location"
233
+ # @!attribute [rw] forced_namespace_aliases
234
+ # @return [::Array<::String>]
235
+ # Namespaces which must be aliased in snippets due to
236
+ # a known (but non-generator-predictable) naming collision
237
+ # @!attribute [rw] handwritten_signatures
238
+ # @return [::Array<::String>]
239
+ # Method signatures (in the form "service.method(signature)")
240
+ # which are provided separately, so shouldn't be generated.
241
+ # Snippets *calling* these methods are still generated, however.
212
242
  class DotnetSettings
213
243
  include ::Google::Protobuf::MessageExts
214
244
  extend ::Google::Protobuf::MessageExts::ClassMethods
245
+
246
+ # @!attribute [rw] key
247
+ # @return [::String]
248
+ # @!attribute [rw] value
249
+ # @return [::String]
250
+ class RenamedServicesEntry
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+ end
254
+
255
+ # @!attribute [rw] key
256
+ # @return [::String]
257
+ # @!attribute [rw] value
258
+ # @return [::String]
259
+ class RenamedResourcesEntry
260
+ include ::Google::Protobuf::MessageExts
261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
262
+ end
215
263
  end
216
264
 
217
265
  # Settings for Ruby client libraries.
@@ -80,6 +80,9 @@ module Google
80
80
  # If set to true, this reservation is placed in the organization's
81
81
  # secondary region which is designated for disaster recovery purposes.
82
82
  # If false, this reservation is placed in the organization's default region.
83
+ #
84
+ # NOTE: this is a preview feature. Project must be allow-listed in order to
85
+ # set this field.
83
86
  # @!attribute [rw] edition
84
87
  # @return [::Google::Cloud::Bigquery::Reservation::V1::Edition]
85
88
  # Edition of the reservation.
@@ -151,6 +154,9 @@ module Google
151
154
  # If set to true, this commitment is placed in the organization's
152
155
  # secondary region which is designated for disaster recovery purposes.
153
156
  # If false, this commitment is placed in the organization's default region.
157
+ #
158
+ # NOTE: this is a preview feature. Project must be allow-listed in order to
159
+ # set this field.
154
160
  # @!attribute [rw] edition
155
161
  # @return [::Google::Cloud::Bigquery::Reservation::V1::Edition]
156
162
  # Edition of the capacity commitment.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-reservation-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-24 00:00:00.000000000 Z
11
+ date: 2023-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common