google-cloud-dlp-v2 1.3.0 → 1.3.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: 1790f21066c2e9b87d2d04c30b0749c534e8b32d4055368f3dc62f9bac02ced1
4
- data.tar.gz: a9c3c6a1f3eddf983393901e87a05c1740df0ffd7651676bb7f06e26493812c9
3
+ metadata.gz: 7f6f174f4bfc7b4fe92a0c4acd639041cebf9bb2ce8fefec72b5a78030cd6f3f
4
+ data.tar.gz: 313b17f9aa109fe1568aacdfe820f29e85599cb3a0e883d0aed00d8acb62db2c
5
5
  SHA512:
6
- metadata.gz: d5e342754f210bed3426ea64b22decf50bfb0a97b94869a4141910573f269d6a033ae8c11c12ca8b7e314ef8ec0e9c827d5a89fb50f0da90aa943ea62770b3cd
7
- data.tar.gz: 0f06c42ba4a89a1ea78a98d4e8460074a9a9690b300ff28805ba2f3b9b3ba2d96b6afdc06133c7af3e20e902b6d557b79c2515f09a1dc08188880cb2b1000175
6
+ metadata.gz: 2ab71aeb58cefe458dfa969a47e36a94e2e2761090e4caada55a6b36eddb72a059398e58f10908a69eb98fd58181269fcb7c3e1212bf799b63c1ba27d6f60cf1
7
+ data.tar.gz: f03d8a4c3b856bdcec2efa467d361b7336283d40b861db5d063a35614f8c848d36bc67fb1c2b55f7f07e9e29c6b69795937bcde8aac1cde223d0b6812ddbf021
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dlp
23
23
  module V2
24
- VERSION = "1.3.0"
24
+ VERSION = "1.3.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-dlp-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.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