@lansweeper/data-platform-outbound-grpc 0.1.3 → 0.1.4

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 (50) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +9 -0
  4. package/gen-proto/outbound_pb.js +90 -12
  5. package/package.json +2 -2
  6. package/pom.xml +1 -1
  7. package/proto/outbound.proto +7 -2
  8. package/src/main/java/com/lansweeper/dp/outbound/v1/Asset.java +2132 -0
  9. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +144 -0
  10. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetType.java +801 -0
  11. package/src/main/java/com/lansweeper/dp/outbound/v1/AssetTypeOrBuilder.java +58 -0
  12. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrand.java +4433 -0
  13. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrandOrBuilder.java +446 -0
  14. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModel.java +4089 -0
  15. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModelOrBuilder.java +422 -0
  16. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitor.java +484 -0
  17. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitorOrBuilder.java +15 -0
  18. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOs.java +3858 -0
  19. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOsOrBuilder.java +384 -0
  20. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftware.java +3315 -0
  21. package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftwareOrBuilder.java +332 -0
  22. package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFields.java +1731 -0
  23. package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.java +138 -0
  24. package/src/main/java/com/lansweeper/dp/outbound/v1/Entity.java +762 -0
  25. package/src/main/java/com/lansweeper/dp/outbound/v1/EntityOrBuilder.java +41 -0
  26. package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPath.java +1283 -0
  27. package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPathOrBuilder.java +113 -0
  28. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequest.java +655 -0
  29. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequestOrBuilder.java +36 -0
  30. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponse.java +1193 -0
  31. package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponseOrBuilder.java +71 -0
  32. package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfo.java +2702 -0
  33. package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfoOrBuilder.java +237 -0
  34. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequest.java +655 -0
  35. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequestOrBuilder.java +36 -0
  36. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponse.java +958 -0
  37. package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponseOrBuilder.java +48 -0
  38. package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfo.java +2332 -0
  39. package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfoOrBuilder.java +191 -0
  40. package/src/main/java/com/lansweeper/dp/outbound/v1/Outbound.java +284 -43252
  41. package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfo.java +1073 -0
  42. package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfoOrBuilder.java +77 -0
  43. package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftware.java +1894 -0
  44. package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftwareOrBuilder.java +187 -0
  45. package/src/main/java/com/lansweeper/dp/outbound/v1/Software.java +2797 -0
  46. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventory.java +958 -0
  47. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventoryOrBuilder.java +48 -0
  48. package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +258 -0
  49. package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfo.java +1846 -0
  50. package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfoOrBuilder.java +205 -0
