@alis-build/ideate 1.945.967

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ // GENERATED CODE -- NO SERVICES IN PROTO
@@ -0,0 +1 @@
1
+ // GENERATED CODE -- NO SERVICES IN PROTO
@@ -0,0 +1,82 @@
1
+ import * as jspb from 'google-protobuf'
2
+
3
+ import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb'; // proto import: "google/protobuf/field_mask.proto"
4
+ import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
5
+
6
+
7
+ export class Stream extends jspb.Message {
8
+ getName(): string;
9
+ setName(value: string): Stream;
10
+
11
+ getDisplayName(): string;
12
+ setDisplayName(value: string): Stream;
13
+
14
+ getContributionSession(): string;
15
+ setContributionSession(value: string): Stream;
16
+
17
+ getState(): Stream.State;
18
+ setState(value: Stream.State): Stream;
19
+
20
+ getCreateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
21
+ setCreateTime(value?: google_protobuf_timestamp_pb.Timestamp): Stream;
22
+ hasCreateTime(): boolean;
23
+ clearCreateTime(): Stream;
24
+
25
+ getUpdateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
26
+ setUpdateTime(value?: google_protobuf_timestamp_pb.Timestamp): Stream;
27
+ hasUpdateTime(): boolean;
28
+ clearUpdateTime(): Stream;
29
+
30
+ serializeBinary(): Uint8Array;
31
+ toObject(includeInstance?: boolean): Stream.AsObject;
32
+ static toObject(includeInstance: boolean, msg: Stream): Stream.AsObject;
33
+ static serializeBinaryToWriter(message: Stream, writer: jspb.BinaryWriter): void;
34
+ static deserializeBinary(bytes: Uint8Array): Stream;
35
+ static deserializeBinaryFromReader(message: Stream, reader: jspb.BinaryReader): Stream;
36
+ }
37
+
38
+ export namespace Stream {
39
+ export type AsObject = {
40
+ name: string,
41
+ displayName: string,
42
+ contributionSession: string,
43
+ state: Stream.State,
44
+ createTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
45
+ updateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
46
+ }
47
+
48
+ export enum State {
49
+ STATE_UNSPECIFIED = 0,
50
+ UPLOAD_PENDING = 1,
51
+ NEW = 2,
52
+ PREPROCESSING = 3,
53
+ AUGMENTING = 4,
54
+ READY = 5,
55
+ FAILED = 6,
56
+ ARCHIVED = 7,
57
+ }
58
+ }
59
+
60
+ export class GetStreamRequest extends jspb.Message {
61
+ getName(): string;
62
+ setName(value: string): GetStreamRequest;
63
+
64
+ getReadMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
65
+ setReadMask(value?: google_protobuf_field_mask_pb.FieldMask): GetStreamRequest;
66
+ hasReadMask(): boolean;
67
+ clearReadMask(): GetStreamRequest;
68
+
69
+ serializeBinary(): Uint8Array;
70
+ toObject(includeInstance?: boolean): GetStreamRequest.AsObject;
71
+ static toObject(includeInstance: boolean, msg: GetStreamRequest): GetStreamRequest.AsObject;
72
+ static serializeBinaryToWriter(message: GetStreamRequest, writer: jspb.BinaryWriter): void;
73
+ static deserializeBinary(bytes: Uint8Array): GetStreamRequest;
74
+ static deserializeBinaryFromReader(message: GetStreamRequest, reader: jspb.BinaryReader): GetStreamRequest;
75
+ }
76
+
77
+ export namespace GetStreamRequest {
78
+ export type AsObject = {
79
+ name: string,
80
+ readMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
81
+ }
82
+ }
@@ -0,0 +1,587 @@
1
+ // source: alis/ideate/stream.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_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js');
19
+ goog.object.extend(proto, google_protobuf_field_mask_pb);
20
+ var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
21
+ goog.object.extend(proto, google_protobuf_timestamp_pb);
22
+ goog.exportSymbol('proto.alis.ideate.GetStreamRequest', null, global);
23
+ goog.exportSymbol('proto.alis.ideate.Stream', null, global);
24
+ goog.exportSymbol('proto.alis.ideate.Stream.State', null, global);
25
+ /**
26
+ * Generated by JsPbCodeGenerator.
27
+ * @param {Array=} opt_data Optional initial data array, typically from a
28
+ * server response, or constructed directly in Javascript. The array is used
29
+ * in place and becomes part of the constructed object. It is not cloned.
30
+ * If no data is provided, the constructed object will be empty, but still
31
+ * valid.
32
+ * @extends {jspb.Message}
33
+ * @constructor
34
+ */
35
+ proto.alis.ideate.Stream = function(opt_data) {
36
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
37
+ };
38
+ goog.inherits(proto.alis.ideate.Stream, jspb.Message);
39
+ if (goog.DEBUG && !COMPILED) {
40
+ /**
41
+ * @public
42
+ * @override
43
+ */
44
+ proto.alis.ideate.Stream.displayName = 'proto.alis.ideate.Stream';
45
+ }
46
+ /**
47
+ * Generated by JsPbCodeGenerator.
48
+ * @param {Array=} opt_data Optional initial data array, typically from a
49
+ * server response, or constructed directly in Javascript. The array is used
50
+ * in place and becomes part of the constructed object. It is not cloned.
51
+ * If no data is provided, the constructed object will be empty, but still
52
+ * valid.
53
+ * @extends {jspb.Message}
54
+ * @constructor
55
+ */
56
+ proto.alis.ideate.GetStreamRequest = function(opt_data) {
57
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
58
+ };
59
+ goog.inherits(proto.alis.ideate.GetStreamRequest, jspb.Message);
60
+ if (goog.DEBUG && !COMPILED) {
61
+ /**
62
+ * @public
63
+ * @override
64
+ */
65
+ proto.alis.ideate.GetStreamRequest.displayName = 'proto.alis.ideate.GetStreamRequest';
66
+ }
67
+
68
+
69
+
70
+ if (jspb.Message.GENERATE_TO_OBJECT) {
71
+ /**
72
+ * Creates an object representation of this proto.
73
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
74
+ * Optional fields that are not set will be set to undefined.
75
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
76
+ * For the list of reserved names please see:
77
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
78
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
79
+ * JSPB instance for transitional soy proto support:
80
+ * http://goto/soy-param-migration
81
+ * @return {!Object}
82
+ */
83
+ proto.alis.ideate.Stream.prototype.toObject = function(opt_includeInstance) {
84
+ return proto.alis.ideate.Stream.toObject(opt_includeInstance, this);
85
+ };
86
+
87
+
88
+ /**
89
+ * Static version of the {@see toObject} method.
90
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
91
+ * the JSPB instance for transitional soy proto support:
92
+ * http://goto/soy-param-migration
93
+ * @param {!proto.alis.ideate.Stream} msg The msg instance to transform.
94
+ * @return {!Object}
95
+ * @suppress {unusedLocalVariables} f is only used for nested messages
96
+ */
97
+ proto.alis.ideate.Stream.toObject = function(includeInstance, msg) {
98
+ var f, obj = {
99
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
100
+ displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
101
+ contributionSession: jspb.Message.getFieldWithDefault(msg, 3, ""),
102
+ state: jspb.Message.getFieldWithDefault(msg, 4, 0),
103
+ createTime: (f = msg.getCreateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
104
+ updateTime: (f = msg.getUpdateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
105
+ };
106
+
107
+ if (includeInstance) {
108
+ obj.$jspbMessageInstance = msg;
109
+ }
110
+ return obj;
111
+ };
112
+ }
113
+
114
+
115
+ /**
116
+ * Deserializes binary data (in protobuf wire format).
117
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
118
+ * @return {!proto.alis.ideate.Stream}
119
+ */
120
+ proto.alis.ideate.Stream.deserializeBinary = function(bytes) {
121
+ var reader = new jspb.BinaryReader(bytes);
122
+ var msg = new proto.alis.ideate.Stream;
123
+ return proto.alis.ideate.Stream.deserializeBinaryFromReader(msg, reader);
124
+ };
125
+
126
+
127
+ /**
128
+ * Deserializes binary data (in protobuf wire format) from the
129
+ * given reader into the given message object.
130
+ * @param {!proto.alis.ideate.Stream} msg The message object to deserialize into.
131
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
132
+ * @return {!proto.alis.ideate.Stream}
133
+ */
134
+ proto.alis.ideate.Stream.deserializeBinaryFromReader = function(msg, reader) {
135
+ while (reader.nextField()) {
136
+ if (reader.isEndGroup()) {
137
+ break;
138
+ }
139
+ var field = reader.getFieldNumber();
140
+ switch (field) {
141
+ case 1:
142
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
143
+ msg.setName(value);
144
+ break;
145
+ case 2:
146
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
147
+ msg.setDisplayName(value);
148
+ break;
149
+ case 3:
150
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
151
+ msg.setContributionSession(value);
152
+ break;
153
+ case 4:
154
+ var value = /** @type {!proto.alis.ideate.Stream.State} */ (reader.readEnum());
155
+ msg.setState(value);
156
+ break;
157
+ case 97:
158
+ var value = new google_protobuf_timestamp_pb.Timestamp;
159
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
160
+ msg.setCreateTime(value);
161
+ break;
162
+ case 98:
163
+ var value = new google_protobuf_timestamp_pb.Timestamp;
164
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
165
+ msg.setUpdateTime(value);
166
+ break;
167
+ default:
168
+ reader.skipField();
169
+ break;
170
+ }
171
+ }
172
+ return msg;
173
+ };
174
+
175
+
176
+ /**
177
+ * Serializes the message to binary data (in protobuf wire format).
178
+ * @return {!Uint8Array}
179
+ */
180
+ proto.alis.ideate.Stream.prototype.serializeBinary = function() {
181
+ var writer = new jspb.BinaryWriter();
182
+ proto.alis.ideate.Stream.serializeBinaryToWriter(this, writer);
183
+ return writer.getResultBuffer();
184
+ };
185
+
186
+
187
+ /**
188
+ * Serializes the given message to binary data (in protobuf wire
189
+ * format), writing to the given BinaryWriter.
190
+ * @param {!proto.alis.ideate.Stream} message
191
+ * @param {!jspb.BinaryWriter} writer
192
+ * @suppress {unusedLocalVariables} f is only used for nested messages
193
+ */
194
+ proto.alis.ideate.Stream.serializeBinaryToWriter = function(message, writer) {
195
+ var f = undefined;
196
+ f = message.getName();
197
+ if (f.length > 0) {
198
+ writer.writeString(
199
+ 1,
200
+ f
201
+ );
202
+ }
203
+ f = message.getDisplayName();
204
+ if (f.length > 0) {
205
+ writer.writeString(
206
+ 2,
207
+ f
208
+ );
209
+ }
210
+ f = message.getContributionSession();
211
+ if (f.length > 0) {
212
+ writer.writeString(
213
+ 3,
214
+ f
215
+ );
216
+ }
217
+ f = message.getState();
218
+ if (f !== 0.0) {
219
+ writer.writeEnum(
220
+ 4,
221
+ f
222
+ );
223
+ }
224
+ f = message.getCreateTime();
225
+ if (f != null) {
226
+ writer.writeMessage(
227
+ 97,
228
+ f,
229
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
230
+ );
231
+ }
232
+ f = message.getUpdateTime();
233
+ if (f != null) {
234
+ writer.writeMessage(
235
+ 98,
236
+ f,
237
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
238
+ );
239
+ }
240
+ };
241
+
242
+
243
+ /**
244
+ * @enum {number}
245
+ */
246
+ proto.alis.ideate.Stream.State = {
247
+ STATE_UNSPECIFIED: 0,
248
+ UPLOAD_PENDING: 1,
249
+ NEW: 2,
250
+ PREPROCESSING: 3,
251
+ AUGMENTING: 4,
252
+ READY: 5,
253
+ FAILED: 6,
254
+ ARCHIVED: 7
255
+ };
256
+
257
+ /**
258
+ * optional string name = 1;
259
+ * @return {string}
260
+ */
261
+ proto.alis.ideate.Stream.prototype.getName = function() {
262
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
263
+ };
264
+
265
+
266
+ /**
267
+ * @param {string} value
268
+ * @return {!proto.alis.ideate.Stream} returns this
269
+ */
270
+ proto.alis.ideate.Stream.prototype.setName = function(value) {
271
+ return jspb.Message.setProto3StringField(this, 1, value);
272
+ };
273
+
274
+
275
+ /**
276
+ * optional string display_name = 2;
277
+ * @return {string}
278
+ */
279
+ proto.alis.ideate.Stream.prototype.getDisplayName = function() {
280
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
281
+ };
282
+
283
+
284
+ /**
285
+ * @param {string} value
286
+ * @return {!proto.alis.ideate.Stream} returns this
287
+ */
288
+ proto.alis.ideate.Stream.prototype.setDisplayName = function(value) {
289
+ return jspb.Message.setProto3StringField(this, 2, value);
290
+ };
291
+
292
+
293
+ /**
294
+ * optional string contribution_session = 3;
295
+ * @return {string}
296
+ */
297
+ proto.alis.ideate.Stream.prototype.getContributionSession = function() {
298
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
299
+ };
300
+
301
+
302
+ /**
303
+ * @param {string} value
304
+ * @return {!proto.alis.ideate.Stream} returns this
305
+ */
306
+ proto.alis.ideate.Stream.prototype.setContributionSession = function(value) {
307
+ return jspb.Message.setProto3StringField(this, 3, value);
308
+ };
309
+
310
+
311
+ /**
312
+ * optional State state = 4;
313
+ * @return {!proto.alis.ideate.Stream.State}
314
+ */
315
+ proto.alis.ideate.Stream.prototype.getState = function() {
316
+ return /** @type {!proto.alis.ideate.Stream.State} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
317
+ };
318
+
319
+
320
+ /**
321
+ * @param {!proto.alis.ideate.Stream.State} value
322
+ * @return {!proto.alis.ideate.Stream} returns this
323
+ */
324
+ proto.alis.ideate.Stream.prototype.setState = function(value) {
325
+ return jspb.Message.setProto3EnumField(this, 4, value);
326
+ };
327
+
328
+
329
+ /**
330
+ * optional google.protobuf.Timestamp create_time = 97;
331
+ * @return {?proto.google.protobuf.Timestamp}
332
+ */
333
+ proto.alis.ideate.Stream.prototype.getCreateTime = function() {
334
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
335
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 97));
336
+ };
337
+
338
+
339
+ /**
340
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
341
+ * @return {!proto.alis.ideate.Stream} returns this
342
+ */
343
+ proto.alis.ideate.Stream.prototype.setCreateTime = function(value) {
344
+ return jspb.Message.setWrapperField(this, 97, value);
345
+ };
346
+
347
+
348
+ /**
349
+ * Clears the message field making it undefined.
350
+ * @return {!proto.alis.ideate.Stream} returns this
351
+ */
352
+ proto.alis.ideate.Stream.prototype.clearCreateTime = function() {
353
+ return this.setCreateTime(undefined);
354
+ };
355
+
356
+
357
+ /**
358
+ * Returns whether this field is set.
359
+ * @return {boolean}
360
+ */
361
+ proto.alis.ideate.Stream.prototype.hasCreateTime = function() {
362
+ return jspb.Message.getField(this, 97) != null;
363
+ };
364
+
365
+
366
+ /**
367
+ * optional google.protobuf.Timestamp update_time = 98;
368
+ * @return {?proto.google.protobuf.Timestamp}
369
+ */
370
+ proto.alis.ideate.Stream.prototype.getUpdateTime = function() {
371
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
372
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 98));
373
+ };
374
+
375
+
376
+ /**
377
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
378
+ * @return {!proto.alis.ideate.Stream} returns this
379
+ */
380
+ proto.alis.ideate.Stream.prototype.setUpdateTime = function(value) {
381
+ return jspb.Message.setWrapperField(this, 98, value);
382
+ };
383
+
384
+
385
+ /**
386
+ * Clears the message field making it undefined.
387
+ * @return {!proto.alis.ideate.Stream} returns this
388
+ */
389
+ proto.alis.ideate.Stream.prototype.clearUpdateTime = function() {
390
+ return this.setUpdateTime(undefined);
391
+ };
392
+
393
+
394
+ /**
395
+ * Returns whether this field is set.
396
+ * @return {boolean}
397
+ */
398
+ proto.alis.ideate.Stream.prototype.hasUpdateTime = function() {
399
+ return jspb.Message.getField(this, 98) != null;
400
+ };
401
+
402
+
403
+
404
+
405
+
406
+ if (jspb.Message.GENERATE_TO_OBJECT) {
407
+ /**
408
+ * Creates an object representation of this proto.
409
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
410
+ * Optional fields that are not set will be set to undefined.
411
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
412
+ * For the list of reserved names please see:
413
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
414
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
415
+ * JSPB instance for transitional soy proto support:
416
+ * http://goto/soy-param-migration
417
+ * @return {!Object}
418
+ */
419
+ proto.alis.ideate.GetStreamRequest.prototype.toObject = function(opt_includeInstance) {
420
+ return proto.alis.ideate.GetStreamRequest.toObject(opt_includeInstance, this);
421
+ };
422
+
423
+
424
+ /**
425
+ * Static version of the {@see toObject} method.
426
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
427
+ * the JSPB instance for transitional soy proto support:
428
+ * http://goto/soy-param-migration
429
+ * @param {!proto.alis.ideate.GetStreamRequest} msg The msg instance to transform.
430
+ * @return {!Object}
431
+ * @suppress {unusedLocalVariables} f is only used for nested messages
432
+ */
433
+ proto.alis.ideate.GetStreamRequest.toObject = function(includeInstance, msg) {
434
+ var f, obj = {
435
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
436
+ readMask: (f = msg.getReadMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
437
+ };
438
+
439
+ if (includeInstance) {
440
+ obj.$jspbMessageInstance = msg;
441
+ }
442
+ return obj;
443
+ };
444
+ }
445
+
446
+
447
+ /**
448
+ * Deserializes binary data (in protobuf wire format).
449
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
450
+ * @return {!proto.alis.ideate.GetStreamRequest}
451
+ */
452
+ proto.alis.ideate.GetStreamRequest.deserializeBinary = function(bytes) {
453
+ var reader = new jspb.BinaryReader(bytes);
454
+ var msg = new proto.alis.ideate.GetStreamRequest;
455
+ return proto.alis.ideate.GetStreamRequest.deserializeBinaryFromReader(msg, reader);
456
+ };
457
+
458
+
459
+ /**
460
+ * Deserializes binary data (in protobuf wire format) from the
461
+ * given reader into the given message object.
462
+ * @param {!proto.alis.ideate.GetStreamRequest} msg The message object to deserialize into.
463
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
464
+ * @return {!proto.alis.ideate.GetStreamRequest}
465
+ */
466
+ proto.alis.ideate.GetStreamRequest.deserializeBinaryFromReader = function(msg, reader) {
467
+ while (reader.nextField()) {
468
+ if (reader.isEndGroup()) {
469
+ break;
470
+ }
471
+ var field = reader.getFieldNumber();
472
+ switch (field) {
473
+ case 1:
474
+ var value = /** @type {string} */ (reader.readStringRequireUtf8());
475
+ msg.setName(value);
476
+ break;
477
+ case 2:
478
+ var value = new google_protobuf_field_mask_pb.FieldMask;
479
+ reader.readMessage(value,google_protobuf_field_mask_pb.FieldMask.deserializeBinaryFromReader);
480
+ msg.setReadMask(value);
481
+ break;
482
+ default:
483
+ reader.skipField();
484
+ break;
485
+ }
486
+ }
487
+ return msg;
488
+ };
489
+
490
+
491
+ /**
492
+ * Serializes the message to binary data (in protobuf wire format).
493
+ * @return {!Uint8Array}
494
+ */
495
+ proto.alis.ideate.GetStreamRequest.prototype.serializeBinary = function() {
496
+ var writer = new jspb.BinaryWriter();
497
+ proto.alis.ideate.GetStreamRequest.serializeBinaryToWriter(this, writer);
498
+ return writer.getResultBuffer();
499
+ };
500
+
501
+
502
+ /**
503
+ * Serializes the given message to binary data (in protobuf wire
504
+ * format), writing to the given BinaryWriter.
505
+ * @param {!proto.alis.ideate.GetStreamRequest} message
506
+ * @param {!jspb.BinaryWriter} writer
507
+ * @suppress {unusedLocalVariables} f is only used for nested messages
508
+ */
509
+ proto.alis.ideate.GetStreamRequest.serializeBinaryToWriter = function(message, writer) {
510
+ var f = undefined;
511
+ f = message.getName();
512
+ if (f.length > 0) {
513
+ writer.writeString(
514
+ 1,
515
+ f
516
+ );
517
+ }
518
+ f = message.getReadMask();
519
+ if (f != null) {
520
+ writer.writeMessage(
521
+ 2,
522
+ f,
523
+ google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
524
+ );
525
+ }
526
+ };
527
+
528
+
529
+ /**
530
+ * optional string name = 1;
531
+ * @return {string}
532
+ */
533
+ proto.alis.ideate.GetStreamRequest.prototype.getName = function() {
534
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
535
+ };
536
+
537
+
538
+ /**
539
+ * @param {string} value
540
+ * @return {!proto.alis.ideate.GetStreamRequest} returns this
541
+ */
542
+ proto.alis.ideate.GetStreamRequest.prototype.setName = function(value) {
543
+ return jspb.Message.setProto3StringField(this, 1, value);
544
+ };
545
+
546
+
547
+ /**
548
+ * optional google.protobuf.FieldMask read_mask = 2;
549
+ * @return {?proto.google.protobuf.FieldMask}
550
+ */
551
+ proto.alis.ideate.GetStreamRequest.prototype.getReadMask = function() {
552
+ return /** @type{?proto.google.protobuf.FieldMask} */ (
553
+ jspb.Message.getWrapperField(this, google_protobuf_field_mask_pb.FieldMask, 2));
554
+ };
555
+
556
+
557
+ /**
558
+ * @param {?proto.google.protobuf.FieldMask|undefined} value
559
+ * @return {!proto.alis.ideate.GetStreamRequest} returns this
560
+ */
561
+ proto.alis.ideate.GetStreamRequest.prototype.setReadMask = function(value) {
562
+ return jspb.Message.setWrapperField(this, 2, value);
563
+ };
564
+
565
+
566
+ /**
567
+ * Clears the message field making it undefined.
568
+ * @return {!proto.alis.ideate.GetStreamRequest} returns this
569
+ */
570
+ proto.alis.ideate.GetStreamRequest.prototype.clearReadMask = function() {
571
+ return this.setReadMask(undefined);
572
+ };
573
+
574
+
575
+ /**
576
+ * Returns whether this field is set.
577
+ * @return {boolean}
578
+ */
579
+ proto.alis.ideate.GetStreamRequest.prototype.hasReadMask = function() {
580
+ return jspb.Message.getField(this, 2) != null;
581
+ };
582
+
583
+
584
+ goog.object.extend(exports, proto.alis.ideate);
585
+
586
+ // Below is base64 encoded GeneratedCodeInfo proto
587
+ // CiQKAgQAEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8Y4Aog5goKJAoCBAESGGFsaXMvaWRlYXRlL3N0cmVhbS5wcm90bxiiECCyEAomCgQEAAQAEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8YhjwgizwKKAoGBAAEAAIAEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8YkjwgozwKKAoGBAAEAAIBEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8YqjwguDwKKAoGBAAEAAICEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8YvzwgwjwKKAoGBAAEAAIDEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8YyTwg1jwKKAoGBAAEAAIEEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8Y3Twg5zwKKAoGBAAEAAIFEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8Y7jwg8zwKKAoGBAAEAAIGEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8Y+jwggD0KKAoGBAAEAAIHEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8Yhz0gjz0KJgoEBAACABIYYWxpcy9pZGVhdGUvc3RyZWFtLnByb3RvGPM9IPo9CiYKBAQAAgASGGFsaXMvaWRlYXRlL3N0cmVhbS5wcm90bxjXPyDePwomCgQEAAIBEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8YmEEgpkEKJgoEBAACARIYYWxpcy9pZGVhdGUvc3RyZWFtLnByb3RvGINDIJFDCiYKBAQAAgISGGFsaXMvaWRlYXRlL3N0cmVhbS5wcm90bxjTRCDpRAomCgQEAAICEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8YxkYg3EYKJgoEBAACAxIYYWxpcy9pZGVhdGUvc3RyZWFtLnByb3RvGKdIIK9ICiYKBAQAAgMSGGFsaXMvaWRlYXRlL3N0cmVhbS5wcm90bxi9SiDFSgomCgQEAAIEEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8Yqkwgt0wKJgoEBAACBBIYYWxpcy9pZGVhdGUvc3RyZWFtLnByb3RvGPZOIINPCiYKBAQAAgQSGGFsaXMvaWRlYXRlL3N0cmVhbS5wcm90bxjlUCD0UAomCgQEAAIEEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8Yl1IgpFIKJgoEBAACBRIYYWxpcy9pZGVhdGUvc3RyZWFtLnByb3RvGPxTIIlUCiYKBAQAAgUSGGFsaXMvaWRlYXRlL3N0cmVhbS5wcm90bxjIViDVVgomCgQEAAIFEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8Yt1ggxlgKJgoEBAACBRIYYWxpcy9pZGVhdGUvc3RyZWFtLnByb3RvGOlZIPZZCiYKBAQBAgASGGFsaXMvaWRlYXRlL3N0cmVhbS5wcm90bxiZeiCgegomCgQEAQIAEhhhbGlzL2lkZWF0ZS9zdHJlYW0ucHJvdG8YkXwgmHwKJgoEBAECARIYYWxpcy9pZGVhdGUvc3RyZWFtLnByb3RvGIZ+IJF+CigKBAQBAgESGGFsaXMvaWRlYXRlL3N0cmVhbS5wcm90bxjkgAEg74ABCigKBAQBAgESGGFsaXMvaWRlYXRlL3N0cmVhbS5wcm90bxjkggEg8YIBCigKBAQBAgESGGFsaXMvaWRlYXRlL3N0cmVhbS5wcm90bxichAEgp4QB
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@alis-build/ideate",
3
+ "version": "1.945.967",
4
+ "description": "Protobufs generated by Alis Build",
5
+ "dependencies": {
6
+ "@alis-build/google-common-protos": "^1.7.0",
7
+ "google-protobuf": "^4.0.1",
8
+ "grpc-web": "^2.0.2",
9
+ "@grpc/grpc-js": "^1.14.3",
10
+ "@open.alis.services/protobuf": "^1.200.9"
11
+ }
12
+ }