google-cloud-bigquery-migration-v2 0.11.0 → 0.11.1

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: 34854f1c554777210a2a7bcbe19a03bf215bf80e1575dbde194b433796c46b3d
4
- data.tar.gz: 3b993561cd2489dab4a4638afe69d6473a2e0b6155737121ecda7e000858fba0
3
+ metadata.gz: e75ec524ac19fb33874aada6810ca8007111f0b40b3127c57b5d07c1870b21e3
4
+ data.tar.gz: 8662bf021589b1f16ea5b2b86c85444e1a968ac67947bcda5273335af421b53a
5
5
  SHA512:
6
- metadata.gz: 4926509e56e7a5e13b514ac9cd22f0ae9d7cee434cf82738c9bc510dedc489d843b83e208c9c12bd7c3a38c8eb4dedbc82129db29c8edfc0ac50a4424ef445d2
7
- data.tar.gz: e1391b60019e8b82ac8624b136979f20fa4e0ce441e0e2113662d90782c0661cf77b2e736d152a510d8925ab0f3c93fb3708821c63b0e4cc5d126fb42ab6557d
6
+ metadata.gz: 1a315b46f736a20ab7ccfe22bb08b19fe9f0a362acf020ba8667bacd570114761e4e0ee2596adf1beb83f733463a4b5e10f06a69b17654dfbb7066f656f5a8d0
7
+ data.tar.gz: 30c5b8ec14c21e4e1a1b0313a018406131f11ed083e3d19faf9af87ab2250cd8919a5c759fabcc9edbcef15a9a368cd3a4f9b3669772dab1cad65527d746f50f
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Migration
24
24
  module V2
25
- VERSION = "0.11.0"
25
+ VERSION = "0.11.1"
26
26
  end
27
27
  end
28
28
  end
@@ -196,9 +196,26 @@ module Google
196
196
  # @!attribute [rw] common
197
197
  # @return [::Google::Api::CommonLanguageSettings]
198
198
  # Some settings.
199
+ # @!attribute [rw] experimental_features
200
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
201
+ # Experimental features to be included during client library generation.
199
202
  class PythonSettings
200
203
  include ::Google::Protobuf::MessageExts
201
204
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
+
206
+ # Experimental features to be included during client library generation.
207
+ # These fields will be deprecated once the feature graduates and is enabled
208
+ # by default.
209
+ # @!attribute [rw] rest_async_io_enabled
210
+ # @return [::Boolean]
211
+ # Enables generation of asynchronous REST clients if `rest` transport is
212
+ # enabled. By default, asynchronous REST clients will not be generated.
213
+ # This feature will be enabled by default 1 month after launching the
214
+ # feature in preview packages.
215
+ class ExperimentalFeatures
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
202
219
  end
203
220
 
204
221
  # Settings for Node client libraries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-migration-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.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: 2024-07-22 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common