google-cloud-pubsub-v1 1.1.0 → 1.1.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: 99ea985fb7349d53ff02985295ec5eb80d53e57455a6ff136437f2b404f9225d
4
- data.tar.gz: 95aee29ac50cfac82770841712ad39440712692dfeba7077b7b2b07f04f87289
3
+ metadata.gz: c3f1da8c8b62fb6767abdbadc178ec93fc912d48fa23745ee0faac7053686f04
4
+ data.tar.gz: f177b96f216c17f304f57bd6fb2461d27f6c496916a8a4a60c6acf763839aff7
5
5
  SHA512:
6
- metadata.gz: 70a6885b5d519209840441b57088f9dcf28f842b8c381f3a63703c073e9b8e769d2b7a086136450680ecacd1d9c9cce6c12c5d94a7a4cfb8da1307d7cf95f145
7
- data.tar.gz: c45f3ae143f568ade24b8294b788449e3635e66db18892b10d6971308baeca074ac141c2f63a07d9f53b5a8822a69d8644b05265d58a7869ce85618f7550100c
6
+ metadata.gz: 63df0fa16f4792a7a7a3420732425ef8d9f465135bb68ceb4da4e5e4a178120b219231ad6444e14c1a2fa6f4101ededfb0788a68e2cfff74e874a88a10e9eee0
7
+ data.tar.gz: 8d67d4c4c975bef6c869e9eeb528edbc16e81c20435fa471e0ca3f969e3e6ef015c0a149608bd60a39e8fff75c5b300cc01db1415eb63549216b08bc94d431e2
@@ -341,7 +341,7 @@ module Google
341
341
  # backlog, from the moment a message is published. If `retain_acked_messages`
342
342
  # is true, then this also configures the retention of acknowledged messages,
343
343
  # and thus configures how far back in time a `Seek` can be done. Defaults to
344
- # 7 days. Cannot be more than 7 days or less than 10 minutes.
344
+ # 7 days. Cannot be more than 31 days or less than 10 minutes.
345
345
  # @param labels [::Hash{::String => ::String}]
346
346
  # Optional. See [Creating and managing
347
347
  # labels](https://cloud.google.com/pubsub/docs/labels).
@@ -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.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.
@@ -500,7 +500,7 @@ module Google
500
500
  # backlog, from the moment a message is published. If `retain_acked_messages`
501
501
  # is true, then this also configures the retention of acknowledged messages,
502
502
  # and thus configures how far back in time a `Seek` can be done. Defaults to
503
- # 7 days. Cannot be more than 7 days or less than 10 minutes.
503
+ # 7 days. Cannot be more than 31 days or less than 10 minutes.
504
504
  # @!attribute [rw] labels
505
505
  # @return [::Google::Protobuf::Map{::String => ::String}]
506
506
  # Optional. See [Creating and managing
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.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-07-25 00:00:00.000000000 Z
11
+ date: 2024-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common