google-cloud-storage_transfer-v1 1.1.0 → 1.1.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: 40246c33482085fcba2c60fba09015372d472fea23404441b3dca96a2e430ad3
4
- data.tar.gz: 4314bcb73cf06235833acdf5046fef8ee12e04750c5206297e3d7356e6130c6b
3
+ metadata.gz: 45fb795177f75aea586fe5474b2713cf69181f1a9d6b57adcc81ccfa0d0d1bc6
4
+ data.tar.gz: 0006f1f7379c7838d899cc4244fa46e064ad80f0a3ba68c8a8ba56627b3a8d20
5
5
  SHA512:
6
- metadata.gz: a3bd64a1cd5e697cdf3e9c81bf9474094710886e42e32d172e30e27ce24d390d0e4f8247f29a29bf541f7b3dda0a72d2da374584c9bdbcc63a30b13e41aa4cb0
7
- data.tar.gz: 04b3cdf9999c5e74a6769230f0eada6556e781d667bd0823ba78d314689be5149339d4664b12bc85c1cec6a1444aae617ad6df253b26a24e5727fcd6fc7e35d4
6
+ metadata.gz: 73bce4f27811ced6fceed6a01089b1314a834a4e58f4e4f268e6fdfd9a325798199d023efd3bb4c94169d1dfe509f8a3a7797cb3fa3a90d9e6e2cc36d0d9ba65
7
+ data.tar.gz: ceb6b9b73f48b48a310eaddb5c6191d79e1d492dbdc301eb598560025842b8d42fb1ce0d1f86a77a4e9aa950f2e47e7ff7d0dc43681b71baca78db8577d37f83
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module StorageTransfer
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.1.1"
25
25
  end
26
26
  end
27
27
  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-storage_transfer-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.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-08-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