google-cloud-security_center-v2 0.4.0 → 0.4.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: a0a8e9a01fa3602a015630100767ec549bea1b4da51353039bdb57db12d7f0d1
4
- data.tar.gz: dcfc410f36d59697b3db6440704f6dd4ee8f19c58105949e423d6eff83b82be2
3
+ metadata.gz: c9be62dfe061d4dce319ba199686956add51390cb806f25efbf2dbbcc8e9f4fa
4
+ data.tar.gz: 7d061959bf3fb5228fac20d00cbde1630162c042edc565dca2349f7cc8af32de
5
5
  SHA512:
6
- metadata.gz: 30a77f612379bd09546cb765871c00a6e0e608deb88c6e84f19d7bfa8fe692f5c7d2013ace87be1c94f00970afe3b2e2c4bd4e2541c29597e7e83a03dc4627da
7
- data.tar.gz: 68647d92b5427c14f92fc54e6c12b97ab526886ed51a02b585444ae639509a58f02a48501c20deb4f192bd04962317d41517fbde2282fd3ddade0aaebbeac453
6
+ metadata.gz: dfd27f57bc95defebf853d1aa62adaead8096bb754c4d433f25603b365949d3219c7a3282954533f5a84aaf3553acc6929ceca4b9a4f5fd42eebb13c5e00f3b7
7
+ data.tar.gz: d3ac9d3eccaa76dd2c1bbb7a94f15c5bbe6b910fac644aa9b6e18b9fa70f9672eceeade8ef88802e2464eac06625e9e84f6f183ece85ab865a65fbada04372f4
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
23
  module V2
24
- VERSION = "0.4.0"
24
+ VERSION = "0.4.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-security_center-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.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