@lansweeper/data-platform-outbound-grpc 0.1.113 → 0.1.115

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.
@@ -56,6 +56,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDevic
56
56
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerInfrared', null, global);
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
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera', null, global);
60
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader', null, global);
59
61
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory', null, global);
60
62
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation', null, global);
61
63
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework', null, global);
@@ -2951,6 +2953,27 @@ if (goog.DEBUG && !COMPILED) {
2951
2953
  */
2952
2954
  proto.com.lansweeper.dp.outbound.v1.WindowsCertificateLocation.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsCertificateLocation';
2953
2955
  }
2956
+ /**
2957
+ * Generated by JsPbCodeGenerator.
2958
+ * @param {Array=} opt_data Optional initial data array, typically from a
2959
+ * server response, or constructed directly in Javascript. The array is used
2960
+ * in place and becomes part of the constructed object. It is not cloned.
2961
+ * If no data is provided, the constructed object will be empty, but still
2962
+ * valid.
2963
+ * @extends {jspb.Message}
2964
+ * @constructor
2965
+ */
2966
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera = function(opt_data) {
2967
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2968
+ };
2969
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera, jspb.Message);
2970
+ if (goog.DEBUG && !COMPILED) {
2971
+ /**
2972
+ * @public
2973
+ * @override
2974
+ */
2975
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera';
2976
+ }
2954
2977
  /**
2955
2978
  * Generated by JsPbCodeGenerator.
2956
2979
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -3224,6 +3247,27 @@ if (goog.DEBUG && !COMPILED) {
3224
3247
  */
3225
3248
  proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane';
3226
3249
  }
3250
+ /**
3251
+ * Generated by JsPbCodeGenerator.
3252
+ * @param {Array=} opt_data Optional initial data array, typically from a
3253
+ * server response, or constructed directly in Javascript. The array is used
3254
+ * in place and becomes part of the constructed object. It is not cloned.
3255
+ * If no data is provided, the constructed object will be empty, but still
3256
+ * valid.
3257
+ * @extends {jspb.Message}
3258
+ * @constructor
3259
+ */
3260
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader = function(opt_data) {
3261
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
3262
+ };
3263
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader, jspb.Message);
3264
+ if (goog.DEBUG && !COMPILED) {
3265
+ /**
3266
+ * @public
3267
+ * @override
3268
+ */
3269
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader';
3270
+ }
3227
3271
  /**
3228
3272
  * Generated by JsPbCodeGenerator.
3229
3273
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -9040,7 +9084,7 @@ proto.com.lansweeper.dp.outbound.v1.WarrantyInfo.prototype.setIsReliable = funct
9040
9084
  * @private {!Array<number>}
9041
9085
  * @const
9042
9086
  */
9043
- 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,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];
9087
+ 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,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];
9044
9088
 
9045
9089
 
9046
9090
 
@@ -9143,6 +9187,10 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
9143
9187
  macNetworkLocationList: jspb.Message.toObjectList(msg.getMacNetworkLocationList(),
9144
9188
  proto.com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.toObject, includeInstance),
9145
9189
  macSecureElements: (f = msg.getMacSecureElements()) && proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.toObject(includeInstance, f),
9190
+ macCameraList: jspb.Message.toObjectList(msg.getMacCameraList(),
9191
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.toObject, includeInstance),
9192
+ macCardReaderList: jspb.Message.toObjectList(msg.getMacCardReaderList(),
9193
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.toObject, includeInstance),
9146
9194
  bios: (f = msg.getBios()) && proto.com.lansweeper.dp.outbound.v1.Bios.toObject(includeInstance, f),
9147
9195
  osPatchList: jspb.Message.toObjectList(msg.getOsPatchList(),
9148
9196
  proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject, includeInstance),
@@ -9426,6 +9474,16 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
9426
9474
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.deserializeBinaryFromReader);
9427
9475
  msg.setMacSecureElements(value);
9428
9476
  break;
