@lansweeper/data-platform-outbound-grpc 0.4.10 → 0.6.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.
- package/CHANGELOG.md +24 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_grpc_pb.d.ts +17 -0
- package/gen-proto/outbound_grpc_pb.js +12 -0
- package/gen-proto/outbound_pb.d.ts +254 -0
- package/gen-proto/outbound_pb.js +2056 -1
- package/generated-go/outbound.pb.go +4048 -3501
- package/generated-go/outbound_grpc.pb.go +40 -0
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +47 -1
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinterOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Printer$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Printer$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Printer.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/PrinterOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +47 -1
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter.java +5697 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinterOrBuilder.java +649 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1071 -1007
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Printer.java +243 -4
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/PrinterOrBuilder.java +27 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +3 -1
- package/model/target/{outbound-model-0.4.9-sources.jar → outbound-model-0.5.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.4.9.jar → outbound-model-0.5.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +47 -1
- package/service/pom.xml +1 -1
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$1.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$2.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$3.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceBaseDescriptorSupplier.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceBlockingStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceFileDescriptorSupplier.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceFutureStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceImplBase.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceMethodDescriptorSupplier.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$MethodHandlers.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceImplBase.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$MethodHandlers.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$ReactorDataCoreBackofficeServiceStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc.class +0 -0
- package/service/target/generated-sources/protobuf/grpc-java/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc.java +86 -0
- package/service/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc.java +40 -0
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/outbound-service-0.5.0-sources.jar +0 -0
- package/service/target/outbound-service-0.5.0.jar +0 -0
- package/service/target/outbound-service-0.4.9-sources.jar +0 -0
- package/service/target/outbound-service-0.4.9.jar +0 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -29,6 +29,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer',
|
|
|
29
29
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain', null, global);
|
|
30
30
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup', null, global);
|
|
31
31
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryObject', null, global);
|
|
32
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter', null, global);
|
|
32
33
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser', null, global);
|
|
33
34
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware', null, global);
|
|
34
35
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Asset', null, global);
|
|
@@ -5209,6 +5210,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
5209
5210
|
*/
|
|
5210
5211
|
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.displayName = 'proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer';
|
|
5211
5212
|
}
|
|
5213
|
+
/**
|
|
5214
|
+
* Generated by JsPbCodeGenerator.
|
|
5215
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
5216
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
5217
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
5218
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
5219
|
+
* valid.
|
|
5220
|
+
* @extends {jspb.Message}
|
|
5221
|
+
* @constructor
|
|
5222
|
+
*/
|
|
5223
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter = function(opt_data) {
|
|
5224
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.repeatedFields_, null);
|
|
5225
|
+
};
|
|
5226
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter, jspb.Message);
|
|
5227
|
+
if (goog.DEBUG && !COMPILED) {
|
|
5228
|
+
/**
|
|
5229
|
+
* @public
|
|
5230
|
+
* @override
|
|
5231
|
+
*/
|
|
5232
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.displayName = 'proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter';
|
|
5233
|
+
}
|
|
5212
5234
|
/**
|
|
5213
5235
|
* Generated by JsPbCodeGenerator.
|
|
5214
5236
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -129849,7 +129871,8 @@ proto.com.lansweeper.dp.outbound.v1.Printer.toObject = function(includeInstance,
|
|
|
129849
129871
|
printerStatus: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
129850
129872
|
serialNumber: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
129851
129873
|
tonerList: jspb.Message.toObjectList(msg.getTonerList(),
|
|
129852
|
-
proto.com.lansweeper.dp.outbound.v1.PrinterTonerInfo.toObject, includeInstance)
|
|
129874
|
+
proto.com.lansweeper.dp.outbound.v1.PrinterTonerInfo.toObject, includeInstance),
|
|
129875
|
+
adPrinter: (f = msg.getAdPrinter()) && proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.toObject(includeInstance, f)
|
|
129853
129876
|
};
|
|
129854
129877
|
|
|
129855
129878
|
if (includeInstance) {
|
|
@@ -129915,6 +129938,11 @@ proto.com.lansweeper.dp.outbound.v1.Printer.deserializeBinaryFromReader = functi
|
|
|
129915
129938
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.PrinterTonerInfo.deserializeBinaryFromReader);
|
|
129916
129939
|
msg.addToner(value);
|
|
129917
129940
|
break;
|
|
129941
|
+
case 8:
|
|
129942
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter;
|
|
129943
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.deserializeBinaryFromReader);
|
|
129944
|
+
msg.setAdPrinter(value);
|
|
129945
|
+
break;
|
|
129918
129946
|
default:
|
|
129919
129947
|
reader.skipField();
|
|
129920
129948
|
break;
|
|
@@ -129994,6 +130022,14 @@ proto.com.lansweeper.dp.outbound.v1.Printer.serializeBinaryToWriter = function(m
|
|
|
129994
130022
|
proto.com.lansweeper.dp.outbound.v1.PrinterTonerInfo.serializeBinaryToWriter
|
|
129995
130023
|
);
|
|
129996
130024
|
}
|
|
130025
|
+
f = message.getAdPrinter();
|
|
130026
|
+
if (f != null) {
|
|
130027
|
+
writer.writeMessage(
|
|
130028
|
+
8,
|
|
130029
|
+
f,
|
|
130030
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.serializeBinaryToWriter
|
|
130031
|
+
);
|
|
130032
|
+
}
|
|
129997
130033
|
};
|
|
129998
130034
|
|
|
129999
130035
|
|
|
@@ -130251,6 +130287,43 @@ proto.com.lansweeper.dp.outbound.v1.Printer.prototype.clearTonerList = function(
|
|
|
130251
130287
|
};
|
|
130252
130288
|
|
|
130253
130289
|
|
|
130290
|
+
/**
|
|
130291
|
+
* optional ActiveDirectoryPrinter ad_printer = 8;
|
|
130292
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter}
|
|
130293
|
+
*/
|
|
130294
|
+
proto.com.lansweeper.dp.outbound.v1.Printer.prototype.getAdPrinter = function() {
|
|
130295
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} */ (
|
|
130296
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter, 8));
|
|
130297
|
+
};
|
|
130298
|
+
|
|
130299
|
+
|
|
130300
|
+
/**
|
|
130301
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter|undefined} value
|
|
130302
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Printer} returns this
|
|
130303
|
+
*/
|
|
130304
|
+
proto.com.lansweeper.dp.outbound.v1.Printer.prototype.setAdPrinter = function(value) {
|
|
130305
|
+
return jspb.Message.setWrapperField(this, 8, value);
|
|
130306
|
+
};
|
|
130307
|
+
|
|
130308
|
+
|
|
130309
|
+
/**
|
|
130310
|
+
* Clears the message field making it undefined.
|
|
130311
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Printer} returns this
|
|
130312
|
+
*/
|
|
130313
|
+
proto.com.lansweeper.dp.outbound.v1.Printer.prototype.clearAdPrinter = function() {
|
|
130314
|
+
return this.setAdPrinter(undefined);
|
|
130315
|
+
};
|
|
130316
|
+
|
|
130317
|
+
|
|
130318
|
+
/**
|
|
130319
|
+
* Returns whether this field is set.
|
|
130320
|
+
* @return {boolean}
|
|
130321
|
+
*/
|
|
130322
|
+
proto.com.lansweeper.dp.outbound.v1.Printer.prototype.hasAdPrinter = function() {
|
|
130323
|
+
return jspb.Message.getField(this, 8) != null;
|
|
130324
|
+
};
|
|
130325
|
+
|
|
130326
|
+
|
|
130254
130327
|
|
|
130255
130328
|
|
|
130256
130329
|
|
|
@@ -135503,6 +135576,1988 @@ proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.prototype.hasManaged
|
|
|
135503
135576
|
|
|
135504
135577
|
|
|
135505
135578
|
|
|
135579
|
+
/**
|
|
135580
|
+
* List of repeated fields within this message type.
|
|
135581
|
+
* @private {!Array<number>}
|
|
135582
|
+
* @const
|
|
135583
|
+
*/
|
|
135584
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.repeatedFields_ = [8,30,36];
|
|
135585
|
+
|
|
135586
|
+
|
|
135587
|
+
|
|
135588
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
135589
|
+
/**
|
|
135590
|
+
* Creates an object representation of this proto.
|
|
135591
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
135592
|
+
* Optional fields that are not set will be set to undefined.
|
|
135593
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
135594
|
+
* For the list of reserved names please see:
|
|
135595
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
135596
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
135597
|
+
* JSPB instance for transitional soy proto support:
|
|
135598
|
+
* http://goto/soy-param-migration
|
|
135599
|
+
* @return {!Object}
|
|
135600
|
+
*/
|
|
135601
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.toObject = function(opt_includeInstance) {
|
|
135602
|
+
return proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.toObject(opt_includeInstance, this);
|
|
135603
|
+
};
|
|
135604
|
+
|
|
135605
|
+
|
|
135606
|
+
/**
|
|
135607
|
+
* Static version of the {@see toObject} method.
|
|
135608
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
135609
|
+
* the JSPB instance for transitional soy proto support:
|
|
135610
|
+
* http://goto/soy-param-migration
|
|
135611
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} msg The msg instance to transform.
|
|
135612
|
+
* @return {!Object}
|
|
135613
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
135614
|
+
*/
|
|
135615
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.toObject = function(includeInstance, msg) {
|
|
135616
|
+
var f, obj = {
|
|
135617
|
+
description: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
135618
|
+
cn: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
135619
|
+
driverVersion: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
135620
|
+
serverName: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
135621
|
+
dScorePropagationData: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
135622
|
+
ntSecurityDescriptor: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
135623
|
+
printStartTime: jspb.Message.getFieldWithDefault(msg, 7, 0),
|
|
135624
|
+
printBinNamesList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
135625
|
+
printColor: jspb.Message.getBooleanFieldWithDefault(msg, 9, false),
|
|
135626
|
+
printKeepPrintedJobs: jspb.Message.getBooleanFieldWithDefault(msg, 10, false),
|
|
135627
|
+
printSpooling: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
135628
|
+
printDuplexSupported: jspb.Message.getBooleanFieldWithDefault(msg, 12, false),
|
|
135629
|
+
printMinYExtent: jspb.Message.getFieldWithDefault(msg, 13, 0),
|
|
135630
|
+
printMaxYExtent: jspb.Message.getFieldWithDefault(msg, 14, 0),
|
|
135631
|
+
printMinXExtent: jspb.Message.getFieldWithDefault(msg, 15, 0),
|
|
135632
|
+
printMaxXExtent: jspb.Message.getFieldWithDefault(msg, 16, 0),
|
|
135633
|
+
printMaxResolutionSupported: jspb.Message.getFieldWithDefault(msg, 17, 0),
|
|
135634
|
+
printPagesPerMinute: jspb.Message.getFieldWithDefault(msg, 18, 0),
|
|
135635
|
+
printStaplingSupported: jspb.Message.getBooleanFieldWithDefault(msg, 19, false),
|
|
135636
|
+
instanceType: jspb.Message.getFieldWithDefault(msg, 20, 0),
|
|
135637
|
+
printCollate: jspb.Message.getBooleanFieldWithDefault(msg, 21, false),
|
|
135638
|
+
printRate: jspb.Message.getFieldWithDefault(msg, 38, 0),
|
|
135639
|
+
printRateUnit: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
135640
|
+
printEndTime: jspb.Message.getFieldWithDefault(msg, 23, 0),
|
|
135641
|
+
portName: jspb.Message.getFieldWithDefault(msg, 24, ""),
|
|
135642
|
+
priority: jspb.Message.getFieldWithDefault(msg, 25, ""),
|
|
135643
|
+
versionNumber: jspb.Message.getFieldWithDefault(msg, 26, ""),
|
|
135644
|
+
printerName: jspb.Message.getFieldWithDefault(msg, 27, ""),
|
|
135645
|
+
shortServerName: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
135646
|
+
printMediaReady: jspb.Message.getFieldWithDefault(msg, 29, ""),
|
|
135647
|
+
printMediaSupportedList: (f = jspb.Message.getRepeatedField(msg, 30)) == null ? undefined : f,
|
|
135648
|
+
uncName: jspb.Message.getFieldWithDefault(msg, 31, ""),
|
|
135649
|
+
usnChanged: jspb.Message.getFieldWithDefault(msg, 32, ""),
|
|
135650
|
+
usnCreated: jspb.Message.getFieldWithDefault(msg, 33, ""),
|
|
135651
|
+
category: jspb.Message.getFieldWithDefault(msg, 34, ""),
|
|
135652
|
+
driverName: jspb.Message.getFieldWithDefault(msg, 35, ""),
|
|
135653
|
+
printOrientationsSupportedList: (f = jspb.Message.getRepeatedField(msg, 36)) == null ? undefined : f,
|
|
135654
|
+
printShareName: jspb.Message.getFieldWithDefault(msg, 37, ""),
|
|
135655
|
+
ipAddress: jspb.Message.getFieldWithDefault(msg, 39, "")
|
|
135656
|
+
};
|
|
135657
|
+
|
|
135658
|
+
if (includeInstance) {
|
|
135659
|
+
obj.$jspbMessageInstance = msg;
|
|
135660
|
+
}
|
|
135661
|
+
return obj;
|
|
135662
|
+
};
|
|
135663
|
+
}
|
|
135664
|
+
|
|
135665
|
+
|
|
135666
|
+
/**
|
|
135667
|
+
* Deserializes binary data (in protobuf wire format).
|
|
135668
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
135669
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter}
|
|
135670
|
+
*/
|
|
135671
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.deserializeBinary = function(bytes) {
|
|
135672
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
135673
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter;
|
|
135674
|
+
return proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.deserializeBinaryFromReader(msg, reader);
|
|
135675
|
+
};
|
|
135676
|
+
|
|
135677
|
+
|
|
135678
|
+
/**
|
|
135679
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
135680
|
+
* given reader into the given message object.
|
|
135681
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} msg The message object to deserialize into.
|
|
135682
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
135683
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter}
|
|
135684
|
+
*/
|
|
135685
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.deserializeBinaryFromReader = function(msg, reader) {
|
|
135686
|
+
while (reader.nextField()) {
|
|
135687
|
+
if (reader.isEndGroup()) {
|
|
135688
|
+
break;
|
|
135689
|
+
}
|
|
135690
|
+
var field = reader.getFieldNumber();
|
|
135691
|
+
switch (field) {
|
|
135692
|
+
case 1:
|
|
135693
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135694
|
+
msg.setDescription(value);
|
|
135695
|
+
break;
|
|
135696
|
+
case 2:
|
|
135697
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135698
|
+
msg.setCn(value);
|
|
135699
|
+
break;
|
|
135700
|
+
case 3:
|
|
135701
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135702
|
+
msg.setDriverVersion(value);
|
|
135703
|
+
break;
|
|
135704
|
+
case 4:
|
|
135705
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135706
|
+
msg.setServerName(value);
|
|
135707
|
+
break;
|
|
135708
|
+
case 5:
|
|
135709
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135710
|
+
msg.setDScorePropagationData(value);
|
|
135711
|
+
break;
|
|
135712
|
+
case 6:
|
|
135713
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135714
|
+
msg.setNtSecurityDescriptor(value);
|
|
135715
|
+
break;
|
|
135716
|
+
case 7:
|
|
135717
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135718
|
+
msg.setPrintStartTime(value);
|
|
135719
|
+
break;
|
|
135720
|
+
case 8:
|
|
135721
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135722
|
+
msg.addPrintBinNames(value);
|
|
135723
|
+
break;
|
|
135724
|
+
case 9:
|
|
135725
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
135726
|
+
msg.setPrintColor(value);
|
|
135727
|
+
break;
|
|
135728
|
+
case 10:
|
|
135729
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
135730
|
+
msg.setPrintKeepPrintedJobs(value);
|
|
135731
|
+
break;
|
|
135732
|
+
case 11:
|
|
135733
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135734
|
+
msg.setPrintSpooling(value);
|
|
135735
|
+
break;
|
|
135736
|
+
case 12:
|
|
135737
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
135738
|
+
msg.setPrintDuplexSupported(value);
|
|
135739
|
+
break;
|
|
135740
|
+
case 13:
|
|
135741
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135742
|
+
msg.setPrintMinYExtent(value);
|
|
135743
|
+
break;
|
|
135744
|
+
case 14:
|
|
135745
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135746
|
+
msg.setPrintMaxYExtent(value);
|
|
135747
|
+
break;
|
|
135748
|
+
case 15:
|
|
135749
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135750
|
+
msg.setPrintMinXExtent(value);
|
|
135751
|
+
break;
|
|
135752
|
+
case 16:
|
|
135753
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135754
|
+
msg.setPrintMaxXExtent(value);
|
|
135755
|
+
break;
|
|
135756
|
+
case 17:
|
|
135757
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135758
|
+
msg.setPrintMaxResolutionSupported(value);
|
|
135759
|
+
break;
|
|
135760
|
+
case 18:
|
|
135761
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135762
|
+
msg.setPrintPagesPerMinute(value);
|
|
135763
|
+
break;
|
|
135764
|
+
case 19:
|
|
135765
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
135766
|
+
msg.setPrintStaplingSupported(value);
|
|
135767
|
+
break;
|
|
135768
|
+
case 20:
|
|
135769
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135770
|
+
msg.setInstanceType(value);
|
|
135771
|
+
break;
|
|
135772
|
+
case 21:
|
|
135773
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
135774
|
+
msg.setPrintCollate(value);
|
|
135775
|
+
break;
|
|
135776
|
+
case 38:
|
|
135777
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135778
|
+
msg.setPrintRate(value);
|
|
135779
|
+
break;
|
|
135780
|
+
case 22:
|
|
135781
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135782
|
+
msg.setPrintRateUnit(value);
|
|
135783
|
+
break;
|
|
135784
|
+
case 23:
|
|
135785
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
135786
|
+
msg.setPrintEndTime(value);
|
|
135787
|
+
break;
|
|
135788
|
+
case 24:
|
|
135789
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135790
|
+
msg.setPortName(value);
|
|
135791
|
+
break;
|
|
135792
|
+
case 25:
|
|
135793
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135794
|
+
msg.setPriority(value);
|
|
135795
|
+
break;
|
|
135796
|
+
case 26:
|
|
135797
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135798
|
+
msg.setVersionNumber(value);
|
|
135799
|
+
break;
|
|
135800
|
+
case 27:
|
|
135801
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135802
|
+
msg.setPrinterName(value);
|
|
135803
|
+
break;
|
|
135804
|
+
case 28:
|
|
135805
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135806
|
+
msg.setShortServerName(value);
|
|
135807
|
+
break;
|
|
135808
|
+
case 29:
|
|
135809
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135810
|
+
msg.setPrintMediaReady(value);
|
|
135811
|
+
break;
|
|
135812
|
+
case 30:
|
|
135813
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135814
|
+
msg.addPrintMediaSupported(value);
|
|
135815
|
+
break;
|
|
135816
|
+
case 31:
|
|
135817
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135818
|
+
msg.setUncName(value);
|
|
135819
|
+
break;
|
|
135820
|
+
case 32:
|
|
135821
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135822
|
+
msg.setUsnChanged(value);
|
|
135823
|
+
break;
|
|
135824
|
+
case 33:
|
|
135825
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135826
|
+
msg.setUsnCreated(value);
|
|
135827
|
+
break;
|
|
135828
|
+
case 34:
|
|
135829
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135830
|
+
msg.setCategory(value);
|
|
135831
|
+
break;
|
|
135832
|
+
case 35:
|
|
135833
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135834
|
+
msg.setDriverName(value);
|
|
135835
|
+
break;
|
|
135836
|
+
case 36:
|
|
135837
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135838
|
+
msg.addPrintOrientationsSupported(value);
|
|
135839
|
+
break;
|
|
135840
|
+
case 37:
|
|
135841
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135842
|
+
msg.setPrintShareName(value);
|
|
135843
|
+
break;
|
|
135844
|
+
case 39:
|
|
135845
|
+
var value = /** @type {string} */ (reader.readString());
|
|
135846
|
+
msg.setIpAddress(value);
|
|
135847
|
+
break;
|
|
135848
|
+
default:
|
|
135849
|
+
reader.skipField();
|
|
135850
|
+
break;
|
|
135851
|
+
}
|
|
135852
|
+
}
|
|
135853
|
+
return msg;
|
|
135854
|
+
};
|
|
135855
|
+
|
|
135856
|
+
|
|
135857
|
+
/**
|
|
135858
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
135859
|
+
* @return {!Uint8Array}
|
|
135860
|
+
*/
|
|
135861
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.serializeBinary = function() {
|
|
135862
|
+
var writer = new jspb.BinaryWriter();
|
|
135863
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.serializeBinaryToWriter(this, writer);
|
|
135864
|
+
return writer.getResultBuffer();
|
|
135865
|
+
};
|
|
135866
|
+
|
|
135867
|
+
|
|
135868
|
+
/**
|
|
135869
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
135870
|
+
* format), writing to the given BinaryWriter.
|
|
135871
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} message
|
|
135872
|
+
* @param {!jspb.BinaryWriter} writer
|
|
135873
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
135874
|
+
*/
|
|
135875
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.serializeBinaryToWriter = function(message, writer) {
|
|
135876
|
+
var f = undefined;
|
|
135877
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
135878
|
+
if (f != null) {
|
|
135879
|
+
writer.writeString(
|
|
135880
|
+
1,
|
|
135881
|
+
f
|
|
135882
|
+
);
|
|
135883
|
+
}
|
|
135884
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
135885
|
+
if (f != null) {
|
|
135886
|
+
writer.writeString(
|
|
135887
|
+
2,
|
|
135888
|
+
f
|
|
135889
|
+
);
|
|
135890
|
+
}
|
|
135891
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 3));
|
|
135892
|
+
if (f != null) {
|
|
135893
|
+
writer.writeUint32(
|
|
135894
|
+
3,
|
|
135895
|
+
f
|
|
135896
|
+
);
|
|
135897
|
+
}
|
|
135898
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
135899
|
+
if (f != null) {
|
|
135900
|
+
writer.writeString(
|
|
135901
|
+
4,
|
|
135902
|
+
f
|
|
135903
|
+
);
|
|
135904
|
+
}
|
|
135905
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
135906
|
+
if (f != null) {
|
|
135907
|
+
writer.writeString(
|
|
135908
|
+
5,
|
|
135909
|
+
f
|
|
135910
|
+
);
|
|
135911
|
+
}
|
|
135912
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
135913
|
+
if (f != null) {
|
|
135914
|
+
writer.writeString(
|
|
135915
|
+
6,
|
|
135916
|
+
f
|
|
135917
|
+
);
|
|
135918
|
+
}
|
|
135919
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 7));
|
|
135920
|
+
if (f != null) {
|
|
135921
|
+
writer.writeUint32(
|
|
135922
|
+
7,
|
|
135923
|
+
f
|
|
135924
|
+
);
|
|
135925
|
+
}
|
|
135926
|
+
f = message.getPrintBinNamesList();
|
|
135927
|
+
if (f.length > 0) {
|
|
135928
|
+
writer.writeRepeatedString(
|
|
135929
|
+
8,
|
|
135930
|
+
f
|
|
135931
|
+
);
|
|
135932
|
+
}
|
|
135933
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 9));
|
|
135934
|
+
if (f != null) {
|
|
135935
|
+
writer.writeBool(
|
|
135936
|
+
9,
|
|
135937
|
+
f
|
|
135938
|
+
);
|
|
135939
|
+
}
|
|
135940
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 10));
|
|
135941
|
+
if (f != null) {
|
|
135942
|
+
writer.writeBool(
|
|
135943
|
+
10,
|
|
135944
|
+
f
|
|
135945
|
+
);
|
|
135946
|
+
}
|
|
135947
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 11));
|
|
135948
|
+
if (f != null) {
|
|
135949
|
+
writer.writeString(
|
|
135950
|
+
11,
|
|
135951
|
+
f
|
|
135952
|
+
);
|
|
135953
|
+
}
|
|
135954
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 12));
|
|
135955
|
+
if (f != null) {
|
|
135956
|
+
writer.writeBool(
|
|
135957
|
+
12,
|
|
135958
|
+
f
|
|
135959
|
+
);
|
|
135960
|
+
}
|
|
135961
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 13));
|
|
135962
|
+
if (f != null) {
|
|
135963
|
+
writer.writeUint32(
|
|
135964
|
+
13,
|
|
135965
|
+
f
|
|
135966
|
+
);
|
|
135967
|
+
}
|
|
135968
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 14));
|
|
135969
|
+
if (f != null) {
|
|
135970
|
+
writer.writeUint32(
|
|
135971
|
+
14,
|
|
135972
|
+
f
|
|
135973
|
+
);
|
|
135974
|
+
}
|
|
135975
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 15));
|
|
135976
|
+
if (f != null) {
|
|
135977
|
+
writer.writeUint32(
|
|
135978
|
+
15,
|
|
135979
|
+
f
|
|
135980
|
+
);
|
|
135981
|
+
}
|
|
135982
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 16));
|
|
135983
|
+
if (f != null) {
|
|
135984
|
+
writer.writeUint32(
|
|
135985
|
+
16,
|
|
135986
|
+
f
|
|
135987
|
+
);
|
|
135988
|
+
}
|
|
135989
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 17));
|
|
135990
|
+
if (f != null) {
|
|
135991
|
+
writer.writeUint32(
|
|
135992
|
+
17,
|
|
135993
|
+
f
|
|
135994
|
+
);
|
|
135995
|
+
}
|
|
135996
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 18));
|
|
135997
|
+
if (f != null) {
|
|
135998
|
+
writer.writeUint32(
|
|
135999
|
+
18,
|
|
136000
|
+
f
|
|
136001
|
+
);
|
|
136002
|
+
}
|
|
136003
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 19));
|
|
136004
|
+
if (f != null) {
|
|
136005
|
+
writer.writeBool(
|
|
136006
|
+
19,
|
|
136007
|
+
f
|
|
136008
|
+
);
|
|
136009
|
+
}
|
|
136010
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 20));
|
|
136011
|
+
if (f != null) {
|
|
136012
|
+
writer.writeUint32(
|
|
136013
|
+
20,
|
|
136014
|
+
f
|
|
136015
|
+
);
|
|
136016
|
+
}
|
|
136017
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 21));
|
|
136018
|
+
if (f != null) {
|
|
136019
|
+
writer.writeBool(
|
|
136020
|
+
21,
|
|
136021
|
+
f
|
|
136022
|
+
);
|
|
136023
|
+
}
|
|
136024
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 38));
|
|
136025
|
+
if (f != null) {
|
|
136026
|
+
writer.writeUint32(
|
|
136027
|
+
38,
|
|
136028
|
+
f
|
|
136029
|
+
);
|
|
136030
|
+
}
|
|
136031
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 22));
|
|
136032
|
+
if (f != null) {
|
|
136033
|
+
writer.writeString(
|
|
136034
|
+
22,
|
|
136035
|
+
f
|
|
136036
|
+
);
|
|
136037
|
+
}
|
|
136038
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 23));
|
|
136039
|
+
if (f != null) {
|
|
136040
|
+
writer.writeUint32(
|
|
136041
|
+
23,
|
|
136042
|
+
f
|
|
136043
|
+
);
|
|
136044
|
+
}
|
|
136045
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 24));
|
|
136046
|
+
if (f != null) {
|
|
136047
|
+
writer.writeString(
|
|
136048
|
+
24,
|
|
136049
|
+
f
|
|
136050
|
+
);
|
|
136051
|
+
}
|
|
136052
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 25));
|
|
136053
|
+
if (f != null) {
|
|
136054
|
+
writer.writeString(
|
|
136055
|
+
25,
|
|
136056
|
+
f
|
|
136057
|
+
);
|
|
136058
|
+
}
|
|
136059
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 26));
|
|
136060
|
+
if (f != null) {
|
|
136061
|
+
writer.writeString(
|
|
136062
|
+
26,
|
|
136063
|
+
f
|
|
136064
|
+
);
|
|
136065
|
+
}
|
|
136066
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 27));
|
|
136067
|
+
if (f != null) {
|
|
136068
|
+
writer.writeString(
|
|
136069
|
+
27,
|
|
136070
|
+
f
|
|
136071
|
+
);
|
|
136072
|
+
}
|
|
136073
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 28));
|
|
136074
|
+
if (f != null) {
|
|
136075
|
+
writer.writeString(
|
|
136076
|
+
28,
|
|
136077
|
+
f
|
|
136078
|
+
);
|
|
136079
|
+
}
|
|
136080
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 29));
|
|
136081
|
+
if (f != null) {
|
|
136082
|
+
writer.writeString(
|
|
136083
|
+
29,
|
|
136084
|
+
f
|
|
136085
|
+
);
|
|
136086
|
+
}
|
|
136087
|
+
f = message.getPrintMediaSupportedList();
|
|
136088
|
+
if (f.length > 0) {
|
|
136089
|
+
writer.writeRepeatedString(
|
|
136090
|
+
30,
|
|
136091
|
+
f
|
|
136092
|
+
);
|
|
136093
|
+
}
|
|
136094
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 31));
|
|
136095
|
+
if (f != null) {
|
|
136096
|
+
writer.writeString(
|
|
136097
|
+
31,
|
|
136098
|
+
f
|
|
136099
|
+
);
|
|
136100
|
+
}
|
|
136101
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 32));
|
|
136102
|
+
if (f != null) {
|
|
136103
|
+
writer.writeString(
|
|
136104
|
+
32,
|
|
136105
|
+
f
|
|
136106
|
+
);
|
|
136107
|
+
}
|
|
136108
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 33));
|
|
136109
|
+
if (f != null) {
|
|
136110
|
+
writer.writeString(
|
|
136111
|
+
33,
|
|
136112
|
+
f
|
|
136113
|
+
);
|
|
136114
|
+
}
|
|
136115
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 34));
|
|
136116
|
+
if (f != null) {
|
|
136117
|
+
writer.writeString(
|
|
136118
|
+
34,
|
|
136119
|
+
f
|
|
136120
|
+
);
|
|
136121
|
+
}
|
|
136122
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 35));
|
|
136123
|
+
if (f != null) {
|
|
136124
|
+
writer.writeString(
|
|
136125
|
+
35,
|
|
136126
|
+
f
|
|
136127
|
+
);
|
|
136128
|
+
}
|
|
136129
|
+
f = message.getPrintOrientationsSupportedList();
|
|
136130
|
+
if (f.length > 0) {
|
|
136131
|
+
writer.writeRepeatedString(
|
|
136132
|
+
36,
|
|
136133
|
+
f
|
|
136134
|
+
);
|
|
136135
|
+
}
|
|
136136
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 37));
|
|
136137
|
+
if (f != null) {
|
|
136138
|
+
writer.writeString(
|
|
136139
|
+
37,
|
|
136140
|
+
f
|
|
136141
|
+
);
|
|
136142
|
+
}
|
|
136143
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 39));
|
|
136144
|
+
if (f != null) {
|
|
136145
|
+
writer.writeString(
|
|
136146
|
+
39,
|
|
136147
|
+
f
|
|
136148
|
+
);
|
|
136149
|
+
}
|
|
136150
|
+
};
|
|
136151
|
+
|
|
136152
|
+
|
|
136153
|
+
/**
|
|
136154
|
+
* optional string description = 1;
|
|
136155
|
+
* @return {string}
|
|
136156
|
+
*/
|
|
136157
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getDescription = function() {
|
|
136158
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
136159
|
+
};
|
|
136160
|
+
|
|
136161
|
+
|
|
136162
|
+
/**
|
|
136163
|
+
* @param {string} value
|
|
136164
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136165
|
+
*/
|
|
136166
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setDescription = function(value) {
|
|
136167
|
+
return jspb.Message.setField(this, 1, value);
|
|
136168
|
+
};
|
|
136169
|
+
|
|
136170
|
+
|
|
136171
|
+
/**
|
|
136172
|
+
* Clears the field making it undefined.
|
|
136173
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136174
|
+
*/
|
|
136175
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearDescription = function() {
|
|
136176
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
136177
|
+
};
|
|
136178
|
+
|
|
136179
|
+
|
|
136180
|
+
/**
|
|
136181
|
+
* Returns whether this field is set.
|
|
136182
|
+
* @return {boolean}
|
|
136183
|
+
*/
|
|
136184
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasDescription = function() {
|
|
136185
|
+
return jspb.Message.getField(this, 1) != null;
|
|
136186
|
+
};
|
|
136187
|
+
|
|
136188
|
+
|
|
136189
|
+
/**
|
|
136190
|
+
* optional string cn = 2;
|
|
136191
|
+
* @return {string}
|
|
136192
|
+
*/
|
|
136193
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getCn = function() {
|
|
136194
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
136195
|
+
};
|
|
136196
|
+
|
|
136197
|
+
|
|
136198
|
+
/**
|
|
136199
|
+
* @param {string} value
|
|
136200
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136201
|
+
*/
|
|
136202
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setCn = function(value) {
|
|
136203
|
+
return jspb.Message.setField(this, 2, value);
|
|
136204
|
+
};
|
|
136205
|
+
|
|
136206
|
+
|
|
136207
|
+
/**
|
|
136208
|
+
* Clears the field making it undefined.
|
|
136209
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136210
|
+
*/
|
|
136211
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearCn = function() {
|
|
136212
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
136213
|
+
};
|
|
136214
|
+
|
|
136215
|
+
|
|
136216
|
+
/**
|
|
136217
|
+
* Returns whether this field is set.
|
|
136218
|
+
* @return {boolean}
|
|
136219
|
+
*/
|
|
136220
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasCn = function() {
|
|
136221
|
+
return jspb.Message.getField(this, 2) != null;
|
|
136222
|
+
};
|
|
136223
|
+
|
|
136224
|
+
|
|
136225
|
+
/**
|
|
136226
|
+
* optional uint32 driver_version = 3;
|
|
136227
|
+
* @return {number}
|
|
136228
|
+
*/
|
|
136229
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getDriverVersion = function() {
|
|
136230
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
136231
|
+
};
|
|
136232
|
+
|
|
136233
|
+
|
|
136234
|
+
/**
|
|
136235
|
+
* @param {number} value
|
|
136236
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136237
|
+
*/
|
|
136238
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setDriverVersion = function(value) {
|
|
136239
|
+
return jspb.Message.setField(this, 3, value);
|
|
136240
|
+
};
|
|
136241
|
+
|
|
136242
|
+
|
|
136243
|
+
/**
|
|
136244
|
+
* Clears the field making it undefined.
|
|
136245
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136246
|
+
*/
|
|
136247
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearDriverVersion = function() {
|
|
136248
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
136249
|
+
};
|
|
136250
|
+
|
|
136251
|
+
|
|
136252
|
+
/**
|
|
136253
|
+
* Returns whether this field is set.
|
|
136254
|
+
* @return {boolean}
|
|
136255
|
+
*/
|
|
136256
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasDriverVersion = function() {
|
|
136257
|
+
return jspb.Message.getField(this, 3) != null;
|
|
136258
|
+
};
|
|
136259
|
+
|
|
136260
|
+
|
|
136261
|
+
/**
|
|
136262
|
+
* optional string server_name = 4;
|
|
136263
|
+
* @return {string}
|
|
136264
|
+
*/
|
|
136265
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getServerName = function() {
|
|
136266
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
136267
|
+
};
|
|
136268
|
+
|
|
136269
|
+
|
|
136270
|
+
/**
|
|
136271
|
+
* @param {string} value
|
|
136272
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136273
|
+
*/
|
|
136274
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setServerName = function(value) {
|
|
136275
|
+
return jspb.Message.setField(this, 4, value);
|
|
136276
|
+
};
|
|
136277
|
+
|
|
136278
|
+
|
|
136279
|
+
/**
|
|
136280
|
+
* Clears the field making it undefined.
|
|
136281
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136282
|
+
*/
|
|
136283
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearServerName = function() {
|
|
136284
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
136285
|
+
};
|
|
136286
|
+
|
|
136287
|
+
|
|
136288
|
+
/**
|
|
136289
|
+
* Returns whether this field is set.
|
|
136290
|
+
* @return {boolean}
|
|
136291
|
+
*/
|
|
136292
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasServerName = function() {
|
|
136293
|
+
return jspb.Message.getField(this, 4) != null;
|
|
136294
|
+
};
|
|
136295
|
+
|
|
136296
|
+
|
|
136297
|
+
/**
|
|
136298
|
+
* optional string d_score_propagation_data = 5;
|
|
136299
|
+
* @return {string}
|
|
136300
|
+
*/
|
|
136301
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getDScorePropagationData = function() {
|
|
136302
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
136303
|
+
};
|
|
136304
|
+
|
|
136305
|
+
|
|
136306
|
+
/**
|
|
136307
|
+
* @param {string} value
|
|
136308
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136309
|
+
*/
|
|
136310
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setDScorePropagationData = function(value) {
|
|
136311
|
+
return jspb.Message.setField(this, 5, value);
|
|
136312
|
+
};
|
|
136313
|
+
|
|
136314
|
+
|
|
136315
|
+
/**
|
|
136316
|
+
* Clears the field making it undefined.
|
|
136317
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136318
|
+
*/
|
|
136319
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearDScorePropagationData = function() {
|
|
136320
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
136321
|
+
};
|
|
136322
|
+
|
|
136323
|
+
|
|
136324
|
+
/**
|
|
136325
|
+
* Returns whether this field is set.
|
|
136326
|
+
* @return {boolean}
|
|
136327
|
+
*/
|
|
136328
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasDScorePropagationData = function() {
|
|
136329
|
+
return jspb.Message.getField(this, 5) != null;
|
|
136330
|
+
};
|
|
136331
|
+
|
|
136332
|
+
|
|
136333
|
+
/**
|
|
136334
|
+
* optional string nt_security_descriptor = 6;
|
|
136335
|
+
* @return {string}
|
|
136336
|
+
*/
|
|
136337
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getNtSecurityDescriptor = function() {
|
|
136338
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
136339
|
+
};
|
|
136340
|
+
|
|
136341
|
+
|
|
136342
|
+
/**
|
|
136343
|
+
* @param {string} value
|
|
136344
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136345
|
+
*/
|
|
136346
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setNtSecurityDescriptor = function(value) {
|
|
136347
|
+
return jspb.Message.setField(this, 6, value);
|
|
136348
|
+
};
|
|
136349
|
+
|
|
136350
|
+
|
|
136351
|
+
/**
|
|
136352
|
+
* Clears the field making it undefined.
|
|
136353
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136354
|
+
*/
|
|
136355
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearNtSecurityDescriptor = function() {
|
|
136356
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
136357
|
+
};
|
|
136358
|
+
|
|
136359
|
+
|
|
136360
|
+
/**
|
|
136361
|
+
* Returns whether this field is set.
|
|
136362
|
+
* @return {boolean}
|
|
136363
|
+
*/
|
|
136364
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasNtSecurityDescriptor = function() {
|
|
136365
|
+
return jspb.Message.getField(this, 6) != null;
|
|
136366
|
+
};
|
|
136367
|
+
|
|
136368
|
+
|
|
136369
|
+
/**
|
|
136370
|
+
* optional uint32 print_start_time = 7;
|
|
136371
|
+
* @return {number}
|
|
136372
|
+
*/
|
|
136373
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintStartTime = function() {
|
|
136374
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
|
|
136375
|
+
};
|
|
136376
|
+
|
|
136377
|
+
|
|
136378
|
+
/**
|
|
136379
|
+
* @param {number} value
|
|
136380
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136381
|
+
*/
|
|
136382
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintStartTime = function(value) {
|
|
136383
|
+
return jspb.Message.setField(this, 7, value);
|
|
136384
|
+
};
|
|
136385
|
+
|
|
136386
|
+
|
|
136387
|
+
/**
|
|
136388
|
+
* Clears the field making it undefined.
|
|
136389
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136390
|
+
*/
|
|
136391
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintStartTime = function() {
|
|
136392
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
136393
|
+
};
|
|
136394
|
+
|
|
136395
|
+
|
|
136396
|
+
/**
|
|
136397
|
+
* Returns whether this field is set.
|
|
136398
|
+
* @return {boolean}
|
|
136399
|
+
*/
|
|
136400
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintStartTime = function() {
|
|
136401
|
+
return jspb.Message.getField(this, 7) != null;
|
|
136402
|
+
};
|
|
136403
|
+
|
|
136404
|
+
|
|
136405
|
+
/**
|
|
136406
|
+
* repeated string print_bin_names = 8;
|
|
136407
|
+
* @return {!Array<string>}
|
|
136408
|
+
*/
|
|
136409
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintBinNamesList = function() {
|
|
136410
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 8));
|
|
136411
|
+
};
|
|
136412
|
+
|
|
136413
|
+
|
|
136414
|
+
/**
|
|
136415
|
+
* @param {!Array<string>} value
|
|
136416
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136417
|
+
*/
|
|
136418
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintBinNamesList = function(value) {
|
|
136419
|
+
return jspb.Message.setField(this, 8, value || []);
|
|
136420
|
+
};
|
|
136421
|
+
|
|
136422
|
+
|
|
136423
|
+
/**
|
|
136424
|
+
* @param {string} value
|
|
136425
|
+
* @param {number=} opt_index
|
|
136426
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136427
|
+
*/
|
|
136428
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.addPrintBinNames = function(value, opt_index) {
|
|
136429
|
+
return jspb.Message.addToRepeatedField(this, 8, value, opt_index);
|
|
136430
|
+
};
|
|
136431
|
+
|
|
136432
|
+
|
|
136433
|
+
/**
|
|
136434
|
+
* Clears the list making it empty but non-null.
|
|
136435
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136436
|
+
*/
|
|
136437
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintBinNamesList = function() {
|
|
136438
|
+
return this.setPrintBinNamesList([]);
|
|
136439
|
+
};
|
|
136440
|
+
|
|
136441
|
+
|
|
136442
|
+
/**
|
|
136443
|
+
* optional bool print_color = 9;
|
|
136444
|
+
* @return {boolean}
|
|
136445
|
+
*/
|
|
136446
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintColor = function() {
|
|
136447
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false));
|
|
136448
|
+
};
|
|
136449
|
+
|
|
136450
|
+
|
|
136451
|
+
/**
|
|
136452
|
+
* @param {boolean} value
|
|
136453
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136454
|
+
*/
|
|
136455
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintColor = function(value) {
|
|
136456
|
+
return jspb.Message.setField(this, 9, value);
|
|
136457
|
+
};
|
|
136458
|
+
|
|
136459
|
+
|
|
136460
|
+
/**
|
|
136461
|
+
* Clears the field making it undefined.
|
|
136462
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136463
|
+
*/
|
|
136464
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintColor = function() {
|
|
136465
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
136466
|
+
};
|
|
136467
|
+
|
|
136468
|
+
|
|
136469
|
+
/**
|
|
136470
|
+
* Returns whether this field is set.
|
|
136471
|
+
* @return {boolean}
|
|
136472
|
+
*/
|
|
136473
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintColor = function() {
|
|
136474
|
+
return jspb.Message.getField(this, 9) != null;
|
|
136475
|
+
};
|
|
136476
|
+
|
|
136477
|
+
|
|
136478
|
+
/**
|
|
136479
|
+
* optional bool print_keep_printed_jobs = 10;
|
|
136480
|
+
* @return {boolean}
|
|
136481
|
+
*/
|
|
136482
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintKeepPrintedJobs = function() {
|
|
136483
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 10, false));
|
|
136484
|
+
};
|
|
136485
|
+
|
|
136486
|
+
|
|
136487
|
+
/**
|
|
136488
|
+
* @param {boolean} value
|
|
136489
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136490
|
+
*/
|
|
136491
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintKeepPrintedJobs = function(value) {
|
|
136492
|
+
return jspb.Message.setField(this, 10, value);
|
|
136493
|
+
};
|
|
136494
|
+
|
|
136495
|
+
|
|
136496
|
+
/**
|
|
136497
|
+
* Clears the field making it undefined.
|
|
136498
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136499
|
+
*/
|
|
136500
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintKeepPrintedJobs = function() {
|
|
136501
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
136502
|
+
};
|
|
136503
|
+
|
|
136504
|
+
|
|
136505
|
+
/**
|
|
136506
|
+
* Returns whether this field is set.
|
|
136507
|
+
* @return {boolean}
|
|
136508
|
+
*/
|
|
136509
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintKeepPrintedJobs = function() {
|
|
136510
|
+
return jspb.Message.getField(this, 10) != null;
|
|
136511
|
+
};
|
|
136512
|
+
|
|
136513
|
+
|
|
136514
|
+
/**
|
|
136515
|
+
* optional string print_spooling = 11;
|
|
136516
|
+
* @return {string}
|
|
136517
|
+
*/
|
|
136518
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintSpooling = function() {
|
|
136519
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
136520
|
+
};
|
|
136521
|
+
|
|
136522
|
+
|
|
136523
|
+
/**
|
|
136524
|
+
* @param {string} value
|
|
136525
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136526
|
+
*/
|
|
136527
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintSpooling = function(value) {
|
|
136528
|
+
return jspb.Message.setField(this, 11, value);
|
|
136529
|
+
};
|
|
136530
|
+
|
|
136531
|
+
|
|
136532
|
+
/**
|
|
136533
|
+
* Clears the field making it undefined.
|
|
136534
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136535
|
+
*/
|
|
136536
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintSpooling = function() {
|
|
136537
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
136538
|
+
};
|
|
136539
|
+
|
|
136540
|
+
|
|
136541
|
+
/**
|
|
136542
|
+
* Returns whether this field is set.
|
|
136543
|
+
* @return {boolean}
|
|
136544
|
+
*/
|
|
136545
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintSpooling = function() {
|
|
136546
|
+
return jspb.Message.getField(this, 11) != null;
|
|
136547
|
+
};
|
|
136548
|
+
|
|
136549
|
+
|
|
136550
|
+
/**
|
|
136551
|
+
* optional bool print_duplex_supported = 12;
|
|
136552
|
+
* @return {boolean}
|
|
136553
|
+
*/
|
|
136554
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintDuplexSupported = function() {
|
|
136555
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 12, false));
|
|
136556
|
+
};
|
|
136557
|
+
|
|
136558
|
+
|
|
136559
|
+
/**
|
|
136560
|
+
* @param {boolean} value
|
|
136561
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136562
|
+
*/
|
|
136563
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintDuplexSupported = function(value) {
|
|
136564
|
+
return jspb.Message.setField(this, 12, value);
|
|
136565
|
+
};
|
|
136566
|
+
|
|
136567
|
+
|
|
136568
|
+
/**
|
|
136569
|
+
* Clears the field making it undefined.
|
|
136570
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136571
|
+
*/
|
|
136572
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintDuplexSupported = function() {
|
|
136573
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
136574
|
+
};
|
|
136575
|
+
|
|
136576
|
+
|
|
136577
|
+
/**
|
|
136578
|
+
* Returns whether this field is set.
|
|
136579
|
+
* @return {boolean}
|
|
136580
|
+
*/
|
|
136581
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintDuplexSupported = function() {
|
|
136582
|
+
return jspb.Message.getField(this, 12) != null;
|
|
136583
|
+
};
|
|
136584
|
+
|
|
136585
|
+
|
|
136586
|
+
/**
|
|
136587
|
+
* optional uint32 print_min_y_extent = 13;
|
|
136588
|
+
* @return {number}
|
|
136589
|
+
*/
|
|
136590
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintMinYExtent = function() {
|
|
136591
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 13, 0));
|
|
136592
|
+
};
|
|
136593
|
+
|
|
136594
|
+
|
|
136595
|
+
/**
|
|
136596
|
+
* @param {number} value
|
|
136597
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136598
|
+
*/
|
|
136599
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintMinYExtent = function(value) {
|
|
136600
|
+
return jspb.Message.setField(this, 13, value);
|
|
136601
|
+
};
|
|
136602
|
+
|
|
136603
|
+
|
|
136604
|
+
/**
|
|
136605
|
+
* Clears the field making it undefined.
|
|
136606
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136607
|
+
*/
|
|
136608
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintMinYExtent = function() {
|
|
136609
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
136610
|
+
};
|
|
136611
|
+
|
|
136612
|
+
|
|
136613
|
+
/**
|
|
136614
|
+
* Returns whether this field is set.
|
|
136615
|
+
* @return {boolean}
|
|
136616
|
+
*/
|
|
136617
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintMinYExtent = function() {
|
|
136618
|
+
return jspb.Message.getField(this, 13) != null;
|
|
136619
|
+
};
|
|
136620
|
+
|
|
136621
|
+
|
|
136622
|
+
/**
|
|
136623
|
+
* optional uint32 print_max_y_extent = 14;
|
|
136624
|
+
* @return {number}
|
|
136625
|
+
*/
|
|
136626
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintMaxYExtent = function() {
|
|
136627
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0));
|
|
136628
|
+
};
|
|
136629
|
+
|
|
136630
|
+
|
|
136631
|
+
/**
|
|
136632
|
+
* @param {number} value
|
|
136633
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136634
|
+
*/
|
|
136635
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintMaxYExtent = function(value) {
|
|
136636
|
+
return jspb.Message.setField(this, 14, value);
|
|
136637
|
+
};
|
|
136638
|
+
|
|
136639
|
+
|
|
136640
|
+
/**
|
|
136641
|
+
* Clears the field making it undefined.
|
|
136642
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136643
|
+
*/
|
|
136644
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintMaxYExtent = function() {
|
|
136645
|
+
return jspb.Message.setField(this, 14, undefined);
|
|
136646
|
+
};
|
|
136647
|
+
|
|
136648
|
+
|
|
136649
|
+
/**
|
|
136650
|
+
* Returns whether this field is set.
|
|
136651
|
+
* @return {boolean}
|
|
136652
|
+
*/
|
|
136653
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintMaxYExtent = function() {
|
|
136654
|
+
return jspb.Message.getField(this, 14) != null;
|
|
136655
|
+
};
|
|
136656
|
+
|
|
136657
|
+
|
|
136658
|
+
/**
|
|
136659
|
+
* optional uint32 print_min_x_extent = 15;
|
|
136660
|
+
* @return {number}
|
|
136661
|
+
*/
|
|
136662
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintMinXExtent = function() {
|
|
136663
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 15, 0));
|
|
136664
|
+
};
|
|
136665
|
+
|
|
136666
|
+
|
|
136667
|
+
/**
|
|
136668
|
+
* @param {number} value
|
|
136669
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136670
|
+
*/
|
|
136671
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintMinXExtent = function(value) {
|
|
136672
|
+
return jspb.Message.setField(this, 15, value);
|
|
136673
|
+
};
|
|
136674
|
+
|
|
136675
|
+
|
|
136676
|
+
/**
|
|
136677
|
+
* Clears the field making it undefined.
|
|
136678
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136679
|
+
*/
|
|
136680
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintMinXExtent = function() {
|
|
136681
|
+
return jspb.Message.setField(this, 15, undefined);
|
|
136682
|
+
};
|
|
136683
|
+
|
|
136684
|
+
|
|
136685
|
+
/**
|
|
136686
|
+
* Returns whether this field is set.
|
|
136687
|
+
* @return {boolean}
|
|
136688
|
+
*/
|
|
136689
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintMinXExtent = function() {
|
|
136690
|
+
return jspb.Message.getField(this, 15) != null;
|
|
136691
|
+
};
|
|
136692
|
+
|
|
136693
|
+
|
|
136694
|
+
/**
|
|
136695
|
+
* optional uint32 print_max_x_extent = 16;
|
|
136696
|
+
* @return {number}
|
|
136697
|
+
*/
|
|
136698
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintMaxXExtent = function() {
|
|
136699
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 16, 0));
|
|
136700
|
+
};
|
|
136701
|
+
|
|
136702
|
+
|
|
136703
|
+
/**
|
|
136704
|
+
* @param {number} value
|
|
136705
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136706
|
+
*/
|
|
136707
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintMaxXExtent = function(value) {
|
|
136708
|
+
return jspb.Message.setField(this, 16, value);
|
|
136709
|
+
};
|
|
136710
|
+
|
|
136711
|
+
|
|
136712
|
+
/**
|
|
136713
|
+
* Clears the field making it undefined.
|
|
136714
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136715
|
+
*/
|
|
136716
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintMaxXExtent = function() {
|
|
136717
|
+
return jspb.Message.setField(this, 16, undefined);
|
|
136718
|
+
};
|
|
136719
|
+
|
|
136720
|
+
|
|
136721
|
+
/**
|
|
136722
|
+
* Returns whether this field is set.
|
|
136723
|
+
* @return {boolean}
|
|
136724
|
+
*/
|
|
136725
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintMaxXExtent = function() {
|
|
136726
|
+
return jspb.Message.getField(this, 16) != null;
|
|
136727
|
+
};
|
|
136728
|
+
|
|
136729
|
+
|
|
136730
|
+
/**
|
|
136731
|
+
* optional uint32 print_max_resolution_supported = 17;
|
|
136732
|
+
* @return {number}
|
|
136733
|
+
*/
|
|
136734
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintMaxResolutionSupported = function() {
|
|
136735
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0));
|
|
136736
|
+
};
|
|
136737
|
+
|
|
136738
|
+
|
|
136739
|
+
/**
|
|
136740
|
+
* @param {number} value
|
|
136741
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136742
|
+
*/
|
|
136743
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintMaxResolutionSupported = function(value) {
|
|
136744
|
+
return jspb.Message.setField(this, 17, value);
|
|
136745
|
+
};
|
|
136746
|
+
|
|
136747
|
+
|
|
136748
|
+
/**
|
|
136749
|
+
* Clears the field making it undefined.
|
|
136750
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136751
|
+
*/
|
|
136752
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintMaxResolutionSupported = function() {
|
|
136753
|
+
return jspb.Message.setField(this, 17, undefined);
|
|
136754
|
+
};
|
|
136755
|
+
|
|
136756
|
+
|
|
136757
|
+
/**
|
|
136758
|
+
* Returns whether this field is set.
|
|
136759
|
+
* @return {boolean}
|
|
136760
|
+
*/
|
|
136761
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintMaxResolutionSupported = function() {
|
|
136762
|
+
return jspb.Message.getField(this, 17) != null;
|
|
136763
|
+
};
|
|
136764
|
+
|
|
136765
|
+
|
|
136766
|
+
/**
|
|
136767
|
+
* optional uint32 print_pages_per_minute = 18;
|
|
136768
|
+
* @return {number}
|
|
136769
|
+
*/
|
|
136770
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintPagesPerMinute = function() {
|
|
136771
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 18, 0));
|
|
136772
|
+
};
|
|
136773
|
+
|
|
136774
|
+
|
|
136775
|
+
/**
|
|
136776
|
+
* @param {number} value
|
|
136777
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136778
|
+
*/
|
|
136779
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintPagesPerMinute = function(value) {
|
|
136780
|
+
return jspb.Message.setField(this, 18, value);
|
|
136781
|
+
};
|
|
136782
|
+
|
|
136783
|
+
|
|
136784
|
+
/**
|
|
136785
|
+
* Clears the field making it undefined.
|
|
136786
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136787
|
+
*/
|
|
136788
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintPagesPerMinute = function() {
|
|
136789
|
+
return jspb.Message.setField(this, 18, undefined);
|
|
136790
|
+
};
|
|
136791
|
+
|
|
136792
|
+
|
|
136793
|
+
/**
|
|
136794
|
+
* Returns whether this field is set.
|
|
136795
|
+
* @return {boolean}
|
|
136796
|
+
*/
|
|
136797
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintPagesPerMinute = function() {
|
|
136798
|
+
return jspb.Message.getField(this, 18) != null;
|
|
136799
|
+
};
|
|
136800
|
+
|
|
136801
|
+
|
|
136802
|
+
/**
|
|
136803
|
+
* optional bool print_stapling_supported = 19;
|
|
136804
|
+
* @return {boolean}
|
|
136805
|
+
*/
|
|
136806
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintStaplingSupported = function() {
|
|
136807
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 19, false));
|
|
136808
|
+
};
|
|
136809
|
+
|
|
136810
|
+
|
|
136811
|
+
/**
|
|
136812
|
+
* @param {boolean} value
|
|
136813
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136814
|
+
*/
|
|
136815
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintStaplingSupported = function(value) {
|
|
136816
|
+
return jspb.Message.setField(this, 19, value);
|
|
136817
|
+
};
|
|
136818
|
+
|
|
136819
|
+
|
|
136820
|
+
/**
|
|
136821
|
+
* Clears the field making it undefined.
|
|
136822
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136823
|
+
*/
|
|
136824
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintStaplingSupported = function() {
|
|
136825
|
+
return jspb.Message.setField(this, 19, undefined);
|
|
136826
|
+
};
|
|
136827
|
+
|
|
136828
|
+
|
|
136829
|
+
/**
|
|
136830
|
+
* Returns whether this field is set.
|
|
136831
|
+
* @return {boolean}
|
|
136832
|
+
*/
|
|
136833
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintStaplingSupported = function() {
|
|
136834
|
+
return jspb.Message.getField(this, 19) != null;
|
|
136835
|
+
};
|
|
136836
|
+
|
|
136837
|
+
|
|
136838
|
+
/**
|
|
136839
|
+
* optional uint32 instance_type = 20;
|
|
136840
|
+
* @return {number}
|
|
136841
|
+
*/
|
|
136842
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getInstanceType = function() {
|
|
136843
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 20, 0));
|
|
136844
|
+
};
|
|
136845
|
+
|
|
136846
|
+
|
|
136847
|
+
/**
|
|
136848
|
+
* @param {number} value
|
|
136849
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136850
|
+
*/
|
|
136851
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setInstanceType = function(value) {
|
|
136852
|
+
return jspb.Message.setField(this, 20, value);
|
|
136853
|
+
};
|
|
136854
|
+
|
|
136855
|
+
|
|
136856
|
+
/**
|
|
136857
|
+
* Clears the field making it undefined.
|
|
136858
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136859
|
+
*/
|
|
136860
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearInstanceType = function() {
|
|
136861
|
+
return jspb.Message.setField(this, 20, undefined);
|
|
136862
|
+
};
|
|
136863
|
+
|
|
136864
|
+
|
|
136865
|
+
/**
|
|
136866
|
+
* Returns whether this field is set.
|
|
136867
|
+
* @return {boolean}
|
|
136868
|
+
*/
|
|
136869
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasInstanceType = function() {
|
|
136870
|
+
return jspb.Message.getField(this, 20) != null;
|
|
136871
|
+
};
|
|
136872
|
+
|
|
136873
|
+
|
|
136874
|
+
/**
|
|
136875
|
+
* optional bool print_collate = 21;
|
|
136876
|
+
* @return {boolean}
|
|
136877
|
+
*/
|
|
136878
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintCollate = function() {
|
|
136879
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 21, false));
|
|
136880
|
+
};
|
|
136881
|
+
|
|
136882
|
+
|
|
136883
|
+
/**
|
|
136884
|
+
* @param {boolean} value
|
|
136885
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136886
|
+
*/
|
|
136887
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintCollate = function(value) {
|
|
136888
|
+
return jspb.Message.setField(this, 21, value);
|
|
136889
|
+
};
|
|
136890
|
+
|
|
136891
|
+
|
|
136892
|
+
/**
|
|
136893
|
+
* Clears the field making it undefined.
|
|
136894
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136895
|
+
*/
|
|
136896
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintCollate = function() {
|
|
136897
|
+
return jspb.Message.setField(this, 21, undefined);
|
|
136898
|
+
};
|
|
136899
|
+
|
|
136900
|
+
|
|
136901
|
+
/**
|
|
136902
|
+
* Returns whether this field is set.
|
|
136903
|
+
* @return {boolean}
|
|
136904
|
+
*/
|
|
136905
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintCollate = function() {
|
|
136906
|
+
return jspb.Message.getField(this, 21) != null;
|
|
136907
|
+
};
|
|
136908
|
+
|
|
136909
|
+
|
|
136910
|
+
/**
|
|
136911
|
+
* optional uint32 print_rate = 38;
|
|
136912
|
+
* @return {number}
|
|
136913
|
+
*/
|
|
136914
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintRate = function() {
|
|
136915
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 38, 0));
|
|
136916
|
+
};
|
|
136917
|
+
|
|
136918
|
+
|
|
136919
|
+
/**
|
|
136920
|
+
* @param {number} value
|
|
136921
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136922
|
+
*/
|
|
136923
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintRate = function(value) {
|
|
136924
|
+
return jspb.Message.setField(this, 38, value);
|
|
136925
|
+
};
|
|
136926
|
+
|
|
136927
|
+
|
|
136928
|
+
/**
|
|
136929
|
+
* Clears the field making it undefined.
|
|
136930
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136931
|
+
*/
|
|
136932
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintRate = function() {
|
|
136933
|
+
return jspb.Message.setField(this, 38, undefined);
|
|
136934
|
+
};
|
|
136935
|
+
|
|
136936
|
+
|
|
136937
|
+
/**
|
|
136938
|
+
* Returns whether this field is set.
|
|
136939
|
+
* @return {boolean}
|
|
136940
|
+
*/
|
|
136941
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintRate = function() {
|
|
136942
|
+
return jspb.Message.getField(this, 38) != null;
|
|
136943
|
+
};
|
|
136944
|
+
|
|
136945
|
+
|
|
136946
|
+
/**
|
|
136947
|
+
* optional string print_rate_unit = 22;
|
|
136948
|
+
* @return {string}
|
|
136949
|
+
*/
|
|
136950
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintRateUnit = function() {
|
|
136951
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 22, ""));
|
|
136952
|
+
};
|
|
136953
|
+
|
|
136954
|
+
|
|
136955
|
+
/**
|
|
136956
|
+
* @param {string} value
|
|
136957
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136958
|
+
*/
|
|
136959
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintRateUnit = function(value) {
|
|
136960
|
+
return jspb.Message.setField(this, 22, value);
|
|
136961
|
+
};
|
|
136962
|
+
|
|
136963
|
+
|
|
136964
|
+
/**
|
|
136965
|
+
* Clears the field making it undefined.
|
|
136966
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136967
|
+
*/
|
|
136968
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintRateUnit = function() {
|
|
136969
|
+
return jspb.Message.setField(this, 22, undefined);
|
|
136970
|
+
};
|
|
136971
|
+
|
|
136972
|
+
|
|
136973
|
+
/**
|
|
136974
|
+
* Returns whether this field is set.
|
|
136975
|
+
* @return {boolean}
|
|
136976
|
+
*/
|
|
136977
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintRateUnit = function() {
|
|
136978
|
+
return jspb.Message.getField(this, 22) != null;
|
|
136979
|
+
};
|
|
136980
|
+
|
|
136981
|
+
|
|
136982
|
+
/**
|
|
136983
|
+
* optional uint32 print_end_time = 23;
|
|
136984
|
+
* @return {number}
|
|
136985
|
+
*/
|
|
136986
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintEndTime = function() {
|
|
136987
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 23, 0));
|
|
136988
|
+
};
|
|
136989
|
+
|
|
136990
|
+
|
|
136991
|
+
/**
|
|
136992
|
+
* @param {number} value
|
|
136993
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
136994
|
+
*/
|
|
136995
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintEndTime = function(value) {
|
|
136996
|
+
return jspb.Message.setField(this, 23, value);
|
|
136997
|
+
};
|
|
136998
|
+
|
|
136999
|
+
|
|
137000
|
+
/**
|
|
137001
|
+
* Clears the field making it undefined.
|
|
137002
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137003
|
+
*/
|
|
137004
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintEndTime = function() {
|
|
137005
|
+
return jspb.Message.setField(this, 23, undefined);
|
|
137006
|
+
};
|
|
137007
|
+
|
|
137008
|
+
|
|
137009
|
+
/**
|
|
137010
|
+
* Returns whether this field is set.
|
|
137011
|
+
* @return {boolean}
|
|
137012
|
+
*/
|
|
137013
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintEndTime = function() {
|
|
137014
|
+
return jspb.Message.getField(this, 23) != null;
|
|
137015
|
+
};
|
|
137016
|
+
|
|
137017
|
+
|
|
137018
|
+
/**
|
|
137019
|
+
* optional string port_name = 24;
|
|
137020
|
+
* @return {string}
|
|
137021
|
+
*/
|
|
137022
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPortName = function() {
|
|
137023
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 24, ""));
|
|
137024
|
+
};
|
|
137025
|
+
|
|
137026
|
+
|
|
137027
|
+
/**
|
|
137028
|
+
* @param {string} value
|
|
137029
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137030
|
+
*/
|
|
137031
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPortName = function(value) {
|
|
137032
|
+
return jspb.Message.setField(this, 24, value);
|
|
137033
|
+
};
|
|
137034
|
+
|
|
137035
|
+
|
|
137036
|
+
/**
|
|
137037
|
+
* Clears the field making it undefined.
|
|
137038
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137039
|
+
*/
|
|
137040
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPortName = function() {
|
|
137041
|
+
return jspb.Message.setField(this, 24, undefined);
|
|
137042
|
+
};
|
|
137043
|
+
|
|
137044
|
+
|
|
137045
|
+
/**
|
|
137046
|
+
* Returns whether this field is set.
|
|
137047
|
+
* @return {boolean}
|
|
137048
|
+
*/
|
|
137049
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPortName = function() {
|
|
137050
|
+
return jspb.Message.getField(this, 24) != null;
|
|
137051
|
+
};
|
|
137052
|
+
|
|
137053
|
+
|
|
137054
|
+
/**
|
|
137055
|
+
* optional string priority = 25;
|
|
137056
|
+
* @return {string}
|
|
137057
|
+
*/
|
|
137058
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPriority = function() {
|
|
137059
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
|
|
137060
|
+
};
|
|
137061
|
+
|
|
137062
|
+
|
|
137063
|
+
/**
|
|
137064
|
+
* @param {string} value
|
|
137065
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137066
|
+
*/
|
|
137067
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPriority = function(value) {
|
|
137068
|
+
return jspb.Message.setField(this, 25, value);
|
|
137069
|
+
};
|
|
137070
|
+
|
|
137071
|
+
|
|
137072
|
+
/**
|
|
137073
|
+
* Clears the field making it undefined.
|
|
137074
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137075
|
+
*/
|
|
137076
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPriority = function() {
|
|
137077
|
+
return jspb.Message.setField(this, 25, undefined);
|
|
137078
|
+
};
|
|
137079
|
+
|
|
137080
|
+
|
|
137081
|
+
/**
|
|
137082
|
+
* Returns whether this field is set.
|
|
137083
|
+
* @return {boolean}
|
|
137084
|
+
*/
|
|
137085
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPriority = function() {
|
|
137086
|
+
return jspb.Message.getField(this, 25) != null;
|
|
137087
|
+
};
|
|
137088
|
+
|
|
137089
|
+
|
|
137090
|
+
/**
|
|
137091
|
+
* optional string version_number = 26;
|
|
137092
|
+
* @return {string}
|
|
137093
|
+
*/
|
|
137094
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getVersionNumber = function() {
|
|
137095
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, ""));
|
|
137096
|
+
};
|
|
137097
|
+
|
|
137098
|
+
|
|
137099
|
+
/**
|
|
137100
|
+
* @param {string} value
|
|
137101
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137102
|
+
*/
|
|
137103
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setVersionNumber = function(value) {
|
|
137104
|
+
return jspb.Message.setField(this, 26, value);
|
|
137105
|
+
};
|
|
137106
|
+
|
|
137107
|
+
|
|
137108
|
+
/**
|
|
137109
|
+
* Clears the field making it undefined.
|
|
137110
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137111
|
+
*/
|
|
137112
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearVersionNumber = function() {
|
|
137113
|
+
return jspb.Message.setField(this, 26, undefined);
|
|
137114
|
+
};
|
|
137115
|
+
|
|
137116
|
+
|
|
137117
|
+
/**
|
|
137118
|
+
* Returns whether this field is set.
|
|
137119
|
+
* @return {boolean}
|
|
137120
|
+
*/
|
|
137121
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasVersionNumber = function() {
|
|
137122
|
+
return jspb.Message.getField(this, 26) != null;
|
|
137123
|
+
};
|
|
137124
|
+
|
|
137125
|
+
|
|
137126
|
+
/**
|
|
137127
|
+
* optional string printer_name = 27;
|
|
137128
|
+
* @return {string}
|
|
137129
|
+
*/
|
|
137130
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrinterName = function() {
|
|
137131
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 27, ""));
|
|
137132
|
+
};
|
|
137133
|
+
|
|
137134
|
+
|
|
137135
|
+
/**
|
|
137136
|
+
* @param {string} value
|
|
137137
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137138
|
+
*/
|
|
137139
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrinterName = function(value) {
|
|
137140
|
+
return jspb.Message.setField(this, 27, value);
|
|
137141
|
+
};
|
|
137142
|
+
|
|
137143
|
+
|
|
137144
|
+
/**
|
|
137145
|
+
* Clears the field making it undefined.
|
|
137146
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137147
|
+
*/
|
|
137148
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrinterName = function() {
|
|
137149
|
+
return jspb.Message.setField(this, 27, undefined);
|
|
137150
|
+
};
|
|
137151
|
+
|
|
137152
|
+
|
|
137153
|
+
/**
|
|
137154
|
+
* Returns whether this field is set.
|
|
137155
|
+
* @return {boolean}
|
|
137156
|
+
*/
|
|
137157
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrinterName = function() {
|
|
137158
|
+
return jspb.Message.getField(this, 27) != null;
|
|
137159
|
+
};
|
|
137160
|
+
|
|
137161
|
+
|
|
137162
|
+
/**
|
|
137163
|
+
* optional string short_server_name = 28;
|
|
137164
|
+
* @return {string}
|
|
137165
|
+
*/
|
|
137166
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getShortServerName = function() {
|
|
137167
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 28, ""));
|
|
137168
|
+
};
|
|
137169
|
+
|
|
137170
|
+
|
|
137171
|
+
/**
|
|
137172
|
+
* @param {string} value
|
|
137173
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137174
|
+
*/
|
|
137175
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setShortServerName = function(value) {
|
|
137176
|
+
return jspb.Message.setField(this, 28, value);
|
|
137177
|
+
};
|
|
137178
|
+
|
|
137179
|
+
|
|
137180
|
+
/**
|
|
137181
|
+
* Clears the field making it undefined.
|
|
137182
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137183
|
+
*/
|
|
137184
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearShortServerName = function() {
|
|
137185
|
+
return jspb.Message.setField(this, 28, undefined);
|
|
137186
|
+
};
|
|
137187
|
+
|
|
137188
|
+
|
|
137189
|
+
/**
|
|
137190
|
+
* Returns whether this field is set.
|
|
137191
|
+
* @return {boolean}
|
|
137192
|
+
*/
|
|
137193
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasShortServerName = function() {
|
|
137194
|
+
return jspb.Message.getField(this, 28) != null;
|
|
137195
|
+
};
|
|
137196
|
+
|
|
137197
|
+
|
|
137198
|
+
/**
|
|
137199
|
+
* optional string print_media_ready = 29;
|
|
137200
|
+
* @return {string}
|
|
137201
|
+
*/
|
|
137202
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintMediaReady = function() {
|
|
137203
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 29, ""));
|
|
137204
|
+
};
|
|
137205
|
+
|
|
137206
|
+
|
|
137207
|
+
/**
|
|
137208
|
+
* @param {string} value
|
|
137209
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137210
|
+
*/
|
|
137211
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintMediaReady = function(value) {
|
|
137212
|
+
return jspb.Message.setField(this, 29, value);
|
|
137213
|
+
};
|
|
137214
|
+
|
|
137215
|
+
|
|
137216
|
+
/**
|
|
137217
|
+
* Clears the field making it undefined.
|
|
137218
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137219
|
+
*/
|
|
137220
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintMediaReady = function() {
|
|
137221
|
+
return jspb.Message.setField(this, 29, undefined);
|
|
137222
|
+
};
|
|
137223
|
+
|
|
137224
|
+
|
|
137225
|
+
/**
|
|
137226
|
+
* Returns whether this field is set.
|
|
137227
|
+
* @return {boolean}
|
|
137228
|
+
*/
|
|
137229
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintMediaReady = function() {
|
|
137230
|
+
return jspb.Message.getField(this, 29) != null;
|
|
137231
|
+
};
|
|
137232
|
+
|
|
137233
|
+
|
|
137234
|
+
/**
|
|
137235
|
+
* repeated string print_media_supported = 30;
|
|
137236
|
+
* @return {!Array<string>}
|
|
137237
|
+
*/
|
|
137238
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintMediaSupportedList = function() {
|
|
137239
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 30));
|
|
137240
|
+
};
|
|
137241
|
+
|
|
137242
|
+
|
|
137243
|
+
/**
|
|
137244
|
+
* @param {!Array<string>} value
|
|
137245
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137246
|
+
*/
|
|
137247
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintMediaSupportedList = function(value) {
|
|
137248
|
+
return jspb.Message.setField(this, 30, value || []);
|
|
137249
|
+
};
|
|
137250
|
+
|
|
137251
|
+
|
|
137252
|
+
/**
|
|
137253
|
+
* @param {string} value
|
|
137254
|
+
* @param {number=} opt_index
|
|
137255
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137256
|
+
*/
|
|
137257
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.addPrintMediaSupported = function(value, opt_index) {
|
|
137258
|
+
return jspb.Message.addToRepeatedField(this, 30, value, opt_index);
|
|
137259
|
+
};
|
|
137260
|
+
|
|
137261
|
+
|
|
137262
|
+
/**
|
|
137263
|
+
* Clears the list making it empty but non-null.
|
|
137264
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137265
|
+
*/
|
|
137266
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintMediaSupportedList = function() {
|
|
137267
|
+
return this.setPrintMediaSupportedList([]);
|
|
137268
|
+
};
|
|
137269
|
+
|
|
137270
|
+
|
|
137271
|
+
/**
|
|
137272
|
+
* optional string unc_name = 31;
|
|
137273
|
+
* @return {string}
|
|
137274
|
+
*/
|
|
137275
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getUncName = function() {
|
|
137276
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 31, ""));
|
|
137277
|
+
};
|
|
137278
|
+
|
|
137279
|
+
|
|
137280
|
+
/**
|
|
137281
|
+
* @param {string} value
|
|
137282
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137283
|
+
*/
|
|
137284
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setUncName = function(value) {
|
|
137285
|
+
return jspb.Message.setField(this, 31, value);
|
|
137286
|
+
};
|
|
137287
|
+
|
|
137288
|
+
|
|
137289
|
+
/**
|
|
137290
|
+
* Clears the field making it undefined.
|
|
137291
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137292
|
+
*/
|
|
137293
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearUncName = function() {
|
|
137294
|
+
return jspb.Message.setField(this, 31, undefined);
|
|
137295
|
+
};
|
|
137296
|
+
|
|
137297
|
+
|
|
137298
|
+
/**
|
|
137299
|
+
* Returns whether this field is set.
|
|
137300
|
+
* @return {boolean}
|
|
137301
|
+
*/
|
|
137302
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasUncName = function() {
|
|
137303
|
+
return jspb.Message.getField(this, 31) != null;
|
|
137304
|
+
};
|
|
137305
|
+
|
|
137306
|
+
|
|
137307
|
+
/**
|
|
137308
|
+
* optional string usn_changed = 32;
|
|
137309
|
+
* @return {string}
|
|
137310
|
+
*/
|
|
137311
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getUsnChanged = function() {
|
|
137312
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 32, ""));
|
|
137313
|
+
};
|
|
137314
|
+
|
|
137315
|
+
|
|
137316
|
+
/**
|
|
137317
|
+
* @param {string} value
|
|
137318
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137319
|
+
*/
|
|
137320
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setUsnChanged = function(value) {
|
|
137321
|
+
return jspb.Message.setField(this, 32, value);
|
|
137322
|
+
};
|
|
137323
|
+
|
|
137324
|
+
|
|
137325
|
+
/**
|
|
137326
|
+
* Clears the field making it undefined.
|
|
137327
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137328
|
+
*/
|
|
137329
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearUsnChanged = function() {
|
|
137330
|
+
return jspb.Message.setField(this, 32, undefined);
|
|
137331
|
+
};
|
|
137332
|
+
|
|
137333
|
+
|
|
137334
|
+
/**
|
|
137335
|
+
* Returns whether this field is set.
|
|
137336
|
+
* @return {boolean}
|
|
137337
|
+
*/
|
|
137338
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasUsnChanged = function() {
|
|
137339
|
+
return jspb.Message.getField(this, 32) != null;
|
|
137340
|
+
};
|
|
137341
|
+
|
|
137342
|
+
|
|
137343
|
+
/**
|
|
137344
|
+
* optional string usn_created = 33;
|
|
137345
|
+
* @return {string}
|
|
137346
|
+
*/
|
|
137347
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getUsnCreated = function() {
|
|
137348
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 33, ""));
|
|
137349
|
+
};
|
|
137350
|
+
|
|
137351
|
+
|
|
137352
|
+
/**
|
|
137353
|
+
* @param {string} value
|
|
137354
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137355
|
+
*/
|
|
137356
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setUsnCreated = function(value) {
|
|
137357
|
+
return jspb.Message.setField(this, 33, value);
|
|
137358
|
+
};
|
|
137359
|
+
|
|
137360
|
+
|
|
137361
|
+
/**
|
|
137362
|
+
* Clears the field making it undefined.
|
|
137363
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137364
|
+
*/
|
|
137365
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearUsnCreated = function() {
|
|
137366
|
+
return jspb.Message.setField(this, 33, undefined);
|
|
137367
|
+
};
|
|
137368
|
+
|
|
137369
|
+
|
|
137370
|
+
/**
|
|
137371
|
+
* Returns whether this field is set.
|
|
137372
|
+
* @return {boolean}
|
|
137373
|
+
*/
|
|
137374
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasUsnCreated = function() {
|
|
137375
|
+
return jspb.Message.getField(this, 33) != null;
|
|
137376
|
+
};
|
|
137377
|
+
|
|
137378
|
+
|
|
137379
|
+
/**
|
|
137380
|
+
* optional string category = 34;
|
|
137381
|
+
* @return {string}
|
|
137382
|
+
*/
|
|
137383
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getCategory = function() {
|
|
137384
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 34, ""));
|
|
137385
|
+
};
|
|
137386
|
+
|
|
137387
|
+
|
|
137388
|
+
/**
|
|
137389
|
+
* @param {string} value
|
|
137390
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137391
|
+
*/
|
|
137392
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setCategory = function(value) {
|
|
137393
|
+
return jspb.Message.setField(this, 34, value);
|
|
137394
|
+
};
|
|
137395
|
+
|
|
137396
|
+
|
|
137397
|
+
/**
|
|
137398
|
+
* Clears the field making it undefined.
|
|
137399
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137400
|
+
*/
|
|
137401
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearCategory = function() {
|
|
137402
|
+
return jspb.Message.setField(this, 34, undefined);
|
|
137403
|
+
};
|
|
137404
|
+
|
|
137405
|
+
|
|
137406
|
+
/**
|
|
137407
|
+
* Returns whether this field is set.
|
|
137408
|
+
* @return {boolean}
|
|
137409
|
+
*/
|
|
137410
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasCategory = function() {
|
|
137411
|
+
return jspb.Message.getField(this, 34) != null;
|
|
137412
|
+
};
|
|
137413
|
+
|
|
137414
|
+
|
|
137415
|
+
/**
|
|
137416
|
+
* optional string driver_name = 35;
|
|
137417
|
+
* @return {string}
|
|
137418
|
+
*/
|
|
137419
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getDriverName = function() {
|
|
137420
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 35, ""));
|
|
137421
|
+
};
|
|
137422
|
+
|
|
137423
|
+
|
|
137424
|
+
/**
|
|
137425
|
+
* @param {string} value
|
|
137426
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137427
|
+
*/
|
|
137428
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setDriverName = function(value) {
|
|
137429
|
+
return jspb.Message.setField(this, 35, value);
|
|
137430
|
+
};
|
|
137431
|
+
|
|
137432
|
+
|
|
137433
|
+
/**
|
|
137434
|
+
* Clears the field making it undefined.
|
|
137435
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137436
|
+
*/
|
|
137437
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearDriverName = function() {
|
|
137438
|
+
return jspb.Message.setField(this, 35, undefined);
|
|
137439
|
+
};
|
|
137440
|
+
|
|
137441
|
+
|
|
137442
|
+
/**
|
|
137443
|
+
* Returns whether this field is set.
|
|
137444
|
+
* @return {boolean}
|
|
137445
|
+
*/
|
|
137446
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasDriverName = function() {
|
|
137447
|
+
return jspb.Message.getField(this, 35) != null;
|
|
137448
|
+
};
|
|
137449
|
+
|
|
137450
|
+
|
|
137451
|
+
/**
|
|
137452
|
+
* repeated string print_orientations_supported = 36;
|
|
137453
|
+
* @return {!Array<string>}
|
|
137454
|
+
*/
|
|
137455
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintOrientationsSupportedList = function() {
|
|
137456
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 36));
|
|
137457
|
+
};
|
|
137458
|
+
|
|
137459
|
+
|
|
137460
|
+
/**
|
|
137461
|
+
* @param {!Array<string>} value
|
|
137462
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137463
|
+
*/
|
|
137464
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintOrientationsSupportedList = function(value) {
|
|
137465
|
+
return jspb.Message.setField(this, 36, value || []);
|
|
137466
|
+
};
|
|
137467
|
+
|
|
137468
|
+
|
|
137469
|
+
/**
|
|
137470
|
+
* @param {string} value
|
|
137471
|
+
* @param {number=} opt_index
|
|
137472
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137473
|
+
*/
|
|
137474
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.addPrintOrientationsSupported = function(value, opt_index) {
|
|
137475
|
+
return jspb.Message.addToRepeatedField(this, 36, value, opt_index);
|
|
137476
|
+
};
|
|
137477
|
+
|
|
137478
|
+
|
|
137479
|
+
/**
|
|
137480
|
+
* Clears the list making it empty but non-null.
|
|
137481
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137482
|
+
*/
|
|
137483
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintOrientationsSupportedList = function() {
|
|
137484
|
+
return this.setPrintOrientationsSupportedList([]);
|
|
137485
|
+
};
|
|
137486
|
+
|
|
137487
|
+
|
|
137488
|
+
/**
|
|
137489
|
+
* optional string print_share_name = 37;
|
|
137490
|
+
* @return {string}
|
|
137491
|
+
*/
|
|
137492
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getPrintShareName = function() {
|
|
137493
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 37, ""));
|
|
137494
|
+
};
|
|
137495
|
+
|
|
137496
|
+
|
|
137497
|
+
/**
|
|
137498
|
+
* @param {string} value
|
|
137499
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137500
|
+
*/
|
|
137501
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setPrintShareName = function(value) {
|
|
137502
|
+
return jspb.Message.setField(this, 37, value);
|
|
137503
|
+
};
|
|
137504
|
+
|
|
137505
|
+
|
|
137506
|
+
/**
|
|
137507
|
+
* Clears the field making it undefined.
|
|
137508
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137509
|
+
*/
|
|
137510
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearPrintShareName = function() {
|
|
137511
|
+
return jspb.Message.setField(this, 37, undefined);
|
|
137512
|
+
};
|
|
137513
|
+
|
|
137514
|
+
|
|
137515
|
+
/**
|
|
137516
|
+
* Returns whether this field is set.
|
|
137517
|
+
* @return {boolean}
|
|
137518
|
+
*/
|
|
137519
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasPrintShareName = function() {
|
|
137520
|
+
return jspb.Message.getField(this, 37) != null;
|
|
137521
|
+
};
|
|
137522
|
+
|
|
137523
|
+
|
|
137524
|
+
/**
|
|
137525
|
+
* optional string ip_address = 39;
|
|
137526
|
+
* @return {string}
|
|
137527
|
+
*/
|
|
137528
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.getIpAddress = function() {
|
|
137529
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 39, ""));
|
|
137530
|
+
};
|
|
137531
|
+
|
|
137532
|
+
|
|
137533
|
+
/**
|
|
137534
|
+
* @param {string} value
|
|
137535
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137536
|
+
*/
|
|
137537
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.setIpAddress = function(value) {
|
|
137538
|
+
return jspb.Message.setField(this, 39, value);
|
|
137539
|
+
};
|
|
137540
|
+
|
|
137541
|
+
|
|
137542
|
+
/**
|
|
137543
|
+
* Clears the field making it undefined.
|
|
137544
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter} returns this
|
|
137545
|
+
*/
|
|
137546
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.clearIpAddress = function() {
|
|
137547
|
+
return jspb.Message.setField(this, 39, undefined);
|
|
137548
|
+
};
|
|
137549
|
+
|
|
137550
|
+
|
|
137551
|
+
/**
|
|
137552
|
+
* Returns whether this field is set.
|
|
137553
|
+
* @return {boolean}
|
|
137554
|
+
*/
|
|
137555
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryPrinter.prototype.hasIpAddress = function() {
|
|
137556
|
+
return jspb.Message.getField(this, 39) != null;
|
|
137557
|
+
};
|
|
137558
|
+
|
|
137559
|
+
|
|
137560
|
+
|
|
135506
137561
|
|
|
135507
137562
|
|
|
135508
137563
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|