@lansweeper/discovery-sensor-proto 2.61.0 → 2.61.2
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.
|
@@ -7936,8 +7936,8 @@ export class UsbDeviceInfo extends jspb.Message {
|
|
|
7936
7936
|
|
|
7937
7937
|
hasPresent(): boolean;
|
|
7938
7938
|
clearPresent(): void;
|
|
7939
|
-
getPresent(): google_protobuf_wrappers_pb.
|
|
7940
|
-
setPresent(value?: google_protobuf_wrappers_pb.
|
|
7939
|
+
getPresent(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
7940
|
+
setPresent(value?: google_protobuf_wrappers_pb.BoolValue): UsbDeviceInfo;
|
|
7941
7941
|
|
|
7942
7942
|
serializeBinary(): Uint8Array;
|
|
7943
7943
|
toObject(includeInstance?: boolean): UsbDeviceInfo.AsObject;
|
|
@@ -7960,7 +7960,7 @@ export namespace UsbDeviceInfo {
|
|
|
7960
7960
|
service?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7961
7961
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7962
7962
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7963
|
-
present?: google_protobuf_wrappers_pb.
|
|
7963
|
+
present?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
7964
7964
|
}
|
|
7965
7965
|
}
|
|
7966
7966
|
|
|
@@ -66010,7 +66010,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.UsbDeviceInfo.toObject = functi
|
|
|
66010
66010
|
service: (f = msg.getService()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
66011
66011
|
caption: (f = msg.getCaption()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
66012
66012
|
description: (f = msg.getDescription()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
66013
|
-
present: (f = msg.getPresent()) && google_protobuf_wrappers_pb.
|
|
66013
|
+
present: (f = msg.getPresent()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f)
|
|
66014
66014
|
};
|
|
66015
66015
|
|
|
66016
66016
|
if (includeInstance) {
|
|
@@ -66090,8 +66090,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.UsbDeviceInfo.deserializeBinary
|
|
|
66090
66090
|
msg.setDescription(value);
|
|
66091
66091
|
break;
|
|
66092
66092
|
case 10:
|
|
66093
|
-
var value = new google_protobuf_wrappers_pb.
|
|
66094
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
66093
|
+
var value = new google_protobuf_wrappers_pb.BoolValue;
|
|
66094
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
|
|
66095
66095
|
msg.setPresent(value);
|
|
66096
66096
|
break;
|
|
66097
66097
|
default:
|
|
@@ -66197,7 +66197,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.UsbDeviceInfo.serializeBinaryTo
|
|
|
66197
66197
|
writer.writeMessage(
|
|
66198
66198
|
10,
|
|
66199
66199
|
f,
|
|
66200
|
-
google_protobuf_wrappers_pb.
|
|
66200
|
+
google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
|
|
66201
66201
|
);
|
|
66202
66202
|
}
|
|
66203
66203
|
};
|
|
@@ -66480,17 +66480,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.UsbDeviceInfo.prototype.hasDesc
|
|
|
66480
66480
|
|
|
66481
66481
|
|
|
66482
66482
|
/**
|
|
66483
|
-
* optional google.protobuf.
|
|
66484
|
-
* @return {?proto.google.protobuf.
|
|
66483
|
+
* optional google.protobuf.BoolValue present = 10;
|
|
66484
|
+
* @return {?proto.google.protobuf.BoolValue}
|
|
66485
66485
|
*/
|
|
66486
66486
|
proto.com.lansweeper.discovery.sensor.windows.v1.UsbDeviceInfo.prototype.getPresent = function() {
|
|
66487
|
-
return /** @type{?proto.google.protobuf.
|
|
66488
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
66487
|
+
return /** @type{?proto.google.protobuf.BoolValue} */ (
|
|
66488
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 10));
|
|
66489
66489
|
};
|
|
66490
66490
|
|
|
66491
66491
|
|
|
66492
66492
|
/**
|
|
66493
|
-
* @param {?proto.google.protobuf.
|
|
66493
|
+
* @param {?proto.google.protobuf.BoolValue|undefined} value
|
|
66494
66494
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.UsbDeviceInfo} returns this
|
|
66495
66495
|
*/
|
|
66496
66496
|
proto.com.lansweeper.discovery.sensor.windows.v1.UsbDeviceInfo.prototype.setPresent = function(value) {
|