@lansweeper/data-platform-outbound-grpc 0.8.6 → 0.8.7

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +368 -0
  4. package/gen-proto/outbound_pb.js +2961 -2
  5. package/generated-go/outbound.pb.go +13973 -13205
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +79 -17
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustomOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLinkOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  22. package/model/target/classes/outbound.proto +79 -17
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetCustom.java +7583 -0
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetCustomOrBuilder.java +789 -0
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetGroupLink.java +1037 -0
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetGroupLinkOrBuilder.java +78 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +680 -0
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +71 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3999 -3911
  30. package/model/target/maven-archiver/pom.properties +2 -2
  31. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
  32. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +5 -1
  33. package/model/target/{outbound-model-0.8.5-sources.jar → outbound-model-0.8.6-sources.jar} +0 -0
  34. package/model/target/{outbound-model-0.8.5.jar → outbound-model-0.8.6.jar} +0 -0
  35. package/package.json +2 -2
  36. package/pom.xml +1 -1
  37. package/proto/outbound.proto +79 -17
  38. package/service/pom.xml +1 -1
  39. package/service/target/maven-archiver/pom.properties +2 -2
  40. package/service/target/{outbound-service-0.8.5-sources.jar → outbound-service-0.8.6-sources.jar} +0 -0
  41. package/service/target/{outbound-service-0.8.5.jar → outbound-service-0.8.6.jar} +0 -0
@@ -0,0 +1,789 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: outbound.proto
3
+
4
+ // Protobuf Java Version: 3.25.1
5
+ package com.lansweeper.dp.outbound.v1;
6
+
7
+ public interface AssetCustomOrBuilder extends
8
+ // @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.AssetCustom)
9
+ com.google.protobuf.MessageOrBuilder {
10
+
11
+ /**
12
+ * <code>optional string asset_custom_id = 1;</code>
13
+ * @return Whether the assetCustomId field is set.
14
+ */
15
+ boolean hasAssetCustomId();
16
+ /**
17
+ * <code>optional string asset_custom_id = 1;</code>
18
+ * @return The assetCustomId.
19
+ */
20
+ java.lang.String getAssetCustomId();
21
+ /**
22
+ * <code>optional string asset_custom_id = 1;</code>
23
+ * @return The bytes for assetCustomId.
24
+ */
25
+ com.google.protobuf.ByteString
26
+ getAssetCustomIdBytes();
27
+
28
+ /**
29
+ * <code>optional string state_id = 2;</code>
30
+ * @return Whether the stateId field is set.
31
+ */
32
+ boolean hasStateId();
33
+ /**
34
+ * <code>optional string state_id = 2;</code>
35
+ * @return The stateId.
36
+ */
37
+ java.lang.String getStateId();
38
+ /**
39
+ * <code>optional string state_id = 2;</code>
40
+ * @return The bytes for stateId.
41
+ */
42
+ com.google.protobuf.ByteString
43
+ getStateIdBytes();
44
+
45
+ /**
46
+ * <code>optional string purchase_date = 3;</code>
47
+ * @return Whether the purchaseDate field is set.
48
+ */
49
+ boolean hasPurchaseDate();
50
+ /**
51
+ * <code>optional string purchase_date = 3;</code>
52
+ * @return The purchaseDate.
53
+ */
54
+ java.lang.String getPurchaseDate();
55
+ /**
56
+ * <code>optional string purchase_date = 3;</code>
57
+ * @return The bytes for purchaseDate.
58
+ */
59
+ com.google.protobuf.ByteString
60
+ getPurchaseDateBytes();
61
+
62
+ /**
63
+ * <code>optional string warranty_date = 4;</code>
64
+ * @return Whether the warrantyDate field is set.
65
+ */
66
+ boolean hasWarrantyDate();
67
+ /**
68
+ * <code>optional string warranty_date = 4;</code>
69
+ * @return The warrantyDate.
70
+ */
71
+ java.lang.String getWarrantyDate();
72
+ /**
73
+ * <code>optional string warranty_date = 4;</code>
74
+ * @return The bytes for warrantyDate.
75
+ */
76
+ com.google.protobuf.ByteString
77
+ getWarrantyDateBytes();
78
+
79
+ /**
80
+ * <code>optional string last_patched = 5;</code>
81
+ * @return Whether the lastPatched field is set.
82
+ */
83
+ boolean hasLastPatched();
84
+ /**
85
+ * <code>optional string last_patched = 5;</code>
86
+ * @return The lastPatched.
87
+ */
88
+ java.lang.String getLastPatched();
89
+ /**
90
+ * <code>optional string last_patched = 5;</code>
91
+ * @return The bytes for lastPatched.
92
+ */
93
+ com.google.protobuf.ByteString
94
+ getLastPatchedBytes();
95
+
96
+ /**
97
+ * <code>optional string last_full_backup = 6;</code>
98
+ * @return Whether the lastFullBackup field is set.
99
+ */
100
+ boolean hasLastFullBackup();
101
+ /**
102
+ * <code>optional string last_full_backup = 6;</code>
103
+ * @return The lastFullBackup.
104
+ */
105
+ java.lang.String getLastFullBackup();
106
+ /**
107
+ * <code>optional string last_full_backup = 6;</code>
108
+ * @return The bytes for lastFullBackup.
109
+ */
110
+ com.google.protobuf.ByteString
111
+ getLastFullBackupBytes();
112
+
113
+ /**
114
+ * <code>optional string last_full_image = 7;</code>
115
+ * @return Whether the lastFullImage field is set.
116
+ */
117
+ boolean hasLastFullImage();
118
+ /**
119
+ * <code>optional string last_full_image = 7;</code>
120
+ * @return The lastFullImage.
121
+ */
122
+ java.lang.String getLastFullImage();
123
+ /**
124
+ * <code>optional string last_full_image = 7;</code>
125
+ * @return The bytes for lastFullImage.
126
+ */
127
+ com.google.protobuf.ByteString
128
+ getLastFullImageBytes();
129
+
130
+ /**
131
+ * <code>optional string order_number = 8;</code>
132
+ * @return Whether the orderNumber field is set.
133
+ */
134
+ boolean hasOrderNumber();
135
+ /**
136
+ * <code>optional string order_number = 8;</code>
137
+ * @return The orderNumber.
138
+ */
139
+ java.lang.String getOrderNumber();
140
+ /**
141
+ * <code>optional string order_number = 8;</code>
142
+ * @return The bytes for orderNumber.
143
+ */
144
+ com.google.protobuf.ByteString
145
+ getOrderNumberBytes();
146
+
147
+ /**
148
+ * <code>optional string comment = 9;</code>
149
+ * @return Whether the comment field is set.
150
+ */
151
+ boolean hasComment();
152
+ /**
153
+ * <code>optional string comment = 9;</code>
154
+ * @return The comment.
155
+ */
156
+ java.lang.String getComment();
157
+ /**
158
+ * <code>optional string comment = 9;</code>
159
+ * @return The bytes for comment.
160
+ */
161
+ com.google.protobuf.ByteString
162
+ getCommentBytes();
163
+
164
+ /**
165
+ * <code>optional string location = 10;</code>
166
+ * @return Whether the location field is set.
167
+ */
168
+ boolean hasLocation();
169
+ /**
170
+ * <code>optional string location = 10;</code>
171
+ * @return The location.
172
+ */
173
+ java.lang.String getLocation();
174
+ /**
175
+ * <code>optional string location = 10;</code>
176
+ * @return The bytes for location.
177
+ */
178
+ com.google.protobuf.ByteString
179
+ getLocationBytes();
180
+
181
+ /**
182
+ * <code>optional bool location_lock = 11;</code>
183
+ * @return Whether the locationLock field is set.
184
+ */
185
+ boolean hasLocationLock();
186
+ /**
187
+ * <code>optional bool location_lock = 11;</code>
188
+ * @return The locationLock.
189
+ */
190
+ boolean getLocationLock();
191
+
192
+ /**
193
+ * <code>optional string building = 12;</code>
194
+ * @return Whether the building field is set.
195
+ */
196
+ boolean hasBuilding();
197
+ /**
198
+ * <code>optional string building = 12;</code>
199
+ * @return The building.
200
+ */
201
+ java.lang.String getBuilding();
202
+ /**
203
+ * <code>optional string building = 12;</code>
204
+ * @return The bytes for building.
205
+ */
206
+ com.google.protobuf.ByteString
207
+ getBuildingBytes();
208
+
209
+ /**
210
+ * <code>optional string department = 13;</code>
211
+ * @return Whether the department field is set.
212
+ */
213
+ boolean hasDepartment();
214
+ /**
215
+ * <code>optional string department = 13;</code>
216
+ * @return The department.
217
+ */
218
+ java.lang.String getDepartment();
219
+ /**
220
+ * <code>optional string department = 13;</code>
221
+ * @return The bytes for department.
222
+ */
223
+ com.google.protobuf.ByteString
224
+ getDepartmentBytes();
225
+
226
+ /**
227
+ * <code>optional string branch_office = 14;</code>
228
+ * @return Whether the branchOffice field is set.
229
+ */
230
+ boolean hasBranchOffice();
231
+ /**
232
+ * <code>optional string branch_office = 14;</code>
233
+ * @return The branchOffice.
234
+ */
235
+ java.lang.String getBranchOffice();
236
+ /**
237
+ * <code>optional string branch_office = 14;</code>
238
+ * @return The bytes for branchOffice.
239
+ */
240
+ com.google.protobuf.ByteString
241
+ getBranchOfficeBytes();
242
+
243
+ /**
244
+ * <code>optional string bar_code = 15;</code>
245
+ * @return Whether the barCode field is set.
246
+ */
247
+ boolean hasBarCode();
248
+ /**
249
+ * <code>optional string bar_code = 15;</code>
250
+ * @return The barCode.
251
+ */
252
+ java.lang.String getBarCode();
253
+ /**
254
+ * <code>optional string bar_code = 15;</code>
255
+ * @return The bytes for barCode.
256
+ */
257
+ com.google.protobuf.ByteString
258
+ getBarCodeBytes();
259
+
260
+ /**
261
+ * <code>optional string manufacturer = 16;</code>
262
+ * @return Whether the manufacturer field is set.
263
+ */
264
+ boolean hasManufacturer();
265
+ /**
266
+ * <code>optional string manufacturer = 16;</code>
267
+ * @return The manufacturer.
268
+ */
269
+ java.lang.String getManufacturer();
270
+ /**
271
+ * <code>optional string manufacturer = 16;</code>
272
+ * @return The bytes for manufacturer.
273
+ */
274
+ com.google.protobuf.ByteString
275
+ getManufacturerBytes();
276
+
277
+ /**
278
+ * <code>optional bool manufacturer_lock = 17;</code>
279
+ * @return Whether the manufacturerLock field is set.
280
+ */
281
+ boolean hasManufacturerLock();
282
+ /**
283
+ * <code>optional bool manufacturer_lock = 17;</code>
284
+ * @return The manufacturerLock.
285
+ */
286
+ boolean getManufacturerLock();
287
+
288
+ /**
289
+ * <code>optional string contact = 18;</code>
290
+ * @return Whether the contact field is set.
291
+ */
292
+ boolean hasContact();
293
+ /**
294
+ * <code>optional string contact = 18;</code>
295
+ * @return The contact.
296
+ */
297
+ java.lang.String getContact();
298
+ /**
299
+ * <code>optional string contact = 18;</code>
300
+ * @return The bytes for contact.
301
+ */
302
+ com.google.protobuf.ByteString
303
+ getContactBytes();
304
+
305
+ /**
306
+ * <code>optional bool contact_lock = 19;</code>
307
+ * @return Whether the contactLock field is set.
308
+ */
309
+ boolean hasContactLock();
310
+ /**
311
+ * <code>optional bool contact_lock = 19;</code>
312
+ * @return The contactLock.
313
+ */
314
+ boolean getContactLock();
315
+
316
+ /**
317
+ * <code>optional string model = 20;</code>
318
+ * @return Whether the model field is set.
319
+ */
320
+ boolean hasModel();
321
+ /**
322
+ * <code>optional string model = 20;</code>
323
+ * @return The model.
324
+ */
325
+ java.lang.String getModel();
326
+ /**
327
+ * <code>optional string model = 20;</code>
328
+ * @return The bytes for model.
329
+ */
330
+ com.google.protobuf.ByteString
331
+ getModelBytes();
332
+
333
+ /**
334
+ * <code>optional bool model_lock = 21;</code>
335
+ * @return Whether the modelLock field is set.
336
+ */
337
+ boolean hasModelLock();
338
+ /**
339
+ * <code>optional bool model_lock = 21;</code>
340
+ * @return The modelLock.
341
+ */
342
+ boolean getModelLock();
343
+
344
+ /**
345
+ * <code>optional string http_title = 22;</code>
346
+ * @return Whether the httpTitle field is set.
347
+ */
348
+ boolean hasHttpTitle();
349
+ /**
350
+ * <code>optional string http_title = 22;</code>
351
+ * @return The httpTitle.
352
+ */
353
+ java.lang.String getHttpTitle();
354
+ /**
355
+ * <code>optional string http_title = 22;</code>
356
+ * @return The bytes for httpTitle.
357
+ */
358
+ com.google.protobuf.ByteString
359
+ getHttpTitleBytes();
360
+
361
+ /**
362
+ * <code>optional string http_server = 23;</code>
363
+ * @return Whether the httpServer field is set.
364
+ */
365
+ boolean hasHttpServer();
366
+ /**
367
+ * <code>optional string http_server = 23;</code>
368
+ * @return The httpServer.
369
+ */
370
+ java.lang.String getHttpServer();
371
+ /**
372
+ * <code>optional string http_server = 23;</code>
373
+ * @return The bytes for httpServer.
374
+ */
375
+ com.google.protobuf.ByteString
376
+ getHttpServerBytes();
377
+
378
+ /**
379
+ * <code>optional string https_server = 24;</code>
380
+ * @return Whether the httpsServer field is set.
381
+ */
382
+ boolean hasHttpsServer();
383
+ /**
384
+ * <code>optional string https_server = 24;</code>
385
+ * @return The httpsServer.
386
+ */
387
+ java.lang.String getHttpsServer();
388
+ /**
389
+ * <code>optional string https_server = 24;</code>
390
+ * @return The bytes for httpsServer.
391
+ */
392
+ com.google.protobuf.ByteString
393
+ getHttpsServerBytes();
394
+
395
+ /**
396
+ * <code>optional string snmp_o_id = 25;</code>
397
+ * @return Whether the snmpOId field is set.
398
+ */
399
+ boolean hasSnmpOId();
400
+ /**
401
+ * <code>optional string snmp_o_id = 25;</code>
402
+ * @return The snmpOId.
403
+ */
404
+ java.lang.String getSnmpOId();
405
+ /**
406
+ * <code>optional string snmp_o_id = 25;</code>
407
+ * @return The bytes for snmpOId.
408
+ */
409
+ com.google.protobuf.ByteString
410
+ getSnmpOIdBytes();
411
+
412
+ /**
413
+ * <code>optional string smtp_header = 26;</code>
414
+ * @return Whether the smtpHeader field is set.
415
+ */
416
+ boolean hasSmtpHeader();
417
+ /**
418
+ * <code>optional string smtp_header = 26;</code>
419
+ * @return The smtpHeader.
420
+ */
421
+ java.lang.String getSmtpHeader();
422
+ /**
423
+ * <code>optional string smtp_header = 26;</code>
424
+ * @return The bytes for smtpHeader.
425
+ */
426
+ com.google.protobuf.ByteString
427
+ getSmtpHeaderBytes();
428
+
429
+ /**
430
+ * <code>optional string ftp_header = 27;</code>
431
+ * @return Whether the ftpHeader field is set.
432
+ */
433
+ boolean hasFtpHeader();
434
+ /**
435
+ * <code>optional string ftp_header = 27;</code>
436
+ * @return The ftpHeader.
437
+ */
438
+ java.lang.String getFtpHeader();
439
+ /**
440
+ * <code>optional string ftp_header = 27;</code>
441
+ * @return The bytes for ftpHeader.
442
+ */
443
+ com.google.protobuf.ByteString
444
+ getFtpHeaderBytes();
445
+
446
+ /**
447
+ * <code>optional string last_changed = 28;</code>
448
+ * @return Whether the lastChanged field is set.
449
+ */
450
+ boolean hasLastChanged();
451
+ /**
452
+ * <code>optional string last_changed = 28;</code>
453
+ * @return The lastChanged.
454
+ */
455
+ java.lang.String getLastChanged();
456
+ /**
457
+ * <code>optional string last_changed = 28;</code>
458
+ * @return The bytes for lastChanged.
459
+ */
460
+ com.google.protobuf.ByteString
461
+ getLastChangedBytes();
462
+
463
+ /**
464
+ * <code>optional string serial_number = 29;</code>
465
+ * @return Whether the serialNumber field is set.
466
+ */
467
+ boolean hasSerialNumber();
468
+ /**
469
+ * <code>optional string serial_number = 29;</code>
470
+ * @return The serialNumber.
471
+ */
472
+ java.lang.String getSerialNumber();
473
+ /**
474
+ * <code>optional string serial_number = 29;</code>
475
+ * @return The bytes for serialNumber.
476
+ */
477
+ com.google.protobuf.ByteString
478
+ getSerialNumberBytes();
479
+
480
+ /**
481
+ * <code>optional bool serial_number_lock = 30;</code>
482
+ * @return Whether the serialNumberLock field is set.
483
+ */
484
+ boolean hasSerialNumberLock();
485
+ /**
486
+ * <code>optional bool serial_number_lock = 30;</code>
487
+ * @return The serialNumberLock.
488
+ */
489
+ boolean getSerialNumberLock();
490
+
491
+ /**
492
+ * <code>optional float printed_pages = 31;</code>
493
+ * @return Whether the printedPages field is set.
494
+ */
495
+ boolean hasPrintedPages();
496
+ /**
497
+ * <code>optional float printed_pages = 31;</code>
498
+ * @return The printedPages.
499
+ */
500
+ float getPrintedPages();
501
+
502
+ /**
503
+ * <code>optional string printer_status = 32;</code>
504
+ * @return Whether the printerStatus field is set.
505
+ */
506
+ boolean hasPrinterStatus();
507
+ /**
508
+ * <code>optional string printer_status = 32;</code>
509
+ * @return The printerStatus.
510
+ */
511
+ java.lang.String getPrinterStatus();
512
+ /**
513
+ * <code>optional string printer_status = 32;</code>
514
+ * @return The bytes for printerStatus.
515
+ */
516
+ com.google.protobuf.ByteString
517
+ getPrinterStatusBytes();
518
+
519
+ /**
520
+ * <code>optional string dns_name = 33;</code>
521
+ * @return Whether the dnsName field is set.
522
+ */
523
+ boolean hasDnsName();
524
+ /**
525
+ * <code>optional string dns_name = 33;</code>
526
+ * @return The dnsName.
527
+ */
528
+ java.lang.String getDnsName();
529
+ /**
530
+ * <code>optional string dns_name = 33;</code>
531
+ * @return The bytes for dnsName.
532
+ */
533
+ com.google.protobuf.ByteString
534
+ getDnsNameBytes();
535
+
536
+ /**
537
+ * <code>optional string ssh_server = 34;</code>
538
+ * @return Whether the sshServer field is set.
539
+ */
540
+ boolean hasSshServer();
541
+ /**
542
+ * <code>optional string ssh_server = 34;</code>
543
+ * @return The sshServer.
544
+ */
545
+ java.lang.String getSshServer();
546
+ /**
547
+ * <code>optional string ssh_server = 34;</code>
548
+ * @return The bytes for sshServer.
549
+ */
550
+ com.google.protobuf.ByteString
551
+ getSshServerBytes();
552
+
553
+ /**
554
+ * <code>optional bool purchase_date_lock = 35;</code>
555
+ * @return Whether the purchaseDateLock field is set.
556
+ */
557
+ boolean hasPurchaseDateLock();
558
+ /**
559
+ * <code>optional bool purchase_date_lock = 35;</code>
560
+ * @return The purchaseDateLock.
561
+ */
562
+ boolean getPurchaseDateLock();
563
+
564
+ /**
565
+ * <code>optional bool warranty_date_lock = 36;</code>
566
+ * @return Whether the warrantyDateLock field is set.
567
+ */
568
+ boolean hasWarrantyDateLock();
569
+ /**
570
+ * <code>optional bool warranty_date_lock = 36;</code>
571
+ * @return The warrantyDateLock.
572
+ */
573
+ boolean getWarrantyDateLock();
574
+
575
+ /**
576
+ * <code>optional string system_sku = 37;</code>
577
+ * @return Whether the systemSku field is set.
578
+ */
579
+ boolean hasSystemSku();
580
+ /**
581
+ * <code>optional string system_sku = 37;</code>
582
+ * @return The systemSku.
583
+ */
584
+ java.lang.String getSystemSku();
585
+ /**
586
+ * <code>optional string system_sku = 37;</code>
587
+ * @return The bytes for systemSku.
588
+ */
589
+ com.google.protobuf.ByteString
590
+ getSystemSkuBytes();
591
+
592
+ /**
593
+ * <code>optional bool prevent_cleanup = 38;</code>
594
+ * @return Whether the preventCleanup field is set.
595
+ */
596
+ boolean hasPreventCleanup();
597
+ /**
598
+ * <code>optional bool prevent_cleanup = 38;</code>
599
+ * @return The preventCleanup.
600
+ */
601
+ boolean getPreventCleanup();
602
+
603
+ /**
604
+ * <code>optional bool lock_system_sku = 39;</code>
605
+ * @return Whether the lockSystemSku field is set.
606
+ */
607
+ boolean hasLockSystemSku();
608
+ /**
609
+ * <code>optional bool lock_system_sku = 39;</code>
610
+ * @return The lockSystemSku.
611
+ */
612
+ boolean getLockSystemSku();
613
+
614
+ /**
615
+ * <code>optional bool dmi_decode_error = 40;</code>
616
+ * @return Whether the dmiDecodeError field is set.
617
+ */
618
+ boolean hasDmiDecodeError();
619
+ /**
620
+ * <code>optional bool dmi_decode_error = 40;</code>
621
+ * @return The dmiDecodeError.
622
+ */
623
+ boolean getDmiDecodeError();
624
+
625
+ /**
626
+ * <code>optional string hardware_version = 41;</code>
627
+ * @return Whether the hardwareVersion field is set.
628
+ */
629
+ boolean hasHardwareVersion();
630
+ /**
631
+ * <code>optional string hardware_version = 41;</code>
632
+ * @return The hardwareVersion.
633
+ */
634
+ java.lang.String getHardwareVersion();
635
+ /**
636
+ * <code>optional string hardware_version = 41;</code>
637
+ * @return The bytes for hardwareVersion.
638
+ */
639
+ com.google.protobuf.ByteString
640
+ getHardwareVersionBytes();
641
+
642
+ /**
643
+ * <code>optional string software_version = 42;</code>
644
+ * @return Whether the softwareVersion field is set.
645
+ */
646
+ boolean hasSoftwareVersion();
647
+ /**
648
+ * <code>optional string software_version = 42;</code>
649
+ * @return The softwareVersion.
650
+ */
651
+ java.lang.String getSoftwareVersion();
652
+ /**
653
+ * <code>optional string software_version = 42;</code>
654
+ * @return The bytes for softwareVersion.
655
+ */
656
+ com.google.protobuf.ByteString
657
+ getSoftwareVersionBytes();
658
+
659
+ /**
660
+ * <code>optional string firmware_version = 43;</code>
661
+ * @return Whether the firmwareVersion field is set.
662
+ */
663
+ boolean hasFirmwareVersion();
664
+ /**
665
+ * <code>optional string firmware_version = 43;</code>
666
+ * @return The firmwareVersion.
667
+ */
668
+ java.lang.String getFirmwareVersion();
669
+ /**
670
+ * <code>optional string firmware_version = 43;</code>
671
+ * @return The bytes for firmwareVersion.
672
+ */
673
+ com.google.protobuf.ByteString
674
+ getFirmwareVersionBytes();
675
+
676
+ /**
677
+ * <code>optional string device_version = 44;</code>
678
+ * @return Whether the deviceVersion field is set.
679
+ */
680
+ boolean hasDeviceVersion();
681
+ /**
682
+ * <code>optional string device_version = 44;</code>
683
+ * @return The deviceVersion.
684
+ */
685
+ java.lang.String getDeviceVersion();
686
+ /**
687
+ * <code>optional string device_version = 44;</code>
688
+ * @return The bytes for deviceVersion.
689
+ */
690
+ com.google.protobuf.ByteString
691
+ getDeviceVersionBytes();
692
+
693
+ /**
694
+ * <code>optional int64 printed_color_pages = 45;</code>
695
+ * @return Whether the printedColorPages field is set.
696
+ */
697
+ boolean hasPrintedColorPages();
698
+ /**
699
+ * <code>optional int64 printed_color_pages = 45;</code>
700
+ * @return The printedColorPages.
701
+ */
702
+ long getPrintedColorPages();
703
+
704
+ /**
705
+ * <code>optional int64 printed_mono_pages = 46;</code>
706
+ * @return Whether the printedMonoPages field is set.
707
+ */
708
+ boolean hasPrintedMonoPages();
709
+ /**
710
+ * <code>optional int64 printed_mono_pages = 46;</code>
711
+ * @return The printedMonoPages.
712
+ */
713
+ long getPrintedMonoPages();
714
+
715
+ /**
716
+ * <code>optional string state_key = 47;</code>
717
+ * @return Whether the stateKey field is set.
718
+ */
719
+ boolean hasStateKey();
720
+ /**
721
+ * <code>optional string state_key = 47;</code>
722
+ * @return The stateKey.
723
+ */
724
+ java.lang.String getStateKey();
725
+ /**
726
+ * <code>optional string state_key = 47;</code>
727
+ * @return The bytes for stateKey.
728
+ */
729
+ com.google.protobuf.ByteString
730
+ getStateKeyBytes();
731
+
732
+ /**
733
+ * <code>optional string state_name = 48;</code>
734
+ * @return Whether the stateName field is set.
735
+ */
736
+ boolean hasStateName();
737
+ /**
738
+ * <code>optional string state_name = 48;</code>
739
+ * @return The stateName.
740
+ */
741
+ java.lang.String getStateName();
742
+ /**
743
+ * <code>optional string state_name = 48;</code>
744
+ * @return The bytes for stateName.
745
+ */
746
+ com.google.protobuf.ByteString
747
+ getStateNameBytes();
748
+
749
+ /**
750
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MappedValue fields = 49;</code>
751
+ */
752
+ java.util.List<com.lansweeper.dp.outbound.v1.MappedValue>
753
+ getFieldsList();
754
+ /**
755
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MappedValue fields = 49;</code>
756
+ */
757
+ com.lansweeper.dp.outbound.v1.MappedValue getFields(int index);
758
+ /**
759
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MappedValue fields = 49;</code>
760
+ */
761
+ int getFieldsCount();
762
+ /**
763
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MappedValue fields = 49;</code>
764
+ */
765
+ java.util.List<? extends com.lansweeper.dp.outbound.v1.MappedValueOrBuilder>
766
+ getFieldsOrBuilderList();
767
+ /**
768
+ * <code>repeated .com.lansweeper.dp.outbound.v1.MappedValue fields = 49;</code>
769
+ */
770
+ com.lansweeper.dp.outbound.v1.MappedValueOrBuilder getFieldsOrBuilder(
771
+ int index);
772
+
773
+ /**
774
+ * <code>optional string model_number = 50;</code>
775
+ * @return Whether the modelNumber field is set.
776
+ */
777
+ boolean hasModelNumber();
778
+ /**
779
+ * <code>optional string model_number = 50;</code>
780
+ * @return The modelNumber.
781
+ */
782
+ java.lang.String getModelNumber();
783
+ /**
784
+ * <code>optional string model_number = 50;</code>
785
+ * @return The bytes for modelNumber.
786
+ */
787
+ com.google.protobuf.ByteString
788
+ getModelNumberBytes();
789
+ }