@@ -682,7 +682,11 @@ public interface AvroConfigOrBuilder
682
682
*
683
683
* <pre>
684
684
* When true, write the subscription name, message_id, publish_time,
685
- * attributes, and ordering_key as additional fields in the output.
685
+ * attributes, and ordering_key as additional fields in the output. The
686
+ * subscription name, message_id, and publish_time fields are put in their
687
+ * own fields while all other message properties other than data (for
688
+ * example, an ordering_key, if present) are added as entries in the
689
+ * attributes map.
686
690
* </pre>
687
691
*
688
692
* <code>bool write_metadata = 1;</code>
@@ -741,7 +745,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
741
745
*
742
746
* <pre>
743
747
* When true, write the subscription name, message_id, publish_time,
744
- * attributes, and ordering_key as additional fields in the output.
748
+ * attributes, and ordering_key as additional fields in the output. The
749
+ * subscription name, message_id, and publish_time fields are put in their
750
+ * own fields while all other message properties other than data (for
751
+ * example, an ordering_key, if present) are added as entries in the
752
+ * attributes map.
745
753
* </pre>
746
754
*
747
755
* <code>bool write_metadata = 1;</code>
@@ -1104,7 +1112,11 @@ public Builder mergeFrom(
1104
1112
*
1105
1113
* <pre>
1106
1114
* When true, write the subscription name, message_id, publish_time,
1107
- * attributes, and ordering_key as additional fields in the output.
1115
+ * attributes, and ordering_key as additional fields in the output. The
1116
+ * subscription name, message_id, and publish_time fields are put in their
1117
+ * own fields while all other message properties other than data (for
1118
+ * example, an ordering_key, if present) are added as entries in the
1119
+ * attributes map.
1108
1120
* </pre>
1109
1121
*
1110
1122
* <code>bool write_metadata = 1;</code>
@@ -1120,7 +1132,11 @@ public boolean getWriteMetadata() {
1120
1132
*
1121
1133
* <pre>
1122
1134
* When true, write the subscription name, message_id, publish_time,
1123
- * attributes, and ordering_key as additional fields in the output.
1135
+ * attributes, and ordering_key as additional fields in the output. The
1136
+ * subscription name, message_id, and publish_time fields are put in their
1137
+ * own fields while all other message properties other than data (for
1138
+ * example, an ordering_key, if present) are added as entries in the
1139
+ * attributes map.
1124
1140
* </pre>
1125
1141
*
1126
1142
* <code>bool write_metadata = 1;</code>
@@ -1140,7 +1156,11 @@ public Builder setWriteMetadata(boolean value) {
1140
1156
*
1141
1157
* <pre>
1142
1158
* When true, write the subscription name, message_id, publish_time,
1143
- * attributes, and ordering_key as additional fields in the output.
1159
+ * attributes, and ordering_key as additional fields in the output. The
1160
+ * subscription name, message_id, and publish_time fields are put in their
1161
+ * own fields while all other message properties other than data (for
1162
+ * example, an ordering_key, if present) are added as entries in the
1163
+ * attributes map.
1144
1164
* </pre>
1145
1165
*
1146
1166
* <code>bool write_metadata = 1;</code>
0 commit comments