@lansweeper/discovery-sensor-proto 2.59.3 → 2.59.5
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.
|
@@ -227,13 +227,13 @@ export class SnmpInterfaceInfo extends jspb.Message {
|
|
|
227
227
|
|
|
228
228
|
hasType(): boolean;
|
|
229
229
|
clearType(): void;
|
|
230
|
-
getType(): google_protobuf_wrappers_pb.
|
|
231
|
-
setType(value?: google_protobuf_wrappers_pb.
|
|
230
|
+
getType(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
231
|
+
setType(value?: google_protobuf_wrappers_pb.Int32Value): SnmpInterfaceInfo;
|
|
232
232
|
|
|
233
233
|
hasMtu(): boolean;
|
|
234
234
|
clearMtu(): void;
|
|
235
|
-
getMtu(): google_protobuf_wrappers_pb.
|
|
236
|
-
setMtu(value?: google_protobuf_wrappers_pb.
|
|
235
|
+
getMtu(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
236
|
+
setMtu(value?: google_protobuf_wrappers_pb.Int32Value): SnmpInterfaceInfo;
|
|
237
237
|
|
|
238
238
|
hasSpeed(): boolean;
|
|
239
239
|
clearSpeed(): void;
|
|
@@ -299,8 +299,8 @@ export namespace SnmpInterfaceInfo {
|
|
|
299
299
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
300
300
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
301
301
|
alias?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
302
|
-
type?: google_protobuf_wrappers_pb.
|
|
303
|
-
mtu?: google_protobuf_wrappers_pb.
|
|
302
|
+
type?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
303
|
+
mtu?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
304
304
|
speed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
305
305
|
highSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
306
306
|
physAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -459,43 +459,43 @@ export class SnmpUpsInfo extends jspb.Message {
|
|
|
459
459
|
|
|
460
460
|
hasBatteryStatus(): boolean;
|
|
461
461
|
clearBatteryStatus(): void;
|
|
462
|
-
getBatteryStatus(): google_protobuf_wrappers_pb.
|
|
463
|
-
setBatteryStatus(value?: google_protobuf_wrappers_pb.
|
|
462
|
+
getBatteryStatus(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
463
|
+
setBatteryStatus(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
464
464
|
|
|
465
465
|
hasSecondsOnBattery(): boolean;
|
|
466
466
|
clearSecondsOnBattery(): void;
|
|
467
|
-
getSecondsOnBattery(): google_protobuf_wrappers_pb.
|
|
468
|
-
setSecondsOnBattery(value?: google_protobuf_wrappers_pb.
|
|
467
|
+
getSecondsOnBattery(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
468
|
+
setSecondsOnBattery(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
469
469
|
|
|
470
470
|
hasEstimatedMinutesRemaining(): boolean;
|
|
471
471
|
clearEstimatedMinutesRemaining(): void;
|
|
472
|
-
getEstimatedMinutesRemaining(): google_protobuf_wrappers_pb.
|
|
473
|
-
setEstimatedMinutesRemaining(value?: google_protobuf_wrappers_pb.
|
|
472
|
+
getEstimatedMinutesRemaining(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
473
|
+
setEstimatedMinutesRemaining(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
474
474
|
|
|
475
475
|
hasEstimatedChargeRemaining(): boolean;
|
|
476
476
|
clearEstimatedChargeRemaining(): void;
|
|
477
|
-
getEstimatedChargeRemaining(): google_protobuf_wrappers_pb.
|
|
478
|
-
setEstimatedChargeRemaining(value?: google_protobuf_wrappers_pb.
|
|
477
|
+
getEstimatedChargeRemaining(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
478
|
+
setEstimatedChargeRemaining(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
479
479
|
|
|
480
480
|
hasBatteryVoltage(): boolean;
|
|
481
481
|
clearBatteryVoltage(): void;
|
|
482
|
-
getBatteryVoltage(): google_protobuf_wrappers_pb.
|
|
483
|
-
setBatteryVoltage(value?: google_protobuf_wrappers_pb.
|
|
482
|
+
getBatteryVoltage(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
483
|
+
setBatteryVoltage(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
484
484
|
|
|
485
485
|
hasBatteryCurrent(): boolean;
|
|
486
486
|
clearBatteryCurrent(): void;
|
|
487
|
-
getBatteryCurrent(): google_protobuf_wrappers_pb.
|
|
488
|
-
setBatteryCurrent(value?: google_protobuf_wrappers_pb.
|
|
487
|
+
getBatteryCurrent(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
488
|
+
setBatteryCurrent(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
489
489
|
|
|
490
490
|
hasBatteryTemperature(): boolean;
|
|
491
491
|
clearBatteryTemperature(): void;
|
|
492
|
-
getBatteryTemperature(): google_protobuf_wrappers_pb.
|
|
493
|
-
setBatteryTemperature(value?: google_protobuf_wrappers_pb.
|
|
492
|
+
getBatteryTemperature(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
493
|
+
setBatteryTemperature(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
494
494
|
|
|
495
495
|
hasAlarmsPresent(): boolean;
|
|
496
496
|
clearAlarmsPresent(): void;
|
|
497
|
-
getAlarmsPresent(): google_protobuf_wrappers_pb.
|
|
498
|
-
setAlarmsPresent(value?: google_protobuf_wrappers_pb.
|
|
497
|
+
getAlarmsPresent(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
498
|
+
setAlarmsPresent(value?: google_protobuf_wrappers_pb.Int32Value): SnmpUpsInfo;
|
|
499
499
|
|
|
500
500
|
serializeBinary(): Uint8Array;
|
|
501
501
|
toObject(includeInstance?: boolean): SnmpUpsInfo.AsObject;
|
|
@@ -515,14 +515,14 @@ export namespace SnmpUpsInfo {
|
|
|
515
515
|
agentSoftwareVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
516
516
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
517
517
|
attachedDevices?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
518
|
-
batteryStatus?: google_protobuf_wrappers_pb.
|
|
519
|
-
secondsOnBattery?: google_protobuf_wrappers_pb.
|
|
520
|
-
estimatedMinutesRemaining?: google_protobuf_wrappers_pb.
|
|
521
|
-
estimatedChargeRemaining?: google_protobuf_wrappers_pb.
|
|
522
|
-
batteryVoltage?: google_protobuf_wrappers_pb.
|
|
523
|
-
batteryCurrent?: google_protobuf_wrappers_pb.
|
|
524
|
-
batteryTemperature?: google_protobuf_wrappers_pb.
|
|
525
|
-
alarmsPresent?: google_protobuf_wrappers_pb.
|
|
518
|
+
batteryStatus?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
519
|
+
secondsOnBattery?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
520
|
+
estimatedMinutesRemaining?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
521
|
+
estimatedChargeRemaining?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
522
|
+
batteryVoltage?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
523
|
+
batteryCurrent?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
524
|
+
batteryTemperature?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
525
|
+
alarmsPresent?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
528
|
|
|
@@ -1884,8 +1884,8 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.toObject = func
|
|
|
1884
1884
|
description: (f = msg.getDescription()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1885
1885
|
name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1886
1886
|
alias: (f = msg.getAlias()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
1887
|
-
type: (f = msg.getType()) && google_protobuf_wrappers_pb.
|
|
1888
|
-
mtu: (f = msg.getMtu()) && google_protobuf_wrappers_pb.
|
|
1887
|
+
type: (f = msg.getType()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
1888
|
+
mtu: (f = msg.getMtu()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
1889
1889
|
speed: (f = msg.getSpeed()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
1890
1890
|
highSpeed: (f = msg.getHighSpeed()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
1891
1891
|
physAddress: (f = msg.getPhysAddress()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
@@ -1953,13 +1953,13 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.deserializeBina
|
|
|
1953
1953
|
msg.setAlias(value);
|
|
1954
1954
|
break;
|
|
1955
1955
|
case 5:
|
|
1956
|
-
var value = new google_protobuf_wrappers_pb.
|
|
1957
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
1956
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
1957
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
1958
1958
|
msg.setType(value);
|
|
1959
1959
|
break;
|
|
1960
1960
|
case 6:
|
|
1961
|
-
var value = new google_protobuf_wrappers_pb.
|
|
1962
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
1961
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
1962
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
1963
1963
|
msg.setMtu(value);
|
|
1964
1964
|
break;
|
|
1965
1965
|
case 7:
|
|
@@ -2076,7 +2076,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.serializeBinary
|
|
|
2076
2076
|
writer.writeMessage(
|
|
2077
2077
|
5,
|
|
2078
2078
|
f,
|
|
2079
|
-
google_protobuf_wrappers_pb.
|
|
2079
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
2080
2080
|
);
|
|
2081
2081
|
}
|
|
2082
2082
|
f = message.getMtu();
|
|
@@ -2084,7 +2084,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.serializeBinary
|
|
|
2084
2084
|
writer.writeMessage(
|
|
2085
2085
|
6,
|
|
2086
2086
|
f,
|
|
2087
|
-
google_protobuf_wrappers_pb.
|
|
2087
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
2088
2088
|
);
|
|
2089
2089
|
}
|
|
2090
2090
|
f = message.getSpeed();
|
|
@@ -2317,17 +2317,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.hasAl
|
|
|
2317
2317
|
|
|
2318
2318
|
|
|
2319
2319
|
/**
|
|
2320
|
-
* optional google.protobuf.
|
|
2321
|
-
* @return {?proto.google.protobuf.
|
|
2320
|
+
* optional google.protobuf.Int32Value type = 5;
|
|
2321
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
2322
2322
|
*/
|
|
2323
2323
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.getType = function() {
|
|
2324
|
-
return /** @type{?proto.google.protobuf.
|
|
2325
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
2324
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
2325
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 5));
|
|
2326
2326
|
};
|
|
2327
2327
|
|
|
2328
2328
|
|
|
2329
2329
|
/**
|
|
2330
|
-
* @param {?proto.google.protobuf.
|
|
2330
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
2331
2331
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo} returns this
|
|
2332
2332
|
*/
|
|
2333
2333
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.setType = function(value) {
|
|
@@ -2354,17 +2354,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.hasTy
|
|
|
2354
2354
|
|
|
2355
2355
|
|
|
2356
2356
|
/**
|
|
2357
|
-
* optional google.protobuf.
|
|
2358
|
-
* @return {?proto.google.protobuf.
|
|
2357
|
+
* optional google.protobuf.Int32Value mtu = 6;
|
|
2358
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
2359
2359
|
*/
|
|
2360
2360
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.getMtu = function() {
|
|
2361
|
-
return /** @type{?proto.google.protobuf.
|
|
2362
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
2361
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
2362
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 6));
|
|
2363
2363
|
};
|
|
2364
2364
|
|
|
2365
2365
|
|
|
2366
2366
|
/**
|
|
2367
|
-
* @param {?proto.google.protobuf.
|
|
2367
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
2368
2368
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo} returns this
|
|
2369
2369
|
*/
|
|
2370
2370
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpInterfaceInfo.prototype.setMtu = function(value) {
|
|
@@ -3670,14 +3670,14 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.toObject = function(i
|
|
|
3670
3670
|
agentSoftwareVersion: (f = msg.getAgentSoftwareVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
3671
3671
|
name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
3672
3672
|
attachedDevices: (f = msg.getAttachedDevices()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
3673
|
-
batteryStatus: (f = msg.getBatteryStatus()) && google_protobuf_wrappers_pb.
|
|
3674
|
-
secondsOnBattery: (f = msg.getSecondsOnBattery()) && google_protobuf_wrappers_pb.
|
|
3675
|
-
estimatedMinutesRemaining: (f = msg.getEstimatedMinutesRemaining()) && google_protobuf_wrappers_pb.
|
|
3676
|
-
estimatedChargeRemaining: (f = msg.getEstimatedChargeRemaining()) && google_protobuf_wrappers_pb.
|
|
3677
|
-
batteryVoltage: (f = msg.getBatteryVoltage()) && google_protobuf_wrappers_pb.
|
|
3678
|
-
batteryCurrent: (f = msg.getBatteryCurrent()) && google_protobuf_wrappers_pb.
|
|
3679
|
-
batteryTemperature: (f = msg.getBatteryTemperature()) && google_protobuf_wrappers_pb.
|
|
3680
|
-
alarmsPresent: (f = msg.getAlarmsPresent()) && google_protobuf_wrappers_pb.
|
|
3673
|
+
batteryStatus: (f = msg.getBatteryStatus()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
3674
|
+
secondsOnBattery: (f = msg.getSecondsOnBattery()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
3675
|
+
estimatedMinutesRemaining: (f = msg.getEstimatedMinutesRemaining()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
3676
|
+
estimatedChargeRemaining: (f = msg.getEstimatedChargeRemaining()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
3677
|
+
batteryVoltage: (f = msg.getBatteryVoltage()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
3678
|
+
batteryCurrent: (f = msg.getBatteryCurrent()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
3679
|
+
batteryTemperature: (f = msg.getBatteryTemperature()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
3680
|
+
alarmsPresent: (f = msg.getAlarmsPresent()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f)
|
|
3681
3681
|
};
|
|
3682
3682
|
|
|
3683
3683
|
if (includeInstance) {
|
|
@@ -3745,43 +3745,43 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.deserializeBinaryFrom
|
|
|
3745
3745
|
msg.setAttachedDevices(value);
|
|
3746
3746
|
break;
|
|
3747
3747
|
case 7:
|
|
3748
|
-
var value = new google_protobuf_wrappers_pb.
|
|
3749
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
3748
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
3749
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
3750
3750
|
msg.setBatteryStatus(value);
|
|
3751
3751
|
break;
|
|
3752
3752
|
case 8:
|
|
3753
|
-
var value = new google_protobuf_wrappers_pb.
|
|
3754
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
3753
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
3754
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
3755
3755
|
msg.setSecondsOnBattery(value);
|
|
3756
3756
|
break;
|
|
3757
3757
|
case 9:
|
|
3758
|
-
var value = new google_protobuf_wrappers_pb.
|
|
3759
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
3758
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
3759
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
3760
3760
|
msg.setEstimatedMinutesRemaining(value);
|
|
3761
3761
|
break;
|
|
3762
3762
|
case 10:
|
|
3763
|
-
var value = new google_protobuf_wrappers_pb.
|
|
3764
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
3763
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
3764
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
3765
3765
|
msg.setEstimatedChargeRemaining(value);
|
|
3766
3766
|
break;
|
|
3767
3767
|
case 11:
|
|
3768
|
-
var value = new google_protobuf_wrappers_pb.
|
|
3769
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
3768
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
3769
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
3770
3770
|
msg.setBatteryVoltage(value);
|
|
3771
3771
|
break;
|
|
3772
3772
|
case 12:
|
|
3773
|
-
var value = new google_protobuf_wrappers_pb.
|
|
3774
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
3773
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
3774
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
3775
3775
|
msg.setBatteryCurrent(value);
|
|
3776
3776
|
break;
|
|
3777
3777
|
case 13:
|
|
3778
|
-
var value = new google_protobuf_wrappers_pb.
|
|
3779
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
3778
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
3779
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
3780
3780
|
msg.setBatteryTemperature(value);
|
|
3781
3781
|
break;
|
|
3782
3782
|
case 14:
|
|
3783
|
-
var value = new google_protobuf_wrappers_pb.
|
|
3784
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
3783
|
+
var value = new google_protobuf_wrappers_pb.Int32Value;
|
|
3784
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.Int32Value.deserializeBinaryFromReader);
|
|
3785
3785
|
msg.setAlarmsPresent(value);
|
|
3786
3786
|
break;
|
|
3787
3787
|
default:
|
|
@@ -3866,7 +3866,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
|
|
|
3866
3866
|
writer.writeMessage(
|
|
3867
3867
|
7,
|
|
3868
3868
|
f,
|
|
3869
|
-
google_protobuf_wrappers_pb.
|
|
3869
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
3870
3870
|
);
|
|
3871
3871
|
}
|
|
3872
3872
|
f = message.getSecondsOnBattery();
|
|
@@ -3874,7 +3874,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
|
|
|
3874
3874
|
writer.writeMessage(
|
|
3875
3875
|
8,
|
|
3876
3876
|
f,
|
|
3877
|
-
google_protobuf_wrappers_pb.
|
|
3877
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
3878
3878
|
);
|
|
3879
3879
|
}
|
|
3880
3880
|
f = message.getEstimatedMinutesRemaining();
|
|
@@ -3882,7 +3882,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
|
|
|
3882
3882
|
writer.writeMessage(
|
|
3883
3883
|
9,
|
|
3884
3884
|
f,
|
|
3885
|
-
google_protobuf_wrappers_pb.
|
|
3885
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
3886
3886
|
);
|
|
3887
3887
|
}
|
|
3888
3888
|
f = message.getEstimatedChargeRemaining();
|
|
@@ -3890,7 +3890,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
|
|
|
3890
3890
|
writer.writeMessage(
|
|
3891
3891
|
10,
|
|
3892
3892
|
f,
|
|
3893
|
-
google_protobuf_wrappers_pb.
|
|
3893
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
3894
3894
|
);
|
|
3895
3895
|
}
|
|
3896
3896
|
f = message.getBatteryVoltage();
|
|
@@ -3898,7 +3898,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
|
|
|
3898
3898
|
writer.writeMessage(
|
|
3899
3899
|
11,
|
|
3900
3900
|
f,
|
|
3901
|
-
google_protobuf_wrappers_pb.
|
|
3901
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
3902
3902
|
);
|
|
3903
3903
|
}
|
|
3904
3904
|
f = message.getBatteryCurrent();
|
|
@@ -3906,7 +3906,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
|
|
|
3906
3906
|
writer.writeMessage(
|
|
3907
3907
|
12,
|
|
3908
3908
|
f,
|
|
3909
|
-
google_protobuf_wrappers_pb.
|
|
3909
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
3910
3910
|
);
|
|
3911
3911
|
}
|
|
3912
3912
|
f = message.getBatteryTemperature();
|
|
@@ -3914,7 +3914,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
|
|
|
3914
3914
|
writer.writeMessage(
|
|
3915
3915
|
13,
|
|
3916
3916
|
f,
|
|
3917
|
-
google_protobuf_wrappers_pb.
|
|
3917
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
3918
3918
|
);
|
|
3919
3919
|
}
|
|
3920
3920
|
f = message.getAlarmsPresent();
|
|
@@ -3922,7 +3922,7 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.serializeBinaryToWrit
|
|
|
3922
3922
|
writer.writeMessage(
|
|
3923
3923
|
14,
|
|
3924
3924
|
f,
|
|
3925
|
-
google_protobuf_wrappers_pb.
|
|
3925
|
+
google_protobuf_wrappers_pb.Int32Value.serializeBinaryToWriter
|
|
3926
3926
|
);
|
|
3927
3927
|
}
|
|
3928
3928
|
};
|
|
@@ -4151,17 +4151,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasAttached
|
|
|
4151
4151
|
|
|
4152
4152
|
|
|
4153
4153
|
/**
|
|
4154
|
-
* optional google.protobuf.
|
|
4155
|
-
* @return {?proto.google.protobuf.
|
|
4154
|
+
* optional google.protobuf.Int32Value battery_status = 7;
|
|
4155
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
4156
4156
|
*/
|
|
4157
4157
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryStatus = function() {
|
|
4158
|
-
return /** @type{?proto.google.protobuf.
|
|
4159
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
4158
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
4159
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 7));
|
|
4160
4160
|
};
|
|
4161
4161
|
|
|
4162
4162
|
|
|
4163
4163
|
/**
|
|
4164
|
-
* @param {?proto.google.protobuf.
|
|
4164
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
4165
4165
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
|
|
4166
4166
|
*/
|
|
4167
4167
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryStatus = function(value) {
|
|
@@ -4188,17 +4188,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryS
|
|
|
4188
4188
|
|
|
4189
4189
|
|
|
4190
4190
|
/**
|
|
4191
|
-
* optional google.protobuf.
|
|
4192
|
-
* @return {?proto.google.protobuf.
|
|
4191
|
+
* optional google.protobuf.Int32Value seconds_on_battery = 8;
|
|
4192
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
4193
4193
|
*/
|
|
4194
4194
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getSecondsOnBattery = function() {
|
|
4195
|
-
return /** @type{?proto.google.protobuf.
|
|
4196
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
4195
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
4196
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 8));
|
|
4197
4197
|
};
|
|
4198
4198
|
|
|
4199
4199
|
|
|
4200
4200
|
/**
|
|
4201
|
-
* @param {?proto.google.protobuf.
|
|
4201
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
4202
4202
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
|
|
4203
4203
|
*/
|
|
4204
4204
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setSecondsOnBattery = function(value) {
|
|
@@ -4225,17 +4225,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasSecondsO
|
|
|
4225
4225
|
|
|
4226
4226
|
|
|
4227
4227
|
/**
|
|
4228
|
-
* optional google.protobuf.
|
|
4229
|
-
* @return {?proto.google.protobuf.
|
|
4228
|
+
* optional google.protobuf.Int32Value estimated_minutes_remaining = 9;
|
|
4229
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
4230
4230
|
*/
|
|
4231
4231
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getEstimatedMinutesRemaining = function() {
|
|
4232
|
-
return /** @type{?proto.google.protobuf.
|
|
4233
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
4232
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
4233
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 9));
|
|
4234
4234
|
};
|
|
4235
4235
|
|
|
4236
4236
|
|
|
4237
4237
|
/**
|
|
4238
|
-
* @param {?proto.google.protobuf.
|
|
4238
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
4239
4239
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
|
|
4240
4240
|
*/
|
|
4241
4241
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setEstimatedMinutesRemaining = function(value) {
|
|
@@ -4262,17 +4262,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasEstimate
|
|
|
4262
4262
|
|
|
4263
4263
|
|
|
4264
4264
|
/**
|
|
4265
|
-
* optional google.protobuf.
|
|
4266
|
-
* @return {?proto.google.protobuf.
|
|
4265
|
+
* optional google.protobuf.Int32Value estimated_charge_remaining = 10;
|
|
4266
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
4267
4267
|
*/
|
|
4268
4268
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getEstimatedChargeRemaining = function() {
|
|
4269
|
-
return /** @type{?proto.google.protobuf.
|
|
4270
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
4269
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
4270
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 10));
|
|
4271
4271
|
};
|
|
4272
4272
|
|
|
4273
4273
|
|
|
4274
4274
|
/**
|
|
4275
|
-
* @param {?proto.google.protobuf.
|
|
4275
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
4276
4276
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
|
|
4277
4277
|
*/
|
|
4278
4278
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setEstimatedChargeRemaining = function(value) {
|
|
@@ -4299,17 +4299,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasEstimate
|
|
|
4299
4299
|
|
|
4300
4300
|
|
|
4301
4301
|
/**
|
|
4302
|
-
* optional google.protobuf.
|
|
4303
|
-
* @return {?proto.google.protobuf.
|
|
4302
|
+
* optional google.protobuf.Int32Value battery_voltage = 11;
|
|
4303
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
4304
4304
|
*/
|
|
4305
4305
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryVoltage = function() {
|
|
4306
|
-
return /** @type{?proto.google.protobuf.
|
|
4307
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
4306
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
4307
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 11));
|
|
4308
4308
|
};
|
|
4309
4309
|
|
|
4310
4310
|
|
|
4311
4311
|
/**
|
|
4312
|
-
* @param {?proto.google.protobuf.
|
|
4312
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
4313
4313
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
|
|
4314
4314
|
*/
|
|
4315
4315
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryVoltage = function(value) {
|
|
@@ -4336,17 +4336,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryV
|
|
|
4336
4336
|
|
|
4337
4337
|
|
|
4338
4338
|
/**
|
|
4339
|
-
* optional google.protobuf.
|
|
4340
|
-
* @return {?proto.google.protobuf.
|
|
4339
|
+
* optional google.protobuf.Int32Value battery_current = 12;
|
|
4340
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
4341
4341
|
*/
|
|
4342
4342
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryCurrent = function() {
|
|
4343
|
-
return /** @type{?proto.google.protobuf.
|
|
4344
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
4343
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
4344
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 12));
|
|
4345
4345
|
};
|
|
4346
4346
|
|
|
4347
4347
|
|
|
4348
4348
|
/**
|
|
4349
|
-
* @param {?proto.google.protobuf.
|
|
4349
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
4350
4350
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
|
|
4351
4351
|
*/
|
|
4352
4352
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryCurrent = function(value) {
|
|
@@ -4373,17 +4373,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryC
|
|
|
4373
4373
|
|
|
4374
4374
|
|
|
4375
4375
|
/**
|
|
4376
|
-
* optional google.protobuf.
|
|
4377
|
-
* @return {?proto.google.protobuf.
|
|
4376
|
+
* optional google.protobuf.Int32Value battery_temperature = 13;
|
|
4377
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
4378
4378
|
*/
|
|
4379
4379
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getBatteryTemperature = function() {
|
|
4380
|
-
return /** @type{?proto.google.protobuf.
|
|
4381
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
4380
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
4381
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 13));
|
|
4382
4382
|
};
|
|
4383
4383
|
|
|
4384
4384
|
|
|
4385
4385
|
/**
|
|
4386
|
-
* @param {?proto.google.protobuf.
|
|
4386
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
4387
4387
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
|
|
4388
4388
|
*/
|
|
4389
4389
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setBatteryTemperature = function(value) {
|
|
@@ -4410,17 +4410,17 @@ proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.hasBatteryT
|
|
|
4410
4410
|
|
|
4411
4411
|
|
|
4412
4412
|
/**
|
|
4413
|
-
* optional google.protobuf.
|
|
4414
|
-
* @return {?proto.google.protobuf.
|
|
4413
|
+
* optional google.protobuf.Int32Value alarms_present = 14;
|
|
4414
|
+
* @return {?proto.google.protobuf.Int32Value}
|
|
4415
4415
|
*/
|
|
4416
4416
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.getAlarmsPresent = function() {
|
|
4417
|
-
return /** @type{?proto.google.protobuf.
|
|
4418
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
4417
|
+
return /** @type{?proto.google.protobuf.Int32Value} */ (
|
|
4418
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.Int32Value, 14));
|
|
4419
4419
|
};
|
|
4420
4420
|
|
|
4421
4421
|
|
|
4422
4422
|
/**
|
|
4423
|
-
* @param {?proto.google.protobuf.
|
|
4423
|
+
* @param {?proto.google.protobuf.Int32Value|undefined} value
|
|
4424
4424
|
* @return {!proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo} returns this
|
|
4425
4425
|
*/
|
|
4426
4426
|
proto.com.lansweeper.discovery.sensor.other.v1.SnmpUpsInfo.prototype.setAlarmsPresent = function(value) {
|