@lansweeper/data-platform-outbound-grpc 0.1.133 → 0.1.135

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,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbContr
56
56
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbDeviceInfo', null, global);
57
57
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerInfrared', null, global);
58
58
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerLinuxBasicInfo', null, global);
59
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard', null, global);
59
60
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility', null, global);
60
61
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacBluetooth', null, global);
61
62
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacCamera', null, global);
@@ -3227,6 +3228,27 @@ if (goog.DEBUG && !COMPILED) {
3227
3228
  */
3228
3229
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp';
3229
3230
  }
3231
+ /**
3232
+ * Generated by JsPbCodeGenerator.
3233
+ * @param {Array=} opt_data Optional initial data array, typically from a
3234
+ * server response, or constructed directly in Javascript. The array is used
3235
+ * in place and becomes part of the constructed object. It is not cloned.
3236
+ * If no data is provided, the constructed object will be empty, but still
3237
+ * valid.
3238
+ * @extends {jspb.Message}
3239
+ * @constructor
3240
+ */
3241
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard = function(opt_data) {
3242
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
3243
+ };
3244
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard, jspb.Message);
3245
+ if (goog.DEBUG && !COMPILED) {
3246
+ /**
3247
+ * @public
3248
+ * @override
3249
+ */
3250
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard';
3251
+ }
3230
3252
  /**
3231
3253
  * Generated by JsPbCodeGenerator.
3232
3254
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -8049,7 +8071,7 @@ proto.com.lansweeper.dp.outbound.v1.Entity.prototype.hasAsset = function() {
8049
8071
  * @private {!Array<number>}
8050
8072
  * @const
8051
8073
  */
8052
- proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [74,33,14,20,81,80];
8074
+ proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [74,86,33,14,20,81,80];
8053
8075
 
8054
8076
 
8055
8077
 
@@ -8091,6 +8113,8 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
8091
8113
  lastSyncedSourceName: jspb.Message.getFieldWithDefault(msg, 49, ""),
8092
8114
  sourceInfoList: jspb.Message.toObjectList(msg.getSourceInfoList(),
8093
8115
  proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject, includeInstance),
8116
+ unlinkedSourceInfoList: jspb.Message.toObjectList(msg.getUnlinkedSourceInfoList(),
8117
+ proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject, includeInstance),
8094
8118
  uniqueKey: jspb.Message.getFieldWithDefault(msg, 23, ""),
8095
8119
  scanErrorList: jspb.Message.toObjectList(msg.getScanErrorList(),
8096
8120
  proto.com.lansweeper.dp.outbound.v1.ScanError.toObject, includeInstance),
@@ -8191,6 +8215,11 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
8191
8215
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SourceInfo.deserializeBinaryFromReader);
8192
8216
  msg.addSourceInfo(value);
8193
8217
  break;
8218
+ case 86:
8219
+ var value = new proto.com.lansweeper.dp.outbound.v1.SourceInfo;
8220
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SourceInfo.deserializeBinaryFromReader);
8221
+ msg.addUnlinkedSourceInfo(value);
8222
+ break;
8194
8223
  case 23:
8195
8224
  var value = /** @type {string} */ (reader.readString());
8196
8225
  msg.setUniqueKey(value);
@@ -8386,6 +8415,14 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
8386
8415
  proto.com.lansweeper.dp.outbound.v1.SourceInfo.serializeBinaryToWriter
8387
8416
  );
8388
8417
  }
8418
+ f = message.getUnlinkedSourceInfoList();
8419
+ if (f.length > 0) {
8420
+ writer.writeRepeatedMessage(
8421
+ 86,
8422
+ f,
8423
+ proto.com.lansweeper.dp.outbound.v1.SourceInfo.serializeBinaryToWriter
8424
+ );
8425
+ }
8389
8426
  f = /** @type {string} */ (jspb.Message.getField(message, 23));
