@alis-build/a2a-history 1.0.310 → 1.0.312

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.
@@ -1,4463 +0,0 @@
1
- // source: alis/a2a/extension/history/v1/session.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.BatchCreateEventsRequest', null, global);
35
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse', null, global);
36
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest', null, global);
37
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse', null, global);
38
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest', null, global);
39
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse', null, global);
40
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.Client', null, global);
41
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.CreateEventRequest', null, global);
42
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.DeleteSessionRequest', null, global);
43
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.Event', null, global);
44
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.Event.PayloadCase', null, global);
45
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.GetEventRequest', null, global);
46
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.GetSessionRequest', null, global);
47
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.ListEventsRequest', null, global);
48
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.ListEventsResponse', null, global);
49
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.ListSessionsRequest', null, global);
50
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.ListSessionsResponse', null, global);
51
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.Session', null, global);
52
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest', null, global);
53
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.StreamEventsRequest', null, global);
54
- goog.exportSymbol('proto.alis.a2a.extension.history.v1.StreamSessionsRequest', null, global);
55
- /**
56
- * Generated by JsPbCodeGenerator.
57
- * @param {Array=} opt_data Optional initial data array, typically from a
58
- * server response, or constructed directly in Javascript. The array is used
59
- * in place and becomes part of the constructed object. It is not cloned.
60
- * If no data is provided, the constructed object will be empty, but still
61
- * valid.
62
- * @extends {jspb.Message}
63
- * @constructor
64
- */
65
- proto.alis.a2a.extension.history.v1.Session = function(opt_data) {
66
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
67
- };
68
- goog.inherits(proto.alis.a2a.extension.history.v1.Session, jspb.Message);
69
- if (goog.DEBUG && !COMPILED) {
70
- /**
71
- * @public
72
- * @override
73
- */
74
- proto.alis.a2a.extension.history.v1.Session.displayName = 'proto.alis.a2a.extension.history.v1.Session';
75
- }
76
- /**
77
- * Generated by JsPbCodeGenerator.
78
- * @param {Array=} opt_data Optional initial data array, typically from a
79
- * server response, or constructed directly in Javascript. The array is used
80
- * in place and becomes part of the constructed object. It is not cloned.
81
- * If no data is provided, the constructed object will be empty, but still
82
- * valid.
83
- * @extends {jspb.Message}
84
- * @constructor
85
- */
86
- proto.alis.a2a.extension.history.v1.Client = function(opt_data) {
87
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
88
- };
89
- goog.inherits(proto.alis.a2a.extension.history.v1.Client, jspb.Message);
90
- if (goog.DEBUG && !COMPILED) {
91
- /**
92
- * @public
93
- * @override
94
- */
95
- proto.alis.a2a.extension.history.v1.Client.displayName = 'proto.alis.a2a.extension.history.v1.Client';
96
- }
97
- /**
98
- * Generated by JsPbCodeGenerator.
99
- * @param {Array=} opt_data Optional initial data array, typically from a
100
- * server response, or constructed directly in Javascript. The array is used
101
- * in place and becomes part of the constructed object. It is not cloned.
102
- * If no data is provided, the constructed object will be empty, but still
103
- * valid.
104
- * @extends {jspb.Message}
105
- * @constructor
106
- */
107
- proto.alis.a2a.extension.history.v1.Event = function(opt_data) {
108
- jspb.Message.initialize(this, opt_data, 0, -1, null, proto.alis.a2a.extension.history.v1.Event.oneofGroups_);
109
- };
110
- goog.inherits(proto.alis.a2a.extension.history.v1.Event, jspb.Message);
111
- if (goog.DEBUG && !COMPILED) {
112
- /**
113
- * @public
114
- * @override
115
- */
116
- proto.alis.a2a.extension.history.v1.Event.displayName = 'proto.alis.a2a.extension.history.v1.Event';
117
- }
118
- /**
119
- * Generated by JsPbCodeGenerator.
120
- * @param {Array=} opt_data Optional initial data array, typically from a
121
- * server response, or constructed directly in Javascript. The array is used
122
- * in place and becomes part of the constructed object. It is not cloned.
123
- * If no data is provided, the constructed object will be empty, but still
124
- * valid.
125
- * @extends {jspb.Message}
126
- * @constructor
127
- */
128
- proto.alis.a2a.extension.history.v1.GetSessionRequest = function(opt_data) {
129
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
130
- };
131
- goog.inherits(proto.alis.a2a.extension.history.v1.GetSessionRequest, jspb.Message);
132
- if (goog.DEBUG && !COMPILED) {
133
- /**
134
- * @public
135
- * @override
136
- */
137
- proto.alis.a2a.extension.history.v1.GetSessionRequest.displayName = 'proto.alis.a2a.extension.history.v1.GetSessionRequest';
138
- }
139
- /**
140
- * Generated by JsPbCodeGenerator.
141
- * @param {Array=} opt_data Optional initial data array, typically from a
142
- * server response, or constructed directly in Javascript. The array is used
143
- * in place and becomes part of the constructed object. It is not cloned.
144
- * If no data is provided, the constructed object will be empty, but still
145
- * valid.
146
- * @extends {jspb.Message}
147
- * @constructor
148
- */
149
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest = function(opt_data) {
150
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
151
- };
152
- goog.inherits(proto.alis.a2a.extension.history.v1.DeleteSessionRequest, jspb.Message);
153
- if (goog.DEBUG && !COMPILED) {
154
- /**
155
- * @public
156
- * @override
157
- */
158
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest.displayName = 'proto.alis.a2a.extension.history.v1.DeleteSessionRequest';
159
- }
160
- /**
161
- * Generated by JsPbCodeGenerator.
162
- * @param {Array=} opt_data Optional initial data array, typically from a
163
- * server response, or constructed directly in Javascript. The array is used
164
- * in place and becomes part of the constructed object. It is not cloned.
165
- * If no data is provided, the constructed object will be empty, but still
166
- * valid.
167
- * @extends {jspb.Message}
168
- * @constructor
169
- */
170
- proto.alis.a2a.extension.history.v1.ListSessionsRequest = function(opt_data) {
171
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
172
- };
173
- goog.inherits(proto.alis.a2a.extension.history.v1.ListSessionsRequest, jspb.Message);
174
- if (goog.DEBUG && !COMPILED) {
175
- /**
176
- * @public
177
- * @override
178
- */
179
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.displayName = 'proto.alis.a2a.extension.history.v1.ListSessionsRequest';
180
- }
181
- /**
182
- * Generated by JsPbCodeGenerator.
183
- * @param {Array=} opt_data Optional initial data array, typically from a
184
- * server response, or constructed directly in Javascript. The array is used
185
- * in place and becomes part of the constructed object. It is not cloned.
186
- * If no data is provided, the constructed object will be empty, but still
187
- * valid.
188
- * @extends {jspb.Message}
189
- * @constructor
190
- */
191
- proto.alis.a2a.extension.history.v1.ListSessionsResponse = function(opt_data) {
192
- jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.a2a.extension.history.v1.ListSessionsResponse.repeatedFields_, null);
193
- };
194
- goog.inherits(proto.alis.a2a.extension.history.v1.ListSessionsResponse, jspb.Message);
195
- if (goog.DEBUG && !COMPILED) {
196
- /**
197
- * @public
198
- * @override
199
- */
200
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.displayName = 'proto.alis.a2a.extension.history.v1.ListSessionsResponse';
201
- }
202
- /**
203
- * Generated by JsPbCodeGenerator.
204
- * @param {Array=} opt_data Optional initial data array, typically from a
205
- * server response, or constructed directly in Javascript. The array is used
206
- * in place and becomes part of the constructed object. It is not cloned.
207
- * If no data is provided, the constructed object will be empty, but still
208
- * valid.
209
- * @extends {jspb.Message}
210
- * @constructor
211
- */
212
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest = function(opt_data) {
213
- jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.repeatedFields_, null);
214
- };
215
- goog.inherits(proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest, jspb.Message);
216
- if (goog.DEBUG && !COMPILED) {
217
- /**
218
- * @public
219
- * @override
220
- */
221
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.displayName = 'proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest';
222
- }
223
- /**
224
- * Generated by JsPbCodeGenerator.
225
- * @param {Array=} opt_data Optional initial data array, typically from a
226
- * server response, or constructed directly in Javascript. The array is used
227
- * in place and becomes part of the constructed object. It is not cloned.
228
- * If no data is provided, the constructed object will be empty, but still
229
- * valid.
230
- * @extends {jspb.Message}
231
- * @constructor
232
- */
233
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse = function(opt_data) {
234
- jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.repeatedFields_, null);
235
- };
236
- goog.inherits(proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse, jspb.Message);
237
- if (goog.DEBUG && !COMPILED) {
238
- /**
239
- * @public
240
- * @override
241
- */
242
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.displayName = 'proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse';
243
- }
244
- /**
245
- * Generated by JsPbCodeGenerator.
246
- * @param {Array=} opt_data Optional initial data array, typically from a
247
- * server response, or constructed directly in Javascript. The array is used
248
- * in place and becomes part of the constructed object. It is not cloned.
249
- * If no data is provided, the constructed object will be empty, but still
250
- * valid.
251
- * @extends {jspb.Message}
252
- * @constructor
253
- */
254
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest = function(opt_data) {
255
- jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.repeatedFields_, null);
256
- };
257
- goog.inherits(proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest, jspb.Message);
258
- if (goog.DEBUG && !COMPILED) {
259
- /**
260
- * @public
261
- * @override
262
- */
263
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.displayName = 'proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest';
264
- }
265
- /**
266
- * Generated by JsPbCodeGenerator.
267
- * @param {Array=} opt_data Optional initial data array, typically from a
268
- * server response, or constructed directly in Javascript. The array is used
269
- * in place and becomes part of the constructed object. It is not cloned.
270
- * If no data is provided, the constructed object will be empty, but still
271
- * valid.
272
- * @extends {jspb.Message}
273
- * @constructor
274
- */
275
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse = function(opt_data) {
276
- jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.repeatedFields_, null);
277
- };
278
- goog.inherits(proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse, jspb.Message);
279
- if (goog.DEBUG && !COMPILED) {
280
- /**
281
- * @public
282
- * @override
283
- */
284
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.displayName = 'proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse';
285
- }
286
- /**
287
- * Generated by JsPbCodeGenerator.
288
- * @param {Array=} opt_data Optional initial data array, typically from a
289
- * server response, or constructed directly in Javascript. The array is used
290
- * in place and becomes part of the constructed object. It is not cloned.
291
- * If no data is provided, the constructed object will be empty, but still
292
- * valid.
293
- * @extends {jspb.Message}
294
- * @constructor
295
- */
296
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest = function(opt_data) {
297
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
298
- };
299
- goog.inherits(proto.alis.a2a.extension.history.v1.StreamSessionsRequest, jspb.Message);
300
- if (goog.DEBUG && !COMPILED) {
301
- /**
302
- * @public
303
- * @override
304
- */
305
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.displayName = 'proto.alis.a2a.extension.history.v1.StreamSessionsRequest';
306
- }
307
- /**
308
- * Generated by JsPbCodeGenerator.
309
- * @param {Array=} opt_data Optional initial data array, typically from a
310
- * server response, or constructed directly in Javascript. The array is used
311
- * in place and becomes part of the constructed object. It is not cloned.
312
- * If no data is provided, the constructed object will be empty, but still
313
- * valid.
314
- * @extends {jspb.Message}
315
- * @constructor
316
- */
317
- proto.alis.a2a.extension.history.v1.CreateEventRequest = function(opt_data) {
318
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
319
- };
320
- goog.inherits(proto.alis.a2a.extension.history.v1.CreateEventRequest, jspb.Message);
321
- if (goog.DEBUG && !COMPILED) {
322
- /**
323
- * @public
324
- * @override
325
- */
326
- proto.alis.a2a.extension.history.v1.CreateEventRequest.displayName = 'proto.alis.a2a.extension.history.v1.CreateEventRequest';
327
- }
328
- /**
329
- * Generated by JsPbCodeGenerator.
330
- * @param {Array=} opt_data Optional initial data array, typically from a
331
- * server response, or constructed directly in Javascript. The array is used
332
- * in place and becomes part of the constructed object. It is not cloned.
333
- * If no data is provided, the constructed object will be empty, but still
334
- * valid.
335
- * @extends {jspb.Message}
336
- * @constructor
337
- */
338
- proto.alis.a2a.extension.history.v1.GetEventRequest = function(opt_data) {
339
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
340
- };
341
- goog.inherits(proto.alis.a2a.extension.history.v1.GetEventRequest, jspb.Message);
342
- if (goog.DEBUG && !COMPILED) {
343
- /**
344
- * @public
345
- * @override
346
- */
347
- proto.alis.a2a.extension.history.v1.GetEventRequest.displayName = 'proto.alis.a2a.extension.history.v1.GetEventRequest';
348
- }
349
- /**
350
- * Generated by JsPbCodeGenerator.
351
- * @param {Array=} opt_data Optional initial data array, typically from a
352
- * server response, or constructed directly in Javascript. The array is used
353
- * in place and becomes part of the constructed object. It is not cloned.
354
- * If no data is provided, the constructed object will be empty, but still
355
- * valid.
356
- * @extends {jspb.Message}
357
- * @constructor
358
- */
359
- proto.alis.a2a.extension.history.v1.ListEventsRequest = function(opt_data) {
360
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
361
- };
362
- goog.inherits(proto.alis.a2a.extension.history.v1.ListEventsRequest, jspb.Message);
363
- if (goog.DEBUG && !COMPILED) {
364
- /**
365
- * @public
366
- * @override
367
- */
368
- proto.alis.a2a.extension.history.v1.ListEventsRequest.displayName = 'proto.alis.a2a.extension.history.v1.ListEventsRequest';
369
- }
370
- /**
371
- * Generated by JsPbCodeGenerator.
372
- * @param {Array=} opt_data Optional initial data array, typically from a
373
- * server response, or constructed directly in Javascript. The array is used
374
- * in place and becomes part of the constructed object. It is not cloned.
375
- * If no data is provided, the constructed object will be empty, but still
376
- * valid.
377
- * @extends {jspb.Message}
378
- * @constructor
379
- */
380
- proto.alis.a2a.extension.history.v1.ListEventsResponse = function(opt_data) {
381
- jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.a2a.extension.history.v1.ListEventsResponse.repeatedFields_, null);
382
- };
383
- goog.inherits(proto.alis.a2a.extension.history.v1.ListEventsResponse, jspb.Message);
384
- if (goog.DEBUG && !COMPILED) {
385
- /**
386
- * @public
387
- * @override
388
- */
389
- proto.alis.a2a.extension.history.v1.ListEventsResponse.displayName = 'proto.alis.a2a.extension.history.v1.ListEventsResponse';
390
- }
391
- /**
392
- * Generated by JsPbCodeGenerator.
393
- * @param {Array=} opt_data Optional initial data array, typically from a
394
- * server response, or constructed directly in Javascript. The array is used
395
- * in place and becomes part of the constructed object. It is not cloned.
396
- * If no data is provided, the constructed object will be empty, but still
397
- * valid.
398
- * @extends {jspb.Message}
399
- * @constructor
400
- */
401
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest = function(opt_data) {
402
- jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.repeatedFields_, null);
403
- };
404
- goog.inherits(proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest, jspb.Message);
405
- if (goog.DEBUG && !COMPILED) {
406
- /**
407
- * @public
408
- * @override
409
- */
410
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.displayName = 'proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest';
411
- }
412
- /**
413
- * Generated by JsPbCodeGenerator.
414
- * @param {Array=} opt_data Optional initial data array, typically from a
415
- * server response, or constructed directly in Javascript. The array is used
416
- * in place and becomes part of the constructed object. It is not cloned.
417
- * If no data is provided, the constructed object will be empty, but still
418
- * valid.
419
- * @extends {jspb.Message}
420
- * @constructor
421
- */
422
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse = function(opt_data) {
423
- jspb.Message.initialize(this, opt_data, 0, -1, proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.repeatedFields_, null);
424
- };
425
- goog.inherits(proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse, jspb.Message);
426
- if (goog.DEBUG && !COMPILED) {
427
- /**
428
- * @public
429
- * @override
430
- */
431
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.displayName = 'proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse';
432
- }
433
- /**
434
- * Generated by JsPbCodeGenerator.
435
- * @param {Array=} opt_data Optional initial data array, typically from a
436
- * server response, or constructed directly in Javascript. The array is used
437
- * in place and becomes part of the constructed object. It is not cloned.
438
- * If no data is provided, the constructed object will be empty, but still
439
- * valid.
440
- * @extends {jspb.Message}
441
- * @constructor
442
- */
443
- proto.alis.a2a.extension.history.v1.StreamEventsRequest = function(opt_data) {
444
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
445
- };
446
- goog.inherits(proto.alis.a2a.extension.history.v1.StreamEventsRequest, jspb.Message);
447
- if (goog.DEBUG && !COMPILED) {
448
- /**
449
- * @public
450
- * @override
451
- */
452
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.displayName = 'proto.alis.a2a.extension.history.v1.StreamEventsRequest';
453
- }
454
- /**
455
- * Generated by JsPbCodeGenerator.
456
- * @param {Array=} opt_data Optional initial data array, typically from a
457
- * server response, or constructed directly in Javascript. The array is used
458
- * in place and becomes part of the constructed object. It is not cloned.
459
- * If no data is provided, the constructed object will be empty, but still
460
- * valid.
461
- * @extends {jspb.Message}
462
- * @constructor
463
- */
464
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest = function(opt_data) {
465
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
466
- };
467
- goog.inherits(proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest, jspb.Message);
468
- if (goog.DEBUG && !COMPILED) {
469
- /**
470
- * @public
471
- * @override
472
- */
473
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.displayName = 'proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest';
474
- }
475
-
476
-
477
-
478
- if (jspb.Message.GENERATE_TO_OBJECT) {
479
- /**
480
- * Creates an object representation of this proto.
481
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
482
- * Optional fields that are not set will be set to undefined.
483
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
484
- * For the list of reserved names please see:
485
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
486
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
487
- * JSPB instance for transitional soy proto support:
488
- * http://goto/soy-param-migration
489
- * @return {!Object}
490
- */
491
- proto.alis.a2a.extension.history.v1.Session.prototype.toObject = function(opt_includeInstance) {
492
- return proto.alis.a2a.extension.history.v1.Session.toObject(opt_includeInstance, this);
493
- };
494
-
495
-
496
- /**
497
- * Static version of the {@see toObject} method.
498
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
499
- * the JSPB instance for transitional soy proto support:
500
- * http://goto/soy-param-migration
501
- * @param {!proto.alis.a2a.extension.history.v1.Session} msg The msg instance to transform.
502
- * @return {!Object}
503
- * @suppress {unusedLocalVariables} f is only used for nested messages
504
- */
505
- proto.alis.a2a.extension.history.v1.Session.toObject = function(includeInstance, msg) {
506
- var f, obj = {
507
- name: jspb.Message.getFieldWithDefault(msg, 1, ""),
508
- displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
509
- agentId: jspb.Message.getFieldWithDefault(msg, 3, ""),
510
- agentDisplayName: jspb.Message.getFieldWithDefault(msg, 4, ""),
511
- createTime: (f = msg.getCreateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
512
- };
513
-
514
- if (includeInstance) {
515
- obj.$jspbMessageInstance = msg;
516
- }
517
- return obj;
518
- };
519
- }
520
-
521
-
522
- /**
523
- * Deserializes binary data (in protobuf wire format).
524
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
525
- * @return {!proto.alis.a2a.extension.history.v1.Session}
526
- */
527
- proto.alis.a2a.extension.history.v1.Session.deserializeBinary = function(bytes) {
528
- var reader = new jspb.BinaryReader(bytes);
529
- var msg = new proto.alis.a2a.extension.history.v1.Session;
530
- return proto.alis.a2a.extension.history.v1.Session.deserializeBinaryFromReader(msg, reader);
531
- };
532
-
533
-
534
- /**
535
- * Deserializes binary data (in protobuf wire format) from the
536
- * given reader into the given message object.
537
- * @param {!proto.alis.a2a.extension.history.v1.Session} msg The message object to deserialize into.
538
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
539
- * @return {!proto.alis.a2a.extension.history.v1.Session}
540
- */
541
- proto.alis.a2a.extension.history.v1.Session.deserializeBinaryFromReader = function(msg, reader) {
542
- while (reader.nextField()) {
543
- if (reader.isEndGroup()) {
544
- break;
545
- }
546
- var field = reader.getFieldNumber();
547
- switch (field) {
548
- case 1:
549
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
550
- msg.setName(value);
551
- break;
552
- case 2:
553
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
554
- msg.setDisplayName(value);
555
- break;
556
- case 3:
557
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
558
- msg.setAgentId(value);
559
- break;
560
- case 4:
561
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
562
- msg.setAgentDisplayName(value);
563
- break;
564
- case 98:
565
- var value = new google_protobuf_timestamp_pb.Timestamp;
566
- reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
567
- msg.setCreateTime(value);
568
- break;
569
- default:
570
- reader.skipField();
571
- break;
572
- }
573
- }
574
- return msg;
575
- };
576
-
577
-
578
- /**
579
- * Serializes the message to binary data (in protobuf wire format).
580
- * @return {!Uint8Array}
581
- */
582
- proto.alis.a2a.extension.history.v1.Session.prototype.serializeBinary = function() {
583
- var writer = new jspb.BinaryWriter();
584
- proto.alis.a2a.extension.history.v1.Session.serializeBinaryToWriter(this, writer);
585
- return writer.getResultBuffer();
586
- };
587
-
588
-
589
- /**
590
- * Serializes the given message to binary data (in protobuf wire
591
- * format), writing to the given BinaryWriter.
592
- * @param {!proto.alis.a2a.extension.history.v1.Session} message
593
- * @param {!jspb.BinaryWriter} writer
594
- * @suppress {unusedLocalVariables} f is only used for nested messages
595
- */
596
- proto.alis.a2a.extension.history.v1.Session.serializeBinaryToWriter = function(message, writer) {
597
- var f = undefined;
598
- f = message.getName();
599
- if (f.length > 0) {
600
- writer.writeString(
601
- 1,
602
- f
603
- );
604
- }
605
- f = message.getDisplayName();
606
- if (f.length > 0) {
607
- writer.writeString(
608
- 2,
609
- f
610
- );
611
- }
612
- f = message.getAgentId();
613
- if (f.length > 0) {
614
- writer.writeString(
615
- 3,
616
- f
617
- );
618
- }
619
- f = message.getAgentDisplayName();
620
- if (f.length > 0) {
621
- writer.writeString(
622
- 4,
623
- f
624
- );
625
- }
626
- f = message.getCreateTime();
627
- if (f != null) {
628
- writer.writeMessage(
629
- 98,
630
- f,
631
- google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
632
- );
633
- }
634
- };
635
-
636
-
637
- /**
638
- * optional string name = 1;
639
- * @return {string}
640
- */
641
- proto.alis.a2a.extension.history.v1.Session.prototype.getName = function() {
642
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
643
- };
644
-
645
-
646
- /**
647
- * @param {string} value
648
- * @return {!proto.alis.a2a.extension.history.v1.Session} returns this
649
- */
650
- proto.alis.a2a.extension.history.v1.Session.prototype.setName = function(value) {
651
- return jspb.Message.setProto3StringField(this, 1, value);
652
- };
653
-
654
-
655
- /**
656
- * optional string display_name = 2;
657
- * @return {string}
658
- */
659
- proto.alis.a2a.extension.history.v1.Session.prototype.getDisplayName = function() {
660
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
661
- };
662
-
663
-
664
- /**
665
- * @param {string} value
666
- * @return {!proto.alis.a2a.extension.history.v1.Session} returns this
667
- */
668
- proto.alis.a2a.extension.history.v1.Session.prototype.setDisplayName = function(value) {
669
- return jspb.Message.setProto3StringField(this, 2, value);
670
- };
671
-
672
-
673
- /**
674
- * optional string agent_id = 3;
675
- * @return {string}
676
- */
677
- proto.alis.a2a.extension.history.v1.Session.prototype.getAgentId = function() {
678
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
679
- };
680
-
681
-
682
- /**
683
- * @param {string} value
684
- * @return {!proto.alis.a2a.extension.history.v1.Session} returns this
685
- */
686
- proto.alis.a2a.extension.history.v1.Session.prototype.setAgentId = function(value) {
687
- return jspb.Message.setProto3StringField(this, 3, value);
688
- };
689
-
690
-
691
- /**
692
- * optional string agent_display_name = 4;
693
- * @return {string}
694
- */
695
- proto.alis.a2a.extension.history.v1.Session.prototype.getAgentDisplayName = function() {
696
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
697
- };
698
-
699
-
700
- /**
701
- * @param {string} value
702
- * @return {!proto.alis.a2a.extension.history.v1.Session} returns this
703
- */
704
- proto.alis.a2a.extension.history.v1.Session.prototype.setAgentDisplayName = function(value) {
705
- return jspb.Message.setProto3StringField(this, 4, value);
706
- };
707
-
708
-
709
- /**
710
- * optional google.protobuf.Timestamp create_time = 98;
711
- * @return {?proto.google.protobuf.Timestamp}
712
- */
713
- proto.alis.a2a.extension.history.v1.Session.prototype.getCreateTime = function() {
714
- return /** @type{?proto.google.protobuf.Timestamp} */ (
715
- jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 98));
716
- };
717
-
718
-
719
- /**
720
- * @param {?proto.google.protobuf.Timestamp|undefined} value
721
- * @return {!proto.alis.a2a.extension.history.v1.Session} returns this
722
- */
723
- proto.alis.a2a.extension.history.v1.Session.prototype.setCreateTime = function(value) {
724
- return jspb.Message.setWrapperField(this, 98, value);
725
- };
726
-
727
-
728
- /**
729
- * Clears the message field making it undefined.
730
- * @return {!proto.alis.a2a.extension.history.v1.Session} returns this
731
- */
732
- proto.alis.a2a.extension.history.v1.Session.prototype.clearCreateTime = function() {
733
- return this.setCreateTime(undefined);
734
- };
735
-
736
-
737
- /**
738
- * Returns whether this field is set.
739
- * @return {boolean}
740
- */
741
- proto.alis.a2a.extension.history.v1.Session.prototype.hasCreateTime = function() {
742
- return jspb.Message.getField(this, 98) != null;
743
- };
744
-
745
-
746
-
747
-
748
-
749
- if (jspb.Message.GENERATE_TO_OBJECT) {
750
- /**
751
- * Creates an object representation of this proto.
752
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
753
- * Optional fields that are not set will be set to undefined.
754
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
755
- * For the list of reserved names please see:
756
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
757
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
758
- * JSPB instance for transitional soy proto support:
759
- * http://goto/soy-param-migration
760
- * @return {!Object}
761
- */
762
- proto.alis.a2a.extension.history.v1.Client.prototype.toObject = function(opt_includeInstance) {
763
- return proto.alis.a2a.extension.history.v1.Client.toObject(opt_includeInstance, this);
764
- };
765
-
766
-
767
- /**
768
- * Static version of the {@see toObject} method.
769
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
770
- * the JSPB instance for transitional soy proto support:
771
- * http://goto/soy-param-migration
772
- * @param {!proto.alis.a2a.extension.history.v1.Client} msg The msg instance to transform.
773
- * @return {!Object}
774
- * @suppress {unusedLocalVariables} f is only used for nested messages
775
- */
776
- proto.alis.a2a.extension.history.v1.Client.toObject = function(includeInstance, msg) {
777
- var f, obj = {
778
- user: jspb.Message.getFieldWithDefault(msg, 1, ""),
779
- app: jspb.Message.getFieldWithDefault(msg, 2, "")
780
- };
781
-
782
- if (includeInstance) {
783
- obj.$jspbMessageInstance = msg;
784
- }
785
- return obj;
786
- };
787
- }
788
-
789
-
790
- /**
791
- * Deserializes binary data (in protobuf wire format).
792
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
793
- * @return {!proto.alis.a2a.extension.history.v1.Client}
794
- */
795
- proto.alis.a2a.extension.history.v1.Client.deserializeBinary = function(bytes) {
796
- var reader = new jspb.BinaryReader(bytes);
797
- var msg = new proto.alis.a2a.extension.history.v1.Client;
798
- return proto.alis.a2a.extension.history.v1.Client.deserializeBinaryFromReader(msg, reader);
799
- };
800
-
801
-
802
- /**
803
- * Deserializes binary data (in protobuf wire format) from the
804
- * given reader into the given message object.
805
- * @param {!proto.alis.a2a.extension.history.v1.Client} msg The message object to deserialize into.
806
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
807
- * @return {!proto.alis.a2a.extension.history.v1.Client}
808
- */
809
- proto.alis.a2a.extension.history.v1.Client.deserializeBinaryFromReader = function(msg, reader) {
810
- while (reader.nextField()) {
811
- if (reader.isEndGroup()) {
812
- break;
813
- }
814
- var field = reader.getFieldNumber();
815
- switch (field) {
816
- case 1:
817
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
818
- msg.setUser(value);
819
- break;
820
- case 2:
821
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
822
- msg.setApp(value);
823
- break;
824
- default:
825
- reader.skipField();
826
- break;
827
- }
828
- }
829
- return msg;
830
- };
831
-
832
-
833
- /**
834
- * Serializes the message to binary data (in protobuf wire format).
835
- * @return {!Uint8Array}
836
- */
837
- proto.alis.a2a.extension.history.v1.Client.prototype.serializeBinary = function() {
838
- var writer = new jspb.BinaryWriter();
839
- proto.alis.a2a.extension.history.v1.Client.serializeBinaryToWriter(this, writer);
840
- return writer.getResultBuffer();
841
- };
842
-
843
-
844
- /**
845
- * Serializes the given message to binary data (in protobuf wire
846
- * format), writing to the given BinaryWriter.
847
- * @param {!proto.alis.a2a.extension.history.v1.Client} message
848
- * @param {!jspb.BinaryWriter} writer
849
- * @suppress {unusedLocalVariables} f is only used for nested messages
850
- */
851
- proto.alis.a2a.extension.history.v1.Client.serializeBinaryToWriter = function(message, writer) {
852
- var f = undefined;
853
- f = message.getUser();
854
- if (f.length > 0) {
855
- writer.writeString(
856
- 1,
857
- f
858
- );
859
- }
860
- f = message.getApp();
861
- if (f.length > 0) {
862
- writer.writeString(
863
- 2,
864
- f
865
- );
866
- }
867
- };
868
-
869
-
870
- /**
871
- * optional string user = 1;
872
- * @return {string}
873
- */
874
- proto.alis.a2a.extension.history.v1.Client.prototype.getUser = function() {
875
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
876
- };
877
-
878
-
879
- /**
880
- * @param {string} value
881
- * @return {!proto.alis.a2a.extension.history.v1.Client} returns this
882
- */
883
- proto.alis.a2a.extension.history.v1.Client.prototype.setUser = function(value) {
884
- return jspb.Message.setProto3StringField(this, 1, value);
885
- };
886
-
887
-
888
- /**
889
- * optional string app = 2;
890
- * @return {string}
891
- */
892
- proto.alis.a2a.extension.history.v1.Client.prototype.getApp = function() {
893
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
894
- };
895
-
896
-
897
- /**
898
- * @param {string} value
899
- * @return {!proto.alis.a2a.extension.history.v1.Client} returns this
900
- */
901
- proto.alis.a2a.extension.history.v1.Client.prototype.setApp = function(value) {
902
- return jspb.Message.setProto3StringField(this, 2, value);
903
- };
904
-
905
-
906
-
907
- /**
908
- * Oneof group definitions for this message. Each group defines the field
909
- * numbers belonging to that group. When of these fields' value is set, all
910
- * other fields in the group are cleared. During deserialization, if multiple
911
- * fields are encountered for a group, only the last value seen will be kept.
912
- * @private {!Array<!Array<number>>}
913
- * @const
914
- */
915
- proto.alis.a2a.extension.history.v1.Event.oneofGroups_ = [[3,4,5,6]];
916
-
917
- /**
918
- * @enum {number}
919
- */
920
- proto.alis.a2a.extension.history.v1.Event.PayloadCase = {
921
- PAYLOAD_NOT_SET: 0,
922
- TASK: 3,
923
- MESSAGE: 4,
924
- STATUS_UPDATE: 5,
925
- ARTIFACT_UPDATE: 6
926
- };
927
-
928
- /**
929
- * @return {proto.alis.a2a.extension.history.v1.Event.PayloadCase}
930
- */
931
- proto.alis.a2a.extension.history.v1.Event.prototype.getPayloadCase = function() {
932
- return /** @type {proto.alis.a2a.extension.history.v1.Event.PayloadCase} */(jspb.Message.computeOneofCase(this, proto.alis.a2a.extension.history.v1.Event.oneofGroups_[0]));
933
- };
934
-
935
-
936
-
937
- if (jspb.Message.GENERATE_TO_OBJECT) {
938
- /**
939
- * Creates an object representation of this proto.
940
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
941
- * Optional fields that are not set will be set to undefined.
942
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
943
- * For the list of reserved names please see:
944
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
945
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
946
- * JSPB instance for transitional soy proto support:
947
- * http://goto/soy-param-migration
948
- * @return {!Object}
949
- */
950
- proto.alis.a2a.extension.history.v1.Event.prototype.toObject = function(opt_includeInstance) {
951
- return proto.alis.a2a.extension.history.v1.Event.toObject(opt_includeInstance, this);
952
- };
953
-
954
-
955
- /**
956
- * Static version of the {@see toObject} method.
957
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
958
- * the JSPB instance for transitional soy proto support:
959
- * http://goto/soy-param-migration
960
- * @param {!proto.alis.a2a.extension.history.v1.Event} msg The msg instance to transform.
961
- * @return {!Object}
962
- * @suppress {unusedLocalVariables} f is only used for nested messages
963
- */
964
- proto.alis.a2a.extension.history.v1.Event.toObject = function(includeInstance, msg) {
965
- var f, obj = {
966
- name: jspb.Message.getFieldWithDefault(msg, 1, ""),
967
- client: (f = msg.getClient()) && proto.alis.a2a.extension.history.v1.Client.toObject(includeInstance, f),
968
- task: (f = msg.getTask()) && alis_a2a_extension_history_v1_a2a_pb.Task.toObject(includeInstance, f),
969
- message: (f = msg.getMessage()) && alis_a2a_extension_history_v1_a2a_pb.Message.toObject(includeInstance, f),
970
- statusUpdate: (f = msg.getStatusUpdate()) && alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent.toObject(includeInstance, f),
971
- artifactUpdate: (f = msg.getArtifactUpdate()) && alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent.toObject(includeInstance, f),
972
- createTime: (f = msg.getCreateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
973
- };
974
-
975
- if (includeInstance) {
976
- obj.$jspbMessageInstance = msg;
977
- }
978
- return obj;
979
- };
980
- }
981
-
982
-
983
- /**
984
- * Deserializes binary data (in protobuf wire format).
985
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
986
- * @return {!proto.alis.a2a.extension.history.v1.Event}
987
- */
988
- proto.alis.a2a.extension.history.v1.Event.deserializeBinary = function(bytes) {
989
- var reader = new jspb.BinaryReader(bytes);
990
- var msg = new proto.alis.a2a.extension.history.v1.Event;
991
- return proto.alis.a2a.extension.history.v1.Event.deserializeBinaryFromReader(msg, reader);
992
- };
993
-
994
-
995
- /**
996
- * Deserializes binary data (in protobuf wire format) from the
997
- * given reader into the given message object.
998
- * @param {!proto.alis.a2a.extension.history.v1.Event} msg The message object to deserialize into.
999
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1000
- * @return {!proto.alis.a2a.extension.history.v1.Event}
1001
- */
1002
- proto.alis.a2a.extension.history.v1.Event.deserializeBinaryFromReader = function(msg, reader) {
1003
- while (reader.nextField()) {
1004
- if (reader.isEndGroup()) {
1005
- break;
1006
- }
1007
- var field = reader.getFieldNumber();
1008
- switch (field) {
1009
- case 1:
1010
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
1011
- msg.setName(value);
1012
- break;
1013
- case 2:
1014
- var value = new proto.alis.a2a.extension.history.v1.Client;
1015
- reader.readMessage(value,proto.alis.a2a.extension.history.v1.Client.deserializeBinaryFromReader);
1016
- msg.setClient(value);
1017
- break;
1018
- case 3:
1019
- var value = new alis_a2a_extension_history_v1_a2a_pb.Task;
1020
- reader.readMessage(value,alis_a2a_extension_history_v1_a2a_pb.Task.deserializeBinaryFromReader);
1021
- msg.setTask(value);
1022
- break;
1023
- case 4:
1024
- var value = new alis_a2a_extension_history_v1_a2a_pb.Message;
1025
- reader.readMessage(value,alis_a2a_extension_history_v1_a2a_pb.Message.deserializeBinaryFromReader);
1026
- msg.setMessage(value);
1027
- break;
1028
- case 5:
1029
- var value = new alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent;
1030
- reader.readMessage(value,alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent.deserializeBinaryFromReader);
1031
- msg.setStatusUpdate(value);
1032
- break;
1033
- case 6:
1034
- var value = new alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent;
1035
- reader.readMessage(value,alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent.deserializeBinaryFromReader);
1036
- msg.setArtifactUpdate(value);
1037
- break;
1038
- case 98:
1039
- var value = new google_protobuf_timestamp_pb.Timestamp;
1040
- reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
1041
- msg.setCreateTime(value);
1042
- break;
1043
- default:
1044
- reader.skipField();
1045
- break;
1046
- }
1047
- }
1048
- return msg;
1049
- };
1050
-
1051
-
1052
- /**
1053
- * Serializes the message to binary data (in protobuf wire format).
1054
- * @return {!Uint8Array}
1055
- */
1056
- proto.alis.a2a.extension.history.v1.Event.prototype.serializeBinary = function() {
1057
- var writer = new jspb.BinaryWriter();
1058
- proto.alis.a2a.extension.history.v1.Event.serializeBinaryToWriter(this, writer);
1059
- return writer.getResultBuffer();
1060
- };
1061
-
1062
-
1063
- /**
1064
- * Serializes the given message to binary data (in protobuf wire
1065
- * format), writing to the given BinaryWriter.
1066
- * @param {!proto.alis.a2a.extension.history.v1.Event} message
1067
- * @param {!jspb.BinaryWriter} writer
1068
- * @suppress {unusedLocalVariables} f is only used for nested messages
1069
- */
1070
- proto.alis.a2a.extension.history.v1.Event.serializeBinaryToWriter = function(message, writer) {
1071
- var f = undefined;
1072
- f = message.getName();
1073
- if (f.length > 0) {
1074
- writer.writeString(
1075
- 1,
1076
- f
1077
- );
1078
- }
1079
- f = message.getClient();
1080
- if (f != null) {
1081
- writer.writeMessage(
1082
- 2,
1083
- f,
1084
- proto.alis.a2a.extension.history.v1.Client.serializeBinaryToWriter
1085
- );
1086
- }
1087
- f = message.getTask();
1088
- if (f != null) {
1089
- writer.writeMessage(
1090
- 3,
1091
- f,
1092
- alis_a2a_extension_history_v1_a2a_pb.Task.serializeBinaryToWriter
1093
- );
1094
- }
1095
- f = message.getMessage();
1096
- if (f != null) {
1097
- writer.writeMessage(
1098
- 4,
1099
- f,
1100
- alis_a2a_extension_history_v1_a2a_pb.Message.serializeBinaryToWriter
1101
- );
1102
- }
1103
- f = message.getStatusUpdate();
1104
- if (f != null) {
1105
- writer.writeMessage(
1106
- 5,
1107
- f,
1108
- alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent.serializeBinaryToWriter
1109
- );
1110
- }
1111
- f = message.getArtifactUpdate();
1112
- if (f != null) {
1113
- writer.writeMessage(
1114
- 6,
1115
- f,
1116
- alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent.serializeBinaryToWriter
1117
- );
1118
- }
1119
- f = message.getCreateTime();
1120
- if (f != null) {
1121
- writer.writeMessage(
1122
- 98,
1123
- f,
1124
- google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
1125
- );
1126
- }
1127
- };
1128
-
1129
-
1130
- /**
1131
- * optional string name = 1;
1132
- * @return {string}
1133
- */
1134
- proto.alis.a2a.extension.history.v1.Event.prototype.getName = function() {
1135
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1136
- };
1137
-
1138
-
1139
- /**
1140
- * @param {string} value
1141
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1142
- */
1143
- proto.alis.a2a.extension.history.v1.Event.prototype.setName = function(value) {
1144
- return jspb.Message.setProto3StringField(this, 1, value);
1145
- };
1146
-
1147
-
1148
- /**
1149
- * optional Client client = 2;
1150
- * @return {?proto.alis.a2a.extension.history.v1.Client}
1151
- */
1152
- proto.alis.a2a.extension.history.v1.Event.prototype.getClient = function() {
1153
- return /** @type{?proto.alis.a2a.extension.history.v1.Client} */ (
1154
- jspb.Message.getWrapperField(this, proto.alis.a2a.extension.history.v1.Client, 2));
1155
- };
1156
-
1157
-
1158
- /**
1159
- * @param {?proto.alis.a2a.extension.history.v1.Client|undefined} value
1160
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1161
- */
1162
- proto.alis.a2a.extension.history.v1.Event.prototype.setClient = function(value) {
1163
- return jspb.Message.setWrapperField(this, 2, value);
1164
- };
1165
-
1166
-
1167
- /**
1168
- * Clears the message field making it undefined.
1169
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1170
- */
1171
- proto.alis.a2a.extension.history.v1.Event.prototype.clearClient = function() {
1172
- return this.setClient(undefined);
1173
- };
1174
-
1175
-
1176
- /**
1177
- * Returns whether this field is set.
1178
- * @return {boolean}
1179
- */
1180
- proto.alis.a2a.extension.history.v1.Event.prototype.hasClient = function() {
1181
- return jspb.Message.getField(this, 2) != null;
1182
- };
1183
-
1184
-
1185
- /**
1186
- * optional Task task = 3;
1187
- * @return {?proto.alis.a2a.extension.history.v1.Task}
1188
- */
1189
- proto.alis.a2a.extension.history.v1.Event.prototype.getTask = function() {
1190
- return /** @type{?proto.alis.a2a.extension.history.v1.Task} */ (
1191
- jspb.Message.getWrapperField(this, alis_a2a_extension_history_v1_a2a_pb.Task, 3));
1192
- };
1193
-
1194
-
1195
- /**
1196
- * @param {?proto.alis.a2a.extension.history.v1.Task|undefined} value
1197
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1198
- */
1199
- proto.alis.a2a.extension.history.v1.Event.prototype.setTask = function(value) {
1200
- return jspb.Message.setOneofWrapperField(this, 3, proto.alis.a2a.extension.history.v1.Event.oneofGroups_[0], value);
1201
- };
1202
-
1203
-
1204
- /**
1205
- * Clears the message field making it undefined.
1206
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1207
- */
1208
- proto.alis.a2a.extension.history.v1.Event.prototype.clearTask = function() {
1209
- return this.setTask(undefined);
1210
- };
1211
-
1212
-
1213
- /**
1214
- * Returns whether this field is set.
1215
- * @return {boolean}
1216
- */
1217
- proto.alis.a2a.extension.history.v1.Event.prototype.hasTask = function() {
1218
- return jspb.Message.getField(this, 3) != null;
1219
- };
1220
-
1221
-
1222
- /**
1223
- * optional Message message = 4;
1224
- * @return {?proto.alis.a2a.extension.history.v1.Message}
1225
- */
1226
- proto.alis.a2a.extension.history.v1.Event.prototype.getMessage = function() {
1227
- return /** @type{?proto.alis.a2a.extension.history.v1.Message} */ (
1228
- jspb.Message.getWrapperField(this, alis_a2a_extension_history_v1_a2a_pb.Message, 4));
1229
- };
1230
-
1231
-
1232
- /**
1233
- * @param {?proto.alis.a2a.extension.history.v1.Message|undefined} value
1234
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1235
- */
1236
- proto.alis.a2a.extension.history.v1.Event.prototype.setMessage = function(value) {
1237
- return jspb.Message.setOneofWrapperField(this, 4, proto.alis.a2a.extension.history.v1.Event.oneofGroups_[0], value);
1238
- };
1239
-
1240
-
1241
- /**
1242
- * Clears the message field making it undefined.
1243
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1244
- */
1245
- proto.alis.a2a.extension.history.v1.Event.prototype.clearMessage = function() {
1246
- return this.setMessage(undefined);
1247
- };
1248
-
1249
-
1250
- /**
1251
- * Returns whether this field is set.
1252
- * @return {boolean}
1253
- */
1254
- proto.alis.a2a.extension.history.v1.Event.prototype.hasMessage = function() {
1255
- return jspb.Message.getField(this, 4) != null;
1256
- };
1257
-
1258
-
1259
- /**
1260
- * optional TaskStatusUpdateEvent status_update = 5;
1261
- * @return {?proto.alis.a2a.extension.history.v1.TaskStatusUpdateEvent}
1262
- */
1263
- proto.alis.a2a.extension.history.v1.Event.prototype.getStatusUpdate = function() {
1264
- return /** @type{?proto.alis.a2a.extension.history.v1.TaskStatusUpdateEvent} */ (
1265
- jspb.Message.getWrapperField(this, alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent, 5));
1266
- };
1267
-
1268
-
1269
- /**
1270
- * @param {?proto.alis.a2a.extension.history.v1.TaskStatusUpdateEvent|undefined} value
1271
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1272
- */
1273
- proto.alis.a2a.extension.history.v1.Event.prototype.setStatusUpdate = function(value) {
1274
- return jspb.Message.setOneofWrapperField(this, 5, proto.alis.a2a.extension.history.v1.Event.oneofGroups_[0], value);
1275
- };
1276
-
1277
-
1278
- /**
1279
- * Clears the message field making it undefined.
1280
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1281
- */
1282
- proto.alis.a2a.extension.history.v1.Event.prototype.clearStatusUpdate = function() {
1283
- return this.setStatusUpdate(undefined);
1284
- };
1285
-
1286
-
1287
- /**
1288
- * Returns whether this field is set.
1289
- * @return {boolean}
1290
- */
1291
- proto.alis.a2a.extension.history.v1.Event.prototype.hasStatusUpdate = function() {
1292
- return jspb.Message.getField(this, 5) != null;
1293
- };
1294
-
1295
-
1296
- /**
1297
- * optional TaskArtifactUpdateEvent artifact_update = 6;
1298
- * @return {?proto.alis.a2a.extension.history.v1.TaskArtifactUpdateEvent}
1299
- */
1300
- proto.alis.a2a.extension.history.v1.Event.prototype.getArtifactUpdate = function() {
1301
- return /** @type{?proto.alis.a2a.extension.history.v1.TaskArtifactUpdateEvent} */ (
1302
- jspb.Message.getWrapperField(this, alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent, 6));
1303
- };
1304
-
1305
-
1306
- /**
1307
- * @param {?proto.alis.a2a.extension.history.v1.TaskArtifactUpdateEvent|undefined} value
1308
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1309
- */
1310
- proto.alis.a2a.extension.history.v1.Event.prototype.setArtifactUpdate = function(value) {
1311
- return jspb.Message.setOneofWrapperField(this, 6, proto.alis.a2a.extension.history.v1.Event.oneofGroups_[0], value);
1312
- };
1313
-
1314
-
1315
- /**
1316
- * Clears the message field making it undefined.
1317
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1318
- */
1319
- proto.alis.a2a.extension.history.v1.Event.prototype.clearArtifactUpdate = function() {
1320
- return this.setArtifactUpdate(undefined);
1321
- };
1322
-
1323
-
1324
- /**
1325
- * Returns whether this field is set.
1326
- * @return {boolean}
1327
- */
1328
- proto.alis.a2a.extension.history.v1.Event.prototype.hasArtifactUpdate = function() {
1329
- return jspb.Message.getField(this, 6) != null;
1330
- };
1331
-
1332
-
1333
- /**
1334
- * optional google.protobuf.Timestamp create_time = 98;
1335
- * @return {?proto.google.protobuf.Timestamp}
1336
- */
1337
- proto.alis.a2a.extension.history.v1.Event.prototype.getCreateTime = function() {
1338
- return /** @type{?proto.google.protobuf.Timestamp} */ (
1339
- jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 98));
1340
- };
1341
-
1342
-
1343
- /**
1344
- * @param {?proto.google.protobuf.Timestamp|undefined} value
1345
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1346
- */
1347
- proto.alis.a2a.extension.history.v1.Event.prototype.setCreateTime = function(value) {
1348
- return jspb.Message.setWrapperField(this, 98, value);
1349
- };
1350
-
1351
-
1352
- /**
1353
- * Clears the message field making it undefined.
1354
- * @return {!proto.alis.a2a.extension.history.v1.Event} returns this
1355
- */
1356
- proto.alis.a2a.extension.history.v1.Event.prototype.clearCreateTime = function() {
1357
- return this.setCreateTime(undefined);
1358
- };
1359
-
1360
-
1361
- /**
1362
- * Returns whether this field is set.
1363
- * @return {boolean}
1364
- */
1365
- proto.alis.a2a.extension.history.v1.Event.prototype.hasCreateTime = function() {
1366
- return jspb.Message.getField(this, 98) != null;
1367
- };
1368
-
1369
-
1370
-
1371
-
1372
-
1373
- if (jspb.Message.GENERATE_TO_OBJECT) {
1374
- /**
1375
- * Creates an object representation of this proto.
1376
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1377
- * Optional fields that are not set will be set to undefined.
1378
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1379
- * For the list of reserved names please see:
1380
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1381
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1382
- * JSPB instance for transitional soy proto support:
1383
- * http://goto/soy-param-migration
1384
- * @return {!Object}
1385
- */
1386
- proto.alis.a2a.extension.history.v1.GetSessionRequest.prototype.toObject = function(opt_includeInstance) {
1387
- return proto.alis.a2a.extension.history.v1.GetSessionRequest.toObject(opt_includeInstance, this);
1388
- };
1389
-
1390
-
1391
- /**
1392
- * Static version of the {@see toObject} method.
1393
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1394
- * the JSPB instance for transitional soy proto support:
1395
- * http://goto/soy-param-migration
1396
- * @param {!proto.alis.a2a.extension.history.v1.GetSessionRequest} msg The msg instance to transform.
1397
- * @return {!Object}
1398
- * @suppress {unusedLocalVariables} f is only used for nested messages
1399
- */
1400
- proto.alis.a2a.extension.history.v1.GetSessionRequest.toObject = function(includeInstance, msg) {
1401
- var f, obj = {
1402
- name: jspb.Message.getFieldWithDefault(msg, 1, ""),
1403
- readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
1404
- };
1405
-
1406
- if (includeInstance) {
1407
- obj.$jspbMessageInstance = msg;
1408
- }
1409
- return obj;
1410
- };
1411
- }
1412
-
1413
-
1414
- /**
1415
- * Deserializes binary data (in protobuf wire format).
1416
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
1417
- * @return {!proto.alis.a2a.extension.history.v1.GetSessionRequest}
1418
- */
1419
- proto.alis.a2a.extension.history.v1.GetSessionRequest.deserializeBinary = function(bytes) {
1420
- var reader = new jspb.BinaryReader(bytes);
1421
- var msg = new proto.alis.a2a.extension.history.v1.GetSessionRequest;
1422
- return proto.alis.a2a.extension.history.v1.GetSessionRequest.deserializeBinaryFromReader(msg, reader);
1423
- };
1424
-
1425
-
1426
- /**
1427
- * Deserializes binary data (in protobuf wire format) from the
1428
- * given reader into the given message object.
1429
- * @param {!proto.alis.a2a.extension.history.v1.GetSessionRequest} msg The message object to deserialize into.
1430
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1431
- * @return {!proto.alis.a2a.extension.history.v1.GetSessionRequest}
1432
- */
1433
- proto.alis.a2a.extension.history.v1.GetSessionRequest.deserializeBinaryFromReader = function(msg, reader) {
1434
- while (reader.nextField()) {
1435
- if (reader.isEndGroup()) {
1436
- break;
1437
- }
1438
- var field = reader.getFieldNumber();
1439
- switch (field) {
1440
- case 1:
1441
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
1442
- msg.setName(value);
1443
- break;
1444
- case 3:
1445
- var value = new google_protobuf_field_mask_pb.FieldMask;
1446
- reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
1447
- msg.setReadMask(value);
1448
- break;
1449
- default:
1450
- reader.skipField();
1451
- break;
1452
- }
1453
- }
1454
- return msg;
1455
- };
1456
-
1457
-
1458
- /**
1459
- * Serializes the message to binary data (in protobuf wire format).
1460
- * @return {!Uint8Array}
1461
- */
1462
- proto.alis.a2a.extension.history.v1.GetSessionRequest.prototype.serializeBinary = function() {
1463
- var writer = new jspb.BinaryWriter();
1464
- proto.alis.a2a.extension.history.v1.GetSessionRequest.serializeBinaryToWriter(this, writer);
1465
- return writer.getResultBuffer();
1466
- };
1467
-
1468
-
1469
- /**
1470
- * Serializes the given message to binary data (in protobuf wire
1471
- * format), writing to the given BinaryWriter.
1472
- * @param {!proto.alis.a2a.extension.history.v1.GetSessionRequest} message
1473
- * @param {!jspb.BinaryWriter} writer
1474
- * @suppress {unusedLocalVariables} f is only used for nested messages
1475
- */
1476
- proto.alis.a2a.extension.history.v1.GetSessionRequest.serializeBinaryToWriter = function(message, writer) {
1477
- var f = undefined;
1478
- f = message.getName();
1479
- if (f.length > 0) {
1480
- writer.writeString(
1481
- 1,
1482
- f
1483
- );
1484
- }
1485
- f = message.getReadMask();
1486
- if (f != null) {
1487
- writer.writeMessage(
1488
- 3,
1489
- f,
1490
- google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
1491
- );
1492
- }
1493
- };
1494
-
1495
-
1496
- /**
1497
- * optional string name = 1;
1498
- * @return {string}
1499
- */
1500
- proto.alis.a2a.extension.history.v1.GetSessionRequest.prototype.getName = function() {
1501
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1502
- };
1503
-
1504
-
1505
- /**
1506
- * @param {string} value
1507
- * @return {!proto.alis.a2a.extension.history.v1.GetSessionRequest} returns this
1508
- */
1509
- proto.alis.a2a.extension.history.v1.GetSessionRequest.prototype.setName = function(value) {
1510
- return jspb.Message.setProto3StringField(this, 1, value);
1511
- };
1512
-
1513
-
1514
- /**
1515
- * optional google.protobuf.FieldMask read_mask = 3;
1516
- * @return {?proto.google.protobuf.FieldMask}
1517
- */
1518
- proto.alis.a2a.extension.history.v1.GetSessionRequest.prototype.getReadMask = function() {
1519
- return /** @type{?proto.google.protobuf.FieldMask} */ (
1520
- jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
1521
- };
1522
-
1523
-
1524
- /**
1525
- * @param {?proto.google.protobuf.FieldMask|undefined} value
1526
- * @return {!proto.alis.a2a.extension.history.v1.GetSessionRequest} returns this
1527
- */
1528
- proto.alis.a2a.extension.history.v1.GetSessionRequest.prototype.setReadMask = function(value) {
1529
- return jspb.Message.setWrapperField(this, 3, value);
1530
- };
1531
-
1532
-
1533
- /**
1534
- * Clears the message field making it undefined.
1535
- * @return {!proto.alis.a2a.extension.history.v1.GetSessionRequest} returns this
1536
- */
1537
- proto.alis.a2a.extension.history.v1.GetSessionRequest.prototype.clearReadMask = function() {
1538
- return this.setReadMask(undefined);
1539
- };
1540
-
1541
-
1542
- /**
1543
- * Returns whether this field is set.
1544
- * @return {boolean}
1545
- */
1546
- proto.alis.a2a.extension.history.v1.GetSessionRequest.prototype.hasReadMask = function() {
1547
- return jspb.Message.getField(this, 3) != null;
1548
- };
1549
-
1550
-
1551
-
1552
-
1553
-
1554
- if (jspb.Message.GENERATE_TO_OBJECT) {
1555
- /**
1556
- * Creates an object representation of this proto.
1557
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1558
- * Optional fields that are not set will be set to undefined.
1559
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1560
- * For the list of reserved names please see:
1561
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1562
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1563
- * JSPB instance for transitional soy proto support:
1564
- * http://goto/soy-param-migration
1565
- * @return {!Object}
1566
- */
1567
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest.prototype.toObject = function(opt_includeInstance) {
1568
- return proto.alis.a2a.extension.history.v1.DeleteSessionRequest.toObject(opt_includeInstance, this);
1569
- };
1570
-
1571
-
1572
- /**
1573
- * Static version of the {@see toObject} method.
1574
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1575
- * the JSPB instance for transitional soy proto support:
1576
- * http://goto/soy-param-migration
1577
- * @param {!proto.alis.a2a.extension.history.v1.DeleteSessionRequest} msg The msg instance to transform.
1578
- * @return {!Object}
1579
- * @suppress {unusedLocalVariables} f is only used for nested messages
1580
- */
1581
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest.toObject = function(includeInstance, msg) {
1582
- var f, obj = {
1583
- name: jspb.Message.getFieldWithDefault(msg, 1, "")
1584
- };
1585
-
1586
- if (includeInstance) {
1587
- obj.$jspbMessageInstance = msg;
1588
- }
1589
- return obj;
1590
- };
1591
- }
1592
-
1593
-
1594
- /**
1595
- * Deserializes binary data (in protobuf wire format).
1596
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
1597
- * @return {!proto.alis.a2a.extension.history.v1.DeleteSessionRequest}
1598
- */
1599
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest.deserializeBinary = function(bytes) {
1600
- var reader = new jspb.BinaryReader(bytes);
1601
- var msg = new proto.alis.a2a.extension.history.v1.DeleteSessionRequest;
1602
- return proto.alis.a2a.extension.history.v1.DeleteSessionRequest.deserializeBinaryFromReader(msg, reader);
1603
- };
1604
-
1605
-
1606
- /**
1607
- * Deserializes binary data (in protobuf wire format) from the
1608
- * given reader into the given message object.
1609
- * @param {!proto.alis.a2a.extension.history.v1.DeleteSessionRequest} msg The message object to deserialize into.
1610
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1611
- * @return {!proto.alis.a2a.extension.history.v1.DeleteSessionRequest}
1612
- */
1613
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest.deserializeBinaryFromReader = function(msg, reader) {
1614
- while (reader.nextField()) {
1615
- if (reader.isEndGroup()) {
1616
- break;
1617
- }
1618
- var field = reader.getFieldNumber();
1619
- switch (field) {
1620
- case 1:
1621
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
1622
- msg.setName(value);
1623
- break;
1624
- default:
1625
- reader.skipField();
1626
- break;
1627
- }
1628
- }
1629
- return msg;
1630
- };
1631
-
1632
-
1633
- /**
1634
- * Serializes the message to binary data (in protobuf wire format).
1635
- * @return {!Uint8Array}
1636
- */
1637
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest.prototype.serializeBinary = function() {
1638
- var writer = new jspb.BinaryWriter();
1639
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest.serializeBinaryToWriter(this, writer);
1640
- return writer.getResultBuffer();
1641
- };
1642
-
1643
-
1644
- /**
1645
- * Serializes the given message to binary data (in protobuf wire
1646
- * format), writing to the given BinaryWriter.
1647
- * @param {!proto.alis.a2a.extension.history.v1.DeleteSessionRequest} message
1648
- * @param {!jspb.BinaryWriter} writer
1649
- * @suppress {unusedLocalVariables} f is only used for nested messages
1650
- */
1651
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest.serializeBinaryToWriter = function(message, writer) {
1652
- var f = undefined;
1653
- f = message.getName();
1654
- if (f.length > 0) {
1655
- writer.writeString(
1656
- 1,
1657
- f
1658
- );
1659
- }
1660
- };
1661
-
1662
-
1663
- /**
1664
- * optional string name = 1;
1665
- * @return {string}
1666
- */
1667
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest.prototype.getName = function() {
1668
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1669
- };
1670
-
1671
-
1672
- /**
1673
- * @param {string} value
1674
- * @return {!proto.alis.a2a.extension.history.v1.DeleteSessionRequest} returns this
1675
- */
1676
- proto.alis.a2a.extension.history.v1.DeleteSessionRequest.prototype.setName = function(value) {
1677
- return jspb.Message.setProto3StringField(this, 1, value);
1678
- };
1679
-
1680
-
1681
-
1682
-
1683
-
1684
- if (jspb.Message.GENERATE_TO_OBJECT) {
1685
- /**
1686
- * Creates an object representation of this proto.
1687
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1688
- * Optional fields that are not set will be set to undefined.
1689
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1690
- * For the list of reserved names please see:
1691
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1692
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1693
- * JSPB instance for transitional soy proto support:
1694
- * http://goto/soy-param-migration
1695
- * @return {!Object}
1696
- */
1697
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.prototype.toObject = function(opt_includeInstance) {
1698
- return proto.alis.a2a.extension.history.v1.ListSessionsRequest.toObject(opt_includeInstance, this);
1699
- };
1700
-
1701
-
1702
- /**
1703
- * Static version of the {@see toObject} method.
1704
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1705
- * the JSPB instance for transitional soy proto support:
1706
- * http://goto/soy-param-migration
1707
- * @param {!proto.alis.a2a.extension.history.v1.ListSessionsRequest} msg The msg instance to transform.
1708
- * @return {!Object}
1709
- * @suppress {unusedLocalVariables} f is only used for nested messages
1710
- */
1711
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.toObject = function(includeInstance, msg) {
1712
- var f, obj = {
1713
- pageSize: jspb.Message.getFieldWithDefault(msg, 2, 0),
1714
- pageToken: jspb.Message.getFieldWithDefault(msg, 3, ""),
1715
- readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
1716
- };
1717
-
1718
- if (includeInstance) {
1719
- obj.$jspbMessageInstance = msg;
1720
- }
1721
- return obj;
1722
- };
1723
- }
1724
-
1725
-
1726
- /**
1727
- * Deserializes binary data (in protobuf wire format).
1728
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
1729
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsRequest}
1730
- */
1731
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.deserializeBinary = function(bytes) {
1732
- var reader = new jspb.BinaryReader(bytes);
1733
- var msg = new proto.alis.a2a.extension.history.v1.ListSessionsRequest;
1734
- return proto.alis.a2a.extension.history.v1.ListSessionsRequest.deserializeBinaryFromReader(msg, reader);
1735
- };
1736
-
1737
-
1738
- /**
1739
- * Deserializes binary data (in protobuf wire format) from the
1740
- * given reader into the given message object.
1741
- * @param {!proto.alis.a2a.extension.history.v1.ListSessionsRequest} msg The message object to deserialize into.
1742
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1743
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsRequest}
1744
- */
1745
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.deserializeBinaryFromReader = function(msg, reader) {
1746
- while (reader.nextField()) {
1747
- if (reader.isEndGroup()) {
1748
- break;
1749
- }
1750
- var field = reader.getFieldNumber();
1751
- switch (field) {
1752
- case 2:
1753
- var value = /** @type {number} */ (reader.readInt32());
1754
- msg.setPageSize(value);
1755
- break;
1756
- case 3:
1757
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
1758
- msg.setPageToken(value);
1759
- break;
1760
- case 5:
1761
- var value = new google_protobuf_field_mask_pb.FieldMask;
1762
- reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
1763
- msg.setReadMask(value);
1764
- break;
1765
- default:
1766
- reader.skipField();
1767
- break;
1768
- }
1769
- }
1770
- return msg;
1771
- };
1772
-
1773
-
1774
- /**
1775
- * Serializes the message to binary data (in protobuf wire format).
1776
- * @return {!Uint8Array}
1777
- */
1778
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.prototype.serializeBinary = function() {
1779
- var writer = new jspb.BinaryWriter();
1780
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.serializeBinaryToWriter(this, writer);
1781
- return writer.getResultBuffer();
1782
- };
1783
-
1784
-
1785
- /**
1786
- * Serializes the given message to binary data (in protobuf wire
1787
- * format), writing to the given BinaryWriter.
1788
- * @param {!proto.alis.a2a.extension.history.v1.ListSessionsRequest} message
1789
- * @param {!jspb.BinaryWriter} writer
1790
- * @suppress {unusedLocalVariables} f is only used for nested messages
1791
- */
1792
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.serializeBinaryToWriter = function(message, writer) {
1793
- var f = undefined;
1794
- f = message.getPageSize();
1795
- if (f !== 0) {
1796
- writer.writeInt32(
1797
- 2,
1798
- f
1799
- );
1800
- }
1801
- f = message.getPageToken();
1802
- if (f.length > 0) {
1803
- writer.writeString(
1804
- 3,
1805
- f
1806
- );
1807
- }
1808
- f = message.getReadMask();
1809
- if (f != null) {
1810
- writer.writeMessage(
1811
- 5,
1812
- f,
1813
- google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
1814
- );
1815
- }
1816
- };
1817
-
1818
-
1819
- /**
1820
- * optional int32 page_size = 2;
1821
- * @return {number}
1822
- */
1823
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.prototype.getPageSize = function() {
1824
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
1825
- };
1826
-
1827
-
1828
- /**
1829
- * @param {number} value
1830
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsRequest} returns this
1831
- */
1832
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.prototype.setPageSize = function(value) {
1833
- return jspb.Message.setProto3IntField(this, 2, value);
1834
- };
1835
-
1836
-
1837
- /**
1838
- * optional string page_token = 3;
1839
- * @return {string}
1840
- */
1841
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.prototype.getPageToken = function() {
1842
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1843
- };
1844
-
1845
-
1846
- /**
1847
- * @param {string} value
1848
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsRequest} returns this
1849
- */
1850
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.prototype.setPageToken = function(value) {
1851
- return jspb.Message.setProto3StringField(this, 3, value);
1852
- };
1853
-
1854
-
1855
- /**
1856
- * optional google.protobuf.FieldMask read_mask = 5;
1857
- * @return {?proto.google.protobuf.FieldMask}
1858
- */
1859
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.prototype.getReadMask = function() {
1860
- return /** @type{?proto.google.protobuf.FieldMask} */ (
1861
- jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 5));
1862
- };
1863
-
1864
-
1865
- /**
1866
- * @param {?proto.google.protobuf.FieldMask|undefined} value
1867
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsRequest} returns this
1868
- */
1869
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.prototype.setReadMask = function(value) {
1870
- return jspb.Message.setWrapperField(this, 5, value);
1871
- };
1872
-
1873
-
1874
- /**
1875
- * Clears the message field making it undefined.
1876
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsRequest} returns this
1877
- */
1878
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.prototype.clearReadMask = function() {
1879
- return this.setReadMask(undefined);
1880
- };
1881
-
1882
-
1883
- /**
1884
- * Returns whether this field is set.
1885
- * @return {boolean}
1886
- */
1887
- proto.alis.a2a.extension.history.v1.ListSessionsRequest.prototype.hasReadMask = function() {
1888
- return jspb.Message.getField(this, 5) != null;
1889
- };
1890
-
1891
-
1892
-
1893
- /**
1894
- * List of repeated fields within this message type.
1895
- * @private {!Array<number>}
1896
- * @const
1897
- */
1898
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.repeatedFields_ = [1];
1899
-
1900
-
1901
-
1902
- if (jspb.Message.GENERATE_TO_OBJECT) {
1903
- /**
1904
- * Creates an object representation of this proto.
1905
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1906
- * Optional fields that are not set will be set to undefined.
1907
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1908
- * For the list of reserved names please see:
1909
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1910
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1911
- * JSPB instance for transitional soy proto support:
1912
- * http://goto/soy-param-migration
1913
- * @return {!Object}
1914
- */
1915
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.prototype.toObject = function(opt_includeInstance) {
1916
- return proto.alis.a2a.extension.history.v1.ListSessionsResponse.toObject(opt_includeInstance, this);
1917
- };
1918
-
1919
-
1920
- /**
1921
- * Static version of the {@see toObject} method.
1922
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1923
- * the JSPB instance for transitional soy proto support:
1924
- * http://goto/soy-param-migration
1925
- * @param {!proto.alis.a2a.extension.history.v1.ListSessionsResponse} msg The msg instance to transform.
1926
- * @return {!Object}
1927
- * @suppress {unusedLocalVariables} f is only used for nested messages
1928
- */
1929
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.toObject = function(includeInstance, msg) {
1930
- var f, obj = {
1931
- sessionsList: jspb.Message.toObjectList(msg.getSessionsList(),
1932
- proto.alis.a2a.extension.history.v1.Session.toObject, includeInstance),
1933
- nextPageToken: jspb.Message.getFieldWithDefault(msg, 2, "")
1934
- };
1935
-
1936
- if (includeInstance) {
1937
- obj.$jspbMessageInstance = msg;
1938
- }
1939
- return obj;
1940
- };
1941
- }
1942
-
1943
-
1944
- /**
1945
- * Deserializes binary data (in protobuf wire format).
1946
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
1947
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsResponse}
1948
- */
1949
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.deserializeBinary = function(bytes) {
1950
- var reader = new jspb.BinaryReader(bytes);
1951
- var msg = new proto.alis.a2a.extension.history.v1.ListSessionsResponse;
1952
- return proto.alis.a2a.extension.history.v1.ListSessionsResponse.deserializeBinaryFromReader(msg, reader);
1953
- };
1954
-
1955
-
1956
- /**
1957
- * Deserializes binary data (in protobuf wire format) from the
1958
- * given reader into the given message object.
1959
- * @param {!proto.alis.a2a.extension.history.v1.ListSessionsResponse} msg The message object to deserialize into.
1960
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1961
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsResponse}
1962
- */
1963
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.deserializeBinaryFromReader = function(msg, reader) {
1964
- while (reader.nextField()) {
1965
- if (reader.isEndGroup()) {
1966
- break;
1967
- }
1968
- var field = reader.getFieldNumber();
1969
- switch (field) {
1970
- case 1:
1971
- var value = new proto.alis.a2a.extension.history.v1.Session;
1972
- reader.readMessage(value,proto.alis.a2a.extension.history.v1.Session.deserializeBinaryFromReader);
1973
- msg.addSessions(value);
1974
- break;
1975
- case 2:
1976
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
1977
- msg.setNextPageToken(value);
1978
- break;
1979
- default:
1980
- reader.skipField();
1981
- break;
1982
- }
1983
- }
1984
- return msg;
1985
- };
1986
-
1987
-
1988
- /**
1989
- * Serializes the message to binary data (in protobuf wire format).
1990
- * @return {!Uint8Array}
1991
- */
1992
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.prototype.serializeBinary = function() {
1993
- var writer = new jspb.BinaryWriter();
1994
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.serializeBinaryToWriter(this, writer);
1995
- return writer.getResultBuffer();
1996
- };
1997
-
1998
-
1999
- /**
2000
- * Serializes the given message to binary data (in protobuf wire
2001
- * format), writing to the given BinaryWriter.
2002
- * @param {!proto.alis.a2a.extension.history.v1.ListSessionsResponse} message
2003
- * @param {!jspb.BinaryWriter} writer
2004
- * @suppress {unusedLocalVariables} f is only used for nested messages
2005
- */
2006
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.serializeBinaryToWriter = function(message, writer) {
2007
- var f = undefined;
2008
- f = message.getSessionsList();
2009
- if (f.length > 0) {
2010
- writer.writeRepeatedMessage(
2011
- 1,
2012
- f,
2013
- proto.alis.a2a.extension.history.v1.Session.serializeBinaryToWriter
2014
- );
2015
- }
2016
- f = message.getNextPageToken();
2017
- if (f.length > 0) {
2018
- writer.writeString(
2019
- 2,
2020
- f
2021
- );
2022
- }
2023
- };
2024
-
2025
-
2026
- /**
2027
- * repeated Session sessions = 1;
2028
- * @return {!Array<!proto.alis.a2a.extension.history.v1.Session>}
2029
- */
2030
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.prototype.getSessionsList = function() {
2031
- return /** @type{!Array<!proto.alis.a2a.extension.history.v1.Session>} */ (
2032
- jspb.Message.getRepeatedWrapperField(this, proto.alis.a2a.extension.history.v1.Session, 1));
2033
- };
2034
-
2035
-
2036
- /**
2037
- * @param {!Array<!proto.alis.a2a.extension.history.v1.Session>} value
2038
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsResponse} returns this
2039
- */
2040
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.prototype.setSessionsList = function(value) {
2041
- return jspb.Message.setRepeatedWrapperField(this, 1, value);
2042
- };
2043
-
2044
-
2045
- /**
2046
- * @param {!proto.alis.a2a.extension.history.v1.Session=} opt_value
2047
- * @param {number=} opt_index
2048
- * @return {!proto.alis.a2a.extension.history.v1.Session}
2049
- */
2050
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.prototype.addSessions = function(opt_value, opt_index) {
2051
- return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.a2a.extension.history.v1.Session, opt_index);
2052
- };
2053
-
2054
-
2055
- /**
2056
- * Clears the list making it empty but non-null.
2057
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsResponse} returns this
2058
- */
2059
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.prototype.clearSessionsList = function() {
2060
- return this.setSessionsList([]);
2061
- };
2062
-
2063
-
2064
- /**
2065
- * optional string next_page_token = 2;
2066
- * @return {string}
2067
- */
2068
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.prototype.getNextPageToken = function() {
2069
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
2070
- };
2071
-
2072
-
2073
- /**
2074
- * @param {string} value
2075
- * @return {!proto.alis.a2a.extension.history.v1.ListSessionsResponse} returns this
2076
- */
2077
- proto.alis.a2a.extension.history.v1.ListSessionsResponse.prototype.setNextPageToken = function(value) {
2078
- return jspb.Message.setProto3StringField(this, 2, value);
2079
- };
2080
-
2081
-
2082
-
2083
- /**
2084
- * List of repeated fields within this message type.
2085
- * @private {!Array<number>}
2086
- * @const
2087
- */
2088
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.repeatedFields_ = [2];
2089
-
2090
-
2091
-
2092
- if (jspb.Message.GENERATE_TO_OBJECT) {
2093
- /**
2094
- * Creates an object representation of this proto.
2095
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
2096
- * Optional fields that are not set will be set to undefined.
2097
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2098
- * For the list of reserved names please see:
2099
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2100
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2101
- * JSPB instance for transitional soy proto support:
2102
- * http://goto/soy-param-migration
2103
- * @return {!Object}
2104
- */
2105
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.prototype.toObject = function(opt_includeInstance) {
2106
- return proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.toObject(opt_includeInstance, this);
2107
- };
2108
-
2109
-
2110
- /**
2111
- * Static version of the {@see toObject} method.
2112
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2113
- * the JSPB instance for transitional soy proto support:
2114
- * http://goto/soy-param-migration
2115
- * @param {!proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest} msg The msg instance to transform.
2116
- * @return {!Object}
2117
- * @suppress {unusedLocalVariables} f is only used for nested messages
2118
- */
2119
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.toObject = function(includeInstance, msg) {
2120
- var f, obj = {
2121
- namesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
2122
- readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
2123
- };
2124
-
2125
- if (includeInstance) {
2126
- obj.$jspbMessageInstance = msg;
2127
- }
2128
- return obj;
2129
- };
2130
- }
2131
-
2132
-
2133
- /**
2134
- * Deserializes binary data (in protobuf wire format).
2135
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
2136
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest}
2137
- */
2138
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.deserializeBinary = function(bytes) {
2139
- var reader = new jspb.BinaryReader(bytes);
2140
- var msg = new proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest;
2141
- return proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.deserializeBinaryFromReader(msg, reader);
2142
- };
2143
-
2144
-
2145
- /**
2146
- * Deserializes binary data (in protobuf wire format) from the
2147
- * given reader into the given message object.
2148
- * @param {!proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest} msg The message object to deserialize into.
2149
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2150
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest}
2151
- */
2152
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.deserializeBinaryFromReader = function(msg, reader) {
2153
- while (reader.nextField()) {
2154
- if (reader.isEndGroup()) {
2155
- break;
2156
- }
2157
- var field = reader.getFieldNumber();
2158
- switch (field) {
2159
- case 2:
2160
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
2161
- msg.addNames(value);
2162
- break;
2163
- case 4:
2164
- var value = new google_protobuf_field_mask_pb.FieldMask;
2165
- reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
2166
- msg.setReadMask(value);
2167
- break;
2168
- default:
2169
- reader.skipField();
2170
- break;
2171
- }
2172
- }
2173
- return msg;
2174
- };
2175
-
2176
-
2177
- /**
2178
- * Serializes the message to binary data (in protobuf wire format).
2179
- * @return {!Uint8Array}
2180
- */
2181
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.prototype.serializeBinary = function() {
2182
- var writer = new jspb.BinaryWriter();
2183
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.serializeBinaryToWriter(this, writer);
2184
- return writer.getResultBuffer();
2185
- };
2186
-
2187
-
2188
- /**
2189
- * Serializes the given message to binary data (in protobuf wire
2190
- * format), writing to the given BinaryWriter.
2191
- * @param {!proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest} message
2192
- * @param {!jspb.BinaryWriter} writer
2193
- * @suppress {unusedLocalVariables} f is only used for nested messages
2194
- */
2195
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.serializeBinaryToWriter = function(message, writer) {
2196
- var f = undefined;
2197
- f = message.getNamesList();
2198
- if (f.length > 0) {
2199
- writer.writeRepeatedString(
2200
- 2,
2201
- f
2202
- );
2203
- }
2204
- f = message.getReadMask();
2205
- if (f != null) {
2206
- writer.writeMessage(
2207
- 4,
2208
- f,
2209
- google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
2210
- );
2211
- }
2212
- };
2213
-
2214
-
2215
- /**
2216
- * repeated string names = 2;
2217
- * @return {!Array<string>}
2218
- */
2219
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.prototype.getNamesList = function() {
2220
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
2221
- };
2222
-
2223
-
2224
- /**
2225
- * @param {!Array<string>} value
2226
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest} returns this
2227
- */
2228
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.prototype.setNamesList = function(value) {
2229
- return jspb.Message.setField(this, 2, value || []);
2230
- };
2231
-
2232
-
2233
- /**
2234
- * @param {string} value
2235
- * @param {number=} opt_index
2236
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest} returns this
2237
- */
2238
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.prototype.addNames = function(value, opt_index) {
2239
- return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
2240
- };
2241
-
2242
-
2243
- /**
2244
- * Clears the list making it empty but non-null.
2245
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest} returns this
2246
- */
2247
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.prototype.clearNamesList = function() {
2248
- return this.setNamesList([]);
2249
- };
2250
-
2251
-
2252
- /**
2253
- * optional google.protobuf.FieldMask read_mask = 4;
2254
- * @return {?proto.google.protobuf.FieldMask}
2255
- */
2256
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.prototype.getReadMask = function() {
2257
- return /** @type{?proto.google.protobuf.FieldMask} */ (
2258
- jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 4));
2259
- };
2260
-
2261
-
2262
- /**
2263
- * @param {?proto.google.protobuf.FieldMask|undefined} value
2264
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest} returns this
2265
- */
2266
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.prototype.setReadMask = function(value) {
2267
- return jspb.Message.setWrapperField(this, 4, value);
2268
- };
2269
-
2270
-
2271
- /**
2272
- * Clears the message field making it undefined.
2273
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest} returns this
2274
- */
2275
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.prototype.clearReadMask = function() {
2276
- return this.setReadMask(undefined);
2277
- };
2278
-
2279
-
2280
- /**
2281
- * Returns whether this field is set.
2282
- * @return {boolean}
2283
- */
2284
- proto.alis.a2a.extension.history.v1.BatchGetSessionsRequest.prototype.hasReadMask = function() {
2285
- return jspb.Message.getField(this, 4) != null;
2286
- };
2287
-
2288
-
2289
-
2290
- /**
2291
- * List of repeated fields within this message type.
2292
- * @private {!Array<number>}
2293
- * @const
2294
- */
2295
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.repeatedFields_ = [1];
2296
-
2297
-
2298
-
2299
- if (jspb.Message.GENERATE_TO_OBJECT) {
2300
- /**
2301
- * Creates an object representation of this proto.
2302
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
2303
- * Optional fields that are not set will be set to undefined.
2304
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2305
- * For the list of reserved names please see:
2306
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2307
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2308
- * JSPB instance for transitional soy proto support:
2309
- * http://goto/soy-param-migration
2310
- * @return {!Object}
2311
- */
2312
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.prototype.toObject = function(opt_includeInstance) {
2313
- return proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.toObject(opt_includeInstance, this);
2314
- };
2315
-
2316
-
2317
- /**
2318
- * Static version of the {@see toObject} method.
2319
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2320
- * the JSPB instance for transitional soy proto support:
2321
- * http://goto/soy-param-migration
2322
- * @param {!proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse} msg The msg instance to transform.
2323
- * @return {!Object}
2324
- * @suppress {unusedLocalVariables} f is only used for nested messages
2325
- */
2326
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.toObject = function(includeInstance, msg) {
2327
- var f, obj = {
2328
- sessionsList: jspb.Message.toObjectList(msg.getSessionsList(),
2329
- proto.alis.a2a.extension.history.v1.Session.toObject, includeInstance)
2330
- };
2331
-
2332
- if (includeInstance) {
2333
- obj.$jspbMessageInstance = msg;
2334
- }
2335
- return obj;
2336
- };
2337
- }
2338
-
2339
-
2340
- /**
2341
- * Deserializes binary data (in protobuf wire format).
2342
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
2343
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse}
2344
- */
2345
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.deserializeBinary = function(bytes) {
2346
- var reader = new jspb.BinaryReader(bytes);
2347
- var msg = new proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse;
2348
- return proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.deserializeBinaryFromReader(msg, reader);
2349
- };
2350
-
2351
-
2352
- /**
2353
- * Deserializes binary data (in protobuf wire format) from the
2354
- * given reader into the given message object.
2355
- * @param {!proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse} msg The message object to deserialize into.
2356
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2357
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse}
2358
- */
2359
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.deserializeBinaryFromReader = function(msg, reader) {
2360
- while (reader.nextField()) {
2361
- if (reader.isEndGroup()) {
2362
- break;
2363
- }
2364
- var field = reader.getFieldNumber();
2365
- switch (field) {
2366
- case 1:
2367
- var value = new proto.alis.a2a.extension.history.v1.Session;
2368
- reader.readMessage(value,proto.alis.a2a.extension.history.v1.Session.deserializeBinaryFromReader);
2369
- msg.addSessions(value);
2370
- break;
2371
- default:
2372
- reader.skipField();
2373
- break;
2374
- }
2375
- }
2376
- return msg;
2377
- };
2378
-
2379
-
2380
- /**
2381
- * Serializes the message to binary data (in protobuf wire format).
2382
- * @return {!Uint8Array}
2383
- */
2384
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.prototype.serializeBinary = function() {
2385
- var writer = new jspb.BinaryWriter();
2386
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.serializeBinaryToWriter(this, writer);
2387
- return writer.getResultBuffer();
2388
- };
2389
-
2390
-
2391
- /**
2392
- * Serializes the given message to binary data (in protobuf wire
2393
- * format), writing to the given BinaryWriter.
2394
- * @param {!proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse} message
2395
- * @param {!jspb.BinaryWriter} writer
2396
- * @suppress {unusedLocalVariables} f is only used for nested messages
2397
- */
2398
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.serializeBinaryToWriter = function(message, writer) {
2399
- var f = undefined;
2400
- f = message.getSessionsList();
2401
- if (f.length > 0) {
2402
- writer.writeRepeatedMessage(
2403
- 1,
2404
- f,
2405
- proto.alis.a2a.extension.history.v1.Session.serializeBinaryToWriter
2406
- );
2407
- }
2408
- };
2409
-
2410
-
2411
- /**
2412
- * repeated Session sessions = 1;
2413
- * @return {!Array<!proto.alis.a2a.extension.history.v1.Session>}
2414
- */
2415
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.prototype.getSessionsList = function() {
2416
- return /** @type{!Array<!proto.alis.a2a.extension.history.v1.Session>} */ (
2417
- jspb.Message.getRepeatedWrapperField(this, proto.alis.a2a.extension.history.v1.Session, 1));
2418
- };
2419
-
2420
-
2421
- /**
2422
- * @param {!Array<!proto.alis.a2a.extension.history.v1.Session>} value
2423
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse} returns this
2424
- */
2425
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.prototype.setSessionsList = function(value) {
2426
- return jspb.Message.setRepeatedWrapperField(this, 1, value);
2427
- };
2428
-
2429
-
2430
- /**
2431
- * @param {!proto.alis.a2a.extension.history.v1.Session=} opt_value
2432
- * @param {number=} opt_index
2433
- * @return {!proto.alis.a2a.extension.history.v1.Session}
2434
- */
2435
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.prototype.addSessions = function(opt_value, opt_index) {
2436
- return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.a2a.extension.history.v1.Session, opt_index);
2437
- };
2438
-
2439
-
2440
- /**
2441
- * Clears the list making it empty but non-null.
2442
- * @return {!proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse} returns this
2443
- */
2444
- proto.alis.a2a.extension.history.v1.BatchGetSessionsResponse.prototype.clearSessionsList = function() {
2445
- return this.setSessionsList([]);
2446
- };
2447
-
2448
-
2449
-
2450
- /**
2451
- * List of repeated fields within this message type.
2452
- * @private {!Array<number>}
2453
- * @const
2454
- */
2455
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.repeatedFields_ = [2];
2456
-
2457
-
2458
-
2459
- if (jspb.Message.GENERATE_TO_OBJECT) {
2460
- /**
2461
- * Creates an object representation of this proto.
2462
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
2463
- * Optional fields that are not set will be set to undefined.
2464
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2465
- * For the list of reserved names please see:
2466
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2467
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2468
- * JSPB instance for transitional soy proto support:
2469
- * http://goto/soy-param-migration
2470
- * @return {!Object}
2471
- */
2472
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.prototype.toObject = function(opt_includeInstance) {
2473
- return proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.toObject(opt_includeInstance, this);
2474
- };
2475
-
2476
-
2477
- /**
2478
- * Static version of the {@see toObject} method.
2479
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2480
- * the JSPB instance for transitional soy proto support:
2481
- * http://goto/soy-param-migration
2482
- * @param {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest} msg The msg instance to transform.
2483
- * @return {!Object}
2484
- * @suppress {unusedLocalVariables} f is only used for nested messages
2485
- */
2486
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.toObject = function(includeInstance, msg) {
2487
- var f, obj = {
2488
- namesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
2489
- };
2490
-
2491
- if (includeInstance) {
2492
- obj.$jspbMessageInstance = msg;
2493
- }
2494
- return obj;
2495
- };
2496
- }
2497
-
2498
-
2499
- /**
2500
- * Deserializes binary data (in protobuf wire format).
2501
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
2502
- * @return {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest}
2503
- */
2504
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.deserializeBinary = function(bytes) {
2505
- var reader = new jspb.BinaryReader(bytes);
2506
- var msg = new proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest;
2507
- return proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.deserializeBinaryFromReader(msg, reader);
2508
- };
2509
-
2510
-
2511
- /**
2512
- * Deserializes binary data (in protobuf wire format) from the
2513
- * given reader into the given message object.
2514
- * @param {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest} msg The message object to deserialize into.
2515
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2516
- * @return {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest}
2517
- */
2518
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.deserializeBinaryFromReader = function(msg, reader) {
2519
- while (reader.nextField()) {
2520
- if (reader.isEndGroup()) {
2521
- break;
2522
- }
2523
- var field = reader.getFieldNumber();
2524
- switch (field) {
2525
- case 2:
2526
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
2527
- msg.addNames(value);
2528
- break;
2529
- default:
2530
- reader.skipField();
2531
- break;
2532
- }
2533
- }
2534
- return msg;
2535
- };
2536
-
2537
-
2538
- /**
2539
- * Serializes the message to binary data (in protobuf wire format).
2540
- * @return {!Uint8Array}
2541
- */
2542
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.prototype.serializeBinary = function() {
2543
- var writer = new jspb.BinaryWriter();
2544
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.serializeBinaryToWriter(this, writer);
2545
- return writer.getResultBuffer();
2546
- };
2547
-
2548
-
2549
- /**
2550
- * Serializes the given message to binary data (in protobuf wire
2551
- * format), writing to the given BinaryWriter.
2552
- * @param {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest} message
2553
- * @param {!jspb.BinaryWriter} writer
2554
- * @suppress {unusedLocalVariables} f is only used for nested messages
2555
- */
2556
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.serializeBinaryToWriter = function(message, writer) {
2557
- var f = undefined;
2558
- f = message.getNamesList();
2559
- if (f.length > 0) {
2560
- writer.writeRepeatedString(
2561
- 2,
2562
- f
2563
- );
2564
- }
2565
- };
2566
-
2567
-
2568
- /**
2569
- * repeated string names = 2;
2570
- * @return {!Array<string>}
2571
- */
2572
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.prototype.getNamesList = function() {
2573
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
2574
- };
2575
-
2576
-
2577
- /**
2578
- * @param {!Array<string>} value
2579
- * @return {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest} returns this
2580
- */
2581
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.prototype.setNamesList = function(value) {
2582
- return jspb.Message.setField(this, 2, value || []);
2583
- };
2584
-
2585
-
2586
- /**
2587
- * @param {string} value
2588
- * @param {number=} opt_index
2589
- * @return {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest} returns this
2590
- */
2591
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.prototype.addNames = function(value, opt_index) {
2592
- return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
2593
- };
2594
-
2595
-
2596
- /**
2597
- * Clears the list making it empty but non-null.
2598
- * @return {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest} returns this
2599
- */
2600
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsRequest.prototype.clearNamesList = function() {
2601
- return this.setNamesList([]);
2602
- };
2603
-
2604
-
2605
-
2606
- /**
2607
- * List of repeated fields within this message type.
2608
- * @private {!Array<number>}
2609
- * @const
2610
- */
2611
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.repeatedFields_ = [1];
2612
-
2613
-
2614
-
2615
- if (jspb.Message.GENERATE_TO_OBJECT) {
2616
- /**
2617
- * Creates an object representation of this proto.
2618
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
2619
- * Optional fields that are not set will be set to undefined.
2620
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2621
- * For the list of reserved names please see:
2622
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2623
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2624
- * JSPB instance for transitional soy proto support:
2625
- * http://goto/soy-param-migration
2626
- * @return {!Object}
2627
- */
2628
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.prototype.toObject = function(opt_includeInstance) {
2629
- return proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.toObject(opt_includeInstance, this);
2630
- };
2631
-
2632
-
2633
- /**
2634
- * Static version of the {@see toObject} method.
2635
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2636
- * the JSPB instance for transitional soy proto support:
2637
- * http://goto/soy-param-migration
2638
- * @param {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse} msg The msg instance to transform.
2639
- * @return {!Object}
2640
- * @suppress {unusedLocalVariables} f is only used for nested messages
2641
- */
2642
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.toObject = function(includeInstance, msg) {
2643
- var f, obj = {
2644
- sessionsList: jspb.Message.toObjectList(msg.getSessionsList(),
2645
- proto.alis.a2a.extension.history.v1.Session.toObject, includeInstance)
2646
- };
2647
-
2648
- if (includeInstance) {
2649
- obj.$jspbMessageInstance = msg;
2650
- }
2651
- return obj;
2652
- };
2653
- }
2654
-
2655
-
2656
- /**
2657
- * Deserializes binary data (in protobuf wire format).
2658
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
2659
- * @return {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse}
2660
- */
2661
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.deserializeBinary = function(bytes) {
2662
- var reader = new jspb.BinaryReader(bytes);
2663
- var msg = new proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse;
2664
- return proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.deserializeBinaryFromReader(msg, reader);
2665
- };
2666
-
2667
-
2668
- /**
2669
- * Deserializes binary data (in protobuf wire format) from the
2670
- * given reader into the given message object.
2671
- * @param {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse} msg The message object to deserialize into.
2672
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2673
- * @return {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse}
2674
- */
2675
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.deserializeBinaryFromReader = function(msg, reader) {
2676
- while (reader.nextField()) {
2677
- if (reader.isEndGroup()) {
2678
- break;
2679
- }
2680
- var field = reader.getFieldNumber();
2681
- switch (field) {
2682
- case 1:
2683
- var value = new proto.alis.a2a.extension.history.v1.Session;
2684
- reader.readMessage(value,proto.alis.a2a.extension.history.v1.Session.deserializeBinaryFromReader);
2685
- msg.addSessions(value);
2686
- break;
2687
- default:
2688
- reader.skipField();
2689
- break;
2690
- }
2691
- }
2692
- return msg;
2693
- };
2694
-
2695
-
2696
- /**
2697
- * Serializes the message to binary data (in protobuf wire format).
2698
- * @return {!Uint8Array}
2699
- */
2700
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.prototype.serializeBinary = function() {
2701
- var writer = new jspb.BinaryWriter();
2702
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.serializeBinaryToWriter(this, writer);
2703
- return writer.getResultBuffer();
2704
- };
2705
-
2706
-
2707
- /**
2708
- * Serializes the given message to binary data (in protobuf wire
2709
- * format), writing to the given BinaryWriter.
2710
- * @param {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse} message
2711
- * @param {!jspb.BinaryWriter} writer
2712
- * @suppress {unusedLocalVariables} f is only used for nested messages
2713
- */
2714
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.serializeBinaryToWriter = function(message, writer) {
2715
- var f = undefined;
2716
- f = message.getSessionsList();
2717
- if (f.length > 0) {
2718
- writer.writeRepeatedMessage(
2719
- 1,
2720
- f,
2721
- proto.alis.a2a.extension.history.v1.Session.serializeBinaryToWriter
2722
- );
2723
- }
2724
- };
2725
-
2726
-
2727
- /**
2728
- * repeated Session sessions = 1;
2729
- * @return {!Array<!proto.alis.a2a.extension.history.v1.Session>}
2730
- */
2731
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.prototype.getSessionsList = function() {
2732
- return /** @type{!Array<!proto.alis.a2a.extension.history.v1.Session>} */ (
2733
- jspb.Message.getRepeatedWrapperField(this, proto.alis.a2a.extension.history.v1.Session, 1));
2734
- };
2735
-
2736
-
2737
- /**
2738
- * @param {!Array<!proto.alis.a2a.extension.history.v1.Session>} value
2739
- * @return {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse} returns this
2740
- */
2741
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.prototype.setSessionsList = function(value) {
2742
- return jspb.Message.setRepeatedWrapperField(this, 1, value);
2743
- };
2744
-
2745
-
2746
- /**
2747
- * @param {!proto.alis.a2a.extension.history.v1.Session=} opt_value
2748
- * @param {number=} opt_index
2749
- * @return {!proto.alis.a2a.extension.history.v1.Session}
2750
- */
2751
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.prototype.addSessions = function(opt_value, opt_index) {
2752
- return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.a2a.extension.history.v1.Session, opt_index);
2753
- };
2754
-
2755
-
2756
- /**
2757
- * Clears the list making it empty but non-null.
2758
- * @return {!proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse} returns this
2759
- */
2760
- proto.alis.a2a.extension.history.v1.BatchDeleteSessionsResponse.prototype.clearSessionsList = function() {
2761
- return this.setSessionsList([]);
2762
- };
2763
-
2764
-
2765
-
2766
-
2767
-
2768
- if (jspb.Message.GENERATE_TO_OBJECT) {
2769
- /**
2770
- * Creates an object representation of this proto.
2771
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
2772
- * Optional fields that are not set will be set to undefined.
2773
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2774
- * For the list of reserved names please see:
2775
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2776
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2777
- * JSPB instance for transitional soy proto support:
2778
- * http://goto/soy-param-migration
2779
- * @return {!Object}
2780
- */
2781
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.prototype.toObject = function(opt_includeInstance) {
2782
- return proto.alis.a2a.extension.history.v1.StreamSessionsRequest.toObject(opt_includeInstance, this);
2783
- };
2784
-
2785
-
2786
- /**
2787
- * Static version of the {@see toObject} method.
2788
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2789
- * the JSPB instance for transitional soy proto support:
2790
- * http://goto/soy-param-migration
2791
- * @param {!proto.alis.a2a.extension.history.v1.StreamSessionsRequest} msg The msg instance to transform.
2792
- * @return {!Object}
2793
- * @suppress {unusedLocalVariables} f is only used for nested messages
2794
- */
2795
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.toObject = function(includeInstance, msg) {
2796
- var f, obj = {
2797
- readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
2798
- };
2799
-
2800
- if (includeInstance) {
2801
- obj.$jspbMessageInstance = msg;
2802
- }
2803
- return obj;
2804
- };
2805
- }
2806
-
2807
-
2808
- /**
2809
- * Deserializes binary data (in protobuf wire format).
2810
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
2811
- * @return {!proto.alis.a2a.extension.history.v1.StreamSessionsRequest}
2812
- */
2813
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.deserializeBinary = function(bytes) {
2814
- var reader = new jspb.BinaryReader(bytes);
2815
- var msg = new proto.alis.a2a.extension.history.v1.StreamSessionsRequest;
2816
- return proto.alis.a2a.extension.history.v1.StreamSessionsRequest.deserializeBinaryFromReader(msg, reader);
2817
- };
2818
-
2819
-
2820
- /**
2821
- * Deserializes binary data (in protobuf wire format) from the
2822
- * given reader into the given message object.
2823
- * @param {!proto.alis.a2a.extension.history.v1.StreamSessionsRequest} msg The message object to deserialize into.
2824
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2825
- * @return {!proto.alis.a2a.extension.history.v1.StreamSessionsRequest}
2826
- */
2827
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.deserializeBinaryFromReader = function(msg, reader) {
2828
- while (reader.nextField()) {
2829
- if (reader.isEndGroup()) {
2830
- break;
2831
- }
2832
- var field = reader.getFieldNumber();
2833
- switch (field) {
2834
- case 3:
2835
- var value = new google_protobuf_field_mask_pb.FieldMask;
2836
- reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
2837
- msg.setReadMask(value);
2838
- break;
2839
- default:
2840
- reader.skipField();
2841
- break;
2842
- }
2843
- }
2844
- return msg;
2845
- };
2846
-
2847
-
2848
- /**
2849
- * Serializes the message to binary data (in protobuf wire format).
2850
- * @return {!Uint8Array}
2851
- */
2852
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.prototype.serializeBinary = function() {
2853
- var writer = new jspb.BinaryWriter();
2854
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.serializeBinaryToWriter(this, writer);
2855
- return writer.getResultBuffer();
2856
- };
2857
-
2858
-
2859
- /**
2860
- * Serializes the given message to binary data (in protobuf wire
2861
- * format), writing to the given BinaryWriter.
2862
- * @param {!proto.alis.a2a.extension.history.v1.StreamSessionsRequest} message
2863
- * @param {!jspb.BinaryWriter} writer
2864
- * @suppress {unusedLocalVariables} f is only used for nested messages
2865
- */
2866
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.serializeBinaryToWriter = function(message, writer) {
2867
- var f = undefined;
2868
- f = message.getReadMask();
2869
- if (f != null) {
2870
- writer.writeMessage(
2871
- 3,
2872
- f,
2873
- google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
2874
- );
2875
- }
2876
- };
2877
-
2878
-
2879
- /**
2880
- * optional google.protobuf.FieldMask read_mask = 3;
2881
- * @return {?proto.google.protobuf.FieldMask}
2882
- */
2883
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.prototype.getReadMask = function() {
2884
- return /** @type{?proto.google.protobuf.FieldMask} */ (
2885
- jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
2886
- };
2887
-
2888
-
2889
- /**
2890
- * @param {?proto.google.protobuf.FieldMask|undefined} value
2891
- * @return {!proto.alis.a2a.extension.history.v1.StreamSessionsRequest} returns this
2892
- */
2893
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.prototype.setReadMask = function(value) {
2894
- return jspb.Message.setWrapperField(this, 3, value);
2895
- };
2896
-
2897
-
2898
- /**
2899
- * Clears the message field making it undefined.
2900
- * @return {!proto.alis.a2a.extension.history.v1.StreamSessionsRequest} returns this
2901
- */
2902
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.prototype.clearReadMask = function() {
2903
- return this.setReadMask(undefined);
2904
- };
2905
-
2906
-
2907
- /**
2908
- * Returns whether this field is set.
2909
- * @return {boolean}
2910
- */
2911
- proto.alis.a2a.extension.history.v1.StreamSessionsRequest.prototype.hasReadMask = function() {
2912
- return jspb.Message.getField(this, 3) != null;
2913
- };
2914
-
2915
-
2916
-
2917
-
2918
-
2919
- if (jspb.Message.GENERATE_TO_OBJECT) {
2920
- /**
2921
- * Creates an object representation of this proto.
2922
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
2923
- * Optional fields that are not set will be set to undefined.
2924
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2925
- * For the list of reserved names please see:
2926
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2927
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2928
- * JSPB instance for transitional soy proto support:
2929
- * http://goto/soy-param-migration
2930
- * @return {!Object}
2931
- */
2932
- proto.alis.a2a.extension.history.v1.CreateEventRequest.prototype.toObject = function(opt_includeInstance) {
2933
- return proto.alis.a2a.extension.history.v1.CreateEventRequest.toObject(opt_includeInstance, this);
2934
- };
2935
-
2936
-
2937
- /**
2938
- * Static version of the {@see toObject} method.
2939
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2940
- * the JSPB instance for transitional soy proto support:
2941
- * http://goto/soy-param-migration
2942
- * @param {!proto.alis.a2a.extension.history.v1.CreateEventRequest} msg The msg instance to transform.
2943
- * @return {!Object}
2944
- * @suppress {unusedLocalVariables} f is only used for nested messages
2945
- */
2946
- proto.alis.a2a.extension.history.v1.CreateEventRequest.toObject = function(includeInstance, msg) {
2947
- var f, obj = {
2948
- event: (f = msg.getEvent()) && proto.alis.a2a.extension.history.v1.Event.toObject(includeInstance, f),
2949
- agentId: jspb.Message.getFieldWithDefault(msg, 3, ""),
2950
- agentDisplayName: jspb.Message.getFieldWithDefault(msg, 4, "")
2951
- };
2952
-
2953
- if (includeInstance) {
2954
- obj.$jspbMessageInstance = msg;
2955
- }
2956
- return obj;
2957
- };
2958
- }
2959
-
2960
-
2961
- /**
2962
- * Deserializes binary data (in protobuf wire format).
2963
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
2964
- * @return {!proto.alis.a2a.extension.history.v1.CreateEventRequest}
2965
- */
2966
- proto.alis.a2a.extension.history.v1.CreateEventRequest.deserializeBinary = function(bytes) {
2967
- var reader = new jspb.BinaryReader(bytes);
2968
- var msg = new proto.alis.a2a.extension.history.v1.CreateEventRequest;
2969
- return proto.alis.a2a.extension.history.v1.CreateEventRequest.deserializeBinaryFromReader(msg, reader);
2970
- };
2971
-
2972
-
2973
- /**
2974
- * Deserializes binary data (in protobuf wire format) from the
2975
- * given reader into the given message object.
2976
- * @param {!proto.alis.a2a.extension.history.v1.CreateEventRequest} msg The message object to deserialize into.
2977
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2978
- * @return {!proto.alis.a2a.extension.history.v1.CreateEventRequest}
2979
- */
2980
- proto.alis.a2a.extension.history.v1.CreateEventRequest.deserializeBinaryFromReader = function(msg, reader) {
2981
- while (reader.nextField()) {
2982
- if (reader.isEndGroup()) {
2983
- break;
2984
- }
2985
- var field = reader.getFieldNumber();
2986
- switch (field) {
2987
- case 2:
2988
- var value = new proto.alis.a2a.extension.history.v1.Event;
2989
- reader.readMessage(value,proto.alis.a2a.extension.history.v1.Event.deserializeBinaryFromReader);
2990
- msg.setEvent(value);
2991
- break;
2992
- case 3:
2993
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
2994
- msg.setAgentId(value);
2995
- break;
2996
- case 4:
2997
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
2998
- msg.setAgentDisplayName(value);
2999
- break;
3000
- default:
3001
- reader.skipField();
3002
- break;
3003
- }
3004
- }
3005
- return msg;
3006
- };
3007
-
3008
-
3009
- /**
3010
- * Serializes the message to binary data (in protobuf wire format).
3011
- * @return {!Uint8Array}
3012
- */
3013
- proto.alis.a2a.extension.history.v1.CreateEventRequest.prototype.serializeBinary = function() {
3014
- var writer = new jspb.BinaryWriter();
3015
- proto.alis.a2a.extension.history.v1.CreateEventRequest.serializeBinaryToWriter(this, writer);
3016
- return writer.getResultBuffer();
3017
- };
3018
-
3019
-
3020
- /**
3021
- * Serializes the given message to binary data (in protobuf wire
3022
- * format), writing to the given BinaryWriter.
3023
- * @param {!proto.alis.a2a.extension.history.v1.CreateEventRequest} message
3024
- * @param {!jspb.BinaryWriter} writer
3025
- * @suppress {unusedLocalVariables} f is only used for nested messages
3026
- */
3027
- proto.alis.a2a.extension.history.v1.CreateEventRequest.serializeBinaryToWriter = function(message, writer) {
3028
- var f = undefined;
3029
- f = message.getEvent();
3030
- if (f != null) {
3031
- writer.writeMessage(
3032
- 2,
3033
- f,
3034
- proto.alis.a2a.extension.history.v1.Event.serializeBinaryToWriter
3035
- );
3036
- }
3037
- f = message.getAgentId();
3038
- if (f.length > 0) {
3039
- writer.writeString(
3040
- 3,
3041
- f
3042
- );
3043
- }
3044
- f = message.getAgentDisplayName();
3045
- if (f.length > 0) {
3046
- writer.writeString(
3047
- 4,
3048
- f
3049
- );
3050
- }
3051
- };
3052
-
3053
-
3054
- /**
3055
- * optional Event event = 2;
3056
- * @return {?proto.alis.a2a.extension.history.v1.Event}
3057
- */
3058
- proto.alis.a2a.extension.history.v1.CreateEventRequest.prototype.getEvent = function() {
3059
- return /** @type{?proto.alis.a2a.extension.history.v1.Event} */ (
3060
- jspb.Message.getWrapperField(this, proto.alis.a2a.extension.history.v1.Event, 2));
3061
- };
3062
-
3063
-
3064
- /**
3065
- * @param {?proto.alis.a2a.extension.history.v1.Event|undefined} value
3066
- * @return {!proto.alis.a2a.extension.history.v1.CreateEventRequest} returns this
3067
- */
3068
- proto.alis.a2a.extension.history.v1.CreateEventRequest.prototype.setEvent = function(value) {
3069
- return jspb.Message.setWrapperField(this, 2, value);
3070
- };
3071
-
3072
-
3073
- /**
3074
- * Clears the message field making it undefined.
3075
- * @return {!proto.alis.a2a.extension.history.v1.CreateEventRequest} returns this
3076
- */
3077
- proto.alis.a2a.extension.history.v1.CreateEventRequest.prototype.clearEvent = function() {
3078
- return this.setEvent(undefined);
3079
- };
3080
-
3081
-
3082
- /**
3083
- * Returns whether this field is set.
3084
- * @return {boolean}
3085
- */
3086
- proto.alis.a2a.extension.history.v1.CreateEventRequest.prototype.hasEvent = function() {
3087
- return jspb.Message.getField(this, 2) != null;
3088
- };
3089
-
3090
-
3091
- /**
3092
- * optional string agent_id = 3;
3093
- * @return {string}
3094
- */
3095
- proto.alis.a2a.extension.history.v1.CreateEventRequest.prototype.getAgentId = function() {
3096
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
3097
- };
3098
-
3099
-
3100
- /**
3101
- * @param {string} value
3102
- * @return {!proto.alis.a2a.extension.history.v1.CreateEventRequest} returns this
3103
- */
3104
- proto.alis.a2a.extension.history.v1.CreateEventRequest.prototype.setAgentId = function(value) {
3105
- return jspb.Message.setProto3StringField(this, 3, value);
3106
- };
3107
-
3108
-
3109
- /**
3110
- * optional string agent_display_name = 4;
3111
- * @return {string}
3112
- */
3113
- proto.alis.a2a.extension.history.v1.CreateEventRequest.prototype.getAgentDisplayName = function() {
3114
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
3115
- };
3116
-
3117
-
3118
- /**
3119
- * @param {string} value
3120
- * @return {!proto.alis.a2a.extension.history.v1.CreateEventRequest} returns this
3121
- */
3122
- proto.alis.a2a.extension.history.v1.CreateEventRequest.prototype.setAgentDisplayName = function(value) {
3123
- return jspb.Message.setProto3StringField(this, 4, value);
3124
- };
3125
-
3126
-
3127
-
3128
-
3129
-
3130
- if (jspb.Message.GENERATE_TO_OBJECT) {
3131
- /**
3132
- * Creates an object representation of this proto.
3133
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3134
- * Optional fields that are not set will be set to undefined.
3135
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3136
- * For the list of reserved names please see:
3137
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3138
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3139
- * JSPB instance for transitional soy proto support:
3140
- * http://goto/soy-param-migration
3141
- * @return {!Object}
3142
- */
3143
- proto.alis.a2a.extension.history.v1.GetEventRequest.prototype.toObject = function(opt_includeInstance) {
3144
- return proto.alis.a2a.extension.history.v1.GetEventRequest.toObject(opt_includeInstance, this);
3145
- };
3146
-
3147
-
3148
- /**
3149
- * Static version of the {@see toObject} method.
3150
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3151
- * the JSPB instance for transitional soy proto support:
3152
- * http://goto/soy-param-migration
3153
- * @param {!proto.alis.a2a.extension.history.v1.GetEventRequest} msg The msg instance to transform.
3154
- * @return {!Object}
3155
- * @suppress {unusedLocalVariables} f is only used for nested messages
3156
- */
3157
- proto.alis.a2a.extension.history.v1.GetEventRequest.toObject = function(includeInstance, msg) {
3158
- var f, obj = {
3159
- name: jspb.Message.getFieldWithDefault(msg, 1, ""),
3160
- readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
3161
- };
3162
-
3163
- if (includeInstance) {
3164
- obj.$jspbMessageInstance = msg;
3165
- }
3166
- return obj;
3167
- };
3168
- }
3169
-
3170
-
3171
- /**
3172
- * Deserializes binary data (in protobuf wire format).
3173
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
3174
- * @return {!proto.alis.a2a.extension.history.v1.GetEventRequest}
3175
- */
3176
- proto.alis.a2a.extension.history.v1.GetEventRequest.deserializeBinary = function(bytes) {
3177
- var reader = new jspb.BinaryReader(bytes);
3178
- var msg = new proto.alis.a2a.extension.history.v1.GetEventRequest;
3179
- return proto.alis.a2a.extension.history.v1.GetEventRequest.deserializeBinaryFromReader(msg, reader);
3180
- };
3181
-
3182
-
3183
- /**
3184
- * Deserializes binary data (in protobuf wire format) from the
3185
- * given reader into the given message object.
3186
- * @param {!proto.alis.a2a.extension.history.v1.GetEventRequest} msg The message object to deserialize into.
3187
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3188
- * @return {!proto.alis.a2a.extension.history.v1.GetEventRequest}
3189
- */
3190
- proto.alis.a2a.extension.history.v1.GetEventRequest.deserializeBinaryFromReader = function(msg, reader) {
3191
- while (reader.nextField()) {
3192
- if (reader.isEndGroup()) {
3193
- break;
3194
- }
3195
- var field = reader.getFieldNumber();
3196
- switch (field) {
3197
- case 1:
3198
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
3199
- msg.setName(value);
3200
- break;
3201
- case 3:
3202
- var value = new google_protobuf_field_mask_pb.FieldMask;
3203
- reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
3204
- msg.setReadMask(value);
3205
- break;
3206
- default:
3207
- reader.skipField();
3208
- break;
3209
- }
3210
- }
3211
- return msg;
3212
- };
3213
-
3214
-
3215
- /**
3216
- * Serializes the message to binary data (in protobuf wire format).
3217
- * @return {!Uint8Array}
3218
- */
3219
- proto.alis.a2a.extension.history.v1.GetEventRequest.prototype.serializeBinary = function() {
3220
- var writer = new jspb.BinaryWriter();
3221
- proto.alis.a2a.extension.history.v1.GetEventRequest.serializeBinaryToWriter(this, writer);
3222
- return writer.getResultBuffer();
3223
- };
3224
-
3225
-
3226
- /**
3227
- * Serializes the given message to binary data (in protobuf wire
3228
- * format), writing to the given BinaryWriter.
3229
- * @param {!proto.alis.a2a.extension.history.v1.GetEventRequest} message
3230
- * @param {!jspb.BinaryWriter} writer
3231
- * @suppress {unusedLocalVariables} f is only used for nested messages
3232
- */
3233
- proto.alis.a2a.extension.history.v1.GetEventRequest.serializeBinaryToWriter = function(message, writer) {
3234
- var f = undefined;
3235
- f = message.getName();
3236
- if (f.length > 0) {
3237
- writer.writeString(
3238
- 1,
3239
- f
3240
- );
3241
- }
3242
- f = message.getReadMask();
3243
- if (f != null) {
3244
- writer.writeMessage(
3245
- 3,
3246
- f,
3247
- google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
3248
- );
3249
- }
3250
- };
3251
-
3252
-
3253
- /**
3254
- * optional string name = 1;
3255
- * @return {string}
3256
- */
3257
- proto.alis.a2a.extension.history.v1.GetEventRequest.prototype.getName = function() {
3258
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3259
- };
3260
-
3261
-
3262
- /**
3263
- * @param {string} value
3264
- * @return {!proto.alis.a2a.extension.history.v1.GetEventRequest} returns this
3265
- */
3266
- proto.alis.a2a.extension.history.v1.GetEventRequest.prototype.setName = function(value) {
3267
- return jspb.Message.setProto3StringField(this, 1, value);
3268
- };
3269
-
3270
-
3271
- /**
3272
- * optional google.protobuf.FieldMask read_mask = 3;
3273
- * @return {?proto.google.protobuf.FieldMask}
3274
- */
3275
- proto.alis.a2a.extension.history.v1.GetEventRequest.prototype.getReadMask = function() {
3276
- return /** @type{?proto.google.protobuf.FieldMask} */ (
3277
- jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
3278
- };
3279
-
3280
-
3281
- /**
3282
- * @param {?proto.google.protobuf.FieldMask|undefined} value
3283
- * @return {!proto.alis.a2a.extension.history.v1.GetEventRequest} returns this
3284
- */
3285
- proto.alis.a2a.extension.history.v1.GetEventRequest.prototype.setReadMask = function(value) {
3286
- return jspb.Message.setWrapperField(this, 3, value);
3287
- };
3288
-
3289
-
3290
- /**
3291
- * Clears the message field making it undefined.
3292
- * @return {!proto.alis.a2a.extension.history.v1.GetEventRequest} returns this
3293
- */
3294
- proto.alis.a2a.extension.history.v1.GetEventRequest.prototype.clearReadMask = function() {
3295
- return this.setReadMask(undefined);
3296
- };
3297
-
3298
-
3299
- /**
3300
- * Returns whether this field is set.
3301
- * @return {boolean}
3302
- */
3303
- proto.alis.a2a.extension.history.v1.GetEventRequest.prototype.hasReadMask = function() {
3304
- return jspb.Message.getField(this, 3) != null;
3305
- };
3306
-
3307
-
3308
-
3309
-
3310
-
3311
- if (jspb.Message.GENERATE_TO_OBJECT) {
3312
- /**
3313
- * Creates an object representation of this proto.
3314
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3315
- * Optional fields that are not set will be set to undefined.
3316
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3317
- * For the list of reserved names please see:
3318
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3319
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3320
- * JSPB instance for transitional soy proto support:
3321
- * http://goto/soy-param-migration
3322
- * @return {!Object}
3323
- */
3324
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.toObject = function(opt_includeInstance) {
3325
- return proto.alis.a2a.extension.history.v1.ListEventsRequest.toObject(opt_includeInstance, this);
3326
- };
3327
-
3328
-
3329
- /**
3330
- * Static version of the {@see toObject} method.
3331
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3332
- * the JSPB instance for transitional soy proto support:
3333
- * http://goto/soy-param-migration
3334
- * @param {!proto.alis.a2a.extension.history.v1.ListEventsRequest} msg The msg instance to transform.
3335
- * @return {!Object}
3336
- * @suppress {unusedLocalVariables} f is only used for nested messages
3337
- */
3338
- proto.alis.a2a.extension.history.v1.ListEventsRequest.toObject = function(includeInstance, msg) {
3339
- var f, obj = {
3340
- parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
3341
- pageSize: jspb.Message.getFieldWithDefault(msg, 2, 0),
3342
- pageToken: jspb.Message.getFieldWithDefault(msg, 3, ""),
3343
- readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
3344
- };
3345
-
3346
- if (includeInstance) {
3347
- obj.$jspbMessageInstance = msg;
3348
- }
3349
- return obj;
3350
- };
3351
- }
3352
-
3353
-
3354
- /**
3355
- * Deserializes binary data (in protobuf wire format).
3356
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
3357
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest}
3358
- */
3359
- proto.alis.a2a.extension.history.v1.ListEventsRequest.deserializeBinary = function(bytes) {
3360
- var reader = new jspb.BinaryReader(bytes);
3361
- var msg = new proto.alis.a2a.extension.history.v1.ListEventsRequest;
3362
- return proto.alis.a2a.extension.history.v1.ListEventsRequest.deserializeBinaryFromReader(msg, reader);
3363
- };
3364
-
3365
-
3366
- /**
3367
- * Deserializes binary data (in protobuf wire format) from the
3368
- * given reader into the given message object.
3369
- * @param {!proto.alis.a2a.extension.history.v1.ListEventsRequest} msg The message object to deserialize into.
3370
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3371
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest}
3372
- */
3373
- proto.alis.a2a.extension.history.v1.ListEventsRequest.deserializeBinaryFromReader = function(msg, reader) {
3374
- while (reader.nextField()) {
3375
- if (reader.isEndGroup()) {
3376
- break;
3377
- }
3378
- var field = reader.getFieldNumber();
3379
- switch (field) {
3380
- case 1:
3381
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
3382
- msg.setParent(value);
3383
- break;
3384
- case 2:
3385
- var value = /** @type {number} */ (reader.readInt32());
3386
- msg.setPageSize(value);
3387
- break;
3388
- case 3:
3389
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
3390
- msg.setPageToken(value);
3391
- break;
3392
- case 5:
3393
- var value = new google_protobuf_field_mask_pb.FieldMask;
3394
- reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
3395
- msg.setReadMask(value);
3396
- break;
3397
- default:
3398
- reader.skipField();
3399
- break;
3400
- }
3401
- }
3402
- return msg;
3403
- };
3404
-
3405
-
3406
- /**
3407
- * Serializes the message to binary data (in protobuf wire format).
3408
- * @return {!Uint8Array}
3409
- */
3410
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.serializeBinary = function() {
3411
- var writer = new jspb.BinaryWriter();
3412
- proto.alis.a2a.extension.history.v1.ListEventsRequest.serializeBinaryToWriter(this, writer);
3413
- return writer.getResultBuffer();
3414
- };
3415
-
3416
-
3417
- /**
3418
- * Serializes the given message to binary data (in protobuf wire
3419
- * format), writing to the given BinaryWriter.
3420
- * @param {!proto.alis.a2a.extension.history.v1.ListEventsRequest} message
3421
- * @param {!jspb.BinaryWriter} writer
3422
- * @suppress {unusedLocalVariables} f is only used for nested messages
3423
- */
3424
- proto.alis.a2a.extension.history.v1.ListEventsRequest.serializeBinaryToWriter = function(message, writer) {
3425
- var f = undefined;
3426
- f = message.getParent();
3427
- if (f.length > 0) {
3428
- writer.writeString(
3429
- 1,
3430
- f
3431
- );
3432
- }
3433
- f = message.getPageSize();
3434
- if (f !== 0) {
3435
- writer.writeInt32(
3436
- 2,
3437
- f
3438
- );
3439
- }
3440
- f = message.getPageToken();
3441
- if (f.length > 0) {
3442
- writer.writeString(
3443
- 3,
3444
- f
3445
- );
3446
- }
3447
- f = message.getReadMask();
3448
- if (f != null) {
3449
- writer.writeMessage(
3450
- 5,
3451
- f,
3452
- google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
3453
- );
3454
- }
3455
- };
3456
-
3457
-
3458
- /**
3459
- * optional string parent = 1;
3460
- * @return {string}
3461
- */
3462
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.getParent = function() {
3463
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3464
- };
3465
-
3466
-
3467
- /**
3468
- * @param {string} value
3469
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest} returns this
3470
- */
3471
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.setParent = function(value) {
3472
- return jspb.Message.setProto3StringField(this, 1, value);
3473
- };
3474
-
3475
-
3476
- /**
3477
- * optional int32 page_size = 2;
3478
- * @return {number}
3479
- */
3480
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.getPageSize = function() {
3481
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
3482
- };
3483
-
3484
-
3485
- /**
3486
- * @param {number} value
3487
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest} returns this
3488
- */
3489
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.setPageSize = function(value) {
3490
- return jspb.Message.setProto3IntField(this, 2, value);
3491
- };
3492
-
3493
-
3494
- /**
3495
- * optional string page_token = 3;
3496
- * @return {string}
3497
- */
3498
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.getPageToken = function() {
3499
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
3500
- };
3501
-
3502
-
3503
- /**
3504
- * @param {string} value
3505
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest} returns this
3506
- */
3507
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.setPageToken = function(value) {
3508
- return jspb.Message.setProto3StringField(this, 3, value);
3509
- };
3510
-
3511
-
3512
- /**
3513
- * optional google.protobuf.FieldMask read_mask = 5;
3514
- * @return {?proto.google.protobuf.FieldMask}
3515
- */
3516
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.getReadMask = function() {
3517
- return /** @type{?proto.google.protobuf.FieldMask} */ (
3518
- jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 5));
3519
- };
3520
-
3521
-
3522
- /**
3523
- * @param {?proto.google.protobuf.FieldMask|undefined} value
3524
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest} returns this
3525
- */
3526
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.setReadMask = function(value) {
3527
- return jspb.Message.setWrapperField(this, 5, value);
3528
- };
3529
-
3530
-
3531
- /**
3532
- * Clears the message field making it undefined.
3533
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsRequest} returns this
3534
- */
3535
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.clearReadMask = function() {
3536
- return this.setReadMask(undefined);
3537
- };
3538
-
3539
-
3540
- /**
3541
- * Returns whether this field is set.
3542
- * @return {boolean}
3543
- */
3544
- proto.alis.a2a.extension.history.v1.ListEventsRequest.prototype.hasReadMask = function() {
3545
- return jspb.Message.getField(this, 5) != null;
3546
- };
3547
-
3548
-
3549
-
3550
- /**
3551
- * List of repeated fields within this message type.
3552
- * @private {!Array<number>}
3553
- * @const
3554
- */
3555
- proto.alis.a2a.extension.history.v1.ListEventsResponse.repeatedFields_ = [1];
3556
-
3557
-
3558
-
3559
- if (jspb.Message.GENERATE_TO_OBJECT) {
3560
- /**
3561
- * Creates an object representation of this proto.
3562
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3563
- * Optional fields that are not set will be set to undefined.
3564
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3565
- * For the list of reserved names please see:
3566
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3567
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3568
- * JSPB instance for transitional soy proto support:
3569
- * http://goto/soy-param-migration
3570
- * @return {!Object}
3571
- */
3572
- proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.toObject = function(opt_includeInstance) {
3573
- return proto.alis.a2a.extension.history.v1.ListEventsResponse.toObject(opt_includeInstance, this);
3574
- };
3575
-
3576
-
3577
- /**
3578
- * Static version of the {@see toObject} method.
3579
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3580
- * the JSPB instance for transitional soy proto support:
3581
- * http://goto/soy-param-migration
3582
- * @param {!proto.alis.a2a.extension.history.v1.ListEventsResponse} msg The msg instance to transform.
3583
- * @return {!Object}
3584
- * @suppress {unusedLocalVariables} f is only used for nested messages
3585
- */
3586
- proto.alis.a2a.extension.history.v1.ListEventsResponse.toObject = function(includeInstance, msg) {
3587
- var f, obj = {
3588
- eventsList: jspb.Message.toObjectList(msg.getEventsList(),
3589
- proto.alis.a2a.extension.history.v1.Event.toObject, includeInstance),
3590
- nextPageToken: jspb.Message.getFieldWithDefault(msg, 2, "")
3591
- };
3592
-
3593
- if (includeInstance) {
3594
- obj.$jspbMessageInstance = msg;
3595
- }
3596
- return obj;
3597
- };
3598
- }
3599
-
3600
-
3601
- /**
3602
- * Deserializes binary data (in protobuf wire format).
3603
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
3604
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsResponse}
3605
- */
3606
- proto.alis.a2a.extension.history.v1.ListEventsResponse.deserializeBinary = function(bytes) {
3607
- var reader = new jspb.BinaryReader(bytes);
3608
- var msg = new proto.alis.a2a.extension.history.v1.ListEventsResponse;
3609
- return proto.alis.a2a.extension.history.v1.ListEventsResponse.deserializeBinaryFromReader(msg, reader);
3610
- };
3611
-
3612
-
3613
- /**
3614
- * Deserializes binary data (in protobuf wire format) from the
3615
- * given reader into the given message object.
3616
- * @param {!proto.alis.a2a.extension.history.v1.ListEventsResponse} msg The message object to deserialize into.
3617
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3618
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsResponse}
3619
- */
3620
- proto.alis.a2a.extension.history.v1.ListEventsResponse.deserializeBinaryFromReader = function(msg, reader) {
3621
- while (reader.nextField()) {
3622
- if (reader.isEndGroup()) {
3623
- break;
3624
- }
3625
- var field = reader.getFieldNumber();
3626
- switch (field) {
3627
- case 1:
3628
- var value = new proto.alis.a2a.extension.history.v1.Event;
3629
- reader.readMessage(value,proto.alis.a2a.extension.history.v1.Event.deserializeBinaryFromReader);
3630
- msg.addEvents(value);
3631
- break;
3632
- case 2:
3633
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
3634
- msg.setNextPageToken(value);
3635
- break;
3636
- default:
3637
- reader.skipField();
3638
- break;
3639
- }
3640
- }
3641
- return msg;
3642
- };
3643
-
3644
-
3645
- /**
3646
- * Serializes the message to binary data (in protobuf wire format).
3647
- * @return {!Uint8Array}
3648
- */
3649
- proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.serializeBinary = function() {
3650
- var writer = new jspb.BinaryWriter();
3651
- proto.alis.a2a.extension.history.v1.ListEventsResponse.serializeBinaryToWriter(this, writer);
3652
- return writer.getResultBuffer();
3653
- };
3654
-
3655
-
3656
- /**
3657
- * Serializes the given message to binary data (in protobuf wire
3658
- * format), writing to the given BinaryWriter.
3659
- * @param {!proto.alis.a2a.extension.history.v1.ListEventsResponse} message
3660
- * @param {!jspb.BinaryWriter} writer
3661
- * @suppress {unusedLocalVariables} f is only used for nested messages
3662
- */
3663
- proto.alis.a2a.extension.history.v1.ListEventsResponse.serializeBinaryToWriter = function(message, writer) {
3664
- var f = undefined;
3665
- f = message.getEventsList();
3666
- if (f.length > 0) {
3667
- writer.writeRepeatedMessage(
3668
- 1,
3669
- f,
3670
- proto.alis.a2a.extension.history.v1.Event.serializeBinaryToWriter
3671
- );
3672
- }
3673
- f = message.getNextPageToken();
3674
- if (f.length > 0) {
3675
- writer.writeString(
3676
- 2,
3677
- f
3678
- );
3679
- }
3680
- };
3681
-
3682
-
3683
- /**
3684
- * repeated Event events = 1;
3685
- * @return {!Array<!proto.alis.a2a.extension.history.v1.Event>}
3686
- */
3687
- proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.getEventsList = function() {
3688
- return /** @type{!Array<!proto.alis.a2a.extension.history.v1.Event>} */ (
3689
- jspb.Message.getRepeatedWrapperField(this, proto.alis.a2a.extension.history.v1.Event, 1));
3690
- };
3691
-
3692
-
3693
- /**
3694
- * @param {!Array<!proto.alis.a2a.extension.history.v1.Event>} value
3695
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsResponse} returns this
3696
- */
3697
- proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.setEventsList = function(value) {
3698
- return jspb.Message.setRepeatedWrapperField(this, 1, value);
3699
- };
3700
-
3701
-
3702
- /**
3703
- * @param {!proto.alis.a2a.extension.history.v1.Event=} opt_value
3704
- * @param {number=} opt_index
3705
- * @return {!proto.alis.a2a.extension.history.v1.Event}
3706
- */
3707
- proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.addEvents = function(opt_value, opt_index) {
3708
- return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.a2a.extension.history.v1.Event, opt_index);
3709
- };
3710
-
3711
-
3712
- /**
3713
- * Clears the list making it empty but non-null.
3714
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsResponse} returns this
3715
- */
3716
- proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.clearEventsList = function() {
3717
- return this.setEventsList([]);
3718
- };
3719
-
3720
-
3721
- /**
3722
- * optional string next_page_token = 2;
3723
- * @return {string}
3724
- */
3725
- proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.getNextPageToken = function() {
3726
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
3727
- };
3728
-
3729
-
3730
- /**
3731
- * @param {string} value
3732
- * @return {!proto.alis.a2a.extension.history.v1.ListEventsResponse} returns this
3733
- */
3734
- proto.alis.a2a.extension.history.v1.ListEventsResponse.prototype.setNextPageToken = function(value) {
3735
- return jspb.Message.setProto3StringField(this, 2, value);
3736
- };
3737
-
3738
-
3739
-
3740
- /**
3741
- * List of repeated fields within this message type.
3742
- * @private {!Array<number>}
3743
- * @const
3744
- */
3745
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.repeatedFields_ = [2];
3746
-
3747
-
3748
-
3749
- if (jspb.Message.GENERATE_TO_OBJECT) {
3750
- /**
3751
- * Creates an object representation of this proto.
3752
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3753
- * Optional fields that are not set will be set to undefined.
3754
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3755
- * For the list of reserved names please see:
3756
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3757
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3758
- * JSPB instance for transitional soy proto support:
3759
- * http://goto/soy-param-migration
3760
- * @return {!Object}
3761
- */
3762
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.prototype.toObject = function(opt_includeInstance) {
3763
- return proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.toObject(opt_includeInstance, this);
3764
- };
3765
-
3766
-
3767
- /**
3768
- * Static version of the {@see toObject} method.
3769
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3770
- * the JSPB instance for transitional soy proto support:
3771
- * http://goto/soy-param-migration
3772
- * @param {!proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest} msg The msg instance to transform.
3773
- * @return {!Object}
3774
- * @suppress {unusedLocalVariables} f is only used for nested messages
3775
- */
3776
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.toObject = function(includeInstance, msg) {
3777
- var f, obj = {
3778
- eventsList: jspb.Message.toObjectList(msg.getEventsList(),
3779
- proto.alis.a2a.extension.history.v1.Event.toObject, includeInstance),
3780
- agentId: jspb.Message.getFieldWithDefault(msg, 3, ""),
3781
- agentDisplayName: jspb.Message.getFieldWithDefault(msg, 4, "")
3782
- };
3783
-
3784
- if (includeInstance) {
3785
- obj.$jspbMessageInstance = msg;
3786
- }
3787
- return obj;
3788
- };
3789
- }
3790
-
3791
-
3792
- /**
3793
- * Deserializes binary data (in protobuf wire format).
3794
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
3795
- * @return {!proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest}
3796
- */
3797
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.deserializeBinary = function(bytes) {
3798
- var reader = new jspb.BinaryReader(bytes);
3799
- var msg = new proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest;
3800
- return proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.deserializeBinaryFromReader(msg, reader);
3801
- };
3802
-
3803
-
3804
- /**
3805
- * Deserializes binary data (in protobuf wire format) from the
3806
- * given reader into the given message object.
3807
- * @param {!proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest} msg The message object to deserialize into.
3808
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3809
- * @return {!proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest}
3810
- */
3811
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.deserializeBinaryFromReader = function(msg, reader) {
3812
- while (reader.nextField()) {
3813
- if (reader.isEndGroup()) {
3814
- break;
3815
- }
3816
- var field = reader.getFieldNumber();
3817
- switch (field) {
3818
- case 2:
3819
- var value = new proto.alis.a2a.extension.history.v1.Event;
3820
- reader.readMessage(value,proto.alis.a2a.extension.history.v1.Event.deserializeBinaryFromReader);
3821
- msg.addEvents(value);
3822
- break;
3823
- case 3:
3824
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
3825
- msg.setAgentId(value);
3826
- break;
3827
- case 4:
3828
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
3829
- msg.setAgentDisplayName(value);
3830
- break;
3831
- default:
3832
- reader.skipField();
3833
- break;
3834
- }
3835
- }
3836
- return msg;
3837
- };
3838
-
3839
-
3840
- /**
3841
- * Serializes the message to binary data (in protobuf wire format).
3842
- * @return {!Uint8Array}
3843
- */
3844
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.prototype.serializeBinary = function() {
3845
- var writer = new jspb.BinaryWriter();
3846
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.serializeBinaryToWriter(this, writer);
3847
- return writer.getResultBuffer();
3848
- };
3849
-
3850
-
3851
- /**
3852
- * Serializes the given message to binary data (in protobuf wire
3853
- * format), writing to the given BinaryWriter.
3854
- * @param {!proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest} message
3855
- * @param {!jspb.BinaryWriter} writer
3856
- * @suppress {unusedLocalVariables} f is only used for nested messages
3857
- */
3858
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.serializeBinaryToWriter = function(message, writer) {
3859
- var f = undefined;
3860
- f = message.getEventsList();
3861
- if (f.length > 0) {
3862
- writer.writeRepeatedMessage(
3863
- 2,
3864
- f,
3865
- proto.alis.a2a.extension.history.v1.Event.serializeBinaryToWriter
3866
- );
3867
- }
3868
- f = message.getAgentId();
3869
- if (f.length > 0) {
3870
- writer.writeString(
3871
- 3,
3872
- f
3873
- );
3874
- }
3875
- f = message.getAgentDisplayName();
3876
- if (f.length > 0) {
3877
- writer.writeString(
3878
- 4,
3879
- f
3880
- );
3881
- }
3882
- };
3883
-
3884
-
3885
- /**
3886
- * repeated Event events = 2;
3887
- * @return {!Array<!proto.alis.a2a.extension.history.v1.Event>}
3888
- */
3889
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.prototype.getEventsList = function() {
3890
- return /** @type{!Array<!proto.alis.a2a.extension.history.v1.Event>} */ (
3891
- jspb.Message.getRepeatedWrapperField(this, proto.alis.a2a.extension.history.v1.Event, 2));
3892
- };
3893
-
3894
-
3895
- /**
3896
- * @param {!Array<!proto.alis.a2a.extension.history.v1.Event>} value
3897
- * @return {!proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest} returns this
3898
- */
3899
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.prototype.setEventsList = function(value) {
3900
- return jspb.Message.setRepeatedWrapperField(this, 2, value);
3901
- };
3902
-
3903
-
3904
- /**
3905
- * @param {!proto.alis.a2a.extension.history.v1.Event=} opt_value
3906
- * @param {number=} opt_index
3907
- * @return {!proto.alis.a2a.extension.history.v1.Event}
3908
- */
3909
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.prototype.addEvents = function(opt_value, opt_index) {
3910
- return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.alis.a2a.extension.history.v1.Event, opt_index);
3911
- };
3912
-
3913
-
3914
- /**
3915
- * Clears the list making it empty but non-null.
3916
- * @return {!proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest} returns this
3917
- */
3918
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.prototype.clearEventsList = function() {
3919
- return this.setEventsList([]);
3920
- };
3921
-
3922
-
3923
- /**
3924
- * optional string agent_id = 3;
3925
- * @return {string}
3926
- */
3927
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.prototype.getAgentId = function() {
3928
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
3929
- };
3930
-
3931
-
3932
- /**
3933
- * @param {string} value
3934
- * @return {!proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest} returns this
3935
- */
3936
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.prototype.setAgentId = function(value) {
3937
- return jspb.Message.setProto3StringField(this, 3, value);
3938
- };
3939
-
3940
-
3941
- /**
3942
- * optional string agent_display_name = 4;
3943
- * @return {string}
3944
- */
3945
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.prototype.getAgentDisplayName = function() {
3946
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
3947
- };
3948
-
3949
-
3950
- /**
3951
- * @param {string} value
3952
- * @return {!proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest} returns this
3953
- */
3954
- proto.alis.a2a.extension.history.v1.BatchCreateEventsRequest.prototype.setAgentDisplayName = function(value) {
3955
- return jspb.Message.setProto3StringField(this, 4, value);
3956
- };
3957
-
3958
-
3959
-
3960
- /**
3961
- * List of repeated fields within this message type.
3962
- * @private {!Array<number>}
3963
- * @const
3964
- */
3965
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.repeatedFields_ = [1];
3966
-
3967
-
3968
-
3969
- if (jspb.Message.GENERATE_TO_OBJECT) {
3970
- /**
3971
- * Creates an object representation of this proto.
3972
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3973
- * Optional fields that are not set will be set to undefined.
3974
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3975
- * For the list of reserved names please see:
3976
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3977
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3978
- * JSPB instance for transitional soy proto support:
3979
- * http://goto/soy-param-migration
3980
- * @return {!Object}
3981
- */
3982
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.prototype.toObject = function(opt_includeInstance) {
3983
- return proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.toObject(opt_includeInstance, this);
3984
- };
3985
-
3986
-
3987
- /**
3988
- * Static version of the {@see toObject} method.
3989
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3990
- * the JSPB instance for transitional soy proto support:
3991
- * http://goto/soy-param-migration
3992
- * @param {!proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse} msg The msg instance to transform.
3993
- * @return {!Object}
3994
- * @suppress {unusedLocalVariables} f is only used for nested messages
3995
- */
3996
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.toObject = function(includeInstance, msg) {
3997
- var f, obj = {
3998
- eventsList: jspb.Message.toObjectList(msg.getEventsList(),
3999
- proto.alis.a2a.extension.history.v1.Event.toObject, includeInstance)
4000
- };
4001
-
4002
- if (includeInstance) {
4003
- obj.$jspbMessageInstance = msg;
4004
- }
4005
- return obj;
4006
- };
4007
- }
4008
-
4009
-
4010
- /**
4011
- * Deserializes binary data (in protobuf wire format).
4012
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
4013
- * @return {!proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse}
4014
- */
4015
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.deserializeBinary = function(bytes) {
4016
- var reader = new jspb.BinaryReader(bytes);
4017
- var msg = new proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse;
4018
- return proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.deserializeBinaryFromReader(msg, reader);
4019
- };
4020
-
4021
-
4022
- /**
4023
- * Deserializes binary data (in protobuf wire format) from the
4024
- * given reader into the given message object.
4025
- * @param {!proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse} msg The message object to deserialize into.
4026
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4027
- * @return {!proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse}
4028
- */
4029
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.deserializeBinaryFromReader = function(msg, reader) {
4030
- while (reader.nextField()) {
4031
- if (reader.isEndGroup()) {
4032
- break;
4033
- }
4034
- var field = reader.getFieldNumber();
4035
- switch (field) {
4036
- case 1:
4037
- var value = new proto.alis.a2a.extension.history.v1.Event;
4038
- reader.readMessage(value,proto.alis.a2a.extension.history.v1.Event.deserializeBinaryFromReader);
4039
- msg.addEvents(value);
4040
- break;
4041
- default:
4042
- reader.skipField();
4043
- break;
4044
- }
4045
- }
4046
- return msg;
4047
- };
4048
-
4049
-
4050
- /**
4051
- * Serializes the message to binary data (in protobuf wire format).
4052
- * @return {!Uint8Array}
4053
- */
4054
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.prototype.serializeBinary = function() {
4055
- var writer = new jspb.BinaryWriter();
4056
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.serializeBinaryToWriter(this, writer);
4057
- return writer.getResultBuffer();
4058
- };
4059
-
4060
-
4061
- /**
4062
- * Serializes the given message to binary data (in protobuf wire
4063
- * format), writing to the given BinaryWriter.
4064
- * @param {!proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse} message
4065
- * @param {!jspb.BinaryWriter} writer
4066
- * @suppress {unusedLocalVariables} f is only used for nested messages
4067
- */
4068
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.serializeBinaryToWriter = function(message, writer) {
4069
- var f = undefined;
4070
- f = message.getEventsList();
4071
- if (f.length > 0) {
4072
- writer.writeRepeatedMessage(
4073
- 1,
4074
- f,
4075
- proto.alis.a2a.extension.history.v1.Event.serializeBinaryToWriter
4076
- );
4077
- }
4078
- };
4079
-
4080
-
4081
- /**
4082
- * repeated Event events = 1;
4083
- * @return {!Array<!proto.alis.a2a.extension.history.v1.Event>}
4084
- */
4085
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.prototype.getEventsList = function() {
4086
- return /** @type{!Array<!proto.alis.a2a.extension.history.v1.Event>} */ (
4087
- jspb.Message.getRepeatedWrapperField(this, proto.alis.a2a.extension.history.v1.Event, 1));
4088
- };
4089
-
4090
-
4091
- /**
4092
- * @param {!Array<!proto.alis.a2a.extension.history.v1.Event>} value
4093
- * @return {!proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse} returns this
4094
- */
4095
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.prototype.setEventsList = function(value) {
4096
- return jspb.Message.setRepeatedWrapperField(this, 1, value);
4097
- };
4098
-
4099
-
4100
- /**
4101
- * @param {!proto.alis.a2a.extension.history.v1.Event=} opt_value
4102
- * @param {number=} opt_index
4103
- * @return {!proto.alis.a2a.extension.history.v1.Event}
4104
- */
4105
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.prototype.addEvents = function(opt_value, opt_index) {
4106
- return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.alis.a2a.extension.history.v1.Event, opt_index);
4107
- };
4108
-
4109
-
4110
- /**
4111
- * Clears the list making it empty but non-null.
4112
- * @return {!proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse} returns this
4113
- */
4114
- proto.alis.a2a.extension.history.v1.BatchCreateEventsResponse.prototype.clearEventsList = function() {
4115
- return this.setEventsList([]);
4116
- };
4117
-
4118
-
4119
-
4120
-
4121
-
4122
- if (jspb.Message.GENERATE_TO_OBJECT) {
4123
- /**
4124
- * Creates an object representation of this proto.
4125
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
4126
- * Optional fields that are not set will be set to undefined.
4127
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
4128
- * For the list of reserved names please see:
4129
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
4130
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
4131
- * JSPB instance for transitional soy proto support:
4132
- * http://goto/soy-param-migration
4133
- * @return {!Object}
4134
- */
4135
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.toObject = function(opt_includeInstance) {
4136
- return proto.alis.a2a.extension.history.v1.StreamEventsRequest.toObject(opt_includeInstance, this);
4137
- };
4138
-
4139
-
4140
- /**
4141
- * Static version of the {@see toObject} method.
4142
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
4143
- * the JSPB instance for transitional soy proto support:
4144
- * http://goto/soy-param-migration
4145
- * @param {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} msg The msg instance to transform.
4146
- * @return {!Object}
4147
- * @suppress {unusedLocalVariables} f is only used for nested messages
4148
- */
4149
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.toObject = function(includeInstance, msg) {
4150
- var f, obj = {
4151
- parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
4152
- readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
4153
- };
4154
-
4155
- if (includeInstance) {
4156
- obj.$jspbMessageInstance = msg;
4157
- }
4158
- return obj;
4159
- };
4160
- }
4161
-
4162
-
4163
- /**
4164
- * Deserializes binary data (in protobuf wire format).
4165
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
4166
- * @return {!proto.alis.a2a.extension.history.v1.StreamEventsRequest}
4167
- */
4168
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.deserializeBinary = function(bytes) {
4169
- var reader = new jspb.BinaryReader(bytes);
4170
- var msg = new proto.alis.a2a.extension.history.v1.StreamEventsRequest;
4171
- return proto.alis.a2a.extension.history.v1.StreamEventsRequest.deserializeBinaryFromReader(msg, reader);
4172
- };
4173
-
4174
-
4175
- /**
4176
- * Deserializes binary data (in protobuf wire format) from the
4177
- * given reader into the given message object.
4178
- * @param {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} msg The message object to deserialize into.
4179
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4180
- * @return {!proto.alis.a2a.extension.history.v1.StreamEventsRequest}
4181
- */
4182
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.deserializeBinaryFromReader = function(msg, reader) {
4183
- while (reader.nextField()) {
4184
- if (reader.isEndGroup()) {
4185
- break;
4186
- }
4187
- var field = reader.getFieldNumber();
4188
- switch (field) {
4189
- case 1:
4190
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
4191
- msg.setParent(value);
4192
- break;
4193
- case 3:
4194
- var value = new google_protobuf_field_mask_pb.FieldMask;
4195
- reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
4196
- msg.setReadMask(value);
4197
- break;
4198
- default:
4199
- reader.skipField();
4200
- break;
4201
- }
4202
- }
4203
- return msg;
4204
- };
4205
-
4206
-
4207
- /**
4208
- * Serializes the message to binary data (in protobuf wire format).
4209
- * @return {!Uint8Array}
4210
- */
4211
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.serializeBinary = function() {
4212
- var writer = new jspb.BinaryWriter();
4213
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.serializeBinaryToWriter(this, writer);
4214
- return writer.getResultBuffer();
4215
- };
4216
-
4217
-
4218
- /**
4219
- * Serializes the given message to binary data (in protobuf wire
4220
- * format), writing to the given BinaryWriter.
4221
- * @param {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} message
4222
- * @param {!jspb.BinaryWriter} writer
4223
- * @suppress {unusedLocalVariables} f is only used for nested messages
4224
- */
4225
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.serializeBinaryToWriter = function(message, writer) {
4226
- var f = undefined;
4227
- f = message.getParent();
4228
- if (f.length > 0) {
4229
- writer.writeString(
4230
- 1,
4231
- f
4232
- );
4233
- }
4234
- f = message.getReadMask();
4235
- if (f != null) {
4236
- writer.writeMessage(
4237
- 3,
4238
- f,
4239
- google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
4240
- );
4241
- }
4242
- };
4243
-
4244
-
4245
- /**
4246
- * optional string parent = 1;
4247
- * @return {string}
4248
- */
4249
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.getParent = function() {
4250
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
4251
- };
4252
-
4253
-
4254
- /**
4255
- * @param {string} value
4256
- * @return {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} returns this
4257
- */
4258
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.setParent = function(value) {
4259
- return jspb.Message.setProto3StringField(this, 1, value);
4260
- };
4261
-
4262
-
4263
- /**
4264
- * optional google.protobuf.FieldMask read_mask = 3;
4265
- * @return {?proto.google.protobuf.FieldMask}
4266
- */
4267
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.getReadMask = function() {
4268
- return /** @type{?proto.google.protobuf.FieldMask} */ (
4269
- jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 3));
4270
- };
4271
-
4272
-
4273
- /**
4274
- * @param {?proto.google.protobuf.FieldMask|undefined} value
4275
- * @return {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} returns this
4276
- */
4277
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.setReadMask = function(value) {
4278
- return jspb.Message.setWrapperField(this, 3, value);
4279
- };
4280
-
4281
-
4282
- /**
4283
- * Clears the message field making it undefined.
4284
- * @return {!proto.alis.a2a.extension.history.v1.StreamEventsRequest} returns this
4285
- */
4286
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.clearReadMask = function() {
4287
- return this.setReadMask(undefined);
4288
- };
4289
-
4290
-
4291
- /**
4292
- * Returns whether this field is set.
4293
- * @return {boolean}
4294
- */
4295
- proto.alis.a2a.extension.history.v1.StreamEventsRequest.prototype.hasReadMask = function() {
4296
- return jspb.Message.getField(this, 3) != null;
4297
- };
4298
-
4299
-
4300
-
4301
-
4302
-
4303
- if (jspb.Message.GENERATE_TO_OBJECT) {
4304
- /**
4305
- * Creates an object representation of this proto.
4306
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
4307
- * Optional fields that are not set will be set to undefined.
4308
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
4309
- * For the list of reserved names please see:
4310
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
4311
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
4312
- * JSPB instance for transitional soy proto support:
4313
- * http://goto/soy-param-migration
4314
- * @return {!Object}
4315
- */
4316
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.prototype.toObject = function(opt_includeInstance) {
4317
- return proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.toObject(opt_includeInstance, this);
4318
- };
4319
-
4320
-
4321
- /**
4322
- * Static version of the {@see toObject} method.
4323
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
4324
- * the JSPB instance for transitional soy proto support:
4325
- * http://goto/soy-param-migration
4326
- * @param {!proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest} msg The msg instance to transform.
4327
- * @return {!Object}
4328
- * @suppress {unusedLocalVariables} f is only used for nested messages
4329
- */
4330
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.toObject = function(includeInstance, msg) {
4331
- var f, obj = {
4332
- name: jspb.Message.getFieldWithDefault(msg, 1, ""),
4333
- displayName: jspb.Message.getFieldWithDefault(msg, 2, "")
4334
- };
4335
-
4336
- if (includeInstance) {
4337
- obj.$jspbMessageInstance = msg;
4338
- }
4339
- return obj;
4340
- };
4341
- }
4342
-
4343
-
4344
- /**
4345
- * Deserializes binary data (in protobuf wire format).
4346
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
4347
- * @return {!proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest}
4348
- */
4349
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.deserializeBinary = function(bytes) {
4350
- var reader = new jspb.BinaryReader(bytes);
4351
- var msg = new proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest;
4352
- return proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.deserializeBinaryFromReader(msg, reader);
4353
- };
4354
-
4355
-
4356
- /**
4357
- * Deserializes binary data (in protobuf wire format) from the
4358
- * given reader into the given message object.
4359
- * @param {!proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest} msg The message object to deserialize into.
4360
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4361
- * @return {!proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest}
4362
- */
4363
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.deserializeBinaryFromReader = function(msg, reader) {
4364
- while (reader.nextField()) {
4365
- if (reader.isEndGroup()) {
4366
- break;
4367
- }
4368
- var field = reader.getFieldNumber();
4369
- switch (field) {
4370
- case 1:
4371
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
4372
- msg.setName(value);
4373
- break;
4374
- case 2:
4375
- var value = /** @type {string} */ (reader.readStringRequireUtf8());
4376
- msg.setDisplayName(value);
4377
- break;
4378
- default:
4379
- reader.skipField();
4380
- break;
4381
- }
4382
- }
4383
- return msg;
4384
- };
4385
-
4386
-
4387
- /**
4388
- * Serializes the message to binary data (in protobuf wire format).
4389
- * @return {!Uint8Array}
4390
- */
4391
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.prototype.serializeBinary = function() {
4392
- var writer = new jspb.BinaryWriter();
4393
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.serializeBinaryToWriter(this, writer);
4394
- return writer.getResultBuffer();
4395
- };
4396
-
4397
-
4398
- /**
4399
- * Serializes the given message to binary data (in protobuf wire
4400
- * format), writing to the given BinaryWriter.
4401
- * @param {!proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest} message
4402
- * @param {!jspb.BinaryWriter} writer
4403
- * @suppress {unusedLocalVariables} f is only used for nested messages
4404
- */
4405
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.serializeBinaryToWriter = function(message, writer) {
4406
- var f = undefined;
4407
- f = message.getName();
4408
- if (f.length > 0) {
4409
- writer.writeString(
4410
- 1,
4411
- f
4412
- );
4413
- }
4414
- f = message.getDisplayName();
4415
- if (f.length > 0) {
4416
- writer.writeString(
4417
- 2,
4418
- f
4419
- );
4420
- }
4421
- };
4422
-
4423
-
4424
- /**
4425
- * optional string name = 1;
4426
- * @return {string}
4427
- */
4428
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.prototype.getName = function() {
4429
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
4430
- };
4431
-
4432
-
4433
- /**
4434
- * @param {string} value
4435
- * @return {!proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest} returns this
4436
- */
4437
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.prototype.setName = function(value) {
4438
- return jspb.Message.setProto3StringField(this, 1, value);
4439
- };
4440
-
4441
-
4442
- /**
4443
- * optional string display_name = 2;
4444
- * @return {string}
4445
- */
4446
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.prototype.getDisplayName = function() {
4447
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
4448
- };
4449
-
4450
-
4451
- /**
4452
- * @param {string} value
4453
- * @return {!proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest} returns this
4454
- */
4455
- proto.alis.a2a.extension.history.v1.SetSessionDisplayNameRequest.prototype.setDisplayName = function(value) {
4456
- return jspb.Message.setProto3StringField(this, 2, value);
4457
- };
4458
-
4459
-
4460
- goog.object.extend(exports, proto.alis.a2a.extension.history.v1);
4461
-
4462
- // Below is base64 encoded GeneratedCodeInfo proto
4463
- // CjcKAgQAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGLUfILwfCjcKAgQBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGMMlIMklCjcKAgQCEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGM0rINIrCjcKAgQDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGIUyIJYyCjcKAgQEEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGLs4IM84CjcKAgQFEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGP0+IJA/CjcKAgQGEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGLtFIM9FCjcKAgQHEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGMFMINhMCjcKAgQIEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGNZTIO5TCjcKAgQJEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGPBaIIpbCjcKAgQKEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGJRiIK9iCjcKAgQLEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGL1pINJpCjcKAgQMEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGINwIJVwCjcKAgQNEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGL12IMx2CjcKAgQOEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGOt8IPx8CjkKAgQPEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGKGDASCzgwEKOQoCBBASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YnYoBILWKAQo5CgIEERIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxi3kQEg0JEBCjkKAgQSEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGNaYASDpmAEKOQoCBBMSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YlJ8BILCfAQo7CgQEAAIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGLbKASC9ygEKOwoEBAACABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjAzAEgx8wBCjsKBAQAAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YlM4BIKLOAQo7CgQEAAIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGKXQASCz0AEKOwoEBAACAhIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxj80QEghtIBCjsKBAQAAgISK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YidQBIJPUAQo7CgQEAAIDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGObVASD51QEKOwoEBAACAxIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxj81wEgj9gBCjsKBAQAAgQSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YidoBIJbaAQo7CgQEAAIEEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGPvcASCI3QEKOwoEBAACBBIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxiQ3wEgn98BCjsKBAQAAgQSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y1eABIOLgAQo7CgQEAQIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGKSAAiCrgAIKOwoEBAECABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxisggIgs4ICCjsKBAQBAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y9oMCIPyDAgo7CgQEAQIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGP2FAiCDhgIKOwoEBAICAhIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxj2igIg+ooCCjsKBAQCAgMSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YgYsCIIiLAgo7CgQEAgIEEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGI+LAiCciwIKOwoEBAICBRIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxijiwIgsosCCjsKBAQCAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y6cMCIPDDAgo7CgQEAgIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGO/FAiD2xQIKOwoEBAICARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjgxwIg6ccCCjsKBAQCAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y48oCIOzKAgo7CgQEAgIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGO/MAiD6zAIKOwoEBAICARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxiqzgIgs84CCjsKBAQCAgISK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Yh9ACII7QAgo7CgQEAgICEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGIPTAiCK0wIKOwoEBAICAhIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjN1QIg1tUCCjsKBAQCAgISK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YhNcCIIvXAgo7CgQEAgIDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGOjYAiDy2AIKOwoEBAICAxIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjw2wIg+tsCCjsKBAQCAgMSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Yvd4CIMneAgo7CgQEAgIDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGPrfAiCE4AIKOwoEBAICBBIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxiD4gIgkuICCjsKBAQCAgQSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YuuUCIMnlAgo7CgQEAgIEEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGIzoAiCd6AIKOwoEBAICBBIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjT6QIg4ukCCjsKBAQCAgUSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y5+sCIPjrAgo7CgQEAgIFEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGKbvAiC37wIKOwoEBAICBRIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxj68QIgjfICCjsKBAQCAgUSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YxfMCINbzAgo7CgQEAgIGEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGL71AiDL9QIKOwoEBAICBhIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxis+AIgufgCCjsKBAQCAgYSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YvfoCIMz6Ago7CgQEAgIGEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGID8AiCN/AIKOwoEBAMCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjgngMg554DCjsKBAQDAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y/qADIIWhAwo7CgQEAwIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGIajAyCRowMKOwoEBAMCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxiKpgMglaYDCjsKBAQDAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YsKgDIL2oAwo7CgQEAwIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGPupAyCGqgMKOwoEBAQCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxiWyQMgnckDCjsKBAQEAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YussDIMHLAwo7CgQEBQIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGOPwAyDu8AMKOwoEBAUCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxiI8wMgk/MDCjsKBAQFAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y5/QDIPP0Awo7CgQEBQIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGI73AyCa9wMKOwoEBAUCAhIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxid+QMgqPkDCjsKBAQFAgISK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YpfwDILD8Awo7CgQEBQICEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGM/+AyDc/gMKOwoEBAUCAhIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxicgAQgp4AECjsKBAQGAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y56UEIPalBAo7CgQEBgIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGJ+pBCCuqQQKOwoEBAYCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjuqwQg+asECjsKBAQGAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y764EIICvBAo7CgQEBgIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGL+wBCDPsAQKOwoEBAYCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjssgQg/LIECjsKBAQHAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YqdgEILXYBAo7CgQEBwIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGOHaBCDt2gQKOwoEBAcCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxiZ3QQgod0ECjsKBAQHAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y4d8EIO/fBAo7CgQEBwIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGNXhBCDg4QQKOwoEBAcCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjl5AQg8OQECjsKBAQHAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Yl+cEIKTnBAo7CgQEBwIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGOjoBCDz6AQKOwoEBAgCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjIjAUg14wFCjsKBAQIAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YiJAFIJeQBQo7CgQECAIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGNuSBSDmkgUKOwoEBAgCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjklQUg9ZUFCjsKBAQJAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YxbcFING3BQo7CgQECQIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGIO6BSCPugUKOwoEBAkCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjBvAUgybwFCjsKBAQJAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Yj78FIJ2/BQo7CgQECgIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGJTjBSCj4wUKOwoEBAoCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxja5gUg6eYFCjsKBAQKAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YsOkFILvpBQo7CgQECgIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGL/sBSDQ7AUKOwoEBAsCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjyjQYg/Y0GCjsKBAQLAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y/pAGIImRBgo7CgQECwIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGKyTBiC5kwYKOwoEBAsCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxj7lAYghpUGCjsKBAQMAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YyboGING6Bgo7CgQEDAIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGOK9BiDqvQYKOwoEBAwCABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxiHwAYgkcAGCjsKBAQMAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YzcEGINXBBgo7CgQEDAIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGJnDBiCjwwYKOwoEBAwCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxi8xQYgxsUGCjsKBAQMAgISK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YpMcGILfHBgo7CgQEDAICEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGNDJBiDjyQYKOwoEBA0CABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxil7AYgrOwGCjsKBAQNAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Yv+4GIMbuBgo7CgQEDQIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGMXwBiDQ8AYKOwoEBA0CARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjF8wYg0PMGCjsKBAQNAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y5/UGIPT1Bgo7CgQEDQIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGLD3BiC79wYKOwoEBA4CABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjFngcgzp4HCjsKBAQOAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y5aAHIO6gBwo7CgQEDgIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGMGiByDMogcKOwoEBA4CARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjipAcg7aQHCjsKBAQOAgISK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Yv6YHIMumBwo7CgQEDgICEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGOKoByDuqAcKOwoEBA4CAxIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjvqgcg+qoHCjsKBAQOAgMSK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y860HIP6tBwo7CgQEDgIDEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGJmwByCmsAcKOwoEBA4CAxIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjksQcg77EHCjsKBAQPAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y99YHIITXBwo7CgQEDwIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGKPaByCw2gcKOwoEBA8CABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjq3Acg89wHCjsKBAQPAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y498HIPLfBwo7CgQEDwIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGK3hByC94QcKOwoEBA8CARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjW4wcg5uMHCjsKBAQQAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YiowIIJeMCAo7CgQEEAIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGMKPCCDPjwgKOwoEBBACABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxiPkgggmJIICjsKBAQQAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YlJUIIKOVCAo7CgQEEAIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGN2WCCDnlggKOwoEBBACARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxiMmQgglpkICjsKBAQQAgISK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y+poIII2bCAo7CgQEEAICEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGLKdCCDFnQgKOwoEBBECABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxilwQggssEICjsKBAQRAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y38QIIOzECAo7CgQEEQIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGK3HCCC2xwgKOwoEBBECABIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxi0ygggw8oICjsKBAQSAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Yre0IILbtCAo7CgQEEgIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGNHvCCDa7wgKOwoEBBICARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjd8Qgg6PEICjsKBAQSAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y5fQIIPD0CAo7CgQEEgIBEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGI/3CCCc9wgKOwoEBBICARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxjc+Agg5/gICjsKBAQTAgASK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8YoJsJIKebCQo7CgQEEwIAEithbGlzL2EyYS9leHRlbnNpb24vaGlzdG9yeS92MS9zZXNzaW9uLnByb3RvGNSdCSDbnQkKOwoEBBMCARIrYWxpcy9hMmEvZXh0ZW5zaW9uL2hpc3RvcnkvdjEvc2Vzc2lvbi5wcm90bxi9nwkgy58JCjsKBAQTAgESK2FsaXMvYTJhL2V4dGVuc2lvbi9oaXN0b3J5L3YxL3Nlc3Npb24ucHJvdG8Y+KEJIIaiCQ==