@lansweeper/asserver-grpc 2.2.5 → 2.2.6
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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.2.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/asserver-grpc@2.2.5...@lansweeper/asserver-grpc@2.2.6) (2021-07-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* solve issue with NullableInt32 in both protos ([638fa78](https://github.com/Lansweeper/lansweeperapis/commit/638fa78485b92eb7669c4e92a86fe6756d97dce7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.2.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/asserver-grpc@2.2.4...@lansweeper/asserver-grpc@2.2.5) (2021-07-21)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -38,37 +38,6 @@ export namespace NullableString {
|
|
|
38
38
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
export class NullableInt32 extends jspb.Message {
|
|
42
|
-
|
|
43
|
-
hasData(): boolean;
|
|
44
|
-
clearData(): void;
|
|
45
|
-
getData(): number;
|
|
46
|
-
setData(value: number): NullableInt32;
|
|
47
|
-
|
|
48
|
-
getKindCase(): NullableInt32.KindCase;
|
|
49
|
-
|
|
50
|
-
serializeBinary(): Uint8Array;
|
|
51
|
-
toObject(includeInstance?: boolean): NullableInt32.AsObject;
|
|
52
|
-
static toObject(includeInstance: boolean, msg: NullableInt32): NullableInt32.AsObject;
|
|
53
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
54
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
55
|
-
static serializeBinaryToWriter(message: NullableInt32, writer: jspb.BinaryWriter): void;
|
|
56
|
-
static deserializeBinary(bytes: Uint8Array): NullableInt32;
|
|
57
|
-
static deserializeBinaryFromReader(message: NullableInt32, reader: jspb.BinaryReader): NullableInt32;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export namespace NullableInt32 {
|
|
61
|
-
export type AsObject = {
|
|
62
|
-
data: number,
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
export enum KindCase {
|
|
66
|
-
KIND_NOT_SET = 0,
|
|
67
|
-
DATA = 1,
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
|
|
72
41
|
export class NullableInt64 extends jspb.Message {
|
|
73
42
|
|
|
74
43
|
hasData(): boolean;
|
|
@@ -350,8 +319,8 @@ export class AsServer extends jspb.Message {
|
|
|
350
319
|
|
|
351
320
|
hasMaxDeploymentThreads(): boolean;
|
|
352
321
|
clearMaxDeploymentThreads(): void;
|
|
353
|
-
getMaxDeploymentThreads(): NullableInt32 | undefined;
|
|
354
|
-
setMaxDeploymentThreads(value?: NullableInt32): AsServer;
|
|
322
|
+
getMaxDeploymentThreads(): shared_stream_pb.NullableInt32 | undefined;
|
|
323
|
+
setMaxDeploymentThreads(value?: shared_stream_pb.NullableInt32): AsServer;
|
|
355
324
|
getDelDeploymentLogDays(): string;
|
|
356
325
|
setDelDeploymentLogDays(value: string): AsServer;
|
|
357
326
|
getScanHistoryDays(): number;
|
|
@@ -369,8 +338,8 @@ export class AsServer extends jspb.Message {
|
|
|
369
338
|
|
|
370
339
|
hasEncryptionKeyHash(): boolean;
|
|
371
340
|
clearEncryptionKeyHash(): void;
|
|
372
|
-
getEncryptionKeyHash(): NullableInt32 | undefined;
|
|
373
|
-
setEncryptionKeyHash(value?: NullableInt32): AsServer;
|
|
341
|
+
getEncryptionKeyHash(): shared_stream_pb.NullableInt32 | undefined;
|
|
342
|
+
setEncryptionKeyHash(value?: shared_stream_pb.NullableInt32): AsServer;
|
|
374
343
|
getDelConfigurationLogDays(): number;
|
|
375
344
|
setDelConfigurationLogDays(value: number): AsServer;
|
|
376
345
|
getDelLoginLogDays(): number;
|
|
@@ -405,8 +374,8 @@ export class AsServer extends jspb.Message {
|
|
|
405
374
|
|
|
406
375
|
hasProxyPort(): boolean;
|
|
407
376
|
clearProxyPort(): void;
|
|
408
|
-
getProxyPort(): NullableInt32 | undefined;
|
|
409
|
-
setProxyPort(value?: NullableInt32): AsServer;
|
|
377
|
+
getProxyPort(): shared_stream_pb.NullableInt32 | undefined;
|
|
378
|
+
setProxyPort(value?: shared_stream_pb.NullableInt32): AsServer;
|
|
410
379
|
getIsAssetRadarCompatible(): boolean;
|
|
411
380
|
setIsAssetRadarCompatible(value: boolean): AsServer;
|
|
412
381
|
|
|
@@ -536,7 +505,7 @@ export namespace AsServer {
|
|
|
536
505
|
assetGroupSscannow?: NullableBoolean.AsObject,
|
|
537
506
|
renamedComputerDetection: boolean,
|
|
538
507
|
lastActiveScan: string,
|
|
539
|
-
maxDeploymentThreads?: NullableInt32.AsObject,
|
|
508
|
+
maxDeploymentThreads?: shared_stream_pb.NullableInt32.AsObject,
|
|
540
509
|
delDeploymentLogDays: string,
|
|
541
510
|
scanHistoryDays: number,
|
|
542
511
|
activeScanningMaxrescanTime: number,
|
|
@@ -544,7 +513,7 @@ export namespace AsServer {
|
|
|
544
513
|
activeScanningInterVal: number,
|
|
545
514
|
clearQueue: boolean,
|
|
546
515
|
mailServer: boolean,
|
|
547
|
-
encryptionKeyHash?: NullableInt32.AsObject,
|
|
516
|
+
encryptionKeyHash?: shared_stream_pb.NullableInt32.AsObject,
|
|
548
517
|
delConfigurationLogDays: number,
|
|
549
518
|
delLoginLogDays: number,
|
|
550
519
|
proxyTimeout: number,
|
|
@@ -559,7 +528,7 @@ export namespace AsServer {
|
|
|
559
528
|
delSccmDataDays: number,
|
|
560
529
|
dELSCCMCOMP: boolean,
|
|
561
530
|
scanLastLogon: boolean,
|
|
562
|
-
proxyPort?: NullableInt32.AsObject,
|
|
531
|
+
proxyPort?: shared_stream_pb.NullableInt32.AsObject,
|
|
563
532
|
isAssetRadarCompatible: boolean,
|
|
564
533
|
assetRadarCompatibleLastScanned?: NullableString.AsObject,
|
|
565
534
|
checkAssetRadarCompatibilityNow: boolean,
|
|
@@ -20,8 +20,6 @@ goog.object.extend(proto, shared_stream_pb);
|
|
|
20
20
|
goog.exportSymbol('proto.lansweeper.asserver.v1.AsServer', null, global);
|
|
21
21
|
goog.exportSymbol('proto.lansweeper.asserver.v1.NullableBoolean', null, global);
|
|
22
22
|
goog.exportSymbol('proto.lansweeper.asserver.v1.NullableBoolean.KindCase', null, global);
|
|
23
|
-
goog.exportSymbol('proto.lansweeper.asserver.v1.NullableInt32', null, global);
|
|
24
|
-
goog.exportSymbol('proto.lansweeper.asserver.v1.NullableInt32.KindCase', null, global);
|
|
25
23
|
goog.exportSymbol('proto.lansweeper.asserver.v1.NullableInt64', null, global);
|
|
26
24
|
goog.exportSymbol('proto.lansweeper.asserver.v1.NullableInt64.KindCase', null, global);
|
|
27
25
|
goog.exportSymbol('proto.lansweeper.asserver.v1.NullableString', null, global);
|
|
@@ -50,27 +48,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
50
48
|
*/
|
|
51
49
|
proto.lansweeper.asserver.v1.NullableString.displayName = 'proto.lansweeper.asserver.v1.NullableString';
|
|
52
50
|
}
|
|
53
|
-
/**
|
|
54
|
-
* Generated by JsPbCodeGenerator.
|
|
55
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
56
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
57
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
58
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
59
|
-
* valid.
|
|
60
|
-
* @extends {jspb.Message}
|
|
61
|
-
* @constructor
|
|
62
|
-
*/
|
|
63
|
-
proto.lansweeper.asserver.v1.NullableInt32 = function(opt_data) {
|
|
64
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, proto.lansweeper.asserver.v1.NullableInt32.oneofGroups_);
|
|
65
|
-
};
|
|
66
|
-
goog.inherits(proto.lansweeper.asserver.v1.NullableInt32, jspb.Message);
|
|
67
|
-
if (goog.DEBUG && !COMPILED) {
|
|
68
|
-
/**
|
|
69
|
-
* @public
|
|
70
|
-
* @override
|
|
71
|
-
*/
|
|
72
|
-
proto.lansweeper.asserver.v1.NullableInt32.displayName = 'proto.lansweeper.asserver.v1.NullableInt32';
|
|
73
|
-
}
|
|
74
51
|
/**
|
|
75
52
|
* Generated by JsPbCodeGenerator.
|
|
76
53
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -350,179 +327,6 @@ proto.lansweeper.asserver.v1.NullableString.prototype.hasData = function() {
|
|
|
350
327
|
|
|
351
328
|
|
|
352
329
|
|
|
353
|
-
/**
|
|
354
|
-
* Oneof group definitions for this message. Each group defines the field
|
|
355
|
-
* numbers belonging to that group. When of these fields' value is set, all
|
|
356
|
-
* other fields in the group are cleared. During deserialization, if multiple
|
|
357
|
-
* fields are encountered for a group, only the last value seen will be kept.
|
|
358
|
-
* @private {!Array<!Array<number>>}
|
|
359
|
-
* @const
|
|
360
|
-
*/
|
|
361
|
-
proto.lansweeper.asserver.v1.NullableInt32.oneofGroups_ = [[1]];
|
|
362
|
-
|
|
363
|
-
/**
|
|
364
|
-
* @enum {number}
|
|
365
|
-
*/
|
|
366
|
-
proto.lansweeper.asserver.v1.NullableInt32.KindCase = {
|
|
367
|
-
KIND_NOT_SET: 0,
|
|
368
|
-
DATA: 1
|
|
369
|
-
};
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* @return {proto.lansweeper.asserver.v1.NullableInt32.KindCase}
|
|
373
|
-
*/
|
|
374
|
-
proto.lansweeper.asserver.v1.NullableInt32.prototype.getKindCase = function() {
|
|
375
|
-
return /** @type {proto.lansweeper.asserver.v1.NullableInt32.KindCase} */(jspb.Message.computeOneofCase(this, proto.lansweeper.asserver.v1.NullableInt32.oneofGroups_[0]));
|
|
376
|
-
};
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
381
|
-
/**
|
|
382
|
-
* Creates an object representation of this proto.
|
|
383
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
384
|
-
* Optional fields that are not set will be set to undefined.
|
|
385
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
386
|
-
* For the list of reserved names please see:
|
|
387
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
388
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
389
|
-
* JSPB instance for transitional soy proto support:
|
|
390
|
-
* http://goto/soy-param-migration
|
|
391
|
-
* @return {!Object}
|
|
392
|
-
*/
|
|
393
|
-
proto.lansweeper.asserver.v1.NullableInt32.prototype.toObject = function(opt_includeInstance) {
|
|
394
|
-
return proto.lansweeper.asserver.v1.NullableInt32.toObject(opt_includeInstance, this);
|
|
395
|
-
};
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
/**
|
|
399
|
-
* Static version of the {@see toObject} method.
|
|
400
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
401
|
-
* the JSPB instance for transitional soy proto support:
|
|
402
|
-
* http://goto/soy-param-migration
|
|
403
|
-
* @param {!proto.lansweeper.asserver.v1.NullableInt32} msg The msg instance to transform.
|
|
404
|
-
* @return {!Object}
|
|
405
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
406
|
-
*/
|
|
407
|
-
proto.lansweeper.asserver.v1.NullableInt32.toObject = function(includeInstance, msg) {
|
|
408
|
-
var f, obj = {
|
|
409
|
-
data: jspb.Message.getFieldWithDefault(msg, 1, 0)
|
|
410
|
-
};
|
|
411
|
-
|
|
412
|
-
if (includeInstance) {
|
|
413
|
-
obj.$jspbMessageInstance = msg;
|
|
414
|
-
}
|
|
415
|
-
return obj;
|
|
416
|
-
};
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
/**
|
|
421
|
-
* Deserializes binary data (in protobuf wire format).
|
|
422
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
423
|
-
* @return {!proto.lansweeper.asserver.v1.NullableInt32}
|
|
424
|
-
*/
|
|
425
|
-
proto.lansweeper.asserver.v1.NullableInt32.deserializeBinary = function(bytes) {
|
|
426
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
427
|
-
var msg = new proto.lansweeper.asserver.v1.NullableInt32;
|
|
428
|
-
return proto.lansweeper.asserver.v1.NullableInt32.deserializeBinaryFromReader(msg, reader);
|
|
429
|
-
};
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
/**
|
|
433
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
434
|
-
* given reader into the given message object.
|
|
435
|
-
* @param {!proto.lansweeper.asserver.v1.NullableInt32} msg The message object to deserialize into.
|
|
436
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
437
|
-
* @return {!proto.lansweeper.asserver.v1.NullableInt32}
|
|
438
|
-
*/
|
|
439
|
-
proto.lansweeper.asserver.v1.NullableInt32.deserializeBinaryFromReader = function(msg, reader) {
|
|
440
|
-
while (reader.nextField()) {
|
|
441
|
-
if (reader.isEndGroup()) {
|
|
442
|
-
break;
|
|
443
|
-
}
|
|
444
|
-
var field = reader.getFieldNumber();
|
|
445
|
-
switch (field) {
|
|
446
|
-
case 1:
|
|
447
|
-
var value = /** @type {number} */ (reader.readInt32());
|
|
448
|
-
msg.setData(value);
|
|
449
|
-
break;
|
|
450
|
-
default:
|
|
451
|
-
reader.skipField();
|
|
452
|
-
break;
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
return msg;
|
|
456
|
-
};
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
/**
|
|
460
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
461
|
-
* @return {!Uint8Array}
|
|
462
|
-
*/
|
|
463
|
-
proto.lansweeper.asserver.v1.NullableInt32.prototype.serializeBinary = function() {
|
|
464
|
-
var writer = new jspb.BinaryWriter();
|
|
465
|
-
proto.lansweeper.asserver.v1.NullableInt32.serializeBinaryToWriter(this, writer);
|
|
466
|
-
return writer.getResultBuffer();
|
|
467
|
-
};
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
/**
|
|
471
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
472
|
-
* format), writing to the given BinaryWriter.
|
|
473
|
-
* @param {!proto.lansweeper.asserver.v1.NullableInt32} message
|
|
474
|
-
* @param {!jspb.BinaryWriter} writer
|
|
475
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
476
|
-
*/
|
|
477
|
-
proto.lansweeper.asserver.v1.NullableInt32.serializeBinaryToWriter = function(message, writer) {
|
|
478
|
-
var f = undefined;
|
|
479
|
-
f = /** @type {number} */ (jspb.Message.getField(message, 1));
|
|
480
|
-
if (f != null) {
|
|
481
|
-
writer.writeInt32(
|
|
482
|
-
1,
|
|
483
|
-
f
|
|
484
|
-
);
|
|
485
|
-
}
|
|
486
|
-
};
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
/**
|
|
490
|
-
* optional int32 data = 1;
|
|
491
|
-
* @return {number}
|
|
492
|
-
*/
|
|
493
|
-
proto.lansweeper.asserver.v1.NullableInt32.prototype.getData = function() {
|
|
494
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
495
|
-
};
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
/**
|
|
499
|
-
* @param {number} value
|
|
500
|
-
* @return {!proto.lansweeper.asserver.v1.NullableInt32} returns this
|
|
501
|
-
*/
|
|
502
|
-
proto.lansweeper.asserver.v1.NullableInt32.prototype.setData = function(value) {
|
|
503
|
-
return jspb.Message.setOneofField(this, 1, proto.lansweeper.asserver.v1.NullableInt32.oneofGroups_[0], value);
|
|
504
|
-
};
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
/**
|
|
508
|
-
* Clears the field making it undefined.
|
|
509
|
-
* @return {!proto.lansweeper.asserver.v1.NullableInt32} returns this
|
|
510
|
-
*/
|
|
511
|
-
proto.lansweeper.asserver.v1.NullableInt32.prototype.clearData = function() {
|
|
512
|
-
return jspb.Message.setOneofField(this, 1, proto.lansweeper.asserver.v1.NullableInt32.oneofGroups_[0], undefined);
|
|
513
|
-
};
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
/**
|
|
517
|
-
* Returns whether this field is set.
|
|
518
|
-
* @return {boolean}
|
|
519
|
-
*/
|
|
520
|
-
proto.lansweeper.asserver.v1.NullableInt32.prototype.hasData = function() {
|
|
521
|
-
return jspb.Message.getField(this, 1) != null;
|
|
522
|
-
};
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
330
|
/**
|
|
527
331
|
* Oneof group definitions for this message. Each group defines the field
|
|
528
332
|
* numbers belonging to that group. When of these fields' value is set, all
|
|
@@ -976,7 +780,7 @@ proto.lansweeper.asserver.v1.AsServer.toObject = function(includeInstance, msg)
|
|
|
976
780
|
assetGroupSscannow: (f = msg.getAssetGroupSscannow()) && proto.lansweeper.asserver.v1.NullableBoolean.toObject(includeInstance, f),
|
|
977
781
|
renamedComputerDetection: jspb.Message.getBooleanFieldWithDefault(msg, 75, false),
|
|
978
782
|
lastActiveScan: jspb.Message.getFieldWithDefault(msg, 76, ""),
|
|
979
|
-
maxDeploymentThreads: (f = msg.getMaxDeploymentThreads()) &&
|
|
783
|
+
maxDeploymentThreads: (f = msg.getMaxDeploymentThreads()) && shared_stream_pb.NullableInt32.toObject(includeInstance, f),
|
|
980
784
|
delDeploymentLogDays: jspb.Message.getFieldWithDefault(msg, 78, ""),
|
|
981
785
|
scanHistoryDays: jspb.Message.getFieldWithDefault(msg, 79, 0),
|
|
982
786
|
activeScanningMaxrescanTime: jspb.Message.getFieldWithDefault(msg, 80, 0),
|
|
@@ -984,7 +788,7 @@ proto.lansweeper.asserver.v1.AsServer.toObject = function(includeInstance, msg)
|
|
|
984
788
|
activeScanningInterVal: jspb.Message.getFieldWithDefault(msg, 82, 0),
|
|
985
789
|
clearQueue: jspb.Message.getBooleanFieldWithDefault(msg, 83, false),
|
|
986
790
|
mailServer: jspb.Message.getBooleanFieldWithDefault(msg, 84, false),
|
|
987
|
-
encryptionKeyHash: (f = msg.getEncryptionKeyHash()) &&
|
|
791
|
+
encryptionKeyHash: (f = msg.getEncryptionKeyHash()) && shared_stream_pb.NullableInt32.toObject(includeInstance, f),
|
|
988
792
|
delConfigurationLogDays: jspb.Message.getFieldWithDefault(msg, 86, 0),
|
|
989
793
|
delLoginLogDays: jspb.Message.getFieldWithDefault(msg, 87, 0),
|
|
990
794
|
proxyTimeout: jspb.Message.getFieldWithDefault(msg, 88, 0),
|
|
@@ -999,7 +803,7 @@ proto.lansweeper.asserver.v1.AsServer.toObject = function(includeInstance, msg)
|
|
|
999
803
|
delSccmDataDays: jspb.Message.getFieldWithDefault(msg, 97, 0),
|
|
1000
804
|
dELSCCMCOMP: jspb.Message.getBooleanFieldWithDefault(msg, 98, false),
|
|
1001
805
|
scanLastLogon: jspb.Message.getBooleanFieldWithDefault(msg, 99, false),
|
|
1002
|
-
proxyPort: (f = msg.getProxyPort()) &&
|
|
806
|
+
proxyPort: (f = msg.getProxyPort()) && shared_stream_pb.NullableInt32.toObject(includeInstance, f),
|
|
1003
807
|
isAssetRadarCompatible: jspb.Message.getBooleanFieldWithDefault(msg, 101, false),
|
|
1004
808
|
assetRadarCompatibleLastScanned: (f = msg.getAssetRadarCompatibleLastScanned()) && proto.lansweeper.asserver.v1.NullableString.toObject(includeInstance, f),
|
|
1005
809
|
checkAssetRadarCompatibilityNow: jspb.Message.getBooleanFieldWithDefault(msg, 103, false),
|
|
@@ -1379,8 +1183,8 @@ proto.lansweeper.asserver.v1.AsServer.deserializeBinaryFromReader = function(msg
|
|
|
1379
1183
|
msg.setLastActiveScan(value);
|
|
1380
1184
|
break;
|
|
1381
1185
|
case 77:
|
|
1382
|
-
var value = new
|
|
1383
|
-
reader.readMessage(value,
|
|
1186
|
+
var value = new shared_stream_pb.NullableInt32;
|
|
1187
|
+
reader.readMessage(value,shared_stream_pb.NullableInt32.deserializeBinaryFromReader);
|
|
1384
1188
|
msg.setMaxDeploymentThreads(value);
|
|
1385
1189
|
break;
|
|
1386
1190
|
case 78:
|
|
@@ -1412,8 +1216,8 @@ proto.lansweeper.asserver.v1.AsServer.deserializeBinaryFromReader = function(msg
|
|
|
1412
1216
|
msg.setMailServer(value);
|
|
1413
1217
|
break;
|
|
1414
1218
|
case 85:
|
|
1415
|
-
var value = new
|
|
1416
|
-
reader.readMessage(value,
|
|
1219
|
+
var value = new shared_stream_pb.NullableInt32;
|
|
1220
|
+
reader.readMessage(value,shared_stream_pb.NullableInt32.deserializeBinaryFromReader);
|
|
1417
1221
|
msg.setEncryptionKeyHash(value);
|
|
1418
1222
|
break;
|
|
1419
1223
|
case 86:
|
|
@@ -1474,8 +1278,8 @@ proto.lansweeper.asserver.v1.AsServer.deserializeBinaryFromReader = function(msg
|
|
|
1474
1278
|
msg.setScanLastLogon(value);
|
|
1475
1279
|
break;
|
|
1476
1280
|
case 100:
|
|
1477
|
-
var value = new
|
|
1478
|
-
reader.readMessage(value,
|
|
1281
|
+
var value = new shared_stream_pb.NullableInt32;
|
|
1282
|
+
reader.readMessage(value,shared_stream_pb.NullableInt32.deserializeBinaryFromReader);
|
|
1479
1283
|
msg.setProxyPort(value);
|
|
1480
1284
|
break;
|
|
1481
1285
|
case 101:
|
|
@@ -2135,7 +1939,7 @@ proto.lansweeper.asserver.v1.AsServer.serializeBinaryToWriter = function(message
|
|
|
2135
1939
|
writer.writeMessage(
|
|
2136
1940
|
77,
|
|
2137
1941
|
f,
|
|
2138
|
-
|
|
1942
|
+
shared_stream_pb.NullableInt32.serializeBinaryToWriter
|
|
2139
1943
|
);
|
|
2140
1944
|
}
|
|
2141
1945
|
f = message.getDelDeploymentLogDays();
|
|
@@ -2192,7 +1996,7 @@ proto.lansweeper.asserver.v1.AsServer.serializeBinaryToWriter = function(message
|
|
|
2192
1996
|
writer.writeMessage(
|
|
2193
1997
|
85,
|
|
2194
1998
|
f,
|
|
2195
|
-
|
|
1999
|
+
shared_stream_pb.NullableInt32.serializeBinaryToWriter
|
|
2196
2000
|
);
|
|
2197
2001
|
}
|
|
2198
2002
|
f = message.getDelConfigurationLogDays();
|
|
@@ -2299,7 +2103,7 @@ proto.lansweeper.asserver.v1.AsServer.serializeBinaryToWriter = function(message
|
|
|
2299
2103
|
writer.writeMessage(
|
|
2300
2104
|
100,
|
|
2301
2105
|
f,
|
|
2302
|
-
|
|
2106
|
+
shared_stream_pb.NullableInt32.serializeBinaryToWriter
|
|
2303
2107
|
);
|
|
2304
2108
|
}
|
|
2305
2109
|
f = message.getIsAssetRadarCompatible();
|
|
@@ -4194,17 +3998,17 @@ proto.lansweeper.asserver.v1.AsServer.prototype.setLastActiveScan = function(val
|
|
|
4194
3998
|
|
|
4195
3999
|
|
|
4196
4000
|
/**
|
|
4197
|
-
* optional NullableInt32 max_deployment_threads = 77;
|
|
4198
|
-
* @return {?proto.lansweeper.
|
|
4001
|
+
* optional lansweeper.stream.v1.NullableInt32 max_deployment_threads = 77;
|
|
4002
|
+
* @return {?proto.lansweeper.stream.v1.NullableInt32}
|
|
4199
4003
|
*/
|
|
4200
4004
|
proto.lansweeper.asserver.v1.AsServer.prototype.getMaxDeploymentThreads = function() {
|
|
4201
|
-
return /** @type{?proto.lansweeper.
|
|
4202
|
-
jspb.Message.getWrapperField(this,
|
|
4005
|
+
return /** @type{?proto.lansweeper.stream.v1.NullableInt32} */ (
|
|
4006
|
+
jspb.Message.getWrapperField(this, shared_stream_pb.NullableInt32, 77));
|
|
4203
4007
|
};
|
|
4204
4008
|
|
|
4205
4009
|
|
|
4206
4010
|
/**
|
|
4207
|
-
* @param {?proto.lansweeper.
|
|
4011
|
+
* @param {?proto.lansweeper.stream.v1.NullableInt32|undefined} value
|
|
4208
4012
|
* @return {!proto.lansweeper.asserver.v1.AsServer} returns this
|
|
4209
4013
|
*/
|
|
4210
4014
|
proto.lansweeper.asserver.v1.AsServer.prototype.setMaxDeploymentThreads = function(value) {
|
|
@@ -4357,17 +4161,17 @@ proto.lansweeper.asserver.v1.AsServer.prototype.setMailServer = function(value)
|
|
|
4357
4161
|
|
|
4358
4162
|
|
|
4359
4163
|
/**
|
|
4360
|
-
* optional NullableInt32 encryption_key_hash = 85;
|
|
4361
|
-
* @return {?proto.lansweeper.
|
|
4164
|
+
* optional lansweeper.stream.v1.NullableInt32 encryption_key_hash = 85;
|
|
4165
|
+
* @return {?proto.lansweeper.stream.v1.NullableInt32}
|
|
4362
4166
|
*/
|
|
4363
4167
|
proto.lansweeper.asserver.v1.AsServer.prototype.getEncryptionKeyHash = function() {
|
|
4364
|
-
return /** @type{?proto.lansweeper.
|
|
4365
|
-
jspb.Message.getWrapperField(this,
|
|
4168
|
+
return /** @type{?proto.lansweeper.stream.v1.NullableInt32} */ (
|
|
4169
|
+
jspb.Message.getWrapperField(this, shared_stream_pb.NullableInt32, 85));
|
|
4366
4170
|
};
|
|
4367
4171
|
|
|
4368
4172
|
|
|
4369
4173
|
/**
|
|
4370
|
-
* @param {?proto.lansweeper.
|
|
4174
|
+
* @param {?proto.lansweeper.stream.v1.NullableInt32|undefined} value
|
|
4371
4175
|
* @return {!proto.lansweeper.asserver.v1.AsServer} returns this
|
|
4372
4176
|
*/
|
|
4373
4177
|
proto.lansweeper.asserver.v1.AsServer.prototype.setEncryptionKeyHash = function(value) {
|
|
@@ -4665,17 +4469,17 @@ proto.lansweeper.asserver.v1.AsServer.prototype.setScanLastLogon = function(valu
|
|
|
4665
4469
|
|
|
4666
4470
|
|
|
4667
4471
|
/**
|
|
4668
|
-
* optional NullableInt32 proxy_port = 100;
|
|
4669
|
-
* @return {?proto.lansweeper.
|
|
4472
|
+
* optional lansweeper.stream.v1.NullableInt32 proxy_port = 100;
|
|
4473
|
+
* @return {?proto.lansweeper.stream.v1.NullableInt32}
|
|
4670
4474
|
*/
|
|
4671
4475
|
proto.lansweeper.asserver.v1.AsServer.prototype.getProxyPort = function() {
|
|
4672
|
-
return /** @type{?proto.lansweeper.
|
|
4673
|
-
jspb.Message.getWrapperField(this,
|
|
4476
|
+
return /** @type{?proto.lansweeper.stream.v1.NullableInt32} */ (
|
|
4477
|
+
jspb.Message.getWrapperField(this, shared_stream_pb.NullableInt32, 100));
|
|
4674
4478
|
};
|
|
4675
4479
|
|
|
4676
4480
|
|
|
4677
4481
|
/**
|
|
4678
|
-
* @param {?proto.lansweeper.
|
|
4482
|
+
* @param {?proto.lansweeper.stream.v1.NullableInt32|undefined} value
|
|
4679
4483
|
* @return {!proto.lansweeper.asserver.v1.AsServer} returns this
|
|
4680
4484
|
*/
|
|
4681
4485
|
proto.lansweeper.asserver.v1.AsServer.prototype.setProxyPort = function(value) {
|