@lansweeper/data-platform-outbound-grpc 0.8.12 → 0.9.0

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 (54) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +327 -0
  4. package/gen-proto/outbound_pb.js +2677 -91
  5. package/generated-go/outbound.pb.go +5673 -4930
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +87 -4
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$2.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$Builder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorData$1.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorData$Builder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorData.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorDataOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$1.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$Builder.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$1.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$Builder.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.class +0 -0
  31. package/model/target/classes/outbound.proto +87 -4
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.java +1270 -0
  33. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.java +153 -0
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Monitor.java +208 -23
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorData.java +4621 -0
  36. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorDataOrBuilder.java +488 -0
  37. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +15 -0
  38. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1530 -1436
  39. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.java +939 -0
  40. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.java +95 -0
  41. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Software.java +370 -0
  42. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +30 -0
  43. package/model/target/maven-archiver/pom.properties +2 -2
  44. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +12 -0
  45. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +6 -0
  46. package/model/target/{outbound-model-0.8.11-sources.jar → outbound-model-0.8.13-sources.jar} +0 -0
  47. package/model/target/{outbound-model-0.8.11.jar → outbound-model-0.8.13.jar} +0 -0
  48. package/package.json +2 -2
  49. package/pom.xml +1 -1
  50. package/proto/outbound.proto +87 -4
  51. package/service/pom.xml +1 -1
  52. package/service/target/maven-archiver/pom.properties +2 -2
  53. package/service/target/{outbound-service-0.8.11-sources.jar → outbound-service-0.8.13-sources.jar} +0 -0
  54. package/service/target/{outbound-service-0.8.11.jar → outbound-service-0.8.13.jar} +0 -0
