google-cloud-pubsub-v1 0.17.1 → 0.17.3

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: bd3c7b32618d3a23f51ee541e5649aff661ce345e36ec38fcb22a55a1cd34067
4
- data.tar.gz: 5e939b24ae8fbf8594762c0759b314ee8e96318d831d007b3fa0bbedcdd59623
3
+ metadata.gz: dfd778029d9ea1c86723af3a0b9a082e8547b92822b03e6d6a09d38e8c1457d1
4
+ data.tar.gz: 88176cfb5f106461a83793efa6cda4a23f5be23f8b0bcb6383b11f480dea48ae
5
5
  SHA512:
6
- metadata.gz: 9167115411b9a99af65a9dd39c41290c0794bf4f901cee30b15ff12a4639408059b3e401295ee9b12efb275cc784b55d527c4c1b1068cfa5e924440873451918
7
- data.tar.gz: 69b7f9fe37f66c148bb8ed5825b9df5f08533b273976b62b0e85530865c78f07f36b2ab67bf36d3759a4be98ac63116b3a6186f0fce618625ca30e4b80910244
6
+ metadata.gz: 7d92cfd7577ab6abbb4a69b5fe83c1b603372e177377b39e543555da9fb5e71411379b657509ffb988111bf55c19b3775dcf14c66de35fce59888f99845f98df
7
+ data.tar.gz: 0ad04179eac87f517c807946318d543fee9855c51a6fdfb2ad772834a2577380fa5cc870eb7bded41a0cc7f976b2c9500a67cc1723bde2ca24b09da49c5b05c4
@@ -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.3"
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.
@@ -787,7 +788,11 @@ module Google
787
788
  # @!attribute [rw] write_metadata
788
789
  # @return [::Boolean]
789
790
  # When true, write the subscription name, message_id, publish_time,
790
- # attributes, and ordering_key as additional fields in the output.
791
+ # attributes, and ordering_key as additional fields in the output. The
792
+ # subscription name, message_id, and publish_time fields are put in their
793
+ # own fields while all other message properties other than data (for
794
+ # example, an ordering_key, if present) are added as entries in the
795
+ # attributes map.
791
796
  class AvroConfig
792
797
  include ::Google::Protobuf::MessageExts
793
798
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.3
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-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common