google-cloud-translate-v3 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: 1e1fc5084669466e9d7e12ef9c5b6eb2a450687722b72b35598ecb522e2ab4d1
4
- data.tar.gz: f47eeab664e94a4c5a8675aba952fe90864079f1bba4201d689cf2a30b9a48de
3
+ metadata.gz: a1fc2b1914d1ba875131cc8925c88e150f74c973402a39d2b04ef3c3db10ece4
4
+ data.tar.gz: b1268089dbbb59c346cbdb0361edef8eeefe31c18531d6511d49821da8c4cdc9
5
5
  SHA512:
6
- metadata.gz: c35c15ce998e63688c3869b24caf9c05cf0be1860dce2e34dd1159e08dfb18b55ada6b44e60aa607fa42d9d45cba21c186f3e554ab9cc828d02acb7a91467dc4
7
- data.tar.gz: bc3dc4c5377c69cf4b7c4da7dfc14eb6a6303e2e1254da580d5b1bb999e2b5602eca38cc4bb6bc8ff821d4f9768274eb0f2a579b9384c26e2bd749525ef9bf4f
6
+ metadata.gz: 7f2d9a2d0c11c9e6eff65c41895f15ef1804afe288e11f43a16aaa0199b0d482e847c7ba12e4093ada342b87e1247350f41dfaaabe72771c1ff19de4c024355a
7
+ data.tar.gz: cc39650cc47f4959cf7297f98f621dc67057fa6f8b601f1db1dbf82351c5df408838381d2914b80986b750b9a34a050c783646e70b43fbd327666f54c5d452f0
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Translate
23
23
  module V3
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-translate-v3
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-17 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