google-cloud-eventarc-publishing-v1 1.5.0 → 1.5.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff11c2303ff4c59be56e6b39ef6c1b863718bb24271d714af9c15b06755b5ba9
|
4
|
+
data.tar.gz: f32b5d44c27558c124abd00fbebe08123f4eb19b9c60673ebd48511b734bdfb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b6603377242678e8de4c5cd87f3224e1e1fdee051347de193dc4e03f0f014f466b1ffba3d81bb7f36b0d4b31ada30462b4ed616268cfabe7c810c4220edb809
|
7
|
+
data.tar.gz: c29664fafb728f76f529109662d1240b14b2ee102701be4fd5871363004df92c347719fbf56b3ae626599956c2c3ab3354ca08fb1ea401244f241172e60330db
|
@@ -57,6 +57,12 @@ module Google
|
|
57
57
|
# @return [::Google::Protobuf::Any]
|
58
58
|
# Optional. Proto data.
|
59
59
|
#
|
60
|
+
# NOTE: The `protoData` field only functions as expected when the payload
|
61
|
+
# is specifically a `CloudEvent` message type, and can't be used for
|
62
|
+
# arbitrary protocol buffer messages. For any other protocol buffer type,
|
63
|
+
# you must serialize your proto message into bytes, and use the
|
64
|
+
# `binaryData` field instead.
|
65
|
+
#
|
60
66
|
# Note: The following fields are mutually exclusive: `proto_data`, `binary_data`, `text_data`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
61
67
|
class CloudEvent
|
62
68
|
include ::Google::Protobuf::MessageExts
|