8390
8427
  if (f != null) {
8391
8428
  writer.writeString(
@@ -8851,6 +8888,44 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearSourceInfoList = functi
8851
8888
  };
8852
8889
 
8853
8890
 
8891
+ /**
8892
+ * repeated SourceInfo unlinked_source_info = 86;
8893
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.SourceInfo>}
8894
+ */
8895
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getUnlinkedSourceInfoList = function() {
8896
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.SourceInfo>} */ (
8897
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SourceInfo, 86));
8898
+ };
8899
+
8900
+
8901
+ /**
8902
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.SourceInfo>} value
8903
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8904
+ */
8905
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setUnlinkedSourceInfoList = function(value) {
8906
+ return jspb.Message.setRepeatedWrapperField(this, 86, value);
8907
+ };
8908
+
8909
+
8910
+ /**
8911
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SourceInfo=} opt_value
8912
+ * @param {number=} opt_index
8913
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SourceInfo}
8914
+ */
8915
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addUnlinkedSourceInfo = function(opt_value, opt_index) {
8916
+ return jspb.Message.addToRepeatedWrapperField(this, 86, opt_value, proto.com.lansweeper.dp.outbound.v1.SourceInfo, opt_index);
8917
+ };
8918
+
8919
+
8920
+ /**
8921
+ * Clears the list making it empty but non-null.
8922
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
8923
+ */
8924
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearUnlinkedSourceInfoList = function() {
8925
+ return this.setUnlinkedSourceInfoList([]);
8926
+ };
8927
+
8928
+
8854
8929
  /**
8855
8930
  * optional string unique_key = 23;
8856
8931
  * @return {string}
@@ -10399,7 +10474,7 @@ proto.com.lansweeper.dp.outbound.v1.WarrantyInfo.prototype.setIsReliable = funct
10399
10474
  * @private {!Array<number>}
10400
10475
  * @const
10401
10476
  */
10402
- 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,44,45,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];
10477
+ 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,44,45,102,103,105,107,202,203,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,225,227,302,303,304];
10403
10478
 
10404
10479
 
10405
10480
 
@@ -10571,6 +10646,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
10571
10646
  macInstallHistoryList: jspb.Message.toObjectList(msg.getMacInstallHistoryList(),
10572
10647
  proto.com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory.toObject, includeInstance),
10573
10648
  linuxBasicInfo: (f = msg.getLinuxBasicInfo()) && proto.com.lansweeper.dp.outbound.v1.ComputerLinuxBasicInfo.toObject(includeInstance, f),
10649
+ linuxPcieCardsList: jspb.Message.toObjectList(msg.getLinuxPcieCardsList(),
10650
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.toObject, includeInstance),
10574
10651
  lastUser: (f = msg.getLastUser()) && proto.com.lansweeper.dp.outbound.v1.LastUser.toObject(includeInstance, f),
10575
10652
  userList: jspb.Message.toObjectList(msg.getUserList(),
10576
10653
  proto.com.lansweeper.dp.outbound.v1.UserAccount.toObject, includeInstance),
@@ -11004,6 +11081,11 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
11004
11081
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerLinuxBasicInfo.deserializeBinaryFromReader);
11005
11082
  msg.setLinuxBasicInfo(value);
11006
11083
  break;
11084
+ case 227:
11085
+ var value = new proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard;
11086
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.deserializeBinaryFromReader);
11087
+ msg.addLinuxPcieCards(value);
11088
+ break;
11007
11089
  case 301:
11008
11090
  var value = new proto.com.lansweeper.dp.outbound.v1.LastUser;
11009
11091
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.LastUser.deserializeBinaryFromReader);
@@ -11677,6 +11759,14 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
11677
11759
  proto.com.lansweeper.dp.outbound.v1.ComputerLinuxBasicInfo.serializeBinaryToWriter
11678
11760
  );
11679
11761
  }
11762
+ f = message.getLinuxPcieCardsList();
11763
+ if (f.length > 0) {
11764
+ writer.writeRepeatedMessage(
11765
+ 227,
11766
+ f,
11767
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.serializeBinaryToWriter
11768
+ );
11769
+ }
11680
11770
  f = message.getLastUser();
