@alis-build/a2a-history 1.0.310 → 1.0.311

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2803 @@
1
+ // source: alis/a2a/extension/history/v1/history.proto
2
+ /**
3
+ * @fileoverview
4
+ * @enhanceable
5
+ * @suppress {missingRequire} reports error on implicit type usages.
6
+ * @suppress {messageConventions} JS Compiler reports an error if a variable or
7
+ * field starts with 'MSG_' and isn't a translatable message.
8
+ * @public
9
+ */
10
+ // GENERATED CODE -- DO NOT EDIT!
11
+ /* eslint-disable */
12
+ // @ts-nocheck
13
+
14
+ var jspb = require('google-protobuf');
15
+ var goog = jspb;
16
+ var global = globalThis;
17
+
18
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
19
+ goog.object.extend(proto, google_protobuf_timestamp_pb);
20
+ var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
21
+ goog.object.extend(proto, google_protobuf_field_mask_pb);
22
+ var google_iam_v1_policy_pb = require('@alis-build/google-common-protos/google/iam/v1/policy_pb.js');
23
+ goog.object.extend(proto, google_iam_v1_policy_pb);
24
+ var google_iam_v1_iam_policy_pb = require('@alis-build/google-common-protos/google/iam/v1/iam_policy_pb.js');
25
+ goog.object.extend(proto, google_iam_v1_iam_policy_pb);
26
+ var alis_open_iam_v1_iam_pb = require('@open.alis.services/protobuf/alis/open/iam/v1/iam_pb.js');
27
+ goog.object.extend(proto, alis_open_iam_v1_iam_pb);
28
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
29
+ goog.object.extend(proto, google_protobuf_empty_pb);
30
+ var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js');
31
+ goog.object.extend(proto, google_protobuf_struct_pb);
32
+ var alis_a2a_extension_history_v1_a2a_pb = require('../../../../../alis/a2a/extension/history/v1/a2a_pb.js');
33
+ goog.object.extend(proto, alis_a2a_extension_history_v1_a2a_pb);
34
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.A2AHistory', null, global);
35
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.A2AHistoryEvent', null, global);
36
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.A2AHistoryEvent.PayloadCase', null, global);
37
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.AppendEventRequest', null, global);
38
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.AppendEventResponse', null, global);
39
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest', null, global);
40
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest', null, global);
41
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest', null, global);
42
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest', null, global);
43
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse', null, global);
44
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.ListEventsRequest', null, global);
45
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.ListEventsResponse', null, global);
46
+ goog.exportSymbol('proto.alis.a2a.extension.history.v1.StreamEventsRequest', null, global);
47
+ /**
48
+ * Generated by JsPbCodeGenerator.
49
+ * @param {Array=} opt_data Optional initial data array, typically from a
50
+ * server response, or constructed directly in Javascript. The array is used
51
+ * in place and becomes part of the constructed object. It is not cloned.
52
+ * If no data is provided, the constructed object will be empty, but still
53
+ * valid.
54
+ * @extends {jspb.Message}
55
+ * @constructor
56
+ */
57
+ proto.alis.a2a.extension.history.v1.A2AHistory = function(opt_data) {
58
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
59
+ };
60
+ goog.inherits(proto.alis.a2a.extension.history.v1.A2AHistory, jspb.Message);
61
+ if (goog.DEBUG && !COMPILED) {
62
+ /**
63
+ * @public
64
+ * @override
65
+ */
66
+ proto.alis.a2a.extension.history.v1.A2AHistory.displayName = 'proto.alis.a2a.extension.history.v1.A2AHistory';
67
+ }
68
+ /**
69
+ * Generated by JsPbCodeGenerator.
70
+ * @param {Array=} opt_data Optional initial data array, typically from a
71
+ * server response, or constructed directly in Javascript. The array is used
72
+ * in place and becomes part of the constructed object. It is not cloned.
73
+ * If no data is provided, the constructed object will be empty, but still
74
+ * valid.
75
+ * @extends {jspb.Message}
76
+ * @constructor
77
+ */
78
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent = function(opt_data) {
79
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.alis.a2a.extension.history.v1.A2AHistoryEvent.oneofGroups_);
80
+ };
81
+ goog.inherits(proto.alis.a2a.extension.history.v1.A2AHistoryEvent, jspb.Message);
82
+ if (goog.DEBUG && !COMPILED) {
83
+ /**
84
+ * @public
85
+ * @override
86
+ */
87
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.displayName = 'proto.alis.a2a.extension.history.v1.A2AHistoryEvent';
88
+ }
89
+ /**
90
+ * Generated by JsPbCodeGenerator.
91
+ * @param {Array=} opt_data Optional initial data array, typically from a
92
+ * server response, or constructed directly in Javascript. The array is used
93
+ * in place and becomes part of the constructed object. It is not cloned.
94
+ * If no data is provided, the constructed object will be empty, but still
95
+ * valid.
96
+ * @extends {jspb.Message}
97
+ * @constructor
98
+ */
99
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest = function(opt_data) {
100
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
101
+ };
102
+ goog.inherits(proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest, jspb.Message);
103
+ if (goog.DEBUG && !COMPILED) {
104
+ /**
105
+ * @public
106
+ * @override
107
+ */
108
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.displayName = 'proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest';
109
+ }
110
+ /**
111
+ * Generated by JsPbCodeGenerator.
112
+ * @param {Array=} opt_data Optional initial data array, typically from a
113
+ * server response, or constructed directly in Javascript. The array is used
114
+ * in place and becomes part of the constructed object. It is not cloned.
115
+ * If no data is provided, the constructed object will be empty, but still
116
+ * valid.
117
+ * @extends {jspb.Message}
118
+ * @constructor
119
+ */
120
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest = function(opt_data) {
121
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
122
+ };
123
+ goog.inherits(proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest, jspb.Message);
124
+ if (goog.DEBUG && !COMPILED) {
125
+ /**
126
+ * @public
127
+ * @override
128
+ */
129
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.displayName = 'proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest';
130
+ }
131
+ /**
132
+ * Generated by JsPbCodeGenerator.
133
+ * @param {Array=} opt_data Optional initial data array, typically from a
134
+ * server response, or constructed directly in Javascript. The array is used
135
+ * in place and becomes part of the constructed object. It is not cloned.
136
+ * If no data is provided, the constructed object will be empty, but still
137
+ * valid.
138
+ * @extends {jspb.Message}
139
+ * @constructor
140
+ */
141
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest = function(opt_data) {
142
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
143
+ };
144
+ goog.inherits(proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest, jspb.Message);
145
+ if (goog.DEBUG && !COMPILED) {
146
+ /**
147
+ * @public
148
+ * @override
149
+ */
150
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.displayName = 'proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest';
151
+ }
152
+ /**
153
+ * Generated by JsPbCodeGenerator.
154
+ * @param {Array=} opt_data Optional initial data array, typically from a
155
+ * server response, or constructed directly in Javascript. The array is used
156
+ * in place and becomes part of the constructed object. It is not cloned.
157
+ * If no data is provided, the constructed object will be empty, but still
158
+ * valid.
159
+ * @extends {jspb.Message}
160
+ * @constructor
161
+ */
162
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse = function(opt_data) {
163
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.repeatedFields_, null);
164
+ };
165
+ goog.inherits(proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse, jspb.Message);
166
+ if (goog.DEBUG && !COMPILED) {
167
+ /**
168
+ * @public
169
+ * @override
170
+ */
171
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.displayName = 'proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse';
172
+ }
173
+ /**
174
+ * Generated by JsPbCodeGenerator.
175
+ * @param {Array=} opt_data Optional initial data array, typically from a
176
+ * server response, or constructed directly in Javascript. The array is used
177
+ * in place and becomes part of the constructed object. It is not cloned.
178
+ * If no data is provided, the constructed object will be empty, but still
179
+ * valid.
180
+ * @extends {jspb.Message}
181
+ * @constructor
182
+ */
183
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest = function(opt_data) {
184
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
185
+ };
186
+ goog.inherits(proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest, jspb.Message);
187
+ if (goog.DEBUG && !COMPILED) {
188
+ /**
189
+ * @public
190
+ * @override
191
+ */
192
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.displayName = 'proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest';
193
+ }
194
+ /**
195
+ * Generated by JsPbCodeGenerator.
196
+ * @param {Array=} opt_data Optional initial data array, typically from a
197
+ * server response, or constructed directly in Javascript. The array is used
198
+ * in place and becomes part of the constructed object. It is not cloned.
199
+ * If no data is provided, the constructed object will be empty, but still
200
+ * valid.
201
+ * @extends {jspb.Message}
202
+ * @constructor
203
+ */
204
+ proto.alis.a2a.extension.history.v1.ListEventsRequest = function(opt_data) {
205
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
206
+ };
207
+ goog.inherits(proto.alis.a2a.extension.history.v1.ListEventsRequest, jspb.Message);
208
+ if (goog.DEBUG && !COMPILED) {
209
+ /**
210
+ * @public
211
+ * @override
212
+ */
213
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.displayName = 'proto.alis.a2a.extension.history.v1.ListEventsRequest';
214
+ }
215
+ /**
216
+ * Generated by JsPbCodeGenerator.
217
+ * @param {Array=} opt_data Optional initial data array, typically from a
218
+ * server response, or constructed directly in Javascript. The array is used
219
+ * in place and becomes part of the constructed object. It is not cloned.
220
+ * If no data is provided, the constructed object will be empty, but still
221
+ * valid.
222
+ * @extends {jspb.Message}
223
+ * @constructor
224
+ */
225
+ proto.alis.a2a.extension.history.v1.ListEventsResponse = function(opt_data) {
226
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.a2a.extension.history.v1.ListEventsResponse.repeatedFields_, null);
227
+ };
228
+ goog.inherits(proto.alis.a2a.extension.history.v1.ListEventsResponse, jspb.Message);
229
+ if (goog.DEBUG && !COMPILED) {
230
+ /**
231
+ * @public
232
+ * @override
233
+ */
234
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.displayName = 'proto.alis.a2a.extension.history.v1.ListEventsResponse';
235
+ }
236
+ /**
237
+ * Generated by JsPbCodeGenerator.
238
+ * @param {Array=} opt_data Optional initial data array, typically from a
239
+ * server response, or constructed directly in Javascript. The array is used
240
+ * in place and becomes part of the constructed object. It is not cloned.
241
+ * If no data is provided, the constructed object will be empty, but still
242
+ * valid.
243
+ * @extends {jspb.Message}
244
+ * @constructor
245
+ */
246
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest = function(opt_data) {
247
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
248
+ };
249
+ goog.inherits(proto.alis.a2a.extension.history.v1.StreamEventsRequest, jspb.Message);
250
+ if (goog.DEBUG && !COMPILED) {
251
+ /**
252
+ * @public
253
+ * @override
254
+ */
255
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.displayName = 'proto.alis.a2a.extension.history.v1.StreamEventsRequest';
256
+ }
257
+ /**
258
+ * Generated by JsPbCodeGenerator.
259
+ * @param {Array=} opt_data Optional initial data array, typically from a
260
+ * server response, or constructed directly in Javascript. The array is used
261
+ * in place and becomes part of the constructed object. It is not cloned.
262
+ * If no data is provided, the constructed object will be empty, but still
263
+ * valid.
264
+ * @extends {jspb.Message}
265
+ * @constructor
266
+ */
267
+ proto.alis.a2a.extension.history.v1.AppendEventRequest = function(opt_data) {
268
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
269
+ };
270
+ goog.inherits(proto.alis.a2a.extension.history.v1.AppendEventRequest, jspb.Message);
271
+ if (goog.DEBUG && !COMPILED) {
272
+ /**
273
+ * @public
274
+ * @override
275
+ */
276
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.displayName = 'proto.alis.a2a.extension.history.v1.AppendEventRequest';
277
+ }
278
+ /**
279
+ * Generated by JsPbCodeGenerator.
280
+ * @param {Array=} opt_data Optional initial data array, typically from a
281
+ * server response, or constructed directly in Javascript. The array is used
282
+ * in place and becomes part of the constructed object. It is not cloned.
283
+ * If no data is provided, the constructed object will be empty, but still
284
+ * valid.
285
+ * @extends {jspb.Message}
286
+ * @constructor
287
+ */
288
+ proto.alis.a2a.extension.history.v1.AppendEventResponse = function(opt_data) {
289
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
290
+ };
291
+ goog.inherits(proto.alis.a2a.extension.history.v1.AppendEventResponse, jspb.Message);
292
+ if (goog.DEBUG && !COMPILED) {
293
+ /**
294
+ * @public
295
+ * @override
296
+ */
297
+ proto.alis.a2a.extension.history.v1.AppendEventResponse.displayName = 'proto.alis.a2a.extension.history.v1.AppendEventResponse';
298
+ }
299
+
300
+
301
+
302
+ if (jspb.Message.GENERATE_TO_OBJECT) {
303
+ /**
304
+ * Creates an object representation of this proto.
305
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
306
+ * Optional fields that are not set will be set to undefined.
307
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
308
+ * For the list of reserved names please see:
309
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
310
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
311
+ * JSPB instance for transitional soy proto support:
312
+ * http://goto/soy-param-migration
313
+ * @return {!Object}
314
+ */
315
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.toObject = function(opt_includeInstance) {
316
+ return proto.alis.a2a.extension.history.v1.A2AHistory.toObject(opt_includeInstance, this);
317
+ };
318
+
319
+
320
+ /**
321
+ * Static version of the {@see toObject} method.
322
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
323
+ * the JSPB instance for transitional soy proto support:
324
+ * http://goto/soy-param-migration
325
+ * @param {!proto.alis.a2a.extension.history.v1.A2AHistory} msg The msg instance to transform.
326
+ * @return {!Object}
327
+ * @suppress {unusedLocalVariables} f is only used for nested messages
328
+ */
329
+ proto.alis.a2a.extension.history.v1.A2AHistory.toObject = function(includeInstance, msg) {
330
+ var f, obj = {
331
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
332
+ displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
333
+ agentId: jspb.Message.getFieldWithDefault(msg, 3, ""),
334
+ agentDisplayName: jspb.Message.getFieldWithDefault(msg, 4, ""),
335
+ createTime: (f = msg.getCreateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
336
+ };
337
+
338
+ if (includeInstance) {
339
+ obj.$jspbMessageInstance = msg;
340
+ }
341
+ return obj;
342
+ };
343
+ }
344
+
345
+
346
+ /**
347
+ * Deserializes binary data (in protobuf wire format).
348
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
349
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistory}
350
+ */
351
+ proto.alis.a2a.extension.history.v1.A2AHistory.deserializeBinary = function(bytes) {
352
+ var reader = new jspb.BinaryReader(bytes);
353
+ var msg = new proto.alis.a2a.extension.history.v1.A2AHistory;
354
+ return proto.alis.a2a.extension.history.v1.A2AHistory.deserializeBinaryFromReader(msg, reader);
355
+ };
356
+
357
+
358
+ /**
359
+ * Deserializes binary data (in protobuf wire format) from the
360
+ * given reader into the given message object.
361
+ * @param {!proto.alis.a2a.extension.history.v1.A2AHistory} msg The message object to deserialize into.
362
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
363
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistory}
364
+ */
365
+ proto.alis.a2a.extension.history.v1.A2AHistory.deserializeBinaryFromReader = function(msg, reader) {
366
+ while (reader.nextField()) {
367
+ if (reader.isEndGroup()) {
368
+ break;
369
+ }
370
+ var field = reader.getFieldNumber();
371
+ switch (field) {
372
+ case 1:
373
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
374
+ msg.setName(value);
375
+ break;
376
+ case 2:
377
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
378
+ msg.setDisplayName(value);
379
+ break;
380
+ case 3:
381
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
382
+ msg.setAgentId(value);
383
+ break;
384
+ case 4:
385
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
386
+ msg.setAgentDisplayName(value);
387
+ break;
388
+ case 98:
389
+ var value = new google_protobuf_timestamp_pb.Timestamp;
390
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
391
+ msg.setCreateTime(value);
392
+ break;
393
+ default:
394
+ reader.skipField();
395
+ break;
396
+ }
397
+ }
398
+ return msg;
399
+ };
400
+
401
+
402
+ /**
403
+ * Serializes the message to binary data (in protobuf wire format).
404
+ * @return {!Uint8Array}
405
+ */
406
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.serializeBinary = function() {
407
+ var writer = new jspb.BinaryWriter();
408
+ proto.alis.a2a.extension.history.v1.A2AHistory.serializeBinaryToWriter(this, writer);
409
+ return writer.getResultBuffer();
410
+ };
411
+
412
+
413
+ /**
414
+ * Serializes the given message to binary data (in protobuf wire
415
+ * format), writing to the given BinaryWriter.
416
+ * @param {!proto.alis.a2a.extension.history.v1.A2AHistory} message
417
+ * @param {!jspb.BinaryWriter} writer
418
+ * @suppress {unusedLocalVariables} f is only used for nested messages
419
+ */
420
+ proto.alis.a2a.extension.history.v1.A2AHistory.serializeBinaryToWriter = function(message, writer) {
421
+ var f = undefined;
422
+ f = message.getName();
423
+ if (f.length > 0) {
424
+ writer.writeString(
425
+ 1,
426
+ f
427
+ );
428
+ }
429
+ f = message.getDisplayName();
430
+ if (f.length > 0) {
431
+ writer.writeString(
432
+ 2,
433
+ f
434
+ );
435
+ }
436
+ f = message.getAgentId();
437
+ if (f.length > 0) {
438
+ writer.writeString(
439
+ 3,
440
+ f
441
+ );
442
+ }
443
+ f = message.getAgentDisplayName();
444
+ if (f.length > 0) {
445
+ writer.writeString(
446
+ 4,
447
+ f
448
+ );
449
+ }
450
+ f = message.getCreateTime();
451
+ if (f != null) {
452
+ writer.writeMessage(
453
+ 98,
454
+ f,
455
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
456
+ );
457
+ }
458
+ };
459
+
460
+
461
+ /**
462
+ * optional string name = 1;
463
+ * @return {string}
464
+ */
465
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.getName = function() {
466
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
467
+ };
468
+
469
+
470
+ /**
471
+ * @param {string} value
472
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistory} returns this
473
+ */
474
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.setName = function(value) {
475
+ return jspb.Message.setProto3StringField(this, 1, value);
476
+ };
477
+
478
+
479
+ /**
480
+ * optional string display_name = 2;
481
+ * @return {string}
482
+ */
483
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.getDisplayName = function() {
484
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
485
+ };
486
+
487
+
488
+ /**
489
+ * @param {string} value
490
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistory} returns this
491
+ */
492
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.setDisplayName = function(value) {
493
+ return jspb.Message.setProto3StringField(this, 2, value);
494
+ };
495
+
496
+
497
+ /**
498
+ * optional string agent_id = 3;
499
+ * @return {string}
500
+ */
501
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.getAgentId = function() {
502
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
503
+ };
504
+
505
+
506
+ /**
507
+ * @param {string} value
508
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistory} returns this
509
+ */
510
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.setAgentId = function(value) {
511
+ return jspb.Message.setProto3StringField(this, 3, value);
512
+ };
513
+
514
+
515
+ /**
516
+ * optional string agent_display_name = 4;
517
+ * @return {string}
518
+ */
519
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.getAgentDisplayName = function() {
520
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
521
+ };
522
+
523
+
524
+ /**
525
+ * @param {string} value
526
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistory} returns this
527
+ */
528
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.setAgentDisplayName = function(value) {
529
+ return jspb.Message.setProto3StringField(this, 4, value);
530
+ };
531
+
532
+
533
+ /**
534
+ * optional google.protobuf.Timestamp create_time = 98;
535
+ * @return {?proto.google.protobuf.Timestamp}
536
+ */
537
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.getCreateTime = function() {
538
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
539
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 98));
540
+ };
541
+
542
+
543
+ /**
544
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
545
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistory} returns this
546
+ */
547
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.setCreateTime = function(value) {
548
+ return jspb.Message.setWrapperField(this, 98, value);
549
+ };
550
+
551
+
552
+ /**
553
+ * Clears the message field making it undefined.
554
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistory} returns this
555
+ */
556
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.clearCreateTime = function() {
557
+ return this.setCreateTime(undefined);
558
+ };
559
+
560
+
561
+ /**
562
+ * Returns whether this field is set.
563
+ * @return {boolean}
564
+ */
565
+ proto.alis.a2a.extension.history.v1.A2AHistory.prototype.hasCreateTime = function() {
566
+ return jspb.Message.getField(this, 98) != null;
567
+ };
568
+
569
+
570
+
571
+ /**
572
+ * Oneof group definitions for this message. Each group defines the field
573
+ * numbers belonging to that group. When of these fields' value is set, all
574
+ * other fields in the group are cleared. During deserialization, if multiple
575
+ * fields are encountered for a group, only the last value seen will be kept.
576
+ * @private {!Array<!Array<number>>}
577
+ * @const
578
+ */
579
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.oneofGroups_ = [[2,3,4,5]];
580
+
581
+ /**
582
+ * @enum {number}
583
+ */
584
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.PayloadCase = {
585
+ PAYLOAD_NOT_SET: 0,
586
+ TASK: 2,
587
+ MESSAGE: 3,
588
+ STATUS_UPDATE: 4,
589
+ ARTIFACT_UPDATE: 5
590
+ };
591
+
592
+ /**
593
+ * @return {proto.alis.a2a.extension.history.v1.A2AHistoryEvent.PayloadCase}
594
+ */
595
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.getPayloadCase = function() {
596
+ return /** @type {proto.alis.a2a.extension.history.v1.A2AHistoryEvent.PayloadCase} */(jspb.Message.computeOneofCase(this, proto.alis.a2a.extension.history.v1.A2AHistoryEvent.oneofGroups_[0]));
597
+ };
598
+
599
+
600
+
601
+ if (jspb.Message.GENERATE_TO_OBJECT) {
602
+ /**
603
+ * Creates an object representation of this proto.
604
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
605
+ * Optional fields that are not set will be set to undefined.
606
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
607
+ * For the list of reserved names please see:
608
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
609
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
610
+ * JSPB instance for transitional soy proto support:
611
+ * http://goto/soy-param-migration
612
+ * @return {!Object}
613
+ */
614
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.toObject = function(opt_includeInstance) {
615
+ return proto.alis.a2a.extension.history.v1.A2AHistoryEvent.toObject(opt_includeInstance, this);
616
+ };
617
+
618
+
619
+ /**
620
+ * Static version of the {@see toObject} method.
621
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
622
+ * the JSPB instance for transitional soy proto support:
623
+ * http://goto/soy-param-migration
624
+ * @param {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} msg The msg instance to transform.
625
+ * @return {!Object}
626
+ * @suppress {unusedLocalVariables} f is only used for nested messages
627
+ */
628
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.toObject = function(includeInstance, msg) {
629
+ var f, obj = {
630
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
631
+ task: (f = msg.getTask()) && alis_a2a_extension_history_v1_a2a_pb.Task.toObject(includeInstance, f),
632
+ message: (f = msg.getMessage()) && alis_a2a_extension_history_v1_a2a_pb.Message.toObject(includeInstance, f),
633
+ statusUpdate: (f = msg.getStatusUpdate()) && alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent.toObject(includeInstance, f),
634
+ artifactUpdate: (f = msg.getArtifactUpdate()) && alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent.toObject(includeInstance, f),
635
+ createTime: (f = msg.getCreateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
636
+ };
637
+
638
+ if (includeInstance) {
639
+ obj.$jspbMessageInstance = msg;
640
+ }
641
+ return obj;
642
+ };
643
+ }
644
+
645
+
646
+ /**
647
+ * Deserializes binary data (in protobuf wire format).
648
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
649
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent}
650
+ */
651
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.deserializeBinary = function(bytes) {
652
+ var reader = new jspb.BinaryReader(bytes);
653
+ var msg = new proto.alis.a2a.extension.history.v1.A2AHistoryEvent;
654
+ return proto.alis.a2a.extension.history.v1.A2AHistoryEvent.deserializeBinaryFromReader(msg, reader);
655
+ };
656
+
657
+
658
+ /**
659
+ * Deserializes binary data (in protobuf wire format) from the
660
+ * given reader into the given message object.
661
+ * @param {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} msg The message object to deserialize into.
662
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
663
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent}
664
+ */
665
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.deserializeBinaryFromReader = function(msg, reader) {
666
+ while (reader.nextField()) {
667
+ if (reader.isEndGroup()) {
668
+ break;
669
+ }
670
+ var field = reader.getFieldNumber();
671
+ switch (field) {
672
+ case 1:
673
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
674
+ msg.setName(value);
675
+ break;
676
+ case 2:
677
+ var value = new alis_a2a_extension_history_v1_a2a_pb.Task;
678
+ reader.readMessage(value,alis_a2a_extension_history_v1_a2a_pb.Task.deserializeBinaryFromReader);
679
+ msg.setTask(value);
680
+ break;
681
+ case 3:
682
+ var value = new alis_a2a_extension_history_v1_a2a_pb.Message;
683
+ reader.readMessage(value,alis_a2a_extension_history_v1_a2a_pb.Message.deserializeBinaryFromReader);
684
+ msg.setMessage(value);
685
+ break;
686
+ case 4:
687
+ var value = new alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent;
688
+ reader.readMessage(value,alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent.deserializeBinaryFromReader);
689
+ msg.setStatusUpdate(value);
690
+ break;
691
+ case 5:
692
+ var value = new alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent;
693
+ reader.readMessage(value,alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent.deserializeBinaryFromReader);
694
+ msg.setArtifactUpdate(value);
695
+ break;
696
+ case 98:
697
+ var value = new google_protobuf_timestamp_pb.Timestamp;
698
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
699
+ msg.setCreateTime(value);
700
+ break;
701
+ default:
702
+ reader.skipField();
703
+ break;
704
+ }
705
+ }
706
+ return msg;
707
+ };
708
+
709
+
710
+ /**
711
+ * Serializes the message to binary data (in protobuf wire format).
712
+ * @return {!Uint8Array}
713
+ */
714
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.serializeBinary = function() {
715
+ var writer = new jspb.BinaryWriter();
716
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.serializeBinaryToWriter(this, writer);
717
+ return writer.getResultBuffer();
718
+ };
719
+
720
+
721
+ /**
722
+ * Serializes the given message to binary data (in protobuf wire
723
+ * format), writing to the given BinaryWriter.
724
+ * @param {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} message
725
+ * @param {!jspb.BinaryWriter} writer
726
+ * @suppress {unusedLocalVariables} f is only used for nested messages
727
+ */
728
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.serializeBinaryToWriter = function(message, writer) {
729
+ var f = undefined;
730
+ f = message.getName();
731
+ if (f.length > 0) {
732
+ writer.writeString(
733
+ 1,
734
+ f
735
+ );
736
+ }
737
+ f = message.getTask();
738
+ if (f != null) {
739
+ writer.writeMessage(
740
+ 2,
741
+ f,
742
+ alis_a2a_extension_history_v1_a2a_pb.Task.serializeBinaryToWriter
743
+ );
744
+ }
745
+ f = message.getMessage();
746
+ if (f != null) {
747
+ writer.writeMessage(
748
+ 3,
749
+ f,
750
+ alis_a2a_extension_history_v1_a2a_pb.Message.serializeBinaryToWriter
751
+ );
752
+ }
753
+ f = message.getStatusUpdate();
754
+ if (f != null) {
755
+ writer.writeMessage(
756
+ 4,
757
+ f,
758
+ alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent.serializeBinaryToWriter
759
+ );
760
+ }
761
+ f = message.getArtifactUpdate();
762
+ if (f != null) {
763
+ writer.writeMessage(
764
+ 5,
765
+ f,
766
+ alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent.serializeBinaryToWriter
767
+ );
768
+ }
769
+ f = message.getCreateTime();
770
+ if (f != null) {
771
+ writer.writeMessage(
772
+ 98,
773
+ f,
774
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
775
+ );
776
+ }
777
+ };
778
+
779
+
780
+ /**
781
+ * optional string name = 1;
782
+ * @return {string}
783
+ */
784
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.getName = function() {
785
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
786
+ };
787
+
788
+
789
+ /**
790
+ * @param {string} value
791
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
792
+ */
793
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.setName = function(value) {
794
+ return jspb.Message.setProto3StringField(this, 1, value);
795
+ };
796
+
797
+
798
+ /**
799
+ * optional Task task = 2;
800
+ * @return {?proto.alis.a2a.extension.history.v1.Task}
801
+ */
802
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.getTask = function() {
803
+ return /** @type{?proto.alis.a2a.extension.history.v1.Task} */ (
804
+ jspb.Message.getWrapperField(this, alis_a2a_extension_history_v1_a2a_pb.Task, 2));
805
+ };
806
+
807
+
808
+ /**
809
+ * @param {?proto.alis.a2a.extension.history.v1.Task|undefined} value
810
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
811
+ */
812
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.setTask = function(value) {
813
+ return jspb.Message.setOneofWrapperField(this, 2, proto.alis.a2a.extension.history.v1.A2AHistoryEvent.oneofGroups_[0], value);
814
+ };
815
+
816
+
817
+ /**
818
+ * Clears the message field making it undefined.
819
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
820
+ */
821
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.clearTask = function() {
822
+ return this.setTask(undefined);
823
+ };
824
+
825
+
826
+ /**
827
+ * Returns whether this field is set.
828
+ * @return {boolean}
829
+ */
830
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.hasTask = function() {
831
+ return jspb.Message.getField(this, 2) != null;
832
+ };
833
+
834
+
835
+ /**
836
+ * optional Message message = 3;
837
+ * @return {?proto.alis.a2a.extension.history.v1.Message}
838
+ */
839
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.getMessage = function() {
840
+ return /** @type{?proto.alis.a2a.extension.history.v1.Message} */ (
841
+ jspb.Message.getWrapperField(this, alis_a2a_extension_history_v1_a2a_pb.Message, 3));
842
+ };
843
+
844
+
845
+ /**
846
+ * @param {?proto.alis.a2a.extension.history.v1.Message|undefined} value
847
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
848
+ */
849
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.setMessage = function(value) {
850
+ return jspb.Message.setOneofWrapperField(this, 3, proto.alis.a2a.extension.history.v1.A2AHistoryEvent.oneofGroups_[0], value);
851
+ };
852
+
853
+
854
+ /**
855
+ * Clears the message field making it undefined.
856
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
857
+ */
858
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.clearMessage = function() {
859
+ return this.setMessage(undefined);
860
+ };
861
+
862
+
863
+ /**
864
+ * Returns whether this field is set.
865
+ * @return {boolean}
866
+ */
867
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.hasMessage = function() {
868
+ return jspb.Message.getField(this, 3) != null;
869
+ };
870
+
871
+
872
+ /**
873
+ * optional TaskStatusUpdateEvent status_update = 4;
874
+ * @return {?proto.alis.a2a.extension.history.v1.TaskStatusUpdateEvent}
875
+ */
876
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.getStatusUpdate = function() {
877
+ return /** @type{?proto.alis.a2a.extension.history.v1.TaskStatusUpdateEvent} */ (
878
+ jspb.Message.getWrapperField(this, alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent, 4));
879
+ };
880
+
881
+
882
+ /**
883
+ * @param {?proto.alis.a2a.extension.history.v1.TaskStatusUpdateEvent|undefined} value
884
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
885
+ */
886
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.setStatusUpdate = function(value) {
887
+ return jspb.Message.setOneofWrapperField(this, 4, proto.alis.a2a.extension.history.v1.A2AHistoryEvent.oneofGroups_[0], value);
888
+ };
889
+
890
+
891
+ /**
892
+ * Clears the message field making it undefined.
893
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
894
+ */
895
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.clearStatusUpdate = function() {
896
+ return this.setStatusUpdate(undefined);
897
+ };
898
+
899
+
900
+ /**
901
+ * Returns whether this field is set.
902
+ * @return {boolean}
903
+ */
904
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.hasStatusUpdate = function() {
905
+ return jspb.Message.getField(this, 4) != null;
906
+ };
907
+
908
+
909
+ /**
910
+ * optional TaskArtifactUpdateEvent artifact_update = 5;
911
+ * @return {?proto.alis.a2a.extension.history.v1.TaskArtifactUpdateEvent}
912
+ */
913
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.getArtifactUpdate = function() {
914
+ return /** @type{?proto.alis.a2a.extension.history.v1.TaskArtifactUpdateEvent} */ (
915
+ jspb.Message.getWrapperField(this, alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent, 5));
916
+ };
917
+
918
+
919
+ /**
920
+ * @param {?proto.alis.a2a.extension.history.v1.TaskArtifactUpdateEvent|undefined} value
921
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
922
+ */
923
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.setArtifactUpdate = function(value) {
924
+ return jspb.Message.setOneofWrapperField(this, 5, proto.alis.a2a.extension.history.v1.A2AHistoryEvent.oneofGroups_[0], value);
925
+ };
926
+
927
+
928
+ /**
929
+ * Clears the message field making it undefined.
930
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
931
+ */
932
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.clearArtifactUpdate = function() {
933
+ return this.setArtifactUpdate(undefined);
934
+ };
935
+
936
+
937
+ /**
938
+ * Returns whether this field is set.
939
+ * @return {boolean}
940
+ */
941
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.hasArtifactUpdate = function() {
942
+ return jspb.Message.getField(this, 5) != null;
943
+ };
944
+
945
+
946
+ /**
947
+ * optional google.protobuf.Timestamp create_time = 98;
948
+ * @return {?proto.google.protobuf.Timestamp}
949
+ */
950
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.getCreateTime = function() {
951
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
952
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 98));
953
+ };
954
+
955
+
956
+ /**
957
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
958
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
959
+ */
960
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.setCreateTime = function(value) {
961
+ return jspb.Message.setWrapperField(this, 98, value);
962
+ };
963
+
964
+
965
+ /**
966
+ * Clears the message field making it undefined.
967
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent} returns this
968
+ */
969
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.clearCreateTime = function() {
970
+ return this.setCreateTime(undefined);
971
+ };
972
+
973
+
974
+ /**
975
+ * Returns whether this field is set.
976
+ * @return {boolean}
977
+ */
978
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.prototype.hasCreateTime = function() {
979
+ return jspb.Message.getField(this, 98) != null;
980
+ };
981
+
982
+
983
+
984
+
985
+
986
+ if (jspb.Message.GENERATE_TO_OBJECT) {
987
+ /**
988
+ * Creates an object representation of this proto.
989
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
990
+ * Optional fields that are not set will be set to undefined.
991
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
992
+ * For the list of reserved names please see:
993
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
994
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
995
+ * JSPB instance for transitional soy proto support:
996
+ * http://goto/soy-param-migration
997
+ * @return {!Object}
998
+ */
999
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.prototype.toObject = function(opt_includeInstance) {
1000
+ return proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.toObject(opt_includeInstance, this);
1001
+ };
1002
+
1003
+
1004
+ /**
1005
+ * Static version of the {@see toObject} method.
1006
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1007
+ * the JSPB instance for transitional soy proto support:
1008
+ * http://goto/soy-param-migration
1009
+ * @param {!proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest} msg The msg instance to transform.
1010
+ * @return {!Object}
1011
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1012
+ */
1013
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.toObject = function(includeInstance, msg) {
1014
+ var f, obj = {
1015
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
1016
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
1017
+ };
1018
+
1019
+ if (includeInstance) {
1020
+ obj.$jspbMessageInstance = msg;
1021
+ }
1022
+ return obj;
1023
+ };
1024
+ }
1025
+
1026
+
1027
+ /**
1028
+ * Deserializes binary data (in protobuf wire format).
1029
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1030
+ * @return {!proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest}
1031
+ */
1032
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.deserializeBinary = function(bytes) {
1033
+ var reader = new jspb.BinaryReader(bytes);
1034
+ var msg = new proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest;
1035
+ return proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.deserializeBinaryFromReader(msg, reader);
1036
+ };
1037
+
1038
+
1039
+ /**
1040
+ * Deserializes binary data (in protobuf wire format) from the
1041
+ * given reader into the given message object.
1042
+ * @param {!proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest} msg The message object to deserialize into.
1043
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1044
+ * @return {!proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest}
1045
+ */
1046
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.deserializeBinaryFromReader = function(msg, reader) {
1047
+ while (reader.nextField()) {
1048
+ if (reader.isEndGroup()) {
1049
+ break;
1050
+ }
1051
+ var field = reader.getFieldNumber();
1052
+ switch (field) {
1053
+ case 1:
1054
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1055
+ msg.setName(value);
1056
+ break;
1057
+ case 3:
1058
+ var value = new google_protobuf_field_mask_pb.FieldMask;
1059
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
1060
+ msg.setReadMask(value);
1061
+ break;
1062
+ default:
1063
+ reader.skipField();
1064
+ break;
1065
+ }
1066
+ }
1067
+ return msg;
1068
+ };
1069
+
1070
+
1071
+ /**
1072
+ * Serializes the message to binary data (in protobuf wire format).
1073
+ * @return {!Uint8Array}
1074
+ */
1075
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.prototype.serializeBinary = function() {
1076
+ var writer = new jspb.BinaryWriter();
1077
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.serializeBinaryToWriter(this, writer);
1078
+ return writer.getResultBuffer();
1079
+ };
1080
+
1081
+
1082
+ /**
1083
+ * Serializes the given message to binary data (in protobuf wire
1084
+ * format), writing to the given BinaryWriter.
1085
+ * @param {!proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest} message
1086
+ * @param {!jspb.BinaryWriter} writer
1087
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1088
+ */
1089
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.serializeBinaryToWriter = function(message, writer) {
1090
+ var f = undefined;
1091
+ f = message.getName();
1092
+ if (f.length > 0) {
1093
+ writer.writeString(
1094
+ 1,
1095
+ f
1096
+ );
1097
+ }
1098
+ f = message.getReadMask();
1099
+ if (f != null) {
1100
+ writer.writeMessage(
1101
+ 3,
1102
+ f,
1103
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
1104
+ );
1105
+ }
1106
+ };
1107
+
1108
+
1109
+ /**
1110
+ * optional string name = 1;
1111
+ * @return {string}
1112
+ */
1113
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.prototype.getName = function() {
1114
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1115
+ };
1116
+
1117
+
1118
+ /**
1119
+ * @param {string} value
1120
+ * @return {!proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest} returns this
1121
+ */
1122
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.prototype.setName = function(value) {
1123
+ return jspb.Message.setProto3StringField(this, 1, value);
1124
+ };
1125
+
1126
+
1127
+ /**
1128
+ * optional google.protobuf.FieldMask read_mask = 3;
1129
+ * @return {?proto.google.protobuf.FieldMask}
1130
+ */
1131
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.prototype.getReadMask = function() {
1132
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
1133
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
1134
+ };
1135
+
1136
+
1137
+ /**
1138
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
1139
+ * @return {!proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest} returns this
1140
+ */
1141
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.prototype.setReadMask = function(value) {
1142
+ return jspb.Message.setWrapperField(this, 3, value);
1143
+ };
1144
+
1145
+
1146
+ /**
1147
+ * Clears the message field making it undefined.
1148
+ * @return {!proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest} returns this
1149
+ */
1150
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.prototype.clearReadMask = function() {
1151
+ return this.setReadMask(undefined);
1152
+ };
1153
+
1154
+
1155
+ /**
1156
+ * Returns whether this field is set.
1157
+ * @return {boolean}
1158
+ */
1159
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryRequest.prototype.hasReadMask = function() {
1160
+ return jspb.Message.getField(this, 3) != null;
1161
+ };
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1168
+ /**
1169
+ * Creates an object representation of this proto.
1170
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1171
+ * Optional fields that are not set will be set to undefined.
1172
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1173
+ * For the list of reserved names please see:
1174
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1175
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1176
+ * JSPB instance for transitional soy proto support:
1177
+ * http://goto/soy-param-migration
1178
+ * @return {!Object}
1179
+ */
1180
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.prototype.toObject = function(opt_includeInstance) {
1181
+ return proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.toObject(opt_includeInstance, this);
1182
+ };
1183
+
1184
+
1185
+ /**
1186
+ * Static version of the {@see toObject} method.
1187
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1188
+ * the JSPB instance for transitional soy proto support:
1189
+ * http://goto/soy-param-migration
1190
+ * @param {!proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest} msg The msg instance to transform.
1191
+ * @return {!Object}
1192
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1193
+ */
1194
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.toObject = function(includeInstance, msg) {
1195
+ var f, obj = {
1196
+ name: jspb.Message.getFieldWithDefault(msg, 1, "")
1197
+ };
1198
+
1199
+ if (includeInstance) {
1200
+ obj.$jspbMessageInstance = msg;
1201
+ }
1202
+ return obj;
1203
+ };
1204
+ }
1205
+
1206
+
1207
+ /**
1208
+ * Deserializes binary data (in protobuf wire format).
1209
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1210
+ * @return {!proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest}
1211
+ */
1212
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.deserializeBinary = function(bytes) {
1213
+ var reader = new jspb.BinaryReader(bytes);
1214
+ var msg = new proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest;
1215
+ return proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.deserializeBinaryFromReader(msg, reader);
1216
+ };
1217
+
1218
+
1219
+ /**
1220
+ * Deserializes binary data (in protobuf wire format) from the
1221
+ * given reader into the given message object.
1222
+ * @param {!proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest} msg The message object to deserialize into.
1223
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1224
+ * @return {!proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest}
1225
+ */
1226
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.deserializeBinaryFromReader = function(msg, reader) {
1227
+ while (reader.nextField()) {
1228
+ if (reader.isEndGroup()) {
1229
+ break;
1230
+ }
1231
+ var field = reader.getFieldNumber();
1232
+ switch (field) {
1233
+ case 1:
1234
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1235
+ msg.setName(value);
1236
+ break;
1237
+ default:
1238
+ reader.skipField();
1239
+ break;
1240
+ }
1241
+ }
1242
+ return msg;
1243
+ };
1244
+
1245
+
1246
+ /**
1247
+ * Serializes the message to binary data (in protobuf wire format).
1248
+ * @return {!Uint8Array}
1249
+ */
1250
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.prototype.serializeBinary = function() {
1251
+ var writer = new jspb.BinaryWriter();
1252
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.serializeBinaryToWriter(this, writer);
1253
+ return writer.getResultBuffer();
1254
+ };
1255
+
1256
+
1257
+ /**
1258
+ * Serializes the given message to binary data (in protobuf wire
1259
+ * format), writing to the given BinaryWriter.
1260
+ * @param {!proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest} message
1261
+ * @param {!jspb.BinaryWriter} writer
1262
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1263
+ */
1264
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.serializeBinaryToWriter = function(message, writer) {
1265
+ var f = undefined;
1266
+ f = message.getName();
1267
+ if (f.length > 0) {
1268
+ writer.writeString(
1269
+ 1,
1270
+ f
1271
+ );
1272
+ }
1273
+ };
1274
+
1275
+
1276
+ /**
1277
+ * optional string name = 1;
1278
+ * @return {string}
1279
+ */
1280
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.prototype.getName = function() {
1281
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1282
+ };
1283
+
1284
+
1285
+ /**
1286
+ * @param {string} value
1287
+ * @return {!proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest} returns this
1288
+ */
1289
+ proto.alis.a2a.extension.history.v1.DeleteA2AHistoryRequest.prototype.setName = function(value) {
1290
+ return jspb.Message.setProto3StringField(this, 1, value);
1291
+ };
1292
+
1293
+
1294
+
1295
+
1296
+
1297
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1298
+ /**
1299
+ * Creates an object representation of this proto.
1300
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1301
+ * Optional fields that are not set will be set to undefined.
1302
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1303
+ * For the list of reserved names please see:
1304
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1305
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1306
+ * JSPB instance for transitional soy proto support:
1307
+ * http://goto/soy-param-migration
1308
+ * @return {!Object}
1309
+ */
1310
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.toObject = function(opt_includeInstance) {
1311
+ return proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.toObject(opt_includeInstance, this);
1312
+ };
1313
+
1314
+
1315
+ /**
1316
+ * Static version of the {@see toObject} method.
1317
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1318
+ * the JSPB instance for transitional soy proto support:
1319
+ * http://goto/soy-param-migration
1320
+ * @param {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest} msg The msg instance to transform.
1321
+ * @return {!Object}
1322
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1323
+ */
1324
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.toObject = function(includeInstance, msg) {
1325
+ var f, obj = {
1326
+ pageSize: jspb.Message.getFieldWithDefault(msg, 2, 0),
1327
+ pageToken: jspb.Message.getFieldWithDefault(msg, 3, ""),
1328
+ agentId: jspb.Message.getFieldWithDefault(msg, 4, ""),
1329
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
1330
+ };
1331
+
1332
+ if (includeInstance) {
1333
+ obj.$jspbMessageInstance = msg;
1334
+ }
1335
+ return obj;
1336
+ };
1337
+ }
1338
+
1339
+
1340
+ /**
1341
+ * Deserializes binary data (in protobuf wire format).
1342
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1343
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest}
1344
+ */
1345
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.deserializeBinary = function(bytes) {
1346
+ var reader = new jspb.BinaryReader(bytes);
1347
+ var msg = new proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest;
1348
+ return proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.deserializeBinaryFromReader(msg, reader);
1349
+ };
1350
+
1351
+
1352
+ /**
1353
+ * Deserializes binary data (in protobuf wire format) from the
1354
+ * given reader into the given message object.
1355
+ * @param {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest} msg The message object to deserialize into.
1356
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1357
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest}
1358
+ */
1359
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.deserializeBinaryFromReader = function(msg, reader) {
1360
+ while (reader.nextField()) {
1361
+ if (reader.isEndGroup()) {
1362
+ break;
1363
+ }
1364
+ var field = reader.getFieldNumber();
1365
+ switch (field) {
1366
+ case 2:
1367
+ var value = /** @type {number} */ (reader.readInt32());
1368
+ msg.setPageSize(value);
1369
+ break;
1370
+ case 3:
1371
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1372
+ msg.setPageToken(value);
1373
+ break;
1374
+ case 4:
1375
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1376
+ msg.setAgentId(value);
1377
+ break;
1378
+ case 5:
1379
+ var value = new google_protobuf_field_mask_pb.FieldMask;
1380
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
1381
+ msg.setReadMask(value);
1382
+ break;
1383
+ default:
1384
+ reader.skipField();
1385
+ break;
1386
+ }
1387
+ }
1388
+ return msg;
1389
+ };
1390
+
1391
+
1392
+ /**
1393
+ * Serializes the message to binary data (in protobuf wire format).
1394
+ * @return {!Uint8Array}
1395
+ */
1396
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.serializeBinary = function() {
1397
+ var writer = new jspb.BinaryWriter();
1398
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.serializeBinaryToWriter(this, writer);
1399
+ return writer.getResultBuffer();
1400
+ };
1401
+
1402
+
1403
+ /**
1404
+ * Serializes the given message to binary data (in protobuf wire
1405
+ * format), writing to the given BinaryWriter.
1406
+ * @param {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest} message
1407
+ * @param {!jspb.BinaryWriter} writer
1408
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1409
+ */
1410
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.serializeBinaryToWriter = function(message, writer) {
1411
+ var f = undefined;
1412
+ f = message.getPageSize();
1413
+ if (f !== 0) {
1414
+ writer.writeInt32(
1415
+ 2,
1416
+ f
1417
+ );
1418
+ }
1419
+ f = message.getPageToken();
1420
+ if (f.length > 0) {
1421
+ writer.writeString(
1422
+ 3,
1423
+ f
1424
+ );
1425
+ }
1426
+ f = message.getAgentId();
1427
+ if (f.length > 0) {
1428
+ writer.writeString(
1429
+ 4,
1430
+ f
1431
+ );
1432
+ }
1433
+ f = message.getReadMask();
1434
+ if (f != null) {
1435
+ writer.writeMessage(
1436
+ 5,
1437
+ f,
1438
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
1439
+ );
1440
+ }
1441
+ };
1442
+
1443
+
1444
+ /**
1445
+ * optional int32 page_size = 2;
1446
+ * @return {number}
1447
+ */
1448
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.getPageSize = function() {
1449
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
1450
+ };
1451
+
1452
+
1453
+ /**
1454
+ * @param {number} value
1455
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest} returns this
1456
+ */
1457
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.setPageSize = function(value) {
1458
+ return jspb.Message.setProto3IntField(this, 2, value);
1459
+ };
1460
+
1461
+
1462
+ /**
1463
+ * optional string page_token = 3;
1464
+ * @return {string}
1465
+ */
1466
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.getPageToken = function() {
1467
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1468
+ };
1469
+
1470
+
1471
+ /**
1472
+ * @param {string} value
1473
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest} returns this
1474
+ */
1475
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.setPageToken = function(value) {
1476
+ return jspb.Message.setProto3StringField(this, 3, value);
1477
+ };
1478
+
1479
+
1480
+ /**
1481
+ * optional string agent_id = 4;
1482
+ * @return {string}
1483
+ */
1484
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.getAgentId = function() {
1485
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
1486
+ };
1487
+
1488
+
1489
+ /**
1490
+ * @param {string} value
1491
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest} returns this
1492
+ */
1493
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.setAgentId = function(value) {
1494
+ return jspb.Message.setProto3StringField(this, 4, value);
1495
+ };
1496
+
1497
+
1498
+ /**
1499
+ * optional google.protobuf.FieldMask read_mask = 5;
1500
+ * @return {?proto.google.protobuf.FieldMask}
1501
+ */
1502
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.getReadMask = function() {
1503
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
1504
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 5));
1505
+ };
1506
+
1507
+
1508
+ /**
1509
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
1510
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest} returns this
1511
+ */
1512
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.setReadMask = function(value) {
1513
+ return jspb.Message.setWrapperField(this, 5, value);
1514
+ };
1515
+
1516
+
1517
+ /**
1518
+ * Clears the message field making it undefined.
1519
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest} returns this
1520
+ */
1521
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.clearReadMask = function() {
1522
+ return this.setReadMask(undefined);
1523
+ };
1524
+
1525
+
1526
+ /**
1527
+ * Returns whether this field is set.
1528
+ * @return {boolean}
1529
+ */
1530
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesRequest.prototype.hasReadMask = function() {
1531
+ return jspb.Message.getField(this, 5) != null;
1532
+ };
1533
+
1534
+
1535
+
1536
+ /**
1537
+ * List of repeated fields within this message type.
1538
+ * @private {!Array<number>}
1539
+ * @const
1540
+ */
1541
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.repeatedFields_ = [1];
1542
+
1543
+
1544
+
1545
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1546
+ /**
1547
+ * Creates an object representation of this proto.
1548
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1549
+ * Optional fields that are not set will be set to undefined.
1550
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1551
+ * For the list of reserved names please see:
1552
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1553
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1554
+ * JSPB instance for transitional soy proto support:
1555
+ * http://goto/soy-param-migration
1556
+ * @return {!Object}
1557
+ */
1558
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.prototype.toObject = function(opt_includeInstance) {
1559
+ return proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.toObject(opt_includeInstance, this);
1560
+ };
1561
+
1562
+
1563
+ /**
1564
+ * Static version of the {@see toObject} method.
1565
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1566
+ * the JSPB instance for transitional soy proto support:
1567
+ * http://goto/soy-param-migration
1568
+ * @param {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse} msg The msg instance to transform.
1569
+ * @return {!Object}
1570
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1571
+ */
1572
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.toObject = function(includeInstance, msg) {
1573
+ var f, obj = {
1574
+ historiesList: jspb.Message.toObjectList(msg.getHistoriesList(),
1575
+ proto.alis.a2a.extension.history.v1.A2AHistory.toObject, includeInstance),
1576
+ nextPageToken: jspb.Message.getFieldWithDefault(msg, 2, "")
1577
+ };
1578
+
1579
+ if (includeInstance) {
1580
+ obj.$jspbMessageInstance = msg;
1581
+ }
1582
+ return obj;
1583
+ };
1584
+ }
1585
+
1586
+
1587
+ /**
1588
+ * Deserializes binary data (in protobuf wire format).
1589
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1590
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse}
1591
+ */
1592
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.deserializeBinary = function(bytes) {
1593
+ var reader = new jspb.BinaryReader(bytes);
1594
+ var msg = new proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse;
1595
+ return proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.deserializeBinaryFromReader(msg, reader);
1596
+ };
1597
+
1598
+
1599
+ /**
1600
+ * Deserializes binary data (in protobuf wire format) from the
1601
+ * given reader into the given message object.
1602
+ * @param {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse} msg The message object to deserialize into.
1603
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1604
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse}
1605
+ */
1606
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.deserializeBinaryFromReader = function(msg, reader) {
1607
+ while (reader.nextField()) {
1608
+ if (reader.isEndGroup()) {
1609
+ break;
1610
+ }
1611
+ var field = reader.getFieldNumber();
1612
+ switch (field) {
1613
+ case 1:
1614
+ var value = new proto.alis.a2a.extension.history.v1.A2AHistory;
1615
+ reader.readMessage(value,proto.alis.a2a.extension.history.v1.A2AHistory.deserializeBinaryFromReader);
1616
+ msg.addHistories(value);
1617
+ break;
1618
+ case 2:
1619
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1620
+ msg.setNextPageToken(value);
1621
+ break;
1622
+ default:
1623
+ reader.skipField();
1624
+ break;
1625
+ }
1626
+ }
1627
+ return msg;
1628
+ };
1629
+
1630
+
1631
+ /**
1632
+ * Serializes the message to binary data (in protobuf wire format).
1633
+ * @return {!Uint8Array}
1634
+ */
1635
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.prototype.serializeBinary = function() {
1636
+ var writer = new jspb.BinaryWriter();
1637
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.serializeBinaryToWriter(this, writer);
1638
+ return writer.getResultBuffer();
1639
+ };
1640
+
1641
+
1642
+ /**
1643
+ * Serializes the given message to binary data (in protobuf wire
1644
+ * format), writing to the given BinaryWriter.
1645
+ * @param {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse} message
1646
+ * @param {!jspb.BinaryWriter} writer
1647
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1648
+ */
1649
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.serializeBinaryToWriter = function(message, writer) {
1650
+ var f = undefined;
1651
+ f = message.getHistoriesList();
1652
+ if (f.length > 0) {
1653
+ writer.writeRepeatedMessage(
1654
+ 1,
1655
+ f,
1656
+ proto.alis.a2a.extension.history.v1.A2AHistory.serializeBinaryToWriter
1657
+ );
1658
+ }
1659
+ f = message.getNextPageToken();
1660
+ if (f.length > 0) {
1661
+ writer.writeString(
1662
+ 2,
1663
+ f
1664
+ );
1665
+ }
1666
+ };
1667
+
1668
+
1669
+ /**
1670
+ * repeated A2AHistory histories = 1;
1671
+ * @return {!Array<!proto.alis.a2a.extension.history.v1.A2AHistory>}
1672
+ */
1673
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.prototype.getHistoriesList = function() {
1674
+ return /** @type{!Array<!proto.alis.a2a.extension.history.v1.A2AHistory>} */ (
1675
+ jspb.Message.getRepeatedWrapperField(this, proto.alis.a2a.extension.history.v1.A2AHistory, 1));
1676
+ };
1677
+
1678
+
1679
+ /**
1680
+ * @param {!Array<!proto.alis.a2a.extension.history.v1.A2AHistory>} value
1681
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse} returns this
1682
+ */
1683
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.prototype.setHistoriesList = function(value) {
1684
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1685
+ };
1686
+
1687
+
1688
+ /**
1689
+ * @param {!proto.alis.a2a.extension.history.v1.A2AHistory=} opt_value
1690
+ * @param {number=} opt_index
1691
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistory}
1692
+ */
1693
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.prototype.addHistories = function(opt_value, opt_index) {
1694
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.a2a.extension.history.v1.A2AHistory, opt_index);
1695
+ };
1696
+
1697
+
1698
+ /**
1699
+ * Clears the list making it empty but non-null.
1700
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse} returns this
1701
+ */
1702
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.prototype.clearHistoriesList = function() {
1703
+ return this.setHistoriesList([]);
1704
+ };
1705
+
1706
+
1707
+ /**
1708
+ * optional string next_page_token = 2;
1709
+ * @return {string}
1710
+ */
1711
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.prototype.getNextPageToken = function() {
1712
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1713
+ };
1714
+
1715
+
1716
+ /**
1717
+ * @param {string} value
1718
+ * @return {!proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse} returns this
1719
+ */
1720
+ proto.alis.a2a.extension.history.v1.ListA2AHistoriesResponse.prototype.setNextPageToken = function(value) {
1721
+ return jspb.Message.setProto3StringField(this, 2, value);
1722
+ };
1723
+
1724
+
1725
+
1726
+
1727
+
1728
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1729
+ /**
1730
+ * Creates an object representation of this proto.
1731
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1732
+ * Optional fields that are not set will be set to undefined.
1733
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1734
+ * For the list of reserved names please see:
1735
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1736
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1737
+ * JSPB instance for transitional soy proto support:
1738
+ * http://goto/soy-param-migration
1739
+ * @return {!Object}
1740
+ */
1741
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.prototype.toObject = function(opt_includeInstance) {
1742
+ return proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.toObject(opt_includeInstance, this);
1743
+ };
1744
+
1745
+
1746
+ /**
1747
+ * Static version of the {@see toObject} method.
1748
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1749
+ * the JSPB instance for transitional soy proto support:
1750
+ * http://goto/soy-param-migration
1751
+ * @param {!proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest} msg The msg instance to transform.
1752
+ * @return {!Object}
1753
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1754
+ */
1755
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.toObject = function(includeInstance, msg) {
1756
+ var f, obj = {
1757
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
1758
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
1759
+ };
1760
+
1761
+ if (includeInstance) {
1762
+ obj.$jspbMessageInstance = msg;
1763
+ }
1764
+ return obj;
1765
+ };
1766
+ }
1767
+
1768
+
1769
+ /**
1770
+ * Deserializes binary data (in protobuf wire format).
1771
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1772
+ * @return {!proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest}
1773
+ */
1774
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.deserializeBinary = function(bytes) {
1775
+ var reader = new jspb.BinaryReader(bytes);
1776
+ var msg = new proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest;
1777
+ return proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.deserializeBinaryFromReader(msg, reader);
1778
+ };
1779
+
1780
+
1781
+ /**
1782
+ * Deserializes binary data (in protobuf wire format) from the
1783
+ * given reader into the given message object.
1784
+ * @param {!proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest} msg The message object to deserialize into.
1785
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1786
+ * @return {!proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest}
1787
+ */
1788
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.deserializeBinaryFromReader = function(msg, reader) {
1789
+ while (reader.nextField()) {
1790
+ if (reader.isEndGroup()) {
1791
+ break;
1792
+ }
1793
+ var field = reader.getFieldNumber();
1794
+ switch (field) {
1795
+ case 1:
1796
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1797
+ msg.setName(value);
1798
+ break;
1799
+ case 3:
1800
+ var value = new google_protobuf_field_mask_pb.FieldMask;
1801
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
1802
+ msg.setReadMask(value);
1803
+ break;
1804
+ default:
1805
+ reader.skipField();
1806
+ break;
1807
+ }
1808
+ }
1809
+ return msg;
1810
+ };
1811
+
1812
+
1813
+ /**
1814
+ * Serializes the message to binary data (in protobuf wire format).
1815
+ * @return {!Uint8Array}
1816
+ */
1817
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.prototype.serializeBinary = function() {
1818
+ var writer = new jspb.BinaryWriter();
1819
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.serializeBinaryToWriter(this, writer);
1820
+ return writer.getResultBuffer();
1821
+ };
1822
+
1823
+
1824
+ /**
1825
+ * Serializes the given message to binary data (in protobuf wire
1826
+ * format), writing to the given BinaryWriter.
1827
+ * @param {!proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest} message
1828
+ * @param {!jspb.BinaryWriter} writer
1829
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1830
+ */
1831
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.serializeBinaryToWriter = function(message, writer) {
1832
+ var f = undefined;
1833
+ f = message.getName();
1834
+ if (f.length > 0) {
1835
+ writer.writeString(
1836
+ 1,
1837
+ f
1838
+ );
1839
+ }
1840
+ f = message.getReadMask();
1841
+ if (f != null) {
1842
+ writer.writeMessage(
1843
+ 3,
1844
+ f,
1845
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
1846
+ );
1847
+ }
1848
+ };
1849
+
1850
+
1851
+ /**
1852
+ * optional string name = 1;
1853
+ * @return {string}
1854
+ */
1855
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.prototype.getName = function() {
1856
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1857
+ };
1858
+
1859
+
1860
+ /**
1861
+ * @param {string} value
1862
+ * @return {!proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest} returns this
1863
+ */
1864
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.prototype.setName = function(value) {
1865
+ return jspb.Message.setProto3StringField(this, 1, value);
1866
+ };
1867
+
1868
+
1869
+ /**
1870
+ * optional google.protobuf.FieldMask read_mask = 3;
1871
+ * @return {?proto.google.protobuf.FieldMask}
1872
+ */
1873
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.prototype.getReadMask = function() {
1874
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
1875
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
1876
+ };
1877
+
1878
+
1879
+ /**
1880
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
1881
+ * @return {!proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest} returns this
1882
+ */
1883
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.prototype.setReadMask = function(value) {
1884
+ return jspb.Message.setWrapperField(this, 3, value);
1885
+ };
1886
+
1887
+
1888
+ /**
1889
+ * Clears the message field making it undefined.
1890
+ * @return {!proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest} returns this
1891
+ */
1892
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.prototype.clearReadMask = function() {
1893
+ return this.setReadMask(undefined);
1894
+ };
1895
+
1896
+
1897
+ /**
1898
+ * Returns whether this field is set.
1899
+ * @return {boolean}
1900
+ */
1901
+ proto.alis.a2a.extension.history.v1.GetA2AHistoryEventRequest.prototype.hasReadMask = function() {
1902
+ return jspb.Message.getField(this, 3) != null;
1903
+ };
1904
+
1905
+
1906
+
1907
+
1908
+
1909
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1910
+ /**
1911
+ * Creates an object representation of this proto.
1912
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1913
+ * Optional fields that are not set will be set to undefined.
1914
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1915
+ * For the list of reserved names please see:
1916
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1917
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1918
+ * JSPB instance for transitional soy proto support:
1919
+ * http://goto/soy-param-migration
1920
+ * @return {!Object}
1921
+ */
1922
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.toObject = function(opt_includeInstance) {
1923
+ return proto.alis.a2a.extension.history.v1.ListEventsRequest.toObject(opt_includeInstance, this);
1924
+ };
1925
+
1926
+
1927
+ /**
1928
+ * Static version of the {@see toObject} method.
1929
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1930
+ * the JSPB instance for transitional soy proto support:
1931
+ * http://goto/soy-param-migration
1932
+ * @param {!proto.alis.a2a.extension.history.v1.ListEventsRequest} msg The msg instance to transform.
1933
+ * @return {!Object}
1934
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1935
+ */
1936
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.toObject = function(includeInstance, msg) {
1937
+ var f, obj = {
1938
+ parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
1939
+ pageSize: jspb.Message.getFieldWithDefault(msg, 2, 0),
1940
+ pageToken: jspb.Message.getFieldWithDefault(msg, 3, ""),
1941
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
1942
+ };
1943
+
1944
+ if (includeInstance) {
1945
+ obj.$jspbMessageInstance = msg;
1946
+ }
1947
+ return obj;
1948
+ };
1949
+ }
1950
+
1951
+
1952
+ /**
1953
+ * Deserializes binary data (in protobuf wire format).
1954
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1955
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest}
1956
+ */
1957
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.deserializeBinary = function(bytes) {
1958
+ var reader = new jspb.BinaryReader(bytes);
1959
+ var msg = new proto.alis.a2a.extension.history.v1.ListEventsRequest;
1960
+ return proto.alis.a2a.extension.history.v1.ListEventsRequest.deserializeBinaryFromReader(msg, reader);
1961
+ };
1962
+
1963
+
1964
+ /**
1965
+ * Deserializes binary data (in protobuf wire format) from the
1966
+ * given reader into the given message object.
1967
+ * @param {!proto.alis.a2a.extension.history.v1.ListEventsRequest} msg The message object to deserialize into.
1968
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1969
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest}
1970
+ */
1971
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.deserializeBinaryFromReader = function(msg, reader) {
1972
+ while (reader.nextField()) {
1973
+ if (reader.isEndGroup()) {
1974
+ break;
1975
+ }
1976
+ var field = reader.getFieldNumber();
1977
+ switch (field) {
1978
+ case 1:
1979
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1980
+ msg.setParent(value);
1981
+ break;
1982
+ case 2:
1983
+ var value = /** @type {number} */ (reader.readInt32());
1984
+ msg.setPageSize(value);
1985
+ break;
1986
+ case 3:
1987
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
1988
+ msg.setPageToken(value);
1989
+ break;
1990
+ case 5:
1991
+ var value = new google_protobuf_field_mask_pb.FieldMask;
1992
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
1993
+ msg.setReadMask(value);
1994
+ break;
1995
+ default:
1996
+ reader.skipField();
1997
+ break;
1998
+ }
1999
+ }
2000
+ return msg;
2001
+ };
2002
+
2003
+
2004
+ /**
2005
+ * Serializes the message to binary data (in protobuf wire format).
2006
+ * @return {!Uint8Array}
2007
+ */
2008
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.serializeBinary = function() {
2009
+ var writer = new jspb.BinaryWriter();
2010
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.serializeBinaryToWriter(this, writer);
2011
+ return writer.getResultBuffer();
2012
+ };
2013
+
2014
+
2015
+ /**
2016
+ * Serializes the given message to binary data (in protobuf wire
2017
+ * format), writing to the given BinaryWriter.
2018
+ * @param {!proto.alis.a2a.extension.history.v1.ListEventsRequest} message
2019
+ * @param {!jspb.BinaryWriter} writer
2020
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2021
+ */
2022
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.serializeBinaryToWriter = function(message, writer) {
2023
+ var f = undefined;
2024
+ f = message.getParent();
2025
+ if (f.length > 0) {
2026
+ writer.writeString(
2027
+ 1,
2028
+ f
2029
+ );
2030
+ }
2031
+ f = message.getPageSize();
2032
+ if (f !== 0) {
2033
+ writer.writeInt32(
2034
+ 2,
2035
+ f
2036
+ );
2037
+ }
2038
+ f = message.getPageToken();
2039
+ if (f.length > 0) {
2040
+ writer.writeString(
2041
+ 3,
2042
+ f
2043
+ );
2044
+ }
2045
+ f = message.getReadMask();
2046
+ if (f != null) {
2047
+ writer.writeMessage(
2048
+ 5,
2049
+ f,
2050
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
2051
+ );
2052
+ }
2053
+ };
2054
+
2055
+
2056
+ /**
2057
+ * optional string parent = 1;
2058
+ * @return {string}
2059
+ */
2060
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.getParent = function() {
2061
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2062
+ };
2063
+
2064
+
2065
+ /**
2066
+ * @param {string} value
2067
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest} returns this
2068
+ */
2069
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.setParent = function(value) {
2070
+ return jspb.Message.setProto3StringField(this, 1, value);
2071
+ };
2072
+
2073
+
2074
+ /**
2075
+ * optional int32 page_size = 2;
2076
+ * @return {number}
2077
+ */
2078
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.getPageSize = function() {
2079
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
2080
+ };
2081
+
2082
+
2083
+ /**
2084
+ * @param {number} value
2085
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest} returns this
2086
+ */
2087
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.setPageSize = function(value) {
2088
+ return jspb.Message.setProto3IntField(this, 2, value);
2089
+ };
2090
+
2091
+
2092
+ /**
2093
+ * optional string page_token = 3;
2094
+ * @return {string}
2095
+ */
2096
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.getPageToken = function() {
2097
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
2098
+ };
2099
+
2100
+
2101
+ /**
2102
+ * @param {string} value
2103
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest} returns this
2104
+ */
2105
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.setPageToken = function(value) {
2106
+ return jspb.Message.setProto3StringField(this, 3, value);
2107
+ };
2108
+
2109
+
2110
+ /**
2111
+ * optional google.protobuf.FieldMask read_mask = 5;
2112
+ * @return {?proto.google.protobuf.FieldMask}
2113
+ */
2114
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.getReadMask = function() {
2115
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
2116
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 5));
2117
+ };
2118
+
2119
+
2120
+ /**
2121
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
2122
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest} returns this
2123
+ */
2124
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.setReadMask = function(value) {
2125
+ return jspb.Message.setWrapperField(this, 5, value);
2126
+ };
2127
+
2128
+
2129
+ /**
2130
+ * Clears the message field making it undefined.
2131
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest} returns this
2132
+ */
2133
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.clearReadMask = function() {
2134
+ return this.setReadMask(undefined);
2135
+ };
2136
+
2137
+
2138
+ /**
2139
+ * Returns whether this field is set.
2140
+ * @return {boolean}
2141
+ */
2142
+ proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.hasReadMask = function() {
2143
+ return jspb.Message.getField(this, 5) != null;
2144
+ };
2145
+
2146
+
2147
+
2148
+ /**
2149
+ * List of repeated fields within this message type.
2150
+ * @private {!Array<number>}
2151
+ * @const
2152
+ */
2153
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.repeatedFields_ = [1];
2154
+
2155
+
2156
+
2157
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2158
+ /**
2159
+ * Creates an object representation of this proto.
2160
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2161
+ * Optional fields that are not set will be set to undefined.
2162
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2163
+ * For the list of reserved names please see:
2164
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2165
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2166
+ * JSPB instance for transitional soy proto support:
2167
+ * http://goto/soy-param-migration
2168
+ * @return {!Object}
2169
+ */
2170
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.toObject = function(opt_includeInstance) {
2171
+ return proto.alis.a2a.extension.history.v1.ListEventsResponse.toObject(opt_includeInstance, this);
2172
+ };
2173
+
2174
+
2175
+ /**
2176
+ * Static version of the {@see toObject} method.
2177
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2178
+ * the JSPB instance for transitional soy proto support:
2179
+ * http://goto/soy-param-migration
2180
+ * @param {!proto.alis.a2a.extension.history.v1.ListEventsResponse} msg The msg instance to transform.
2181
+ * @return {!Object}
2182
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2183
+ */
2184
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.toObject = function(includeInstance, msg) {
2185
+ var f, obj = {
2186
+ eventsList: jspb.Message.toObjectList(msg.getEventsList(),
2187
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.toObject, includeInstance),
2188
+ nextPageToken: jspb.Message.getFieldWithDefault(msg, 2, "")
2189
+ };
2190
+
2191
+ if (includeInstance) {
2192
+ obj.$jspbMessageInstance = msg;
2193
+ }
2194
+ return obj;
2195
+ };
2196
+ }
2197
+
2198
+
2199
+ /**
2200
+ * Deserializes binary data (in protobuf wire format).
2201
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
2202
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsResponse}
2203
+ */
2204
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.deserializeBinary = function(bytes) {
2205
+ var reader = new jspb.BinaryReader(bytes);
2206
+ var msg = new proto.alis.a2a.extension.history.v1.ListEventsResponse;
2207
+ return proto.alis.a2a.extension.history.v1.ListEventsResponse.deserializeBinaryFromReader(msg, reader);
2208
+ };
2209
+
2210
+
2211
+ /**
2212
+ * Deserializes binary data (in protobuf wire format) from the
2213
+ * given reader into the given message object.
2214
+ * @param {!proto.alis.a2a.extension.history.v1.ListEventsResponse} msg The message object to deserialize into.
2215
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2216
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsResponse}
2217
+ */
2218
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.deserializeBinaryFromReader = function(msg, reader) {
2219
+ while (reader.nextField()) {
2220
+ if (reader.isEndGroup()) {
2221
+ break;
2222
+ }
2223
+ var field = reader.getFieldNumber();
2224
+ switch (field) {
2225
+ case 1:
2226
+ var value = new proto.alis.a2a.extension.history.v1.A2AHistoryEvent;
2227
+ reader.readMessage(value,proto.alis.a2a.extension.history.v1.A2AHistoryEvent.deserializeBinaryFromReader);
2228
+ msg.addEvents(value);
2229
+ break;
2230
+ case 2:
2231
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2232
+ msg.setNextPageToken(value);
2233
+ break;
2234
+ default:
2235
+ reader.skipField();
2236
+ break;
2237
+ }
2238
+ }
2239
+ return msg;
2240
+ };
2241
+
2242
+
2243
+ /**
2244
+ * Serializes the message to binary data (in protobuf wire format).
2245
+ * @return {!Uint8Array}
2246
+ */
2247
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.serializeBinary = function() {
2248
+ var writer = new jspb.BinaryWriter();
2249
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.serializeBinaryToWriter(this, writer);
2250
+ return writer.getResultBuffer();
2251
+ };
2252
+
2253
+
2254
+ /**
2255
+ * Serializes the given message to binary data (in protobuf wire
2256
+ * format), writing to the given BinaryWriter.
2257
+ * @param {!proto.alis.a2a.extension.history.v1.ListEventsResponse} message
2258
+ * @param {!jspb.BinaryWriter} writer
2259
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2260
+ */
2261
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.serializeBinaryToWriter = function(message, writer) {
2262
+ var f = undefined;
2263
+ f = message.getEventsList();
2264
+ if (f.length > 0) {
2265
+ writer.writeRepeatedMessage(
2266
+ 1,
2267
+ f,
2268
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.serializeBinaryToWriter
2269
+ );
2270
+ }
2271
+ f = message.getNextPageToken();
2272
+ if (f.length > 0) {
2273
+ writer.writeString(
2274
+ 2,
2275
+ f
2276
+ );
2277
+ }
2278
+ };
2279
+
2280
+
2281
+ /**
2282
+ * repeated A2AHistoryEvent events = 1;
2283
+ * @return {!Array<!proto.alis.a2a.extension.history.v1.A2AHistoryEvent>}
2284
+ */
2285
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.getEventsList = function() {
2286
+ return /** @type{!Array<!proto.alis.a2a.extension.history.v1.A2AHistoryEvent>} */ (
2287
+ jspb.Message.getRepeatedWrapperField(this, proto.alis.a2a.extension.history.v1.A2AHistoryEvent, 1));
2288
+ };
2289
+
2290
+
2291
+ /**
2292
+ * @param {!Array<!proto.alis.a2a.extension.history.v1.A2AHistoryEvent>} value
2293
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsResponse} returns this
2294
+ */
2295
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.setEventsList = function(value) {
2296
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
2297
+ };
2298
+
2299
+
2300
+ /**
2301
+ * @param {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent=} opt_value
2302
+ * @param {number=} opt_index
2303
+ * @return {!proto.alis.a2a.extension.history.v1.A2AHistoryEvent}
2304
+ */
2305
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.addEvents = function(opt_value, opt_index) {
2306
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.a2a.extension.history.v1.A2AHistoryEvent, opt_index);
2307
+ };
2308
+
2309
+
2310
+ /**
2311
+ * Clears the list making it empty but non-null.
2312
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsResponse} returns this
2313
+ */
2314
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.clearEventsList = function() {
2315
+ return this.setEventsList([]);
2316
+ };
2317
+
2318
+
2319
+ /**
2320
+ * optional string next_page_token = 2;
2321
+ * @return {string}
2322
+ */
2323
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.getNextPageToken = function() {
2324
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
2325
+ };
2326
+
2327
+
2328
+ /**
2329
+ * @param {string} value
2330
+ * @return {!proto.alis.a2a.extension.history.v1.ListEventsResponse} returns this
2331
+ */
2332
+ proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.setNextPageToken = function(value) {
2333
+ return jspb.Message.setProto3StringField(this, 2, value);
2334
+ };
2335
+
2336
+
2337
+
2338
+
2339
+
2340
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2341
+ /**
2342
+ * Creates an object representation of this proto.
2343
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2344
+ * Optional fields that are not set will be set to undefined.
2345
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2346
+ * For the list of reserved names please see:
2347
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2348
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2349
+ * JSPB instance for transitional soy proto support:
2350
+ * http://goto/soy-param-migration
2351
+ * @return {!Object}
2352
+ */
2353
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.toObject = function(opt_includeInstance) {
2354
+ return proto.alis.a2a.extension.history.v1.StreamEventsRequest.toObject(opt_includeInstance, this);
2355
+ };
2356
+
2357
+
2358
+ /**
2359
+ * Static version of the {@see toObject} method.
2360
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2361
+ * the JSPB instance for transitional soy proto support:
2362
+ * http://goto/soy-param-migration
2363
+ * @param {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} msg The msg instance to transform.
2364
+ * @return {!Object}
2365
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2366
+ */
2367
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.toObject = function(includeInstance, msg) {
2368
+ var f, obj = {
2369
+ parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
2370
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
2371
+ };
2372
+
2373
+ if (includeInstance) {
2374
+ obj.$jspbMessageInstance = msg;
2375
+ }
2376
+ return obj;
2377
+ };
2378
+ }
2379
+
2380
+
2381
+ /**
2382
+ * Deserializes binary data (in protobuf wire format).
2383
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
2384
+ * @return {!proto.alis.a2a.extension.history.v1.StreamEventsRequest}
2385
+ */
2386
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.deserializeBinary = function(bytes) {
2387
+ var reader = new jspb.BinaryReader(bytes);
2388
+ var msg = new proto.alis.a2a.extension.history.v1.StreamEventsRequest;
2389
+ return proto.alis.a2a.extension.history.v1.StreamEventsRequest.deserializeBinaryFromReader(msg, reader);
2390
+ };
2391
+
2392
+
2393
+ /**
2394
+ * Deserializes binary data (in protobuf wire format) from the
2395
+ * given reader into the given message object.
2396
+ * @param {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} msg The message object to deserialize into.
2397
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2398
+ * @return {!proto.alis.a2a.extension.history.v1.StreamEventsRequest}
2399
+ */
2400
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.deserializeBinaryFromReader = function(msg, reader) {
2401
+ while (reader.nextField()) {
2402
+ if (reader.isEndGroup()) {
2403
+ break;
2404
+ }
2405
+ var field = reader.getFieldNumber();
2406
+ switch (field) {
2407
+ case 1:
2408
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2409
+ msg.setParent(value);
2410
+ break;
2411
+ case 3:
2412
+ var value = new google_protobuf_field_mask_pb.FieldMask;
2413
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
2414
+ msg.setReadMask(value);
2415
+ break;
2416
+ default:
2417
+ reader.skipField();
2418
+ break;
2419
+ }
2420
+ }
2421
+ return msg;
2422
+ };
2423
+
2424
+
2425
+ /**
2426
+ * Serializes the message to binary data (in protobuf wire format).
2427
+ * @return {!Uint8Array}
2428
+ */
2429
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.serializeBinary = function() {
2430
+ var writer = new jspb.BinaryWriter();
2431
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.serializeBinaryToWriter(this, writer);
2432
+ return writer.getResultBuffer();
2433
+ };
2434
+
2435
+
2436
+ /**
2437
+ * Serializes the given message to binary data (in protobuf wire
2438
+ * format), writing to the given BinaryWriter.
2439
+ * @param {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} message
2440
+ * @param {!jspb.BinaryWriter} writer
2441
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2442
+ */
2443
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.serializeBinaryToWriter = function(message, writer) {
2444
+ var f = undefined;
2445
+ f = message.getParent();
2446
+ if (f.length > 0) {
2447
+ writer.writeString(
2448
+ 1,
2449
+ f
2450
+ );
2451
+ }
2452
+ f = message.getReadMask();
2453
+ if (f != null) {
2454
+ writer.writeMessage(
2455
+ 3,
2456
+ f,
2457
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
2458
+ );
2459
+ }
2460
+ };
2461
+
2462
+
2463
+ /**
2464
+ * optional string parent = 1;
2465
+ * @return {string}
2466
+ */
2467
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.getParent = function() {
2468
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2469
+ };
2470
+
2471
+
2472
+ /**
2473
+ * @param {string} value
2474
+ * @return {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} returns this
2475
+ */
2476
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.setParent = function(value) {
2477
+ return jspb.Message.setProto3StringField(this, 1, value);
2478
+ };
2479
+
2480
+
2481
+ /**
2482
+ * optional google.protobuf.FieldMask read_mask = 3;
2483
+ * @return {?proto.google.protobuf.FieldMask}
2484
+ */
2485
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.getReadMask = function() {
2486
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
2487
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
2488
+ };
2489
+
2490
+
2491
+ /**
2492
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
2493
+ * @return {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} returns this
2494
+ */
2495
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.setReadMask = function(value) {
2496
+ return jspb.Message.setWrapperField(this, 3, value);
2497
+ };
2498
+
2499
+
2500
+ /**
2501
+ * Clears the message field making it undefined.
2502
+ * @return {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} returns this
2503
+ */
2504
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.clearReadMask = function() {
2505
+ return this.setReadMask(undefined);
2506
+ };
2507
+
2508
+
2509
+ /**
2510
+ * Returns whether this field is set.
2511
+ * @return {boolean}
2512
+ */
2513
+ proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.hasReadMask = function() {
2514
+ return jspb.Message.getField(this, 3) != null;
2515
+ };
2516
+
2517
+
2518
+
2519
+
2520
+
2521
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2522
+ /**
2523
+ * Creates an object representation of this proto.
2524
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2525
+ * Optional fields that are not set will be set to undefined.
2526
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2527
+ * For the list of reserved names please see:
2528
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2529
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2530
+ * JSPB instance for transitional soy proto support:
2531
+ * http://goto/soy-param-migration
2532
+ * @return {!Object}
2533
+ */
2534
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.prototype.toObject = function(opt_includeInstance) {
2535
+ return proto.alis.a2a.extension.history.v1.AppendEventRequest.toObject(opt_includeInstance, this);
2536
+ };
2537
+
2538
+
2539
+ /**
2540
+ * Static version of the {@see toObject} method.
2541
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2542
+ * the JSPB instance for transitional soy proto support:
2543
+ * http://goto/soy-param-migration
2544
+ * @param {!proto.alis.a2a.extension.history.v1.AppendEventRequest} msg The msg instance to transform.
2545
+ * @return {!Object}
2546
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2547
+ */
2548
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.toObject = function(includeInstance, msg) {
2549
+ var f, obj = {
2550
+ event: (f = msg.getEvent()) && proto.alis.a2a.extension.history.v1.A2AHistoryEvent.toObject(includeInstance, f),
2551
+ agentId: jspb.Message.getFieldWithDefault(msg, 3, "")
2552
+ };
2553
+
2554
+ if (includeInstance) {
2555
+ obj.$jspbMessageInstance = msg;
2556
+ }
2557
+ return obj;
2558
+ };
2559
+ }
2560
+
2561
+
2562
+ /**
2563
+ * Deserializes binary data (in protobuf wire format).
2564
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
2565
+ * @return {!proto.alis.a2a.extension.history.v1.AppendEventRequest}
2566
+ */
2567
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.deserializeBinary = function(bytes) {
2568
+ var reader = new jspb.BinaryReader(bytes);
2569
+ var msg = new proto.alis.a2a.extension.history.v1.AppendEventRequest;
2570
+ return proto.alis.a2a.extension.history.v1.AppendEventRequest.deserializeBinaryFromReader(msg, reader);
2571
+ };
2572
+
2573
+
2574
+ /**
2575
+ * Deserializes binary data (in protobuf wire format) from the
2576
+ * given reader into the given message object.
2577
+ * @param {!proto.alis.a2a.extension.history.v1.AppendEventRequest} msg The message object to deserialize into.
2578
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2579
+ * @return {!proto.alis.a2a.extension.history.v1.AppendEventRequest}
2580
+ */
2581
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.deserializeBinaryFromReader = function(msg, reader) {
2582
+ while (reader.nextField()) {
2583
+ if (reader.isEndGroup()) {
2584
+ break;
2585
+ }
2586
+ var field = reader.getFieldNumber();
2587
+ switch (field) {
2588
+ case 2:
2589
+ var value = new proto.alis.a2a.extension.history.v1.A2AHistoryEvent;
2590
+ reader.readMessage(value,proto.alis.a2a.extension.history.v1.A2AHistoryEvent.deserializeBinaryFromReader);
2591
+ msg.setEvent(value);
2592
+ break;
2593
+ case 3:
2594
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
2595
+ msg.setAgentId(value);
2596
+ break;
2597
+ default:
2598
+ reader.skipField();
2599
+ break;
2600
+ }
2601
+ }
2602
+ return msg;
2603
+ };
2604
+
2605
+
2606
+ /**
2607
+ * Serializes the message to binary data (in protobuf wire format).
2608
+ * @return {!Uint8Array}
2609
+ */
2610
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.prototype.serializeBinary = function() {
2611
+ var writer = new jspb.BinaryWriter();
2612
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.serializeBinaryToWriter(this, writer);
2613
+ return writer.getResultBuffer();
2614
+ };
2615
+
2616
+
2617
+ /**
2618
+ * Serializes the given message to binary data (in protobuf wire
2619
+ * format), writing to the given BinaryWriter.
2620
+ * @param {!proto.alis.a2a.extension.history.v1.AppendEventRequest} message
2621
+ * @param {!jspb.BinaryWriter} writer
2622
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2623
+ */
2624
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.serializeBinaryToWriter = function(message, writer) {
2625
+ var f = undefined;
2626
+ f = message.getEvent();
2627
+ if (f != null) {
2628
+ writer.writeMessage(
2629
+ 2,
2630
+ f,
2631
+ proto.alis.a2a.extension.history.v1.A2AHistoryEvent.serializeBinaryToWriter
2632
+ );
2633
+ }
2634
+ f = message.getAgentId();
2635
+ if (f.length > 0) {
2636
+ writer.writeString(
2637
+ 3,
2638
+ f
2639
+ );
2640
+ }
2641
+ };
2642
+
2643
+
2644
+ /**
2645
+ * optional A2AHistoryEvent event = 2;
2646
+ * @return {?proto.alis.a2a.extension.history.v1.A2AHistoryEvent}
2647
+ */
2648
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.prototype.getEvent = function() {
2649
+ return /** @type{?proto.alis.a2a.extension.history.v1.A2AHistoryEvent} */ (
2650
+ jspb.Message.getWrapperField(this, proto.alis.a2a.extension.history.v1.A2AHistoryEvent, 2));
2651
+ };
2652
+
2653
+
2654
+ /**
2655
+ * @param {?proto.alis.a2a.extension.history.v1.A2AHistoryEvent|undefined} value
2656
+ * @return {!proto.alis.a2a.extension.history.v1.AppendEventRequest} returns this
2657
+ */
2658
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.prototype.setEvent = function(value) {
2659
+ return jspb.Message.setWrapperField(this, 2, value);
2660
+ };
2661
+
2662
+
2663
+ /**
2664
+ * Clears the message field making it undefined.
2665
+ * @return {!proto.alis.a2a.extension.history.v1.AppendEventRequest} returns this
2666
+ */
2667
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.prototype.clearEvent = function() {
2668
+ return this.setEvent(undefined);
2669
+ };
2670
+
2671
+
2672
+ /**
2673
+ * Returns whether this field is set.
2674
+ * @return {boolean}
2675
+ */
2676
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.prototype.hasEvent = function() {
2677
+ return jspb.Message.getField(this, 2) != null;
2678
+ };
2679
+
2680
+
2681
+ /**
2682
+ * optional string agent_id = 3;
2683
+ * @return {string}
2684
+ */
2685
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.prototype.getAgentId = function() {
2686
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
2687
+ };
2688
+
2689
+
2690
+ /**
2691
+ * @param {string} value
2692
+ * @return {!proto.alis.a2a.extension.history.v1.AppendEventRequest} returns this
2693
+ */
2694
+ proto.alis.a2a.extension.history.v1.AppendEventRequest.prototype.setAgentId = function(value) {
2695
+ return jspb.Message.setProto3StringField(this, 3, value);
2696
+ };
2697
+
2698
+
2699
+
2700
+
2701
+
2702
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2703
+ /**
2704
+ * Creates an object representation of this proto.
2705
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2706
+ * Optional fields that are not set will be set to undefined.
2707
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2708
+ * For the list of reserved names please see:
2709
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2710
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2711
+ * JSPB instance for transitional soy proto support:
2712
+ * http://goto/soy-param-migration
2713
+ * @return {!Object}
2714
+ */
2715
+ proto.alis.a2a.extension.history.v1.AppendEventResponse.prototype.toObject = function(opt_includeInstance) {
2716
+ return proto.alis.a2a.extension.history.v1.AppendEventResponse.toObject(opt_includeInstance, this);
2717
+ };
2718
+
2719
+
2720
+ /**
2721
+ * Static version of the {@see toObject} method.
2722
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2723
+ * the JSPB instance for transitional soy proto support:
2724
+ * http://goto/soy-param-migration
2725
+ * @param {!proto.alis.a2a.extension.history.v1.AppendEventResponse} msg The msg instance to transform.
2726
+ * @return {!Object}
2727
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2728
+ */
2729
+ proto.alis.a2a.extension.history.v1.AppendEventResponse.toObject = function(includeInstance, msg) {
2730
+ var f, obj = {
2731
+
2732
+ };
2733
+
2734
+ if (includeInstance) {
2735
+ obj.$jspbMessageInstance = msg;
2736
+ }
2737
+ return obj;
2738
+ };
2739
+ }
2740
+
2741
+
2742
+ /**
2743
+ * Deserializes binary data (in protobuf wire format).
2744
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
2745
+ * @return {!proto.alis.a2a.extension.history.v1.AppendEventResponse}
2746
+ */
2747
+ proto.alis.a2a.extension.history.v1.AppendEventResponse.deserializeBinary = function(bytes) {
2748
+ var reader = new jspb.BinaryReader(bytes);
2749
+ var msg = new proto.alis.a2a.extension.history.v1.AppendEventResponse;
2750
+ return proto.alis.a2a.extension.history.v1.AppendEventResponse.deserializeBinaryFromReader(msg, reader);
2751
+ };
2752
+
2753
+
2754
+ /**
2755
+ * Deserializes binary data (in protobuf wire format) from the
2756
+ * given reader into the given message object.
2757
+ * @param {!proto.alis.a2a.extension.history.v1.AppendEventResponse} msg The message object to deserialize into.
2758
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2759
+ * @return {!proto.alis.a2a.extension.history.v1.AppendEventResponse}
2760
+ */
2761
+ proto.alis.a2a.extension.history.v1.AppendEventResponse.deserializeBinaryFromReader = function(msg, reader) {
2762
+ while (reader.nextField()) {
2763
+ if (reader.isEndGroup()) {
2764
+ break;
2765
+ }
2766
+ var field = reader.getFieldNumber();
2767
+ switch (field) {
2768
+ default:
2769
+ reader.skipField();
2770
+ break;
2771
+ }
2772
+ }
2773
+ return msg;
2774
+ };
2775
+
2776
+
2777
+ /**
2778
+ * Serializes the message to binary data (in protobuf wire format).
2779
+ * @return {!Uint8Array}
2780
+ */
2781
+ proto.alis.a2a.extension.history.v1.AppendEventResponse.prototype.serializeBinary = function() {
2782
+ var writer = new jspb.BinaryWriter();
2783
+ proto.alis.a2a.extension.history.v1.AppendEventResponse.serializeBinaryToWriter(this, writer);
2784
+ return writer.getResultBuffer();
2785
+ };
2786
+
2787
+
2788
+ /**
2789
+ * Serializes the given message to binary data (in protobuf wire
2790
+ * format), writing to the given BinaryWriter.
2791
+ * @param {!proto.alis.a2a.extension.history.v1.AppendEventResponse} message
2792
+ * @param {!jspb.BinaryWriter} writer
2793
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2794
+ */
2795
+ proto.alis.a2a.extension.history.v1.AppendEventResponse.serializeBinaryToWriter = function(message, writer) {
2796
+ var f = undefined;
2797
+ };
2798
+
2799
+
2800
+ goog.object.extend(exports, proto.alis.a2a.extension.history.v1);
2801
+
2802
+ // Below is base64 encoded GeneratedCodeInfo proto
2803
+ // CjcKAgQAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGOMZIO0ZCjcKAgQBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGP0fIIwgCjcKAgQCEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGOcmIPsmCjcKAgQDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGKktIMAtCjcKAgQEEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGPczII40CjcKAgQFEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGMU6IN06CjcKAgQGEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGN9BIPhBCjcKAgQHEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGLVIIMZICjcKAgQIEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGOtOIP1OCjcKAgQJEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGOdVIPpVCjcKAgQKEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGKVcILdcCjcKAgQLEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGN9iIPJiCjsKBAQAAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YjY4BIJSOAQo7CgQEAAIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGJ2QASCkkAEKOwoEBAACARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxj0kQEggpIBCjsKBAQAAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Yi5QBIJmUAQo7CgQEAAICEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGOWVASDvlQEKOwoEBAACAhIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxj4lwEggpgBCjsKBAQAAgMSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y2JkBIOuZAQo7CgQEAAIDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGPSbASCHnAEKOwoEBAACBBIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiEngEgkZ4BCjsKBAQAAgQSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y/KABIImhAQo7CgQEAAIEEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGJejASCmowEKOwoEBAACBBIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjfpAEg7KQBCjsKBAQBAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y5KkBIOipAQo7CgQEAQICEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGO+pASD2qQEKOwoEBAECAxIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxj9qQEgiqoBCjsKBAQBAgQSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YkaoBIKCqAQo7CgQEAQIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGKngASCw4AEKOwoEBAECABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjD4gEgyuIBCjsKBAQBAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YuOQBIL/kAQo7CgQEAQIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGMjnASDP5wEKOwoEBAECARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiw6gEgueoBCjsKBAQBAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y8esBIPjrAQo7CgQEAQICEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGN/tASDp7QEKOwoEBAECAhIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxj78AEghfEBCjsKBAQBAgISK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y5vMBIPLzAQo7CgQEAQICEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGK31ASC39QEKOwoEBAECAxIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjA9wEgz/cBCjsKBAQBAgMSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Yi/sBIJr7AQo7CgQEAQIDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGPv9ASCM/gEKOwoEBAECAxIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjM/wEg2/8BCjsKBAQBAgQSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y6oECIPuBAgo7CgQEAQIEEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGL2FAiDOhQIKOwoEBAECBBIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiviAIgwogCCjsKBAQBAgQSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YhIoCIJWKAgo7CgQEAQIFEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGIeMAiCUjAIKOwoEBAECBRIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiJjwIglo8CCjsKBAQBAgUSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YrpECIL2RAgo7CgQEAQIFEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGPuSAiCIkwIKOwoEBAICABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiLtgIgkrYCCjsKBAQCAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Yr7gCILa4Ago7CgQEAgIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGLq6AiDFugIKOwoEBAICARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjEvQIgz70CCjsKBAQCAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y8L8CIP2/Ago7CgQEAgIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGL7BAiDJwQIKOwoEBAMCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiJ4QIgkOECCjsKBAQDAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Ys+MCILrjAgo7CgQEBAIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGLmLAyDEiwMKOwoEBAQCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjmjQMg8Y0DCjsKBAQEAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YyY8DINWPAwo7CgQEBAIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGPiRAyCEkgMKOwoEBAQCAhIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjdkwMg55MDCjsKBAQEAgISK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YipYDIJSWAwo7CgQEBAIDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGJuYAyCmmAMKOwoEBAQCAxIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxirmwMgtpsDCjsKBAQEAgMSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y3Z0DIOqdAwo7CgQEBAIDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGK6fAyC5nwMKOwoEBAUCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjUxQMg5MUDCjsKBAQFAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YnskDIK7JAwo7CgQEBQIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGPjLAyCEzAMKOwoEBAUCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiFzwMgl88DCjsKBAQFAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y29ADIOvQAwo7CgQEBQIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGJDTAyCg0wMKOwoEBAYCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiC9wMgifcDCjsKBAQGAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YsPkDILf5Awo7CgQEBgIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGMD7AyDL+wMKOwoEBAYCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjU/gMg3/4DCjsKBAQGAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YioEEIJeBBAo7CgQEBgIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGN2CBCDoggQKOwoEBAcCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjyqQQg+6kECjsKBAQHAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YkqwEIJusBAo7CgQEBwIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGO6tBCD5rQQKOwoEBAcCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiPsAQgmrAECjsKBAQHAgISK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y7LEEIPixBAo7CgQEBwICEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGI+0BCCbtAQKOwoEBAcCAxIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxictgQgp7YECjsKBAQHAgMSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YoLkEIKu5BAo7CgQEBwIDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGMa7BCDTuwQKOwoEBAcCAxIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiRvQQgnL0ECjsKBAQIAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8Y4OIEIO3iBAo7CgQECAIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGKrmBCC35gQKOwoEBAgCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxiF6QQgjukECjsKBAQIAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YiOwEIJfsBAo7CgQECAIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGNLtBCDi7QQKOwoEBAgCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxj77wQgi/AECjsKBAQJAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YlZMFIJ6TBQo7CgQECQIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGLmVBSDClQUKOwoEBAkCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjFlwUg0JcFCjsKBAQJAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YzZoFINiaBQo7CgQECQIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGPecBSCEnQUKOwoEBAkCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjEngUgz54FCjsKBAQKAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YlsIFIJ7CBQo7CgQECgIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGM3FBSDVxQUKOwoEBAoCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxjyxwUg/McFCjsKBAQKAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL2hpc3RvcnkucHJvdG8YuMkFIMDJBQo7CgQECgIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9oaXN0b3J5LnByb3RvGITLBSCOywUKOwoEBAoCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvaGlzdG9yeS5wcm90bxinzQUgsc0F