google-cloud-pubsub-v1 0.15.0 → 0.15.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: 6e21016a2e45d034489befd63714d08d6bb558490fbb32d35a5996fda7d2de15
4
- data.tar.gz: 9563b93c44365e0a6eaccc4572383d77b017596340f4f7d5dcdcd41e6ca8bfbd
3
+ metadata.gz: df22077865f40614c9ed5928131219a1d5fa701544ed37098d8001dba60fe6a1
4
+ data.tar.gz: f04965f673450e00fd3d4d7668d6e6f637bdbf007349c41bd13fa3732487c500
5
5
  SHA512:
6
- metadata.gz: 2bcca54d2349bdedfe87306136dc217bb307cedb5411ce500854d42fd32451b28d907e0a96bdc62ac78a7c2c0ceefe95424a9c21c730b425a0c470baa751aac4
7
- data.tar.gz: b788b3ece0f8778b831b6492eb1fff9007dd687a4e8a1fd87bb6c72092f51bc3cd4a7bf9c7ee14b0e872b40cdbfcb4772e375969c97a4bfaa118995aa751e1c8
6
+ metadata.gz: ce82c20e79a9a46a279d210f74c612b9f45cb13b2f347a1d093175df6539169cf6995813464b3486cda681a263c3a3f6689a8b94329d00c4881f00d82c6747af
7
+ data.tar.gz: 3412f06d1d5e8a4e29fdd7101fdfe61e7a30eb485100bb0e038d31e1d766f50cfb50ff7f7f4f9961271c9a1558e39e60dfc04c9786c5c36fba3ae5cf25a12210
@@ -334,7 +334,8 @@ module Google
334
334
  # successfully consuming messages from the subscription or is issuing
335
335
  # operations on the subscription. If `expiration_policy` is not set, a
336
336
  # *default policy* with `ttl` of 31 days will be used. The minimum allowed
337
- # value for `expiration_policy.ttl` is 1 day.
337
+ # value for `expiration_policy.ttl` is 1 day. If `expiration_policy` is set,
338
+ # but `expiration_policy.ttl` is not set, the subscription never expires.
338
339
  # @param filter [::String]
339
340
  # An expression written in the Pub/Sub [filter
340
341
  # language](https://cloud.google.com/pubsub/docs/filtering). If non-empty,
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PubSub
23
23
  module V1
24
- VERSION = "0.15.0"
24
+ VERSION = "0.15.1"
25
25
  end
26
26
  end
27
27
  end
@@ -150,6 +150,8 @@ module Google
150
150
  # delivered to subscribers in the order in which they are received by the
151
151
  # Pub/Sub system. All `PubsubMessage`s published in a given `PublishRequest`
152
152
  # must specify the same `ordering_key` value.
153
+ # For more information, see [ordering
154
+ # messages](https://cloud.google.com/pubsub/docs/ordering).
153
155
  class PubsubMessage
154
156
  include ::Google::Protobuf::MessageExts
155
157
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -415,7 +417,8 @@ module Google
415
417
  # successfully consuming messages from the subscription or is issuing
416
418
  # operations on the subscription. If `expiration_policy` is not set, a
417
419
  # *default policy* with `ttl` of 31 days will be used. The minimum allowed
418
- # value for `expiration_policy.ttl` is 1 day.
420
+ # value for `expiration_policy.ttl` is 1 day. If `expiration_policy` is set,
421
+ # but `expiration_policy.ttl` is not set, the subscription never expires.
419
422
  # @!attribute [rw] filter
420
423
  # @return [::String]
421
424
  # An expression written in the Pub/Sub [filter
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: 0.15.0
4
+ version: 0.15.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: 2023-02-17 00:00:00.000000000 Z
11
+ date: 2023-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common