@lansweeper/integrations-assets-grpc 0.1.1

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 (77) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/buf.yaml +23 -0
  3. package/gen-proto/assets_grpc_pb.js +1 -0
  4. package/gen-proto/assets_pb.d.ts +458 -0
  5. package/gen-proto/assets_pb.js +3599 -0
  6. package/gen-proto/image.json +1 -0
  7. package/gen-proto/index.d.ts +1 -0
  8. package/gen-proto/index.js +3 -0
  9. package/generated-go/assets.pb.go +1118 -0
  10. package/go.mod +3 -0
  11. package/java.json +6 -0
  12. package/package.json +18 -0
  13. package/pom.xml +76 -0
  14. package/proto/assets.proto +86 -0
  15. package/src/main/proto/assets.proto +86 -0
  16. package/target/classes/assets.proto +86 -0
  17. package/target/classes/lansweeper/integrations/assets/v1/Asset$1.class +0 -0
  18. package/target/classes/lansweeper/integrations/assets/v1/Asset$Builder.class +0 -0
  19. package/target/classes/lansweeper/integrations/assets/v1/Asset.class +0 -0
  20. package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfo$1.class +0 -0
  21. package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfo$Builder.class +0 -0
  22. package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfo.class +0 -0
  23. package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfoOrBuilder.class +0 -0
  24. package/target/classes/lansweeper/integrations/assets/v1/AssetCustom$1.class +0 -0
  25. package/target/classes/lansweeper/integrations/assets/v1/AssetCustom$Builder.class +0 -0
  26. package/target/classes/lansweeper/integrations/assets/v1/AssetCustom.class +0 -0
  27. package/target/classes/lansweeper/integrations/assets/v1/AssetCustomOrBuilder.class +0 -0
  28. package/target/classes/lansweeper/integrations/assets/v1/AssetOrBuilder.class +0 -0
  29. package/target/classes/lansweeper/integrations/assets/v1/Assets.class +0 -0
  30. package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom$1.class +0 -0
  31. package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom$Builder.class +0 -0
  32. package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom.class +0 -0
  33. package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustomOrBuilder.class +0 -0
  34. package/target/classes/lansweeper/integrations/assets/v1/CustomField$1.class +0 -0
  35. package/target/classes/lansweeper/integrations/assets/v1/CustomField$Builder.class +0 -0
  36. package/target/classes/lansweeper/integrations/assets/v1/CustomField.class +0 -0
  37. package/target/classes/lansweeper/integrations/assets/v1/CustomFieldOrBuilder.class +0 -0
  38. package/target/classes/lansweeper/integrations/assets/v1/LockedFields$1.class +0 -0
  39. package/target/classes/lansweeper/integrations/assets/v1/LockedFields$Builder.class +0 -0
  40. package/target/classes/lansweeper/integrations/assets/v1/LockedFields.class +0 -0
  41. package/target/classes/lansweeper/integrations/assets/v1/LockedFieldsOrBuilder.class +0 -0
  42. package/target/classes/lansweeper/integrations/assets/v1/OtData$1.class +0 -0
  43. package/target/classes/lansweeper/integrations/assets/v1/OtData$Builder.class +0 -0
  44. package/target/classes/lansweeper/integrations/assets/v1/OtData.class +0 -0
  45. package/target/classes/lansweeper/integrations/assets/v1/OtDataOrBuilder.class +0 -0
  46. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/Asset.java +1292 -0
  47. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetBasicInfo.java +1431 -0
  48. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetBasicInfoOrBuilder.java +118 -0
  49. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustom.java +3690 -0
  50. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustomOrBuilder.java +351 -0
  51. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetOrBuilder.java +84 -0
  52. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/Assets.java +176 -0
  53. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CloudAssetCustom.java +1316 -0
  54. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CloudAssetCustomOrBuilder.java +111 -0
  55. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CustomField.java +643 -0
  56. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CustomFieldOrBuilder.java +33 -0
  57. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/LockedFields.java +2886 -0
  58. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/LockedFieldsOrBuilder.java +281 -0
  59. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/OtData.java +688 -0
  60. package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/OtDataOrBuilder.java +43 -0
  61. package/target/integrations-assets-model-0.1.0-sources.jar +0 -0
  62. package/target/integrations-assets-model-0.1.0.jar +0 -0
  63. package/target/maven-archiver/pom.properties +5 -0
  64. package/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +29 -0
  65. package/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +15 -0
  66. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/any.proto +161 -0
  67. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/api.proto +207 -0
  68. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/descriptor.proto +975 -0
  69. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/duration.proto +115 -0
  70. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/empty.proto +51 -0
  71. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/field_mask.proto +245 -0
  72. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/source_context.proto +48 -0
  73. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/struct.proto +95 -0
  74. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/timestamp.proto +144 -0
  75. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/type.proto +187 -0
  76. package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/wrappers.proto +123 -0
  77. package/target/protoc-plugins/protoc-3.22.2-linux-x86_64.exe +0 -0
