Skip to content

Commit dffcf2c

Browse files
chore: generate libraries at Thu Oct 2 02:31:25 UTC 2025
1 parent b908ce3 commit dffcf2c

File tree

3 files changed

+96
-0
lines changed

3 files changed

+96
-0
lines changed

java-eventarc-publishing/proto-google-cloud-eventarc-publishing-v1/src/main/java/com/google/cloud/eventarc/publishing/v1/CloudEvent.java

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2838,6 +2838,12 @@ public com.google.protobuf.ByteString getTextDataBytes() {
28382838
*
28392839
* <pre>
28402840
* 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
2846+
* `binaryData` field instead.
28412847
* </pre>
28422848
*
28432849
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -2854,6 +2860,12 @@ public boolean hasProtoData() {
28542860
*
28552861
* <pre>
28562862
* Optional. Proto data.
2863+
*
2864+
* NOTE: The `protoData` field only functions as expected when the payload
2865+
* is specifically a `CloudEvent` message type, and can't be used for
2866+
* arbitrary protocol buffer messages. For any other protocol buffer type,
2867+
* you must serialize your proto message into bytes, and use the
2868+
* `binaryData` field instead.
28572869
* </pre>
28582870
*
28592871
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -2873,6 +2885,12 @@ public com.google.protobuf.Any getProtoData() {
28732885
*
28742886
* <pre>
28752887
* Optional. Proto data.
2888+
*
2889+
* NOTE: The `protoData` field only functions as expected when the payload
2890+
* is specifically a `CloudEvent` message type, and can't be used for
2891+
* arbitrary protocol buffer messages. For any other protocol buffer type,
2892+
* you must serialize your proto message into bytes, and use the
2893+
* `binaryData` field instead.
28762894
* </pre>
28772895
*
28782896
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -4476,6 +4494,12 @@ public Builder setTextDataBytes(com.google.protobuf.ByteString value) {
44764494
*
44774495
* <pre>
44784496
* Optional. Proto data.
4497+
*
4498+
* NOTE: The `protoData` field only functions as expected when the payload
4499+
* is specifically a `CloudEvent` message type, and can't be used for
4500+
* arbitrary protocol buffer messages. For any other protocol buffer type,
4501+
* you must serialize your proto message into bytes, and use the
4502+
* `binaryData` field instead.
44794503
* </pre>
44804504
*
44814505
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -4492,6 +4516,12 @@ public boolean hasProtoData() {
44924516
*
44934517
* <pre>
44944518
* Optional. Proto data.
4519+
*
4520+
* NOTE: The `protoData` field only functions as expected when the payload
4521+
* is specifically a `CloudEvent` message type, and can't be used for
4522+
* arbitrary protocol buffer messages. For any other protocol buffer type,
4523+
* you must serialize your proto message into bytes, and use the
4524+
* `binaryData` field instead.
44954525
* </pre>
44964526
*
44974527
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -4518,6 +4548,12 @@ public com.google.protobuf.Any getProtoData() {
45184548
*
45194549
* <pre>
45204550
* Optional. Proto data.
4551+
*
4552+
* NOTE: The `protoData` field only functions as expected when the payload
4553+
* is specifically a `CloudEvent` message type, and can't be used for
4554+
* arbitrary protocol buffer messages. For any other protocol buffer type,
4555+
* you must serialize your proto message into bytes, and use the
4556+
* `binaryData` field instead.
45214557
* </pre>
45224558
*
45234559
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -4541,6 +4577,12 @@ public Builder setProtoData(com.google.protobuf.Any value) {
45414577
*
45424578
* <pre>
45434579
* Optional. Proto data.
4580+
*
4581+
* NOTE: The `protoData` field only functions as expected when the payload
4582+
* is specifically a `CloudEvent` message type, and can't be used for
4583+
* arbitrary protocol buffer messages. For any other protocol buffer type,
4584+
* you must serialize your proto message into bytes, and use the
4585+
* `binaryData` field instead.
45444586
* </pre>
45454587
*
45464588
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -4561,6 +4603,12 @@ public Builder setProtoData(com.google.protobuf.Any.Builder builderForValue) {
45614603
*
45624604
* <pre>
45634605
* Optional. Proto data.
4606+
*
4607+
* NOTE: The `protoData` field only functions as expected when the payload
4608+
* is specifically a `CloudEvent` message type, and can't be used for
4609+
* arbitrary protocol buffer messages. For any other protocol buffer type,
4610+
* you must serialize your proto message into bytes, and use the
4611+
* `binaryData` field instead.
45644612
* </pre>
45654613
*
45664614
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -4592,6 +4640,12 @@ public Builder mergeProtoData(com.google.protobuf.Any value) {
45924640
*
45934641
* <pre>
45944642
* Optional. Proto data.
4643+
*
4644+
* NOTE: The `protoData` field only functions as expected when the payload
4645+
* is specifically a `CloudEvent` message type, and can't be used for
4646+
* arbitrary protocol buffer messages. For any other protocol buffer type,
4647+
* you must serialize your proto message into bytes, and use the
4648+
* `binaryData` field instead.
45954649
* </pre>
45964650
*
45974651
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -4618,6 +4672,12 @@ public Builder clearProtoData() {
46184672
*
46194673
* <pre>
46204674
* Optional. Proto data.
4675+
*
4676+
* NOTE: The `protoData` field only functions as expected when the payload
4677+
* is specifically a `CloudEvent` message type, and can't be used for
4678+
* arbitrary protocol buffer messages. For any other protocol buffer type,
4679+
* you must serialize your proto message into bytes, and use the
4680+
* `binaryData` field instead.
46214681
* </pre>
46224682
*
46234683
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -4631,6 +4691,12 @@ public com.google.protobuf.Any.Builder getProtoDataBuilder() {
46314691
*
46324692
* <pre>
46334693
* Optional. Proto data.
4694+
*
4695+
* NOTE: The `protoData` field only functions as expected when the payload
4696+
* is specifically a `CloudEvent` message type, and can't be used for
4697+
* arbitrary protocol buffer messages. For any other protocol buffer type,
4698+
* you must serialize your proto message into bytes, and use the
4699+
* `binaryData` field instead.
46344700
* </pre>
46354701
*
46364702
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -4652,6 +4718,12 @@ public com.google.protobuf.AnyOrBuilder getProtoDataOrBuilder() {
46524718
*
46534719
* <pre>
46544720
* Optional. Proto data.
4721+
*
4722+
* NOTE: The `protoData` field only functions as expected when the payload
4723+
* is specifically a `CloudEvent` message type, and can't be used for
4724+
* arbitrary protocol buffer messages. For any other protocol buffer type,
4725+
* you must serialize your proto message into bytes, and use the
4726+
* `binaryData` field instead.
46554727
* </pre>
46564728
*
46574729
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>

java-eventarc-publishing/proto-google-cloud-eventarc-publishing-v1/src/main/java/com/google/cloud/eventarc/publishing/v1/CloudEventOrBuilder.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,12 @@ com.google.cloud.eventarc.publishing.v1.CloudEvent.CloudEventAttributeValue getA
287287
*
288288
* <pre>
289289
* 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
295+
* `binaryData` field instead.
290296
* </pre>
291297
*
292298
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -300,6 +306,12 @@ com.google.cloud.eventarc.publishing.v1.CloudEvent.CloudEventAttributeValue getA
300306
*
301307
* <pre>
302308
* Optional. Proto data.
309+
*
310+
* NOTE: The `protoData` field only functions as expected when the payload
311+
* is specifically a `CloudEvent` message type, and can't be used for
312+
* arbitrary protocol buffer messages. For any other protocol buffer type,
313+
* you must serialize your proto message into bytes, and use the
314+
* `binaryData` field instead.
303315
* </pre>
304316
*
305317
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>
@@ -313,6 +325,12 @@ com.google.cloud.eventarc.publishing.v1.CloudEvent.CloudEventAttributeValue getA
313325
*
314326
* <pre>
315327
* Optional. Proto data.
328+
*
329+
* NOTE: The `protoData` field only functions as expected when the payload
330+
* is specifically a `CloudEvent` message type, and can't be used for
331+
* arbitrary protocol buffer messages. For any other protocol buffer type,
332+
* you must serialize your proto message into bytes, and use the
333+
* `binaryData` field instead.
316334
* </pre>
317335
*
318336
* <code>.google.protobuf.Any proto_data = 8 [(.google.api.field_behavior) = OPTIONAL];</code>

java-eventarc-publishing/proto-google-cloud-eventarc-publishing-v1/src/main/proto/google/cloud/eventarc/publishing/v1/cloud_event.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ message CloudEvent {
9090
string text_data = 7 [(google.api.field_behavior) = OPTIONAL];
9191

9292
// 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.
9399
google.protobuf.Any proto_data = 8 [(google.api.field_behavior) = OPTIONAL];
94100
}
95101
}

0 commit comments

Comments
 (0)