11681
11771
  if (f != null) {
11682
11772
  writer.writeMessage(
@@ -14659,6 +14749,44 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.hasLinuxBasicInfo = funct
14659
14749
  };
14660
14750
 
14661
14751
 
14752
+ /**
14753
+ * repeated ComputerLinuxPcieCard linux_pcie_cards = 227;
14754
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard>}
14755
+ */
14756
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getLinuxPcieCardsList = function() {
14757
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard>} */ (
14758
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard, 227));
14759
+ };
14760
+
14761
+
14762
+ /**
14763
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard>} value
14764
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
14765
+ */
14766
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setLinuxPcieCardsList = function(value) {
14767
+ return jspb.Message.setRepeatedWrapperField(this, 227, value);
14768
+ };
14769
+
14770
+
14771
+ /**
14772
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard=} opt_value
14773
+ * @param {number=} opt_index
14774
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard}
14775
+ */
14776
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addLinuxPcieCards = function(opt_value, opt_index) {
14777
+ return jspb.Message.addToRepeatedWrapperField(this, 227, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard, opt_index);
14778
+ };
14779
+
14780
+
14781
+ /**
14782
+ * Clears the list making it empty but non-null.
14783
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
14784
+ */
14785
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearLinuxPcieCardsList = function() {
14786
+ return this.setLinuxPcieCardsList([]);
14787
+ };
14788
+
14789
+
14662
14790
  /**
14663
14791
  * optional LastUser last_user = 301;
14664
14792
  * @return {?proto.com.lansweeper.dp.outbound.v1.LastUser}
@@ -81729,6 +81857,442 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.hasCaption =
81729
81857
 
81730
81858
 
81731
81859
 
81860
+ if (jspb.Message.GENERATE_TO_OBJECT) {
81861
+ /**
81862
+ * Creates an object representation of this proto.
81863
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
81864
+ * Optional fields that are not set will be set to undefined.
81865
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
81866
+ * For the list of reserved names please see:
81867
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
81868
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
81869
+ * JSPB instance for transitional soy proto support:
81870
+ * http://goto/soy-param-migration
81871
+ * @return {!Object}
81872
+ */
81873
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.toObject = function(opt_includeInstance) {
81874
+ return proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.toObject(opt_includeInstance, this);
81875
+ };
81876
+
81877
+
81878
+ /**
81879
+ * Static version of the {@see toObject} method.
81880
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
81881
+ * the JSPB instance for transitional soy proto support:
81882
+ * http://goto/soy-param-migration
81883
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} msg The msg instance to transform.
81884
+ * @return {!Object}
81885
+ * @suppress {unusedLocalVariables} f is only used for nested messages
81886
+ */
81887
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.toObject = function(includeInstance, msg) {
81888
+ var f, obj = {
81889
+ deviceId: jspb.Message.getFieldWithDefault(msg, 1, ""),
81890
+ type: jspb.Message.getFieldWithDefault(msg, 2, ""),
81891
+ name: jspb.Message.getFieldWithDefault(msg, 3, ""),
81892
+ manufacturer: jspb.Message.getFieldWithDefault(msg, 4, ""),
81893
+ subsystemName: jspb.Message.getFieldWithDefault(msg, 5, ""),
81894
+ subsystemManufacturer: jspb.Message.getFieldWithDefault(msg, 6, ""),
81895
+ parent: jspb.Message.getFieldWithDefault(msg, 7, "")
81896
+ };
81897
+
81898
+ if (includeInstance) {
81899
+ obj.$jspbMessageInstance = msg;
81900
+ }
81901
+ return obj;
81902
+ };
81903
+ }
81904
+
81905
+
81906
+ /**
81907
+ * Deserializes binary data (in protobuf wire format).
81908
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
81909
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard}
81910
+ */
81911
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.deserializeBinary = function(bytes) {
81912
+ var reader = new jspb.BinaryReader(bytes);
81913
+ var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard;
81914
+ return proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.deserializeBinaryFromReader(msg, reader);
81915
+ };
81916
+
81917
+
81918
+ /**
81919
+ * Deserializes binary data (in protobuf wire format) from the
81920
+ * given reader into the given message object.
81921
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} msg The message object to deserialize into.
81922
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
81923
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard}
81924
+ */
81925
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.deserializeBinaryFromReader = function(msg, reader) {
81926
+ while (reader.nextField()) {
81927
+ if (reader.isEndGroup()) {
81928
+ break;
81929
+ }
81930
+ var field = reader.getFieldNumber();
81931
+ switch (field) {
81932
+ case 1:
81933
+ var value = /** @type {string} */ (reader.readString());
81934
+ msg.setDeviceId(value);
81935
+ break;
81936
+ case 2:
81937
+ var value = /** @type {string} */ (reader.readString());
81938
+ msg.setType(value);
81939
+ break;
81940
+ case 3:
81941
+ var value = /** @type {string} */ (reader.readString());
81942
+ msg.setName(value);
81943
+ break;
81944
+ case 4:
81945
+ var value = /** @type {string} */ (reader.readString());
81946
+ msg.setManufacturer(value);
81947
+ break;
81948
+ case 5:
81949
+ var value = /** @type {string} */ (reader.readString());
81950
+ msg.setSubsystemName(value);
81951
+ break;
81952
+ case 6:
81953
+ var value = /** @type {string} */ (reader.readString());
81954
+ msg.setSubsystemManufacturer(value);
81955
+ break;
81956
+ case 7:
81957
+ var value = /** @type {string} */ (reader.readString());
81958
+ msg.setParent(value);
81959
+ break;
81960
+ default:
81961
+ reader.skipField();
81962
+ break;
81963
+ }
81964
+ }
81965
+ return msg;
81966
+ };
81967
+
81968
+
81969
+ /**
81970
+ * Serializes the message to binary data (in protobuf wire format).
81971
+ * @return {!Uint8Array}
81972
+ */
81973
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.serializeBinary = function() {
81974
+ var writer = new jspb.BinaryWriter();
81975
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.serializeBinaryToWriter(this, writer);
81976
+ return writer.getResultBuffer();
81977
+ };
81978
+
81979
+
81980
+ /**
81981
+ * Serializes the given message to binary data (in protobuf wire
81982
+ * format), writing to the given BinaryWriter.
81983
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} message
81984
+ * @param {!jspb.BinaryWriter} writer
81985
+ * @suppress {unusedLocalVariables} f is only used for nested messages
81986
+ */
81987
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.serializeBinaryToWriter = function(message, writer) {
81988
+ var f = undefined;
81989
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
81990
+ if (f != null) {
81991
+ writer.writeString(
81992
+ 1,
81993
+ f
81994
+ );
81995
+ }
81996
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
81997
+ if (f != null) {
81998
+ writer.writeString(
81999
+ 2,
82000
+ f
82001
+ );
82002
+ }
82003
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
82004
+ if (f != null) {
82005
+ writer.writeString(
82006
+ 3,
82007
+ f
82008
+ );
82009
+ }
82010
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
82011
+ if (f != null) {
82012
+ writer.writeString(
82013
+ 4,
82014
+ f
82015
+ );
82016
+ }
82017
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
82018
+ if (f != null) {
82019
+ writer.writeString(
82020
+ 5,
82021
+ f
82022
+ );
82023
+ }
82024
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
82025
+ if (f != null) {
82026
+ writer.writeString(
82027
+ 6,
82028
+ f
82029
+ );
82030
+ }
82031
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
82032
+ if (f != null) {
82033
+ writer.writeString(
82034
+ 7,
82035
+ f
82036
+ );
82037
+ }
82038
+ };
82039
+
82040
+
82041
+ /**
82042
+ * optional string device_id = 1;
82043
+ * @return {string}
82044
+ */
82045
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.getDeviceId = function() {
82046
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
82047
+ };
82048
+
82049
+
82050
+ /**
82051
+ * @param {string} value
82052
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82053
+ */
82054
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.setDeviceId = function(value) {
82055
+ return jspb.Message.setField(this, 1, value);
82056
+ };
82057
+
82058
+
82059
+ /**
82060
+ * Clears the field making it undefined.
82061
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82062
+ */
82063
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.clearDeviceId = function() {
82064
+ return jspb.Message.setField(this, 1, undefined);
82065
+ };
82066
+
82067
+
82068
+ /**
82069
+ * Returns whether this field is set.
82070
+ * @return {boolean}
82071
+ */
82072
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.hasDeviceId = function() {
82073
+ return jspb.Message.getField(this, 1) != null;
82074
+ };
82075
+
82076
+
82077
+ /**
82078
+ * optional string type = 2;
82079
+ * @return {string}
82080
+ */
82081
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.getType = function() {
82082
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
82083
+ };
82084
+
82085
+
82086
+ /**
82087
+ * @param {string} value
82088
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82089
+ */
82090
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.setType = function(value) {
82091
+ return jspb.Message.setField(this, 2, value);
82092
+ };
82093
+
82094
+
82095
+ /**
82096
+ * Clears the field making it undefined.
82097
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82098
+ */
82099
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.clearType = function() {
82100
+ return jspb.Message.setField(this, 2, undefined);
82101
+ };
82102
+
82103
+
82104
+ /**
82105
+ * Returns whether this field is set.
82106
+ * @return {boolean}
82107
+ */
82108
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.hasType = function() {
82109
+ return jspb.Message.getField(this, 2) != null;
82110
+ };
82111
+
82112
+
82113
+ /**
82114
+ * optional string name = 3;
82115
+ * @return {string}
82116
+ */
82117
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.getName = function() {
82118
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
82119
+ };
82120
+
82121
+
82122
+ /**
82123
+ * @param {string} value
82124
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82125
+ */
82126
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.setName = function(value) {
82127
+ return jspb.Message.setField(this, 3, value);
82128
+ };
82129
+
82130
+
82131
+ /**
82132
+ * Clears the field making it undefined.
82133
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82134
+ */
82135
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.clearName = function() {
82136
+ return jspb.Message.setField(this, 3, undefined);
82137
+ };
82138
+
82139
+
82140
+ /**
82141
+ * Returns whether this field is set.
82142
+ * @return {boolean}
82143
+ */
82144
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.hasName = function() {
82145
+ return jspb.Message.getField(this, 3) != null;
82146
+ };
82147
+
82148
+
82149
+ /**
82150
+ * optional string manufacturer = 4;
82151
+ * @return {string}
82152
+ */
82153
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.getManufacturer = function() {
82154
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
82155
+ };
82156
+
82157
+
82158
+ /**
82159
+ * @param {string} value
82160
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82161
+ */
82162
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.setManufacturer = function(value) {
82163
+ return jspb.Message.setField(this, 4, value);
82164
+ };
82165
+
82166
+
82167
+ /**
82168
+ * Clears the field making it undefined.
82169
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82170
+ */
82171
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.clearManufacturer = function() {
82172
+ return jspb.Message.setField(this, 4, undefined);
82173
+ };
82174
+
82175
+
82176
+ /**
82177
+ * Returns whether this field is set.
82178
+ * @return {boolean}
82179
+ */
82180
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.hasManufacturer = function() {
82181
+ return jspb.Message.getField(this, 4) != null;
82182
+ };
82183
+
82184
+
82185
+ /**
82186
+ * optional string subsystem_name = 5;
82187
+ * @return {string}
82188
+ */
82189
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.getSubsystemName = function() {
82190
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
82191
+ };
82192
+
82193
+
82194
+ /**
82195
+ * @param {string} value
82196
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82197
+ */
82198
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.setSubsystemName = function(value) {
82199
+ return jspb.Message.setField(this, 5, value);
82200
+ };
82201
+
82202
+
82203
+ /**
82204
+ * Clears the field making it undefined.
82205
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82206
+ */
82207
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.clearSubsystemName = function() {
82208
+ return jspb.Message.setField(this, 5, undefined);
82209
+ };
82210
+
82211
+
82212
+ /**
82213
+ * Returns whether this field is set.
82214
+ * @return {boolean}
82215
+ */
82216
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.hasSubsystemName = function() {
82217
+ return jspb.Message.getField(this, 5) != null;
82218
+ };
82219
+
82220
+
82221
+ /**
82222
+ * optional string subsystem_manufacturer = 6;
82223
+ * @return {string}
82224
+ */
82225
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.getSubsystemManufacturer = function() {
82226
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
82227
+ };
82228
+
82229
+
82230
+ /**
82231
+ * @param {string} value
82232
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82233
+ */
82234
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.setSubsystemManufacturer = function(value) {
82235
+ return jspb.Message.setField(this, 6, value);
82236
+ };
82237
+
82238
+
82239
+ /**
82240
+ * Clears the field making it undefined.
82241
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82242
+ */
82243
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.clearSubsystemManufacturer = function() {
82244
+ return jspb.Message.setField(this, 6, undefined);
82245
+ };
82246
+
82247
+
82248
+ /**
82249
+ * Returns whether this field is set.
82250
+ * @return {boolean}
82251
+ */
82252
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.hasSubsystemManufacturer = function() {
82253
+ return jspb.Message.getField(this, 6) != null;
82254
+ };
82255
+
82256
+
82257
+ /**
82258
+ * optional string parent = 7;
82259
+ * @return {string}
82260
+ */
82261
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.getParent = function() {
82262
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
82263
+ };
82264
+
82265
+
82266
+ /**
82267
+ * @param {string} value
82268
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82269
+ */
82270
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.setParent = function(value) {
82271
+ return jspb.Message.setField(this, 7, value);
82272
+ };
82273
+
82274
+
82275
+ /**
82276
+ * Clears the field making it undefined.
82277
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard} returns this
82278
+ */
82279
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.clearParent = function() {
82280
+ return jspb.Message.setField(this, 7, undefined);
82281
+ };
82282
+
82283
+
82284
+ /**
82285
+ * Returns whether this field is set.
82286
+ * @return {boolean}
82287
+ */
82288
+ proto.com.lansweeper.dp.outbound.v1.ComputerLinuxPcieCard.prototype.hasParent = function() {
82289
+ return jspb.Message.getField(this, 7) != null;
82290
+ };
82291
+
82292
+
82293
+
82294
+
82295
+
81732
82296
  if (jspb.Message.GENERATE_TO_OBJECT) {
81733
82297
  /**
81734
82298
  * Creates an object representation of this proto.