@@ -223,7 +223,8 @@ public int getAttributesCount() {
223
223
*
224
224
* <pre>
225
225
* Attributes for this message. If this field is empty, the message must
226
- * contain non-empty data.
226
+ * contain non-empty data. This can be used to filter messages on the
227
+ * subscription.
227
228
* </pre>
228
229
*
229
230
* <code>map<string, string> attributes = 2;</code>
@@ -246,7 +247,8 @@ public java.util.Map<java.lang.String, java.lang.String> getAttributes() {
246
247
*
247
248
* <pre>
248
249
* Attributes for this message. If this field is empty, the message must
249
- * contain non-empty data.
250
+ * contain non-empty data. This can be used to filter messages on the
251
+ * subscription.
250
252
* </pre>
251
253
*
252
254
* <code>map<string, string> attributes = 2;</code>
@@ -260,7 +262,8 @@ public java.util.Map<java.lang.String, java.lang.String> getAttributesMap() {
260
262
*
261
263
* <pre>
262
264
* Attributes for this message. If this field is empty, the message must
263
- * contain non-empty data.
265
+ * contain non-empty data. This can be used to filter messages on the
266
+ * subscription.
264
267
* </pre>
265
268
*
266
269
* <code>map<string, string> attributes = 2;</code>
@@ -279,7 +282,8 @@ public java.lang.String getAttributesOrDefault(
279
282
*
280
283
* <pre>
281
284
* Attributes for this message. If this field is empty, the message must
282
- * contain non-empty data.
285
+ * contain non-empty data. This can be used to filter messages on the
286
+ * subscription.
283
287
* </pre>
284
288
*
285
289
* <code>map<string, string> attributes = 2;</code>
@@ -982,7 +986,8 @@ public int getAttributesCount() {
982
986
*
983
987
* <pre>
984
988
* Attributes for this message. If this field is empty, the message must
985
- * contain non-empty data.
989
+ * contain non-empty data. This can be used to filter messages on the
990
+ * subscription.
986
991
* </pre>
987
992
*
988
993
* <code>map<string, string> attributes = 2;</code>
@@ -1005,7 +1010,8 @@ public java.util.Map<java.lang.String, java.lang.String> getAttributes() {
1005
1010
*
1006
1011
* <pre>
1007
1012
* Attributes for this message. If this field is empty, the message must
1008
- * contain non-empty data.
1013
+ * contain non-empty data. This can be used to filter messages on the
1014
+ * subscription.
1009
1015
* </pre>
1010
1016
*
1011
1017
* <code>map<string, string> attributes = 2;</code>
@@ -1019,7 +1025,8 @@ public java.util.Map<java.lang.String, java.lang.String> getAttributesMap() {
1019
1025
*
1020
1026
* <pre>
1021
1027
* Attributes for this message. If this field is empty, the message must
1022
- * contain non-empty data.
1028
+ * contain non-empty data. This can be used to filter messages on the
1029
+ * subscription.
1023
1030
* </pre>
1024
1031
*
1025
1032
* <code>map<string, string> attributes = 2;</code>
@@ -1038,7 +1045,8 @@ public java.lang.String getAttributesOrDefault(
1038
1045
*
1039
1046
* <pre>
1040
1047
* Attributes for this message. If this field is empty, the message must
1041
- * contain non-empty data.
1048
+ * contain non-empty data. This can be used to filter messages on the
1049
+ * subscription.
1042
1050
* </pre>
1043
1051
*
1044
1052
* <code>map<string, string> attributes = 2;</code>
@@ -1064,7 +1072,8 @@ public Builder clearAttributes() {
1064
1072
*
1065
1073
* <pre>
1066
1074
* Attributes for this message. If this field is empty, the message must
1067
- * contain non-empty data.
1075
+ * contain non-empty data. This can be used to filter messages on the
1076
+ * subscription.
1068
1077
* </pre>
1069
1078
*
1070
1079
* <code>map<string, string> attributes = 2;</code>
@@ -1086,7 +1095,8 @@ public java.util.Map<java.lang.String, java.lang.String> getMutableAttributes()
1086
1095
*
1087
1096
* <pre>
1088
1097
* Attributes for this message. If this field is empty, the message must
1089
- * contain non-empty data.
1098
+ * contain non-empty data. This can be used to filter messages on the
1099
+ * subscription.
1090
1100
* </pre>
1091
1101
*
1092
1102
* <code>map<string, string> attributes = 2;</code>
@@ -1106,7 +1116,8 @@ public Builder putAttributes(java.lang.String key, java.lang.String value) {
1106
1116
*
1107
1117
* <pre>
1108
1118
* Attributes for this message. If this field is empty, the message must
1109
- * contain non-empty data.
1119
+ * contain non-empty data. This can be used to filter messages on the
1120
+ * subscription.
1110
1121
* </pre>
1111
1122
*
1112
1123
* <code>map<string, string> attributes = 2;</code>
0 commit comments