@lansweeper/discovery-sensor-proto 2.76.1 → 2.77.0
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.
|
@@ -30,6 +30,7 @@ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryD
|
|
|
30
30
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryGroup', null, global);
|
|
31
31
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject', null, global);
|
|
32
32
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.ObjectCase', null, global);
|
|
33
|
+
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter', null, global);
|
|
33
34
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryScanResult', null, global);
|
|
34
35
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryUser', null, global);
|
|
35
36
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.api.v1.AirWatchApplication', null, global);
|
|
@@ -200,6 +201,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
200
201
|
*/
|
|
201
202
|
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.displayName = 'proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer';
|
|
202
203
|
}
|
|
204
|
+
/**
|
|
205
|
+
* Generated by JsPbCodeGenerator.
|
|
206
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
207
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
208
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
209
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
210
|
+
* valid.
|
|
211
|
+
* @extends {jspb.Message}
|
|
212
|
+
* @constructor
|
|
213
|
+
*/
|
|
214
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter = function(opt_data) {
|
|
215
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
216
|
+
};
|
|
217
|
+
goog.inherits(proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter, jspb.Message);
|
|
218
|
+
if (goog.DEBUG && !COMPILED) {
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
* @override
|
|
222
|
+
*/
|
|
223
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.displayName = 'proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter';
|
|
224
|
+
}
|
|
203
225
|
/**
|
|
204
226
|
* Generated by JsPbCodeGenerator.
|
|
205
227
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -1167,7 +1189,7 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryScanResult.prototype
|
|
|
1167
1189
|
* @private {!Array<!Array<number>>}
|
|
1168
1190
|
* @const
|
|
1169
1191
|
*/
|
|
1170
|
-
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.oneofGroups_ = [[10,11,12,13]];
|
|
1192
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.oneofGroups_ = [[10,11,12,13,14]];
|
|
1171
1193
|
|
|
1172
1194
|
/**
|
|
1173
1195
|
* @enum {number}
|
|
@@ -1177,7 +1199,8 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.ObjectCase =
|
|
|
1177
1199
|
DOMAIN: 10,
|
|
1178
1200
|
USER: 11,
|
|
1179
1201
|
GROUP: 12,
|
|
1180
|
-
COMPUTER: 13
|
|
1202
|
+
COMPUTER: 13,
|
|
1203
|
+
PRINTER: 14
|
|
1181
1204
|
};
|
|
1182
1205
|
|
|
1183
1206
|
/**
|
|
@@ -1229,7 +1252,8 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.toObject = fu
|
|
|
1229
1252
|
domain: (f = msg.getDomain()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryDomain.toObject(includeInstance, f),
|
|
1230
1253
|
user: (f = msg.getUser()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryUser.toObject(includeInstance, f),
|
|
1231
1254
|
group: (f = msg.getGroup()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryGroup.toObject(includeInstance, f),
|
|
1232
|
-
computer: (f = msg.getComputer()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.toObject(includeInstance, f)
|
|
1255
|
+
computer: (f = msg.getComputer()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.toObject(includeInstance, f),
|
|
1256
|
+
printer: (f = msg.getPrinter()) && proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.toObject(includeInstance, f)
|
|
1233
1257
|
};
|
|
1234
1258
|
|
|
1235
1259
|
if (includeInstance) {
|
|
@@ -1322,6 +1346,11 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.deserializeBi
|
|
|
1322
1346
|
reader.readMessage(value,proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.deserializeBinaryFromReader);
|
|
1323
1347
|
msg.setComputer(value);
|
|
1324
1348
|
break;
|
|
1349
|
+
case 14:
|
|
1350
|
+
var value = new proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter;
|
|
1351
|
+
reader.readMessage(value,proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.deserializeBinaryFromReader);
|
|
1352
|
+
msg.setPrinter(value);
|
|
1353
|
+
break;
|
|
1325
1354
|
default:
|
|
1326
1355
|
reader.skipField();
|
|
1327
1356
|
break;
|
|
@@ -1443,6 +1472,14 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.serializeBina
|
|
|
1443
1472
|
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.serializeBinaryToWriter
|
|
1444
1473
|
);
|
|
1445
1474
|
}
|
|
1475
|
+
f = message.getPrinter();
|
|
1476
|
+
if (f != null) {
|
|
1477
|
+
writer.writeMessage(
|
|
1478
|
+
14,
|
|
1479
|
+
f,
|
|
1480
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.serializeBinaryToWriter
|
|
1481
|
+
);
|
|
1482
|
+
}
|
|
1446
1483
|
};
|
|
1447
1484
|
|
|
1448
1485
|
|
|
@@ -1814,6 +1851,43 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.has
|
|
|
1814
1851
|
};
|
|
1815
1852
|
|
|
1816
1853
|
|
|
1854
|
+
/**
|
|
1855
|
+
* optional ActiveDirectoryPrinter printer = 14;
|
|
1856
|
+
* @return {?proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter}
|
|
1857
|
+
*/
|
|
1858
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.getPrinter = function() {
|
|
1859
|
+
return /** @type{?proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} */ (
|
|
1860
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter, 14));
|
|
1861
|
+
};
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
/**
|
|
1865
|
+
* @param {?proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter|undefined} value
|
|
1866
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject} returns this
|
|
1867
|
+
*/
|
|
1868
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.setPrinter = function(value) {
|
|
1869
|
+
return jspb.Message.setOneofWrapperField(this, 14, proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.oneofGroups_[0], value);
|
|
1870
|
+
};
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
/**
|
|
1874
|
+
* Clears the message field making it undefined.
|
|
1875
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject} returns this
|
|
1876
|
+
*/
|
|
1877
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.clearPrinter = function() {
|
|
1878
|
+
return this.setPrinter(undefined);
|
|
1879
|
+
};
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
/**
|
|
1883
|
+
* Returns whether this field is set.
|
|
1884
|
+
* @return {boolean}
|
|
1885
|
+
*/
|
|
1886
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryObject.prototype.hasPrinter = function() {
|
|
1887
|
+
return jspb.Message.getField(this, 14) != null;
|
|
1888
|
+
};
|
|
1889
|
+
|
|
1890
|
+
|
|
1817
1891
|
|
|
1818
1892
|
/**
|
|
1819
1893
|
* List of repeated fields within this message type.
|
|
@@ -5819,173 +5893,2137 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.deserialize
|
|
|
5819
5893
|
|
|
5820
5894
|
|
|
5821
5895
|
/**
|
|
5822
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
5823
|
-
* @return {!Uint8Array}
|
|
5896
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
5897
|
+
* @return {!Uint8Array}
|
|
5898
|
+
*/
|
|
5899
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.serializeBinary = function() {
|
|
5900
|
+
var writer = new jspb.BinaryWriter();
|
|
5901
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.serializeBinaryToWriter(this, writer);
|
|
5902
|
+
return writer.getResultBuffer();
|
|
5903
|
+
};
|
|
5904
|
+
|
|
5905
|
+
|
|
5906
|
+
/**
|
|
5907
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
5908
|
+
* format), writing to the given BinaryWriter.
|
|
5909
|
+
* @param {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} message
|
|
5910
|
+
* @param {!jspb.BinaryWriter} writer
|
|
5911
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
5912
|
+
*/
|
|
5913
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.serializeBinaryToWriter = function(message, writer) {
|
|
5914
|
+
var f = undefined;
|
|
5915
|
+
f = message.getSamAccountName();
|
|
5916
|
+
if (f != null) {
|
|
5917
|
+
writer.writeMessage(
|
|
5918
|
+
1,
|
|
5919
|
+
f,
|
|
5920
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5921
|
+
);
|
|
5922
|
+
}
|
|
5923
|
+
f = message.getCn();
|
|
5924
|
+
if (f != null) {
|
|
5925
|
+
writer.writeMessage(
|
|
5926
|
+
2,
|
|
5927
|
+
f,
|
|
5928
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5929
|
+
);
|
|
5930
|
+
}
|
|
5931
|
+
f = message.getOu();
|
|
5932
|
+
if (f != null) {
|
|
5933
|
+
writer.writeMessage(
|
|
5934
|
+
3,
|
|
5935
|
+
f,
|
|
5936
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5937
|
+
);
|
|
5938
|
+
}
|
|
5939
|
+
f = message.getDescription();
|
|
5940
|
+
if (f != null) {
|
|
5941
|
+
writer.writeMessage(
|
|
5942
|
+
4,
|
|
5943
|
+
f,
|
|
5944
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5945
|
+
);
|
|
5946
|
+
}
|
|
5947
|
+
f = message.getComment();
|
|
5948
|
+
if (f != null) {
|
|
5949
|
+
writer.writeMessage(
|
|
5950
|
+
5,
|
|
5951
|
+
f,
|
|
5952
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5953
|
+
);
|
|
5954
|
+
}
|
|
5955
|
+
f = message.getCompany();
|
|
5956
|
+
if (f != null) {
|
|
5957
|
+
writer.writeMessage(
|
|
5958
|
+
6,
|
|
5959
|
+
f,
|
|
5960
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5961
|
+
);
|
|
5962
|
+
}
|
|
5963
|
+
f = message.getLocation();
|
|
5964
|
+
if (f != null) {
|
|
5965
|
+
writer.writeMessage(
|
|
5966
|
+
7,
|
|
5967
|
+
f,
|
|
5968
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5969
|
+
);
|
|
5970
|
+
}
|
|
5971
|
+
f = message.getIpAddress();
|
|
5972
|
+
if (f != null) {
|
|
5973
|
+
writer.writeMessage(
|
|
5974
|
+
8,
|
|
5975
|
+
f,
|
|
5976
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5977
|
+
);
|
|
5978
|
+
}
|
|
5979
|
+
f = message.getEnabled();
|
|
5980
|
+
if (f != null) {
|
|
5981
|
+
writer.writeMessage(
|
|
5982
|
+
9,
|
|
5983
|
+
f,
|
|
5984
|
+
google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
|
|
5985
|
+
);
|
|
5986
|
+
}
|
|
5987
|
+
f = message.getBitlockerRecoveryInfo();
|
|
5988
|
+
if (f != null) {
|
|
5989
|
+
writer.writeMessage(
|
|
5990
|
+
10,
|
|
5991
|
+
f,
|
|
5992
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5993
|
+
);
|
|
5994
|
+
}
|
|
5995
|
+
f = message.getOperatingsystem();
|
|
5996
|
+
if (f != null) {
|
|
5997
|
+
writer.writeMessage(
|
|
5998
|
+
11,
|
|
5999
|
+
f,
|
|
6000
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6001
|
+
);
|
|
6002
|
+
}
|
|
6003
|
+
f = message.getOperatingsystemversion();
|
|
6004
|
+
if (f != null) {
|
|
6005
|
+
writer.writeMessage(
|
|
6006
|
+
12,
|
|
6007
|
+
f,
|
|
6008
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6009
|
+
);
|
|
6010
|
+
}
|
|
6011
|
+
f = message.getManagedByUserObjectGuid();
|
|
6012
|
+
if (f != null) {
|
|
6013
|
+
writer.writeMessage(
|
|
6014
|
+
13,
|
|
6015
|
+
f,
|
|
6016
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6017
|
+
);
|
|
6018
|
+
}
|
|
6019
|
+
f = message.getManagedByGroupObjectGuid();
|
|
6020
|
+
if (f != null) {
|
|
6021
|
+
writer.writeMessage(
|
|
6022
|
+
14,
|
|
6023
|
+
f,
|
|
6024
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6025
|
+
);
|
|
6026
|
+
}
|
|
6027
|
+
f = message.getDnsHostname();
|
|
6028
|
+
if (f != null) {
|
|
6029
|
+
writer.writeMessage(
|
|
6030
|
+
15,
|
|
6031
|
+
f,
|
|
6032
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6033
|
+
);
|
|
6034
|
+
}
|
|
6035
|
+
};
|
|
6036
|
+
|
|
6037
|
+
|
|
6038
|
+
/**
|
|
6039
|
+
* optional google.protobuf.StringValue sam_account_name = 1;
|
|
6040
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6041
|
+
*/
|
|
6042
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getSamAccountName = function() {
|
|
6043
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6044
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
6045
|
+
};
|
|
6046
|
+
|
|
6047
|
+
|
|
6048
|
+
/**
|
|
6049
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6050
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6051
|
+
*/
|
|
6052
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setSamAccountName = function(value) {
|
|
6053
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
6054
|
+
};
|
|
6055
|
+
|
|
6056
|
+
|
|
6057
|
+
/**
|
|
6058
|
+
* Clears the message field making it undefined.
|
|
6059
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6060
|
+
*/
|
|
6061
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearSamAccountName = function() {
|
|
6062
|
+
return this.setSamAccountName(undefined);
|
|
6063
|
+
};
|
|
6064
|
+
|
|
6065
|
+
|
|
6066
|
+
/**
|
|
6067
|
+
* Returns whether this field is set.
|
|
6068
|
+
* @return {boolean}
|
|
6069
|
+
*/
|
|
6070
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasSamAccountName = function() {
|
|
6071
|
+
return jspb.Message.getField(this, 1) != null;
|
|
6072
|
+
};
|
|
6073
|
+
|
|
6074
|
+
|
|
6075
|
+
/**
|
|
6076
|
+
* optional google.protobuf.StringValue cn = 2;
|
|
6077
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6078
|
+
*/
|
|
6079
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getCn = function() {
|
|
6080
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6081
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
6082
|
+
};
|
|
6083
|
+
|
|
6084
|
+
|
|
6085
|
+
/**
|
|
6086
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6087
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6088
|
+
*/
|
|
6089
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setCn = function(value) {
|
|
6090
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
6091
|
+
};
|
|
6092
|
+
|
|
6093
|
+
|
|
6094
|
+
/**
|
|
6095
|
+
* Clears the message field making it undefined.
|
|
6096
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6097
|
+
*/
|
|
6098
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearCn = function() {
|
|
6099
|
+
return this.setCn(undefined);
|
|
6100
|
+
};
|
|
6101
|
+
|
|
6102
|
+
|
|
6103
|
+
/**
|
|
6104
|
+
* Returns whether this field is set.
|
|
6105
|
+
* @return {boolean}
|
|
6106
|
+
*/
|
|
6107
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasCn = function() {
|
|
6108
|
+
return jspb.Message.getField(this, 2) != null;
|
|
6109
|
+
};
|
|
6110
|
+
|
|
6111
|
+
|
|
6112
|
+
/**
|
|
6113
|
+
* optional google.protobuf.StringValue ou = 3;
|
|
6114
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6115
|
+
*/
|
|
6116
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getOu = function() {
|
|
6117
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6118
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
6119
|
+
};
|
|
6120
|
+
|
|
6121
|
+
|
|
6122
|
+
/**
|
|
6123
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6124
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6125
|
+
*/
|
|
6126
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setOu = function(value) {
|
|
6127
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
6128
|
+
};
|
|
6129
|
+
|
|
6130
|
+
|
|
6131
|
+
/**
|
|
6132
|
+
* Clears the message field making it undefined.
|
|
6133
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6134
|
+
*/
|
|
6135
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearOu = function() {
|
|
6136
|
+
return this.setOu(undefined);
|
|
6137
|
+
};
|
|
6138
|
+
|
|
6139
|
+
|
|
6140
|
+
/**
|
|
6141
|
+
* Returns whether this field is set.
|
|
6142
|
+
* @return {boolean}
|
|
6143
|
+
*/
|
|
6144
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasOu = function() {
|
|
6145
|
+
return jspb.Message.getField(this, 3) != null;
|
|
6146
|
+
};
|
|
6147
|
+
|
|
6148
|
+
|
|
6149
|
+
/**
|
|
6150
|
+
* optional google.protobuf.StringValue description = 4;
|
|
6151
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6152
|
+
*/
|
|
6153
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getDescription = function() {
|
|
6154
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6155
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
6156
|
+
};
|
|
6157
|
+
|
|
6158
|
+
|
|
6159
|
+
/**
|
|
6160
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6161
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6162
|
+
*/
|
|
6163
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setDescription = function(value) {
|
|
6164
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
6165
|
+
};
|
|
6166
|
+
|
|
6167
|
+
|
|
6168
|
+
/**
|
|
6169
|
+
* Clears the message field making it undefined.
|
|
6170
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6171
|
+
*/
|
|
6172
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearDescription = function() {
|
|
6173
|
+
return this.setDescription(undefined);
|
|
6174
|
+
};
|
|
6175
|
+
|
|
6176
|
+
|
|
6177
|
+
/**
|
|
6178
|
+
* Returns whether this field is set.
|
|
6179
|
+
* @return {boolean}
|
|
6180
|
+
*/
|
|
6181
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasDescription = function() {
|
|
6182
|
+
return jspb.Message.getField(this, 4) != null;
|
|
6183
|
+
};
|
|
6184
|
+
|
|
6185
|
+
|
|
6186
|
+
/**
|
|
6187
|
+
* optional google.protobuf.StringValue comment = 5;
|
|
6188
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6189
|
+
*/
|
|
6190
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getComment = function() {
|
|
6191
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6192
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
|
|
6193
|
+
};
|
|
6194
|
+
|
|
6195
|
+
|
|
6196
|
+
/**
|
|
6197
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6198
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6199
|
+
*/
|
|
6200
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setComment = function(value) {
|
|
6201
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
6202
|
+
};
|
|
6203
|
+
|
|
6204
|
+
|
|
6205
|
+
/**
|
|
6206
|
+
* Clears the message field making it undefined.
|
|
6207
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6208
|
+
*/
|
|
6209
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearComment = function() {
|
|
6210
|
+
return this.setComment(undefined);
|
|
6211
|
+
};
|
|
6212
|
+
|
|
6213
|
+
|
|
6214
|
+
/**
|
|
6215
|
+
* Returns whether this field is set.
|
|
6216
|
+
* @return {boolean}
|
|
6217
|
+
*/
|
|
6218
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasComment = function() {
|
|
6219
|
+
return jspb.Message.getField(this, 5) != null;
|
|
6220
|
+
};
|
|
6221
|
+
|
|
6222
|
+
|
|
6223
|
+
/**
|
|
6224
|
+
* optional google.protobuf.StringValue company = 6;
|
|
6225
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6226
|
+
*/
|
|
6227
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getCompany = function() {
|
|
6228
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6229
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
|
|
6230
|
+
};
|
|
6231
|
+
|
|
6232
|
+
|
|
6233
|
+
/**
|
|
6234
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6235
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6236
|
+
*/
|
|
6237
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setCompany = function(value) {
|
|
6238
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
6239
|
+
};
|
|
6240
|
+
|
|
6241
|
+
|
|
6242
|
+
/**
|
|
6243
|
+
* Clears the message field making it undefined.
|
|
6244
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6245
|
+
*/
|
|
6246
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearCompany = function() {
|
|
6247
|
+
return this.setCompany(undefined);
|
|
6248
|
+
};
|
|
6249
|
+
|
|
6250
|
+
|
|
6251
|
+
/**
|
|
6252
|
+
* Returns whether this field is set.
|
|
6253
|
+
* @return {boolean}
|
|
6254
|
+
*/
|
|
6255
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasCompany = function() {
|
|
6256
|
+
return jspb.Message.getField(this, 6) != null;
|
|
6257
|
+
};
|
|
6258
|
+
|
|
6259
|
+
|
|
6260
|
+
/**
|
|
6261
|
+
* optional google.protobuf.StringValue location = 7;
|
|
6262
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6263
|
+
*/
|
|
6264
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getLocation = function() {
|
|
6265
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6266
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
|
|
6267
|
+
};
|
|
6268
|
+
|
|
6269
|
+
|
|
6270
|
+
/**
|
|
6271
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6272
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6273
|
+
*/
|
|
6274
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setLocation = function(value) {
|
|
6275
|
+
return jspb.Message.setWrapperField(this, 7, value);
|
|
6276
|
+
};
|
|
6277
|
+
|
|
6278
|
+
|
|
6279
|
+
/**
|
|
6280
|
+
* Clears the message field making it undefined.
|
|
6281
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6282
|
+
*/
|
|
6283
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearLocation = function() {
|
|
6284
|
+
return this.setLocation(undefined);
|
|
6285
|
+
};
|
|
6286
|
+
|
|
6287
|
+
|
|
6288
|
+
/**
|
|
6289
|
+
* Returns whether this field is set.
|
|
6290
|
+
* @return {boolean}
|
|
6291
|
+
*/
|
|
6292
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasLocation = function() {
|
|
6293
|
+
return jspb.Message.getField(this, 7) != null;
|
|
6294
|
+
};
|
|
6295
|
+
|
|
6296
|
+
|
|
6297
|
+
/**
|
|
6298
|
+
* optional google.protobuf.StringValue ip_address = 8;
|
|
6299
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6300
|
+
*/
|
|
6301
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getIpAddress = function() {
|
|
6302
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6303
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
|
|
6304
|
+
};
|
|
6305
|
+
|
|
6306
|
+
|
|
6307
|
+
/**
|
|
6308
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6309
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6310
|
+
*/
|
|
6311
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setIpAddress = function(value) {
|
|
6312
|
+
return jspb.Message.setWrapperField(this, 8, value);
|
|
6313
|
+
};
|
|
6314
|
+
|
|
6315
|
+
|
|
6316
|
+
/**
|
|
6317
|
+
* Clears the message field making it undefined.
|
|
6318
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6319
|
+
*/
|
|
6320
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearIpAddress = function() {
|
|
6321
|
+
return this.setIpAddress(undefined);
|
|
6322
|
+
};
|
|
6323
|
+
|
|
6324
|
+
|
|
6325
|
+
/**
|
|
6326
|
+
* Returns whether this field is set.
|
|
6327
|
+
* @return {boolean}
|
|
6328
|
+
*/
|
|
6329
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasIpAddress = function() {
|
|
6330
|
+
return jspb.Message.getField(this, 8) != null;
|
|
6331
|
+
};
|
|
6332
|
+
|
|
6333
|
+
|
|
6334
|
+
/**
|
|
6335
|
+
* optional google.protobuf.BoolValue enabled = 9;
|
|
6336
|
+
* @return {?proto.google.protobuf.BoolValue}
|
|
6337
|
+
*/
|
|
6338
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getEnabled = function() {
|
|
6339
|
+
return /** @type{?proto.google.protobuf.BoolValue} */ (
|
|
6340
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 9));
|
|
6341
|
+
};
|
|
6342
|
+
|
|
6343
|
+
|
|
6344
|
+
/**
|
|
6345
|
+
* @param {?proto.google.protobuf.BoolValue|undefined} value
|
|
6346
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6347
|
+
*/
|
|
6348
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setEnabled = function(value) {
|
|
6349
|
+
return jspb.Message.setWrapperField(this, 9, value);
|
|
6350
|
+
};
|
|
6351
|
+
|
|
6352
|
+
|
|
6353
|
+
/**
|
|
6354
|
+
* Clears the message field making it undefined.
|
|
6355
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6356
|
+
*/
|
|
6357
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearEnabled = function() {
|
|
6358
|
+
return this.setEnabled(undefined);
|
|
6359
|
+
};
|
|
6360
|
+
|
|
6361
|
+
|
|
6362
|
+
/**
|
|
6363
|
+
* Returns whether this field is set.
|
|
6364
|
+
* @return {boolean}
|
|
6365
|
+
*/
|
|
6366
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasEnabled = function() {
|
|
6367
|
+
return jspb.Message.getField(this, 9) != null;
|
|
6368
|
+
};
|
|
6369
|
+
|
|
6370
|
+
|
|
6371
|
+
/**
|
|
6372
|
+
* optional google.protobuf.StringValue bitlocker_recovery_info = 10;
|
|
6373
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6374
|
+
*/
|
|
6375
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getBitlockerRecoveryInfo = function() {
|
|
6376
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6377
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
|
|
6378
|
+
};
|
|
6379
|
+
|
|
6380
|
+
|
|
6381
|
+
/**
|
|
6382
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6383
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6384
|
+
*/
|
|
6385
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setBitlockerRecoveryInfo = function(value) {
|
|
6386
|
+
return jspb.Message.setWrapperField(this, 10, value);
|
|
6387
|
+
};
|
|
6388
|
+
|
|
6389
|
+
|
|
6390
|
+
/**
|
|
6391
|
+
* Clears the message field making it undefined.
|
|
6392
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6393
|
+
*/
|
|
6394
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearBitlockerRecoveryInfo = function() {
|
|
6395
|
+
return this.setBitlockerRecoveryInfo(undefined);
|
|
6396
|
+
};
|
|
6397
|
+
|
|
6398
|
+
|
|
6399
|
+
/**
|
|
6400
|
+
* Returns whether this field is set.
|
|
6401
|
+
* @return {boolean}
|
|
6402
|
+
*/
|
|
6403
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasBitlockerRecoveryInfo = function() {
|
|
6404
|
+
return jspb.Message.getField(this, 10) != null;
|
|
6405
|
+
};
|
|
6406
|
+
|
|
6407
|
+
|
|
6408
|
+
/**
|
|
6409
|
+
* optional google.protobuf.StringValue operatingSystem = 11;
|
|
6410
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6411
|
+
*/
|
|
6412
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getOperatingsystem = function() {
|
|
6413
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6414
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
|
|
6415
|
+
};
|
|
6416
|
+
|
|
6417
|
+
|
|
6418
|
+
/**
|
|
6419
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6420
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6421
|
+
*/
|
|
6422
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setOperatingsystem = function(value) {
|
|
6423
|
+
return jspb.Message.setWrapperField(this, 11, value);
|
|
6424
|
+
};
|
|
6425
|
+
|
|
6426
|
+
|
|
6427
|
+
/**
|
|
6428
|
+
* Clears the message field making it undefined.
|
|
6429
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6430
|
+
*/
|
|
6431
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearOperatingsystem = function() {
|
|
6432
|
+
return this.setOperatingsystem(undefined);
|
|
6433
|
+
};
|
|
6434
|
+
|
|
6435
|
+
|
|
6436
|
+
/**
|
|
6437
|
+
* Returns whether this field is set.
|
|
6438
|
+
* @return {boolean}
|
|
6439
|
+
*/
|
|
6440
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasOperatingsystem = function() {
|
|
6441
|
+
return jspb.Message.getField(this, 11) != null;
|
|
6442
|
+
};
|
|
6443
|
+
|
|
6444
|
+
|
|
6445
|
+
/**
|
|
6446
|
+
* optional google.protobuf.StringValue operatingSystemVersion = 12;
|
|
6447
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6448
|
+
*/
|
|
6449
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getOperatingsystemversion = function() {
|
|
6450
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6451
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
|
|
6452
|
+
};
|
|
6453
|
+
|
|
6454
|
+
|
|
6455
|
+
/**
|
|
6456
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6457
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6458
|
+
*/
|
|
6459
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setOperatingsystemversion = function(value) {
|
|
6460
|
+
return jspb.Message.setWrapperField(this, 12, value);
|
|
6461
|
+
};
|
|
6462
|
+
|
|
6463
|
+
|
|
6464
|
+
/**
|
|
6465
|
+
* Clears the message field making it undefined.
|
|
6466
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6467
|
+
*/
|
|
6468
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearOperatingsystemversion = function() {
|
|
6469
|
+
return this.setOperatingsystemversion(undefined);
|
|
6470
|
+
};
|
|
6471
|
+
|
|
6472
|
+
|
|
6473
|
+
/**
|
|
6474
|
+
* Returns whether this field is set.
|
|
6475
|
+
* @return {boolean}
|
|
6476
|
+
*/
|
|
6477
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasOperatingsystemversion = function() {
|
|
6478
|
+
return jspb.Message.getField(this, 12) != null;
|
|
6479
|
+
};
|
|
6480
|
+
|
|
6481
|
+
|
|
6482
|
+
/**
|
|
6483
|
+
* optional google.protobuf.StringValue managed_by_user_object_guid = 13;
|
|
6484
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6485
|
+
*/
|
|
6486
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getManagedByUserObjectGuid = function() {
|
|
6487
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6488
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 13));
|
|
6489
|
+
};
|
|
6490
|
+
|
|
6491
|
+
|
|
6492
|
+
/**
|
|
6493
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6494
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6495
|
+
*/
|
|
6496
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setManagedByUserObjectGuid = function(value) {
|
|
6497
|
+
return jspb.Message.setWrapperField(this, 13, value);
|
|
6498
|
+
};
|
|
6499
|
+
|
|
6500
|
+
|
|
6501
|
+
/**
|
|
6502
|
+
* Clears the message field making it undefined.
|
|
6503
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6504
|
+
*/
|
|
6505
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearManagedByUserObjectGuid = function() {
|
|
6506
|
+
return this.setManagedByUserObjectGuid(undefined);
|
|
6507
|
+
};
|
|
6508
|
+
|
|
6509
|
+
|
|
6510
|
+
/**
|
|
6511
|
+
* Returns whether this field is set.
|
|
6512
|
+
* @return {boolean}
|
|
6513
|
+
*/
|
|
6514
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasManagedByUserObjectGuid = function() {
|
|
6515
|
+
return jspb.Message.getField(this, 13) != null;
|
|
6516
|
+
};
|
|
6517
|
+
|
|
6518
|
+
|
|
6519
|
+
/**
|
|
6520
|
+
* optional google.protobuf.StringValue managed_by_group_object_guid = 14;
|
|
6521
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6522
|
+
*/
|
|
6523
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getManagedByGroupObjectGuid = function() {
|
|
6524
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6525
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 14));
|
|
6526
|
+
};
|
|
6527
|
+
|
|
6528
|
+
|
|
6529
|
+
/**
|
|
6530
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6531
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6532
|
+
*/
|
|
6533
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setManagedByGroupObjectGuid = function(value) {
|
|
6534
|
+
return jspb.Message.setWrapperField(this, 14, value);
|
|
6535
|
+
};
|
|
6536
|
+
|
|
6537
|
+
|
|
6538
|
+
/**
|
|
6539
|
+
* Clears the message field making it undefined.
|
|
6540
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6541
|
+
*/
|
|
6542
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearManagedByGroupObjectGuid = function() {
|
|
6543
|
+
return this.setManagedByGroupObjectGuid(undefined);
|
|
6544
|
+
};
|
|
6545
|
+
|
|
6546
|
+
|
|
6547
|
+
/**
|
|
6548
|
+
* Returns whether this field is set.
|
|
6549
|
+
* @return {boolean}
|
|
6550
|
+
*/
|
|
6551
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasManagedByGroupObjectGuid = function() {
|
|
6552
|
+
return jspb.Message.getField(this, 14) != null;
|
|
6553
|
+
};
|
|
6554
|
+
|
|
6555
|
+
|
|
6556
|
+
/**
|
|
6557
|
+
* optional google.protobuf.StringValue dns_hostname = 15;
|
|
6558
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6559
|
+
*/
|
|
6560
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.getDnsHostname = function() {
|
|
6561
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6562
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 15));
|
|
6563
|
+
};
|
|
6564
|
+
|
|
6565
|
+
|
|
6566
|
+
/**
|
|
6567
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6568
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6569
|
+
*/
|
|
6570
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.setDnsHostname = function(value) {
|
|
6571
|
+
return jspb.Message.setWrapperField(this, 15, value);
|
|
6572
|
+
};
|
|
6573
|
+
|
|
6574
|
+
|
|
6575
|
+
/**
|
|
6576
|
+
* Clears the message field making it undefined.
|
|
6577
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} returns this
|
|
6578
|
+
*/
|
|
6579
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.clearDnsHostname = function() {
|
|
6580
|
+
return this.setDnsHostname(undefined);
|
|
6581
|
+
};
|
|
6582
|
+
|
|
6583
|
+
|
|
6584
|
+
/**
|
|
6585
|
+
* Returns whether this field is set.
|
|
6586
|
+
* @return {boolean}
|
|
6587
|
+
*/
|
|
6588
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.hasDnsHostname = function() {
|
|
6589
|
+
return jspb.Message.getField(this, 15) != null;
|
|
6590
|
+
};
|
|
6591
|
+
|
|
6592
|
+
|
|
6593
|
+
|
|
6594
|
+
|
|
6595
|
+
|
|
6596
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
6597
|
+
/**
|
|
6598
|
+
* Creates an object representation of this proto.
|
|
6599
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
6600
|
+
* Optional fields that are not set will be set to undefined.
|
|
6601
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
6602
|
+
* For the list of reserved names please see:
|
|
6603
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
6604
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
6605
|
+
* JSPB instance for transitional soy proto support:
|
|
6606
|
+
* http://goto/soy-param-migration
|
|
6607
|
+
* @return {!Object}
|
|
6608
|
+
*/
|
|
6609
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.toObject = function(opt_includeInstance) {
|
|
6610
|
+
return proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.toObject(opt_includeInstance, this);
|
|
6611
|
+
};
|
|
6612
|
+
|
|
6613
|
+
|
|
6614
|
+
/**
|
|
6615
|
+
* Static version of the {@see toObject} method.
|
|
6616
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
6617
|
+
* the JSPB instance for transitional soy proto support:
|
|
6618
|
+
* http://goto/soy-param-migration
|
|
6619
|
+
* @param {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} msg The msg instance to transform.
|
|
6620
|
+
* @return {!Object}
|
|
6621
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6622
|
+
*/
|
|
6623
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.toObject = function(includeInstance, msg) {
|
|
6624
|
+
var f, obj = {
|
|
6625
|
+
description: (f = msg.getDescription()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6626
|
+
cn: (f = msg.getCn()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6627
|
+
driverVersion: (f = msg.getDriverVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6628
|
+
serverName: (f = msg.getServerName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6629
|
+
dScorePropagationData: (f = msg.getDScorePropagationData()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6630
|
+
ntSecurityDescriptor: (f = msg.getNtSecurityDescriptor()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6631
|
+
printStartTime: (f = msg.getPrintStartTime()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6632
|
+
printBinNames: (f = msg.getPrintBinNames()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6633
|
+
printColor: (f = msg.getPrintColor()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6634
|
+
printKeepPrintedJobs: (f = msg.getPrintKeepPrintedJobs()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6635
|
+
printSpooling: (f = msg.getPrintSpooling()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6636
|
+
printDuplexSupported: (f = msg.getPrintDuplexSupported()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6637
|
+
printMinYExtent: (f = msg.getPrintMinYExtent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6638
|
+
printMaxYExtent: (f = msg.getPrintMaxYExtent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6639
|
+
printMinXExtent: (f = msg.getPrintMinXExtent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6640
|
+
printMaxXExtent: (f = msg.getPrintMaxXExtent()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6641
|
+
printMaxResolutionSupported: (f = msg.getPrintMaxResolutionSupported()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6642
|
+
printPagesPerMinute: (f = msg.getPrintPagesPerMinute()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6643
|
+
printStaplingSupported: (f = msg.getPrintStaplingSupported()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6644
|
+
instanceType: (f = msg.getInstanceType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6645
|
+
printCollate: (f = msg.getPrintCollate()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6646
|
+
printRateUnit: (f = msg.getPrintRateUnit()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6647
|
+
printEndTime: (f = msg.getPrintEndTime()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6648
|
+
portName: (f = msg.getPortName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6649
|
+
priority: (f = msg.getPriority()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6650
|
+
versionNumber: (f = msg.getVersionNumber()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6651
|
+
printerName: (f = msg.getPrinterName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6652
|
+
shortServerName: (f = msg.getShortServerName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6653
|
+
printMediaReady: (f = msg.getPrintMediaReady()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6654
|
+
printMediaSupported: (f = msg.getPrintMediaSupported()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6655
|
+
uncName: (f = msg.getUncName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6656
|
+
usnChanged: (f = msg.getUsnChanged()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6657
|
+
usnCreated: (f = msg.getUsnCreated()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6658
|
+
category: (f = msg.getCategory()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6659
|
+
driverName: (f = msg.getDriverName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6660
|
+
printOrientationsSupported: (f = msg.getPrintOrientationsSupported()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6661
|
+
printShareName: (f = msg.getPrintShareName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
6662
|
+
printRate: (f = msg.getPrintRate()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
6663
|
+
};
|
|
6664
|
+
|
|
6665
|
+
if (includeInstance) {
|
|
6666
|
+
obj.$jspbMessageInstance = msg;
|
|
6667
|
+
}
|
|
6668
|
+
return obj;
|
|
6669
|
+
};
|
|
6670
|
+
}
|
|
6671
|
+
|
|
6672
|
+
|
|
6673
|
+
/**
|
|
6674
|
+
* Deserializes binary data (in protobuf wire format).
|
|
6675
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
6676
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter}
|
|
6677
|
+
*/
|
|
6678
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.deserializeBinary = function(bytes) {
|
|
6679
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
6680
|
+
var msg = new proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter;
|
|
6681
|
+
return proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.deserializeBinaryFromReader(msg, reader);
|
|
6682
|
+
};
|
|
6683
|
+
|
|
6684
|
+
|
|
6685
|
+
/**
|
|
6686
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
6687
|
+
* given reader into the given message object.
|
|
6688
|
+
* @param {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} msg The message object to deserialize into.
|
|
6689
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6690
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter}
|
|
6691
|
+
*/
|
|
6692
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.deserializeBinaryFromReader = function(msg, reader) {
|
|
6693
|
+
while (reader.nextField()) {
|
|
6694
|
+
if (reader.isEndGroup()) {
|
|
6695
|
+
break;
|
|
6696
|
+
}
|
|
6697
|
+
var field = reader.getFieldNumber();
|
|
6698
|
+
switch (field) {
|
|
6699
|
+
case 1:
|
|
6700
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6701
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6702
|
+
msg.setDescription(value);
|
|
6703
|
+
break;
|
|
6704
|
+
case 2:
|
|
6705
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6706
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6707
|
+
msg.setCn(value);
|
|
6708
|
+
break;
|
|
6709
|
+
case 3:
|
|
6710
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6711
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6712
|
+
msg.setDriverVersion(value);
|
|
6713
|
+
break;
|
|
6714
|
+
case 4:
|
|
6715
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6716
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6717
|
+
msg.setServerName(value);
|
|
6718
|
+
break;
|
|
6719
|
+
case 5:
|
|
6720
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6721
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6722
|
+
msg.setDScorePropagationData(value);
|
|
6723
|
+
break;
|
|
6724
|
+
case 6:
|
|
6725
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6726
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6727
|
+
msg.setNtSecurityDescriptor(value);
|
|
6728
|
+
break;
|
|
6729
|
+
case 7:
|
|
6730
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6731
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6732
|
+
msg.setPrintStartTime(value);
|
|
6733
|
+
break;
|
|
6734
|
+
case 8:
|
|
6735
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6736
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6737
|
+
msg.setPrintBinNames(value);
|
|
6738
|
+
break;
|
|
6739
|
+
case 9:
|
|
6740
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6741
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6742
|
+
msg.setPrintColor(value);
|
|
6743
|
+
break;
|
|
6744
|
+
case 10:
|
|
6745
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6746
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6747
|
+
msg.setPrintKeepPrintedJobs(value);
|
|
6748
|
+
break;
|
|
6749
|
+
case 11:
|
|
6750
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6751
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6752
|
+
msg.setPrintSpooling(value);
|
|
6753
|
+
break;
|
|
6754
|
+
case 12:
|
|
6755
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6756
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6757
|
+
msg.setPrintDuplexSupported(value);
|
|
6758
|
+
break;
|
|
6759
|
+
case 13:
|
|
6760
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6761
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6762
|
+
msg.setPrintMinYExtent(value);
|
|
6763
|
+
break;
|
|
6764
|
+
case 14:
|
|
6765
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6766
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6767
|
+
msg.setPrintMaxYExtent(value);
|
|
6768
|
+
break;
|
|
6769
|
+
case 15:
|
|
6770
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6771
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6772
|
+
msg.setPrintMinXExtent(value);
|
|
6773
|
+
break;
|
|
6774
|
+
case 16:
|
|
6775
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6776
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6777
|
+
msg.setPrintMaxXExtent(value);
|
|
6778
|
+
break;
|
|
6779
|
+
case 17:
|
|
6780
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6781
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6782
|
+
msg.setPrintMaxResolutionSupported(value);
|
|
6783
|
+
break;
|
|
6784
|
+
case 18:
|
|
6785
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6786
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6787
|
+
msg.setPrintPagesPerMinute(value);
|
|
6788
|
+
break;
|
|
6789
|
+
case 19:
|
|
6790
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6791
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6792
|
+
msg.setPrintStaplingSupported(value);
|
|
6793
|
+
break;
|
|
6794
|
+
case 20:
|
|
6795
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6796
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6797
|
+
msg.setInstanceType(value);
|
|
6798
|
+
break;
|
|
6799
|
+
case 21:
|
|
6800
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6801
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6802
|
+
msg.setPrintCollate(value);
|
|
6803
|
+
break;
|
|
6804
|
+
case 22:
|
|
6805
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6806
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6807
|
+
msg.setPrintRateUnit(value);
|
|
6808
|
+
break;
|
|
6809
|
+
case 23:
|
|
6810
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6811
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6812
|
+
msg.setPrintEndTime(value);
|
|
6813
|
+
break;
|
|
6814
|
+
case 24:
|
|
6815
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6816
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6817
|
+
msg.setPortName(value);
|
|
6818
|
+
break;
|
|
6819
|
+
case 25:
|
|
6820
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6821
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6822
|
+
msg.setPriority(value);
|
|
6823
|
+
break;
|
|
6824
|
+
case 26:
|
|
6825
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6826
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6827
|
+
msg.setVersionNumber(value);
|
|
6828
|
+
break;
|
|
6829
|
+
case 27:
|
|
6830
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6831
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6832
|
+
msg.setPrinterName(value);
|
|
6833
|
+
break;
|
|
6834
|
+
case 28:
|
|
6835
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6836
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6837
|
+
msg.setShortServerName(value);
|
|
6838
|
+
break;
|
|
6839
|
+
case 29:
|
|
6840
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6841
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6842
|
+
msg.setPrintMediaReady(value);
|
|
6843
|
+
break;
|
|
6844
|
+
case 30:
|
|
6845
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6846
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6847
|
+
msg.setPrintMediaSupported(value);
|
|
6848
|
+
break;
|
|
6849
|
+
case 31:
|
|
6850
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6851
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6852
|
+
msg.setUncName(value);
|
|
6853
|
+
break;
|
|
6854
|
+
case 32:
|
|
6855
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6856
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6857
|
+
msg.setUsnChanged(value);
|
|
6858
|
+
break;
|
|
6859
|
+
case 33:
|
|
6860
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6861
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6862
|
+
msg.setUsnCreated(value);
|
|
6863
|
+
break;
|
|
6864
|
+
case 34:
|
|
6865
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6866
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6867
|
+
msg.setCategory(value);
|
|
6868
|
+
break;
|
|
6869
|
+
case 35:
|
|
6870
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6871
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6872
|
+
msg.setDriverName(value);
|
|
6873
|
+
break;
|
|
6874
|
+
case 36:
|
|
6875
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6876
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6877
|
+
msg.setPrintOrientationsSupported(value);
|
|
6878
|
+
break;
|
|
6879
|
+
case 37:
|
|
6880
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6881
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6882
|
+
msg.setPrintShareName(value);
|
|
6883
|
+
break;
|
|
6884
|
+
case 38:
|
|
6885
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
6886
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
6887
|
+
msg.setPrintRate(value);
|
|
6888
|
+
break;
|
|
6889
|
+
default:
|
|
6890
|
+
reader.skipField();
|
|
6891
|
+
break;
|
|
6892
|
+
}
|
|
6893
|
+
}
|
|
6894
|
+
return msg;
|
|
6895
|
+
};
|
|
6896
|
+
|
|
6897
|
+
|
|
6898
|
+
/**
|
|
6899
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
6900
|
+
* @return {!Uint8Array}
|
|
6901
|
+
*/
|
|
6902
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.serializeBinary = function() {
|
|
6903
|
+
var writer = new jspb.BinaryWriter();
|
|
6904
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.serializeBinaryToWriter(this, writer);
|
|
6905
|
+
return writer.getResultBuffer();
|
|
6906
|
+
};
|
|
6907
|
+
|
|
6908
|
+
|
|
6909
|
+
/**
|
|
6910
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
6911
|
+
* format), writing to the given BinaryWriter.
|
|
6912
|
+
* @param {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} message
|
|
6913
|
+
* @param {!jspb.BinaryWriter} writer
|
|
6914
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
6915
|
+
*/
|
|
6916
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.serializeBinaryToWriter = function(message, writer) {
|
|
6917
|
+
var f = undefined;
|
|
6918
|
+
f = message.getDescription();
|
|
6919
|
+
if (f != null) {
|
|
6920
|
+
writer.writeMessage(
|
|
6921
|
+
1,
|
|
6922
|
+
f,
|
|
6923
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6924
|
+
);
|
|
6925
|
+
}
|
|
6926
|
+
f = message.getCn();
|
|
6927
|
+
if (f != null) {
|
|
6928
|
+
writer.writeMessage(
|
|
6929
|
+
2,
|
|
6930
|
+
f,
|
|
6931
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6932
|
+
);
|
|
6933
|
+
}
|
|
6934
|
+
f = message.getDriverVersion();
|
|
6935
|
+
if (f != null) {
|
|
6936
|
+
writer.writeMessage(
|
|
6937
|
+
3,
|
|
6938
|
+
f,
|
|
6939
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6940
|
+
);
|
|
6941
|
+
}
|
|
6942
|
+
f = message.getServerName();
|
|
6943
|
+
if (f != null) {
|
|
6944
|
+
writer.writeMessage(
|
|
6945
|
+
4,
|
|
6946
|
+
f,
|
|
6947
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6948
|
+
);
|
|
6949
|
+
}
|
|
6950
|
+
f = message.getDScorePropagationData();
|
|
6951
|
+
if (f != null) {
|
|
6952
|
+
writer.writeMessage(
|
|
6953
|
+
5,
|
|
6954
|
+
f,
|
|
6955
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6956
|
+
);
|
|
6957
|
+
}
|
|
6958
|
+
f = message.getNtSecurityDescriptor();
|
|
6959
|
+
if (f != null) {
|
|
6960
|
+
writer.writeMessage(
|
|
6961
|
+
6,
|
|
6962
|
+
f,
|
|
6963
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6964
|
+
);
|
|
6965
|
+
}
|
|
6966
|
+
f = message.getPrintStartTime();
|
|
6967
|
+
if (f != null) {
|
|
6968
|
+
writer.writeMessage(
|
|
6969
|
+
7,
|
|
6970
|
+
f,
|
|
6971
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6972
|
+
);
|
|
6973
|
+
}
|
|
6974
|
+
f = message.getPrintBinNames();
|
|
6975
|
+
if (f != null) {
|
|
6976
|
+
writer.writeMessage(
|
|
6977
|
+
8,
|
|
6978
|
+
f,
|
|
6979
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6980
|
+
);
|
|
6981
|
+
}
|
|
6982
|
+
f = message.getPrintColor();
|
|
6983
|
+
if (f != null) {
|
|
6984
|
+
writer.writeMessage(
|
|
6985
|
+
9,
|
|
6986
|
+
f,
|
|
6987
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6988
|
+
);
|
|
6989
|
+
}
|
|
6990
|
+
f = message.getPrintKeepPrintedJobs();
|
|
6991
|
+
if (f != null) {
|
|
6992
|
+
writer.writeMessage(
|
|
6993
|
+
10,
|
|
6994
|
+
f,
|
|
6995
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
6996
|
+
);
|
|
6997
|
+
}
|
|
6998
|
+
f = message.getPrintSpooling();
|
|
6999
|
+
if (f != null) {
|
|
7000
|
+
writer.writeMessage(
|
|
7001
|
+
11,
|
|
7002
|
+
f,
|
|
7003
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7004
|
+
);
|
|
7005
|
+
}
|
|
7006
|
+
f = message.getPrintDuplexSupported();
|
|
7007
|
+
if (f != null) {
|
|
7008
|
+
writer.writeMessage(
|
|
7009
|
+
12,
|
|
7010
|
+
f,
|
|
7011
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7012
|
+
);
|
|
7013
|
+
}
|
|
7014
|
+
f = message.getPrintMinYExtent();
|
|
7015
|
+
if (f != null) {
|
|
7016
|
+
writer.writeMessage(
|
|
7017
|
+
13,
|
|
7018
|
+
f,
|
|
7019
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7020
|
+
);
|
|
7021
|
+
}
|
|
7022
|
+
f = message.getPrintMaxYExtent();
|
|
7023
|
+
if (f != null) {
|
|
7024
|
+
writer.writeMessage(
|
|
7025
|
+
14,
|
|
7026
|
+
f,
|
|
7027
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7028
|
+
);
|
|
7029
|
+
}
|
|
7030
|
+
f = message.getPrintMinXExtent();
|
|
7031
|
+
if (f != null) {
|
|
7032
|
+
writer.writeMessage(
|
|
7033
|
+
15,
|
|
7034
|
+
f,
|
|
7035
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7036
|
+
);
|
|
7037
|
+
}
|
|
7038
|
+
f = message.getPrintMaxXExtent();
|
|
7039
|
+
if (f != null) {
|
|
7040
|
+
writer.writeMessage(
|
|
7041
|
+
16,
|
|
7042
|
+
f,
|
|
7043
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7044
|
+
);
|
|
7045
|
+
}
|
|
7046
|
+
f = message.getPrintMaxResolutionSupported();
|
|
7047
|
+
if (f != null) {
|
|
7048
|
+
writer.writeMessage(
|
|
7049
|
+
17,
|
|
7050
|
+
f,
|
|
7051
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7052
|
+
);
|
|
7053
|
+
}
|
|
7054
|
+
f = message.getPrintPagesPerMinute();
|
|
7055
|
+
if (f != null) {
|
|
7056
|
+
writer.writeMessage(
|
|
7057
|
+
18,
|
|
7058
|
+
f,
|
|
7059
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7060
|
+
);
|
|
7061
|
+
}
|
|
7062
|
+
f = message.getPrintStaplingSupported();
|
|
7063
|
+
if (f != null) {
|
|
7064
|
+
writer.writeMessage(
|
|
7065
|
+
19,
|
|
7066
|
+
f,
|
|
7067
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7068
|
+
);
|
|
7069
|
+
}
|
|
7070
|
+
f = message.getInstanceType();
|
|
7071
|
+
if (f != null) {
|
|
7072
|
+
writer.writeMessage(
|
|
7073
|
+
20,
|
|
7074
|
+
f,
|
|
7075
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7076
|
+
);
|
|
7077
|
+
}
|
|
7078
|
+
f = message.getPrintCollate();
|
|
7079
|
+
if (f != null) {
|
|
7080
|
+
writer.writeMessage(
|
|
7081
|
+
21,
|
|
7082
|
+
f,
|
|
7083
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7084
|
+
);
|
|
7085
|
+
}
|
|
7086
|
+
f = message.getPrintRateUnit();
|
|
7087
|
+
if (f != null) {
|
|
7088
|
+
writer.writeMessage(
|
|
7089
|
+
22,
|
|
7090
|
+
f,
|
|
7091
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7092
|
+
);
|
|
7093
|
+
}
|
|
7094
|
+
f = message.getPrintEndTime();
|
|
7095
|
+
if (f != null) {
|
|
7096
|
+
writer.writeMessage(
|
|
7097
|
+
23,
|
|
7098
|
+
f,
|
|
7099
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7100
|
+
);
|
|
7101
|
+
}
|
|
7102
|
+
f = message.getPortName();
|
|
7103
|
+
if (f != null) {
|
|
7104
|
+
writer.writeMessage(
|
|
7105
|
+
24,
|
|
7106
|
+
f,
|
|
7107
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7108
|
+
);
|
|
7109
|
+
}
|
|
7110
|
+
f = message.getPriority();
|
|
7111
|
+
if (f != null) {
|
|
7112
|
+
writer.writeMessage(
|
|
7113
|
+
25,
|
|
7114
|
+
f,
|
|
7115
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7116
|
+
);
|
|
7117
|
+
}
|
|
7118
|
+
f = message.getVersionNumber();
|
|
7119
|
+
if (f != null) {
|
|
7120
|
+
writer.writeMessage(
|
|
7121
|
+
26,
|
|
7122
|
+
f,
|
|
7123
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7124
|
+
);
|
|
7125
|
+
}
|
|
7126
|
+
f = message.getPrinterName();
|
|
7127
|
+
if (f != null) {
|
|
7128
|
+
writer.writeMessage(
|
|
7129
|
+
27,
|
|
7130
|
+
f,
|
|
7131
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7132
|
+
);
|
|
7133
|
+
}
|
|
7134
|
+
f = message.getShortServerName();
|
|
7135
|
+
if (f != null) {
|
|
7136
|
+
writer.writeMessage(
|
|
7137
|
+
28,
|
|
7138
|
+
f,
|
|
7139
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7140
|
+
);
|
|
7141
|
+
}
|
|
7142
|
+
f = message.getPrintMediaReady();
|
|
7143
|
+
if (f != null) {
|
|
7144
|
+
writer.writeMessage(
|
|
7145
|
+
29,
|
|
7146
|
+
f,
|
|
7147
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7148
|
+
);
|
|
7149
|
+
}
|
|
7150
|
+
f = message.getPrintMediaSupported();
|
|
7151
|
+
if (f != null) {
|
|
7152
|
+
writer.writeMessage(
|
|
7153
|
+
30,
|
|
7154
|
+
f,
|
|
7155
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7156
|
+
);
|
|
7157
|
+
}
|
|
7158
|
+
f = message.getUncName();
|
|
7159
|
+
if (f != null) {
|
|
7160
|
+
writer.writeMessage(
|
|
7161
|
+
31,
|
|
7162
|
+
f,
|
|
7163
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7164
|
+
);
|
|
7165
|
+
}
|
|
7166
|
+
f = message.getUsnChanged();
|
|
7167
|
+
if (f != null) {
|
|
7168
|
+
writer.writeMessage(
|
|
7169
|
+
32,
|
|
7170
|
+
f,
|
|
7171
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7172
|
+
);
|
|
7173
|
+
}
|
|
7174
|
+
f = message.getUsnCreated();
|
|
7175
|
+
if (f != null) {
|
|
7176
|
+
writer.writeMessage(
|
|
7177
|
+
33,
|
|
7178
|
+
f,
|
|
7179
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7180
|
+
);
|
|
7181
|
+
}
|
|
7182
|
+
f = message.getCategory();
|
|
7183
|
+
if (f != null) {
|
|
7184
|
+
writer.writeMessage(
|
|
7185
|
+
34,
|
|
7186
|
+
f,
|
|
7187
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7188
|
+
);
|
|
7189
|
+
}
|
|
7190
|
+
f = message.getDriverName();
|
|
7191
|
+
if (f != null) {
|
|
7192
|
+
writer.writeMessage(
|
|
7193
|
+
35,
|
|
7194
|
+
f,
|
|
7195
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7196
|
+
);
|
|
7197
|
+
}
|
|
7198
|
+
f = message.getPrintOrientationsSupported();
|
|
7199
|
+
if (f != null) {
|
|
7200
|
+
writer.writeMessage(
|
|
7201
|
+
36,
|
|
7202
|
+
f,
|
|
7203
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7204
|
+
);
|
|
7205
|
+
}
|
|
7206
|
+
f = message.getPrintShareName();
|
|
7207
|
+
if (f != null) {
|
|
7208
|
+
writer.writeMessage(
|
|
7209
|
+
37,
|
|
7210
|
+
f,
|
|
7211
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7212
|
+
);
|
|
7213
|
+
}
|
|
7214
|
+
f = message.getPrintRate();
|
|
7215
|
+
if (f != null) {
|
|
7216
|
+
writer.writeMessage(
|
|
7217
|
+
38,
|
|
7218
|
+
f,
|
|
7219
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
7220
|
+
);
|
|
7221
|
+
}
|
|
7222
|
+
};
|
|
7223
|
+
|
|
7224
|
+
|
|
7225
|
+
/**
|
|
7226
|
+
* optional google.protobuf.StringValue description = 1;
|
|
7227
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7228
|
+
*/
|
|
7229
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getDescription = function() {
|
|
7230
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7231
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
7232
|
+
};
|
|
7233
|
+
|
|
7234
|
+
|
|
7235
|
+
/**
|
|
7236
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7237
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7238
|
+
*/
|
|
7239
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setDescription = function(value) {
|
|
7240
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
7241
|
+
};
|
|
7242
|
+
|
|
7243
|
+
|
|
7244
|
+
/**
|
|
7245
|
+
* Clears the message field making it undefined.
|
|
7246
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7247
|
+
*/
|
|
7248
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearDescription = function() {
|
|
7249
|
+
return this.setDescription(undefined);
|
|
7250
|
+
};
|
|
7251
|
+
|
|
7252
|
+
|
|
7253
|
+
/**
|
|
7254
|
+
* Returns whether this field is set.
|
|
7255
|
+
* @return {boolean}
|
|
7256
|
+
*/
|
|
7257
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasDescription = function() {
|
|
7258
|
+
return jspb.Message.getField(this, 1) != null;
|
|
7259
|
+
};
|
|
7260
|
+
|
|
7261
|
+
|
|
7262
|
+
/**
|
|
7263
|
+
* optional google.protobuf.StringValue cn = 2;
|
|
7264
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7265
|
+
*/
|
|
7266
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getCn = function() {
|
|
7267
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7268
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
7269
|
+
};
|
|
7270
|
+
|
|
7271
|
+
|
|
7272
|
+
/**
|
|
7273
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7274
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7275
|
+
*/
|
|
7276
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setCn = function(value) {
|
|
7277
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
7278
|
+
};
|
|
7279
|
+
|
|
7280
|
+
|
|
7281
|
+
/**
|
|
7282
|
+
* Clears the message field making it undefined.
|
|
7283
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7284
|
+
*/
|
|
7285
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearCn = function() {
|
|
7286
|
+
return this.setCn(undefined);
|
|
7287
|
+
};
|
|
7288
|
+
|
|
7289
|
+
|
|
7290
|
+
/**
|
|
7291
|
+
* Returns whether this field is set.
|
|
7292
|
+
* @return {boolean}
|
|
7293
|
+
*/
|
|
7294
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasCn = function() {
|
|
7295
|
+
return jspb.Message.getField(this, 2) != null;
|
|
7296
|
+
};
|
|
7297
|
+
|
|
7298
|
+
|
|
7299
|
+
/**
|
|
7300
|
+
* optional google.protobuf.StringValue driver_version = 3;
|
|
7301
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7302
|
+
*/
|
|
7303
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getDriverVersion = function() {
|
|
7304
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7305
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
7306
|
+
};
|
|
7307
|
+
|
|
7308
|
+
|
|
7309
|
+
/**
|
|
7310
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7311
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7312
|
+
*/
|
|
7313
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setDriverVersion = function(value) {
|
|
7314
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
7315
|
+
};
|
|
7316
|
+
|
|
7317
|
+
|
|
7318
|
+
/**
|
|
7319
|
+
* Clears the message field making it undefined.
|
|
7320
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7321
|
+
*/
|
|
7322
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearDriverVersion = function() {
|
|
7323
|
+
return this.setDriverVersion(undefined);
|
|
7324
|
+
};
|
|
7325
|
+
|
|
7326
|
+
|
|
7327
|
+
/**
|
|
7328
|
+
* Returns whether this field is set.
|
|
7329
|
+
* @return {boolean}
|
|
7330
|
+
*/
|
|
7331
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasDriverVersion = function() {
|
|
7332
|
+
return jspb.Message.getField(this, 3) != null;
|
|
7333
|
+
};
|
|
7334
|
+
|
|
7335
|
+
|
|
7336
|
+
/**
|
|
7337
|
+
* optional google.protobuf.StringValue server_name = 4;
|
|
7338
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7339
|
+
*/
|
|
7340
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getServerName = function() {
|
|
7341
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7342
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
7343
|
+
};
|
|
7344
|
+
|
|
7345
|
+
|
|
7346
|
+
/**
|
|
7347
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7348
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7349
|
+
*/
|
|
7350
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setServerName = function(value) {
|
|
7351
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
7352
|
+
};
|
|
7353
|
+
|
|
7354
|
+
|
|
7355
|
+
/**
|
|
7356
|
+
* Clears the message field making it undefined.
|
|
7357
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7358
|
+
*/
|
|
7359
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearServerName = function() {
|
|
7360
|
+
return this.setServerName(undefined);
|
|
7361
|
+
};
|
|
7362
|
+
|
|
7363
|
+
|
|
7364
|
+
/**
|
|
7365
|
+
* Returns whether this field is set.
|
|
7366
|
+
* @return {boolean}
|
|
7367
|
+
*/
|
|
7368
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasServerName = function() {
|
|
7369
|
+
return jspb.Message.getField(this, 4) != null;
|
|
7370
|
+
};
|
|
7371
|
+
|
|
7372
|
+
|
|
7373
|
+
/**
|
|
7374
|
+
* optional google.protobuf.StringValue d_score_propagation_data = 5;
|
|
7375
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7376
|
+
*/
|
|
7377
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getDScorePropagationData = function() {
|
|
7378
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7379
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
|
|
7380
|
+
};
|
|
7381
|
+
|
|
7382
|
+
|
|
7383
|
+
/**
|
|
7384
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7385
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7386
|
+
*/
|
|
7387
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setDScorePropagationData = function(value) {
|
|
7388
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
7389
|
+
};
|
|
7390
|
+
|
|
7391
|
+
|
|
7392
|
+
/**
|
|
7393
|
+
* Clears the message field making it undefined.
|
|
7394
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7395
|
+
*/
|
|
7396
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearDScorePropagationData = function() {
|
|
7397
|
+
return this.setDScorePropagationData(undefined);
|
|
7398
|
+
};
|
|
7399
|
+
|
|
7400
|
+
|
|
7401
|
+
/**
|
|
7402
|
+
* Returns whether this field is set.
|
|
7403
|
+
* @return {boolean}
|
|
7404
|
+
*/
|
|
7405
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasDScorePropagationData = function() {
|
|
7406
|
+
return jspb.Message.getField(this, 5) != null;
|
|
7407
|
+
};
|
|
7408
|
+
|
|
7409
|
+
|
|
7410
|
+
/**
|
|
7411
|
+
* optional google.protobuf.StringValue nt_security_descriptor = 6;
|
|
7412
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7413
|
+
*/
|
|
7414
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getNtSecurityDescriptor = function() {
|
|
7415
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7416
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
|
|
7417
|
+
};
|
|
7418
|
+
|
|
7419
|
+
|
|
7420
|
+
/**
|
|
7421
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7422
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7423
|
+
*/
|
|
7424
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setNtSecurityDescriptor = function(value) {
|
|
7425
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
7426
|
+
};
|
|
7427
|
+
|
|
7428
|
+
|
|
7429
|
+
/**
|
|
7430
|
+
* Clears the message field making it undefined.
|
|
7431
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7432
|
+
*/
|
|
7433
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearNtSecurityDescriptor = function() {
|
|
7434
|
+
return this.setNtSecurityDescriptor(undefined);
|
|
7435
|
+
};
|
|
7436
|
+
|
|
7437
|
+
|
|
7438
|
+
/**
|
|
7439
|
+
* Returns whether this field is set.
|
|
7440
|
+
* @return {boolean}
|
|
7441
|
+
*/
|
|
7442
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasNtSecurityDescriptor = function() {
|
|
7443
|
+
return jspb.Message.getField(this, 6) != null;
|
|
7444
|
+
};
|
|
7445
|
+
|
|
7446
|
+
|
|
7447
|
+
/**
|
|
7448
|
+
* optional google.protobuf.StringValue print_start_time = 7;
|
|
7449
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7450
|
+
*/
|
|
7451
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintStartTime = function() {
|
|
7452
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7453
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
|
|
7454
|
+
};
|
|
7455
|
+
|
|
7456
|
+
|
|
7457
|
+
/**
|
|
7458
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7459
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7460
|
+
*/
|
|
7461
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintStartTime = function(value) {
|
|
7462
|
+
return jspb.Message.setWrapperField(this, 7, value);
|
|
7463
|
+
};
|
|
7464
|
+
|
|
7465
|
+
|
|
7466
|
+
/**
|
|
7467
|
+
* Clears the message field making it undefined.
|
|
7468
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7469
|
+
*/
|
|
7470
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintStartTime = function() {
|
|
7471
|
+
return this.setPrintStartTime(undefined);
|
|
7472
|
+
};
|
|
7473
|
+
|
|
7474
|
+
|
|
7475
|
+
/**
|
|
7476
|
+
* Returns whether this field is set.
|
|
7477
|
+
* @return {boolean}
|
|
7478
|
+
*/
|
|
7479
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintStartTime = function() {
|
|
7480
|
+
return jspb.Message.getField(this, 7) != null;
|
|
7481
|
+
};
|
|
7482
|
+
|
|
7483
|
+
|
|
7484
|
+
/**
|
|
7485
|
+
* optional google.protobuf.StringValue print_bin_names = 8;
|
|
7486
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7487
|
+
*/
|
|
7488
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintBinNames = function() {
|
|
7489
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7490
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
|
|
7491
|
+
};
|
|
7492
|
+
|
|
7493
|
+
|
|
7494
|
+
/**
|
|
7495
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7496
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7497
|
+
*/
|
|
7498
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintBinNames = function(value) {
|
|
7499
|
+
return jspb.Message.setWrapperField(this, 8, value);
|
|
7500
|
+
};
|
|
7501
|
+
|
|
7502
|
+
|
|
7503
|
+
/**
|
|
7504
|
+
* Clears the message field making it undefined.
|
|
7505
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7506
|
+
*/
|
|
7507
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintBinNames = function() {
|
|
7508
|
+
return this.setPrintBinNames(undefined);
|
|
7509
|
+
};
|
|
7510
|
+
|
|
7511
|
+
|
|
7512
|
+
/**
|
|
7513
|
+
* Returns whether this field is set.
|
|
7514
|
+
* @return {boolean}
|
|
7515
|
+
*/
|
|
7516
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintBinNames = function() {
|
|
7517
|
+
return jspb.Message.getField(this, 8) != null;
|
|
7518
|
+
};
|
|
7519
|
+
|
|
7520
|
+
|
|
7521
|
+
/**
|
|
7522
|
+
* optional google.protobuf.StringValue print_color = 9;
|
|
7523
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7524
|
+
*/
|
|
7525
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintColor = function() {
|
|
7526
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7527
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 9));
|
|
7528
|
+
};
|
|
7529
|
+
|
|
7530
|
+
|
|
7531
|
+
/**
|
|
7532
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7533
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7534
|
+
*/
|
|
7535
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintColor = function(value) {
|
|
7536
|
+
return jspb.Message.setWrapperField(this, 9, value);
|
|
7537
|
+
};
|
|
7538
|
+
|
|
7539
|
+
|
|
7540
|
+
/**
|
|
7541
|
+
* Clears the message field making it undefined.
|
|
7542
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7543
|
+
*/
|
|
7544
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintColor = function() {
|
|
7545
|
+
return this.setPrintColor(undefined);
|
|
7546
|
+
};
|
|
7547
|
+
|
|
7548
|
+
|
|
7549
|
+
/**
|
|
7550
|
+
* Returns whether this field is set.
|
|
7551
|
+
* @return {boolean}
|
|
7552
|
+
*/
|
|
7553
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintColor = function() {
|
|
7554
|
+
return jspb.Message.getField(this, 9) != null;
|
|
7555
|
+
};
|
|
7556
|
+
|
|
7557
|
+
|
|
7558
|
+
/**
|
|
7559
|
+
* optional google.protobuf.StringValue print_keep_printed_jobs = 10;
|
|
7560
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7561
|
+
*/
|
|
7562
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintKeepPrintedJobs = function() {
|
|
7563
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7564
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
|
|
7565
|
+
};
|
|
7566
|
+
|
|
7567
|
+
|
|
7568
|
+
/**
|
|
7569
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7570
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7571
|
+
*/
|
|
7572
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintKeepPrintedJobs = function(value) {
|
|
7573
|
+
return jspb.Message.setWrapperField(this, 10, value);
|
|
7574
|
+
};
|
|
7575
|
+
|
|
7576
|
+
|
|
7577
|
+
/**
|
|
7578
|
+
* Clears the message field making it undefined.
|
|
7579
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7580
|
+
*/
|
|
7581
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintKeepPrintedJobs = function() {
|
|
7582
|
+
return this.setPrintKeepPrintedJobs(undefined);
|
|
7583
|
+
};
|
|
7584
|
+
|
|
7585
|
+
|
|
7586
|
+
/**
|
|
7587
|
+
* Returns whether this field is set.
|
|
7588
|
+
* @return {boolean}
|
|
7589
|
+
*/
|
|
7590
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintKeepPrintedJobs = function() {
|
|
7591
|
+
return jspb.Message.getField(this, 10) != null;
|
|
7592
|
+
};
|
|
7593
|
+
|
|
7594
|
+
|
|
7595
|
+
/**
|
|
7596
|
+
* optional google.protobuf.StringValue print_spooling = 11;
|
|
7597
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7598
|
+
*/
|
|
7599
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintSpooling = function() {
|
|
7600
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7601
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
|
|
7602
|
+
};
|
|
7603
|
+
|
|
7604
|
+
|
|
7605
|
+
/**
|
|
7606
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7607
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7608
|
+
*/
|
|
7609
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintSpooling = function(value) {
|
|
7610
|
+
return jspb.Message.setWrapperField(this, 11, value);
|
|
7611
|
+
};
|
|
7612
|
+
|
|
7613
|
+
|
|
7614
|
+
/**
|
|
7615
|
+
* Clears the message field making it undefined.
|
|
7616
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7617
|
+
*/
|
|
7618
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintSpooling = function() {
|
|
7619
|
+
return this.setPrintSpooling(undefined);
|
|
7620
|
+
};
|
|
7621
|
+
|
|
7622
|
+
|
|
7623
|
+
/**
|
|
7624
|
+
* Returns whether this field is set.
|
|
7625
|
+
* @return {boolean}
|
|
7626
|
+
*/
|
|
7627
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintSpooling = function() {
|
|
7628
|
+
return jspb.Message.getField(this, 11) != null;
|
|
7629
|
+
};
|
|
7630
|
+
|
|
7631
|
+
|
|
7632
|
+
/**
|
|
7633
|
+
* optional google.protobuf.StringValue print_duplex_supported = 12;
|
|
7634
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7635
|
+
*/
|
|
7636
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintDuplexSupported = function() {
|
|
7637
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7638
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
|
|
7639
|
+
};
|
|
7640
|
+
|
|
7641
|
+
|
|
7642
|
+
/**
|
|
7643
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7644
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7645
|
+
*/
|
|
7646
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintDuplexSupported = function(value) {
|
|
7647
|
+
return jspb.Message.setWrapperField(this, 12, value);
|
|
7648
|
+
};
|
|
7649
|
+
|
|
7650
|
+
|
|
7651
|
+
/**
|
|
7652
|
+
* Clears the message field making it undefined.
|
|
7653
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7654
|
+
*/
|
|
7655
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintDuplexSupported = function() {
|
|
7656
|
+
return this.setPrintDuplexSupported(undefined);
|
|
7657
|
+
};
|
|
7658
|
+
|
|
7659
|
+
|
|
7660
|
+
/**
|
|
7661
|
+
* Returns whether this field is set.
|
|
7662
|
+
* @return {boolean}
|
|
7663
|
+
*/
|
|
7664
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintDuplexSupported = function() {
|
|
7665
|
+
return jspb.Message.getField(this, 12) != null;
|
|
7666
|
+
};
|
|
7667
|
+
|
|
7668
|
+
|
|
7669
|
+
/**
|
|
7670
|
+
* optional google.protobuf.StringValue print_min_y_extent = 13;
|
|
7671
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7672
|
+
*/
|
|
7673
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMinYExtent = function() {
|
|
7674
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7675
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 13));
|
|
7676
|
+
};
|
|
7677
|
+
|
|
7678
|
+
|
|
7679
|
+
/**
|
|
7680
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7681
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7682
|
+
*/
|
|
7683
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMinYExtent = function(value) {
|
|
7684
|
+
return jspb.Message.setWrapperField(this, 13, value);
|
|
7685
|
+
};
|
|
7686
|
+
|
|
7687
|
+
|
|
7688
|
+
/**
|
|
7689
|
+
* Clears the message field making it undefined.
|
|
7690
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7691
|
+
*/
|
|
7692
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMinYExtent = function() {
|
|
7693
|
+
return this.setPrintMinYExtent(undefined);
|
|
7694
|
+
};
|
|
7695
|
+
|
|
7696
|
+
|
|
7697
|
+
/**
|
|
7698
|
+
* Returns whether this field is set.
|
|
7699
|
+
* @return {boolean}
|
|
7700
|
+
*/
|
|
7701
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMinYExtent = function() {
|
|
7702
|
+
return jspb.Message.getField(this, 13) != null;
|
|
7703
|
+
};
|
|
7704
|
+
|
|
7705
|
+
|
|
7706
|
+
/**
|
|
7707
|
+
* optional google.protobuf.StringValue print_max_y_extent = 14;
|
|
7708
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7709
|
+
*/
|
|
7710
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMaxYExtent = function() {
|
|
7711
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7712
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 14));
|
|
7713
|
+
};
|
|
7714
|
+
|
|
7715
|
+
|
|
7716
|
+
/**
|
|
7717
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7718
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7719
|
+
*/
|
|
7720
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMaxYExtent = function(value) {
|
|
7721
|
+
return jspb.Message.setWrapperField(this, 14, value);
|
|
7722
|
+
};
|
|
7723
|
+
|
|
7724
|
+
|
|
7725
|
+
/**
|
|
7726
|
+
* Clears the message field making it undefined.
|
|
7727
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7728
|
+
*/
|
|
7729
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMaxYExtent = function() {
|
|
7730
|
+
return this.setPrintMaxYExtent(undefined);
|
|
7731
|
+
};
|
|
7732
|
+
|
|
7733
|
+
|
|
7734
|
+
/**
|
|
7735
|
+
* Returns whether this field is set.
|
|
7736
|
+
* @return {boolean}
|
|
7737
|
+
*/
|
|
7738
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMaxYExtent = function() {
|
|
7739
|
+
return jspb.Message.getField(this, 14) != null;
|
|
7740
|
+
};
|
|
7741
|
+
|
|
7742
|
+
|
|
7743
|
+
/**
|
|
7744
|
+
* optional google.protobuf.StringValue print_min_x_extent = 15;
|
|
7745
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7746
|
+
*/
|
|
7747
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMinXExtent = function() {
|
|
7748
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7749
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 15));
|
|
7750
|
+
};
|
|
7751
|
+
|
|
7752
|
+
|
|
7753
|
+
/**
|
|
7754
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7755
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7756
|
+
*/
|
|
7757
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMinXExtent = function(value) {
|
|
7758
|
+
return jspb.Message.setWrapperField(this, 15, value);
|
|
7759
|
+
};
|
|
7760
|
+
|
|
7761
|
+
|
|
7762
|
+
/**
|
|
7763
|
+
* Clears the message field making it undefined.
|
|
7764
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7765
|
+
*/
|
|
7766
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMinXExtent = function() {
|
|
7767
|
+
return this.setPrintMinXExtent(undefined);
|
|
7768
|
+
};
|
|
7769
|
+
|
|
7770
|
+
|
|
7771
|
+
/**
|
|
7772
|
+
* Returns whether this field is set.
|
|
7773
|
+
* @return {boolean}
|
|
7774
|
+
*/
|
|
7775
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMinXExtent = function() {
|
|
7776
|
+
return jspb.Message.getField(this, 15) != null;
|
|
7777
|
+
};
|
|
7778
|
+
|
|
7779
|
+
|
|
7780
|
+
/**
|
|
7781
|
+
* optional google.protobuf.StringValue print_max_x_extent = 16;
|
|
7782
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7783
|
+
*/
|
|
7784
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMaxXExtent = function() {
|
|
7785
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7786
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 16));
|
|
7787
|
+
};
|
|
7788
|
+
|
|
7789
|
+
|
|
7790
|
+
/**
|
|
7791
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7792
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7793
|
+
*/
|
|
7794
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMaxXExtent = function(value) {
|
|
7795
|
+
return jspb.Message.setWrapperField(this, 16, value);
|
|
7796
|
+
};
|
|
7797
|
+
|
|
7798
|
+
|
|
7799
|
+
/**
|
|
7800
|
+
* Clears the message field making it undefined.
|
|
7801
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7802
|
+
*/
|
|
7803
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMaxXExtent = function() {
|
|
7804
|
+
return this.setPrintMaxXExtent(undefined);
|
|
7805
|
+
};
|
|
7806
|
+
|
|
7807
|
+
|
|
7808
|
+
/**
|
|
7809
|
+
* Returns whether this field is set.
|
|
7810
|
+
* @return {boolean}
|
|
7811
|
+
*/
|
|
7812
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMaxXExtent = function() {
|
|
7813
|
+
return jspb.Message.getField(this, 16) != null;
|
|
7814
|
+
};
|
|
7815
|
+
|
|
7816
|
+
|
|
7817
|
+
/**
|
|
7818
|
+
* optional google.protobuf.StringValue print_max_resolution_supported = 17;
|
|
7819
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7820
|
+
*/
|
|
7821
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMaxResolutionSupported = function() {
|
|
7822
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7823
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 17));
|
|
7824
|
+
};
|
|
7825
|
+
|
|
7826
|
+
|
|
7827
|
+
/**
|
|
7828
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7829
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7830
|
+
*/
|
|
7831
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMaxResolutionSupported = function(value) {
|
|
7832
|
+
return jspb.Message.setWrapperField(this, 17, value);
|
|
7833
|
+
};
|
|
7834
|
+
|
|
7835
|
+
|
|
7836
|
+
/**
|
|
7837
|
+
* Clears the message field making it undefined.
|
|
7838
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7839
|
+
*/
|
|
7840
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMaxResolutionSupported = function() {
|
|
7841
|
+
return this.setPrintMaxResolutionSupported(undefined);
|
|
7842
|
+
};
|
|
7843
|
+
|
|
7844
|
+
|
|
7845
|
+
/**
|
|
7846
|
+
* Returns whether this field is set.
|
|
7847
|
+
* @return {boolean}
|
|
7848
|
+
*/
|
|
7849
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMaxResolutionSupported = function() {
|
|
7850
|
+
return jspb.Message.getField(this, 17) != null;
|
|
7851
|
+
};
|
|
7852
|
+
|
|
7853
|
+
|
|
7854
|
+
/**
|
|
7855
|
+
* optional google.protobuf.StringValue print_pages_per_minute = 18;
|
|
7856
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7857
|
+
*/
|
|
7858
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintPagesPerMinute = function() {
|
|
7859
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7860
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 18));
|
|
7861
|
+
};
|
|
7862
|
+
|
|
7863
|
+
|
|
7864
|
+
/**
|
|
7865
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7866
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7867
|
+
*/
|
|
7868
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintPagesPerMinute = function(value) {
|
|
7869
|
+
return jspb.Message.setWrapperField(this, 18, value);
|
|
7870
|
+
};
|
|
7871
|
+
|
|
7872
|
+
|
|
7873
|
+
/**
|
|
7874
|
+
* Clears the message field making it undefined.
|
|
7875
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7876
|
+
*/
|
|
7877
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintPagesPerMinute = function() {
|
|
7878
|
+
return this.setPrintPagesPerMinute(undefined);
|
|
7879
|
+
};
|
|
7880
|
+
|
|
7881
|
+
|
|
7882
|
+
/**
|
|
7883
|
+
* Returns whether this field is set.
|
|
7884
|
+
* @return {boolean}
|
|
7885
|
+
*/
|
|
7886
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintPagesPerMinute = function() {
|
|
7887
|
+
return jspb.Message.getField(this, 18) != null;
|
|
7888
|
+
};
|
|
7889
|
+
|
|
7890
|
+
|
|
7891
|
+
/**
|
|
7892
|
+
* optional google.protobuf.StringValue print_stapling_supported = 19;
|
|
7893
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7894
|
+
*/
|
|
7895
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintStaplingSupported = function() {
|
|
7896
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7897
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 19));
|
|
7898
|
+
};
|
|
7899
|
+
|
|
7900
|
+
|
|
7901
|
+
/**
|
|
7902
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7903
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7904
|
+
*/
|
|
7905
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintStaplingSupported = function(value) {
|
|
7906
|
+
return jspb.Message.setWrapperField(this, 19, value);
|
|
7907
|
+
};
|
|
7908
|
+
|
|
7909
|
+
|
|
7910
|
+
/**
|
|
7911
|
+
* Clears the message field making it undefined.
|
|
7912
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7913
|
+
*/
|
|
7914
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintStaplingSupported = function() {
|
|
7915
|
+
return this.setPrintStaplingSupported(undefined);
|
|
7916
|
+
};
|
|
7917
|
+
|
|
7918
|
+
|
|
7919
|
+
/**
|
|
7920
|
+
* Returns whether this field is set.
|
|
7921
|
+
* @return {boolean}
|
|
7922
|
+
*/
|
|
7923
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintStaplingSupported = function() {
|
|
7924
|
+
return jspb.Message.getField(this, 19) != null;
|
|
7925
|
+
};
|
|
7926
|
+
|
|
7927
|
+
|
|
7928
|
+
/**
|
|
7929
|
+
* optional google.protobuf.StringValue instance_type = 20;
|
|
7930
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7931
|
+
*/
|
|
7932
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getInstanceType = function() {
|
|
7933
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7934
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 20));
|
|
7935
|
+
};
|
|
7936
|
+
|
|
7937
|
+
|
|
7938
|
+
/**
|
|
7939
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7940
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7941
|
+
*/
|
|
7942
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setInstanceType = function(value) {
|
|
7943
|
+
return jspb.Message.setWrapperField(this, 20, value);
|
|
7944
|
+
};
|
|
7945
|
+
|
|
7946
|
+
|
|
7947
|
+
/**
|
|
7948
|
+
* Clears the message field making it undefined.
|
|
7949
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7950
|
+
*/
|
|
7951
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearInstanceType = function() {
|
|
7952
|
+
return this.setInstanceType(undefined);
|
|
7953
|
+
};
|
|
7954
|
+
|
|
7955
|
+
|
|
7956
|
+
/**
|
|
7957
|
+
* Returns whether this field is set.
|
|
7958
|
+
* @return {boolean}
|
|
7959
|
+
*/
|
|
7960
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasInstanceType = function() {
|
|
7961
|
+
return jspb.Message.getField(this, 20) != null;
|
|
7962
|
+
};
|
|
7963
|
+
|
|
7964
|
+
|
|
7965
|
+
/**
|
|
7966
|
+
* optional google.protobuf.StringValue print_collate = 21;
|
|
7967
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
7968
|
+
*/
|
|
7969
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintCollate = function() {
|
|
7970
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
7971
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 21));
|
|
7972
|
+
};
|
|
7973
|
+
|
|
7974
|
+
|
|
7975
|
+
/**
|
|
7976
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
7977
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
7978
|
+
*/
|
|
7979
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintCollate = function(value) {
|
|
7980
|
+
return jspb.Message.setWrapperField(this, 21, value);
|
|
7981
|
+
};
|
|
7982
|
+
|
|
7983
|
+
|
|
7984
|
+
/**
|
|
7985
|
+
* Clears the message field making it undefined.
|
|
7986
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
5824
7987
|
*/
|
|
5825
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
5826
|
-
|
|
5827
|
-
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.serializeBinaryToWriter(this, writer);
|
|
5828
|
-
return writer.getResultBuffer();
|
|
7988
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintCollate = function() {
|
|
7989
|
+
return this.setPrintCollate(undefined);
|
|
5829
7990
|
};
|
|
5830
7991
|
|
|
5831
7992
|
|
|
5832
7993
|
/**
|
|
5833
|
-
*
|
|
5834
|
-
*
|
|
5835
|
-
* @param {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer} message
|
|
5836
|
-
* @param {!jspb.BinaryWriter} writer
|
|
5837
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7994
|
+
* Returns whether this field is set.
|
|
7995
|
+
* @return {boolean}
|
|
5838
7996
|
*/
|
|
5839
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
5840
|
-
|
|
5841
|
-
f = message.getSamAccountName();
|
|
5842
|
-
if (f != null) {
|
|
5843
|
-
writer.writeMessage(
|
|
5844
|
-
1,
|
|
5845
|
-
f,
|
|
5846
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5847
|
-
);
|
|
5848
|
-
}
|
|
5849
|
-
f = message.getCn();
|
|
5850
|
-
if (f != null) {
|
|
5851
|
-
writer.writeMessage(
|
|
5852
|
-
2,
|
|
5853
|
-
f,
|
|
5854
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5855
|
-
);
|
|
5856
|
-
}
|
|
5857
|
-
f = message.getOu();
|
|
5858
|
-
if (f != null) {
|
|
5859
|
-
writer.writeMessage(
|
|
5860
|
-
3,
|
|
5861
|
-
f,
|
|
5862
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5863
|
-
);
|
|
5864
|
-
}
|
|
5865
|
-
f = message.getDescription();
|
|
5866
|
-
if (f != null) {
|
|
5867
|
-
writer.writeMessage(
|
|
5868
|
-
4,
|
|
5869
|
-
f,
|
|
5870
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5871
|
-
);
|
|
5872
|
-
}
|
|
5873
|
-
f = message.getComment();
|
|
5874
|
-
if (f != null) {
|
|
5875
|
-
writer.writeMessage(
|
|
5876
|
-
5,
|
|
5877
|
-
f,
|
|
5878
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5879
|
-
);
|
|
5880
|
-
}
|
|
5881
|
-
f = message.getCompany();
|
|
5882
|
-
if (f != null) {
|
|
5883
|
-
writer.writeMessage(
|
|
5884
|
-
6,
|
|
5885
|
-
f,
|
|
5886
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5887
|
-
);
|
|
5888
|
-
}
|
|
5889
|
-
f = message.getLocation();
|
|
5890
|
-
if (f != null) {
|
|
5891
|
-
writer.writeMessage(
|
|
5892
|
-
7,
|
|
5893
|
-
f,
|
|
5894
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5895
|
-
);
|
|
5896
|
-
}
|
|
5897
|
-
f = message.getIpAddress();
|
|
5898
|
-
if (f != null) {
|
|
5899
|
-
writer.writeMessage(
|
|
5900
|
-
8,
|
|
5901
|
-
f,
|
|
5902
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5903
|
-
);
|
|
5904
|
-
}
|
|
5905
|
-
f = message.getEnabled();
|
|
5906
|
-
if (f != null) {
|
|
5907
|
-
writer.writeMessage(
|
|
5908
|
-
9,
|
|
5909
|
-
f,
|
|
5910
|
-
google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
|
|
5911
|
-
);
|
|
5912
|
-
}
|
|
5913
|
-
f = message.getBitlockerRecoveryInfo();
|
|
5914
|
-
if (f != null) {
|
|
5915
|
-
writer.writeMessage(
|
|
5916
|
-
10,
|
|
5917
|
-
f,
|
|
5918
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5919
|
-
);
|
|
5920
|
-
}
|
|
5921
|
-
f = message.getOperatingsystem();
|
|
5922
|
-
if (f != null) {
|
|
5923
|
-
writer.writeMessage(
|
|
5924
|
-
11,
|
|
5925
|
-
f,
|
|
5926
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5927
|
-
);
|
|
5928
|
-
}
|
|
5929
|
-
f = message.getOperatingsystemversion();
|
|
5930
|
-
if (f != null) {
|
|
5931
|
-
writer.writeMessage(
|
|
5932
|
-
12,
|
|
5933
|
-
f,
|
|
5934
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5935
|
-
);
|
|
5936
|
-
}
|
|
5937
|
-
f = message.getManagedByUserObjectGuid();
|
|
5938
|
-
if (f != null) {
|
|
5939
|
-
writer.writeMessage(
|
|
5940
|
-
13,
|
|
5941
|
-
f,
|
|
5942
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5943
|
-
);
|
|
5944
|
-
}
|
|
5945
|
-
f = message.getManagedByGroupObjectGuid();
|
|
5946
|
-
if (f != null) {
|
|
5947
|
-
writer.writeMessage(
|
|
5948
|
-
14,
|
|
5949
|
-
f,
|
|
5950
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5951
|
-
);
|
|
5952
|
-
}
|
|
5953
|
-
f = message.getDnsHostname();
|
|
5954
|
-
if (f != null) {
|
|
5955
|
-
writer.writeMessage(
|
|
5956
|
-
15,
|
|
5957
|
-
f,
|
|
5958
|
-
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
5959
|
-
);
|
|
5960
|
-
}
|
|
7997
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintCollate = function() {
|
|
7998
|
+
return jspb.Message.getField(this, 21) != null;
|
|
5961
7999
|
};
|
|
5962
8000
|
|
|
5963
8001
|
|
|
5964
8002
|
/**
|
|
5965
|
-
* optional google.protobuf.StringValue
|
|
8003
|
+
* optional google.protobuf.StringValue print_rate_unit = 22;
|
|
5966
8004
|
* @return {?proto.google.protobuf.StringValue}
|
|
5967
8005
|
*/
|
|
5968
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8006
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintRateUnit = function() {
|
|
5969
8007
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
5970
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8008
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 22));
|
|
5971
8009
|
};
|
|
5972
8010
|
|
|
5973
8011
|
|
|
5974
8012
|
/**
|
|
5975
8013
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
5976
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8014
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
5977
8015
|
*/
|
|
5978
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
5979
|
-
return jspb.Message.setWrapperField(this,
|
|
8016
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintRateUnit = function(value) {
|
|
8017
|
+
return jspb.Message.setWrapperField(this, 22, value);
|
|
5980
8018
|
};
|
|
5981
8019
|
|
|
5982
8020
|
|
|
5983
8021
|
/**
|
|
5984
8022
|
* Clears the message field making it undefined.
|
|
5985
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8023
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
5986
8024
|
*/
|
|
5987
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
5988
|
-
return this.
|
|
8025
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintRateUnit = function() {
|
|
8026
|
+
return this.setPrintRateUnit(undefined);
|
|
5989
8027
|
};
|
|
5990
8028
|
|
|
5991
8029
|
|
|
@@ -5993,36 +8031,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
5993
8031
|
* Returns whether this field is set.
|
|
5994
8032
|
* @return {boolean}
|
|
5995
8033
|
*/
|
|
5996
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
5997
|
-
return jspb.Message.getField(this,
|
|
8034
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintRateUnit = function() {
|
|
8035
|
+
return jspb.Message.getField(this, 22) != null;
|
|
5998
8036
|
};
|
|
5999
8037
|
|
|
6000
8038
|
|
|
6001
8039
|
/**
|
|
6002
|
-
* optional google.protobuf.StringValue
|
|
8040
|
+
* optional google.protobuf.StringValue print_end_time = 23;
|
|
6003
8041
|
* @return {?proto.google.protobuf.StringValue}
|
|
6004
8042
|
*/
|
|
6005
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8043
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintEndTime = function() {
|
|
6006
8044
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6007
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8045
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 23));
|
|
6008
8046
|
};
|
|
6009
8047
|
|
|
6010
8048
|
|
|
6011
8049
|
/**
|
|
6012
8050
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6013
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8051
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6014
8052
|
*/
|
|
6015
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6016
|
-
return jspb.Message.setWrapperField(this,
|
|
8053
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintEndTime = function(value) {
|
|
8054
|
+
return jspb.Message.setWrapperField(this, 23, value);
|
|
6017
8055
|
};
|
|
6018
8056
|
|
|
6019
8057
|
|
|
6020
8058
|
/**
|
|
6021
8059
|
* Clears the message field making it undefined.
|
|
6022
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8060
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6023
8061
|
*/
|
|
6024
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6025
|
-
return this.
|
|
8062
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintEndTime = function() {
|
|
8063
|
+
return this.setPrintEndTime(undefined);
|
|
6026
8064
|
};
|
|
6027
8065
|
|
|
6028
8066
|
|
|
@@ -6030,36 +8068,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6030
8068
|
* Returns whether this field is set.
|
|
6031
8069
|
* @return {boolean}
|
|
6032
8070
|
*/
|
|
6033
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6034
|
-
return jspb.Message.getField(this,
|
|
8071
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintEndTime = function() {
|
|
8072
|
+
return jspb.Message.getField(this, 23) != null;
|
|
6035
8073
|
};
|
|
6036
8074
|
|
|
6037
8075
|
|
|
6038
8076
|
/**
|
|
6039
|
-
* optional google.protobuf.StringValue
|
|
8077
|
+
* optional google.protobuf.StringValue port_name = 24;
|
|
6040
8078
|
* @return {?proto.google.protobuf.StringValue}
|
|
6041
8079
|
*/
|
|
6042
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8080
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPortName = function() {
|
|
6043
8081
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6044
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8082
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 24));
|
|
6045
8083
|
};
|
|
6046
8084
|
|
|
6047
8085
|
|
|
6048
8086
|
/**
|
|
6049
8087
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6050
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8088
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6051
8089
|
*/
|
|
6052
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6053
|
-
return jspb.Message.setWrapperField(this,
|
|
8090
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPortName = function(value) {
|
|
8091
|
+
return jspb.Message.setWrapperField(this, 24, value);
|
|
6054
8092
|
};
|
|
6055
8093
|
|
|
6056
8094
|
|
|
6057
8095
|
/**
|
|
6058
8096
|
* Clears the message field making it undefined.
|
|
6059
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8097
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6060
8098
|
*/
|
|
6061
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6062
|
-
return this.
|
|
8099
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPortName = function() {
|
|
8100
|
+
return this.setPortName(undefined);
|
|
6063
8101
|
};
|
|
6064
8102
|
|
|
6065
8103
|
|
|
@@ -6067,36 +8105,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6067
8105
|
* Returns whether this field is set.
|
|
6068
8106
|
* @return {boolean}
|
|
6069
8107
|
*/
|
|
6070
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6071
|
-
return jspb.Message.getField(this,
|
|
8108
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPortName = function() {
|
|
8109
|
+
return jspb.Message.getField(this, 24) != null;
|
|
6072
8110
|
};
|
|
6073
8111
|
|
|
6074
8112
|
|
|
6075
8113
|
/**
|
|
6076
|
-
* optional google.protobuf.StringValue
|
|
8114
|
+
* optional google.protobuf.StringValue priority = 25;
|
|
6077
8115
|
* @return {?proto.google.protobuf.StringValue}
|
|
6078
8116
|
*/
|
|
6079
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8117
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPriority = function() {
|
|
6080
8118
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6081
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8119
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 25));
|
|
6082
8120
|
};
|
|
6083
8121
|
|
|
6084
8122
|
|
|
6085
8123
|
/**
|
|
6086
8124
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6087
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8125
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6088
8126
|
*/
|
|
6089
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6090
|
-
return jspb.Message.setWrapperField(this,
|
|
8127
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPriority = function(value) {
|
|
8128
|
+
return jspb.Message.setWrapperField(this, 25, value);
|
|
6091
8129
|
};
|
|
6092
8130
|
|
|
6093
8131
|
|
|
6094
8132
|
/**
|
|
6095
8133
|
* Clears the message field making it undefined.
|
|
6096
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8134
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6097
8135
|
*/
|
|
6098
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6099
|
-
return this.
|
|
8136
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPriority = function() {
|
|
8137
|
+
return this.setPriority(undefined);
|
|
6100
8138
|
};
|
|
6101
8139
|
|
|
6102
8140
|
|
|
@@ -6104,36 +8142,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6104
8142
|
* Returns whether this field is set.
|
|
6105
8143
|
* @return {boolean}
|
|
6106
8144
|
*/
|
|
6107
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6108
|
-
return jspb.Message.getField(this,
|
|
8145
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPriority = function() {
|
|
8146
|
+
return jspb.Message.getField(this, 25) != null;
|
|
6109
8147
|
};
|
|
6110
8148
|
|
|
6111
8149
|
|
|
6112
8150
|
/**
|
|
6113
|
-
* optional google.protobuf.StringValue
|
|
8151
|
+
* optional google.protobuf.StringValue version_number = 26;
|
|
6114
8152
|
* @return {?proto.google.protobuf.StringValue}
|
|
6115
8153
|
*/
|
|
6116
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8154
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getVersionNumber = function() {
|
|
6117
8155
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6118
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8156
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 26));
|
|
6119
8157
|
};
|
|
6120
8158
|
|
|
6121
8159
|
|
|
6122
8160
|
/**
|
|
6123
8161
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6124
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8162
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6125
8163
|
*/
|
|
6126
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6127
|
-
return jspb.Message.setWrapperField(this,
|
|
8164
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setVersionNumber = function(value) {
|
|
8165
|
+
return jspb.Message.setWrapperField(this, 26, value);
|
|
6128
8166
|
};
|
|
6129
8167
|
|
|
6130
8168
|
|
|
6131
8169
|
/**
|
|
6132
8170
|
* Clears the message field making it undefined.
|
|
6133
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8171
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6134
8172
|
*/
|
|
6135
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6136
|
-
return this.
|
|
8173
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearVersionNumber = function() {
|
|
8174
|
+
return this.setVersionNumber(undefined);
|
|
6137
8175
|
};
|
|
6138
8176
|
|
|
6139
8177
|
|
|
@@ -6141,36 +8179,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6141
8179
|
* Returns whether this field is set.
|
|
6142
8180
|
* @return {boolean}
|
|
6143
8181
|
*/
|
|
6144
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6145
|
-
return jspb.Message.getField(this,
|
|
8182
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasVersionNumber = function() {
|
|
8183
|
+
return jspb.Message.getField(this, 26) != null;
|
|
6146
8184
|
};
|
|
6147
8185
|
|
|
6148
8186
|
|
|
6149
8187
|
/**
|
|
6150
|
-
* optional google.protobuf.StringValue
|
|
8188
|
+
* optional google.protobuf.StringValue printer_name = 27;
|
|
6151
8189
|
* @return {?proto.google.protobuf.StringValue}
|
|
6152
8190
|
*/
|
|
6153
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8191
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrinterName = function() {
|
|
6154
8192
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6155
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8193
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 27));
|
|
6156
8194
|
};
|
|
6157
8195
|
|
|
6158
8196
|
|
|
6159
8197
|
/**
|
|
6160
8198
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6161
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8199
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6162
8200
|
*/
|
|
6163
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6164
|
-
return jspb.Message.setWrapperField(this,
|
|
8201
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrinterName = function(value) {
|
|
8202
|
+
return jspb.Message.setWrapperField(this, 27, value);
|
|
6165
8203
|
};
|
|
6166
8204
|
|
|
6167
8205
|
|
|
6168
8206
|
/**
|
|
6169
8207
|
* Clears the message field making it undefined.
|
|
6170
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8208
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6171
8209
|
*/
|
|
6172
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6173
|
-
return this.
|
|
8210
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrinterName = function() {
|
|
8211
|
+
return this.setPrinterName(undefined);
|
|
6174
8212
|
};
|
|
6175
8213
|
|
|
6176
8214
|
|
|
@@ -6178,36 +8216,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6178
8216
|
* Returns whether this field is set.
|
|
6179
8217
|
* @return {boolean}
|
|
6180
8218
|
*/
|
|
6181
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6182
|
-
return jspb.Message.getField(this,
|
|
8219
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrinterName = function() {
|
|
8220
|
+
return jspb.Message.getField(this, 27) != null;
|
|
6183
8221
|
};
|
|
6184
8222
|
|
|
6185
8223
|
|
|
6186
8224
|
/**
|
|
6187
|
-
* optional google.protobuf.StringValue
|
|
8225
|
+
* optional google.protobuf.StringValue short_server_name = 28;
|
|
6188
8226
|
* @return {?proto.google.protobuf.StringValue}
|
|
6189
8227
|
*/
|
|
6190
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8228
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getShortServerName = function() {
|
|
6191
8229
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6192
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8230
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 28));
|
|
6193
8231
|
};
|
|
6194
8232
|
|
|
6195
8233
|
|
|
6196
8234
|
/**
|
|
6197
8235
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6198
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8236
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6199
8237
|
*/
|
|
6200
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6201
|
-
return jspb.Message.setWrapperField(this,
|
|
8238
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setShortServerName = function(value) {
|
|
8239
|
+
return jspb.Message.setWrapperField(this, 28, value);
|
|
6202
8240
|
};
|
|
6203
8241
|
|
|
6204
8242
|
|
|
6205
8243
|
/**
|
|
6206
8244
|
* Clears the message field making it undefined.
|
|
6207
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8245
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6208
8246
|
*/
|
|
6209
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6210
|
-
return this.
|
|
8247
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearShortServerName = function() {
|
|
8248
|
+
return this.setShortServerName(undefined);
|
|
6211
8249
|
};
|
|
6212
8250
|
|
|
6213
8251
|
|
|
@@ -6215,36 +8253,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6215
8253
|
* Returns whether this field is set.
|
|
6216
8254
|
* @return {boolean}
|
|
6217
8255
|
*/
|
|
6218
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6219
|
-
return jspb.Message.getField(this,
|
|
8256
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasShortServerName = function() {
|
|
8257
|
+
return jspb.Message.getField(this, 28) != null;
|
|
6220
8258
|
};
|
|
6221
8259
|
|
|
6222
8260
|
|
|
6223
8261
|
/**
|
|
6224
|
-
* optional google.protobuf.StringValue
|
|
8262
|
+
* optional google.protobuf.StringValue print_media_ready = 29;
|
|
6225
8263
|
* @return {?proto.google.protobuf.StringValue}
|
|
6226
8264
|
*/
|
|
6227
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8265
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMediaReady = function() {
|
|
6228
8266
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6229
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8267
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 29));
|
|
6230
8268
|
};
|
|
6231
8269
|
|
|
6232
8270
|
|
|
6233
8271
|
/**
|
|
6234
8272
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6235
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8273
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6236
8274
|
*/
|
|
6237
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6238
|
-
return jspb.Message.setWrapperField(this,
|
|
8275
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMediaReady = function(value) {
|
|
8276
|
+
return jspb.Message.setWrapperField(this, 29, value);
|
|
6239
8277
|
};
|
|
6240
8278
|
|
|
6241
8279
|
|
|
6242
8280
|
/**
|
|
6243
8281
|
* Clears the message field making it undefined.
|
|
6244
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8282
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6245
8283
|
*/
|
|
6246
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6247
|
-
return this.
|
|
8284
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMediaReady = function() {
|
|
8285
|
+
return this.setPrintMediaReady(undefined);
|
|
6248
8286
|
};
|
|
6249
8287
|
|
|
6250
8288
|
|
|
@@ -6252,36 +8290,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6252
8290
|
* Returns whether this field is set.
|
|
6253
8291
|
* @return {boolean}
|
|
6254
8292
|
*/
|
|
6255
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6256
|
-
return jspb.Message.getField(this,
|
|
8293
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMediaReady = function() {
|
|
8294
|
+
return jspb.Message.getField(this, 29) != null;
|
|
6257
8295
|
};
|
|
6258
8296
|
|
|
6259
8297
|
|
|
6260
8298
|
/**
|
|
6261
|
-
* optional google.protobuf.
|
|
6262
|
-
* @return {?proto.google.protobuf.
|
|
8299
|
+
* optional google.protobuf.StringValue print_media_supported = 30;
|
|
8300
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
6263
8301
|
*/
|
|
6264
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6265
|
-
return /** @type{?proto.google.protobuf.
|
|
6266
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
8302
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintMediaSupported = function() {
|
|
8303
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
8304
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 30));
|
|
6267
8305
|
};
|
|
6268
8306
|
|
|
6269
8307
|
|
|
6270
8308
|
/**
|
|
6271
|
-
* @param {?proto.google.protobuf.
|
|
6272
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8309
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
8310
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6273
8311
|
*/
|
|
6274
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6275
|
-
return jspb.Message.setWrapperField(this,
|
|
8312
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintMediaSupported = function(value) {
|
|
8313
|
+
return jspb.Message.setWrapperField(this, 30, value);
|
|
6276
8314
|
};
|
|
6277
8315
|
|
|
6278
8316
|
|
|
6279
8317
|
/**
|
|
6280
8318
|
* Clears the message field making it undefined.
|
|
6281
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8319
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6282
8320
|
*/
|
|
6283
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6284
|
-
return this.
|
|
8321
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintMediaSupported = function() {
|
|
8322
|
+
return this.setPrintMediaSupported(undefined);
|
|
6285
8323
|
};
|
|
6286
8324
|
|
|
6287
8325
|
|
|
@@ -6289,36 +8327,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6289
8327
|
* Returns whether this field is set.
|
|
6290
8328
|
* @return {boolean}
|
|
6291
8329
|
*/
|
|
6292
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6293
|
-
return jspb.Message.getField(this,
|
|
8330
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintMediaSupported = function() {
|
|
8331
|
+
return jspb.Message.getField(this, 30) != null;
|
|
6294
8332
|
};
|
|
6295
8333
|
|
|
6296
8334
|
|
|
6297
8335
|
/**
|
|
6298
|
-
* optional google.protobuf.StringValue
|
|
8336
|
+
* optional google.protobuf.StringValue unc_name = 31;
|
|
6299
8337
|
* @return {?proto.google.protobuf.StringValue}
|
|
6300
8338
|
*/
|
|
6301
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8339
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getUncName = function() {
|
|
6302
8340
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6303
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8341
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 31));
|
|
6304
8342
|
};
|
|
6305
8343
|
|
|
6306
8344
|
|
|
6307
8345
|
/**
|
|
6308
8346
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6309
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8347
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6310
8348
|
*/
|
|
6311
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6312
|
-
return jspb.Message.setWrapperField(this,
|
|
8349
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setUncName = function(value) {
|
|
8350
|
+
return jspb.Message.setWrapperField(this, 31, value);
|
|
6313
8351
|
};
|
|
6314
8352
|
|
|
6315
8353
|
|
|
6316
8354
|
/**
|
|
6317
8355
|
* Clears the message field making it undefined.
|
|
6318
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8356
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6319
8357
|
*/
|
|
6320
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6321
|
-
return this.
|
|
8358
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearUncName = function() {
|
|
8359
|
+
return this.setUncName(undefined);
|
|
6322
8360
|
};
|
|
6323
8361
|
|
|
6324
8362
|
|
|
@@ -6326,36 +8364,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6326
8364
|
* Returns whether this field is set.
|
|
6327
8365
|
* @return {boolean}
|
|
6328
8366
|
*/
|
|
6329
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6330
|
-
return jspb.Message.getField(this,
|
|
8367
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasUncName = function() {
|
|
8368
|
+
return jspb.Message.getField(this, 31) != null;
|
|
6331
8369
|
};
|
|
6332
8370
|
|
|
6333
8371
|
|
|
6334
8372
|
/**
|
|
6335
|
-
* optional google.protobuf.StringValue
|
|
8373
|
+
* optional google.protobuf.StringValue usn_changed = 32;
|
|
6336
8374
|
* @return {?proto.google.protobuf.StringValue}
|
|
6337
8375
|
*/
|
|
6338
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8376
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getUsnChanged = function() {
|
|
6339
8377
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6340
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8378
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 32));
|
|
6341
8379
|
};
|
|
6342
8380
|
|
|
6343
8381
|
|
|
6344
8382
|
/**
|
|
6345
8383
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6346
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8384
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6347
8385
|
*/
|
|
6348
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6349
|
-
return jspb.Message.setWrapperField(this,
|
|
8386
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setUsnChanged = function(value) {
|
|
8387
|
+
return jspb.Message.setWrapperField(this, 32, value);
|
|
6350
8388
|
};
|
|
6351
8389
|
|
|
6352
8390
|
|
|
6353
8391
|
/**
|
|
6354
8392
|
* Clears the message field making it undefined.
|
|
6355
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8393
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6356
8394
|
*/
|
|
6357
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6358
|
-
return this.
|
|
8395
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearUsnChanged = function() {
|
|
8396
|
+
return this.setUsnChanged(undefined);
|
|
6359
8397
|
};
|
|
6360
8398
|
|
|
6361
8399
|
|
|
@@ -6363,36 +8401,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6363
8401
|
* Returns whether this field is set.
|
|
6364
8402
|
* @return {boolean}
|
|
6365
8403
|
*/
|
|
6366
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6367
|
-
return jspb.Message.getField(this,
|
|
8404
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasUsnChanged = function() {
|
|
8405
|
+
return jspb.Message.getField(this, 32) != null;
|
|
6368
8406
|
};
|
|
6369
8407
|
|
|
6370
8408
|
|
|
6371
8409
|
/**
|
|
6372
|
-
* optional google.protobuf.StringValue
|
|
8410
|
+
* optional google.protobuf.StringValue usn_created = 33;
|
|
6373
8411
|
* @return {?proto.google.protobuf.StringValue}
|
|
6374
8412
|
*/
|
|
6375
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8413
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getUsnCreated = function() {
|
|
6376
8414
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6377
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8415
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 33));
|
|
6378
8416
|
};
|
|
6379
8417
|
|
|
6380
8418
|
|
|
6381
8419
|
/**
|
|
6382
8420
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6383
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8421
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6384
8422
|
*/
|
|
6385
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6386
|
-
return jspb.Message.setWrapperField(this,
|
|
8423
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setUsnCreated = function(value) {
|
|
8424
|
+
return jspb.Message.setWrapperField(this, 33, value);
|
|
6387
8425
|
};
|
|
6388
8426
|
|
|
6389
8427
|
|
|
6390
8428
|
/**
|
|
6391
8429
|
* Clears the message field making it undefined.
|
|
6392
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8430
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6393
8431
|
*/
|
|
6394
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6395
|
-
return this.
|
|
8432
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearUsnCreated = function() {
|
|
8433
|
+
return this.setUsnCreated(undefined);
|
|
6396
8434
|
};
|
|
6397
8435
|
|
|
6398
8436
|
|
|
@@ -6400,36 +8438,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6400
8438
|
* Returns whether this field is set.
|
|
6401
8439
|
* @return {boolean}
|
|
6402
8440
|
*/
|
|
6403
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6404
|
-
return jspb.Message.getField(this,
|
|
8441
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasUsnCreated = function() {
|
|
8442
|
+
return jspb.Message.getField(this, 33) != null;
|
|
6405
8443
|
};
|
|
6406
8444
|
|
|
6407
8445
|
|
|
6408
8446
|
/**
|
|
6409
|
-
* optional google.protobuf.StringValue
|
|
8447
|
+
* optional google.protobuf.StringValue category = 34;
|
|
6410
8448
|
* @return {?proto.google.protobuf.StringValue}
|
|
6411
8449
|
*/
|
|
6412
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8450
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getCategory = function() {
|
|
6413
8451
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6414
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8452
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 34));
|
|
6415
8453
|
};
|
|
6416
8454
|
|
|
6417
8455
|
|
|
6418
8456
|
/**
|
|
6419
8457
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6420
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8458
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6421
8459
|
*/
|
|
6422
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6423
|
-
return jspb.Message.setWrapperField(this,
|
|
8460
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setCategory = function(value) {
|
|
8461
|
+
return jspb.Message.setWrapperField(this, 34, value);
|
|
6424
8462
|
};
|
|
6425
8463
|
|
|
6426
8464
|
|
|
6427
8465
|
/**
|
|
6428
8466
|
* Clears the message field making it undefined.
|
|
6429
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8467
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6430
8468
|
*/
|
|
6431
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6432
|
-
return this.
|
|
8469
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearCategory = function() {
|
|
8470
|
+
return this.setCategory(undefined);
|
|
6433
8471
|
};
|
|
6434
8472
|
|
|
6435
8473
|
|
|
@@ -6437,36 +8475,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6437
8475
|
* Returns whether this field is set.
|
|
6438
8476
|
* @return {boolean}
|
|
6439
8477
|
*/
|
|
6440
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6441
|
-
return jspb.Message.getField(this,
|
|
8478
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasCategory = function() {
|
|
8479
|
+
return jspb.Message.getField(this, 34) != null;
|
|
6442
8480
|
};
|
|
6443
8481
|
|
|
6444
8482
|
|
|
6445
8483
|
/**
|
|
6446
|
-
* optional google.protobuf.StringValue
|
|
8484
|
+
* optional google.protobuf.StringValue driver_name = 35;
|
|
6447
8485
|
* @return {?proto.google.protobuf.StringValue}
|
|
6448
8486
|
*/
|
|
6449
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8487
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getDriverName = function() {
|
|
6450
8488
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6451
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8489
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 35));
|
|
6452
8490
|
};
|
|
6453
8491
|
|
|
6454
8492
|
|
|
6455
8493
|
/**
|
|
6456
8494
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6457
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8495
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6458
8496
|
*/
|
|
6459
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6460
|
-
return jspb.Message.setWrapperField(this,
|
|
8497
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setDriverName = function(value) {
|
|
8498
|
+
return jspb.Message.setWrapperField(this, 35, value);
|
|
6461
8499
|
};
|
|
6462
8500
|
|
|
6463
8501
|
|
|
6464
8502
|
/**
|
|
6465
8503
|
* Clears the message field making it undefined.
|
|
6466
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8504
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6467
8505
|
*/
|
|
6468
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6469
|
-
return this.
|
|
8506
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearDriverName = function() {
|
|
8507
|
+
return this.setDriverName(undefined);
|
|
6470
8508
|
};
|
|
6471
8509
|
|
|
6472
8510
|
|
|
@@ -6474,36 +8512,36 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6474
8512
|
* Returns whether this field is set.
|
|
6475
8513
|
* @return {boolean}
|
|
6476
8514
|
*/
|
|
6477
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6478
|
-
return jspb.Message.getField(this,
|
|
8515
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasDriverName = function() {
|
|
8516
|
+
return jspb.Message.getField(this, 35) != null;
|
|
6479
8517
|
};
|
|
6480
8518
|
|
|
6481
8519
|
|
|
6482
8520
|
/**
|
|
6483
|
-
* optional google.protobuf.StringValue
|
|
8521
|
+
* optional google.protobuf.StringValue print_orientations_supported = 36;
|
|
6484
8522
|
* @return {?proto.google.protobuf.StringValue}
|
|
6485
8523
|
*/
|
|
6486
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8524
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintOrientationsSupported = function() {
|
|
6487
8525
|
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
6488
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue,
|
|
8526
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 36));
|
|
6489
8527
|
};
|
|
6490
8528
|
|
|
6491
8529
|
|
|
6492
8530
|
/**
|
|
6493
8531
|
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
6494
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8532
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6495
8533
|
*/
|
|
6496
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6497
|
-
return jspb.Message.setWrapperField(this,
|
|
8534
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintOrientationsSupported = function(value) {
|
|
8535
|
+
return jspb.Message.setWrapperField(this, 36, value);
|
|
6498
8536
|
};
|
|
6499
8537
|
|
|
6500
8538
|
|
|
6501
8539
|
/**
|
|
6502
8540
|
* Clears the message field making it undefined.
|
|
6503
|
-
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.
|
|
8541
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
6504
8542
|
*/
|
|
6505
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6506
|
-
return this.
|
|
8543
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintOrientationsSupported = function() {
|
|
8544
|
+
return this.setPrintOrientationsSupported(undefined);
|
|
6507
8545
|
};
|
|
6508
8546
|
|
|
6509
8547
|
|
|
@@ -6511,8 +8549,82 @@ proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryComputer.prototype.c
|
|
|
6511
8549
|
* Returns whether this field is set.
|
|
6512
8550
|
* @return {boolean}
|
|
6513
8551
|
*/
|
|
6514
|
-
proto.com.lansweeper.discovery.sensor.api.v1.
|
|
6515
|
-
return jspb.Message.getField(this,
|
|
8552
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintOrientationsSupported = function() {
|
|
8553
|
+
return jspb.Message.getField(this, 36) != null;
|
|
8554
|
+
};
|
|
8555
|
+
|
|
8556
|
+
|
|
8557
|
+
/**
|
|
8558
|
+
* optional google.protobuf.StringValue print_share_name = 37;
|
|
8559
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
8560
|
+
*/
|
|
8561
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintShareName = function() {
|
|
8562
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
8563
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 37));
|
|
8564
|
+
};
|
|
8565
|
+
|
|
8566
|
+
|
|
8567
|
+
/**
|
|
8568
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
8569
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
8570
|
+
*/
|
|
8571
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintShareName = function(value) {
|
|
8572
|
+
return jspb.Message.setWrapperField(this, 37, value);
|
|
8573
|
+
};
|
|
8574
|
+
|
|
8575
|
+
|
|
8576
|
+
/**
|
|
8577
|
+
* Clears the message field making it undefined.
|
|
8578
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
8579
|
+
*/
|
|
8580
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintShareName = function() {
|
|
8581
|
+
return this.setPrintShareName(undefined);
|
|
8582
|
+
};
|
|
8583
|
+
|
|
8584
|
+
|
|
8585
|
+
/**
|
|
8586
|
+
* Returns whether this field is set.
|
|
8587
|
+
* @return {boolean}
|
|
8588
|
+
*/
|
|
8589
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintShareName = function() {
|
|
8590
|
+
return jspb.Message.getField(this, 37) != null;
|
|
8591
|
+
};
|
|
8592
|
+
|
|
8593
|
+
|
|
8594
|
+
/**
|
|
8595
|
+
* optional google.protobuf.StringValue print_rate = 38;
|
|
8596
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
8597
|
+
*/
|
|
8598
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.getPrintRate = function() {
|
|
8599
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
8600
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 38));
|
|
8601
|
+
};
|
|
8602
|
+
|
|
8603
|
+
|
|
8604
|
+
/**
|
|
8605
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
8606
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
8607
|
+
*/
|
|
8608
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.setPrintRate = function(value) {
|
|
8609
|
+
return jspb.Message.setWrapperField(this, 38, value);
|
|
8610
|
+
};
|
|
8611
|
+
|
|
8612
|
+
|
|
8613
|
+
/**
|
|
8614
|
+
* Clears the message field making it undefined.
|
|
8615
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter} returns this
|
|
8616
|
+
*/
|
|
8617
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.clearPrintRate = function() {
|
|
8618
|
+
return this.setPrintRate(undefined);
|
|
8619
|
+
};
|
|
8620
|
+
|
|
8621
|
+
|
|
8622
|
+
/**
|
|
8623
|
+
* Returns whether this field is set.
|
|
8624
|
+
* @return {boolean}
|
|
8625
|
+
*/
|
|
8626
|
+
proto.com.lansweeper.discovery.sensor.api.v1.ActiveDirectoryPrinter.prototype.hasPrintRate = function() {
|
|
8627
|
+
return jspb.Message.getField(this, 38) != null;
|
|
6516
8628
|
};
|
|
6517
8629
|
|
|
6518
8630
|
|
|
@@ -31457,7 +33569,8 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.toObject = function(
|
|
|
31457
33569
|
usersList: jspb.Message.toObjectList(msg.getUsersList(),
|
|
31458
33570
|
proto.com.lansweeper.discovery.sensor.api.v1.Office365User.toObject, includeInstance),
|
|
31459
33571
|
type: (f = msg.getType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
31460
|
-
userIdsList: (f = jspb.Message.getRepeatedField(msg, 11)) == null ? undefined : f
|
|
33572
|
+
userIdsList: (f = jspb.Message.getRepeatedField(msg, 11)) == null ? undefined : f,
|
|
33573
|
+
tenantId: jspb.Message.getFieldWithDefault(msg, 12, "")
|
|
31461
33574
|
};
|
|
31462
33575
|
|
|
31463
33576
|
if (includeInstance) {
|
|
@@ -31545,6 +33658,10 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.deserializeBinaryFro
|
|
|
31545
33658
|
var value = /** @type {string} */ (reader.readString());
|
|
31546
33659
|
msg.addUserIds(value);
|
|
31547
33660
|
break;
|
|
33661
|
+
case 12:
|
|
33662
|
+
var value = /** @type {string} */ (reader.readString());
|
|
33663
|
+
msg.setTenantId(value);
|
|
33664
|
+
break;
|
|
31548
33665
|
default:
|
|
31549
33666
|
reader.skipField();
|
|
31550
33667
|
break;
|
|
@@ -31658,6 +33775,13 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.serializeBinaryToWri
|
|
|
31658
33775
|
f
|
|
31659
33776
|
);
|
|
31660
33777
|
}
|
|
33778
|
+
f = message.getTenantId();
|
|
33779
|
+
if (f.length > 0) {
|
|
33780
|
+
writer.writeString(
|
|
33781
|
+
12,
|
|
33782
|
+
f
|
|
33783
|
+
);
|
|
33784
|
+
}
|
|
31661
33785
|
};
|
|
31662
33786
|
|
|
31663
33787
|
|
|
@@ -32012,6 +34136,24 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.prototype.clearUserI
|
|
|
32012
34136
|
};
|
|
32013
34137
|
|
|
32014
34138
|
|
|
34139
|
+
/**
|
|
34140
|
+
* optional string tenant_id = 12;
|
|
34141
|
+
* @return {string}
|
|
34142
|
+
*/
|
|
34143
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.prototype.getTenantId = function() {
|
|
34144
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
34145
|
+
};
|
|
34146
|
+
|
|
34147
|
+
|
|
34148
|
+
/**
|
|
34149
|
+
* @param {string} value
|
|
34150
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365Group} returns this
|
|
34151
|
+
*/
|
|
34152
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.prototype.setTenantId = function(value) {
|
|
34153
|
+
return jspb.Message.setProto3StringField(this, 12, value);
|
|
34154
|
+
};
|
|
34155
|
+
|
|
34156
|
+
|
|
32015
34157
|
|
|
32016
34158
|
/**
|
|
32017
34159
|
* List of repeated fields within this message type.
|
|
@@ -32917,7 +35059,7 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365ServicePlan.prototype.hasA
|
|
|
32917
35059
|
* @private {!Array<number>}
|
|
32918
35060
|
* @const
|
|
32919
35061
|
*/
|
|
32920
|
-
proto.com.lansweeper.discovery.sensor.api.v1.Office365User.repeatedFields_ = [40];
|
|
35062
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Office365User.repeatedFields_ = [40,44];
|
|
32921
35063
|
|
|
32922
35064
|
|
|
32923
35065
|
|
|
@@ -32991,7 +35133,9 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.toObject = function(i
|
|
|
32991
35133
|
assignedPlansList: jspb.Message.toObjectList(msg.getAssignedPlansList(),
|
|
32992
35134
|
proto.com.lansweeper.discovery.sensor.api.v1.Office365AssignedPlan.toObject, includeInstance),
|
|
32993
35135
|
name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
32994
|
-
type: (f = msg.getType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
35136
|
+
type: (f = msg.getType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
35137
|
+
tenantId: jspb.Message.getFieldWithDefault(msg, 43, ""),
|
|
35138
|
+
groupIdsList: (f = jspb.Message.getRepeatedField(msg, 44)) == null ? undefined : f
|
|
32995
35139
|
};
|
|
32996
35140
|
|
|
32997
35141
|
if (includeInstance) {
|
|
@@ -33232,6 +35376,14 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.deserializeBinaryFrom
|
|
|
33232
35376
|
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
33233
35377
|
msg.setType(value);
|
|
33234
35378
|
break;
|
|
35379
|
+
case 43:
|
|
35380
|
+
var value = /** @type {string} */ (reader.readString());
|
|
35381
|
+
msg.setTenantId(value);
|
|
35382
|
+
break;
|
|
35383
|
+
case 44:
|
|
35384
|
+
var value = /** @type {string} */ (reader.readString());
|
|
35385
|
+
msg.addGroupIds(value);
|
|
35386
|
+
break;
|
|
33235
35387
|
default:
|
|
33236
35388
|
reader.skipField();
|
|
33237
35389
|
break;
|
|
@@ -33588,6 +35740,20 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.serializeBinaryToWrit
|
|
|
33588
35740
|
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
33589
35741
|
);
|
|
33590
35742
|
}
|
|
35743
|
+
f = message.getTenantId();
|
|
35744
|
+
if (f.length > 0) {
|
|
35745
|
+
writer.writeString(
|
|
35746
|
+
43,
|
|
35747
|
+
f
|
|
35748
|
+
);
|
|
35749
|
+
}
|
|
35750
|
+
f = message.getGroupIdsList();
|
|
35751
|
+
if (f.length > 0) {
|
|
35752
|
+
writer.writeRepeatedString(
|
|
35753
|
+
44,
|
|
35754
|
+
f
|
|
35755
|
+
);
|
|
35756
|
+
}
|
|
33591
35757
|
};
|
|
33592
35758
|
|
|
33593
35759
|
|
|
@@ -35090,6 +37256,61 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.hasType = f
|
|
|
35090
37256
|
};
|
|
35091
37257
|
|
|
35092
37258
|
|
|
37259
|
+
/**
|
|
37260
|
+
* optional string tenant_id = 43;
|
|
37261
|
+
* @return {string}
|
|
37262
|
+
*/
|
|
37263
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.getTenantId = function() {
|
|
37264
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 43, ""));
|
|
37265
|
+
};
|
|
37266
|
+
|
|
37267
|
+
|
|
37268
|
+
/**
|
|
37269
|
+
* @param {string} value
|
|
37270
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365User} returns this
|
|
37271
|
+
*/
|
|
37272
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.setTenantId = function(value) {
|
|
37273
|
+
return jspb.Message.setProto3StringField(this, 43, value);
|
|
37274
|
+
};
|
|
37275
|
+
|
|
37276
|
+
|
|
37277
|
+
/**
|
|
37278
|
+
* repeated string group_ids = 44;
|
|
37279
|
+
* @return {!Array<string>}
|
|
37280
|
+
*/
|
|
37281
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.getGroupIdsList = function() {
|
|
37282
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 44));
|
|
37283
|
+
};
|
|
37284
|
+
|
|
37285
|
+
|
|
37286
|
+
/**
|
|
37287
|
+
* @param {!Array<string>} value
|
|
37288
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365User} returns this
|
|
37289
|
+
*/
|
|
37290
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.setGroupIdsList = function(value) {
|
|
37291
|
+
return jspb.Message.setField(this, 44, value || []);
|
|
37292
|
+
};
|
|
37293
|
+
|
|
37294
|
+
|
|
37295
|
+
/**
|
|
37296
|
+
* @param {string} value
|
|
37297
|
+
* @param {number=} opt_index
|
|
37298
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365User} returns this
|
|
37299
|
+
*/
|
|
37300
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.addGroupIds = function(value, opt_index) {
|
|
37301
|
+
return jspb.Message.addToRepeatedField(this, 44, value, opt_index);
|
|
37302
|
+
};
|
|
37303
|
+
|
|
37304
|
+
|
|
37305
|
+
/**
|
|
37306
|
+
* Clears the list making it empty but non-null.
|
|
37307
|
+
* @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365User} returns this
|
|
37308
|
+
*/
|
|
37309
|
+
proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.clearGroupIdsList = function() {
|
|
37310
|
+
return this.setGroupIdsList([]);
|
|
37311
|
+
};
|
|
37312
|
+
|
|
37313
|
+
|
|
35093
37314
|
/**
|
|
35094
37315
|
* @enum {number}
|
|
35095
37316
|
*/
|