google-cloud-pubsub-v1 1.1.1 → 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: 98e739a2e8511f83ea8a6927da696ae6666bcd867890725a0f0909e0d850e760
4
- data.tar.gz: ea171e611981c32735b16dcbcd06b91ceb53ab5ca3ffd55ccd7b7031ca97e8dd
3
+ metadata.gz: c3f1da8c8b62fb6767abdbadc178ec93fc912d48fa23745ee0faac7053686f04
4
+ data.tar.gz: f177b96f216c17f304f57bd6fb2461d27f6c496916a8a4a60c6acf763839aff7
5
5
  SHA512:
6
- metadata.gz: e03389346142022089b2c93b2a36dc8a22220cf58c1790192ed74e601f49b484029b0858c93719765e4cac7d48b539ed73090c8577fbad099730642c26dd607c
7
- data.tar.gz: 7e0e04c396439c558ee9c67f555718d40b815955eb23cb86d935e45b46252e3146975f6416848a178695ca1a5fe8c7dbbb6778fc0ad7e55d7b2ecdf429e7df6f
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.1"
24
+ VERSION = "1.1.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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.1
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-08-30 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