@lansweeper/discovery-sensor-proto 2.13.15 → 2.13.17
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.
|
@@ -2805,8 +2805,11 @@ export namespace Process {
|
|
|
2805
2805
|
}
|
|
2806
2806
|
|
|
2807
2807
|
export class ProcessV1 extends jspb.Message {
|
|
2808
|
-
|
|
2809
|
-
|
|
2808
|
+
|
|
2809
|
+
hasCaption(): boolean;
|
|
2810
|
+
clearCaption(): void;
|
|
2811
|
+
getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2812
|
+
setCaption(value?: google_protobuf_wrappers_pb.StringValue): ProcessV1;
|
|
2810
2813
|
|
|
2811
2814
|
hasExecutablePath(): boolean;
|
|
2812
2815
|
clearExecutablePath(): void;
|
|
@@ -2815,13 +2818,13 @@ export class ProcessV1 extends jspb.Message {
|
|
|
2815
2818
|
|
|
2816
2819
|
hasThreadCount(): boolean;
|
|
2817
2820
|
clearThreadCount(): void;
|
|
2818
|
-
getThreadCount(): google_protobuf_wrappers_pb.
|
|
2819
|
-
setThreadCount(value?: google_protobuf_wrappers_pb.
|
|
2821
|
+
getThreadCount(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2822
|
+
setThreadCount(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessV1;
|
|
2820
2823
|
|
|
2821
2824
|
hasPriority(): boolean;
|
|
2822
2825
|
clearPriority(): void;
|
|
2823
|
-
getPriority(): google_protobuf_wrappers_pb.
|
|
2824
|
-
setPriority(value?: google_protobuf_wrappers_pb.
|
|
2826
|
+
getPriority(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2827
|
+
setPriority(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessV1;
|
|
2825
2828
|
|
|
2826
2829
|
serializeBinary(): Uint8Array;
|
|
2827
2830
|
toObject(includeInstance?: boolean): ProcessV1.AsObject;
|
|
@@ -2835,16 +2838,19 @@ export class ProcessV1 extends jspb.Message {
|
|
|
2835
2838
|
|
|
2836
2839
|
export namespace ProcessV1 {
|
|
2837
2840
|
export type AsObject = {
|
|
2838
|
-
caption
|
|
2841
|
+
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2839
2842
|
executablePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2840
|
-
threadCount?: google_protobuf_wrappers_pb.
|
|
2841
|
-
priority?: google_protobuf_wrappers_pb.
|
|
2843
|
+
threadCount?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2844
|
+
priority?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2842
2845
|
}
|
|
2843
2846
|
}
|
|
2844
2847
|
|
|
2845
2848
|
export class ProcessV2 extends jspb.Message {
|
|
2846
|
-
|
|
2847
|
-
|
|
2849
|
+
|
|
2850
|
+
hasCaption(): boolean;
|
|
2851
|
+
clearCaption(): void;
|
|
2852
|
+
getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2853
|
+
setCaption(value?: google_protobuf_wrappers_pb.StringValue): ProcessV2;
|
|
2848
2854
|
|
|
2849
2855
|
hasExecutablePath(): boolean;
|
|
2850
2856
|
clearExecutablePath(): void;
|
|
@@ -2860,8 +2866,11 @@ export class ProcessV2 extends jspb.Message {
|
|
|
2860
2866
|
clearPriority(): void;
|
|
2861
2867
|
getPriority(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2862
2868
|
setPriority(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessV2;
|
|
2863
|
-
|
|
2864
|
-
|
|
2869
|
+
|
|
2870
|
+
hasHandle(): boolean;
|
|
2871
|
+
clearHandle(): void;
|
|
2872
|
+
getHandle(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2873
|
+
setHandle(value?: google_protobuf_wrappers_pb.StringValue): ProcessV2;
|
|
2865
2874
|
|
|
2866
2875
|
serializeBinary(): Uint8Array;
|
|
2867
2876
|
toObject(includeInstance?: boolean): ProcessV2.AsObject;
|
|
@@ -2875,11 +2884,11 @@ export class ProcessV2 extends jspb.Message {
|
|
|
2875
2884
|
|
|
2876
2885
|
export namespace ProcessV2 {
|
|
2877
2886
|
export type AsObject = {
|
|
2878
|
-
caption
|
|
2887
|
+
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2879
2888
|
executablePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2880
2889
|
threadCount?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2881
2890
|
priority?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2882
|
-
handle
|
|
2891
|
+
handle?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2883
2892
|
}
|
|
2884
2893
|
}
|
|
2885
2894
|
|
|
@@ -3587,10 +3596,10 @@ export class PortableBattery extends jspb.Message {
|
|
|
3587
3596
|
getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3588
3597
|
setLocation(value?: google_protobuf_wrappers_pb.StringValue): PortableBattery;
|
|
3589
3598
|
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3599
|
+
hasManufactureDate(): boolean;
|
|
3600
|
+
clearManufactureDate(): void;
|
|
3601
|
+
getManufactureDate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3602
|
+
setManufactureDate(value?: google_protobuf_wrappers_pb.StringValue): PortableBattery;
|
|
3594
3603
|
|
|
3595
3604
|
hasManufacturer(): boolean;
|
|
3596
3605
|
clearManufacturer(): void;
|
|
@@ -3630,7 +3639,7 @@ export namespace PortableBattery {
|
|
|
3630
3639
|
designVoltage?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
3631
3640
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3632
3641
|
location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3633
|
-
|
|
3642
|
+
manufactureDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3634
3643
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3635
3644
|
maxBatteryError?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3636
3645
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -26368,10 +26368,10 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.toObject =
|
|
|
26368
26368
|
*/
|
|
26369
26369
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.toObject = function(includeInstance, msg) {
|
|
26370
26370
|
var f, obj = {
|
|
26371
|
-
caption:
|
|
26371
|
+
caption: (f = msg.getCaption()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
26372
26372
|
executablePath: (f = msg.getExecutablePath()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
26373
|
-
threadCount: (f = msg.getThreadCount()) && google_protobuf_wrappers_pb.
|
|
26374
|
-
priority: (f = msg.getPriority()) && google_protobuf_wrappers_pb.
|
|
26373
|
+
threadCount: (f = msg.getThreadCount()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
26374
|
+
priority: (f = msg.getPriority()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f)
|
|
26375
26375
|
};
|
|
26376
26376
|
|
|
26377
26377
|
if (includeInstance) {
|
|
@@ -26409,7 +26409,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.deserializeBinaryFrom
|
|
|
26409
26409
|
var field = reader.getFieldNumber();
|
|
26410
26410
|
switch (field) {
|
|
26411
26411
|
case 1:
|
|
26412
|
-
var value =
|
|
26412
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
26413
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
26413
26414
|
msg.setCaption(value);
|
|
26414
26415
|
break;
|
|
26415
26416
|
case 2:
|
|
@@ -26418,13 +26419,13 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.deserializeBinaryFrom
|
|
|
26418
26419
|
msg.setExecutablePath(value);
|
|
26419
26420
|
break;
|
|
26420
26421
|
case 3:
|
|
26421
|
-
var value = new google_protobuf_wrappers_pb.
|
|
26422
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
26422
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
26423
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
26423
26424
|
msg.setThreadCount(value);
|
|
26424
26425
|
break;
|
|
26425
26426
|
case 4:
|
|
26426
|
-
var value = new google_protobuf_wrappers_pb.
|
|
26427
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
26427
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
26428
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
26428
26429
|
msg.setPriority(value);
|
|
26429
26430
|
break;
|
|
26430
26431
|
default:
|
|
@@ -26457,10 +26458,11 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.serializeBi
|
|
|
26457
26458
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.serializeBinaryToWriter = function(message, writer) {
|
|
26458
26459
|
var f = undefined;
|
|
26459
26460
|
f = message.getCaption();
|
|
26460
|
-
if (f
|
|
26461
|
-
writer.
|
|
26461
|
+
if (f != null) {
|
|
26462
|
+
writer.writeMessage(
|
|
26462
26463
|
1,
|
|
26463
|
-
f
|
|
26464
|
+
f,
|
|
26465
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
26464
26466
|
);
|
|
26465
26467
|
}
|
|
26466
26468
|
f = message.getExecutablePath();
|
|
@@ -26476,7 +26478,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.serializeBinaryToWrit
|
|
|
26476
26478
|
writer.writeMessage(
|
|
26477
26479
|
3,
|
|
26478
26480
|
f,
|
|
26479
|
-
google_protobuf_wrappers_pb.
|
|
26481
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
26480
26482
|
);
|
|
26481
26483
|
}
|
|
26482
26484
|
f = message.getPriority();
|
|
@@ -26484,27 +26486,46 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.serializeBinaryToWrit
|
|
|
26484
26486
|
writer.writeMessage(
|
|
26485
26487
|
4,
|
|
26486
26488
|
f,
|
|
26487
|
-
google_protobuf_wrappers_pb.
|
|
26489
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
26488
26490
|
);
|
|
26489
26491
|
}
|
|
26490
26492
|
};
|
|
26491
26493
|
|
|
26492
26494
|
|
|
26493
26495
|
/**
|
|
26494
|
-
* optional
|
|
26495
|
-
* @return {
|
|
26496
|
+
* optional google.protobuf.StringValue caption = 1;
|
|
26497
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
26496
26498
|
*/
|
|
26497
26499
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.getCaption = function() {
|
|
26498
|
-
return /** @type
|
|
26500
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
26501
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
26499
26502
|
};
|
|
26500
26503
|
|
|
26501
26504
|
|
|
26502
26505
|
/**
|
|
26503
|
-
* @param {
|
|
26506
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
26504
26507
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1} returns this
|
|
26505
|
-
|
|
26508
|
+
*/
|
|
26506
26509
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.setCaption = function(value) {
|
|
26507
|
-
return jspb.Message.
|
|
26510
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
26511
|
+
};
|
|
26512
|
+
|
|
26513
|
+
|
|
26514
|
+
/**
|
|
26515
|
+
* Clears the message field making it undefined.
|
|
26516
|
+
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1} returns this
|
|
26517
|
+
*/
|
|
26518
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.clearCaption = function() {
|
|
26519
|
+
return this.setCaption(undefined);
|
|
26520
|
+
};
|
|
26521
|
+
|
|
26522
|
+
|
|
26523
|
+
/**
|
|
26524
|
+
* Returns whether this field is set.
|
|
26525
|
+
* @return {boolean}
|
|
26526
|
+
*/
|
|
26527
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.hasCaption = function() {
|
|
26528
|
+
return jspb.Message.getField(this, 1) != null;
|
|
26508
26529
|
};
|
|
26509
26530
|
|
|
26510
26531
|
|
|
@@ -26546,17 +26567,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.hasExecutab
|
|
|
26546
26567
|
|
|
26547
26568
|
|
|
26548
26569
|
/**
|
|
26549
|
-
* optional google.protobuf.
|
|
26550
|
-
* @return {?proto.google.protobuf.
|
|
26570
|
+
* optional google.protobuf.UInt32Value thread_count = 3;
|
|
26571
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
26551
26572
|
*/
|
|
26552
26573
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.getThreadCount = function() {
|
|
26553
|
-
return /** @type{?proto.google.protobuf.
|
|
26554
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
26574
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
26575
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 3));
|
|
26555
26576
|
};
|
|
26556
26577
|
|
|
26557
26578
|
|
|
26558
26579
|
/**
|
|
26559
|
-
* @param {?proto.google.protobuf.
|
|
26580
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
26560
26581
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1} returns this
|
|
26561
26582
|
*/
|
|
26562
26583
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.setThreadCount = function(value) {
|
|
@@ -26583,17 +26604,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.hasThreadCo
|
|
|
26583
26604
|
|
|
26584
26605
|
|
|
26585
26606
|
/**
|
|
26586
|
-
* optional google.protobuf.
|
|
26587
|
-
* @return {?proto.google.protobuf.
|
|
26607
|
+
* optional google.protobuf.UInt32Value priority = 4;
|
|
26608
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
26588
26609
|
*/
|
|
26589
26610
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.getPriority = function() {
|
|
26590
|
-
return /** @type{?proto.google.protobuf.
|
|
26591
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
26611
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
26612
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 4));
|
|
26592
26613
|
};
|
|
26593
26614
|
|
|
26594
26615
|
|
|
26595
26616
|
/**
|
|
26596
|
-
* @param {?proto.google.protobuf.
|
|
26617
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
26597
26618
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1} returns this
|
|
26598
26619
|
*/
|
|
26599
26620
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV1.prototype.setPriority = function(value) {
|
|
@@ -26651,11 +26672,11 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.toObject =
|
|
|
26651
26672
|
*/
|
|
26652
26673
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.toObject = function(includeInstance, msg) {
|
|
26653
26674
|
var f, obj = {
|
|
26654
|
-
caption:
|
|
26675
|
+
caption: (f = msg.getCaption()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
26655
26676
|
executablePath: (f = msg.getExecutablePath()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
26656
26677
|
threadCount: (f = msg.getThreadCount()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
26657
26678
|
priority: (f = msg.getPriority()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
26658
|
-
handle:
|
|
26679
|
+
handle: (f = msg.getHandle()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
26659
26680
|
};
|
|
26660
26681
|
|
|
26661
26682
|
if (includeInstance) {
|
|
@@ -26693,7 +26714,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.deserializeBinaryFrom
|
|
|
26693
26714
|
var field = reader.getFieldNumber();
|
|
26694
26715
|
switch (field) {
|
|
26695
26716
|
case 1:
|
|
26696
|
-
var value =
|
|
26717
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
26718
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
26697
26719
|
msg.setCaption(value);
|
|
26698
26720
|
break;
|
|
26699
26721
|
case 2:
|
|
@@ -26712,7 +26734,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.deserializeBinaryFrom
|
|
|
26712
26734
|
msg.setPriority(value);
|
|
26713
26735
|
break;
|
|
26714
26736
|
case 5:
|
|
26715
|
-
var value =
|
|
26737
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
26738
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
26716
26739
|
msg.setHandle(value);
|
|
26717
26740
|
break;
|
|
26718
26741
|
default:
|
|
@@ -26745,10 +26768,11 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.serializeBi
|
|
|
26745
26768
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.serializeBinaryToWriter = function(message, writer) {
|
|
26746
26769
|
var f = undefined;
|
|
26747
26770
|
f = message.getCaption();
|
|
26748
|
-
if (f
|
|
26749
|
-
writer.
|
|
26771
|
+
if (f != null) {
|
|
26772
|
+
writer.writeMessage(
|
|
26750
26773
|
1,
|
|
26751
|
-
f
|
|
26774
|
+
f,
|
|
26775
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
26752
26776
|
);
|
|
26753
26777
|
}
|
|
26754
26778
|
f = message.getExecutablePath();
|
|
@@ -26776,30 +26800,50 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.serializeBinaryToWrit
|
|
|
26776
26800
|
);
|
|
26777
26801
|
}
|
|
26778
26802
|
f = message.getHandle();
|
|
26779
|
-
if (f
|
|
26780
|
-
writer.
|
|
26803
|
+
if (f != null) {
|
|
26804
|
+
writer.writeMessage(
|
|
26781
26805
|
5,
|
|
26782
|
-
f
|
|
26806
|
+
f,
|
|
26807
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
26783
26808
|
);
|
|
26784
26809
|
}
|
|
26785
26810
|
};
|
|
26786
26811
|
|
|
26787
26812
|
|
|
26788
26813
|
/**
|
|
26789
|
-
* optional
|
|
26790
|
-
* @return {
|
|
26814
|
+
* optional google.protobuf.StringValue caption = 1;
|
|
26815
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
26791
26816
|
*/
|
|
26792
26817
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.getCaption = function() {
|
|
26793
|
-
return /** @type
|
|
26818
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
26819
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
26794
26820
|
};
|
|
26795
26821
|
|
|
26796
26822
|
|
|
26797
26823
|
/**
|
|
26798
|
-
* @param {
|
|
26824
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
26799
26825
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2} returns this
|
|
26800
|
-
|
|
26826
|
+
*/
|
|
26801
26827
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.setCaption = function(value) {
|
|
26802
|
-
return jspb.Message.
|
|
26828
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
26829
|
+
};
|
|
26830
|
+
|
|
26831
|
+
|
|
26832
|
+
/**
|
|
26833
|
+
* Clears the message field making it undefined.
|
|
26834
|
+
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2} returns this
|
|
26835
|
+
*/
|
|
26836
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.clearCaption = function() {
|
|
26837
|
+
return this.setCaption(undefined);
|
|
26838
|
+
};
|
|
26839
|
+
|
|
26840
|
+
|
|
26841
|
+
/**
|
|
26842
|
+
* Returns whether this field is set.
|
|
26843
|
+
* @return {boolean}
|
|
26844
|
+
*/
|
|
26845
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.hasCaption = function() {
|
|
26846
|
+
return jspb.Message.getField(this, 1) != null;
|
|
26803
26847
|
};
|
|
26804
26848
|
|
|
26805
26849
|
|
|
@@ -26915,20 +26959,39 @@ proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.hasPriority
|
|
|
26915
26959
|
|
|
26916
26960
|
|
|
26917
26961
|
/**
|
|
26918
|
-
* optional
|
|
26919
|
-
* @return {
|
|
26962
|
+
* optional google.protobuf.StringValue handle = 5;
|
|
26963
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
26920
26964
|
*/
|
|
26921
26965
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.getHandle = function() {
|
|
26922
|
-
return /** @type
|
|
26966
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
26967
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
|
|
26923
26968
|
};
|
|
26924
26969
|
|
|
26925
26970
|
|
|
26926
26971
|
/**
|
|
26927
|
-
* @param {
|
|
26972
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
26928
26973
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2} returns this
|
|
26929
|
-
|
|
26974
|
+
*/
|
|
26930
26975
|
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.setHandle = function(value) {
|
|
26931
|
-
return jspb.Message.
|
|
26976
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
26977
|
+
};
|
|
26978
|
+
|
|
26979
|
+
|
|
26980
|
+
/**
|
|
26981
|
+
* Clears the message field making it undefined.
|
|
26982
|
+
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2} returns this
|
|
26983
|
+
*/
|
|
26984
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.clearHandle = function() {
|
|
26985
|
+
return this.setHandle(undefined);
|
|
26986
|
+
};
|
|
26987
|
+
|
|
26988
|
+
|
|
26989
|
+
/**
|
|
26990
|
+
* Returns whether this field is set.
|
|
26991
|
+
* @return {boolean}
|
|
26992
|
+
*/
|
|
26993
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.ProcessV2.prototype.hasHandle = function() {
|
|
26994
|
+
return jspb.Message.getField(this, 5) != null;
|
|
26932
26995
|
};
|
|
26933
26996
|
|
|
26934
26997
|
|
|
@@ -32143,7 +32206,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.toObject = func
|
|
|
32143
32206
|
designVoltage: (f = msg.getDesignVoltage()) && google_protobuf_wrappers_pb.UInt64Value.toObject(includeInstance, f),
|
|
32144
32207
|
deviceId: (f = msg.getDeviceId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
32145
32208
|
location: (f = msg.getLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
32146
|
-
|
|
32209
|
+
manufactureDate: (f = msg.getManufactureDate()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
32147
32210
|
manufacturer: (f = msg.getManufacturer()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
32148
32211
|
maxBatteryError: (f = msg.getMaxBatteryError()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
32149
32212
|
name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
@@ -32217,7 +32280,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.deserializeBina
|
|
|
32217
32280
|
case 7:
|
|
32218
32281
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
32219
32282
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
32220
|
-
msg.
|
|
32283
|
+
msg.setManufactureDate(value);
|
|
32221
32284
|
break;
|
|
32222
32285
|
case 8:
|
|
32223
32286
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
@@ -32316,7 +32379,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.serializeBinary
|
|
|
32316
32379
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
32317
32380
|
);
|
|
32318
32381
|
}
|
|
32319
|
-
f = message.
|
|
32382
|
+
f = message.getManufactureDate();
|
|
32320
32383
|
if (f != null) {
|
|
32321
32384
|
writer.writeMessage(
|
|
32322
32385
|
7,
|
|
@@ -32582,10 +32645,10 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.hasLo
|
|
|
32582
32645
|
|
|
32583
32646
|
|
|
32584
32647
|
/**
|
|
32585
|
-
* optional google.protobuf.StringValue
|
|
32648
|
+
* optional google.protobuf.StringValue manufacture_date = 7;
|
|
32586
32649
|
* @return {?proto.google.protobuf.StringValue}
|
|
32587
32650
|
*/
|
|
32588
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.
|
|
32651
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.getManufactureDate = function() {
|
|
32589
32652
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
32590
32653
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
|
|
32591
32654
|
};
|
|
@@ -32595,7 +32658,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.getMa
|
|
|
32595
32658
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
32596
32659
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery} returns this
|
|
32597
32660
|
*/
|
|
32598
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.
|
|
32661
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.setManufactureDate = function(value) {
|
|
32599
32662
|
return jspb.Message.setWrapperField(this, 7, value);
|
|
32600
32663
|
};
|
|
32601
32664
|
|
|
@@ -32604,8 +32667,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.setMa
|
|
|
32604
32667
|
* Clears the message field making it undefined.
|
|
32605
32668
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery} returns this
|
|
32606
32669
|
*/
|
|
32607
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.
|
|
32608
|
-
return this.
|
|
32670
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.clearManufactureDate = function() {
|
|
32671
|
+
return this.setManufactureDate(undefined);
|
|
32609
32672
|
};
|
|
32610
32673
|
|
|
32611
32674
|
|
|
@@ -32613,7 +32676,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.clear
|
|
|
32613
32676
|
* Returns whether this field is set.
|
|
32614
32677
|
* @return {boolean}
|
|
32615
32678
|
*/
|
|
32616
|
-
proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.
|
|
32679
|
+
proto.com.lansweeper.discovery.sensor.windows.v1.PortableBattery.prototype.hasManufactureDate = function() {
|
|
32617
32680
|
return jspb.Message.getField(this, 7) != null;
|
|
32618
32681
|
};
|
|
32619
32682
|
|