google-cloud-pubsub-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: 99ea985fb7349d53ff02985295ec5eb80d53e57455a6ff136437f2b404f9225d
4
- data.tar.gz: 95aee29ac50cfac82770841712ad39440712692dfeba7077b7b2b07f04f87289
3
+ metadata.gz: 98e739a2e8511f83ea8a6927da696ae6666bcd867890725a0f0909e0d850e760
4
+ data.tar.gz: ea171e611981c32735b16dcbcd06b91ceb53ab5ca3ffd55ccd7b7031ca97e8dd
5
5
  SHA512:
6
- metadata.gz: 70a6885b5d519209840441b57088f9dcf28f842b8c381f3a63703c073e9b8e769d2b7a086136450680ecacd1d9c9cce6c12c5d94a7a4cfb8da1307d7cf95f145
7
- data.tar.gz: c45f3ae143f568ade24b8294b788449e3635e66db18892b10d6971308baeca074ac141c2f63a07d9f53b5a8822a69d8644b05265d58a7869ce85618f7550100c
6
+ metadata.gz: e03389346142022089b2c93b2a36dc8a22220cf58c1790192ed74e601f49b484029b0858c93719765e4cac7d48b539ed73090c8577fbad099730642c26dd607c
7
+ data.tar.gz: 7e0e04c396439c558ee9c67f555718d40b815955eb23cb86d935e45b46252e3146975f6416848a178695ca1a5fe8c7dbbb6778fc0ad7e55d7b2ecdf429e7df6f
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PubSub
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-pubsub-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-07-25 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