We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063f9e1 commit 3d9a46dCopy full SHA for 3d9a46d
google/cloud/eventarc/publishing/v1/cloud_event.proto
@@ -90,6 +90,12 @@ message CloudEvent {
90
string text_data = 7 [(google.api.field_behavior) = OPTIONAL];
91
92
// Optional. Proto data.
93
+ //
94
+ // NOTE: The `protoData` field only functions as expected when the payload
95
+ // is specifically a `CloudEvent` message type, and can't be used for
96
+ // arbitrary protocol buffer messages. For any other protocol buffer type,
97
+ // you must serialize your proto message into bytes, and use the
98
+ // `binaryData` field instead.
99
google.protobuf.Any proto_data = 8 [(google.api.field_behavior) = OPTIONAL];
100
}
101
0 commit comments