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: 9a91eb1ae770bcf39f42e3b32bb5d7337948ac83661d2ade49e3229587873e9c
4
- data.tar.gz: 3f1eae6c5c91fa3888c466cfcf41429c9f8e77eb57160fc32d6bc207d79deb09
3
+ metadata.gz: ff11c2303ff4c59be56e6b39ef6c1b863718bb24271d714af9c15b06755b5ba9
4
+ data.tar.gz: f32b5d44c27558c124abd00fbebe08123f4eb19b9c60673ebd48511b734bdfb9
5
5
  SHA512:
6
- metadata.gz: 5a30a91b9508b9dc4214bb12156f4b5e64a2ad5051d976dc53ad584b8f2100053ee3c18c87ae02f2bb17dfa440270fad78c8f6b5741e716c7ef1db21063f4c8b
7
- data.tar.gz: 77014cb77ee317c1d66a3600d2d2cf3cbf3dc79abbbb5c0d82be829f722dca7b461e2dc226d6e10a0b4100a2e6161a4f92052f7b46cd069bc4663acdb0ab98cb
6
+ metadata.gz: 5b6603377242678e8de4c5cd87f3224e1e1fdee051347de193dc4e03f0f014f466b1ffba3d81bb7f36b0d4b31ada30462b4ed616268cfabe7c810c4220edb809
7
+ data.tar.gz: c29664fafb728f76f529109662d1240b14b2ee102701be4fd5871363004df92c347719fbf56b3ae626599956c2c3ab3354ca08fb1ea401244f241172e60330db
@@ -22,7 +22,7 @@ module Google
22
22
  module Eventarc
23
23
  module Publishing
24
24
  module V1
25
- VERSION = "1.5.0"
25
+ VERSION = "1.5.1"
26
26
  end
27
27
  end
28
28
  end
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-eventarc-publishing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC