@lansweeper/discovery-sensor-proto 2.34.1 → 2.35.1

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.
@@ -40,6 +40,7 @@ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.CertificateE
40
40
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.CertificateInfo', null, global);
41
41
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.CertificateKeyUsage', null, global);
42
42
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.CertificateLocation', null, global);
43
+ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.Codec', null, global);
43
44
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.ComputerSystem', null, global);
44
45
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.ComputerSystemProduct', null, global);
45
46
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.Desktop', null, global);
@@ -140,6 +141,7 @@ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCdRom
140
141
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCertificateInfo', null, global);
141
142
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsClusterInfo', null, global);
142
143
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsClusterNode', null, global);
144
+ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec', null, global);
143
145
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsComputerSystem', null, global);
144
146
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsComputerSystemProduct', null, global);
145
147
  goog.exportSymbol('proto.com.lansweeper.discovery.sensor.windows.v1.WindowsDesktop', null, global);
@@ -2967,6 +2969,48 @@ if (goog.DEBUG && !COMPILED) {
2967
2969
  */
2968
2970
  proto.com.lansweeper.discovery.sensor.windows.v1.CdRom.displayName = 'proto.com.lansweeper.discovery.sensor.windows.v1.CdRom';
2969
2971
  }
2972
+ /**
2973
+ * Generated by JsPbCodeGenerator.
2974
+ * @param {Array=} opt_data Optional initial data array, typically from a
2975
+ * server response, or constructed directly in Javascript. The array is used
2976
+ * in place and becomes part of the constructed object. It is not cloned.
2977
+ * If no data is provided, the constructed object will be empty, but still
2978
+ * valid.
2979
+ * @extends {jspb.Message}
2980
+ * @constructor
2981
+ */
2982
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec = function(opt_data) {
2983
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.repeatedFields_, null);
2984
+ };
2985
+ goog.inherits(proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec, jspb.Message);
2986
+ if (goog.DEBUG && !COMPILED) {
2987
+ /**
2988
+ * @public
2989
+ * @override
2990
+ */
2991
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.displayName = 'proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec';
2992
+ }
2993
+ /**
2994
+ * Generated by JsPbCodeGenerator.
2995
+ * @param {Array=} opt_data Optional initial data array, typically from a
2996
+ * server response, or constructed directly in Javascript. The array is used
2997
+ * in place and becomes part of the constructed object. It is not cloned.
2998
+ * If no data is provided, the constructed object will be empty, but still
2999
+ * valid.
3000
+ * @extends {jspb.Message}
3001
+ * @constructor
3002
+ */
3003
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec = function(opt_data) {
3004
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
3005
+ };
3006
+ goog.inherits(proto.com.lansweeper.discovery.sensor.windows.v1.Codec, jspb.Message);
3007
+ if (goog.DEBUG && !COMPILED) {
3008
+ /**
3009
+ * @public
3010
+ * @override
3011
+ */
3012
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.displayName = 'proto.com.lansweeper.discovery.sensor.windows.v1.Codec';
3013
+ }
2970
3014
  /**
2971
3015
  * Generated by JsPbCodeGenerator.
2972
3016
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -55941,6 +55985,1286 @@ proto.com.lansweeper.discovery.sensor.windows.v1.CdRom.prototype.hasStatus = fun
55941
55985
 
55942
55986
 
55943
55987
 
55988
+ /**
55989
+ * List of repeated fields within this message type.
55990
+ * @private {!Array<number>}
55991
+ * @const
55992
+ */
55993
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.repeatedFields_ = [1];
55994
+
55995
+
55996
+
55997
+ if (jspb.Message.GENERATE_TO_OBJECT) {
55998
+ /**
55999
+ * Creates an object representation of this proto.
56000
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
56001
+ * Optional fields that are not set will be set to undefined.
56002
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
56003
+ * For the list of reserved names please see:
56004
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
56005
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
56006
+ * JSPB instance for transitional soy proto support:
56007
+ * http://goto/soy-param-migration
56008
+ * @return {!Object}
56009
+ */
56010
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.prototype.toObject = function(opt_includeInstance) {
56011
+ return proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.toObject(opt_includeInstance, this);
56012
+ };
56013
+
56014
+
56015
+ /**
56016
+ * Static version of the {@see toObject} method.
56017
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
56018
+ * the JSPB instance for transitional soy proto support:
56019
+ * http://goto/soy-param-migration
56020
+ * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec} msg The msg instance to transform.
56021
+ * @return {!Object}
56022
+ * @suppress {unusedLocalVariables} f is only used for nested messages
56023
+ */
56024
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.toObject = function(includeInstance, msg) {
56025
+ var f, obj = {
56026
+ entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
56027
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.toObject, includeInstance)
56028
+ };
56029
+
56030
+ if (includeInstance) {
56031
+ obj.$jspbMessageInstance = msg;
56032
+ }
56033
+ return obj;
56034
+ };
56035
+ }
56036
+
56037
+
56038
+ /**
56039
+ * Deserializes binary data (in protobuf wire format).
56040
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
56041
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec}
56042
+ */
56043
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.deserializeBinary = function(bytes) {
56044
+ var reader = new jspb.BinaryReader(bytes);
56045
+ var msg = new proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec;
56046
+ return proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.deserializeBinaryFromReader(msg, reader);
56047
+ };
56048
+
56049
+
56050
+ /**
56051
+ * Deserializes binary data (in protobuf wire format) from the
56052
+ * given reader into the given message object.
56053
+ * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec} msg The message object to deserialize into.
56054
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
56055
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec}
56056
+ */
56057
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.deserializeBinaryFromReader = function(msg, reader) {
56058
+ while (reader.nextField()) {
56059
+ if (reader.isEndGroup()) {
56060
+ break;
56061
+ }
56062
+ var field = reader.getFieldNumber();
56063
+ switch (field) {
56064
+ case 1:
56065
+ var value = new proto.com.lansweeper.discovery.sensor.windows.v1.Codec;
56066
+ reader.readMessage(value,proto.com.lansweeper.discovery.sensor.windows.v1.Codec.deserializeBinaryFromReader);
56067
+ msg.addEntries(value);
56068
+ break;
56069
+ default:
56070
+ reader.skipField();
56071
+ break;
56072
+ }
56073
+ }
56074
+ return msg;
56075
+ };
56076
+
56077
+
56078
+ /**
56079
+ * Serializes the message to binary data (in protobuf wire format).
56080
+ * @return {!Uint8Array}
56081
+ */
56082
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.prototype.serializeBinary = function() {
56083
+ var writer = new jspb.BinaryWriter();
56084
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.serializeBinaryToWriter(this, writer);
56085
+ return writer.getResultBuffer();
56086
+ };
56087
+
56088
+
56089
+ /**
56090
+ * Serializes the given message to binary data (in protobuf wire
56091
+ * format), writing to the given BinaryWriter.
56092
+ * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec} message
56093
+ * @param {!jspb.BinaryWriter} writer
56094
+ * @suppress {unusedLocalVariables} f is only used for nested messages
56095
+ */
56096
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.serializeBinaryToWriter = function(message, writer) {
56097
+ var f = undefined;
56098
+ f = message.getEntriesList();
56099
+ if (f.length > 0) {
56100
+ writer.writeRepeatedMessage(
56101
+ 1,
56102
+ f,
56103
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.serializeBinaryToWriter
56104
+ );
56105
+ }
56106
+ };
56107
+
56108
+
56109
+ /**
56110
+ * repeated Codec entries = 1;
56111
+ * @return {!Array<!proto.com.lansweeper.discovery.sensor.windows.v1.Codec>}
56112
+ */
56113
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.prototype.getEntriesList = function() {
56114
+ return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.windows.v1.Codec>} */ (
56115
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.windows.v1.Codec, 1));
56116
+ };
56117
+
56118
+
56119
+ /**
56120
+ * @param {!Array<!proto.com.lansweeper.discovery.sensor.windows.v1.Codec>} value
56121
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec} returns this
56122
+ */
56123
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.prototype.setEntriesList = function(value) {
56124
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
56125
+ };
56126
+
56127
+
56128
+ /**
56129
+ * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec=} opt_value
56130
+ * @param {number=} opt_index
56131
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec}
56132
+ */
56133
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.prototype.addEntries = function(opt_value, opt_index) {
56134
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.discovery.sensor.windows.v1.Codec, opt_index);
56135
+ };
56136
+
56137
+
56138
+ /**
56139
+ * Clears the list making it empty but non-null.
56140
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec} returns this
56141
+ */
56142
+ proto.com.lansweeper.discovery.sensor.windows.v1.WindowsCodec.prototype.clearEntriesList = function() {
56143
+ return this.setEntriesList([]);
56144
+ };
56145
+
56146
+
56147
+
56148
+
56149
+
56150
+ if (jspb.Message.GENERATE_TO_OBJECT) {
56151
+ /**
56152
+ * Creates an object representation of this proto.
56153
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
56154
+ * Optional fields that are not set will be set to undefined.
56155
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
56156
+ * For the list of reserved names please see:
56157
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
56158
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
56159
+ * JSPB instance for transitional soy proto support:
56160
+ * http://goto/soy-param-migration
56161
+ * @return {!Object}
56162
+ */
56163
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.toObject = function(opt_includeInstance) {
56164
+ return proto.com.lansweeper.discovery.sensor.windows.v1.Codec.toObject(opt_includeInstance, this);
56165
+ };
56166
+
56167
+
56168
+ /**
56169
+ * Static version of the {@see toObject} method.
56170
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
56171
+ * the JSPB instance for transitional soy proto support:
56172
+ * http://goto/soy-param-migration
56173
+ * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} msg The msg instance to transform.
56174
+ * @return {!Object}
56175
+ * @suppress {unusedLocalVariables} f is only used for nested messages
56176
+ */
56177
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.toObject = function(includeInstance, msg) {
56178
+ var f, obj = {
56179
+ archive: (f = msg.getArchive()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
56180
+ caption: (f = msg.getCaption()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56181
+ compressed: (f = msg.getCompressed()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
56182
+ compressionMethod: (f = msg.getCompressionMethod()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56183
+ description: (f = msg.getDescription()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56184
+ drive: (f = msg.getDrive()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56185
+ encrypted: (f = msg.getEncrypted()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
56186
+ encryptionMethod: (f = msg.getEncryptionMethod()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56187
+ extension: (f = msg.getExtension$()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56188
+ fileName: (f = msg.getFileName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56189
+ fileSize: (f = msg.getFileSize()) && google_protobuf_wrappers_pb.UInt64Value.toObject(includeInstance, f),
56190
+ fileType: (f = msg.getFileType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56191
+ fsName: (f = msg.getFsName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56192
+ group: (f = msg.getGroup()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56193
+ hidden: (f = msg.getHidden()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
56194
+ installDate: (f = msg.getInstallDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
56195
+ manufacturer: (f = msg.getManufacturer()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56196
+ status: (f = msg.getStatus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
56197
+ system: (f = msg.getSystem()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
56198
+ version: (f = msg.getVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
56199
+ };
56200
+
56201
+ if (includeInstance) {
56202
+ obj.$jspbMessageInstance = msg;
56203
+ }
56204
+ return obj;
56205
+ };
56206
+ }
56207
+
56208
+
56209
+ /**
56210
+ * Deserializes binary data (in protobuf wire format).
56211
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
56212
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec}
56213
+ */
56214
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.deserializeBinary = function(bytes) {
56215
+ var reader = new jspb.BinaryReader(bytes);
56216
+ var msg = new proto.com.lansweeper.discovery.sensor.windows.v1.Codec;
56217
+ return proto.com.lansweeper.discovery.sensor.windows.v1.Codec.deserializeBinaryFromReader(msg, reader);
56218
+ };
56219
+
56220
+
56221
+ /**
56222
+ * Deserializes binary data (in protobuf wire format) from the
56223
+ * given reader into the given message object.
56224
+ * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} msg The message object to deserialize into.
56225
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
56226
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec}
56227
+ */
56228
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.deserializeBinaryFromReader = function(msg, reader) {
56229
+ while (reader.nextField()) {
56230
+ if (reader.isEndGroup()) {
56231
+ break;
56232
+ }
56233
+ var field = reader.getFieldNumber();
56234
+ switch (field) {
56235
+ case 1:
56236
+ var value = new google_protobuf_wrappers_pb.BoolValue;
56237
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
56238
+ msg.setArchive(value);
56239
+ break;
56240
+ case 2:
56241
+ var value = new google_protobuf_wrappers_pb.StringValue;
56242
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56243
+ msg.setCaption(value);
56244
+ break;
56245
+ case 3:
56246
+ var value = new google_protobuf_wrappers_pb.BoolValue;
56247
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
56248
+ msg.setCompressed(value);
56249
+ break;
56250
+ case 4:
56251
+ var value = new google_protobuf_wrappers_pb.StringValue;
56252
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56253
+ msg.setCompressionMethod(value);
56254
+ break;
56255
+ case 5:
56256
+ var value = new google_protobuf_wrappers_pb.StringValue;
56257
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56258
+ msg.setDescription(value);
56259
+ break;
56260
+ case 6:
56261
+ var value = new google_protobuf_wrappers_pb.StringValue;
56262
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56263
+ msg.setDrive(value);
56264
+ break;
56265
+ case 7:
56266
+ var value = new google_protobuf_wrappers_pb.BoolValue;
56267
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
56268
+ msg.setEncrypted(value);
56269
+ break;
56270
+ case 8:
56271
+ var value = new google_protobuf_wrappers_pb.StringValue;
56272
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56273
+ msg.setEncryptionMethod(value);
56274
+ break;
56275
+ case 9:
56276
+ var value = new google_protobuf_wrappers_pb.StringValue;
56277
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56278
+ msg.setExtension$(value);
56279
+ break;
56280
+ case 10:
56281
+ var value = new google_protobuf_wrappers_pb.StringValue;
56282
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56283
+ msg.setFileName(value);
56284
+ break;
56285
+ case 11:
56286
+ var value = new google_protobuf_wrappers_pb.UInt64Value;
56287
+ reader.readMessage(value,google_protobuf_wrappers_pb.UInt64Value.deserializeBinaryFromReader);
56288
+ msg.setFileSize(value);
56289
+ break;
56290
+ case 12:
56291
+ var value = new google_protobuf_wrappers_pb.StringValue;
56292
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56293
+ msg.setFileType(value);
56294
+ break;
56295
+ case 13:
56296
+ var value = new google_protobuf_wrappers_pb.StringValue;
56297
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56298
+ msg.setFsName(value);
56299
+ break;
56300
+ case 14:
56301
+ var value = new google_protobuf_wrappers_pb.StringValue;
56302
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56303
+ msg.setGroup(value);
56304
+ break;
56305
+ case 15:
56306
+ var value = new google_protobuf_wrappers_pb.BoolValue;
56307
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
56308
+ msg.setHidden(value);
56309
+ break;
56310
+ case 16:
56311
+ var value = new google_protobuf_timestamp_pb.Timestamp;
56312
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
56313
+ msg.setInstallDate(value);
56314
+ break;
56315
+ case 17:
56316
+ var value = new google_protobuf_wrappers_pb.StringValue;
56317
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56318
+ msg.setManufacturer(value);
56319
+ break;
56320
+ case 18:
56321
+ var value = new google_protobuf_wrappers_pb.StringValue;
56322
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56323
+ msg.setStatus(value);
56324
+ break;
56325
+ case 19:
56326
+ var value = new google_protobuf_wrappers_pb.BoolValue;
56327
+ reader.readMessage(value,google_protobuf_wrappers_pb.BoolValue.deserializeBinaryFromReader);
56328
+ msg.setSystem(value);
56329
+ break;
56330
+ case 20:
56331
+ var value = new google_protobuf_wrappers_pb.StringValue;
56332
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
56333
+ msg.setVersion(value);
56334
+ break;
56335
+ default:
56336
+ reader.skipField();
56337
+ break;
56338
+ }
56339
+ }
56340
+ return msg;
56341
+ };
56342
+
56343
+
56344
+ /**
56345
+ * Serializes the message to binary data (in protobuf wire format).
56346
+ * @return {!Uint8Array}
56347
+ */
56348
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.serializeBinary = function() {
56349
+ var writer = new jspb.BinaryWriter();
56350
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.serializeBinaryToWriter(this, writer);
56351
+ return writer.getResultBuffer();
56352
+ };
56353
+
56354
+
56355
+ /**
56356
+ * Serializes the given message to binary data (in protobuf wire
56357
+ * format), writing to the given BinaryWriter.
56358
+ * @param {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} message
56359
+ * @param {!jspb.BinaryWriter} writer
56360
+ * @suppress {unusedLocalVariables} f is only used for nested messages
56361
+ */
56362
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.serializeBinaryToWriter = function(message, writer) {
56363
+ var f = undefined;
56364
+ f = message.getArchive();
56365
+ if (f != null) {
56366
+ writer.writeMessage(
56367
+ 1,
56368
+ f,
56369
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
56370
+ );
56371
+ }
56372
+ f = message.getCaption();
56373
+ if (f != null) {
56374
+ writer.writeMessage(
56375
+ 2,
56376
+ f,
56377
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56378
+ );
56379
+ }
56380
+ f = message.getCompressed();
56381
+ if (f != null) {
56382
+ writer.writeMessage(
56383
+ 3,
56384
+ f,
56385
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
56386
+ );
56387
+ }
56388
+ f = message.getCompressionMethod();
56389
+ if (f != null) {
56390
+ writer.writeMessage(
56391
+ 4,
56392
+ f,
56393
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56394
+ );
56395
+ }
56396
+ f = message.getDescription();
56397
+ if (f != null) {
56398
+ writer.writeMessage(
56399
+ 5,
56400
+ f,
56401
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56402
+ );
56403
+ }
56404
+ f = message.getDrive();
56405
+ if (f != null) {
56406
+ writer.writeMessage(
56407
+ 6,
56408
+ f,
56409
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56410
+ );
56411
+ }
56412
+ f = message.getEncrypted();
56413
+ if (f != null) {
56414
+ writer.writeMessage(
56415
+ 7,
56416
+ f,
56417
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
56418
+ );
56419
+ }
56420
+ f = message.getEncryptionMethod();
56421
+ if (f != null) {
56422
+ writer.writeMessage(
56423
+ 8,
56424
+ f,
56425
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56426
+ );
56427
+ }
56428
+ f = message.getExtension$();
56429
+ if (f != null) {
56430
+ writer.writeMessage(
56431
+ 9,
56432
+ f,
56433
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56434
+ );
56435
+ }
56436
+ f = message.getFileName();
56437
+ if (f != null) {
56438
+ writer.writeMessage(
56439
+ 10,
56440
+ f,
56441
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56442
+ );
56443
+ }
56444
+ f = message.getFileSize();
56445
+ if (f != null) {
56446
+ writer.writeMessage(
56447
+ 11,
56448
+ f,
56449
+ google_protobuf_wrappers_pb.UInt64Value.serializeBinaryToWriter
56450
+ );
56451
+ }
56452
+ f = message.getFileType();
56453
+ if (f != null) {
56454
+ writer.writeMessage(
56455
+ 12,
56456
+ f,
56457
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56458
+ );
56459
+ }
56460
+ f = message.getFsName();
56461
+ if (f != null) {
56462
+ writer.writeMessage(
56463
+ 13,
56464
+ f,
56465
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56466
+ );
56467
+ }
56468
+ f = message.getGroup();
56469
+ if (f != null) {
56470
+ writer.writeMessage(
56471
+ 14,
56472
+ f,
56473
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56474
+ );
56475
+ }
56476
+ f = message.getHidden();
56477
+ if (f != null) {
56478
+ writer.writeMessage(
56479
+ 15,
56480
+ f,
56481
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
56482
+ );
56483
+ }
56484
+ f = message.getInstallDate();
56485
+ if (f != null) {
56486
+ writer.writeMessage(
56487
+ 16,
56488
+ f,
56489
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
56490
+ );
56491
+ }
56492
+ f = message.getManufacturer();
56493
+ if (f != null) {
56494
+ writer.writeMessage(
56495
+ 17,
56496
+ f,
56497
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56498
+ );
56499
+ }
56500
+ f = message.getStatus();
56501
+ if (f != null) {
56502
+ writer.writeMessage(
56503
+ 18,
56504
+ f,
56505
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56506
+ );
56507
+ }
56508
+ f = message.getSystem();
56509
+ if (f != null) {
56510
+ writer.writeMessage(
56511
+ 19,
56512
+ f,
56513
+ google_protobuf_wrappers_pb.BoolValue.serializeBinaryToWriter
56514
+ );
56515
+ }
56516
+ f = message.getVersion();
56517
+ if (f != null) {
56518
+ writer.writeMessage(
56519
+ 20,
56520
+ f,
56521
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
56522
+ );
56523
+ }
56524
+ };
56525
+
56526
+
56527
+ /**
56528
+ * optional google.protobuf.BoolValue archive = 1;
56529
+ * @return {?proto.google.protobuf.BoolValue}
56530
+ */
56531
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getArchive = function() {
56532
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
56533
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 1));
56534
+ };
56535
+
56536
+
56537
+ /**
56538
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
56539
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56540
+ */
56541
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setArchive = function(value) {
56542
+ return jspb.Message.setWrapperField(this, 1, value);
56543
+ };
56544
+
56545
+
56546
+ /**
56547
+ * Clears the message field making it undefined.
56548
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56549
+ */
56550
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearArchive = function() {
56551
+ return this.setArchive(undefined);
56552
+ };
56553
+
56554
+
56555
+ /**
56556
+ * Returns whether this field is set.
56557
+ * @return {boolean}
56558
+ */
56559
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasArchive = function() {
56560
+ return jspb.Message.getField(this, 1) != null;
56561
+ };
56562
+
56563
+
56564
+ /**
56565
+ * optional google.protobuf.StringValue caption = 2;
56566
+ * @return {?proto.google.protobuf.StringValue}
56567
+ */
56568
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getCaption = function() {
56569
+ return /** @type{?proto.google.protobuf.StringValue} */ (
56570
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
56571
+ };
56572
+
56573
+
56574
+ /**
56575
+ * @param {?proto.google.protobuf.StringValue|undefined} value
56576
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56577
+ */
56578
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setCaption = function(value) {
56579
+ return jspb.Message.setWrapperField(this, 2, value);
56580
+ };
56581
+
56582
+
56583
+ /**
56584
+ * Clears the message field making it undefined.
56585
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56586
+ */
56587
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearCaption = function() {
56588
+ return this.setCaption(undefined);
56589
+ };
56590
+
56591
+
56592
+ /**
56593
+ * Returns whether this field is set.
56594
+ * @return {boolean}
56595
+ */
56596
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasCaption = function() {
56597
+ return jspb.Message.getField(this, 2) != null;
56598
+ };
56599
+
56600
+
56601
+ /**
56602
+ * optional google.protobuf.BoolValue compressed = 3;
56603
+ * @return {?proto.google.protobuf.BoolValue}
56604
+ */
56605
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getCompressed = function() {
56606
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
56607
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 3));
56608
+ };
56609
+
56610
+
56611
+ /**
56612
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
56613
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56614
+ */
56615
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setCompressed = function(value) {
56616
+ return jspb.Message.setWrapperField(this, 3, value);
56617
+ };
56618
+
56619
+
56620
+ /**
56621
+ * Clears the message field making it undefined.
56622
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56623
+ */
56624
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearCompressed = function() {
56625
+ return this.setCompressed(undefined);
56626
+ };
56627
+
56628
+
56629
+ /**
56630
+ * Returns whether this field is set.
56631
+ * @return {boolean}
56632
+ */
56633
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasCompressed = function() {
56634
+ return jspb.Message.getField(this, 3) != null;
56635
+ };
56636
+
56637
+
56638
+ /**
56639
+ * optional google.protobuf.StringValue compression_method = 4;
56640
+ * @return {?proto.google.protobuf.StringValue}
56641
+ */
56642
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getCompressionMethod = function() {
56643
+ return /** @type{?proto.google.protobuf.StringValue} */ (
56644
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
56645
+ };
56646
+
56647
+
56648
+ /**
56649
+ * @param {?proto.google.protobuf.StringValue|undefined} value
56650
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56651
+ */
56652
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setCompressionMethod = function(value) {
56653
+ return jspb.Message.setWrapperField(this, 4, value);
56654
+ };
56655
+
56656
+
56657
+ /**
56658
+ * Clears the message field making it undefined.
56659
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56660
+ */
56661
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearCompressionMethod = function() {
56662
+ return this.setCompressionMethod(undefined);
56663
+ };
56664
+
56665
+
56666
+ /**
56667
+ * Returns whether this field is set.
56668
+ * @return {boolean}
56669
+ */
56670
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasCompressionMethod = function() {
56671
+ return jspb.Message.getField(this, 4) != null;
56672
+ };
56673
+
56674
+
56675
+ /**
56676
+ * optional google.protobuf.StringValue description = 5;
56677
+ * @return {?proto.google.protobuf.StringValue}
56678
+ */
56679
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getDescription = function() {
56680
+ return /** @type{?proto.google.protobuf.StringValue} */ (
56681
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
56682
+ };
56683
+
56684
+
56685
+ /**
56686
+ * @param {?proto.google.protobuf.StringValue|undefined} value
56687
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56688
+ */
56689
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setDescription = function(value) {
56690
+ return jspb.Message.setWrapperField(this, 5, value);
56691
+ };
56692
+
56693
+
56694
+ /**
56695
+ * Clears the message field making it undefined.
56696
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56697
+ */
56698
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearDescription = function() {
56699
+ return this.setDescription(undefined);
56700
+ };
56701
+
56702
+
56703
+ /**
56704
+ * Returns whether this field is set.
56705
+ * @return {boolean}
56706
+ */
56707
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasDescription = function() {
56708
+ return jspb.Message.getField(this, 5) != null;
56709
+ };
56710
+
56711
+
56712
+ /**
56713
+ * optional google.protobuf.StringValue drive = 6;
56714
+ * @return {?proto.google.protobuf.StringValue}
56715
+ */
56716
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getDrive = function() {
56717
+ return /** @type{?proto.google.protobuf.StringValue} */ (
56718
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
56719
+ };
56720
+
56721
+
56722
+ /**
56723
+ * @param {?proto.google.protobuf.StringValue|undefined} value
56724
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56725
+ */
56726
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setDrive = function(value) {
56727
+ return jspb.Message.setWrapperField(this, 6, value);
56728
+ };
56729
+
56730
+
56731
+ /**
56732
+ * Clears the message field making it undefined.
56733
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56734
+ */
56735
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearDrive = function() {
56736
+ return this.setDrive(undefined);
56737
+ };
56738
+
56739
+
56740
+ /**
56741
+ * Returns whether this field is set.
56742
+ * @return {boolean}
56743
+ */
56744
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasDrive = function() {
56745
+ return jspb.Message.getField(this, 6) != null;
56746
+ };
56747
+
56748
+
56749
+ /**
56750
+ * optional google.protobuf.BoolValue encrypted = 7;
56751
+ * @return {?proto.google.protobuf.BoolValue}
56752
+ */
56753
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getEncrypted = function() {
56754
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
56755
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 7));
56756
+ };
56757
+
56758
+
56759
+ /**
56760
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
56761
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56762
+ */
56763
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setEncrypted = function(value) {
56764
+ return jspb.Message.setWrapperField(this, 7, value);
56765
+ };
56766
+
56767
+
56768
+ /**
56769
+ * Clears the message field making it undefined.
56770
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56771
+ */
56772
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearEncrypted = function() {
56773
+ return this.setEncrypted(undefined);
56774
+ };
56775
+
56776
+
56777
+ /**
56778
+ * Returns whether this field is set.
56779
+ * @return {boolean}
56780
+ */
56781
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasEncrypted = function() {
56782
+ return jspb.Message.getField(this, 7) != null;
56783
+ };
56784
+
56785
+
56786
+ /**
56787
+ * optional google.protobuf.StringValue encryption_method = 8;
56788
+ * @return {?proto.google.protobuf.StringValue}
56789
+ */
56790
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getEncryptionMethod = function() {
56791
+ return /** @type{?proto.google.protobuf.StringValue} */ (
56792
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
56793
+ };
56794
+
56795
+
56796
+ /**
56797
+ * @param {?proto.google.protobuf.StringValue|undefined} value
56798
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56799
+ */
56800
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setEncryptionMethod = function(value) {
56801
+ return jspb.Message.setWrapperField(this, 8, value);
56802
+ };
56803
+
56804
+
56805
+ /**
56806
+ * Clears the message field making it undefined.
56807
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56808
+ */
56809
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearEncryptionMethod = function() {
56810
+ return this.setEncryptionMethod(undefined);
56811
+ };
56812
+
56813
+
56814
+ /**
56815
+ * Returns whether this field is set.
56816
+ * @return {boolean}
56817
+ */
56818
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasEncryptionMethod = function() {
56819
+ return jspb.Message.getField(this, 8) != null;
56820
+ };
56821
+
56822
+
56823
+ /**
56824
+ * optional google.protobuf.StringValue extension = 9;
56825
+ * @return {?proto.google.protobuf.StringValue}
56826
+ */
56827
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getExtension$ = function() {
56828
+ return /** @type{?proto.google.protobuf.StringValue} */ (
56829
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 9));
56830
+ };
56831
+
56832
+
56833
+ /**
56834
+ * @param {?proto.google.protobuf.StringValue|undefined} value
56835
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56836
+ */
56837
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setExtension$ = function(value) {
56838
+ return jspb.Message.setWrapperField(this, 9, value);
56839
+ };
56840
+
56841
+
56842
+ /**
56843
+ * Clears the message field making it undefined.
56844
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56845
+ */
56846
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearExtension$ = function() {
56847
+ return this.setExtension$(undefined);
56848
+ };
56849
+
56850
+
56851
+ /**
56852
+ * Returns whether this field is set.
56853
+ * @return {boolean}
56854
+ */
56855
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasExtension$ = function() {
56856
+ return jspb.Message.getField(this, 9) != null;
56857
+ };
56858
+
56859
+
56860
+ /**
56861
+ * optional google.protobuf.StringValue file_name = 10;
56862
+ * @return {?proto.google.protobuf.StringValue}
56863
+ */
56864
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getFileName = function() {
56865
+ return /** @type{?proto.google.protobuf.StringValue} */ (
56866
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
56867
+ };
56868
+
56869
+
56870
+ /**
56871
+ * @param {?proto.google.protobuf.StringValue|undefined} value
56872
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56873
+ */
56874
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setFileName = function(value) {
56875
+ return jspb.Message.setWrapperField(this, 10, value);
56876
+ };
56877
+
56878
+
56879
+ /**
56880
+ * Clears the message field making it undefined.
56881
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56882
+ */
56883
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearFileName = function() {
56884
+ return this.setFileName(undefined);
56885
+ };
56886
+
56887
+
56888
+ /**
56889
+ * Returns whether this field is set.
56890
+ * @return {boolean}
56891
+ */
56892
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasFileName = function() {
56893
+ return jspb.Message.getField(this, 10) != null;
56894
+ };
56895
+
56896
+
56897
+ /**
56898
+ * optional google.protobuf.UInt64Value file_size = 11;
56899
+ * @return {?proto.google.protobuf.UInt64Value}
56900
+ */
56901
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getFileSize = function() {
56902
+ return /** @type{?proto.google.protobuf.UInt64Value} */ (
56903
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt64Value, 11));
56904
+ };
56905
+
56906
+
56907
+ /**
56908
+ * @param {?proto.google.protobuf.UInt64Value|undefined} value
56909
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56910
+ */
56911
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setFileSize = function(value) {
56912
+ return jspb.Message.setWrapperField(this, 11, value);
56913
+ };
56914
+
56915
+
56916
+ /**
56917
+ * Clears the message field making it undefined.
56918
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56919
+ */
56920
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearFileSize = function() {
56921
+ return this.setFileSize(undefined);
56922
+ };
56923
+
56924
+
56925
+ /**
56926
+ * Returns whether this field is set.
56927
+ * @return {boolean}
56928
+ */
56929
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasFileSize = function() {
56930
+ return jspb.Message.getField(this, 11) != null;
56931
+ };
56932
+
56933
+
56934
+ /**
56935
+ * optional google.protobuf.StringValue file_type = 12;
56936
+ * @return {?proto.google.protobuf.StringValue}
56937
+ */
56938
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getFileType = function() {
56939
+ return /** @type{?proto.google.protobuf.StringValue} */ (
56940
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
56941
+ };
56942
+
56943
+
56944
+ /**
56945
+ * @param {?proto.google.protobuf.StringValue|undefined} value
56946
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56947
+ */
56948
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setFileType = function(value) {
56949
+ return jspb.Message.setWrapperField(this, 12, value);
56950
+ };
56951
+
56952
+
56953
+ /**
56954
+ * Clears the message field making it undefined.
56955
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56956
+ */
56957
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearFileType = function() {
56958
+ return this.setFileType(undefined);
56959
+ };
56960
+
56961
+
56962
+ /**
56963
+ * Returns whether this field is set.
56964
+ * @return {boolean}
56965
+ */
56966
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasFileType = function() {
56967
+ return jspb.Message.getField(this, 12) != null;
56968
+ };
56969
+
56970
+
56971
+ /**
56972
+ * optional google.protobuf.StringValue fs_name = 13;
56973
+ * @return {?proto.google.protobuf.StringValue}
56974
+ */
56975
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getFsName = function() {
56976
+ return /** @type{?proto.google.protobuf.StringValue} */ (
56977
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 13));
56978
+ };
56979
+
56980
+
56981
+ /**
56982
+ * @param {?proto.google.protobuf.StringValue|undefined} value
56983
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56984
+ */
56985
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setFsName = function(value) {
56986
+ return jspb.Message.setWrapperField(this, 13, value);
56987
+ };
56988
+
56989
+
56990
+ /**
56991
+ * Clears the message field making it undefined.
56992
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
56993
+ */
56994
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearFsName = function() {
56995
+ return this.setFsName(undefined);
56996
+ };
56997
+
56998
+
56999
+ /**
57000
+ * Returns whether this field is set.
57001
+ * @return {boolean}
57002
+ */
57003
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasFsName = function() {
57004
+ return jspb.Message.getField(this, 13) != null;
57005
+ };
57006
+
57007
+
57008
+ /**
57009
+ * optional google.protobuf.StringValue group = 14;
57010
+ * @return {?proto.google.protobuf.StringValue}
57011
+ */
57012
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getGroup = function() {
57013
+ return /** @type{?proto.google.protobuf.StringValue} */ (
57014
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 14));
57015
+ };
57016
+
57017
+
57018
+ /**
57019
+ * @param {?proto.google.protobuf.StringValue|undefined} value
57020
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57021
+ */
57022
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setGroup = function(value) {
57023
+ return jspb.Message.setWrapperField(this, 14, value);
57024
+ };
57025
+
57026
+
57027
+ /**
57028
+ * Clears the message field making it undefined.
57029
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57030
+ */
57031
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearGroup = function() {
57032
+ return this.setGroup(undefined);
57033
+ };
57034
+
57035
+
57036
+ /**
57037
+ * Returns whether this field is set.
57038
+ * @return {boolean}
57039
+ */
57040
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasGroup = function() {
57041
+ return jspb.Message.getField(this, 14) != null;
57042
+ };
57043
+
57044
+
57045
+ /**
57046
+ * optional google.protobuf.BoolValue hidden = 15;
57047
+ * @return {?proto.google.protobuf.BoolValue}
57048
+ */
57049
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getHidden = function() {
57050
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
57051
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 15));
57052
+ };
57053
+
57054
+
57055
+ /**
57056
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
57057
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57058
+ */
57059
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setHidden = function(value) {
57060
+ return jspb.Message.setWrapperField(this, 15, value);
57061
+ };
57062
+
57063
+
57064
+ /**
57065
+ * Clears the message field making it undefined.
57066
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57067
+ */
57068
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearHidden = function() {
57069
+ return this.setHidden(undefined);
57070
+ };
57071
+
57072
+
57073
+ /**
57074
+ * Returns whether this field is set.
57075
+ * @return {boolean}
57076
+ */
57077
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasHidden = function() {
57078
+ return jspb.Message.getField(this, 15) != null;
57079
+ };
57080
+
57081
+
57082
+ /**
57083
+ * optional google.protobuf.Timestamp install_date = 16;
57084
+ * @return {?proto.google.protobuf.Timestamp}
57085
+ */
57086
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getInstallDate = function() {
57087
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
57088
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 16));
57089
+ };
57090
+
57091
+
57092
+ /**
57093
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
57094
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57095
+ */
57096
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setInstallDate = function(value) {
57097
+ return jspb.Message.setWrapperField(this, 16, value);
57098
+ };
57099
+
57100
+
57101
+ /**
57102
+ * Clears the message field making it undefined.
57103
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57104
+ */
57105
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearInstallDate = function() {
57106
+ return this.setInstallDate(undefined);
57107
+ };
57108
+
57109
+
57110
+ /**
57111
+ * Returns whether this field is set.
57112
+ * @return {boolean}
57113
+ */
57114
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasInstallDate = function() {
57115
+ return jspb.Message.getField(this, 16) != null;
57116
+ };
57117
+
57118
+
57119
+ /**
57120
+ * optional google.protobuf.StringValue manufacturer = 17;
57121
+ * @return {?proto.google.protobuf.StringValue}
57122
+ */
57123
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getManufacturer = function() {
57124
+ return /** @type{?proto.google.protobuf.StringValue} */ (
57125
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 17));
57126
+ };
57127
+
57128
+
57129
+ /**
57130
+ * @param {?proto.google.protobuf.StringValue|undefined} value
57131
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57132
+ */
57133
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setManufacturer = function(value) {
57134
+ return jspb.Message.setWrapperField(this, 17, value);
57135
+ };
57136
+
57137
+
57138
+ /**
57139
+ * Clears the message field making it undefined.
57140
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57141
+ */
57142
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearManufacturer = function() {
57143
+ return this.setManufacturer(undefined);
57144
+ };
57145
+
57146
+
57147
+ /**
57148
+ * Returns whether this field is set.
57149
+ * @return {boolean}
57150
+ */
57151
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasManufacturer = function() {
57152
+ return jspb.Message.getField(this, 17) != null;
57153
+ };
57154
+
57155
+
57156
+ /**
57157
+ * optional google.protobuf.StringValue status = 18;
57158
+ * @return {?proto.google.protobuf.StringValue}
57159
+ */
57160
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getStatus = function() {
57161
+ return /** @type{?proto.google.protobuf.StringValue} */ (
57162
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 18));
57163
+ };
57164
+
57165
+
57166
+ /**
57167
+ * @param {?proto.google.protobuf.StringValue|undefined} value
57168
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57169
+ */
57170
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setStatus = function(value) {
57171
+ return jspb.Message.setWrapperField(this, 18, value);
57172
+ };
57173
+
57174
+
57175
+ /**
57176
+ * Clears the message field making it undefined.
57177
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57178
+ */
57179
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearStatus = function() {
57180
+ return this.setStatus(undefined);
57181
+ };
57182
+
57183
+
57184
+ /**
57185
+ * Returns whether this field is set.
57186
+ * @return {boolean}
57187
+ */
57188
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasStatus = function() {
57189
+ return jspb.Message.getField(this, 18) != null;
57190
+ };
57191
+
57192
+
57193
+ /**
57194
+ * optional google.protobuf.BoolValue system = 19;
57195
+ * @return {?proto.google.protobuf.BoolValue}
57196
+ */
57197
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getSystem = function() {
57198
+ return /** @type{?proto.google.protobuf.BoolValue} */ (
57199
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.BoolValue, 19));
57200
+ };
57201
+
57202
+
57203
+ /**
57204
+ * @param {?proto.google.protobuf.BoolValue|undefined} value
57205
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57206
+ */
57207
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setSystem = function(value) {
57208
+ return jspb.Message.setWrapperField(this, 19, value);
57209
+ };
57210
+
57211
+
57212
+ /**
57213
+ * Clears the message field making it undefined.
57214
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57215
+ */
57216
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearSystem = function() {
57217
+ return this.setSystem(undefined);
57218
+ };
57219
+
57220
+
57221
+ /**
57222
+ * Returns whether this field is set.
57223
+ * @return {boolean}
57224
+ */
57225
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasSystem = function() {
57226
+ return jspb.Message.getField(this, 19) != null;
57227
+ };
57228
+
57229
+
57230
+ /**
57231
+ * optional google.protobuf.StringValue version = 20;
57232
+ * @return {?proto.google.protobuf.StringValue}
57233
+ */
57234
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.getVersion = function() {
57235
+ return /** @type{?proto.google.protobuf.StringValue} */ (
57236
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 20));
57237
+ };
57238
+
57239
+
57240
+ /**
57241
+ * @param {?proto.google.protobuf.StringValue|undefined} value
57242
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57243
+ */
57244
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.setVersion = function(value) {
57245
+ return jspb.Message.setWrapperField(this, 20, value);
57246
+ };
57247
+
57248
+
57249
+ /**
57250
+ * Clears the message field making it undefined.
57251
+ * @return {!proto.com.lansweeper.discovery.sensor.windows.v1.Codec} returns this
57252
+ */
57253
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.clearVersion = function() {
57254
+ return this.setVersion(undefined);
57255
+ };
57256
+
57257
+
57258
+ /**
57259
+ * Returns whether this field is set.
57260
+ * @return {boolean}
57261
+ */
57262
+ proto.com.lansweeper.discovery.sensor.windows.v1.Codec.prototype.hasVersion = function() {
57263
+ return jspb.Message.getField(this, 20) != null;
57264
+ };
57265
+
57266
+
57267
+
55944
57268
  /**
55945
57269
  * List of repeated fields within this message type.
55946
57270
  * @private {!Array<number>}