@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.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +9 -0
- package/gen-proto/outbound_pb.js +90 -12
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +7 -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 +284 -43252
- 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,187 @@
|
|
|
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 RawSoftwareOrBuilder extends
|
|
7
|
+
// @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.RawSoftware)
|
|
8
|
+
com.google.protobuf.MessageOrBuilder {
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* <code>string name = 1;</code>
|
|
12
|
+
* @return The name.
|
|
13
|
+
*/
|
|
14
|
+
java.lang.String getName();
|
|
15
|
+
/**
|
|
16
|
+
* <code>string name = 1;</code>
|
|
17
|
+
* @return The bytes for name.
|
|
18
|
+
*/
|
|
19
|
+
com.google.protobuf.ByteString
|
|
20
|
+
getNameBytes();
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* <code>string vendor = 2;</code>
|
|
24
|
+
* @return Whether the vendor field is set.
|
|
25
|
+
*/
|
|
26
|
+
boolean hasVendor();
|
|
27
|
+
/**
|
|
28
|
+
* <code>string vendor = 2;</code>
|
|
29
|
+
* @return The vendor.
|
|
30
|
+
*/
|
|
31
|
+
java.lang.String getVendor();
|
|
32
|
+
/**
|
|
33
|
+
* <code>string vendor = 2;</code>
|
|
34
|
+
* @return The bytes for vendor.
|
|
35
|
+
*/
|
|
36
|
+
com.google.protobuf.ByteString
|
|
37
|
+
getVendorBytes();
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* <code>string version = 3;</code>
|
|
41
|
+
* @return Whether the version field is set.
|
|
42
|
+
*/
|
|
43
|
+
boolean hasVersion();
|
|
44
|
+
/**
|
|
45
|
+
* <code>string version = 3;</code>
|
|
46
|
+
* @return The version.
|
|
47
|
+
*/
|
|
48
|
+
java.lang.String getVersion();
|
|
49
|
+
/**
|
|
50
|
+
* <code>string version = 3;</code>
|
|
51
|
+
* @return The bytes for version.
|
|
52
|
+
*/
|
|
53
|
+
com.google.protobuf.ByteString
|
|
54
|
+
getVersionBytes();
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* <code>string info = 4;</code>
|
|
58
|
+
* @return Whether the info field is set.
|
|
59
|
+
*/
|
|
60
|
+
boolean hasInfo();
|
|
61
|
+
/**
|
|
62
|
+
* <code>string info = 4;</code>
|
|
63
|
+
* @return The info.
|
|
64
|
+
*/
|
|
65
|
+
java.lang.String getInfo();
|
|
66
|
+
/**
|
|
67
|
+
* <code>string info = 4;</code>
|
|
68
|
+
* @return The bytes for info.
|
|
69
|
+
*/
|
|
70
|
+
com.google.protobuf.ByteString
|
|
71
|
+
getInfoBytes();
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* <code>string exe_path = 5;</code>
|
|
75
|
+
* @return Whether the exePath field is set.
|
|
76
|
+
*/
|
|
77
|
+
boolean hasExePath();
|
|
78
|
+
/**
|
|
79
|
+
* <code>string exe_path = 5;</code>
|
|
80
|
+
* @return The exePath.
|
|
81
|
+
*/
|
|
82
|
+
java.lang.String getExePath();
|
|
83
|
+
/**
|
|
84
|
+
* <code>string exe_path = 5;</code>
|
|
85
|
+
* @return The bytes for exePath.
|
|
86
|
+
*/
|
|
87
|
+
com.google.protobuf.ByteString
|
|
88
|
+
getExePathBytes();
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* <pre>
|
|
92
|
+
* when available the specific sw arch
|
|
93
|
+
* </pre>
|
|
94
|
+
*
|
|
95
|
+
* <code>string arch = 6;</code>
|
|
96
|
+
* @return Whether the arch field is set.
|
|
97
|
+
*/
|
|
98
|
+
boolean hasArch();
|
|
99
|
+
/**
|
|
100
|
+
* <pre>
|
|
101
|
+
* when available the specific sw arch
|
|
102
|
+
* </pre>
|
|
103
|
+
*
|
|
104
|
+
* <code>string arch = 6;</code>
|
|
105
|
+
* @return The arch.
|
|
106
|
+
*/
|
|
107
|
+
java.lang.String getArch();
|
|
108
|
+
/**
|
|
109
|
+
* <pre>
|
|
110
|
+
* when available the specific sw arch
|
|
111
|
+
* </pre>
|
|
112
|
+
*
|
|
113
|
+
* <code>string arch = 6;</code>
|
|
114
|
+
* @return The bytes for arch.
|
|
115
|
+
*/
|
|
116
|
+
com.google.protobuf.ByteString
|
|
117
|
+
getArchBytes();
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* <code>int64 install_date = 7;</code>
|
|
121
|
+
* @return Whether the installDate field is set.
|
|
122
|
+
*/
|
|
123
|
+
boolean hasInstallDate();
|
|
124
|
+
/**
|
|
125
|
+
* <code>int64 install_date = 7;</code>
|
|
126
|
+
* @return The installDate.
|
|
127
|
+
*/
|
|
128
|
+
long getInstallDate();
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* <pre>
|
|
132
|
+
* Registry | System | MsStore | Package | Custom | etc
|
|
133
|
+
* </pre>
|
|
134
|
+
*
|
|
135
|
+
* <code>string source_type = 8;</code>
|
|
136
|
+
* @return Whether the sourceType field is set.
|
|
137
|
+
*/
|
|
138
|
+
boolean hasSourceType();
|
|
139
|
+
/**
|
|
140
|
+
* <pre>
|
|
141
|
+
* Registry | System | MsStore | Package | Custom | etc
|
|
142
|
+
* </pre>
|
|
143
|
+
*
|
|
144
|
+
* <code>string source_type = 8;</code>
|
|
145
|
+
* @return The sourceType.
|
|
146
|
+
*/
|
|
147
|
+
java.lang.String getSourceType();
|
|
148
|
+
/**
|
|
149
|
+
* <pre>
|
|
150
|
+
* Registry | System | MsStore | Package | Custom | etc
|
|
151
|
+
* </pre>
|
|
152
|
+
*
|
|
153
|
+
* <code>string source_type = 8;</code>
|
|
154
|
+
* @return The bytes for sourceType.
|
|
155
|
+
*/
|
|
156
|
+
com.google.protobuf.ByteString
|
|
157
|
+
getSourceTypeBytes();
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* <pre>
|
|
161
|
+
* optional SW id on the client side
|
|
162
|
+
* </pre>
|
|
163
|
+
*
|
|
164
|
+
* <code>string sw_id = 9;</code>
|
|
165
|
+
* @return Whether the swId field is set.
|
|
166
|
+
*/
|
|
167
|
+
boolean hasSwId();
|
|
168
|
+
/**
|
|
169
|
+
* <pre>
|
|
170
|
+
* optional SW id on the client side
|
|
171
|
+
* </pre>
|
|
172
|
+
*
|
|
173
|
+
* <code>string sw_id = 9;</code>
|
|
174
|
+
* @return The swId.
|
|
175
|
+
*/
|
|
176
|
+
java.lang.String getSwId();
|
|
177
|
+
/**
|
|
178
|
+
* <pre>
|
|
179
|
+
* optional SW id on the client side
|
|
180
|
+
* </pre>
|
|
181
|
+
*
|
|
182
|
+
* <code>string sw_id = 9;</code>
|
|
183
|
+
* @return The bytes for swId.
|
|
184
|
+
*/
|
|
185
|
+
com.google.protobuf.ByteString
|
|
186
|
+
getSwIdBytes();
|
|
187
|
+
}
|