google-cloud-pubsub-v1 0.17.2 → 0.17.3

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: d90d63d26e21aa02d0594b0b67d1e125b6c2e212d50cb1bd46ae9ef4b83f3b14
4
- data.tar.gz: 3e068ba1ae2be7113e0b7a901b8fc6be034630e43df6c706a5e2c7231a87b750
3
+ metadata.gz: dfd778029d9ea1c86723af3a0b9a082e8547b92822b03e6d6a09d38e8c1457d1
4
+ data.tar.gz: 88176cfb5f106461a83793efa6cda4a23f5be23f8b0bcb6383b11f480dea48ae
5
5
  SHA512:
6
- metadata.gz: 2560a38395eb2079f9faf5bc489c6598ad33b7a8bf09e5262dbe9b143f67bf5803dc9f846465b18402fc07991434dd43a873c23a0867efeb617f2ed9c03b9b8e
7
- data.tar.gz: 7bfbd668af7dcbbd87119b24243cfa4aed7447ca1655c833db1c24d9a0dd7ddd17b6507a2de03cec911fae75d125a1f4671020cf913b1bf1fe4b956848ae4ecf
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.2"
24
+ VERSION = "0.17.3"
25
25
  end
26
26
  end
27
27
  end
@@ -788,7 +788,11 @@ module Google
788
788
  # @!attribute [rw] write_metadata
789
789
  # @return [::Boolean]
790
790
  # When true, write the subscription name, message_id, publish_time,
791
- # 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.
792
796
  class AvroConfig
793
797
  include ::Google::Protobuf::MessageExts
794
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.2
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-27 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