@lansweeper/data-platform-outbound-grpc 0.1.8 → 0.1.9

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 (23) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +445 -21
  4. package/gen-proto/outbound_pb.js +6658 -3287
  5. package/generated-go/outbound.pb.go +1683 -751
  6. package/package.json +2 -2
  7. package/pom.xml +1 -1
  8. package/proto/outbound.proto +107 -20
  9. package/src/main/java/com/lansweeper/dp/outbound/v1/Asset.java +193 -0
  10. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +15 -0
  11. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitor.java +5210 -241
  12. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitorOrBuilder.java +576 -0
  13. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftware.java +400 -700
  14. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftwareOrBuilder.java +57 -86
  15. package/src/main/java/com/lansweeper/dp/outbound/v1/Monitor.java +1590 -0
  16. package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorInventory.java +966 -0
  17. package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.java +48 -0
  18. package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +100 -0
  19. package/src/main/java/com/lansweeper/dp/outbound/v1/Outbound.java +332 -222
  20. package/src/main/java/com/lansweeper/dp/outbound/v1/Software.java +424 -38
  21. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +30 -0
  22. package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawMonitorInfo.java +1728 -0
  23. package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawMonitorInfoOrBuilder.java +138 -0
@@ -12,4 +12,580 @@ public interface CatalogMonitorOrBuilder extends
12
12
  * @return The id.
13
13
  */
14
14
  long getId();