9477
+ case 38:
9478
+ var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera;
9479
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.deserializeBinaryFromReader);
9480
+ msg.addMacCamera(value);
9481
+ break;
9482
+ case 39:
9483
+ var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader;
9484
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.deserializeBinaryFromReader);
9485
+ msg.addMacCardReader(value);
9486
+ break;
9429
9487
  case 101:
9430
9488
  var value = new proto.com.lansweeper.dp.outbound.v1.Bios;
9431
9489
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Bios.deserializeBinaryFromReader);
@@ -9931,6 +9989,22 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
9931
9989
  proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements.serializeBinaryToWriter
9932
9990
  );
9933
9991
  }
9992
+ f = message.getMacCameraList();
9993
+ if (f.length > 0) {
9994
+ writer.writeRepeatedMessage(
9995
+ 38,
9996
+ f,
9997
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.serializeBinaryToWriter
9998
+ );
9999
+ }
10000
+ f = message.getMacCardReaderList();
10001
+ if (f.length > 0) {
10002
+ writer.writeRepeatedMessage(
10003
+ 39,
10004
+ f,
10005
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.serializeBinaryToWriter
10006
+ );
10007
+ }
9934
10008
  f = message.getBios();
9935
10009
  if (f != null) {
9936
10010
  writer.writeMessage(
@@ -11624,6 +11698,82 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.hasMacSecureElements = fu
11624
11698
  };
11625
11699
 
11626
11700
 
11701
+ /**
11702
+ * repeated ComputerMacCamera mac_camera = 38;
11703
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera>}
11704
+ */
11705
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacCameraList = function() {
11706
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera>} */ (
11707
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera, 38));
11708
+ };
11709
+
11710
+
11711
+ /**
11712
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera>} value
11713
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
11714
+ */
11715
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacCameraList = function(value) {
11716
+ return jspb.Message.setRepeatedWrapperField(this, 38, value);
11717
+ };
11718
+
11719
+
11720
+ /**
11721
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera=} opt_value
11722
+ * @param {number=} opt_index
11723
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera}
11724
+ */
11725
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addMacCamera = function(opt_value, opt_index) {
11726
+ return jspb.Message.addToRepeatedWrapperField(this, 38, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera, opt_index);
11727
+ };
11728
+
11729
+
11730
+ /**
11731
+ * Clears the list making it empty but non-null.
11732
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
11733
+ */
11734
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacCameraList = function() {
11735
+ return this.setMacCameraList([]);
11736
+ };
11737
+
11738
+
11739
+ /**
11740
+ * repeated ComputerMacCardReader mac_card_reader = 39;
11741
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader>}
11742
+ */
11743
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacCardReaderList = function() {
11744
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader>} */ (
11745
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader, 39));
11746
+ };
11747
+
11748
+
11749
+ /**
11750
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader>} value
11751
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
11752
+ */
11753
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacCardReaderList = function(value) {
11754
+ return jspb.Message.setRepeatedWrapperField(this, 39, value);
11755
+ };
11756
+
11757
+
11758
+ /**
11759
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader=} opt_value
11760
+ * @param {number=} opt_index
11761
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader}
11762
+ */
11763
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addMacCardReader = function(opt_value, opt_index) {
11764
+ return jspb.Message.addToRepeatedWrapperField(this, 39, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader, opt_index);
11765
+ };
11766
+
11767
+
11768
+ /**
11769
+ * Clears the list making it empty but non-null.
11770
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
11771
+ */
11772
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacCardReaderList = function() {
11773
+ return this.setMacCardReaderList([]);
11774
+ };
11775
+
11776
+
11627
11777
  /**
11628
11778
  * optional Bios bios = 101;
11629
11779
  * @return {?proto.com.lansweeper.dp.outbound.v1.Bios}
@@ -74685,6 +74835,250 @@ proto.com.lansweeper.dp.outbound.v1.WindowsCertificateLocation.prototype.setFold
74685
74835
 
74686
74836
 
74687
74837
 
74838
+ if (jspb.Message.GENERATE_TO_OBJECT) {
74839
+ /**
74840
+ * Creates an object representation of this proto.
74841
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
74842
+ * Optional fields that are not set will be set to undefined.
74843
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
74844
+ * For the list of reserved names please see:
74845
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
74846
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
74847
+ * JSPB instance for transitional soy proto support:
74848
+ * http://goto/soy-param-migration
74849
+ * @return {!Object}
74850
+ */
74851
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.toObject = function(opt_includeInstance) {
74852
+ return proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.toObject(opt_includeInstance, this);
74853
+ };
74854
+
74855
+
74856
+ /**
74857
+ * Static version of the {@see toObject} method.
74858
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
74859
+ * the JSPB instance for transitional soy proto support:
74860
+ * http://goto/soy-param-migration
74861
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera} msg The msg instance to transform.
74862
+ * @return {!Object}
74863
+ * @suppress {unusedLocalVariables} f is only used for nested messages
74864
+ */
74865
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.toObject = function(includeInstance, msg) {
74866
+ var f, obj = {
74867
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
74868
+ modelId: jspb.Message.getFieldWithDefault(msg, 2, ""),
74869
+ uniqueId: jspb.Message.getFieldWithDefault(msg, 3, "")
74870
+ };
74871
+
74872
+ if (includeInstance) {
74873
+ obj.$jspbMessageInstance = msg;
74874
+ }
74875
+ return obj;
74876
+ };
74877
+ }
74878
+
74879
+
74880
+ /**
74881
+ * Deserializes binary data (in protobuf wire format).
74882
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
74883
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera}
74884
+ */
74885
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.deserializeBinary = function(bytes) {
74886
+ var reader = new jspb.BinaryReader(bytes);
74887
+ var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera;
74888
+ return proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.deserializeBinaryFromReader(msg, reader);
74889
+ };
74890
+
74891
+
74892
+ /**
74893
+ * Deserializes binary data (in protobuf wire format) from the
74894
+ * given reader into the given message object.
74895
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera} msg The message object to deserialize into.
74896
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
74897
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera}
74898
+ */
74899
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.deserializeBinaryFromReader = function(msg, reader) {
74900
+ while (reader.nextField()) {
74901
+ if (reader.isEndGroup()) {
74902
+ break;
74903
+ }
74904
+ var field = reader.getFieldNumber();
74905
+ switch (field) {
74906
+ case 1:
74907
+ var value = /** @type {string} */ (reader.readString());
74908
+ msg.setName(value);
74909
+ break;
74910
+ case 2:
74911
+ var value = /** @type {string} */ (reader.readString());
74912
+ msg.setModelId(value);
74913
+ break;
74914
+ case 3:
74915
+ var value = /** @type {string} */ (reader.readString());
74916
+ msg.setUniqueId(value);
74917
+ break;
74918
+ default:
74919
+ reader.skipField();
74920
+ break;
74921
+ }
74922
+ }
74923
+ return msg;
74924
+ };
74925
+
74926
+
74927
+ /**
74928
+ * Serializes the message to binary data (in protobuf wire format).
74929
+ * @return {!Uint8Array}
74930
+ */
74931
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.serializeBinary = function() {
74932
+ var writer = new jspb.BinaryWriter();
74933
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.serializeBinaryToWriter(this, writer);
74934
+ return writer.getResultBuffer();
74935
+ };
74936
+
74937
+
74938
+ /**
74939
+ * Serializes the given message to binary data (in protobuf wire
74940
+ * format), writing to the given BinaryWriter.
74941
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera} message
74942
+ * @param {!jspb.BinaryWriter} writer
74943
+ * @suppress {unusedLocalVariables} f is only used for nested messages
74944
+ */
74945
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.serializeBinaryToWriter = function(message, writer) {
74946
+ var f = undefined;
74947
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
74948
+ if (f != null) {
74949
+ writer.writeString(
74950
+ 1,
74951
+ f
74952
+ );
74953
+ }
74954
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
74955
+ if (f != null) {
74956
+ writer.writeString(
74957
+ 2,
74958
+ f
74959
+ );
74960
+ }
74961
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
74962
+ if (f != null) {
74963
+ writer.writeString(
74964
+ 3,
74965
+ f
74966
+ );
74967
+ }
74968
+ };
74969
+
74970
+
74971
+ /**
74972
+ * optional string name = 1;
74973
+ * @return {string}
74974
+ */
74975
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.getName = function() {
74976
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
74977
+ };
74978
+
74979
+
74980
+ /**
74981
+ * @param {string} value
74982
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera} returns this
74983
+ */
74984
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.setName = function(value) {
74985
+ return jspb.Message.setField(this, 1, value);
74986
+ };
74987
+
74988
+
74989
+ /**
74990
+ * Clears the field making it undefined.
74991
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera} returns this
74992
+ */
74993
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.clearName = function() {
74994
+ return jspb.Message.setField(this, 1, undefined);
74995
+ };
74996
+
74997
+
74998
+ /**
74999
+ * Returns whether this field is set.
75000
+ * @return {boolean}
75001
+ */
75002
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.hasName = function() {
75003
+ return jspb.Message.getField(this, 1) != null;
75004
+ };
75005
+
75006
+
75007
+ /**
75008
+ * optional string model_id = 2;
75009
+ * @return {string}
75010
+ */
75011
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.getModelId = function() {
75012
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
75013
+ };
75014
+
75015
+
75016
+ /**
75017
+ * @param {string} value
75018
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera} returns this
75019
+ */
75020
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.setModelId = function(value) {
75021
+ return jspb.Message.setField(this, 2, value);
75022
+ };
75023
+
75024
+
75025
+ /**
75026
+ * Clears the field making it undefined.
75027
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera} returns this
75028
+ */
75029
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.clearModelId = function() {
75030
+ return jspb.Message.setField(this, 2, undefined);
75031
+ };
75032
+
75033
+
75034
+ /**
75035
+ * Returns whether this field is set.
75036
+ * @return {boolean}
75037
+ */
75038
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.hasModelId = function() {
75039
+ return jspb.Message.getField(this, 2) != null;
75040
+ };
75041
+
75042
+
75043
+ /**
75044
+ * optional string unique_id = 3;
75045
+ * @return {string}
75046
+ */
75047
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.getUniqueId = function() {
75048
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
75049
+ };
75050
+
75051
+
75052
+ /**
75053
+ * @param {string} value
75054
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera} returns this
75055
+ */
75056
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.setUniqueId = function(value) {
75057
+ return jspb.Message.setField(this, 3, value);
75058
+ };
75059
+
75060
+
75061
+ /**
75062
+ * Clears the field making it undefined.
75063
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera} returns this
75064
+ */
75065
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.clearUniqueId = function() {
75066
+ return jspb.Message.setField(this, 3, undefined);
75067
+ };
75068
+
75069
+
75070
+ /**
75071
+ * Returns whether this field is set.
75072
+ * @return {boolean}
75073
+ */
75074
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera.prototype.hasUniqueId = function() {
75075
+ return jspb.Message.getField(this, 3) != null;
75076
+ };
75077
+
75078
+
75079
+
75080
+
75081
+
74688
75082
  if (jspb.Message.GENERATE_TO_OBJECT) {
74689
75083
  /**
74690
75084
  * Creates an object representation of this proto.
@@ -80879,6 +81273,442 @@ proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane.prototype.hasVersi
80879
81273
 
80880
81274
 
80881
81275
 
81276
+ if (jspb.Message.GENERATE_TO_OBJECT) {
81277
+ /**
81278
+ * Creates an object representation of this proto.
81279
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
81280
+ * Optional fields that are not set will be set to undefined.
81281
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
81282
+ * For the list of reserved names please see:
81283
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
81284
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
81285
+ * JSPB instance for transitional soy proto support:
81286
+ * http://goto/soy-param-migration
81287
+ * @return {!Object}
81288
+ */
81289
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.toObject = function(opt_includeInstance) {
81290
+ return proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.toObject(opt_includeInstance, this);
81291
+ };
81292
+
81293
+
81294
+ /**
81295
+ * Static version of the {@see toObject} method.
81296
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
81297
+ * the JSPB instance for transitional soy proto support:
81298
+ * http://goto/soy-param-migration
81299
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} msg The msg instance to transform.
81300
+ * @return {!Object}
81301
+ * @suppress {unusedLocalVariables} f is only used for nested messages
81302
+ */
81303
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.toObject = function(includeInstance, msg) {
81304
+ var f, obj = {
81305
+ deviceId: jspb.Message.getFieldWithDefault(msg, 1, ""),
81306
+ linkSpeed: jspb.Message.getFieldWithDefault(msg, 2, ""),
81307
+ linkWidth: jspb.Message.getFieldWithDefault(msg, 3, ""),
81308
+ revisionId: jspb.Message.getFieldWithDefault(msg, 4, ""),
81309
+ subsystemId: jspb.Message.getFieldWithDefault(msg, 5, ""),
81310
+ subsystemVendorId: jspb.Message.getFieldWithDefault(msg, 6, ""),
81311
+ vendorId: jspb.Message.getFieldWithDefault(msg, 7, "")
81312
+ };
81313
+
81314
+ if (includeInstance) {
81315
+ obj.$jspbMessageInstance = msg;
81316
+ }
81317
+ return obj;
81318
+ };
81319
+ }
81320
+
81321
+
81322
+ /**
81323
+ * Deserializes binary data (in protobuf wire format).
81324
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
81325
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader}
81326
+ */
81327
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.deserializeBinary = function(bytes) {
81328
+ var reader = new jspb.BinaryReader(bytes);
81329
+ var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader;
81330
+ return proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.deserializeBinaryFromReader(msg, reader);
81331
+ };
81332
+
81333
+
81334
+ /**
81335
+ * Deserializes binary data (in protobuf wire format) from the
81336
+ * given reader into the given message object.
81337
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} msg The message object to deserialize into.
81338
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
81339
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader}
81340
+ */
81341
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.deserializeBinaryFromReader = function(msg, reader) {
81342
+ while (reader.nextField()) {
81343
+ if (reader.isEndGroup()) {
81344
+ break;
81345
+ }
81346
+ var field = reader.getFieldNumber();
81347
+ switch (field) {
81348
+ case 1:
81349
+ var value = /** @type {string} */ (reader.readString());
81350
+ msg.setDeviceId(value);
81351
+ break;
81352
+ case 2:
81353
+ var value = /** @type {string} */ (reader.readString());
81354
+ msg.setLinkSpeed(value);
81355
+ break;
81356
+ case 3:
81357
+ var value = /** @type {string} */ (reader.readString());
81358
+ msg.setLinkWidth(value);
81359
+ break;
81360
+ case 4:
81361
+ var value = /** @type {string} */ (reader.readString());
81362
+ msg.setRevisionId(value);
81363
+ break;
81364
+ case 5:
81365
+ var value = /** @type {string} */ (reader.readString());
81366
+ msg.setSubsystemId(value);
81367
+ break;
81368
+ case 6:
81369
+ var value = /** @type {string} */ (reader.readString());
81370
+ msg.setSubsystemVendorId(value);
81371
+ break;
81372
+ case 7:
81373
+ var value = /** @type {string} */ (reader.readString());
81374
+ msg.setVendorId(value);
81375
+ break;
81376
+ default:
81377
+ reader.skipField();
81378
+ break;
81379
+ }
81380
+ }
81381
+ return msg;
81382
+ };
81383
+
81384
+
81385
+ /**
81386
+ * Serializes the message to binary data (in protobuf wire format).
81387
+ * @return {!Uint8Array}
81388
+ */
81389
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.serializeBinary = function() {
81390
+ var writer = new jspb.BinaryWriter();
81391
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.serializeBinaryToWriter(this, writer);
81392
+ return writer.getResultBuffer();
81393
+ };
81394
+
81395
+
81396
+ /**
81397
+ * Serializes the given message to binary data (in protobuf wire
81398
+ * format), writing to the given BinaryWriter.
81399
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} message
81400
+ * @param {!jspb.BinaryWriter} writer
81401
+ * @suppress {unusedLocalVariables} f is only used for nested messages
81402
+ */
81403
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.serializeBinaryToWriter = function(message, writer) {
81404
+ var f = undefined;
81405
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
81406
+ if (f != null) {
81407
+ writer.writeString(
81408
+ 1,
81409
+ f
81410
+ );
81411
+ }
81412
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
81413
+ if (f != null) {
81414
+ writer.writeString(
81415
+ 2,
81416
+ f
81417
+ );
81418
+ }
81419
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
81420
+ if (f != null) {
81421
+ writer.writeString(
81422
+ 3,
81423
+ f
81424
+ );
81425
+ }
81426
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
81427
+ if (f != null) {
81428
+ writer.writeString(
81429
+ 4,
81430
+ f
81431
+ );
81432
+ }
81433
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
81434
+ if (f != null) {
81435
+ writer.writeString(
81436
+ 5,
81437
+ f
81438
+ );
81439
+ }
81440
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
81441
+ if (f != null) {
81442
+ writer.writeString(
81443
+ 6,
81444
+ f
81445
+ );
81446
+ }
81447
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
81448
+ if (f != null) {
81449
+ writer.writeString(
81450
+ 7,
81451
+ f
81452
+ );
81453
+ }
81454
+ };
81455
+
81456
+
81457
+ /**
81458
+ * optional string device_id = 1;
81459
+ * @return {string}
81460
+ */
81461
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getDeviceId = function() {
81462
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
81463
+ };
81464
+
81465
+
81466
+ /**
81467
+ * @param {string} value
81468
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81469
+ */
81470
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setDeviceId = function(value) {
81471
+ return jspb.Message.setField(this, 1, value);
81472
+ };
81473
+
81474
+
81475
+ /**
81476
+ * Clears the field making it undefined.
81477
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81478
+ */
81479
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearDeviceId = function() {
81480
+ return jspb.Message.setField(this, 1, undefined);
81481
+ };
81482
+
81483
+
81484
+ /**
81485
+ * Returns whether this field is set.
81486
+ * @return {boolean}
81487
+ */
81488
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasDeviceId = function() {
81489
+ return jspb.Message.getField(this, 1) != null;
81490
+ };
81491
+
81492
+
81493
+ /**
81494
+ * optional string link_speed = 2;
81495
+ * @return {string}
81496
+ */
81497
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getLinkSpeed = function() {
81498
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
81499
+ };
81500
+
81501
+
81502
+ /**
81503
+ * @param {string} value
81504
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81505
+ */
81506
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setLinkSpeed = function(value) {
81507
+ return jspb.Message.setField(this, 2, value);
81508
+ };
81509
+
81510
+
81511
+ /**
81512
+ * Clears the field making it undefined.
81513
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81514
+ */
81515
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearLinkSpeed = function() {
81516
+ return jspb.Message.setField(this, 2, undefined);
81517
+ };
81518
+
81519
+
81520
+ /**
81521
+ * Returns whether this field is set.
81522
+ * @return {boolean}
81523
+ */
81524
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasLinkSpeed = function() {
81525
+ return jspb.Message.getField(this, 2) != null;
81526
+ };
81527
+
81528
+
81529
+ /**
81530
+ * optional string link_width = 3;
81531
+ * @return {string}
81532
+ */
81533
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getLinkWidth = function() {
81534
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
81535
+ };
81536
+
81537
+
81538
+ /**
81539
+ * @param {string} value
81540
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81541
+ */
81542
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setLinkWidth = function(value) {
81543
+ return jspb.Message.setField(this, 3, value);
81544
+ };
81545
+
81546
+
81547
+ /**
81548
+ * Clears the field making it undefined.
81549
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81550
+ */
81551
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearLinkWidth = function() {
81552
+ return jspb.Message.setField(this, 3, undefined);
81553
+ };
81554
+
81555
+
81556
+ /**
81557
+ * Returns whether this field is set.
81558
+ * @return {boolean}
81559
+ */
81560
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasLinkWidth = function() {
81561
+ return jspb.Message.getField(this, 3) != null;
81562
+ };
81563
+
81564
+
81565
+ /**
81566
+ * optional string revision_id = 4;
81567
+ * @return {string}
81568
+ */
81569
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getRevisionId = function() {
81570
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
81571
+ };
81572
+
81573
+
81574
+ /**
81575
+ * @param {string} value
81576
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81577
+ */
81578
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setRevisionId = function(value) {
81579
+ return jspb.Message.setField(this, 4, value);
81580
+ };
81581
+
81582
+
81583
+ /**
81584
+ * Clears the field making it undefined.
81585
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81586
+ */
81587
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearRevisionId = function() {
81588
+ return jspb.Message.setField(this, 4, undefined);
81589
+ };
81590
+
81591
+
81592
+ /**
81593
+ * Returns whether this field is set.
81594
+ * @return {boolean}
81595
+ */
81596
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasRevisionId = function() {
81597
+ return jspb.Message.getField(this, 4) != null;
81598
+ };
81599
+
81600
+
81601
+ /**
81602
+ * optional string subsystem_id = 5;
81603
+ * @return {string}
81604
+ */
81605
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getSubsystemId = function() {
81606
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
81607
+ };
81608
+
81609
+
81610
+ /**
81611
+ * @param {string} value
81612
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81613
+ */
81614
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setSubsystemId = function(value) {
81615
+ return jspb.Message.setField(this, 5, value);
81616
+ };
81617
+
81618
+
81619
+ /**
81620
+ * Clears the field making it undefined.
81621
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81622
+ */
81623
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearSubsystemId = function() {
81624
+ return jspb.Message.setField(this, 5, undefined);
81625
+ };
81626
+
81627
+
81628
+ /**
81629
+ * Returns whether this field is set.
81630
+ * @return {boolean}
81631
+ */
81632
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasSubsystemId = function() {
81633
+ return jspb.Message.getField(this, 5) != null;
81634
+ };
81635
+
81636
+
81637
+ /**
81638
+ * optional string subsystem_vendor_id = 6;
81639
+ * @return {string}
81640
+ */
81641
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getSubsystemVendorId = function() {
81642
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
81643
+ };
81644
+
81645
+
81646
+ /**
81647
+ * @param {string} value
81648
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81649
+ */
81650
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setSubsystemVendorId = function(value) {
81651
+ return jspb.Message.setField(this, 6, value);
81652
+ };
81653
+
81654
+
81655
+ /**
81656
+ * Clears the field making it undefined.
81657
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81658
+ */
81659
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearSubsystemVendorId = function() {
81660
+ return jspb.Message.setField(this, 6, undefined);
81661
+ };
81662
+
81663
+
81664
+ /**
81665
+ * Returns whether this field is set.
81666
+ * @return {boolean}
81667
+ */
81668
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasSubsystemVendorId = function() {
81669
+ return jspb.Message.getField(this, 6) != null;
81670
+ };
81671
+
81672
+
81673
+ /**
81674
+ * optional string vendor_id = 7;
81675
+ * @return {string}
81676
+ */
81677
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.getVendorId = function() {
81678
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
81679
+ };
81680
+
81681
+
81682
+ /**
81683
+ * @param {string} value
81684
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81685
+ */
81686
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.setVendorId = function(value) {
81687
+ return jspb.Message.setField(this, 7, value);
81688
+ };
81689
+
81690
+
81691
+ /**
81692
+ * Clears the field making it undefined.
81693
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader} returns this
81694
+ */
81695
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.clearVendorId = function() {
81696
+ return jspb.Message.setField(this, 7, undefined);
81697
+ };
81698
+
81699
+
81700
+ /**
81701
+ * Returns whether this field is set.
81702
+ * @return {boolean}
81703
+ */
81704
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacCardReader.prototype.hasVendorId = function() {
81705
+ return jspb.Message.getField(this, 7) != null;
81706
+ };
81707
+
81708
+
81709
+
81710
+
81711
+
80882
81712
  if (jspb.Message.GENERATE_TO_OBJECT) {
80883
81713
  /**
80884
81714
  * Creates an object representation of this proto.