google-cloud-pubsub-v1 0.17.1 → 0.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd3c7b32618d3a23f51ee541e5649aff661ce345e36ec38fcb22a55a1cd34067
4
- data.tar.gz: 5e939b24ae8fbf8594762c0759b314ee8e96318d831d007b3fa0bbedcdd59623
3
+ metadata.gz: d90d63d26e21aa02d0594b0b67d1e125b6c2e212d50cb1bd46ae9ef4b83f3b14
4
+ data.tar.gz: 3e068ba1ae2be7113e0b7a901b8fc6be034630e43df6c706a5e2c7231a87b750
5
5
  SHA512:
6
- metadata.gz: 9167115411b9a99af65a9dd39c41290c0794bf4f901cee30b15ff12a4639408059b3e401295ee9b12efb275cc784b55d527c4c1b1068cfa5e924440873451918
7
- data.tar.gz: 69b7f9fe37f66c148bb8ed5825b9df5f08533b273976b62b0e85530865c78f07f36b2ab67bf36d3759a4be98ac63116b3a6186f0fce618625ca30e4b80910244
6
+ metadata.gz: 2560a38395eb2079f9faf5bc489c6598ad33b7a8bf09e5262dbe9b143f67bf5803dc9f846465b18402fc07991434dd43a873c23a0867efeb617f2ed9c03b9b8e
7
+ data.tar.gz: 7bfbd668af7dcbbd87119b24243cfa4aed7447ca1655c833db1c24d9a0dd7ddd17b6507a2de03cec911fae75d125a1f4671020cf913b1bf1fe4b956848ae4ecf
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PubSub
23
23
  module V1
24
- VERSION = "0.17.1"
24
+ VERSION = "0.17.2"
25
25
  end
26
26
  end
27
27
  end
@@ -749,7 +749,8 @@ module Google
749
749
  # @!attribute [rw] filename_suffix
750
750
  # @return [::String]
751
751
  # User-provided suffix for Cloud Storage filename. See the [object naming
752
- # requirements](https://cloud.google.com/storage/docs/objects#naming).
752
+ # requirements](https://cloud.google.com/storage/docs/objects#naming). Must
753
+ # not end in "/".
753
754
  # @!attribute [rw] text_config
754
755
  # @return [::Google::Cloud::PubSub::V1::CloudStorageConfig::TextConfig]
755
756
  # If set, message data will be written to Cloud Storage in text format.
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.17.1
4
+ version: 0.17.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: 2023-06-06 00:00:00.000000000 Z
11
+ date: 2023-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common