15
+
16
+ /**
17
+ * <code>string model = 3;</code>
18
+ * @return The model.
19
+ */
20
+ java.lang.String getModel();
21
+ /**
22
+ * <code>string model = 3;</code>
23
+ * @return The bytes for model.
24
+ */
25
+ com.google.protobuf.ByteString
26
+ getModelBytes();
27
+
28
+ /**
29
+ * <code>string vendor_id = 4;</code>
30
+ * @return Whether the vendorId field is set.
31
+ */
32
+ boolean hasVendorId();
33
+ /**
34
+ * <code>string vendor_id = 4;</code>
35
+ * @return The vendorId.
36
+ */
37
+ java.lang.String getVendorId();
38
+ /**
39
+ * <code>string vendor_id = 4;</code>
40
+ * @return The bytes for vendorId.
41
+ */
42
+ com.google.protobuf.ByteString
43
+ getVendorIdBytes();
44
+
45
+ /**
46
+ * <code>int64 make_id = 5;</code>
47
+ * @return Whether the makeId field is set.
48
+ */
49
+ boolean hasMakeId();
50
+ /**
51
+ * <code>int64 make_id = 5;</code>
52
+ * @return The makeId.
53
+ */
54
+ long getMakeId();
55
+
56
+ /**
57
+ * <code>int64 family_id = 6;</code>
58
+ * @return Whether the familyId field is set.
59
+ */
60
+ boolean hasFamilyId();
61
+ /**
62
+ * <code>int64 family_id = 6;</code>
63
+ * @return The familyId.
64
+ */
65
+ long getFamilyId();
66
+
67
+ /**
68
+ * <code>bool is_family = 7;</code>
69
+ * @return Whether the isFamily field is set.
70
+ */
71
+ boolean hasIsFamily();
72
+ /**
73
+ * <code>bool is_family = 7;</code>
74
+ * @return The isFamily.
75
+ */
76
+ boolean getIsFamily();
77
+
78
+ /**
79
+ * <code>string official_page = 8;</code>
80
+ * @return Whether the officialPage field is set.
81
+ */
82
+ boolean hasOfficialPage();
83
+ /**
84
+ * <code>string official_page = 8;</code>
85
+ * @return The officialPage.
86
+ */
87
+ java.lang.String getOfficialPage();
88
+ /**
89
+ * <code>string official_page = 8;</code>
90
+ * @return The bytes for officialPage.
91
+ */
92
+ com.google.protobuf.ByteString
93
+ getOfficialPageBytes();
94
+
95
+ /**
96
+ * <code>string support_page = 9;</code>
97
+ * @return Whether the supportPage field is set.
98
+ */
99
+ boolean hasSupportPage();
100
+ /**
101
+ * <code>string support_page = 9;</code>
102
+ * @return The supportPage.
103
+ */
104
+ java.lang.String getSupportPage();
105
+ /**
106
+ * <code>string support_page = 9;</code>
107
+ * @return The bytes for supportPage.
108
+ */
109
+ com.google.protobuf.ByteString
110
+ getSupportPageBytes();
111
+
112
+ /**
113
+ * <code>double size_inch = 10;</code>
114
+ * @return Whether the sizeInch field is set.
115
+ */
116
+ boolean hasSizeInch();
117
+ /**
118
+ * <code>double size_inch = 10;</code>
119
+ * @return The sizeInch.
120
+ */
121
+ double getSizeInch();
122
+
123
+ /**
124
+ * <code>string max_resolution = 11;</code>
125
+ * @return Whether the maxResolution field is set.
126
+ */
127
+ boolean hasMaxResolution();
128
+ /**
129
+ * <code>string max_resolution = 11;</code>
130
+ * @return The maxResolution.
131
+ */
132
+ java.lang.String getMaxResolution();
133
+ /**
134
+ * <code>string max_resolution = 11;</code>
135
+ * @return The bytes for maxResolution.
136
+ */
137
+ com.google.protobuf.ByteString
138
+ getMaxResolutionBytes();
139
+
140
+ /**
141
+ * <code>string aspect_ratio = 12;</code>
142
+ * @return Whether the aspectRatio field is set.
143
+ */
144
+ boolean hasAspectRatio();
145
+ /**
146
+ * <code>string aspect_ratio = 12;</code>
147
+ * @return The aspectRatio.
148
+ */
149
+ java.lang.String getAspectRatio();
150
+ /**
151
+ * <code>string aspect_ratio = 12;</code>
152
+ * @return The bytes for aspectRatio.
153
+ */
154
+ com.google.protobuf.ByteString
155
+ getAspectRatioBytes();
156
+
157
+ /**
158
+ * <code>double response_time_ms = 13;</code>
159
+ * @return Whether the responseTimeMs field is set.
160
+ */
161
+ boolean hasResponseTimeMs();
162
+ /**
163
+ * <code>double response_time_ms = 13;</code>
164
+ * @return The responseTimeMs.
165
+ */
166
+ double getResponseTimeMs();
167
+
168
+ /**
169
+ * <code>string hd_type = 14;</code>
170
+ * @return Whether the hdType field is set.
171
+ */
172
+ boolean hasHdType();
173
+ /**
174
+ * <code>string hd_type = 14;</code>
175
+ * @return The hdType.
176
+ */
177
+ java.lang.String getHdType();
178
+ /**
179
+ * <code>string hd_type = 14;</code>
180
+ * @return The bytes for hdType.
181
+ */
182
+ com.google.protobuf.ByteString
183
+ getHdTypeBytes();
184
+
185
+ /**
186
+ * <code>string display_tech = 15;</code>
187
+ * @return Whether the displayTech field is set.
188
+ */
189
+ boolean hasDisplayTech();
190
+ /**
191
+ * <code>string display_tech = 15;</code>
192
+ * @return The displayTech.
193
+ */
194
+ java.lang.String getDisplayTech();
195
+ /**
196
+ * <code>string display_tech = 15;</code>
197
+ * @return The bytes for displayTech.
198
+ */
199
+ com.google.protobuf.ByteString
200
+ getDisplayTechBytes();
201
+
202
+ /**
203
+ * <code>int32 refresh_rate = 16;</code>
204
+ * @return Whether the refreshRate field is set.
205
+ */
206
+ boolean hasRefreshRate();
207
+ /**
208
+ * <code>int32 refresh_rate = 16;</code>
209
+ * @return The refreshRate.
210
+ */
211
+ int getRefreshRate();
212
+
213
+ /**
214
+ * <code>string panel = 17;</code>
215
+ * @return Whether the panel field is set.
216
+ */
217
+ boolean hasPanel();
218
+ /**
219
+ * <code>string panel = 17;</code>
220
+ * @return The panel.
221
+ */
222
+ java.lang.String getPanel();
223
+ /**
224
+ * <code>string panel = 17;</code>
225
+ * @return The bytes for panel.
226
+ */
227
+ com.google.protobuf.ByteString
228
+ getPanelBytes();
229
+
230
+ /**
231
+ * <code>double height_cm = 18;</code>
232
+ * @return Whether the heightCm field is set.
233
+ */
234
+ boolean hasHeightCm();
235
+ /**
236
+ * <code>double height_cm = 18;</code>
237
+ * @return The heightCm.
238
+ */
239
+ double getHeightCm();
240
+
241
+ /**
242
+ * <code>double width_cm = 19;</code>
243
+ * @return Whether the widthCm field is set.
244
+ */
245
+ boolean hasWidthCm();
246
+ /**
247
+ * <code>double width_cm = 19;</code>
248
+ * @return The widthCm.
249
+ */
250
+ double getWidthCm();
251
+
252
+ /**
253
+ * <code>double diagonal_cm = 20;</code>
254
+ * @return Whether the diagonalCm field is set.
255
+ */
256
+ boolean hasDiagonalCm();
257
+ /**
258
+ * <code>double diagonal_cm = 20;</code>
259
+ * @return The diagonalCm.
260
+ */
261
+ double getDiagonalCm();
262
+
263
+ /**
264
+ * <code>string usb_upstream = 21;</code>
265
+ * @return Whether the usbUpstream field is set.
266
+ */
267
+ boolean hasUsbUpstream();
268
+ /**
269
+ * <code>string usb_upstream = 21;</code>
270
+ * @return The usbUpstream.
271
+ */
272
+ java.lang.String getUsbUpstream();
273
+ /**
274
+ * <code>string usb_upstream = 21;</code>
275
+ * @return The bytes for usbUpstream.
276
+ */
277
+ com.google.protobuf.ByteString
278
+ getUsbUpstreamBytes();
279
+
280
+ /**
281
+ * <code>int32 nr_usb_upstream = 22;</code>
282
+ * @return Whether the nrUsbUpstream field is set.
283
+ */
284
+ boolean hasNrUsbUpstream();
285
+ /**
286
+ * <code>int32 nr_usb_upstream = 22;</code>
287
+ * @return The nrUsbUpstream.
288
+ */
289
+ int getNrUsbUpstream();
290
+
291
+ /**
292
+ * <code>int32 nr_usb_type_a_downstream = 23;</code>
293
+ * @return Whether the nrUsbTypeADownstream field is set.
294
+ */
295
+ boolean hasNrUsbTypeADownstream();
296
+ /**
297
+ * <code>int32 nr_usb_type_a_downstream = 23;</code>
298
+ * @return The nrUsbTypeADownstream.
299
+ */
300
+ int getNrUsbTypeADownstream();
301
+
302
+ /**
303
+ * <code>int32 nr_hdmi = 24;</code>
304
+ * @return Whether the nrHdmi field is set.
305
+ */
306
+ boolean hasNrHdmi();
307
+ /**
308
+ * <code>int32 nr_hdmi = 24;</code>
309
+ * @return The nrHdmi.
310
+ */
311
+ int getNrHdmi();
312
+
313
+ /**
314
+ * <code>int32 nr_vga = 25;</code>
315
+ * @return Whether the nrVga field is set.
316
+ */
317
+ boolean hasNrVga();
318
+ /**
319
+ * <code>int32 nr_vga = 25;</code>
320
+ * @return The nrVga.
321
+ */
322
+ int getNrVga();
323
+
324
+ /**
325
+ * <code>int32 nr_dvi = 26;</code>
326
+ * @return Whether the nrDvi field is set.
327
+ */
328
+ boolean hasNrDvi();
329
+ /**
330
+ * <code>int32 nr_dvi = 26;</code>
331
+ * @return The nrDvi.
332
+ */
333
+ int getNrDvi();
334
+
335
+ /**
336
+ * <code>double hdmi_version = 27;</code>
337
+ * @return Whether the hdmiVersion field is set.
338
+ */
339
+ boolean hasHdmiVersion();
340
+ /**
341
+ * <code>double hdmi_version = 27;</code>
342
+ * @return The hdmiVersion.
343
+ */
344
+ double getHdmiVersion();
345
+
346
+ /**
347
+ * <code>int32 nr_display_ports = 28;</code>
348
+ * @return Whether the nrDisplayPorts field is set.
349
+ */
350
+ boolean hasNrDisplayPorts();
351
+ /**
352
+ * <code>int32 nr_display_ports = 28;</code>
353
+ * @return The nrDisplayPorts.
354
+ */
355
+ int getNrDisplayPorts();
356
+
357
+ /**
358
+ * <code>double display_port_version = 29;</code>
359
+ * @return Whether the displayPortVersion field is set.
360
+ */
361
+ boolean hasDisplayPortVersion();
362
+ /**
363
+ * <code>double display_port_version = 29;</code>
364
+ * @return The displayPortVersion.
365
+ */
366
+ double getDisplayPortVersion();
367
+
368
+ /**
369
+ * <code>string energy_class = 30;</code>
370
+ * @return Whether the energyClass field is set.
371
+ */
372
+ boolean hasEnergyClass();
373
+ /**
374
+ * <code>string energy_class = 30;</code>
375
+ * @return The energyClass.
376
+ */
377
+ java.lang.String getEnergyClass();
378
+ /**
379
+ * <code>string energy_class = 30;</code>
380
+ * @return The bytes for energyClass.
381
+ */
382
+ com.google.protobuf.ByteString
383
+ getEnergyClassBytes();
384
+
385
+ /**
386
+ * <code>int32 sdr_per_1000_u = 31;</code>
387
+ * @return Whether the sdrPer1000U field is set.
388
+ */
389
+ boolean hasSdrPer1000U();
390
+ /**
391
+ * <code>int32 sdr_per_1000_u = 31;</code>
392
+ * @return The sdrPer1000U.
393
+ */
394
+ int getSdrPer1000U();
395
+
396
+ /**
397
+ * <code>double average_watt_usage = 32;</code>
398
+ * @return Whether the averageWattUsage field is set.
399
+ */
400
+ boolean hasAverageWattUsage();
401
+ /**
402
+ * <code>double average_watt_usage = 32;</code>
403
+ * @return The averageWattUsage.
404
+ */
405
+ double getAverageWattUsage();
406
+
407
+ /**
408
+ * <code>double max_watt_usage = 33;</code>
409
+ * @return Whether the maxWattUsage field is set.
410
+ */
411
+ boolean hasMaxWattUsage();
412
+ /**
413
+ * <code>double max_watt_usage = 33;</code>
414
+ * @return The maxWattUsage.
415
+ */
416
+ double getMaxWattUsage();
417
+
418
+ /**
419
+ * <code>double watt_usage_standby = 34;</code>
420
+ * @return Whether the wattUsageStandby field is set.
421
+ */
422
+ boolean hasWattUsageStandby();
423
+ /**
424
+ * <code>double watt_usage_standby = 34;</code>
425
+ * @return The wattUsageStandby.
426
+ */
427
+ double getWattUsageStandby();
428
+
429
+ /**
430
+ * <code>double watt_power_save = 35;</code>
431
+ * @return Whether the wattPowerSave field is set.
432
+ */
433
+ boolean hasWattPowerSave();
434
+ /**
435
+ * <code>double watt_power_save = 35;</code>
436
+ * @return The wattPowerSave.
437
+ */
438
+ double getWattPowerSave();
439
+
440
+ /**
441
+ * <code>string ac_voltage = 36;</code>
442
+ * @return Whether the acVoltage field is set.
443
+ */
444
+ boolean hasAcVoltage();
445
+ /**
446
+ * <code>string ac_voltage = 36;</code>
447
+ * @return The acVoltage.
448
+ */
449
+ java.lang.String getAcVoltage();
450
+ /**
451
+ * <code>string ac_voltage = 36;</code>
452
+ * @return The bytes for acVoltage.
453
+ */
454
+ com.google.protobuf.ByteString
455
+ getAcVoltageBytes();
456
+
457
+ /**
458
+ * <code>string ac_freq_hz = 37;</code>
459
+ * @return Whether the acFreqHz field is set.
460
+ */
461
+ boolean hasAcFreqHz();
462
+ /**
463
+ * <code>string ac_freq_hz = 37;</code>
464
+ * @return The acFreqHz.
465
+ */
466
+ java.lang.String getAcFreqHz();
467
+ /**
468
+ * <code>string ac_freq_hz = 37;</code>
469
+ * @return The bytes for acFreqHz.
470
+ */
471
+ com.google.protobuf.ByteString
472
+ getAcFreqHzBytes();
473
+
474
+ /**
475
+ * <code>double current_a = 38;</code>
476
+ * @return Whether the currentA field is set.
477
+ */
478
+ boolean hasCurrentA();
479
+ /**
480
+ * <code>double current_a = 38;</code>
481
+ * @return The currentA.
482
+ */
483
+ double getCurrentA();
484
+
485
+ /**
486
+ * <code>bool feature_aio = 39;</code>
487
+ * @return Whether the featureAio field is set.
488
+ */
489
+ boolean hasFeatureAio();
490
+ /**
491
+ * <code>bool feature_aio = 39;</code>
492
+ * @return The featureAio.
493
+ */
494
+ boolean getFeatureAio();
495
+
496
+ /**
497
+ * <code>bool feature_camera = 40;</code>
498
+ * @return Whether the featureCamera field is set.
499
+ */
500
+ boolean hasFeatureCamera();
501
+ /**
502
+ * <code>bool feature_camera = 40;</code>
503
+ * @return The featureCamera.
504
+ */
505
+ boolean getFeatureCamera();
506
+
507
+ /**
508
+ * <code>bool feature_speakers = 41;</code>
509
+ * @return Whether the featureSpeakers field is set.
510
+ */
511
+ boolean hasFeatureSpeakers();
512
+ /**
513
+ * <code>bool feature_speakers = 41;</code>
514
+ * @return The featureSpeakers.
515
+ */
516
+ boolean getFeatureSpeakers();
517
+
518
+ /**
519
+ * <code>bool feature_hdmi = 42;</code>
520
+ * @return Whether the featureHdmi field is set.
521
+ */
522
+ boolean hasFeatureHdmi();
523
+ /**
524
+ * <code>bool feature_hdmi = 42;</code>
525
+ * @return The featureHdmi.
526
+ */
527
+ boolean getFeatureHdmi();
528
+
529
+ /**
530
+ * <code>bool feature_eth = 43;</code>
531
+ * @return Whether the featureEth field is set.
532
+ */
533
+ boolean hasFeatureEth();
534
+ /**
535
+ * <code>bool feature_eth = 43;</code>
536
+ * @return The featureEth.
537
+ */
538
+ boolean getFeatureEth();
539
+
540
+ /**
541
+ * <code>bool feature_portrait = 44;</code>
542
+ * @return Whether the featurePortrait field is set.
543
+ */
544
+ boolean hasFeaturePortrait();
545
+ /**
546
+ * <code>bool feature_portrait = 44;</code>
547
+ * @return The featurePortrait.
548
+ */
549
+ boolean getFeaturePortrait();
550
+
551
+ /**
552
+ * <code>bool feature_curved = 45;</code>
553
+ * @return Whether the featureCurved field is set.
554
+ */
555
+ boolean hasFeatureCurved();
556
+ /**
557
+ * <code>bool feature_curved = 45;</code>
558
+ * @return The featureCurved.
559
+ */
560
+ boolean getFeatureCurved();
561
+
562
+ /**
563
+ * <code>int64 last_update_time = 46;</code>
564
+ * @return Whether the lastUpdateTime field is set.
565
+ */
566
+ boolean hasLastUpdateTime();
567
+ /**
568
+ * <code>int64 last_update_time = 46;</code>
569
+ * @return The lastUpdateTime.
570
+ */
571
+ long getLastUpdateTime();
572
+
573
+ /**
574
+ * <pre>
575
+ * filled only when a result of search
576
+ * </pre>
577
+ *
578
+ * <code>int32 match_score = 100;</code>
579
+ * @return Whether the matchScore field is set.
580
+ */
581
+ boolean hasMatchScore();
582
+ /**
583
+ * <pre>
584
+ * filled only when a result of search
585
+ * </pre>
586
+ *
587
+ * <code>int32 match_score = 100;</code>
588
+ * @return The matchScore.
589
+ */
590
+ int getMatchScore();
15
591
  }