@lansweeper/data-platform-outbound-grpc 0.1.2 → 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.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +21 -0
- package/gen-proto/outbound_pb.js +189 -12
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +9 -2
- package/src/main/java/com/lansweeper/dp/outbound/v1/Asset.java +2132 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +144 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetType.java +801 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetTypeOrBuilder.java +58 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrand.java +4433 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrandOrBuilder.java +446 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModel.java +4089 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModelOrBuilder.java +422 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitor.java +484 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitorOrBuilder.java +15 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOs.java +3858 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOsOrBuilder.java +384 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftware.java +3315 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftwareOrBuilder.java +332 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFields.java +1731 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.java +138 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/Entity.java +762 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityOrBuilder.java +41 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPath.java +1283 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPathOrBuilder.java +113 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequest.java +655 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequestOrBuilder.java +36 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponse.java +1193 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponseOrBuilder.java +71 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfo.java +2702 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfoOrBuilder.java +237 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequest.java +655 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequestOrBuilder.java +36 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponse.java +958 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponseOrBuilder.java +48 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfo.java +2332 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfoOrBuilder.java +191 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/Outbound.java +286 -42943
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfo.java +1073 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfoOrBuilder.java +77 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftware.java +1894 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftwareOrBuilder.java +187 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/Software.java +2797 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventory.java +958 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventoryOrBuilder.java +48 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +258 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfo.java +1846 -0
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfoOrBuilder.java +205 -0
|
@@ -0,0 +1,332 @@
|
|
|
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 CatalogSoftwareOrBuilder extends
|
|
7
|
+
// @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.CatalogSoftware)
|
|
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 sw_key = 2;</code>
|
|
18
|
+
* @return The swKey.
|
|
19
|
+
*/
|
|
20
|
+
java.lang.String getSwKey();
|
|
21
|
+
/**
|
|
22
|
+
* <code>string sw_key = 2;</code>
|
|
23
|
+
* @return The bytes for swKey.
|
|
24
|
+
*/
|
|
25
|
+
com.google.protobuf.ByteString
|
|
26
|
+
getSwKeyBytes();
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* <code>string sw_name = 3;</code>
|
|
30
|
+
* @return The swName.
|
|
31
|
+
*/
|
|
32
|
+
java.lang.String getSwName();
|
|
33
|
+
/**
|
|
34
|
+
* <code>string sw_name = 3;</code>
|
|
35
|
+
* @return The bytes for swName.
|
|
36
|
+
*/
|
|
37
|
+
com.google.protobuf.ByteString
|
|
38
|
+
getSwNameBytes();
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* <code>string sw_version = 4;</code>
|
|
42
|
+
* @return Whether the swVersion field is set.
|
|
43
|
+
*/
|
|
44
|
+
boolean hasSwVersion();
|
|
45
|
+
/**
|
|
46
|
+
* <code>string sw_version = 4;</code>
|
|
47
|
+
* @return The swVersion.
|
|
48
|
+
*/
|
|
49
|
+
java.lang.String getSwVersion();
|
|
50
|
+
/**
|
|
51
|
+
* <code>string sw_version = 4;</code>
|
|
52
|
+
* @return The bytes for swVersion.
|
|
53
|
+
*/
|
|
54
|
+
com.google.protobuf.ByteString
|
|
55
|
+
getSwVersionBytes();
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* <code>string sw_market_ver = 5;</code>
|
|
59
|
+
* @return Whether the swMarketVer field is set.
|
|
60
|
+
*/
|
|
61
|
+
boolean hasSwMarketVer();
|
|
62
|
+
/**
|
|
63
|
+
* <code>string sw_market_ver = 5;</code>
|
|
64
|
+
* @return The swMarketVer.
|
|
65
|
+
*/
|
|
66
|
+
java.lang.String getSwMarketVer();
|
|
67
|
+
/**
|
|
68
|
+
* <code>string sw_market_ver = 5;</code>
|
|
69
|
+
* @return The bytes for swMarketVer.
|
|
70
|
+
*/
|
|
71
|
+
com.google.protobuf.ByteString
|
|
72
|
+
getSwMarketVerBytes();
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* <code>string sw_edition = 6;</code>
|
|
76
|
+
* @return Whether the swEdition field is set.
|
|
77
|
+
*/
|
|
78
|
+
boolean hasSwEdition();
|
|
79
|
+
/**
|
|
80
|
+
* <code>string sw_edition = 6;</code>
|
|
81
|
+
* @return The swEdition.
|
|
82
|
+
*/
|
|
83
|
+
java.lang.String getSwEdition();
|
|
84
|
+
/**
|
|
85
|
+
* <code>string sw_edition = 6;</code>
|
|
86
|
+
* @return The bytes for swEdition.
|
|
87
|
+
*/
|
|
88
|
+
com.google.protobuf.ByteString
|
|
89
|
+
getSwEditionBytes();
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* <code>string sw_lang = 23;</code>
|
|
93
|
+
* @return Whether the swLang field is set.
|
|
94
|
+
*/
|
|
95
|
+
boolean hasSwLang();
|
|
96
|
+
/**
|
|
97
|
+
* <code>string sw_lang = 23;</code>
|
|
98
|
+
* @return The swLang.
|
|
99
|
+
*/
|
|
100
|
+
java.lang.String getSwLang();
|
|
101
|
+
/**
|
|
102
|
+
* <code>string sw_lang = 23;</code>
|
|
103
|
+
* @return The bytes for swLang.
|
|
104
|
+
*/
|
|
105
|
+
com.google.protobuf.ByteString
|
|
106
|
+
getSwLangBytes();
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* <code>string sw_build = 7;</code>
|
|
110
|
+
* @return Whether the swBuild field is set.
|
|
111
|
+
*/
|
|
112
|
+
boolean hasSwBuild();
|
|
113
|
+
/**
|
|
114
|
+
* <code>string sw_build = 7;</code>
|
|
115
|
+
* @return The swBuild.
|
|
116
|
+
*/
|
|
117
|
+
java.lang.String getSwBuild();
|
|
118
|
+
/**
|
|
119
|
+
* <code>string sw_build = 7;</code>
|
|
120
|
+
* @return The bytes for swBuild.
|
|
121
|
+
*/
|
|
122
|
+
com.google.protobuf.ByteString
|
|
123
|
+
getSwBuildBytes();
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* <code>int64 override_id = 8;</code>
|
|
127
|
+
* @return Whether the overrideId field is set.
|
|
128
|
+
*/
|
|
129
|
+
boolean hasOverrideId();
|
|
130
|
+
/**
|
|
131
|
+
* <code>int64 override_id = 8;</code>
|
|
132
|
+
* @return The overrideId.
|
|
133
|
+
*/
|
|
134
|
+
long getOverrideId();
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* <code>int64 make_id = 9;</code>
|
|
138
|
+
* @return Whether the makeId field is set.
|
|
139
|
+
*/
|
|
140
|
+
boolean hasMakeId();
|
|
141
|
+
/**
|
|
142
|
+
* <code>int64 make_id = 9;</code>
|
|
143
|
+
* @return The makeId.
|
|
144
|
+
*/
|
|
145
|
+
long getMakeId();
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* <code>int64 parent_id = 10;</code>
|
|
149
|
+
* @return Whether the parentId field is set.
|
|
150
|
+
*/
|
|
151
|
+
boolean hasParentId();
|
|
152
|
+
/**
|
|
153
|
+
* <code>int64 parent_id = 10;</code>
|
|
154
|
+
* @return The parentId.
|
|
155
|
+
*/
|
|
156
|
+
long getParentId();
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* <code>string sw_type = 11;</code>
|
|
160
|
+
* @return Whether the swType field is set.
|
|
161
|
+
*/
|
|
162
|
+
boolean hasSwType();
|
|
163
|
+
/**
|
|
164
|
+
* <code>string sw_type = 11;</code>
|
|
165
|
+
* @return The swType.
|
|
166
|
+
*/
|
|
167
|
+
java.lang.String getSwType();
|
|
168
|
+
/**
|
|
169
|
+
* <code>string sw_type = 11;</code>
|
|
170
|
+
* @return The bytes for swType.
|
|
171
|
+
*/
|
|
172
|
+
com.google.protobuf.ByteString
|
|
173
|
+
getSwTypeBytes();
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* <code>string sw_category = 12;</code>
|
|
177
|
+
* @return Whether the swCategory field is set.
|
|
178
|
+
*/
|
|
179
|
+
boolean hasSwCategory();
|
|
180
|
+
/**
|
|
181
|
+
* <code>string sw_category = 12;</code>
|
|
182
|
+
* @return The swCategory.
|
|
183
|
+
*/
|
|
184
|
+
java.lang.String getSwCategory();
|
|
185
|
+
/**
|
|
186
|
+
* <code>string sw_category = 12;</code>
|
|
187
|
+
* @return The bytes for swCategory.
|
|
188
|
+
*/
|
|
189
|
+
com.google.protobuf.ByteString
|
|
190
|
+
getSwCategoryBytes();
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* <code>string nist_cpe_template = 13;</code>
|
|
194
|
+
* @return Whether the nistCpeTemplate field is set.
|
|
195
|
+
*/
|
|
196
|
+
boolean hasNistCpeTemplate();
|
|
197
|
+
/**
|
|
198
|
+
* <code>string nist_cpe_template = 13;</code>
|
|
199
|
+
* @return The nistCpeTemplate.
|
|
200
|
+
*/
|
|
201
|
+
java.lang.String getNistCpeTemplate();
|
|
202
|
+
/**
|
|
203
|
+
* <code>string nist_cpe_template = 13;</code>
|
|
204
|
+
* @return The bytes for nistCpeTemplate.
|
|
205
|
+
*/
|
|
206
|
+
com.google.protobuf.ByteString
|
|
207
|
+
getNistCpeTemplateBytes();
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* <code>int64 release_date = 14;</code>
|
|
211
|
+
* @return Whether the releaseDate field is set.
|
|
212
|
+
*/
|
|
213
|
+
boolean hasReleaseDate();
|
|
214
|
+
/**
|
|
215
|
+
* <code>int64 release_date = 14;</code>
|
|
216
|
+
* @return The releaseDate.
|
|
217
|
+
*/
|
|
218
|
+
long getReleaseDate();
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* <code>int64 eol_date = 15;</code>
|
|
222
|
+
* @return Whether the eolDate field is set.
|
|
223
|
+
*/
|
|
224
|
+
boolean hasEolDate();
|
|
225
|
+
/**
|
|
226
|
+
* <code>int64 eol_date = 15;</code>
|
|
227
|
+
* @return The eolDate.
|
|
228
|
+
*/
|
|
229
|
+
long getEolDate();
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* <code>int64 eos_date = 16;</code>
|
|
233
|
+
* @return Whether the eosDate field is set.
|
|
234
|
+
*/
|
|
235
|
+
boolean hasEosDate();
|
|
236
|
+
/**
|
|
237
|
+
* <code>int64 eos_date = 16;</code>
|
|
238
|
+
* @return The eosDate.
|
|
239
|
+
*/
|
|
240
|
+
long getEosDate();
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* <code>int64 eosx_date = 18;</code>
|
|
244
|
+
* @return Whether the eosxDate field is set.
|
|
245
|
+
*/
|
|
246
|
+
boolean hasEosxDate();
|
|
247
|
+
/**
|
|
248
|
+
* <code>int64 eosx_date = 18;</code>
|
|
249
|
+
* @return The eosxDate.
|
|
250
|
+
*/
|
|
251
|
+
long getEosxDate();
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* <code>string lifecyle_confidence = 19;</code>
|
|
255
|
+
* @return Whether the lifecyleConfidence field is set.
|
|
256
|
+
*/
|
|
257
|
+
boolean hasLifecyleConfidence();
|
|
258
|
+
/**
|
|
259
|
+
* <code>string lifecyle_confidence = 19;</code>
|
|
260
|
+
* @return The lifecyleConfidence.
|
|
261
|
+
*/
|
|
262
|
+
java.lang.String getLifecyleConfidence();
|
|
263
|
+
/**
|
|
264
|
+
* <code>string lifecyle_confidence = 19;</code>
|
|
265
|
+
* @return The bytes for lifecyleConfidence.
|
|
266
|
+
*/
|
|
267
|
+
com.google.protobuf.ByteString
|
|
268
|
+
getLifecyleConfidenceBytes();
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* <code>int64 last_update_time = 17;</code>
|
|
272
|
+
* @return Whether the lastUpdateTime field is set.
|
|
273
|
+
*/
|
|
274
|
+
boolean hasLastUpdateTime();
|
|
275
|
+
/**
|
|
276
|
+
* <code>int64 last_update_time = 17;</code>
|
|
277
|
+
* @return The lastUpdateTime.
|
|
278
|
+
*/
|
|
279
|
+
long getLastUpdateTime();
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* <code>bool flag_latest = 20;</code>
|
|
283
|
+
* @return Whether the flagLatest field is set.
|
|
284
|
+
*/
|
|
285
|
+
boolean hasFlagLatest();
|
|
286
|
+
/**
|
|
287
|
+
* <code>bool flag_latest = 20;</code>
|
|
288
|
+
* @return The flagLatest.
|
|
289
|
+
*/
|
|
290
|
+
boolean getFlagLatest();
|
|
291
|
+
|
|
292
|
+
/**
|
|
293
|
+
* <code>bool flag_widespread = 21;</code>
|
|
294
|
+
* @return Whether the flagWidespread field is set.
|
|
295
|
+
*/
|
|
296
|
+
boolean hasFlagWidespread();
|
|
297
|
+
/**
|
|
298
|
+
* <code>bool flag_widespread = 21;</code>
|
|
299
|
+
* @return The flagWidespread.
|
|
300
|
+
*/
|
|
301
|
+
boolean getFlagWidespread();
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* <code>bool flag_deprecated = 22;</code>
|
|
305
|
+
* @return Whether the flagDeprecated field is set.
|
|
306
|
+
*/
|
|
307
|
+
boolean hasFlagDeprecated();
|
|
308
|
+
/**
|
|
309
|
+
* <code>bool flag_deprecated = 22;</code>
|
|
310
|
+
* @return The flagDeprecated.
|
|
311
|
+
*/
|
|
312
|
+
boolean getFlagDeprecated();
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* <pre>
|
|
316
|
+
* filled only when a result of search
|
|
317
|
+
* </pre>
|
|
318
|
+
*
|
|
319
|
+
* <code>int32 match_score = 100;</code>
|
|
320
|
+
* @return Whether the matchScore field is set.
|
|
321
|
+
*/
|
|
322
|
+
boolean hasMatchScore();
|
|
323
|
+
/**
|
|
324
|
+
* <pre>
|
|
325
|
+
* filled only when a result of search
|
|
326
|
+
* </pre>
|
|
327
|
+
*
|
|
328
|
+
* <code>int32 match_score = 100;</code>
|
|
329
|
+
* @return The matchScore.
|
|
330
|
+
*/
|
|
331
|
+
int getMatchScore();
|
|
332
|
+
}
|