@@ -0,0 +1,488 @@
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 MonitorDataOrBuilder extends
8
+ // @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.MonitorData)
9
+ com.google.protobuf.MessageOrBuilder {
10
+
11
+ /**
12
+ * <code>optional double size_in_inch = 1;</code>
13
+ * @return Whether the sizeInInch field is set.
14
+ */
15
+ boolean hasSizeInInch();
16
+ /**
17
+ * <code>optional double size_in_inch = 1;</code>
18
+ * @return The sizeInInch.
19
+ */
20
+ double getSizeInInch();
21
+
22
+ /**
23
+ * <code>optional string max_resolution = 2;</code>
24
+ * @return Whether the maxResolution field is set.
25
+ */
26
+ boolean hasMaxResolution();
27
+ /**
28
+ * <code>optional string max_resolution = 2;</code>
29
+ * @return The maxResolution.
30
+ */
31
+ java.lang.String getMaxResolution();
32
+ /**
33
+ * <code>optional string max_resolution = 2;</code>
34
+ * @return The bytes for maxResolution.
35
+ */
36
+ com.google.protobuf.ByteString
37
+ getMaxResolutionBytes();
38
+
39
+ /**
40
+ * <code>optional string aspect_ratio = 3;</code>
41
+ * @return Whether the aspectRatio field is set.
42
+ */
43
+ boolean hasAspectRatio();
44
+ /**
45
+ * <code>optional string aspect_ratio = 3;</code>
46
+ * @return The aspectRatio.
47
+ */
48
+ java.lang.String getAspectRatio();
49
+ /**
50
+ * <code>optional string aspect_ratio = 3;</code>
51
+ * @return The bytes for aspectRatio.
52
+ */
53
+ com.google.protobuf.ByteString
54
+ getAspectRatioBytes();
55
+
56
+ /**
57
+ * <code>optional double response_time_in_ms = 4;</code>
58
+ * @return Whether the responseTimeInMs field is set.
59
+ */
60
+ boolean hasResponseTimeInMs();
61
+ /**
62
+ * <code>optional double response_time_in_ms = 4;</code>
63
+ * @return The responseTimeInMs.
64
+ */
65
+ double getResponseTimeInMs();
66
+
67
+ /**
68
+ * <code>optional string hd_type = 5;</code>
69
+ * @return Whether the hdType field is set.
70
+ */
71
+ boolean hasHdType();
72
+ /**
73
+ * <code>optional string hd_type = 5;</code>
74
+ * @return The hdType.
75
+ */
76
+ java.lang.String getHdType();
77
+ /**
78
+ * <code>optional string hd_type = 5;</code>
79
+ * @return The bytes for hdType.
80
+ */
81
+ com.google.protobuf.ByteString
82
+ getHdTypeBytes();
83
+
84
+ /**
85
+ * <code>optional string display_tech = 6;</code>
86
+ * @return Whether the displayTech field is set.
87
+ */
88
+ boolean hasDisplayTech();
89
+ /**
90
+ * <code>optional string display_tech = 6;</code>
91
+ * @return The displayTech.
92
+ */
93
+ java.lang.String getDisplayTech();
94
+ /**
95
+ * <code>optional string display_tech = 6;</code>
96
+ * @return The bytes for displayTech.
97
+ */
98
+ com.google.protobuf.ByteString
99
+ getDisplayTechBytes();
100
+
101
+ /**
102
+ * <code>optional double refresh_rate = 7;</code>
103
+ * @return Whether the refreshRate field is set.
104
+ */
105
+ boolean hasRefreshRate();
106
+ /**
107
+ * <code>optional double refresh_rate = 7;</code>
108
+ * @return The refreshRate.
109
+ */
110
+ double getRefreshRate();
111
+
112
+ /**
113
+ * <code>optional string panel = 8;</code>
114
+ * @return Whether the panel field is set.
115
+ */
116
+ boolean hasPanel();
117
+ /**
118
+ * <code>optional string panel = 8;</code>
119
+ * @return The panel.
120
+ */
121
+ java.lang.String getPanel();
122
+ /**
123
+ * <code>optional string panel = 8;</code>
124
+ * @return The bytes for panel.
125
+ */
126
+ com.google.protobuf.ByteString
127
+ getPanelBytes();
128
+
129
+ /**
130
+ * <code>optional double height_in_cm = 9;</code>
131
+ * @return Whether the heightInCm field is set.
132
+ */
133
+ boolean hasHeightInCm();
134
+ /**
135
+ * <code>optional double height_in_cm = 9;</code>
136
+ * @return The heightInCm.
137
+ */
138
+ double getHeightInCm();
139
+
140
+ /**
141
+ * <code>optional double width_in_cm = 10;</code>
142
+ * @return Whether the widthInCm field is set.
143
+ */
144
+ boolean hasWidthInCm();
145
+ /**
146
+ * <code>optional double width_in_cm = 10;</code>
147
+ * @return The widthInCm.
148
+ */
149
+ double getWidthInCm();
150
+
151
+ /**
152
+ * <code>optional double diagonal_in_cm = 11;</code>
153
+ * @return Whether the diagonalInCm field is set.
154
+ */
155
+ boolean hasDiagonalInCm();
156
+ /**
157
+ * <code>optional double diagonal_in_cm = 11;</code>
158
+ * @return The diagonalInCm.
159
+ */
160
+ double getDiagonalInCm();
161
+
162
+ /**
163
+ * <code>optional bool has_speakers = 12;</code>
164
+ * @return Whether the hasSpeakers field is set.
165
+ */
166
+ boolean hasHasSpeakers();
167
+ /**
168
+ * <code>optional bool has_speakers = 12;</code>
169
+ * @return The hasSpeakers.
170
+ */
171
+ boolean getHasSpeakers();
172
+
173
+ /**
174
+ * <code>optional bool has_camera = 13;</code>
175
+ * @return Whether the hasCamera field is set.
176
+ */
177
+ boolean hasHasCamera();
178
+ /**
179
+ * <code>optional bool has_camera = 13;</code>
180
+ * @return The hasCamera.
181
+ */
182
+ boolean getHasCamera();
183
+
184
+ /**
185
+ * <code>optional bool has_usb_hub = 14;</code>
186
+ * @return Whether the hasUsbHub field is set.
187
+ */
188
+ boolean hasHasUsbHub();
189
+ /**
190
+ * <code>optional bool has_usb_hub = 14;</code>
191
+ * @return The hasUsbHub.
192
+ */
193
+ boolean getHasUsbHub();
194
+
195
+ /**
196
+ * <code>optional string usb_upstream = 15;</code>
197
+ * @return Whether the usbUpstream field is set.
198
+ */
199
+ boolean hasUsbUpstream();
200
+ /**
201
+ * <code>optional string usb_upstream = 15;</code>
202
+ * @return The usbUpstream.
203
+ */
204
+ java.lang.String getUsbUpstream();
205
+ /**
206
+ * <code>optional string usb_upstream = 15;</code>
207
+ * @return The bytes for usbUpstream.
208
+ */
209
+ com.google.protobuf.ByteString
210
+ getUsbUpstreamBytes();
211
+
212
+ /**
213
+ * <code>optional int64 nr_of_usb_upstream = 16;</code>
214
+ * @return Whether the nrOfUsbUpstream field is set.
215
+ */
216
+ boolean hasNrOfUsbUpstream();
217
+ /**
218
+ * <code>optional int64 nr_of_usb_upstream = 16;</code>
219
+ * @return The nrOfUsbUpstream.
220
+ */
221
+ long getNrOfUsbUpstream();
222
+
223
+ /**
224
+ * <code>optional int64 usb_type_a_downstream = 17;</code>
225
+ * @return Whether the usbTypeADownstream field is set.
226
+ */
227
+ boolean hasUsbTypeADownstream();
228
+ /**
229
+ * <code>optional int64 usb_type_a_downstream = 17;</code>
230
+ * @return The usbTypeADownstream.
231
+ */
232
+ long getUsbTypeADownstream();
233
+
234
+ /**
235
+ * <code>optional int64 nr_of_vga = 18;</code>
236
+ * @return Whether the nrOfVga field is set.
237
+ */
238
+ boolean hasNrOfVga();
239
+ /**
240
+ * <code>optional int64 nr_of_vga = 18;</code>
241
+ * @return The nrOfVga.
242
+ */
243
+ long getNrOfVga();
244
+
245
+ /**
246
+ * <code>optional int64 nr_of_dvi = 19;</code>
247
+ * @return Whether the nrOfDvi field is set.
248
+ */
249
+ boolean hasNrOfDvi();
250
+ /**
251
+ * <code>optional int64 nr_of_dvi = 19;</code>
252
+ * @return The nrOfDvi.
253
+ */
254
+ long getNrOfDvi();
255
+
256
+ /**
257
+ * <code>optional int64 nr_of_hdmi = 20;</code>
258
+ * @return Whether the nrOfHdmi field is set.
259
+ */
260
+ boolean hasNrOfHdmi();
261
+ /**
262
+ * <code>optional int64 nr_of_hdmi = 20;</code>
263
+ * @return The nrOfHdmi.
264
+ */
265
+ long getNrOfHdmi();
266
+
267
+ /**
268
+ * <code>optional string hdmi_version = 21;</code>
269
+ * @return Whether the hdmiVersion field is set.
270
+ */
271
+ boolean hasHdmiVersion();
272
+ /**
273
+ * <code>optional string hdmi_version = 21;</code>
274
+ * @return The hdmiVersion.
275
+ */
276
+ java.lang.String getHdmiVersion();
277
+ /**
278
+ * <code>optional string hdmi_version = 21;</code>
279
+ * @return The bytes for hdmiVersion.
280
+ */
281
+ com.google.protobuf.ByteString
282
+ getHdmiVersionBytes();
283
+
284
+ /**
285
+ * <code>optional int64 number_of_display_ports = 22;</code>
286
+ * @return Whether the numberOfDisplayPorts field is set.
287
+ */
288
+ boolean hasNumberOfDisplayPorts();
289
+ /**
290
+ * <code>optional int64 number_of_display_ports = 22;</code>
291
+ * @return The numberOfDisplayPorts.
292
+ */
293
+ long getNumberOfDisplayPorts();
294
+
295
+ /**
296
+ * <code>optional string display_port_version = 23;</code>
297
+ * @return Whether the displayPortVersion field is set.
298
+ */
299
+ boolean hasDisplayPortVersion();
300
+ /**
301
+ * <code>optional string display_port_version = 23;</code>
302
+ * @return The displayPortVersion.
303
+ */
304
+ java.lang.String getDisplayPortVersion();
305
+ /**
306
+ * <code>optional string display_port_version = 23;</code>
307
+ * @return The bytes for displayPortVersion.
308
+ */
309
+ com.google.protobuf.ByteString
310
+ getDisplayPortVersionBytes();
311
+
312
+ /**
313
+ * <code>optional string energy_class = 24;</code>
314
+ * @return Whether the energyClass field is set.
315
+ */
316
+ boolean hasEnergyClass();
317
+ /**
318
+ * <code>optional string energy_class = 24;</code>
319
+ * @return The energyClass.
320
+ */
321
+ java.lang.String getEnergyClass();
322
+ /**
323
+ * <code>optional string energy_class = 24;</code>
324
+ * @return The bytes for energyClass.
325
+ */
326
+ com.google.protobuf.ByteString
327
+ getEnergyClassBytes();
328
+
329
+ /**
330
+ * <code>optional double sdr_per_1000_u = 25;</code>
331
+ * @return Whether the sdrPer1000U field is set.
332
+ */
333
+ boolean hasSdrPer1000U();
334
+ /**
335
+ * <code>optional double sdr_per_1000_u = 25;</code>
336
+ * @return The sdrPer1000U.
337
+ */
338
+ double getSdrPer1000U();
339
+
340
+ /**
341
+ * <code>optional double average_watt_usage = 26;</code>
342
+ * @return Whether the averageWattUsage field is set.
343
+ */
344
+ boolean hasAverageWattUsage();
345
+ /**
346
+ * <code>optional double average_watt_usage = 26;</code>
347
+ * @return The averageWattUsage.
348
+ */
349
+ double getAverageWattUsage();
350
+
351
+ /**
352
+ * <code>optional double standby_watt_usage = 27;</code>
353
+ * @return Whether the standbyWattUsage field is set.
354
+ */
355
+ boolean hasStandbyWattUsage();
356
+ /**
357
+ * <code>optional double standby_watt_usage = 27;</code>
358
+ * @return The standbyWattUsage.
359
+ */
360
+ double getStandbyWattUsage();
361
+
362
+ /**
363
+ * <code>optional double max_watt_usage = 28;</code>
364
+ * @return Whether the maxWattUsage field is set.
365
+ */
366
+ boolean hasMaxWattUsage();
367
+ /**
368
+ * <code>optional double max_watt_usage = 28;</code>
369
+ * @return The maxWattUsage.
370
+ */
371
+ double getMaxWattUsage();
372
+
373
+ /**
374
+ * <code>optional double watt_usage_when_off = 29;</code>
375
+ * @return Whether the wattUsageWhenOff field is set.
376
+ */
377
+ boolean hasWattUsageWhenOff();
378
+ /**
379
+ * <code>optional double watt_usage_when_off = 29;</code>
380
+ * @return The wattUsageWhenOff.
381
+ */
382
+ double getWattUsageWhenOff();
383
+
384
+ /**
385
+ * <code>optional double watt_power_save = 30;</code>
386
+ * @return Whether the wattPowerSave field is set.
387
+ */
388
+ boolean hasWattPowerSave();
389
+ /**
390
+ * <code>optional double watt_power_save = 30;</code>
391
+ * @return The wattPowerSave.
392
+ */
393
+ double getWattPowerSave();
394
+
395
+ /**
396
+ * <code>optional string ac_voltage = 31;</code>
397
+ * @return Whether the acVoltage field is set.
398
+ */
399
+ boolean hasAcVoltage();
400
+ /**
401
+ * <code>optional string ac_voltage = 31;</code>
402
+ * @return The acVoltage.
403
+ */
404
+ java.lang.String getAcVoltage();
405
+ /**
406
+ * <code>optional string ac_voltage = 31;</code>
407
+ * @return The bytes for acVoltage.
408
+ */
409
+ com.google.protobuf.ByteString
410
+ getAcVoltageBytes();
411
+
412
+ /**
413
+ * <code>optional string ac_freq_in_hz = 32;</code>
414
+ * @return Whether the acFreqInHz field is set.
415
+ */
416
+ boolean hasAcFreqInHz();
417
+ /**
418
+ * <code>optional string ac_freq_in_hz = 32;</code>
419
+ * @return The acFreqInHz.
420
+ */
421
+ java.lang.String getAcFreqInHz();
422
+ /**
423
+ * <code>optional string ac_freq_in_hz = 32;</code>
424
+ * @return The bytes for acFreqInHz.
425
+ */
426
+ com.google.protobuf.ByteString
427
+ getAcFreqInHzBytes();
428
+
429
+ /**
430
+ * <code>optional double current_in_a = 33;</code>
431
+ * @return Whether the currentInA field is set.
432
+ */
433
+ boolean hasCurrentInA();
434
+ /**
435
+ * <code>optional double current_in_a = 33;</code>
436
+ * @return The currentInA.
437
+ */
438
+ double getCurrentInA();
439
+
440
+ /**
441
+ * <code>optional string manufacturer = 34;</code>
442
+ * @return Whether the manufacturer field is set.
443
+ */
444
+ boolean hasManufacturer();
445
+ /**
446
+ * <code>optional string manufacturer = 34;</code>
447
+ * @return The manufacturer.
448
+ */
449
+ java.lang.String getManufacturer();
450
+ /**
451
+ * <code>optional string manufacturer = 34;</code>
452
+ * @return The bytes for manufacturer.
453
+ */
454
+ com.google.protobuf.ByteString
455
+ getManufacturerBytes();
456
+
457
+ /**
458
+ * <code>optional string model = 35;</code>
459
+ * @return Whether the model field is set.
460
+ */
461
+ boolean hasModel();
462
+ /**
463
+ * <code>optional string model = 35;</code>
464
+ * @return The model.
465
+ */
466
+ java.lang.String getModel();
467
+ /**
468
+ * <code>optional string model = 35;</code>
469
+ * @return The bytes for model.
470
+ */
471
+ com.google.protobuf.ByteString
472
+ getModelBytes();
473
+
474
+ /**
475
+ * <code>optional .google.protobuf.Timestamp creation_date = 36;</code>
476
+ * @return Whether the creationDate field is set.
477
+ */
478
+ boolean hasCreationDate();
479
+ /**
480
+ * <code>optional .google.protobuf.Timestamp creation_date = 36;</code>
481
+ * @return The creationDate.
482
+ */
483
+ com.google.protobuf.Timestamp getCreationDate();
484
+ /**
485
+ * <code>optional .google.protobuf.Timestamp creation_date = 36;</code>
486
+ */
487
+ com.google.protobuf.TimestampOrBuilder getCreationDateOrBuilder();
488
+ }
@@ -132,6 +132,21 @@ public interface MonitorOrBuilder extends
132
132
  */
133
133
  com.lansweeper.dp.outbound.v1.MacMonitorInfoOrBuilder getMacOrBuilder();
134
134
 
135
+ /**
136
+ * <code>optional .com.lansweeper.dp.outbound.v1.MonitorData data = 22;</code>
137
+ * @return Whether the data field is set.
138
+ */
139
+ boolean hasData();
140
+ /**
141
+ * <code>optional .com.lansweeper.dp.outbound.v1.MonitorData data = 22;</code>
142
+ * @return The data.
143
+ */
144
+ com.lansweeper.dp.outbound.v1.MonitorData getData();
145
+ /**
146
+ * <code>optional .com.lansweeper.dp.outbound.v1.MonitorData data = 22;</code>
147
+ */
148
+ com.lansweeper.dp.outbound.v1.MonitorDataOrBuilder getDataOrBuilder();
149
+
135
150
  /**
136
151
  * <pre>
137
152
  * placeholder to be able to inject the catalog meta-data if/when needed