google-cloud-advisory_notifications-v1 0.10.1 → 0.10.2

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: 3be8e82a34456d392807faf2f2b390aec9060c76d6ef6a9f2385673c5c733aa9
4
- data.tar.gz: 3a47e94a07a7573e92dba8dbff421a25e5692f0480daf357826ec4dac74cdc00
3
+ metadata.gz: fb995a1e6265cc6cf918dd9c61f293055cf2ab1a0a77fa22bee527a7f3c65677
4
+ data.tar.gz: 811af4d450450c573fa6f26a2837403418103624eb364efd7959d2089afe7f7c
5
5
  SHA512:
6
- metadata.gz: 6e20710a78d91499ea406613530e07dfac7176969ccb5ade9ded4847c0374e332a1482f86adfd579a427a70fb4dac0df0ab8282259951de7a781d44cfff5321d
7
- data.tar.gz: 4d8c595c0eb53542015b9b6431b8761ecf8162871a2a9954310b5b1e0e181dbf0e14cba88492701f01c01021ab8458c69b6ef2b5cc2e8f154ed93da0cbe76b48
6
+ metadata.gz: ba05833eb265fdfd92e41becb911e60fe4e9c4e061861d0540a222af3b30a6d3f183d2fe5c2c272a988b415c1d9e16312f90454f068b288e23b8254b04359d53
7
+ data.tar.gz: b9b0b633a5023e132024b4406fb6ea461c7bd9613e62a5c1bffd5a5d3a7c1a819eeae09119f6ffb43039e2710877dd93e6c9deac1703c6c7952c6c6a20d8a764
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AdvisoryNotifications
23
23
  module V1
24
- VERSION = "0.10.1"
24
+ VERSION = "0.10.2"
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-advisory_notifications-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
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-09 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