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 +4 -4
- data/lib/google/cloud/pubsub/v1/version.rb +1 -1
- data/proto_docs/google/pubsub/v1/pubsub.rb +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dfd778029d9ea1c86723af3a0b9a082e8547b92822b03e6d6a09d38e8c1457d1
|
|
4
|
+
data.tar.gz: 88176cfb5f106461a83793efa6cda4a23f5be23f8b0bcb6383b11f480dea48ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d92cfd7577ab6abbb4a69b5fe83c1b603372e177377b39e543555da9fb5e71411379b657509ffb988111bf55c19b3775dcf14c66de35fce59888f99845f98df
|
|
7
|
+
data.tar.gz: 0ad04179eac87f517c807946318d543fee9855c51a6fdfb2ad772834a2577380fa5cc870eb7bded41a0cc7f976b2c9500a67cc1723bde2ca24b09da49c5b05c4
|
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|