@@ -0,0 +1,281 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: assets.proto
3
+
4
+ package lansweeper.integrations.assets.v1;
5
+
6
+ public interface LockedFieldsOrBuilder extends
7
+ // @@protoc_insertion_point(interface_extends:lansweeper.integrations.assets.v1.LockedFields)
8
+ com.google.protobuf.MessageOrBuilder {
9
+
10
+ /**
11
+ * <code>optional string name = 1;</code>
12
+ * @return Whether the name field is set.
13
+ */
14
+ boolean hasName();
15
+ /**
16
+ * <code>optional string name = 1;</code>
17
+ * @return The name.
18
+ */
19
+ java.lang.String getName();
20
+ /**
21
+ * <code>optional string name = 1;</code>
22
+ * @return The bytes for name.
23
+ */
24
+ com.google.protobuf.ByteString
25
+ getNameBytes();
26
+
27
+ /**
28
+ * <code>optional string type_key = 2;</code>
29
+ * @return Whether the typeKey field is set.
30
+ */
31
+ boolean hasTypeKey();
32
+ /**
33
+ * <code>optional string type_key = 2;</code>
34
+ * @return The typeKey.
35
+ */
36
+ java.lang.String getTypeKey();
37
+ /**
38
+ * <code>optional string type_key = 2;</code>
39
+ * @return The bytes for typeKey.
40
+ */
41
+ com.google.protobuf.ByteString
42
+ getTypeKeyBytes();
43
+
44
+ /**
45
+ * <code>optional string mac = 3;</code>
46
+ * @return Whether the mac field is set.
47
+ */
48
+ boolean hasMac();
49
+ /**
50
+ * <code>optional string mac = 3;</code>
51
+ * @return The mac.
52
+ */
53
+ java.lang.String getMac();
54
+ /**
55
+ * <code>optional string mac = 3;</code>
56
+ * @return The bytes for mac.
57
+ */
58
+ com.google.protobuf.ByteString
59
+ getMacBytes();
60
+
61
+ /**
62
+ * <code>optional string state_key = 4;</code>
63
+ * @return Whether the stateKey field is set.
64
+ */
65
+ boolean hasStateKey();
66
+ /**
67
+ * <code>optional string state_key = 4;</code>
68
+ * @return The stateKey.
69
+ */
70
+ java.lang.String getStateKey();
71
+ /**
72
+ * <code>optional string state_key = 4;</code>
73
+ * @return The bytes for stateKey.
74
+ */
75
+ com.google.protobuf.ByteString
76
+ getStateKeyBytes();
77
+
78
+ /**
79
+ * <code>optional string description = 5;</code>
80
+ * @return Whether the description field is set.
81
+ */
82
+ boolean hasDescription();
83
+ /**
84
+ * <code>optional string description = 5;</code>
85
+ * @return The description.
86
+ */
87
+ java.lang.String getDescription();
88
+ /**
89
+ * <code>optional string description = 5;</code>
90
+ * @return The bytes for description.
91
+ */
92
+ com.google.protobuf.ByteString
93
+ getDescriptionBytes();
94
+
95
+ /**
96
+ * <code>optional string manufacturer = 6;</code>
97
+ * @return Whether the manufacturer field is set.
98
+ */
99
+ boolean hasManufacturer();
100
+ /**
101
+ * <code>optional string manufacturer = 6;</code>
102
+ * @return The manufacturer.
103
+ */
104
+ java.lang.String getManufacturer();
105
+ /**
106
+ * <code>optional string manufacturer = 6;</code>
107
+ * @return The bytes for manufacturer.
108
+ */
109
+ com.google.protobuf.ByteString
110
+ getManufacturerBytes();
111
+
112
+ /**
113
+ * <code>optional string model = 7;</code>
114
+ * @return Whether the model field is set.
115
+ */
116
+ boolean hasModel();
117
+ /**
118
+ * <code>optional string model = 7;</code>
119
+ * @return The model.
120
+ */
121
+ java.lang.String getModel();
122
+ /**
123
+ * <code>optional string model = 7;</code>
124
+ * @return The bytes for model.
125
+ */
126
+ com.google.protobuf.ByteString
127
+ getModelBytes();
128
+
129
+ /**
130
+ * <code>optional string serial_number = 8;</code>
131
+ * @return Whether the serialNumber field is set.
132
+ */
133
+ boolean hasSerialNumber();
134
+ /**
135
+ * <code>optional string serial_number = 8;</code>
136
+ * @return The serialNumber.
137
+ */
138
+ java.lang.String getSerialNumber();
139
+ /**
140
+ * <code>optional string serial_number = 8;</code>
141
+ * @return The bytes for serialNumber.
142
+ */
143
+ com.google.protobuf.ByteString
144
+ getSerialNumberBytes();
145
+
146
+ /**
147
+ * <code>optional string sku = 9;</code>
148
+ * @return Whether the sku field is set.
149
+ */
150
+ boolean hasSku();
151
+ /**
152
+ * <code>optional string sku = 9;</code>
153
+ * @return The sku.
154
+ */
155
+ java.lang.String getSku();
156
+ /**
157
+ * <code>optional string sku = 9;</code>
158
+ * @return The bytes for sku.
159
+ */
160
+ com.google.protobuf.ByteString
161
+ getSkuBytes();
162
+
163
+ /**
164
+ * <code>optional string contact = 10;</code>
165
+ * @return Whether the contact field is set.
166
+ */
167
+ boolean hasContact();
168
+ /**
169
+ * <code>optional string contact = 10;</code>
170
+ * @return The contact.
171
+ */
172
+ java.lang.String getContact();
173
+ /**
174
+ * <code>optional string contact = 10;</code>
175
+ * @return The bytes for contact.
176
+ */
177
+ com.google.protobuf.ByteString
178
+ getContactBytes();
179
+
180
+ /**
181
+ * <code>optional string location = 11;</code>
182
+ * @return Whether the location field is set.
183
+ */
184
+ boolean hasLocation();
185
+ /**
186
+ * <code>optional string location = 11;</code>
187
+ * @return The location.
188
+ */
189
+ java.lang.String getLocation();
190
+ /**
191
+ * <code>optional string location = 11;</code>
192
+ * @return The bytes for location.
193
+ */
194
+ com.google.protobuf.ByteString
195
+ getLocationBytes();
196
+
197
+ /**
198
+ * <code>optional string ip_address = 12;</code>
199
+ * @return Whether the ipAddress field is set.
200
+ */
201
+ boolean hasIpAddress();
202
+ /**
203
+ * <code>optional string ip_address = 12;</code>
204
+ * @return The ipAddress.
205
+ */
206
+ java.lang.String getIpAddress();
207
+ /**
208
+ * <code>optional string ip_address = 12;</code>
209
+ * @return The bytes for ipAddress.
210
+ */
211
+ com.google.protobuf.ByteString
212
+ getIpAddressBytes();
213
+
214
+ /**
215
+ * <code>optional string purchase_date = 13;</code>
216
+ * @return Whether the purchaseDate field is set.
217
+ */
218
+ boolean hasPurchaseDate();
219
+ /**
220
+ * <code>optional string purchase_date = 13;</code>
221
+ * @return The purchaseDate.
222
+ */
223
+ java.lang.String getPurchaseDate();
224
+ /**
225
+ * <code>optional string purchase_date = 13;</code>
226
+ * @return The bytes for purchaseDate.
227
+ */
228
+ com.google.protobuf.ByteString
229
+ getPurchaseDateBytes();
230
+
231
+ /**
232
+ * <code>optional string warranty_date = 14;</code>
233
+ * @return Whether the warrantyDate field is set.
234
+ */
235
+ boolean hasWarrantyDate();
236
+ /**
237
+ * <code>optional string warranty_date = 14;</code>
238
+ * @return The warrantyDate.
239
+ */
240
+ java.lang.String getWarrantyDate();
241
+ /**
242
+ * <code>optional string warranty_date = 14;</code>
243
+ * @return The bytes for warrantyDate.
244
+ */
245
+ com.google.protobuf.ByteString
246
+ getWarrantyDateBytes();
247
+
248
+ /**
249
+ * <code>optional string module_type = 15;</code>
250
+ * @return Whether the moduleType field is set.
251
+ */
252
+ boolean hasModuleType();
253
+ /**
254
+ * <code>optional string module_type = 15;</code>
255
+ * @return The moduleType.
256
+ */
257
+ java.lang.String getModuleType();
258
+ /**
259
+ * <code>optional string module_type = 15;</code>
260
+ * @return The bytes for moduleType.
261
+ */
262
+ com.google.protobuf.ByteString
263
+ getModuleTypeBytes();
264
+
265
+ /**
266
+ * <code>optional string firmware = 16;</code>
267
+ * @return Whether the firmware field is set.
268
+ */
269
+ boolean hasFirmware();
270
+ /**
271
+ * <code>optional string firmware = 16;</code>
272
+ * @return The firmware.
273
+ */
274
+ java.lang.String getFirmware();
275
+ /**
276
+ * <code>optional string firmware = 16;</code>
277
+ * @return The bytes for firmware.
278
+ */
279
+ com.google.protobuf.ByteString
280
+ getFirmwareBytes();
281
+ }