@lansweeper/discovery-sensor-proto 2.13.20 → 2.13.21
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.
|
@@ -1606,10 +1606,10 @@ export class Monitor extends jspb.Message {
|
|
|
1606
1606
|
getIsOnline(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1607
1607
|
setIsOnline(value?: google_protobuf_wrappers_pb.StringValue): Monitor;
|
|
1608
1608
|
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1609
|
+
hasPixelResolution(): boolean;
|
|
1610
|
+
clearPixelResolution(): void;
|
|
1611
|
+
getPixelResolution(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1612
|
+
setPixelResolution(value?: google_protobuf_wrappers_pb.StringValue): Monitor;
|
|
1613
1613
|
|
|
1614
1614
|
serializeBinary(): Uint8Array;
|
|
1615
1615
|
toObject(includeInstance?: boolean): Monitor.AsObject;
|
|
@@ -1638,6 +1638,6 @@ export namespace Monitor {
|
|
|
1638
1638
|
isMain?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1639
1639
|
mirror?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1640
1640
|
isOnline?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1641
|
-
|
|
1641
|
+
pixelResolution?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1642
1642
|
}
|
|
1643
1643
|
}
|
|
@@ -12593,7 +12593,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.toObject = function(include
|
|
|
12593
12593
|
isMain: (f = msg.getIsMain()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
12594
12594
|
mirror: (f = msg.getMirror()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
12595
12595
|
isOnline: (f = msg.getIsOnline()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
12596
|
-
|
|
12596
|
+
pixelResolution: (f = msg.getPixelResolution()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
12597
12597
|
};
|
|
12598
12598
|
|
|
12599
12599
|
if (includeInstance) {
|
|
@@ -12708,7 +12708,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.deserializeBinaryFromReader
|
|
|
12708
12708
|
case 16:
|
|
12709
12709
|
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
12710
12710
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
12711
|
-
msg.
|
|
12711
|
+
msg.setPixelResolution(value);
|
|
12712
12712
|
break;
|
|
12713
12713
|
default:
|
|
12714
12714
|
reader.skipField();
|
|
@@ -12859,7 +12859,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.serializeBinaryToWriter = f
|
|
|
12859
12859
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
12860
12860
|
);
|
|
12861
12861
|
}
|
|
12862
|
-
f = message.
|
|
12862
|
+
f = message.getPixelResolution();
|
|
12863
12863
|
if (f != null) {
|
|
12864
12864
|
writer.writeMessage(
|
|
12865
12865
|
16,
|
|
@@ -13426,10 +13426,10 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasIsOnline = fun
|
|
|
13426
13426
|
|
|
13427
13427
|
|
|
13428
13428
|
/**
|
|
13429
|
-
* optional google.protobuf.StringValue
|
|
13429
|
+
* optional google.protobuf.StringValue pixel_resolution = 16;
|
|
13430
13430
|
* @return {?proto.google.protobuf.StringValue}
|
|
13431
13431
|
*/
|
|
13432
|
-
proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.
|
|
13432
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getPixelResolution = function() {
|
|
13433
13433
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
13434
13434
|
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 16));
|
|
13435
13435
|
};
|
|
@@ -13439,7 +13439,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getPixelresolutio
|
|
|
13439
13439
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
13440
13440
|
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
|
|
13441
13441
|
*/
|
|
13442
|
-
proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.
|
|
13442
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setPixelResolution = function(value) {
|
|
13443
13443
|
return jspb.Message.setWrapperField(this, 16, value);
|
|
13444
13444
|
};
|
|
13445
13445
|
|
|
@@ -13448,8 +13448,8 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setPixelresolutio
|
|
|
13448
13448
|
* Clears the message field making it undefined.
|
|
13449
13449
|
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
|
|
13450
13450
|
*/
|
|
13451
|
-
proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.
|
|
13452
|
-
return this.
|
|
13451
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearPixelResolution = function() {
|
|
13452
|
+
return this.setPixelResolution(undefined);
|
|
13453
13453
|
};
|
|
13454
13454
|
|
|
13455
13455
|
|
|
@@ -13457,7 +13457,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearPixelresolut
|
|
|
13457
13457
|
* Returns whether this field is set.
|
|
13458
13458
|
* @return {boolean}
|
|
13459
13459
|
*/
|
|
13460
|
-
proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.
|
|
13460
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasPixelResolution = function() {
|
|
13461
13461
|
return jspb.Message.getField(this, 16) != null;
|
|
13462
13462
|
};
|
|
13463
13463
|
|