@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,351 @@
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 AssetCustomOrBuilder extends
7
+ // @@protoc_insertion_point(interface_extends:lansweeper.integrations.assets.v1.AssetCustom)
8
+ com.google.protobuf.MessageOrBuilder {
9
+
10
+ /**
11
+ * <code>string state_key = 1;</code>
12
+ * @return The stateKey.
13
+ */
14
+ java.lang.String getStateKey();
15
+ /**
16
+ * <code>string state_key = 1;</code>
17
+ * @return The bytes for stateKey.
18
+ */
19
+ com.google.protobuf.ByteString
20
+ getStateKeyBytes();
21
+
22
+ /**
23
+ * <code>optional string location = 2;</code>
24
+ * @return Whether the location field is set.
25
+ */
26
+ boolean hasLocation();
27
+ /**
28
+ * <code>optional string location = 2;</code>
29
+ * @return The location.
30
+ */
31
+ java.lang.String getLocation();
32
+ /**
33
+ * <code>optional string location = 2;</code>
34
+ * @return The bytes for location.
35
+ */
36
+ com.google.protobuf.ByteString
37
+ getLocationBytes();
38
+
39
+ /**
40
+ * <code>optional string building = 3;</code>
41
+ * @return Whether the building field is set.
42
+ */
43
+ boolean hasBuilding();
44
+ /**
45
+ * <code>optional string building = 3;</code>
46
+ * @return The building.
47
+ */
48
+ java.lang.String getBuilding();
49
+ /**
50
+ * <code>optional string building = 3;</code>
51
+ * @return The bytes for building.
52
+ */
53
+ com.google.protobuf.ByteString
54
+ getBuildingBytes();
55
+
56
+ /**
57
+ * <code>optional string department = 4;</code>
58
+ * @return Whether the department field is set.
59
+ */
60
+ boolean hasDepartment();
61
+ /**
62
+ * <code>optional string department = 4;</code>
63
+ * @return The department.
64
+ */
65
+ java.lang.String getDepartment();
66
+ /**
67
+ * <code>optional string department = 4;</code>
68
+ * @return The bytes for department.
69
+ */
70
+ com.google.protobuf.ByteString
71
+ getDepartmentBytes();
72
+
73
+ /**
74
+ * <code>optional string industry = 5;</code>
75
+ * @return Whether the industry field is set.
76
+ */
77
+ boolean hasIndustry();
78
+ /**
79
+ * <code>optional string industry = 5;</code>
80
+ * @return The industry.
81
+ */
82
+ java.lang.String getIndustry();
83
+ /**
84
+ * <code>optional string industry = 5;</code>
85
+ * @return The bytes for industry.
86
+ */
87
+ com.google.protobuf.ByteString
88
+ getIndustryBytes();
89
+
90
+ /**
91
+ * <code>optional string barcode = 6;</code>
92
+ * @return Whether the barcode field is set.
93
+ */
94
+ boolean hasBarcode();
95
+ /**
96
+ * <code>optional string barcode = 6;</code>
97
+ * @return The barcode.
98
+ */
99
+ java.lang.String getBarcode();
100
+ /**
101
+ * <code>optional string barcode = 6;</code>
102
+ * @return The bytes for barcode.
103
+ */
104
+ com.google.protobuf.ByteString
105
+ getBarcodeBytes();
106
+
107
+ /**
108
+ * <code>optional string branch_office = 7;</code>
109
+ * @return Whether the branchOffice field is set.
110
+ */
111
+ boolean hasBranchOffice();
112
+ /**
113
+ * <code>optional string branch_office = 7;</code>
114
+ * @return The branchOffice.
115
+ */
116
+ java.lang.String getBranchOffice();
117
+ /**
118
+ * <code>optional string branch_office = 7;</code>
119
+ * @return The bytes for branchOffice.
120
+ */
121
+ com.google.protobuf.ByteString
122
+ getBranchOfficeBytes();
123
+
124
+ /**
125
+ * <code>optional string contact = 8;</code>
126
+ * @return Whether the contact field is set.
127
+ */
128
+ boolean hasContact();
129
+ /**
130
+ * <code>optional string contact = 8;</code>
131
+ * @return The contact.
132
+ */
133
+ java.lang.String getContact();
134
+ /**
135
+ * <code>optional string contact = 8;</code>
136
+ * @return The bytes for contact.
137
+ */
138
+ com.google.protobuf.ByteString
139
+ getContactBytes();
140
+
141
+ /**
142
+ * <code>optional string manufacturer = 9;</code>
143
+ * @return Whether the manufacturer field is set.
144
+ */
145
+ boolean hasManufacturer();
146
+ /**
147
+ * <code>optional string manufacturer = 9;</code>
148
+ * @return The manufacturer.
149
+ */
150
+ java.lang.String getManufacturer();
151
+ /**
152
+ * <code>optional string manufacturer = 9;</code>
153
+ * @return The bytes for manufacturer.
154
+ */
155
+ com.google.protobuf.ByteString
156
+ getManufacturerBytes();
157
+
158
+ /**
159
+ * <code>optional string model = 10;</code>
160
+ * @return Whether the model field is set.
161
+ */
162
+ boolean hasModel();
163
+ /**
164
+ * <code>optional string model = 10;</code>
165
+ * @return The model.
166
+ */
167
+ java.lang.String getModel();
168
+ /**
169
+ * <code>optional string model = 10;</code>
170
+ * @return The bytes for model.
171
+ */
172
+ com.google.protobuf.ByteString
173
+ getModelBytes();
174
+
175
+ /**
176
+ * <code>optional string serial_number = 11;</code>
177
+ * @return Whether the serialNumber field is set.
178
+ */
179
+ boolean hasSerialNumber();
180
+ /**
181
+ * <code>optional string serial_number = 11;</code>
182
+ * @return The serialNumber.
183
+ */
184
+ java.lang.String getSerialNumber();
185
+ /**
186
+ * <code>optional string serial_number = 11;</code>
187
+ * @return The bytes for serialNumber.
188
+ */
189
+ com.google.protobuf.ByteString
190
+ getSerialNumberBytes();
191
+
192
+ /**
193
+ * <code>optional string dns_name = 12;</code>
194
+ * @return Whether the dnsName field is set.
195
+ */
196
+ boolean hasDnsName();
197
+ /**
198
+ * <code>optional string dns_name = 12;</code>
199
+ * @return The dnsName.
200
+ */
201
+ java.lang.String getDnsName();
202
+ /**
203
+ * <code>optional string dns_name = 12;</code>
204
+ * @return The bytes for dnsName.
205
+ */
206
+ com.google.protobuf.ByteString
207
+ getDnsNameBytes();
208
+
209
+ /**
210
+ * <code>optional string sku = 13;</code>
211
+ * @return Whether the sku field is set.
212
+ */
213
+ boolean hasSku();
214
+ /**
215
+ * <code>optional string sku = 13;</code>
216
+ * @return The sku.
217
+ */
218
+ java.lang.String getSku();
219
+ /**
220
+ * <code>optional string sku = 13;</code>
221
+ * @return The bytes for sku.
222
+ */
223
+ com.google.protobuf.ByteString
224
+ getSkuBytes();
225
+
226
+ /**
227
+ * <code>optional string warranty_date = 14;</code>
228
+ * @return Whether the warrantyDate field is set.
229
+ */
230
+ boolean hasWarrantyDate();
231
+ /**
232
+ * <code>optional string warranty_date = 14;</code>
233
+ * @return The warrantyDate.
234
+ */
235
+ java.lang.String getWarrantyDate();
236
+ /**
237
+ * <code>optional string warranty_date = 14;</code>
238
+ * @return The bytes for warrantyDate.
239
+ */
240
+ com.google.protobuf.ByteString
241
+ getWarrantyDateBytes();
242
+
243
+ /**
244
+ * <code>optional string purchase_date = 15;</code>
245
+ * @return Whether the purchaseDate field is set.
246
+ */
247
+ boolean hasPurchaseDate();
248
+ /**
249
+ * <code>optional string purchase_date = 15;</code>
250
+ * @return The purchaseDate.
251
+ */
252
+ java.lang.String getPurchaseDate();
253
+ /**
254
+ * <code>optional string purchase_date = 15;</code>
255
+ * @return The bytes for purchaseDate.
256
+ */
257
+ com.google.protobuf.ByteString
258
+ getPurchaseDateBytes();
259
+
260
+ /**
261
+ * <code>optional string order_number = 16;</code>
262
+ * @return Whether the orderNumber field is set.
263
+ */
264
+ boolean hasOrderNumber();
265
+ /**
266
+ * <code>optional string order_number = 16;</code>
267
+ * @return The orderNumber.
268
+ */
269
+ java.lang.String getOrderNumber();
270
+ /**
271
+ * <code>optional string order_number = 16;</code>
272
+ * @return The bytes for orderNumber.
273
+ */
274
+ com.google.protobuf.ByteString
275
+ getOrderNumberBytes();
276
+
277
+ /**
278
+ * <code>optional string last_patched = 17;</code>
279
+ * @return Whether the lastPatched field is set.
280
+ */
281
+ boolean hasLastPatched();
282
+ /**
283
+ * <code>optional string last_patched = 17;</code>
284
+ * @return The lastPatched.
285
+ */
286
+ java.lang.String getLastPatched();
287
+ /**
288
+ * <code>optional string last_patched = 17;</code>
289
+ * @return The bytes for lastPatched.
290
+ */
291
+ com.google.protobuf.ByteString
292
+ getLastPatchedBytes();
293
+
294
+ /**
295
+ * <code>optional string last_full_backup = 18;</code>
296
+ * @return Whether the lastFullBackup field is set.
297
+ */
298
+ boolean hasLastFullBackup();
299
+ /**
300
+ * <code>optional string last_full_backup = 18;</code>
301
+ * @return The lastFullBackup.
302
+ */
303
+ java.lang.String getLastFullBackup();
304
+ /**
305
+ * <code>optional string last_full_backup = 18;</code>
306
+ * @return The bytes for lastFullBackup.
307
+ */
308
+ com.google.protobuf.ByteString
309
+ getLastFullBackupBytes();
310
+
311
+ /**
312
+ * <code>optional string last_full_image = 19;</code>
313
+ * @return Whether the lastFullImage field is set.
314
+ */
315
+ boolean hasLastFullImage();
316
+ /**
317
+ * <code>optional string last_full_image = 19;</code>
318
+ * @return The lastFullImage.
319
+ */
320
+ java.lang.String getLastFullImage();
321
+ /**
322
+ * <code>optional string last_full_image = 19;</code>
323
+ * @return The bytes for lastFullImage.
324
+ */
325
+ com.google.protobuf.ByteString
326
+ getLastFullImageBytes();
327
+
328
+ /**
329
+ * <code>repeated .lansweeper.integrations.assets.v1.CustomField fields = 20;</code>
330
+ */
331
+ java.util.List<lansweeper.integrations.assets.v1.CustomField>
332
+ getFieldsList();
333
+ /**
334
+ * <code>repeated .lansweeper.integrations.assets.v1.CustomField fields = 20;</code>
335
+ */
336
+ lansweeper.integrations.assets.v1.CustomField getFields(int index);
337
+ /**
338
+ * <code>repeated .lansweeper.integrations.assets.v1.CustomField fields = 20;</code>
339
+ */
340
+ int getFieldsCount();
341
+ /**
342
+ * <code>repeated .lansweeper.integrations.assets.v1.CustomField fields = 20;</code>
343
+ */
344
+ java.util.List<? extends lansweeper.integrations.assets.v1.CustomFieldOrBuilder>
345
+ getFieldsOrBuilderList();
346
+ /**
347
+ * <code>repeated .lansweeper.integrations.assets.v1.CustomField fields = 20;</code>
348
+ */
349
+ lansweeper.integrations.assets.v1.CustomFieldOrBuilder getFieldsOrBuilder(
350
+ int index);
351
+ }
@@ -0,0 +1,84 @@
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 AssetOrBuilder extends
7
+ // @@protoc_insertion_point(interface_extends:lansweeper.integrations.assets.v1.Asset)
8
+ com.google.protobuf.MessageOrBuilder {
9
+
10
+ /**
11
+ * <code>.lansweeper.integrations.assets.v1.AssetBasicInfo asset_basic_info = 1;</code>
12
+ * @return Whether the assetBasicInfo field is set.
13
+ */
14
+ boolean hasAssetBasicInfo();
15
+ /**
16
+ * <code>.lansweeper.integrations.assets.v1.AssetBasicInfo asset_basic_info = 1;</code>
17
+ * @return The assetBasicInfo.
18
+ */
19
+ lansweeper.integrations.assets.v1.AssetBasicInfo getAssetBasicInfo();
20
+ /**
21
+ * <code>.lansweeper.integrations.assets.v1.AssetBasicInfo asset_basic_info = 1;</code>
22
+ */
23
+ lansweeper.integrations.assets.v1.AssetBasicInfoOrBuilder getAssetBasicInfoOrBuilder();
24
+
25
+ /**
26
+ * <code>.lansweeper.integrations.assets.v1.AssetCustom asset_custom = 2;</code>
27
+ * @return Whether the assetCustom field is set.
28
+ */
29
+ boolean hasAssetCustom();
30
+ /**
31
+ * <code>.lansweeper.integrations.assets.v1.AssetCustom asset_custom = 2;</code>
32
+ * @return The assetCustom.
33
+ */
34
+ lansweeper.integrations.assets.v1.AssetCustom getAssetCustom();
35
+ /**
36
+ * <code>.lansweeper.integrations.assets.v1.AssetCustom asset_custom = 2;</code>
37
+ */
38
+ lansweeper.integrations.assets.v1.AssetCustomOrBuilder getAssetCustomOrBuilder();
39
+
40
+ /**
41
+ * <code>optional .lansweeper.integrations.assets.v1.CloudAssetCustom cloud_asset_custom = 3;</code>
42
+ * @return Whether the cloudAssetCustom field is set.
43
+ */
44
+ boolean hasCloudAssetCustom();
45
+ /**
46
+ * <code>optional .lansweeper.integrations.assets.v1.CloudAssetCustom cloud_asset_custom = 3;</code>
47
+ * @return The cloudAssetCustom.
48
+ */
49
+ lansweeper.integrations.assets.v1.CloudAssetCustom getCloudAssetCustom();
50
+ /**
51
+ * <code>optional .lansweeper.integrations.assets.v1.CloudAssetCustom cloud_asset_custom = 3;</code>
52
+ */
53
+ lansweeper.integrations.assets.v1.CloudAssetCustomOrBuilder getCloudAssetCustomOrBuilder();
54
+
55
+ /**
56
+ * <code>optional .lansweeper.integrations.assets.v1.OtData ot_data = 4;</code>
57
+ * @return Whether the otData field is set.
58
+ */
59
+ boolean hasOtData();
60
+ /**
61
+ * <code>optional .lansweeper.integrations.assets.v1.OtData ot_data = 4;</code>
62
+ * @return The otData.
63
+ */
64
+ lansweeper.integrations.assets.v1.OtData getOtData();
65
+ /**
66
+ * <code>optional .lansweeper.integrations.assets.v1.OtData ot_data = 4;</code>
67
+ */
68
+ lansweeper.integrations.assets.v1.OtDataOrBuilder getOtDataOrBuilder();
69
+
70
+ /**
71
+ * <code>optional .lansweeper.integrations.assets.v1.LockedFields locked_fields = 5;</code>
72
+ * @return Whether the lockedFields field is set.
73
+ */
74
+ boolean hasLockedFields();
75
+ /**
76
+ * <code>optional .lansweeper.integrations.assets.v1.LockedFields locked_fields = 5;</code>
77
+ * @return The lockedFields.
78
+ */
79
+ lansweeper.integrations.assets.v1.LockedFields getLockedFields();
80
+ /**
81
+ * <code>optional .lansweeper.integrations.assets.v1.LockedFields locked_fields = 5;</code>
82
+ */
83
+ lansweeper.integrations.assets.v1.LockedFieldsOrBuilder getLockedFieldsOrBuilder();
84
+ }
@@ -0,0 +1,176 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: assets.proto
3
+
4
+ package lansweeper.integrations.assets.v1;
5
+
6
+ public final class Assets {
7
+ private Assets() {}
8
+ public static void registerAllExtensions(
9
+ com.google.protobuf.ExtensionRegistryLite registry) {
10
+ }
11
+
12
+ public static void registerAllExtensions(
13
+ com.google.protobuf.ExtensionRegistry registry) {
14
+ registerAllExtensions(
15
+ (com.google.protobuf.ExtensionRegistryLite) registry);
16
+ }
17
+ static final com.google.protobuf.Descriptors.Descriptor
18
+ internal_static_lansweeper_integrations_assets_v1_Asset_descriptor;
19
+ static final
20
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
21
+ internal_static_lansweeper_integrations_assets_v1_Asset_fieldAccessorTable;
22
+ static final com.google.protobuf.Descriptors.Descriptor
23
+ internal_static_lansweeper_integrations_assets_v1_AssetBasicInfo_descriptor;
24
+ static final
25
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
26
+ internal_static_lansweeper_integrations_assets_v1_AssetBasicInfo_fieldAccessorTable;
27
+ static final com.google.protobuf.Descriptors.Descriptor
28
+ internal_static_lansweeper_integrations_assets_v1_OtData_descriptor;
29
+ static final
30
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
31
+ internal_static_lansweeper_integrations_assets_v1_OtData_fieldAccessorTable;
32
+ static final com.google.protobuf.Descriptors.Descriptor
33
+ internal_static_lansweeper_integrations_assets_v1_CustomField_descriptor;
34
+ static final
35
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
36
+ internal_static_lansweeper_integrations_assets_v1_CustomField_fieldAccessorTable;
37
+ static final com.google.protobuf.Descriptors.Descriptor
38
+ internal_static_lansweeper_integrations_assets_v1_AssetCustom_descriptor;
39
+ static final
40
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
41
+ internal_static_lansweeper_integrations_assets_v1_AssetCustom_fieldAccessorTable;
42
+ static final com.google.protobuf.Descriptors.Descriptor
43
+ internal_static_lansweeper_integrations_assets_v1_CloudAssetCustom_descriptor;
44
+ static final
45
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
46
+ internal_static_lansweeper_integrations_assets_v1_CloudAssetCustom_fieldAccessorTable;
47
+ static final com.google.protobuf.Descriptors.Descriptor
48
+ internal_static_lansweeper_integrations_assets_v1_LockedFields_descriptor;
49
+ static final
50
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
51
+ internal_static_lansweeper_integrations_assets_v1_LockedFields_fieldAccessorTable;
52
+
53
+ public static com.google.protobuf.Descriptors.FileDescriptor
54
+ getDescriptor() {
55
+ return descriptor;
56
+ }
57
+ private static com.google.protobuf.Descriptors.FileDescriptor
58
+ descriptor;
59
+ static {
60
+ java.lang.String[] descriptorData = {
61
+ "\n\014assets.proto\022!lansweeper.integrations." +
62
+ "assets.v1\"\263\003\n\005Asset\022K\n\020asset_basic_info\030" +
63
+ "\001 \001(\01321.lansweeper.integrations.assets.v" +
64
+ "1.AssetBasicInfo\022D\n\014asset_custom\030\002 \001(\0132." +
65
+ ".lansweeper.integrations.assets.v1.Asset" +
66
+ "Custom\022T\n\022cloud_asset_custom\030\003 \001(\01323.lan" +
67
+ "sweeper.integrations.assets.v1.CloudAsse" +
68
+ "tCustomH\000\210\001\001\022?\n\007ot_data\030\004 \001(\0132).lansweep" +
69
+ "er.integrations.assets.v1.OtDataH\001\210\001\001\022K\n" +
70
+ "\rlocked_fields\030\005 \001(\0132/.lansweeper.integr" +
71
+ "ations.assets.v1.LockedFieldsH\002\210\001\001B\025\n\023_c" +
72
+ "loud_asset_customB\n\n\010_ot_dataB\020\n\016_locked" +
73
+ "_fields\"\330\001\n\016AssetBasicInfo\022\020\n\010type_key\030\001" +
74
+ " \001(\t\022\014\n\004name\030\002 \001(\t\022\023\n\006domain\030\003 \001(\tH\000\210\001\001\022" +
75
+ "\027\n\nip_address\030\004 \001(\tH\001\210\001\001\022\020\n\003mac\030\005 \001(\tH\002\210" +
76
+ "\001\001\022\030\n\013description\030\006 \001(\tH\003\210\001\001\022\021\n\004fqdn\030\007 \001" +
77
+ "(\tH\004\210\001\001B\t\n\007_domainB\r\n\013_ip_addressB\006\n\004_ma" +
78
+ "cB\016\n\014_descriptionB\007\n\005_fqdn\"V\n\006OtData\022\030\n\013" +
79
+ "module_type\030\001 \001(\tH\000\210\001\001\022\025\n\010firmware\030\002 \001(\t" +
80
+ "H\001\210\001\001B\016\n\014_module_typeB\013\n\t_firmware\")\n\013Cu" +
81
+ "stomField\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t\"\266\006" +
82
+ "\n\013AssetCustom\022\021\n\tstate_key\030\001 \001(\t\022\025\n\010loca" +
83
+ "tion\030\002 \001(\tH\000\210\001\001\022\025\n\010building\030\003 \001(\tH\001\210\001\001\022\027" +
84
+ "\n\ndepartment\030\004 \001(\tH\002\210\001\001\022\025\n\010industry\030\005 \001(" +
85
+ "\tH\003\210\001\001\022\024\n\007barcode\030\006 \001(\tH\004\210\001\001\022\032\n\rbranch_o" +
86
+ "ffice\030\007 \001(\tH\005\210\001\001\022\024\n\007contact\030\010 \001(\tH\006\210\001\001\022\031" +
87
+ "\n\014manufacturer\030\t \001(\tH\007\210\001\001\022\022\n\005model\030\n \001(\t" +
88
+ "H\010\210\001\001\022\032\n\rserial_number\030\013 \001(\tH\t\210\001\001\022\025\n\010dns" +
89
+ "_name\030\014 \001(\tH\n\210\001\001\022\020\n\003sku\030\r \001(\tH\013\210\001\001\022\032\n\rwa" +
90
+ "rranty_date\030\016 \001(\tH\014\210\001\001\022\032\n\rpurchase_date\030" +
91
+ "\017 \001(\tH\r\210\001\001\022\031\n\014order_number\030\020 \001(\tH\016\210\001\001\022\031\n" +
92
+ "\014last_patched\030\021 \001(\tH\017\210\001\001\022\035\n\020last_full_ba" +
93
+ "ckup\030\022 \001(\tH\020\210\001\001\022\034\n\017last_full_image\030\023 \001(\t" +
94
+ "H\021\210\001\001\022>\n\006fields\030\024 \003(\0132..lansweeper.integ" +
95
+ "rations.assets.v1.CustomFieldB\013\n\t_locati" +
96
+ "onB\013\n\t_buildingB\r\n\013_departmentB\013\n\t_indus" +
97
+ "tryB\n\n\010_barcodeB\020\n\016_branch_officeB\n\n\010_co" +
98
+ "ntactB\017\n\r_manufacturerB\010\n\006_modelB\020\n\016_ser" +
99
+ "ial_numberB\013\n\t_dns_nameB\006\n\004_skuB\020\n\016_warr" +
100
+ "anty_dateB\020\n\016_purchase_dateB\017\n\r_order_nu" +
101
+ "mberB\017\n\r_last_patchedB\023\n\021_last_full_back" +
102
+ "upB\022\n\020_last_full_image\"\242\002\n\020CloudAssetCus" +
103
+ "tom\022 \n\023purchase_order_date\030\001 \001(\tH\000\210\001\001\022\030\n" +
104
+ "\013cost_center\030\002 \001(\tH\001\210\001\001\022\030\n\013vendor_name\030\003" +
105
+ " \001(\tH\002\210\001\001\022\033\n\016invoice_number\030\004 \001(\tH\003\210\001\001\022\035" +
106
+ "\n\020acquisition_type\030\005 \001(\tH\004\210\001\001\022\022\n\005owner\030\006" +
107
+ " \001(\tH\005\210\001\001B\026\n\024_purchase_order_dateB\016\n\014_co" +
108
+ "st_centerB\016\n\014_vendor_nameB\021\n\017_invoice_nu" +
109
+ "mberB\023\n\021_acquisition_typeB\010\n\006_owner\"\342\004\n\014" +
110
+ "LockedFields\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\025\n\010type_" +
111
+ "key\030\002 \001(\tH\001\210\001\001\022\020\n\003mac\030\003 \001(\tH\002\210\001\001\022\026\n\tstat" +
112
+ "e_key\030\004 \001(\tH\003\210\001\001\022\030\n\013description\030\005 \001(\tH\004\210" +
113
+ "\001\001\022\031\n\014manufacturer\030\006 \001(\tH\005\210\001\001\022\022\n\005model\030\007" +
114
+ " \001(\tH\006\210\001\001\022\032\n\rserial_number\030\010 \001(\tH\007\210\001\001\022\020\n" +
115
+ "\003sku\030\t \001(\tH\010\210\001\001\022\024\n\007contact\030\n \001(\tH\t\210\001\001\022\025\n" +
116
+ "\010location\030\013 \001(\tH\n\210\001\001\022\027\n\nip_address\030\014 \001(\t" +
117
+ "H\013\210\001\001\022\032\n\rpurchase_date\030\r \001(\tH\014\210\001\001\022\032\n\rwar" +
118
+ "ranty_date\030\016 \001(\tH\r\210\001\001\022\030\n\013module_type\030\017 \001" +
119
+ "(\tH\016\210\001\001\022\025\n\010firmware\030\020 \001(\tH\017\210\001\001B\007\n\005_nameB" +
120
+ "\013\n\t_type_keyB\006\n\004_macB\014\n\n_state_keyB\016\n\014_d" +
121
+ "escriptionB\017\n\r_manufacturerB\010\n\006_modelB\020\n" +
122
+ "\016_serial_numberB\006\n\004_skuB\n\n\010_contactB\013\n\t_" +
123
+ "locationB\r\n\013_ip_addressB\020\n\016_purchase_dat" +
124
+ "eB\020\n\016_warranty_dateB\016\n\014_module_typeB\013\n\t_" +
125
+ "firmwareB\022P\001Z\016./generated-gob\006proto3"
126
+ };
127
+ descriptor = com.google.protobuf.Descriptors.FileDescriptor
128
+ .internalBuildGeneratedFileFrom(descriptorData,
129
+ new com.google.protobuf.Descriptors.FileDescriptor[] {
130
+ });
131
+ internal_static_lansweeper_integrations_assets_v1_Asset_descriptor =
132
+ getDescriptor().getMessageTypes().get(0);
133
+ internal_static_lansweeper_integrations_assets_v1_Asset_fieldAccessorTable = new
134
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
135
+ internal_static_lansweeper_integrations_assets_v1_Asset_descriptor,
136
+ new java.lang.String[] { "AssetBasicInfo", "AssetCustom", "CloudAssetCustom", "OtData", "LockedFields", "CloudAssetCustom", "OtData", "LockedFields", });
137
+ internal_static_lansweeper_integrations_assets_v1_AssetBasicInfo_descriptor =
138
+ getDescriptor().getMessageTypes().get(1);
139
+ internal_static_lansweeper_integrations_assets_v1_AssetBasicInfo_fieldAccessorTable = new
140
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
141
+ internal_static_lansweeper_integrations_assets_v1_AssetBasicInfo_descriptor,
142
+ new java.lang.String[] { "TypeKey", "Name", "Domain", "IpAddress", "Mac", "Description", "Fqdn", "Domain", "IpAddress", "Mac", "Description", "Fqdn", });
143
+ internal_static_lansweeper_integrations_assets_v1_OtData_descriptor =
144
+ getDescriptor().getMessageTypes().get(2);
145
+ internal_static_lansweeper_integrations_assets_v1_OtData_fieldAccessorTable = new
146
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
147
+ internal_static_lansweeper_integrations_assets_v1_OtData_descriptor,
148
+ new java.lang.String[] { "ModuleType", "Firmware", "ModuleType", "Firmware", });
149
+ internal_static_lansweeper_integrations_assets_v1_CustomField_descriptor =
150
+ getDescriptor().getMessageTypes().get(3);
151
+ internal_static_lansweeper_integrations_assets_v1_CustomField_fieldAccessorTable = new
152
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
153
+ internal_static_lansweeper_integrations_assets_v1_CustomField_descriptor,
154
+ new java.lang.String[] { "Key", "Value", });
155
+ internal_static_lansweeper_integrations_assets_v1_AssetCustom_descriptor =
156
+ getDescriptor().getMessageTypes().get(4);
157
+ internal_static_lansweeper_integrations_assets_v1_AssetCustom_fieldAccessorTable = new
158
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
159
+ internal_static_lansweeper_integrations_assets_v1_AssetCustom_descriptor,
160
+ new java.lang.String[] { "StateKey", "Location", "Building", "Department", "Industry", "Barcode", "BranchOffice", "Contact", "Manufacturer", "Model", "SerialNumber", "DnsName", "Sku", "WarrantyDate", "PurchaseDate", "OrderNumber", "LastPatched", "LastFullBackup", "LastFullImage", "Fields", "Location", "Building", "Department", "Industry", "Barcode", "BranchOffice", "Contact", "Manufacturer", "Model", "SerialNumber", "DnsName", "Sku", "WarrantyDate", "PurchaseDate", "OrderNumber", "LastPatched", "LastFullBackup", "LastFullImage", });
161
+ internal_static_lansweeper_integrations_assets_v1_CloudAssetCustom_descriptor =
162
+ getDescriptor().getMessageTypes().get(5);
163
+ internal_static_lansweeper_integrations_assets_v1_CloudAssetCustom_fieldAccessorTable = new
164
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
165
+ internal_static_lansweeper_integrations_assets_v1_CloudAssetCustom_descriptor,
166
+ new java.lang.String[] { "PurchaseOrderDate", "CostCenter", "VendorName", "InvoiceNumber", "AcquisitionType", "Owner", "PurchaseOrderDate", "CostCenter", "VendorName", "InvoiceNumber", "AcquisitionType", "Owner", });
167
+ internal_static_lansweeper_integrations_assets_v1_LockedFields_descriptor =
168
+ getDescriptor().getMessageTypes().get(6);
169
+ internal_static_lansweeper_integrations_assets_v1_LockedFields_fieldAccessorTable = new
170
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
171
+ internal_static_lansweeper_integrations_assets_v1_LockedFields_descriptor,
172
+ new java.lang.String[] { "Name", "TypeKey", "Mac", "StateKey", "Description", "Manufacturer", "Model", "SerialNumber", "Sku", "Contact", "Location", "IpAddress", "PurchaseDate", "WarrantyDate", "ModuleType", "Firmware", "Name", "TypeKey", "Mac", "StateKey", "Description", "Manufacturer", "Model", "SerialNumber", "Sku", "Contact", "Location", "IpAddress", "PurchaseDate", "WarrantyDate", "ModuleType", "Firmware", });
173
+ }
174
+
175
+ // @@protoc_insertion_point(outer_class_scope)
176
+ }