google-cloud-document_ai-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: 90f01ee254c056d238f531d1135ca1ca7820a5dc35a7c4f60ab855dd3846d390
4
- data.tar.gz: 247bd4dc89be40cf9af578b1527fbcb6971b2200882c29f0e2a02da36fb91754
3
+ metadata.gz: b70f8144f9c98c05827b99942bda8a464e300f9f52ee3ee313f95b4d8d6ad98a
4
+ data.tar.gz: 907bec635ca58b464d9125c073b1f30c610d1674d5457f9c19d8fde39d8c1e4f
5
5
  SHA512:
6
- metadata.gz: 1b5d49f36e0873e55f5f9e5ea83d8924cbcc91e1a2deb2be7972384544d2f290d8fa87e83a6a91a5445cbbfa34d3a22ae97c41a6ae2300939ca5596ce6e7b6a8
7
- data.tar.gz: 6f46df41ebff5d1ed18bf94cbaa28ed1b60d8a30e565b458307f6859f7d004a11dc99f94ab186dbcd7d2734bb11aea0a4bae534f62fc3d5825f9bef4da5019af
6
+ metadata.gz: 954cde78a090b61822b2f0a939f4666aa0f55da4ef456d1b3af168060925ac0821df35fc77d4cb562932668de1969933e3d0c1b5cf9322ba753a8d69e4cb8fb5
7
+ data.tar.gz: 88cb76e6701c4014e5cda7558df28e5e9a97e2fb3c10d9a0d3b0b8015a6b8d490fbed2a6ef41d60546e504363b3f5d8999ca59ab78d2df8fc0f7c967b81193a9
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module DocumentAI
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-document_ai-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-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