You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-eventarc-publishing/proto-google-cloud-eventarc-publishing-v1/src/main/java/com/google/cloud/eventarc/publishing/v1/CloudEvent.java
+72Lines changed: 72 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2838,6 +2838,12 @@ public com.google.protobuf.ByteString getTextDataBytes() {
2838
2838
*
2839
2839
* <pre>
2840
2840
* Optional. Proto data.
2841
+
*
2842
+
* NOTE: The `protoData` field only functions as expected when the payload
2843
+
* is specifically a `CloudEvent` message type, and can't be used for
2844
+
* arbitrary protocol buffer messages. For any other protocol buffer type,
2845
+
* you must serialize your proto message into bytes, and use the
Copy file name to clipboardExpand all lines: java-eventarc-publishing/proto-google-cloud-eventarc-publishing-v1/src/main/java/com/google/cloud/eventarc/publishing/v1/CloudEventOrBuilder.java
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,12 @@ com.google.cloud.eventarc.publishing.v1.CloudEvent.CloudEventAttributeValue getA
287
287
*
288
288
* <pre>
289
289
* Optional. Proto data.
290
+
*
291
+
* NOTE: The `protoData` field only functions as expected when the payload
292
+
* is specifically a `CloudEvent` message type, and can't be used for
293
+
* arbitrary protocol buffer messages. For any other protocol buffer type,
294
+
* you must serialize your proto message into bytes, and use the
Copy file name to clipboardExpand all lines: java-eventarc-publishing/proto-google-cloud-eventarc-publishing-v1/src/main/proto/google/cloud/eventarc/publishing/v1/cloud_event.proto
0 commit comments