@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
package/CHANGELOG.md ADDED
@@ -0,0 +1,8 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## 0.1.1 (2025-08-25)
7
+
8
+ **Note:** Version bump only for package @lansweeper/integrations-assets-grpc
package/buf.yaml ADDED
@@ -0,0 +1,23 @@
1
+ # This package was created previously without linting and to support camelcase we have this config.
2
+ version: v1
3
+ lint:
4
+ use:
5
+ - DEFAULT
6
+ except:
7
+ - FIELD_LOWER_SNAKE_CASE
8
+ - PACKAGE_DIRECTORY_MATCH
9
+ - PACKAGE_SAME_DIRECTORY
10
+ - SERVICE_SUFFIX
11
+ - RPC_REQUEST_STANDARD_NAME
12
+ - RPC_RESPONSE_STANDARD_NAME
13
+ - RPC_REQUEST_RESPONSE_UNIQUE
14
+ - ENUM_ZERO_VALUE_SUFFIX
15
+ - ENUM_VALUE_PREFIX
16
+ - PACKAGE_VERSION_SUFFIX
17
+ breaking:
18
+ use:
19
+ - FILE
20
+ except:
21
+ - FIELD_SAME_NAME
22
+ - FILE_SAME_GO_PACKAGE
23
+ - FIELD_SAME_JSON_NAME
@@ -0,0 +1 @@
1
+ // GENERATED CODE -- NO SERVICES IN PROTO
@@ -0,0 +1,458 @@
1
+ // package: lansweeper.integrations.assets.v1
2
+ // file: assets.proto
3
+
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+
7
+ import * as jspb from "google-protobuf";
8
+
9
+ export class Asset extends jspb.Message {
10
+
11
+ hasAssetBasicInfo(): boolean;
12
+ clearAssetBasicInfo(): void;
13
+ getAssetBasicInfo(): AssetBasicInfo | undefined;
14
+ setAssetBasicInfo(value?: AssetBasicInfo): Asset;
15
+
16
+ hasAssetCustom(): boolean;
17
+ clearAssetCustom(): void;
18
+ getAssetCustom(): AssetCustom | undefined;
19
+ setAssetCustom(value?: AssetCustom): Asset;
20
+
21
+ hasCloudAssetCustom(): boolean;
22
+ clearCloudAssetCustom(): void;
23
+ getCloudAssetCustom(): CloudAssetCustom | undefined;
24
+ setCloudAssetCustom(value?: CloudAssetCustom): Asset;
25
+
26
+ hasOtData(): boolean;
27
+ clearOtData(): void;
28
+ getOtData(): OtData | undefined;
29
+ setOtData(value?: OtData): Asset;
30
+
31
+ hasLockedFields(): boolean;
32
+ clearLockedFields(): void;
33
+ getLockedFields(): LockedFields | undefined;
34
+ setLockedFields(value?: LockedFields): Asset;
35
+
36
+ serializeBinary(): Uint8Array;
37
+ toObject(includeInstance?: boolean): Asset.AsObject;
38
+ static toObject(includeInstance: boolean, msg: Asset): Asset.AsObject;
39
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
40
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
41
+ static serializeBinaryToWriter(message: Asset, writer: jspb.BinaryWriter): void;
42
+ static deserializeBinary(bytes: Uint8Array): Asset;
43
+ static deserializeBinaryFromReader(message: Asset, reader: jspb.BinaryReader): Asset;
44
+ }
45
+
46
+ export namespace Asset {
47
+ export type AsObject = {
48
+ assetBasicInfo?: AssetBasicInfo.AsObject,
49
+ assetCustom?: AssetCustom.AsObject,
50
+ cloudAssetCustom?: CloudAssetCustom.AsObject,
51
+ otData?: OtData.AsObject,
52
+ lockedFields?: LockedFields.AsObject,
53
+ }
54
+ }
55
+
56
+ export class AssetBasicInfo extends jspb.Message {
57
+ getTypeKey(): string;
58
+ setTypeKey(value: string): AssetBasicInfo;
59
+ getName(): string;
60
+ setName(value: string): AssetBasicInfo;
61
+
62
+ hasDomain(): boolean;
63
+ clearDomain(): void;
64
+ getDomain(): string | undefined;
65
+ setDomain(value: string): AssetBasicInfo;
66
+
67
+ hasIpAddress(): boolean;
68
+ clearIpAddress(): void;
69
+ getIpAddress(): string | undefined;
70
+ setIpAddress(value: string): AssetBasicInfo;
71
+
72
+ hasMac(): boolean;
73
+ clearMac(): void;
74
+ getMac(): string | undefined;
75
+ setMac(value: string): AssetBasicInfo;
76
+
77
+ hasDescription(): boolean;
78
+ clearDescription(): void;
79
+ getDescription(): string | undefined;
80
+ setDescription(value: string): AssetBasicInfo;
81
+
82
+ hasFqdn(): boolean;
83
+ clearFqdn(): void;
84
+ getFqdn(): string | undefined;
85
+ setFqdn(value: string): AssetBasicInfo;
86
+
87
+ serializeBinary(): Uint8Array;
88
+ toObject(includeInstance?: boolean): AssetBasicInfo.AsObject;
89
+ static toObject(includeInstance: boolean, msg: AssetBasicInfo): AssetBasicInfo.AsObject;
90
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
91
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
92
+ static serializeBinaryToWriter(message: AssetBasicInfo, writer: jspb.BinaryWriter): void;
93
+ static deserializeBinary(bytes: Uint8Array): AssetBasicInfo;
94
+ static deserializeBinaryFromReader(message: AssetBasicInfo, reader: jspb.BinaryReader): AssetBasicInfo;
95
+ }
96
+
97
+ export namespace AssetBasicInfo {
98
+ export type AsObject = {
99
+ typeKey: string,
100
+ name: string,
101
+ domain?: string,
102
+ ipAddress?: string,
103
+ mac?: string,
104
+ description?: string,
105
+ fqdn?: string,
106
+ }
107
+ }
108
+
109
+ export class OtData extends jspb.Message {
110
+
111
+ hasModuleType(): boolean;
112
+ clearModuleType(): void;
113
+ getModuleType(): string | undefined;
114
+ setModuleType(value: string): OtData;
115
+
116
+ hasFirmware(): boolean;
117
+ clearFirmware(): void;
118
+ getFirmware(): string | undefined;
119
+ setFirmware(value: string): OtData;
120
+
121
+ serializeBinary(): Uint8Array;
122
+ toObject(includeInstance?: boolean): OtData.AsObject;
123
+ static toObject(includeInstance: boolean, msg: OtData): OtData.AsObject;
124
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
125
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
126
+ static serializeBinaryToWriter(message: OtData, writer: jspb.BinaryWriter): void;
127
+ static deserializeBinary(bytes: Uint8Array): OtData;
128
+ static deserializeBinaryFromReader(message: OtData, reader: jspb.BinaryReader): OtData;
129
+ }
130
+
131
+ export namespace OtData {
132
+ export type AsObject = {
133
+ moduleType?: string,
134
+ firmware?: string,
135
+ }
136
+ }
137
+
138
+ export class CustomField extends jspb.Message {
139
+ getKey(): string;
140
+ setKey(value: string): CustomField;
141
+ getValue(): string;
142
+ setValue(value: string): CustomField;
143
+
144
+ serializeBinary(): Uint8Array;
145
+ toObject(includeInstance?: boolean): CustomField.AsObject;
146
+ static toObject(includeInstance: boolean, msg: CustomField): CustomField.AsObject;
147
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
148
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
149
+ static serializeBinaryToWriter(message: CustomField, writer: jspb.BinaryWriter): void;
150
+ static deserializeBinary(bytes: Uint8Array): CustomField;
151
+ static deserializeBinaryFromReader(message: CustomField, reader: jspb.BinaryReader): CustomField;
152
+ }
153
+
154
+ export namespace CustomField {
155
+ export type AsObject = {
156
+ key: string,
157
+ value: string,
158
+ }
159
+ }
160
+
161
+ export class AssetCustom extends jspb.Message {
162
+ getStateKey(): string;
163
+ setStateKey(value: string): AssetCustom;
164
+
165
+ hasLocation(): boolean;
166
+ clearLocation(): void;
167
+ getLocation(): string | undefined;
168
+ setLocation(value: string): AssetCustom;
169
+
170
+ hasBuilding(): boolean;
171
+ clearBuilding(): void;
172
+ getBuilding(): string | undefined;
173
+ setBuilding(value: string): AssetCustom;
174
+
175
+ hasDepartment(): boolean;
176
+ clearDepartment(): void;
177
+ getDepartment(): string | undefined;
178
+ setDepartment(value: string): AssetCustom;
179
+
180
+ hasIndustry(): boolean;
181
+ clearIndustry(): void;
182
+ getIndustry(): string | undefined;
183
+ setIndustry(value: string): AssetCustom;
184
+
185
+ hasBarcode(): boolean;
186
+ clearBarcode(): void;
187
+ getBarcode(): string | undefined;
188
+ setBarcode(value: string): AssetCustom;
189
+
190
+ hasBranchOffice(): boolean;
191
+ clearBranchOffice(): void;
192
+ getBranchOffice(): string | undefined;
193
+ setBranchOffice(value: string): AssetCustom;
194
+
195
+ hasContact(): boolean;
196
+ clearContact(): void;
197
+ getContact(): string | undefined;
198
+ setContact(value: string): AssetCustom;
199
+
200
+ hasManufacturer(): boolean;
201
+ clearManufacturer(): void;
202
+ getManufacturer(): string | undefined;
203
+ setManufacturer(value: string): AssetCustom;
204
+
205
+ hasModel(): boolean;
206
+ clearModel(): void;
207
+ getModel(): string | undefined;
208
+ setModel(value: string): AssetCustom;
209
+
210
+ hasSerialNumber(): boolean;
211
+ clearSerialNumber(): void;
212
+ getSerialNumber(): string | undefined;
213
+ setSerialNumber(value: string): AssetCustom;
214
+
215
+ hasDnsName(): boolean;
216
+ clearDnsName(): void;
217
+ getDnsName(): string | undefined;
218
+ setDnsName(value: string): AssetCustom;
219
+
220
+ hasSku(): boolean;
221
+ clearSku(): void;
222
+ getSku(): string | undefined;
223
+ setSku(value: string): AssetCustom;
224
+
225
+ hasWarrantyDate(): boolean;
226
+ clearWarrantyDate(): void;
227
+ getWarrantyDate(): string | undefined;
228
+ setWarrantyDate(value: string): AssetCustom;
229
+
230
+ hasPurchaseDate(): boolean;
231
+ clearPurchaseDate(): void;
232
+ getPurchaseDate(): string | undefined;
233
+ setPurchaseDate(value: string): AssetCustom;
234
+
235
+ hasOrderNumber(): boolean;
236
+ clearOrderNumber(): void;
237
+ getOrderNumber(): string | undefined;
238
+ setOrderNumber(value: string): AssetCustom;
239
+
240
+ hasLastPatched(): boolean;
241
+ clearLastPatched(): void;
242
+ getLastPatched(): string | undefined;
243
+ setLastPatched(value: string): AssetCustom;
244
+
245
+ hasLastFullBackup(): boolean;
246
+ clearLastFullBackup(): void;
247
+ getLastFullBackup(): string | undefined;
248
+ setLastFullBackup(value: string): AssetCustom;
249
+
250
+ hasLastFullImage(): boolean;
251
+ clearLastFullImage(): void;
252
+ getLastFullImage(): string | undefined;
253
+ setLastFullImage(value: string): AssetCustom;
254
+ clearFieldsList(): void;
255
+ getFieldsList(): Array<CustomField>;
256
+ setFieldsList(value: Array<CustomField>): AssetCustom;
257
+ addFields(value?: CustomField, index?: number): CustomField;
258
+
259
+ serializeBinary(): Uint8Array;
260
+ toObject(includeInstance?: boolean): AssetCustom.AsObject;
261
+ static toObject(includeInstance: boolean, msg: AssetCustom): AssetCustom.AsObject;
262
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
263
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
264
+ static serializeBinaryToWriter(message: AssetCustom, writer: jspb.BinaryWriter): void;
265
+ static deserializeBinary(bytes: Uint8Array): AssetCustom;
266
+ static deserializeBinaryFromReader(message: AssetCustom, reader: jspb.BinaryReader): AssetCustom;
267
+ }
268
+
269
+ export namespace AssetCustom {
270
+ export type AsObject = {
271
+ stateKey: string,
272
+ location?: string,
273
+ building?: string,
274
+ department?: string,
275
+ industry?: string,
276
+ barcode?: string,
277
+ branchOffice?: string,
278
+ contact?: string,
279
+ manufacturer?: string,
280
+ model?: string,
281
+ serialNumber?: string,
282
+ dnsName?: string,
283
+ sku?: string,
284
+ warrantyDate?: string,
285
+ purchaseDate?: string,
286
+ orderNumber?: string,
287
+ lastPatched?: string,
288
+ lastFullBackup?: string,
289
+ lastFullImage?: string,
290
+ fieldsList: Array<CustomField.AsObject>,
291
+ }
292
+ }
293
+
294
+ export class CloudAssetCustom extends jspb.Message {
295
+
296
+ hasPurchaseOrderDate(): boolean;
297
+ clearPurchaseOrderDate(): void;
298
+ getPurchaseOrderDate(): string | undefined;
299
+ setPurchaseOrderDate(value: string): CloudAssetCustom;
300
+
301
+ hasCostCenter(): boolean;
302
+ clearCostCenter(): void;
303
+ getCostCenter(): string | undefined;
304
+ setCostCenter(value: string): CloudAssetCustom;
305
+
306
+ hasVendorName(): boolean;
307
+ clearVendorName(): void;
308
+ getVendorName(): string | undefined;
309
+ setVendorName(value: string): CloudAssetCustom;
310
+
311
+ hasInvoiceNumber(): boolean;
312
+ clearInvoiceNumber(): void;
313
+ getInvoiceNumber(): string | undefined;
314
+ setInvoiceNumber(value: string): CloudAssetCustom;
315
+
316
+ hasAcquisitionType(): boolean;
317
+ clearAcquisitionType(): void;
318
+ getAcquisitionType(): string | undefined;
319
+ setAcquisitionType(value: string): CloudAssetCustom;
320
+
321
+ hasOwner(): boolean;
322
+ clearOwner(): void;
323
+ getOwner(): string | undefined;
324
+ setOwner(value: string): CloudAssetCustom;
325
+
326
+ serializeBinary(): Uint8Array;
327
+ toObject(includeInstance?: boolean): CloudAssetCustom.AsObject;
328
+ static toObject(includeInstance: boolean, msg: CloudAssetCustom): CloudAssetCustom.AsObject;
329
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
330
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
331
+ static serializeBinaryToWriter(message: CloudAssetCustom, writer: jspb.BinaryWriter): void;
332
+ static deserializeBinary(bytes: Uint8Array): CloudAssetCustom;
333
+ static deserializeBinaryFromReader(message: CloudAssetCustom, reader: jspb.BinaryReader): CloudAssetCustom;
334
+ }
335
+
336
+ export namespace CloudAssetCustom {
337
+ export type AsObject = {
338
+ purchaseOrderDate?: string,
339
+ costCenter?: string,
340
+ vendorName?: string,
341
+ invoiceNumber?: string,
342
+ acquisitionType?: string,
343
+ owner?: string,
344
+ }
345
+ }
346
+
347
+ export class LockedFields extends jspb.Message {
348
+
349
+ hasName(): boolean;
350
+ clearName(): void;
351
+ getName(): string | undefined;
352
+ setName(value: string): LockedFields;
353
+
354
+ hasTypeKey(): boolean;
355
+ clearTypeKey(): void;
356
+ getTypeKey(): string | undefined;
357
+ setTypeKey(value: string): LockedFields;
358
+
359
+ hasMac(): boolean;
360
+ clearMac(): void;
361
+ getMac(): string | undefined;
362
+ setMac(value: string): LockedFields;
363
+
364
+ hasStateKey(): boolean;
365
+ clearStateKey(): void;
366
+ getStateKey(): string | undefined;
367
+ setStateKey(value: string): LockedFields;
368
+
369
+ hasDescription(): boolean;
370
+ clearDescription(): void;
371
+ getDescription(): string | undefined;
372
+ setDescription(value: string): LockedFields;
373
+
374
+ hasManufacturer(): boolean;
375
+ clearManufacturer(): void;
376
+ getManufacturer(): string | undefined;
377
+ setManufacturer(value: string): LockedFields;
378
+
379
+ hasModel(): boolean;
380
+ clearModel(): void;
381
+ getModel(): string | undefined;
382
+ setModel(value: string): LockedFields;
383
+
384
+ hasSerialNumber(): boolean;
385
+ clearSerialNumber(): void;
386
+ getSerialNumber(): string | undefined;
387
+ setSerialNumber(value: string): LockedFields;
388
+
389
+ hasSku(): boolean;
390
+ clearSku(): void;
391
+ getSku(): string | undefined;
392
+ setSku(value: string): LockedFields;
393
+
394
+ hasContact(): boolean;
395
+ clearContact(): void;
396
+ getContact(): string | undefined;
397
+ setContact(value: string): LockedFields;
398
+
399
+ hasLocation(): boolean;
400
+ clearLocation(): void;
401
+ getLocation(): string | undefined;
402
+ setLocation(value: string): LockedFields;
403
+
404
+ hasIpAddress(): boolean;
405
+ clearIpAddress(): void;
406
+ getIpAddress(): string | undefined;
407
+ setIpAddress(value: string): LockedFields;
408
+
409
+ hasPurchaseDate(): boolean;
410
+ clearPurchaseDate(): void;
411
+ getPurchaseDate(): string | undefined;
412
+ setPurchaseDate(value: string): LockedFields;
413
+
414
+ hasWarrantyDate(): boolean;
415
+ clearWarrantyDate(): void;
416
+ getWarrantyDate(): string | undefined;
417
+ setWarrantyDate(value: string): LockedFields;
418
+
419
+ hasModuleType(): boolean;
420
+ clearModuleType(): void;
421
+ getModuleType(): string | undefined;
422
+ setModuleType(value: string): LockedFields;
423
+
424
+ hasFirmware(): boolean;
425
+ clearFirmware(): void;
426
+ getFirmware(): string | undefined;
427
+ setFirmware(value: string): LockedFields;
428
+
429
+ serializeBinary(): Uint8Array;
430
+ toObject(includeInstance?: boolean): LockedFields.AsObject;
431
+ static toObject(includeInstance: boolean, msg: LockedFields): LockedFields.AsObject;
432
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
433
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
434
+ static serializeBinaryToWriter(message: LockedFields, writer: jspb.BinaryWriter): void;
435
+ static deserializeBinary(bytes: Uint8Array): LockedFields;
436
+ static deserializeBinaryFromReader(message: LockedFields, reader: jspb.BinaryReader): LockedFields;
437
+ }
438
+
439
+ export namespace LockedFields {
440
+ export type AsObject = {
441
+ name?: string,
442
+ typeKey?: string,
443
+ mac?: string,
444
+ stateKey?: string,
445
+ description?: string,
446
+ manufacturer?: string,
447
+ model?: string,
448
+ serialNumber?: string,
449
+ sku?: string,
450
+ contact?: string,
451
+ location?: string,
452
+ ipAddress?: string,
453
+ purchaseDate?: string,
454
+ warrantyDate?: string,
455
+ moduleType?: string,
456
+ firmware?: string,
457
+ }
458
+ }