@lansweeper/data-platform-outbound-grpc 0.1.114 → 0.1.116
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +104 -0
- package/gen-proto/outbound_pb.js +834 -1
- package/generated-go/outbound.pb.go +7496 -7241
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +21 -1
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -57,6 +57,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerInfrared', null,
|
|
|
57
57
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility', null, global);
|
|
58
58
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacBluetooth', null, global);
|
|
59
59
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera', null, global);
|
|
60
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader', null, global);
|
|
61
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics', null, global);
|
|
60
62
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory', null, global);
|
|
61
63
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation', null, global);
|
|
62
64
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework', null, global);
|
|
@@ -1503,6 +1505,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1503
1505
|
*/
|
|
1504
1506
|
proto.com.lansweeper.dp.outbound.v1.ScannedPort.displayName = 'proto.com.lansweeper.dp.outbound.v1.ScannedPort';
|
|
1505
1507
|
}
|
|
1508
|
+
/**
|
|
1509
|
+
* Generated by JsPbCodeGenerator.
|
|
1510
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1511
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1512
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1513
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1514
|
+
* valid.
|
|
1515
|
+
* @extends {jspb.Message}
|
|
1516
|
+
* @constructor
|
|
1517
|
+
*/
|
|
1518
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics = function(opt_data) {
|
|
1519
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1520
|
+
};
|
|
1521
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics, jspb.Message);
|
|
1522
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1523
|
+
/**
|
|
1524
|
+
* @public
|
|
1525
|
+
* @override
|
|
1526
|
+
*/
|
|
1527
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics';
|
|
1528
|
+
}
|
|
1506
1529
|
/**
|
|
1507
1530
|
* Generated by JsPbCodeGenerator.
|
|
1508
1531
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -3246,6 +3269,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
3246
3269
|
*/
|
|
3247
3270
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane';
|
|
3248
3271
|
}
|
|
3272
|
+
/**
|
|
3273
|
+
* Generated by JsPbCodeGenerator.
|
|
3274
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
3275
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
3276
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
3277
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
3278
|
+
* valid.
|
|
3279
|
+
* @extends {jspb.Message}
|
|
3280
|
+
* @constructor
|
|
3281
|
+
*/
|
|
3282
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader = function(opt_data) {
|
|
3283
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
3284
|
+
};
|
|
3285
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader, jspb.Message);
|
|
3286
|
+
if (goog.DEBUG && !COMPILED) {
|
|
3287
|
+
/**
|
|
3288
|
+
* @public
|
|
3289
|
+
* @override
|
|
3290
|
+
*/
|
|
3291
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader';
|
|
3292
|
+
}
|
|
3249
3293
|
/**
|
|
3250
3294
|
* Generated by JsPbCodeGenerator.
|
|
3251
3295
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -9062,7 +9106,7 @@ proto.com.lansweeper.dp.outbound.v1.WarrantyInfo.prototype.setIsReliable = funct
|
|
|
9062
9106
|
* @private {!Array<number>}
|
|
9063
9107
|
* @const
|
|
9064
9108
|
*/
|
|
9065
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,34,35,36,38,102,103,105,107,202,203,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,225,302,303,304];
|
|
9109
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,34,35,36,38,39,41,102,103,105,107,202,203,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,225,302,303,304];
|
|
9066
9110
|
|
|
9067
9111
|
|
|
9068
9112
|
|
|
@@ -9167,6 +9211,10 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
|
|
|
9167
9211
|
macSecureElements: (f = msg.getMacSecureElements()) && proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.toObject(includeInstance, f),
|
|
9168
9212
|
macCameraList: jspb.Message.toObjectList(msg.getMacCameraList(),
|
|
9169
9213
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.toObject, includeInstance),
|
|
9214
|
+
macCardReaderList: jspb.Message.toObjectList(msg.getMacCardReaderList(),
|
|
9215
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.toObject, includeInstance),
|
|
9216
|
+
macDiagnosticList: jspb.Message.toObjectList(msg.getMacDiagnosticList(),
|
|
9217
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.toObject, includeInstance),
|
|
9170
9218
|
bios: (f = msg.getBios()) && proto.com.lansweeper.dp.outbound.v1.Bios.toObject(includeInstance, f),
|
|
9171
9219
|
osPatchList: jspb.Message.toObjectList(msg.getOsPatchList(),
|
|
9172
9220
|
proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject, includeInstance),
|
|
@@ -9455,6 +9503,16 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
|
|
|
9455
9503
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.deserializeBinaryFromReader);
|
|
9456
9504
|
msg.addMacCamera(value);
|
|
9457
9505
|
break;
|
|
9506
|
+
case 39:
|
|
9507
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader;
|
|
9508
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.deserializeBinaryFromReader);
|
|
9509
|
+
msg.addMacCardReader(value);
|
|
9510
|
+
break;
|
|
9511
|
+
case 41:
|
|
9512
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics;
|
|
9513
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.deserializeBinaryFromReader);
|
|
9514
|
+
msg.addMacDiagnostic(value);
|
|
9515
|
+
break;
|
|
9458
9516
|
case 101:
|
|
9459
9517
|
var value = new proto.com.lansweeper.dp.outbound.v1.Bios;
|
|
9460
9518
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Bios.deserializeBinaryFromReader);
|
|
@@ -9968,6 +10026,22 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
|
|
|
9968
10026
|
proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.serializeBinaryToWriter
|
|
9969
10027
|
);
|
|
9970
10028
|
}
|
|
10029
|
+
f = message.getMacCardReaderList();
|
|
10030
|
+
if (f.length > 0) {
|
|
10031
|
+
writer.writeRepeatedMessage(
|
|
10032
|
+
39,
|
|
10033
|
+
f,
|
|
10034
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.serializeBinaryToWriter
|
|
10035
|
+
);
|
|
10036
|
+
}
|
|
10037
|
+
f = message.getMacDiagnosticList();
|
|
10038
|
+
if (f.length > 0) {
|
|
10039
|
+
writer.writeRepeatedMessage(
|
|
10040
|
+
41,
|
|
10041
|
+
f,
|
|
10042
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.serializeBinaryToWriter
|
|
10043
|
+
);
|
|
10044
|
+
}
|
|
9971
10045
|
f = message.getBios();
|
|
9972
10046
|
if (f != null) {
|
|
9973
10047
|
writer.writeMessage(
|
|
@@ -11699,6 +11773,82 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacCameraList = func
|
|
|
11699
11773
|
};
|
|
11700
11774
|
|
|
11701
11775
|
|
|
11776
|
+
/**
|
|
11777
|
+
* repeated ComputerMacCardReader mac_card_reader = 39;
|
|
11778
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader>}
|
|
11779
|
+
*/
|
|
11780
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacCardReaderList = function() {
|
|
11781
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader>} */ (
|
|
11782
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader, 39));
|
|
11783
|
+
};
|
|
11784
|
+
|
|
11785
|
+
|
|
11786
|
+
/**
|
|
11787
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader>} value
|
|
11788
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11789
|
+
*/
|
|
11790
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacCardReaderList = function(value) {
|
|
11791
|
+
return jspb.Message.setRepeatedWrapperField(this, 39, value);
|
|
11792
|
+
};
|
|
11793
|
+
|
|
11794
|
+
|
|
11795
|
+
/**
|
|
11796
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader=} opt_value
|
|
11797
|
+
* @param {number=} opt_index
|
|
11798
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader}
|
|
11799
|
+
*/
|
|
11800
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addMacCardReader = function(opt_value, opt_index) {
|
|
11801
|
+
return jspb.Message.addToRepeatedWrapperField(this, 39, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader, opt_index);
|
|
11802
|
+
};
|
|
11803
|
+
|
|
11804
|
+
|
|
11805
|
+
/**
|
|
11806
|
+
* Clears the list making it empty but non-null.
|
|
11807
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11808
|
+
*/
|
|
11809
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacCardReaderList = function() {
|
|
11810
|
+
return this.setMacCardReaderList([]);
|
|
11811
|
+
};
|
|
11812
|
+
|
|
11813
|
+
|
|
11814
|
+
/**
|
|
11815
|
+
* repeated ComputerMacDiagnostics mac_diagnostic = 41;
|
|
11816
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics>}
|
|
11817
|
+
*/
|
|
11818
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacDiagnosticList = function() {
|
|
11819
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics>} */ (
|
|
11820
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics, 41));
|
|
11821
|
+
};
|
|
11822
|
+
|
|
11823
|
+
|
|
11824
|
+
/**
|
|
11825
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics>} value
|
|
11826
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11827
|
+
*/
|
|
11828
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacDiagnosticList = function(value) {
|
|
11829
|
+
return jspb.Message.setRepeatedWrapperField(this, 41, value);
|
|
11830
|
+
};
|
|
11831
|
+
|
|
11832
|
+
|
|
11833
|
+
/**
|
|
11834
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics=} opt_value
|
|
11835
|
+
* @param {number=} opt_index
|
|
11836
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics}
|
|
11837
|
+
*/
|
|
11838
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addMacDiagnostic = function(opt_value, opt_index) {
|
|
11839
|
+
return jspb.Message.addToRepeatedWrapperField(this, 41, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics, opt_index);
|
|
11840
|
+
};
|
|
11841
|
+
|
|
11842
|
+
|
|
11843
|
+
/**
|
|
11844
|
+
* Clears the list making it empty but non-null.
|
|
11845
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
11846
|
+
*/
|
|
11847
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacDiagnosticList = function() {
|
|
11848
|
+
return this.setMacDiagnosticList([]);
|
|
11849
|
+
};
|
|
11850
|
+
|
|
11851
|
+
|
|
11702
11852
|
/**
|
|
11703
11853
|
* optional Bios bios = 101;
|
|
11704
11854
|
* @return {?proto.com.lansweeper.dp.outbound.v1.Bios}
|
|
@@ -32861,6 +33011,253 @@ proto.com.lansweeper.dp.outbound.v1.ScannedPort.prototype.hasHttpServer = functi
|
|
|
32861
33011
|
|
|
32862
33012
|
|
|
32863
33013
|
|
|
33014
|
+
|
|
33015
|
+
|
|
33016
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
33017
|
+
/**
|
|
33018
|
+
* Creates an object representation of this proto.
|
|
33019
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
33020
|
+
* Optional fields that are not set will be set to undefined.
|
|
33021
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
33022
|
+
* For the list of reserved names please see:
|
|
33023
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
33024
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
33025
|
+
* JSPB instance for transitional soy proto support:
|
|
33026
|
+
* http://goto/soy-param-migration
|
|
33027
|
+
* @return {!Object}
|
|
33028
|
+
*/
|
|
33029
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.toObject = function(opt_includeInstance) {
|
|
33030
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.toObject(opt_includeInstance, this);
|
|
33031
|
+
};
|
|
33032
|
+
|
|
33033
|
+
|
|
33034
|
+
/**
|
|
33035
|
+
* Static version of the {@see toObject} method.
|
|
33036
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
33037
|
+
* the JSPB instance for transitional soy proto support:
|
|
33038
|
+
* http://goto/soy-param-migration
|
|
33039
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics} msg The msg instance to transform.
|
|
33040
|
+
* @return {!Object}
|
|
33041
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
33042
|
+
*/
|
|
33043
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.toObject = function(includeInstance, msg) {
|
|
33044
|
+
var f, obj = {
|
|
33045
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
33046
|
+
lastRun: (f = msg.getLastRun()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
33047
|
+
result: jspb.Message.getBooleanFieldWithDefault(msg, 3, false)
|
|
33048
|
+
};
|
|
33049
|
+
|
|
33050
|
+
if (includeInstance) {
|
|
33051
|
+
obj.$jspbMessageInstance = msg;
|
|
33052
|
+
}
|
|
33053
|
+
return obj;
|
|
33054
|
+
};
|
|
33055
|
+
}
|
|
33056
|
+
|
|
33057
|
+
|
|
33058
|
+
/**
|
|
33059
|
+
* Deserializes binary data (in protobuf wire format).
|
|
33060
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
33061
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics}
|
|
33062
|
+
*/
|
|
33063
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.deserializeBinary = function(bytes) {
|
|
33064
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
33065
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics;
|
|
33066
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.deserializeBinaryFromReader(msg, reader);
|
|
33067
|
+
};
|
|
33068
|
+
|
|
33069
|
+
|
|
33070
|
+
/**
|
|
33071
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
33072
|
+
* given reader into the given message object.
|
|
33073
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics} msg The message object to deserialize into.
|
|
33074
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
33075
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics}
|
|
33076
|
+
*/
|
|
33077
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.deserializeBinaryFromReader = function(msg, reader) {
|
|
33078
|
+
while (reader.nextField()) {
|
|
33079
|
+
if (reader.isEndGroup()) {
|
|
33080
|
+
break;
|
|
33081
|
+
}
|
|
33082
|
+
var field = reader.getFieldNumber();
|
|
33083
|
+
switch (field) {
|
|
33084
|
+
case 1:
|
|
33085
|
+
var value = /** @type {string} */ (reader.readString());
|
|
33086
|
+
msg.setName(value);
|
|
33087
|
+
break;
|
|
33088
|
+
case 2:
|
|
33089
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
33090
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
33091
|
+
msg.setLastRun(value);
|
|
33092
|
+
break;
|
|
33093
|
+
case 3:
|
|
33094
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
33095
|
+
msg.setResult(value);
|
|
33096
|
+
break;
|
|
33097
|
+
default:
|
|
33098
|
+
reader.skipField();
|
|
33099
|
+
break;
|
|
33100
|
+
}
|
|
33101
|
+
}
|
|
33102
|
+
return msg;
|
|
33103
|
+
};
|
|
33104
|
+
|
|
33105
|
+
|
|
33106
|
+
/**
|
|
33107
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
33108
|
+
* @return {!Uint8Array}
|
|
33109
|
+
*/
|
|
33110
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.serializeBinary = function() {
|
|
33111
|
+
var writer = new jspb.BinaryWriter();
|
|
33112
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.serializeBinaryToWriter(this, writer);
|
|
33113
|
+
return writer.getResultBuffer();
|
|
33114
|
+
};
|
|
33115
|
+
|
|
33116
|
+
|
|
33117
|
+
/**
|
|
33118
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
33119
|
+
* format), writing to the given BinaryWriter.
|
|
33120
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics} message
|
|
33121
|
+
* @param {!jspb.BinaryWriter} writer
|
|
33122
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
33123
|
+
*/
|
|
33124
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.serializeBinaryToWriter = function(message, writer) {
|
|
33125
|
+
var f = undefined;
|
|
33126
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
33127
|
+
if (f != null) {
|
|
33128
|
+
writer.writeString(
|
|
33129
|
+
1,
|
|
33130
|
+
f
|
|
33131
|
+
);
|
|
33132
|
+
}
|
|
33133
|
+
f = message.getLastRun();
|
|
33134
|
+
if (f != null) {
|
|
33135
|
+
writer.writeMessage(
|
|
33136
|
+
2,
|
|
33137
|
+
f,
|
|
33138
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
33139
|
+
);
|
|
33140
|
+
}
|
|
33141
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 3));
|
|
33142
|
+
if (f != null) {
|
|
33143
|
+
writer.writeBool(
|
|
33144
|
+
3,
|
|
33145
|
+
f
|
|
33146
|
+
);
|
|
33147
|
+
}
|
|
33148
|
+
};
|
|
33149
|
+
|
|
33150
|
+
|
|
33151
|
+
/**
|
|
33152
|
+
* optional string name = 1;
|
|
33153
|
+
* @return {string}
|
|
33154
|
+
*/
|
|
33155
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.getName = function() {
|
|
33156
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
33157
|
+
};
|
|
33158
|
+
|
|
33159
|
+
|
|
33160
|
+
/**
|
|
33161
|
+
* @param {string} value
|
|
33162
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics} returns this
|
|
33163
|
+
*/
|
|
33164
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.setName = function(value) {
|
|
33165
|
+
return jspb.Message.setField(this, 1, value);
|
|
33166
|
+
};
|
|
33167
|
+
|
|
33168
|
+
|
|
33169
|
+
/**
|
|
33170
|
+
* Clears the field making it undefined.
|
|
33171
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics} returns this
|
|
33172
|
+
*/
|
|
33173
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.clearName = function() {
|
|
33174
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
33175
|
+
};
|
|
33176
|
+
|
|
33177
|
+
|
|
33178
|
+
/**
|
|
33179
|
+
* Returns whether this field is set.
|
|
33180
|
+
* @return {boolean}
|
|
33181
|
+
*/
|
|
33182
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.hasName = function() {
|
|
33183
|
+
return jspb.Message.getField(this, 1) != null;
|
|
33184
|
+
};
|
|
33185
|
+
|
|
33186
|
+
|
|
33187
|
+
/**
|
|
33188
|
+
* optional google.protobuf.Timestamp last_run = 2;
|
|
33189
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
33190
|
+
*/
|
|
33191
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.getLastRun = function() {
|
|
33192
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
33193
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 2));
|
|
33194
|
+
};
|
|
33195
|
+
|
|
33196
|
+
|
|
33197
|
+
/**
|
|
33198
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
33199
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics} returns this
|
|
33200
|
+
*/
|
|
33201
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.setLastRun = function(value) {
|
|
33202
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
33203
|
+
};
|
|
33204
|
+
|
|
33205
|
+
|
|
33206
|
+
/**
|
|
33207
|
+
* Clears the message field making it undefined.
|
|
33208
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics} returns this
|
|
33209
|
+
*/
|
|
33210
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.clearLastRun = function() {
|
|
33211
|
+
return this.setLastRun(undefined);
|
|
33212
|
+
};
|
|
33213
|
+
|
|
33214
|
+
|
|
33215
|
+
/**
|
|
33216
|
+
* Returns whether this field is set.
|
|
33217
|
+
* @return {boolean}
|
|
33218
|
+
*/
|
|
33219
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.hasLastRun = function() {
|
|
33220
|
+
return jspb.Message.getField(this, 2) != null;
|
|
33221
|
+
};
|
|
33222
|
+
|
|
33223
|
+
|
|
33224
|
+
/**
|
|
33225
|
+
* optional bool result = 3;
|
|
33226
|
+
* @return {boolean}
|
|
33227
|
+
*/
|
|
33228
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.getResult = function() {
|
|
33229
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
|
|
33230
|
+
};
|
|
33231
|
+
|
|
33232
|
+
|
|
33233
|
+
/**
|
|
33234
|
+
* @param {boolean} value
|
|
33235
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics} returns this
|
|
33236
|
+
*/
|
|
33237
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.setResult = function(value) {
|
|
33238
|
+
return jspb.Message.setField(this, 3, value);
|
|
33239
|
+
};
|
|
33240
|
+
|
|
33241
|
+
|
|
33242
|
+
/**
|
|
33243
|
+
* Clears the field making it undefined.
|
|
33244
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics} returns this
|
|
33245
|
+
*/
|
|
33246
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.clearResult = function() {
|
|
33247
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
33248
|
+
};
|
|
33249
|
+
|
|
33250
|
+
|
|
33251
|
+
/**
|
|
33252
|
+
* Returns whether this field is set.
|
|
33253
|
+
* @return {boolean}
|
|
33254
|
+
*/
|
|
33255
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.prototype.hasResult = function() {
|
|
33256
|
+
return jspb.Message.getField(this, 3) != null;
|
|
33257
|
+
};
|
|
33258
|
+
|
|
33259
|
+
|
|
33260
|
+
|
|
32864
33261
|
/**
|
|
32865
33262
|
* List of repeated fields within this message type.
|
|
32866
33263
|
* @private {!Array<number>}
|
|
@@ -81198,6 +81595,442 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane.prototype.hasVersi
|
|
|
81198
81595
|
|
|
81199
81596
|
|
|
81200
81597
|
|
|
81598
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
81599
|
+
/**
|
|
81600
|
+
* Creates an object representation of this proto.
|
|
81601
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
81602
|
+
* Optional fields that are not set will be set to undefined.
|
|
81603
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
81604
|
+
* For the list of reserved names please see:
|
|
81605
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
81606
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
81607
|
+
* JSPB instance for transitional soy proto support:
|
|
81608
|
+
* http://goto/soy-param-migration
|
|
81609
|
+
* @return {!Object}
|
|
81610
|
+
*/
|
|
81611
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.toObject = function(opt_includeInstance) {
|
|
81612
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.toObject(opt_includeInstance, this);
|
|
81613
|
+
};
|
|
81614
|
+
|
|
81615
|
+
|
|
81616
|
+
/**
|
|
81617
|
+
* Static version of the {@see toObject} method.
|
|
81618
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
81619
|
+
* the JSPB instance for transitional soy proto support:
|
|
81620
|
+
* http://goto/soy-param-migration
|
|
81621
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} msg The msg instance to transform.
|
|
81622
|
+
* @return {!Object}
|
|
81623
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
81624
|
+
*/
|
|
81625
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.toObject = function(includeInstance, msg) {
|
|
81626
|
+
var f, obj = {
|
|
81627
|
+
deviceId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
81628
|
+
linkSpeed: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
81629
|
+
linkWidth: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
81630
|
+
revisionId: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
81631
|
+
subsystemId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
81632
|
+
subsystemVendorId: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
81633
|
+
vendorId: jspb.Message.getFieldWithDefault(msg, 7, "")
|
|
81634
|
+
};
|
|
81635
|
+
|
|
81636
|
+
if (includeInstance) {
|
|
81637
|
+
obj.$jspbMessageInstance = msg;
|
|
81638
|
+
}
|
|
81639
|
+
return obj;
|
|
81640
|
+
};
|
|
81641
|
+
}
|
|
81642
|
+
|
|
81643
|
+
|
|
81644
|
+
/**
|
|
81645
|
+
* Deserializes binary data (in protobuf wire format).
|
|
81646
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
81647
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader}
|
|
81648
|
+
*/
|
|
81649
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.deserializeBinary = function(bytes) {
|
|
81650
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
81651
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader;
|
|
81652
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.deserializeBinaryFromReader(msg, reader);
|
|
81653
|
+
};
|
|
81654
|
+
|
|
81655
|
+
|
|
81656
|
+
/**
|
|
81657
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
81658
|
+
* given reader into the given message object.
|
|
81659
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} msg The message object to deserialize into.
|
|
81660
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
81661
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader}
|
|
81662
|
+
*/
|
|
81663
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.deserializeBinaryFromReader = function(msg, reader) {
|
|
81664
|
+
while (reader.nextField()) {
|
|
81665
|
+
if (reader.isEndGroup()) {
|
|
81666
|
+
break;
|
|
81667
|
+
}
|
|
81668
|
+
var field = reader.getFieldNumber();
|
|
81669
|
+
switch (field) {
|
|
81670
|
+
case 1:
|
|
81671
|
+
var value = /** @type {string} */ (reader.readString());
|
|
81672
|
+
msg.setDeviceId(value);
|
|
81673
|
+
break;
|
|
81674
|
+
case 2:
|
|
81675
|
+
var value = /** @type {string} */ (reader.readString());
|
|
81676
|
+
msg.setLinkSpeed(value);
|
|
81677
|
+
break;
|
|
81678
|
+
case 3:
|
|
81679
|
+
var value = /** @type {string} */ (reader.readString());
|
|
81680
|
+
msg.setLinkWidth(value);
|
|
81681
|
+
break;
|
|
81682
|
+
case 4:
|
|
81683
|
+
var value = /** @type {string} */ (reader.readString());
|
|
81684
|
+
msg.setRevisionId(value);
|
|
81685
|
+
break;
|
|
81686
|
+
case 5:
|
|
81687
|
+
var value = /** @type {string} */ (reader.readString());
|
|
81688
|
+
msg.setSubsystemId(value);
|
|
81689
|
+
break;
|
|
81690
|
+
case 6:
|
|
81691
|
+
var value = /** @type {string} */ (reader.readString());
|
|
81692
|
+
msg.setSubsystemVendorId(value);
|
|
81693
|
+
break;
|
|
81694
|
+
case 7:
|
|
81695
|
+
var value = /** @type {string} */ (reader.readString());
|
|
81696
|
+
msg.setVendorId(value);
|
|
81697
|
+
break;
|
|
81698
|
+
default:
|
|
81699
|
+
reader.skipField();
|
|
81700
|
+
break;
|
|
81701
|
+
}
|
|
81702
|
+
}
|
|
81703
|
+
return msg;
|
|
81704
|
+
};
|
|
81705
|
+
|
|
81706
|
+
|
|
81707
|
+
/**
|
|
81708
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
81709
|
+
* @return {!Uint8Array}
|
|
81710
|
+
*/
|
|
81711
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.serializeBinary = function() {
|
|
81712
|
+
var writer = new jspb.BinaryWriter();
|
|
81713
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.serializeBinaryToWriter(this, writer);
|
|
81714
|
+
return writer.getResultBuffer();
|
|
81715
|
+
};
|
|
81716
|
+
|
|
81717
|
+
|
|
81718
|
+
/**
|
|
81719
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
81720
|
+
* format), writing to the given BinaryWriter.
|
|
81721
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} message
|
|
81722
|
+
* @param {!jspb.BinaryWriter} writer
|
|
81723
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
81724
|
+
*/
|
|
81725
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.serializeBinaryToWriter = function(message, writer) {
|
|
81726
|
+
var f = undefined;
|
|
81727
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
81728
|
+
if (f != null) {
|
|
81729
|
+
writer.writeString(
|
|
81730
|
+
1,
|
|
81731
|
+
f
|
|
81732
|
+
);
|
|
81733
|
+
}
|
|
81734
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
81735
|
+
if (f != null) {
|
|
81736
|
+
writer.writeString(
|
|
81737
|
+
2,
|
|
81738
|
+
f
|
|
81739
|
+
);
|
|
81740
|
+
}
|
|
81741
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
81742
|
+
if (f != null) {
|
|
81743
|
+
writer.writeString(
|
|
81744
|
+
3,
|
|
81745
|
+
f
|
|
81746
|
+
);
|
|
81747
|
+
}
|
|
81748
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
81749
|
+
if (f != null) {
|
|
81750
|
+
writer.writeString(
|
|
81751
|
+
4,
|
|
81752
|
+
f
|
|
81753
|
+
);
|
|
81754
|
+
}
|
|
81755
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
81756
|
+
if (f != null) {
|
|
81757
|
+
writer.writeString(
|
|
81758
|
+
5,
|
|
81759
|
+
f
|
|
81760
|
+
);
|
|
81761
|
+
}
|
|
81762
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
81763
|
+
if (f != null) {
|
|
81764
|
+
writer.writeString(
|
|
81765
|
+
6,
|
|
81766
|
+
f
|
|
81767
|
+
);
|
|
81768
|
+
}
|
|
81769
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
81770
|
+
if (f != null) {
|
|
81771
|
+
writer.writeString(
|
|
81772
|
+
7,
|
|
81773
|
+
f
|
|
81774
|
+
);
|
|
81775
|
+
}
|
|
81776
|
+
};
|
|
81777
|
+
|
|
81778
|
+
|
|
81779
|
+
/**
|
|
81780
|
+
* optional string device_id = 1;
|
|
81781
|
+
* @return {string}
|
|
81782
|
+
*/
|
|
81783
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getDeviceId = function() {
|
|
81784
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
81785
|
+
};
|
|
81786
|
+
|
|
81787
|
+
|
|
81788
|
+
/**
|
|
81789
|
+
* @param {string} value
|
|
81790
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81791
|
+
*/
|
|
81792
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setDeviceId = function(value) {
|
|
81793
|
+
return jspb.Message.setField(this, 1, value);
|
|
81794
|
+
};
|
|
81795
|
+
|
|
81796
|
+
|
|
81797
|
+
/**
|
|
81798
|
+
* Clears the field making it undefined.
|
|
81799
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81800
|
+
*/
|
|
81801
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearDeviceId = function() {
|
|
81802
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
81803
|
+
};
|
|
81804
|
+
|
|
81805
|
+
|
|
81806
|
+
/**
|
|
81807
|
+
* Returns whether this field is set.
|
|
81808
|
+
* @return {boolean}
|
|
81809
|
+
*/
|
|
81810
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasDeviceId = function() {
|
|
81811
|
+
return jspb.Message.getField(this, 1) != null;
|
|
81812
|
+
};
|
|
81813
|
+
|
|
81814
|
+
|
|
81815
|
+
/**
|
|
81816
|
+
* optional string link_speed = 2;
|
|
81817
|
+
* @return {string}
|
|
81818
|
+
*/
|
|
81819
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getLinkSpeed = function() {
|
|
81820
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
81821
|
+
};
|
|
81822
|
+
|
|
81823
|
+
|
|
81824
|
+
/**
|
|
81825
|
+
* @param {string} value
|
|
81826
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81827
|
+
*/
|
|
81828
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setLinkSpeed = function(value) {
|
|
81829
|
+
return jspb.Message.setField(this, 2, value);
|
|
81830
|
+
};
|
|
81831
|
+
|
|
81832
|
+
|
|
81833
|
+
/**
|
|
81834
|
+
* Clears the field making it undefined.
|
|
81835
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81836
|
+
*/
|
|
81837
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearLinkSpeed = function() {
|
|
81838
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
81839
|
+
};
|
|
81840
|
+
|
|
81841
|
+
|
|
81842
|
+
/**
|
|
81843
|
+
* Returns whether this field is set.
|
|
81844
|
+
* @return {boolean}
|
|
81845
|
+
*/
|
|
81846
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasLinkSpeed = function() {
|
|
81847
|
+
return jspb.Message.getField(this, 2) != null;
|
|
81848
|
+
};
|
|
81849
|
+
|
|
81850
|
+
|
|
81851
|
+
/**
|
|
81852
|
+
* optional string link_width = 3;
|
|
81853
|
+
* @return {string}
|
|
81854
|
+
*/
|
|
81855
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getLinkWidth = function() {
|
|
81856
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
81857
|
+
};
|
|
81858
|
+
|
|
81859
|
+
|
|
81860
|
+
/**
|
|
81861
|
+
* @param {string} value
|
|
81862
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81863
|
+
*/
|
|
81864
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setLinkWidth = function(value) {
|
|
81865
|
+
return jspb.Message.setField(this, 3, value);
|
|
81866
|
+
};
|
|
81867
|
+
|
|
81868
|
+
|
|
81869
|
+
/**
|
|
81870
|
+
* Clears the field making it undefined.
|
|
81871
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81872
|
+
*/
|
|
81873
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearLinkWidth = function() {
|
|
81874
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
81875
|
+
};
|
|
81876
|
+
|
|
81877
|
+
|
|
81878
|
+
/**
|
|
81879
|
+
* Returns whether this field is set.
|
|
81880
|
+
* @return {boolean}
|
|
81881
|
+
*/
|
|
81882
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasLinkWidth = function() {
|
|
81883
|
+
return jspb.Message.getField(this, 3) != null;
|
|
81884
|
+
};
|
|
81885
|
+
|
|
81886
|
+
|
|
81887
|
+
/**
|
|
81888
|
+
* optional string revision_id = 4;
|
|
81889
|
+
* @return {string}
|
|
81890
|
+
*/
|
|
81891
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getRevisionId = function() {
|
|
81892
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
81893
|
+
};
|
|
81894
|
+
|
|
81895
|
+
|
|
81896
|
+
/**
|
|
81897
|
+
* @param {string} value
|
|
81898
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81899
|
+
*/
|
|
81900
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setRevisionId = function(value) {
|
|
81901
|
+
return jspb.Message.setField(this, 4, value);
|
|
81902
|
+
};
|
|
81903
|
+
|
|
81904
|
+
|
|
81905
|
+
/**
|
|
81906
|
+
* Clears the field making it undefined.
|
|
81907
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81908
|
+
*/
|
|
81909
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearRevisionId = function() {
|
|
81910
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
81911
|
+
};
|
|
81912
|
+
|
|
81913
|
+
|
|
81914
|
+
/**
|
|
81915
|
+
* Returns whether this field is set.
|
|
81916
|
+
* @return {boolean}
|
|
81917
|
+
*/
|
|
81918
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasRevisionId = function() {
|
|
81919
|
+
return jspb.Message.getField(this, 4) != null;
|
|
81920
|
+
};
|
|
81921
|
+
|
|
81922
|
+
|
|
81923
|
+
/**
|
|
81924
|
+
* optional string subsystem_id = 5;
|
|
81925
|
+
* @return {string}
|
|
81926
|
+
*/
|
|
81927
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getSubsystemId = function() {
|
|
81928
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
81929
|
+
};
|
|
81930
|
+
|
|
81931
|
+
|
|
81932
|
+
/**
|
|
81933
|
+
* @param {string} value
|
|
81934
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81935
|
+
*/
|
|
81936
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setSubsystemId = function(value) {
|
|
81937
|
+
return jspb.Message.setField(this, 5, value);
|
|
81938
|
+
};
|
|
81939
|
+
|
|
81940
|
+
|
|
81941
|
+
/**
|
|
81942
|
+
* Clears the field making it undefined.
|
|
81943
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81944
|
+
*/
|
|
81945
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearSubsystemId = function() {
|
|
81946
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
81947
|
+
};
|
|
81948
|
+
|
|
81949
|
+
|
|
81950
|
+
/**
|
|
81951
|
+
* Returns whether this field is set.
|
|
81952
|
+
* @return {boolean}
|
|
81953
|
+
*/
|
|
81954
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasSubsystemId = function() {
|
|
81955
|
+
return jspb.Message.getField(this, 5) != null;
|
|
81956
|
+
};
|
|
81957
|
+
|
|
81958
|
+
|
|
81959
|
+
/**
|
|
81960
|
+
* optional string subsystem_vendor_id = 6;
|
|
81961
|
+
* @return {string}
|
|
81962
|
+
*/
|
|
81963
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getSubsystemVendorId = function() {
|
|
81964
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
81965
|
+
};
|
|
81966
|
+
|
|
81967
|
+
|
|
81968
|
+
/**
|
|
81969
|
+
* @param {string} value
|
|
81970
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81971
|
+
*/
|
|
81972
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setSubsystemVendorId = function(value) {
|
|
81973
|
+
return jspb.Message.setField(this, 6, value);
|
|
81974
|
+
};
|
|
81975
|
+
|
|
81976
|
+
|
|
81977
|
+
/**
|
|
81978
|
+
* Clears the field making it undefined.
|
|
81979
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
81980
|
+
*/
|
|
81981
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearSubsystemVendorId = function() {
|
|
81982
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
81983
|
+
};
|
|
81984
|
+
|
|
81985
|
+
|
|
81986
|
+
/**
|
|
81987
|
+
* Returns whether this field is set.
|
|
81988
|
+
* @return {boolean}
|
|
81989
|
+
*/
|
|
81990
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasSubsystemVendorId = function() {
|
|
81991
|
+
return jspb.Message.getField(this, 6) != null;
|
|
81992
|
+
};
|
|
81993
|
+
|
|
81994
|
+
|
|
81995
|
+
/**
|
|
81996
|
+
* optional string vendor_id = 7;
|
|
81997
|
+
* @return {string}
|
|
81998
|
+
*/
|
|
81999
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getVendorId = function() {
|
|
82000
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
82001
|
+
};
|
|
82002
|
+
|
|
82003
|
+
|
|
82004
|
+
/**
|
|
82005
|
+
* @param {string} value
|
|
82006
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
82007
|
+
*/
|
|
82008
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setVendorId = function(value) {
|
|
82009
|
+
return jspb.Message.setField(this, 7, value);
|
|
82010
|
+
};
|
|
82011
|
+
|
|
82012
|
+
|
|
82013
|
+
/**
|
|
82014
|
+
* Clears the field making it undefined.
|
|
82015
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
|
|
82016
|
+
*/
|
|
82017
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearVendorId = function() {
|
|
82018
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
82019
|
+
};
|
|
82020
|
+
|
|
82021
|
+
|
|
82022
|
+
/**
|
|
82023
|
+
* Returns whether this field is set.
|
|
82024
|
+
* @return {boolean}
|
|
82025
|
+
*/
|
|
82026
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasVendorId = function() {
|
|
82027
|
+
return jspb.Message.getField(this, 7) != null;
|
|
82028
|
+
};
|
|
82029
|
+
|
|
82030
|
+
|
|
82031
|
+
|
|
82032
|
+
|
|
82033
|
+
|
|
81201
82034
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
81202
82035
|
/**
|
|
81203
82036
|
* Creates an object representation of this proto.
|