@@ -0,0 +1,384 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: packages/data.platform/outbound/grpc/proto/outbound.proto
3
+
4
+ package com.lansweeper.dp.outbound.v1;
5
+
6
+ public interface CatalogOsOrBuilder extends
7
+ // @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.CatalogOs)
8
+ com.google.protobuf.MessageOrBuilder {
9
+
10
+ /**
11
+ * <code>int64 id = 1;</code>
12
+ * @return The id.
13
+ */
14
+ long getId();
15
+
16
+ /**
17
+ * <code>string os_key = 2;</code>
18
+ * @return The osKey.
19
+ */
20
+ java.lang.String getOsKey();
21
+ /**
22
+ * <code>string os_key = 2;</code>
23
+ * @return The bytes for osKey.
24
+ */
25
+ com.google.protobuf.ByteString
26
+ getOsKeyBytes();
27
+
28
+ /**
29
+ * <code>string os_name = 3;</code>
30
+ * @return The osName.
31
+ */
32
+ java.lang.String getOsName();
33
+ /**
34
+ * <code>string os_name = 3;</code>
35
+ * @return The bytes for osName.
36
+ */
37
+ com.google.protobuf.ByteString
38
+ getOsNameBytes();
39
+
40
+ /**
41
+ * <code>string os_version = 4;</code>
42
+ * @return Whether the osVersion field is set.
43
+ */
44
+ boolean hasOsVersion();
45
+ /**
46
+ * <code>string os_version = 4;</code>
47
+ * @return The osVersion.
48
+ */
49
+ java.lang.String getOsVersion();
50
+ /**
51
+ * <code>string os_version = 4;</code>
52
+ * @return The bytes for osVersion.
53
+ */
54
+ com.google.protobuf.ByteString
55
+ getOsVersionBytes();
56
+
57
+ /**
58
+ * <code>string os_build = 12;</code>
59
+ * @return Whether the osBuild field is set.
60
+ */
61
+ boolean hasOsBuild();
62
+ /**
63
+ * <code>string os_build = 12;</code>
64
+ * @return The osBuild.
65
+ */
66
+ java.lang.String getOsBuild();
67
+ /**
68
+ * <code>string os_build = 12;</code>
69
+ * @return The bytes for osBuild.
70
+ */
71
+ com.google.protobuf.ByteString
72
+ getOsBuildBytes();
73
+
74
+ /**
75
+ * <code>string os_version_name = 5;</code>
76
+ * @return Whether the osVersionName field is set.
77
+ */
78
+ boolean hasOsVersionName();
79
+ /**
80
+ * <code>string os_version_name = 5;</code>
81
+ * @return The osVersionName.
82
+ */
83
+ java.lang.String getOsVersionName();
84
+ /**
85
+ * <code>string os_version_name = 5;</code>
86
+ * @return The bytes for osVersionName.
87
+ */
88
+ com.google.protobuf.ByteString
89
+ getOsVersionNameBytes();
90
+
91
+ /**
92
+ * <code>int64 override_id = 6;</code>
93
+ * @return Whether the overrideId field is set.
94
+ */
95
+ boolean hasOverrideId();
96
+ /**
97
+ * <code>int64 override_id = 6;</code>
98
+ * @return The overrideId.
99
+ */
100
+ long getOverrideId();
101
+
102
+ /**
103
+ * <code>int64 make_id = 7;</code>
104
+ * @return Whether the makeId field is set.
105
+ */
106
+ boolean hasMakeId();
107
+ /**
108
+ * <code>int64 make_id = 7;</code>
109
+ * @return The makeId.
110
+ */
111
+ long getMakeId();
112
+
113
+ /**
114
+ * <code>int64 parent_id = 8;</code>
115
+ * @return Whether the parentId field is set.
116
+ */
117
+ boolean hasParentId();
118
+ /**
119
+ * <code>int64 parent_id = 8;</code>
120
+ * @return The parentId.
121
+ */
122
+ long getParentId();
123
+
124
+ /**
125
+ * <code>int64 release_date = 9;</code>
126
+ * @return Whether the releaseDate field is set.
127
+ */
128
+ boolean hasReleaseDate();
129
+ /**
130
+ * <code>int64 release_date = 9;</code>
131
+ * @return The releaseDate.
132
+ */
133
+ long getReleaseDate();
134
+
135
+ /**
136
+ * <code>int64 eol_date = 10;</code>
137
+ * @return Whether the eolDate field is set.
138
+ */
139
+ boolean hasEolDate();
140
+ /**
141
+ * <code>int64 eol_date = 10;</code>
142
+ * @return The eolDate.
143
+ */
144
+ long getEolDate();
145
+
146
+ /**
147
+ * <code>int64 eos_date = 22;</code>
148
+ * @return Whether the eosDate field is set.
149
+ */
150
+ boolean hasEosDate();
151
+ /**
152
+ * <code>int64 eos_date = 22;</code>
153
+ * @return The eosDate.
154
+ */
155
+ long getEosDate();
156
+
157
+ /**
158
+ * <code>int64 eosx_date = 25;</code>
159
+ * @return Whether the eosxDate field is set.
160
+ */
161
+ boolean hasEosxDate();
162
+ /**
163
+ * <code>int64 eosx_date = 25;</code>
164
+ * @return The eosxDate.
165
+ */
166
+ long getEosxDate();
167
+
168
+ /**
169
+ * <code>string lifecyle_confidence = 26;</code>
170
+ * @return Whether the lifecyleConfidence field is set.
171
+ */
172
+ boolean hasLifecyleConfidence();
173
+ /**
174
+ * <code>string lifecyle_confidence = 26;</code>
175
+ * @return The lifecyleConfidence.
176
+ */
177
+ java.lang.String getLifecyleConfidence();
178
+ /**
179
+ * <code>string lifecyle_confidence = 26;</code>
180
+ * @return The bytes for lifecyleConfidence.
181
+ */
182
+ com.google.protobuf.ByteString
183
+ getLifecyleConfidenceBytes();
184
+
185
+ /**
186
+ * <code>string logo_image_url = 13;</code>
187
+ * @return Whether the logoImageUrl field is set.
188
+ */
189
+ boolean hasLogoImageUrl();
190
+ /**
191
+ * <code>string logo_image_url = 13;</code>
192
+ * @return The logoImageUrl.
193
+ */
194
+ java.lang.String getLogoImageUrl();
195
+ /**
196
+ * <code>string logo_image_url = 13;</code>
197
+ * @return The bytes for logoImageUrl.
198
+ */
199
+ com.google.protobuf.ByteString
200
+ getLogoImageUrlBytes();
201
+
202
+ /**
203
+ * <code>string banner_image_url = 14;</code>
204
+ * @return Whether the bannerImageUrl field is set.
205
+ */
206
+ boolean hasBannerImageUrl();
207
+ /**
208
+ * <code>string banner_image_url = 14;</code>
209
+ * @return The bannerImageUrl.
210
+ */
211
+ java.lang.String getBannerImageUrl();
212
+ /**
213
+ * <code>string banner_image_url = 14;</code>
214
+ * @return The bytes for bannerImageUrl.
215
+ */
216
+ com.google.protobuf.ByteString
217
+ getBannerImageUrlBytes();
218
+
219
+ /**
220
+ * <code>string wikipedia_id = 15;</code>
221
+ * @return Whether the wikipediaId field is set.
222
+ */
223
+ boolean hasWikipediaId();
224
+ /**
225
+ * <code>string wikipedia_id = 15;</code>
226
+ * @return The wikipediaId.
227
+ */
228
+ java.lang.String getWikipediaId();
229
+ /**
230
+ * <code>string wikipedia_id = 15;</code>
231
+ * @return The bytes for wikipediaId.
232
+ */
233
+ com.google.protobuf.ByteString
234
+ getWikipediaIdBytes();
235
+
236
+ /**
237
+ * <code>string wikipedia_lang_code = 16;</code>
238
+ * @return Whether the wikipediaLangCode field is set.
239
+ */
240
+ boolean hasWikipediaLangCode();
241
+ /**
242
+ * <code>string wikipedia_lang_code = 16;</code>
243
+ * @return The wikipediaLangCode.
244
+ */
245
+ java.lang.String getWikipediaLangCode();
246
+ /**
247
+ * <code>string wikipedia_lang_code = 16;</code>
248
+ * @return The bytes for wikipediaLangCode.
249
+ */
250
+ com.google.protobuf.ByteString
251
+ getWikipediaLangCodeBytes();
252
+
253
+ /**
254
+ * <code>string website_url = 17;</code>
255
+ * @return Whether the websiteUrl field is set.
256
+ */
257
+ boolean hasWebsiteUrl();
258
+ /**
259
+ * <code>string website_url = 17;</code>
260
+ * @return The websiteUrl.
261
+ */
262
+ java.lang.String getWebsiteUrl();
263
+ /**
264
+ * <code>string website_url = 17;</code>
265
+ * @return The bytes for websiteUrl.
266
+ */
267
+ com.google.protobuf.ByteString
268
+ getWebsiteUrlBytes();
269
+
270
+ /**
271
+ * <code>string support_url = 18;</code>
272
+ * @return Whether the supportUrl field is set.
273
+ */
274
+ boolean hasSupportUrl();
275
+ /**
276
+ * <code>string support_url = 18;</code>
277
+ * @return The supportUrl.
278
+ */
279
+ java.lang.String getSupportUrl();
280
+ /**
281
+ * <code>string support_url = 18;</code>
282
+ * @return The bytes for supportUrl.
283
+ */
284
+ com.google.protobuf.ByteString
285
+ getSupportUrlBytes();
286
+
287
+ /**
288
+ * <code>string support_phone = 19;</code>
289
+ * @return Whether the supportPhone field is set.
290
+ */
291
+ boolean hasSupportPhone();
292
+ /**
293
+ * <code>string support_phone = 19;</code>
294
+ * @return The supportPhone.
295
+ */
296
+ java.lang.String getSupportPhone();
297
+ /**
298
+ * <code>string support_phone = 19;</code>
299
+ * @return The bytes for supportPhone.
300
+ */
301
+ com.google.protobuf.ByteString
302
+ getSupportPhoneBytes();
303
+
304
+ /**
305
+ * <code>string facebook_account = 20;</code>
306
+ * @return Whether the facebookAccount field is set.
307
+ */
308
+ boolean hasFacebookAccount();
309
+ /**
310
+ * <code>string facebook_account = 20;</code>
311
+ * @return The facebookAccount.
312
+ */
313
+ java.lang.String getFacebookAccount();
314
+ /**
315
+ * <code>string facebook_account = 20;</code>
316
+ * @return The bytes for facebookAccount.
317
+ */
318
+ com.google.protobuf.ByteString
319
+ getFacebookAccountBytes();
320
+
321
+ /**
322
+ * <code>string twitter_account = 21;</code>
323
+ * @return Whether the twitterAccount field is set.
324
+ */
325
+ boolean hasTwitterAccount();
326
+ /**
327
+ * <code>string twitter_account = 21;</code>
328
+ * @return The twitterAccount.
329
+ */
330
+ java.lang.String getTwitterAccount();
331
+ /**
332
+ * <code>string twitter_account = 21;</code>
333
+ * @return The bytes for twitterAccount.
334
+ */
335
+ com.google.protobuf.ByteString
336
+ getTwitterAccountBytes();
337
+
338
+ /**
339
+ * <code>string nist_cpe = 23;</code>
340
+ * @return Whether the nistCpe field is set.
341
+ */
342
+ boolean hasNistCpe();
343
+ /**
344
+ * <code>string nist_cpe = 23;</code>
345
+ * @return The nistCpe.
346
+ */
347
+ java.lang.String getNistCpe();
348
+ /**
349
+ * <code>string nist_cpe = 23;</code>
350
+ * @return The bytes for nistCpe.
351
+ */
352
+ com.google.protobuf.ByteString
353
+ getNistCpeBytes();
354
+
355
+ /**
356
+ * <code>int64 last_update_time = 11;</code>
357
+ * @return Whether the lastUpdateTime field is set.
358
+ */
359
+ boolean hasLastUpdateTime();
360
+ /**
361
+ * <code>int64 last_update_time = 11;</code>
362
+ * @return The lastUpdateTime.
363
+ */
364
+ long getLastUpdateTime();
365
+
366
+ /**
367
+ * <pre>
368
+ * filled only when a result of search
369
+ * </pre>
370
+ *
371
+ * <code>int32 match_score = 24;</code>
372
+ * @return Whether the matchScore field is set.
373
+ */
374
+ boolean hasMatchScore();
375
+ /**
376
+ * <pre>
377
+ * filled only when a result of search
378
+ * </pre>
379
+ *
380
+ * <code>int32 match_score = 24;</code>
381
+ * @return The matchScore.
382
+ */
383
+ int getMatchScore();
384
+ }