google-cloud-language-v2 0.5.0 → 0.5.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: 93c224f839612ccfa7721972e82831bd08308e451d489be75092ccfc6a3a6990
4
- data.tar.gz: 98a0b6ae36a39d9c9531768b8e4e096041cb0302cc252e49afcf307cde8b104c
3
+ metadata.gz: f13ef383b124439fb93b9050d69b315b6411d6e51d2fbc2a6e3cc215bbdf1992
4
+ data.tar.gz: 17c594316f6fd4255b7b11fae1f75adb75891cdd1210cefc9bab7dca81ccc431
5
5
  SHA512:
6
- metadata.gz: cfbc371aa41386fe234681c9feb0e3cf2a66909a6a78ad1d87da1deb0850957d59aa9e9e9ea56dffa997b0f7067c9c2e1f452b27430bdc508919c0b5c3586237
7
- data.tar.gz: 35c9445bb64a65244409f6bcc17f65961d9f0b7cee46782dd898c7d182a44d0c1c39e438c10ae61e0191b334c41c22a155d318f3be23c0b4f074cfeb3c901cf1
6
+ metadata.gz: fb29f4db1352576ba3a98551829f88c1f20ba5e33612672e6699d894bdebf88d0b5197e1bdfbad3381b3ddf2ad960a1ab152f335e2ef618de77e928d06bc7a25
7
+ data.tar.gz: 3aa590901987da89d688dd6c4faad979306ec1e82cbff3ed8841013621e31f98ef3e42765664ae6b75fda78ec30d1b4e3b7f70b1656d24d6ac01262410f47867
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Language
23
23
  module V2
24
- VERSION = "0.5.0"
24
+ VERSION = "0.5.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-language-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.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-05 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