@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,1118 @@
1
+ // Code generated by protoc-gen-go. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-go v1.34.2
4
+ // protoc v3.19.1
5
+ // source: assets.proto
6
+
7
+ package generated_go
8
+
9
+ import (
10
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
12
+ reflect "reflect"
13
+ sync "sync"
14
+ )
15
+
16
+ const (
17
+ // Verify that this generated code is sufficiently up-to-date.
18
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
19
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
20
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
21
+ )
22
+
23
+ type Asset struct {
24
+ state protoimpl.MessageState
25
+ sizeCache protoimpl.SizeCache
26
+ unknownFields protoimpl.UnknownFields
27
+
28
+ AssetBasicInfo *AssetBasicInfo `protobuf:"bytes,1,opt,name=asset_basic_info,json=assetBasicInfo,proto3" json:"asset_basic_info,omitempty"`
29
+ AssetCustom *AssetCustom `protobuf:"bytes,2,opt,name=asset_custom,json=assetCustom,proto3" json:"asset_custom,omitempty"`
30
+ CloudAssetCustom *CloudAssetCustom `protobuf:"bytes,3,opt,name=cloud_asset_custom,json=cloudAssetCustom,proto3,oneof" json:"cloud_asset_custom,omitempty"`
31
+ OtData *OtData `protobuf:"bytes,4,opt,name=ot_data,json=otData,proto3,oneof" json:"ot_data,omitempty"`
32
+ LockedFields *LockedFields `protobuf:"bytes,5,opt,name=locked_fields,json=lockedFields,proto3,oneof" json:"locked_fields,omitempty"`
33
+ }
34
+
35
+ func (x *Asset) Reset() {
36
+ *x = Asset{}
37
+ if protoimpl.UnsafeEnabled {
38
+ mi := &file_assets_proto_msgTypes[0]
39
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
40
+ ms.StoreMessageInfo(mi)
41
+ }
42
+ }
43
+
44
+ func (x *Asset) String() string {
45
+ return protoimpl.X.MessageStringOf(x)
46
+ }
47
+
48
+ func (*Asset) ProtoMessage() {}
49
+
50
+ func (x *Asset) ProtoReflect() protoreflect.Message {
51
+ mi := &file_assets_proto_msgTypes[0]
52
+ if protoimpl.UnsafeEnabled && x != nil {
53
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
54
+ if ms.LoadMessageInfo() == nil {
55
+ ms.StoreMessageInfo(mi)
56
+ }
57
+ return ms
58
+ }
59
+ return mi.MessageOf(x)
60
+ }
61
+
62
+ // Deprecated: Use Asset.ProtoReflect.Descriptor instead.
63
+ func (*Asset) Descriptor() ([]byte, []int) {
64
+ return file_assets_proto_rawDescGZIP(), []int{0}
65
+ }
66
+
67
+ func (x *Asset) GetAssetBasicInfo() *AssetBasicInfo {
68
+ if x != nil {
69
+ return x.AssetBasicInfo
70
+ }
71
+ return nil
72
+ }
73
+
74
+ func (x *Asset) GetAssetCustom() *AssetCustom {
75
+ if x != nil {
76
+ return x.AssetCustom
77
+ }
78
+ return nil
79
+ }
80
+
81
+ func (x *Asset) GetCloudAssetCustom() *CloudAssetCustom {
82
+ if x != nil {
83
+ return x.CloudAssetCustom
84
+ }
85
+ return nil
86
+ }
87
+
88
+ func (x *Asset) GetOtData() *OtData {
89
+ if x != nil {
90
+ return x.OtData
91
+ }
92
+ return nil
93
+ }
94
+
95
+ func (x *Asset) GetLockedFields() *LockedFields {
96
+ if x != nil {
97
+ return x.LockedFields
98
+ }
99
+ return nil
100
+ }
101
+
102
+ type AssetBasicInfo struct {
103
+ state protoimpl.MessageState
104
+ sizeCache protoimpl.SizeCache
105
+ unknownFields protoimpl.UnknownFields
106
+
107
+ TypeKey string `protobuf:"bytes,1,opt,name=type_key,json=typeKey,proto3" json:"type_key,omitempty"`
108
+ Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
109
+ Domain *string `protobuf:"bytes,3,opt,name=domain,proto3,oneof" json:"domain,omitempty"`
110
+ IpAddress *string `protobuf:"bytes,4,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
111
+ Mac *string `protobuf:"bytes,5,opt,name=mac,proto3,oneof" json:"mac,omitempty"`
112
+ Description *string `protobuf:"bytes,6,opt,name=description,proto3,oneof" json:"description,omitempty"`
113
+ Fqdn *string `protobuf:"bytes,7,opt,name=fqdn,proto3,oneof" json:"fqdn,omitempty"`
114
+ }
115
+
116
+ func (x *AssetBasicInfo) Reset() {
117
+ *x = AssetBasicInfo{}
118
+ if protoimpl.UnsafeEnabled {
119
+ mi := &file_assets_proto_msgTypes[1]
120
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
121
+ ms.StoreMessageInfo(mi)
122
+ }
123
+ }
124
+
125
+ func (x *AssetBasicInfo) String() string {
126
+ return protoimpl.X.MessageStringOf(x)
127
+ }
128
+
129
+ func (*AssetBasicInfo) ProtoMessage() {}
130
+
131
+ func (x *AssetBasicInfo) ProtoReflect() protoreflect.Message {
132
+ mi := &file_assets_proto_msgTypes[1]
133
+ if protoimpl.UnsafeEnabled && x != nil {
134
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
135
+ if ms.LoadMessageInfo() == nil {
136
+ ms.StoreMessageInfo(mi)
137
+ }
138
+ return ms
139
+ }
140
+ return mi.MessageOf(x)
141
+ }
142
+
143
+ // Deprecated: Use AssetBasicInfo.ProtoReflect.Descriptor instead.
144
+ func (*AssetBasicInfo) Descriptor() ([]byte, []int) {
145
+ return file_assets_proto_rawDescGZIP(), []int{1}
146
+ }
147
+
148
+ func (x *AssetBasicInfo) GetTypeKey() string {
149
+ if x != nil {
150
+ return x.TypeKey
151
+ }
152
+ return ""
153
+ }
154
+
155
+ func (x *AssetBasicInfo) GetName() string {
156
+ if x != nil {
157
+ return x.Name
158
+ }
159
+ return ""
160
+ }
161
+
162
+ func (x *AssetBasicInfo) GetDomain() string {
163
+ if x != nil && x.Domain != nil {
164
+ return *x.Domain
165
+ }
166
+ return ""
167
+ }
168
+
169
+ func (x *AssetBasicInfo) GetIpAddress() string {
170
+ if x != nil && x.IpAddress != nil {
171
+ return *x.IpAddress
172
+ }
173
+ return ""
174
+ }
175
+
176
+ func (x *AssetBasicInfo) GetMac() string {
177
+ if x != nil && x.Mac != nil {
178
+ return *x.Mac
179
+ }
180
+ return ""
181
+ }
182
+
183
+ func (x *AssetBasicInfo) GetDescription() string {
184
+ if x != nil && x.Description != nil {
185
+ return *x.Description
186
+ }
187
+ return ""
188
+ }
189
+
190
+ func (x *AssetBasicInfo) GetFqdn() string {
191
+ if x != nil && x.Fqdn != nil {
192
+ return *x.Fqdn
193
+ }
194
+ return ""
195
+ }
196
+
197
+ type OtData struct {
198
+ state protoimpl.MessageState
199
+ sizeCache protoimpl.SizeCache
200
+ unknownFields protoimpl.UnknownFields
201
+
202
+ ModuleType *string `protobuf:"bytes,1,opt,name=module_type,json=moduleType,proto3,oneof" json:"module_type,omitempty"`
203
+ Firmware *string `protobuf:"bytes,2,opt,name=firmware,proto3,oneof" json:"firmware,omitempty"`
204
+ }
205
+
206
+ func (x *OtData) Reset() {
207
+ *x = OtData{}
208
+ if protoimpl.UnsafeEnabled {
209
+ mi := &file_assets_proto_msgTypes[2]
210
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
211
+ ms.StoreMessageInfo(mi)
212
+ }
213
+ }
214
+
215
+ func (x *OtData) String() string {
216
+ return protoimpl.X.MessageStringOf(x)
217
+ }
218
+
219
+ func (*OtData) ProtoMessage() {}
220
+
221
+ func (x *OtData) ProtoReflect() protoreflect.Message {
222
+ mi := &file_assets_proto_msgTypes[2]
223
+ if protoimpl.UnsafeEnabled && x != nil {
224
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
225
+ if ms.LoadMessageInfo() == nil {
226
+ ms.StoreMessageInfo(mi)
227
+ }
228
+ return ms
229
+ }
230
+ return mi.MessageOf(x)
231
+ }
232
+
233
+ // Deprecated: Use OtData.ProtoReflect.Descriptor instead.
234
+ func (*OtData) Descriptor() ([]byte, []int) {
235
+ return file_assets_proto_rawDescGZIP(), []int{2}
236
+ }
237
+
238
+ func (x *OtData) GetModuleType() string {
239
+ if x != nil && x.ModuleType != nil {
240
+ return *x.ModuleType
241
+ }
242
+ return ""
243
+ }
244
+
245
+ func (x *OtData) GetFirmware() string {
246
+ if x != nil && x.Firmware != nil {
247
+ return *x.Firmware
248
+ }
249
+ return ""
250
+ }
251
+
252
+ type CustomField struct {
253
+ state protoimpl.MessageState
254
+ sizeCache protoimpl.SizeCache
255
+ unknownFields protoimpl.UnknownFields
256
+
257
+ Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
258
+ Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
259
+ }
260
+
261
+ func (x *CustomField) Reset() {
262
+ *x = CustomField{}
263
+ if protoimpl.UnsafeEnabled {
264
+ mi := &file_assets_proto_msgTypes[3]
265
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
266
+ ms.StoreMessageInfo(mi)
267
+ }
268
+ }
269
+
270
+ func (x *CustomField) String() string {
271
+ return protoimpl.X.MessageStringOf(x)
272
+ }
273
+
274
+ func (*CustomField) ProtoMessage() {}
275
+
276
+ func (x *CustomField) ProtoReflect() protoreflect.Message {
277
+ mi := &file_assets_proto_msgTypes[3]
278
+ if protoimpl.UnsafeEnabled && x != nil {
279
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
280
+ if ms.LoadMessageInfo() == nil {
281
+ ms.StoreMessageInfo(mi)
282
+ }
283
+ return ms
284
+ }
285
+ return mi.MessageOf(x)
286
+ }
287
+
288
+ // Deprecated: Use CustomField.ProtoReflect.Descriptor instead.
289
+ func (*CustomField) Descriptor() ([]byte, []int) {
290
+ return file_assets_proto_rawDescGZIP(), []int{3}
291
+ }
292
+
293
+ func (x *CustomField) GetKey() string {
294
+ if x != nil {
295
+ return x.Key
296
+ }
297
+ return ""
298
+ }
299
+
300
+ func (x *CustomField) GetValue() string {
301
+ if x != nil {
302
+ return x.Value
303
+ }
304
+ return ""
305
+ }
306
+
307
+ type AssetCustom struct {
308
+ state protoimpl.MessageState
309
+ sizeCache protoimpl.SizeCache
310
+ unknownFields protoimpl.UnknownFields
311
+
312
+ StateKey string `protobuf:"bytes,1,opt,name=state_key,json=stateKey,proto3" json:"state_key,omitempty"`
313
+ Location *string `protobuf:"bytes,2,opt,name=location,proto3,oneof" json:"location,omitempty"`
314
+ Building *string `protobuf:"bytes,3,opt,name=building,proto3,oneof" json:"building,omitempty"`
315
+ Department *string `protobuf:"bytes,4,opt,name=department,proto3,oneof" json:"department,omitempty"`
316
+ Industry *string `protobuf:"bytes,5,opt,name=industry,proto3,oneof" json:"industry,omitempty"`
317
+ Barcode *string `protobuf:"bytes,6,opt,name=barcode,proto3,oneof" json:"barcode,omitempty"`
318
+ BranchOffice *string `protobuf:"bytes,7,opt,name=branch_office,json=branchOffice,proto3,oneof" json:"branch_office,omitempty"`
319
+ Contact *string `protobuf:"bytes,8,opt,name=contact,proto3,oneof" json:"contact,omitempty"`
320
+ Manufacturer *string `protobuf:"bytes,9,opt,name=manufacturer,proto3,oneof" json:"manufacturer,omitempty"`
321
+ Model *string `protobuf:"bytes,10,opt,name=model,proto3,oneof" json:"model,omitempty"`
322
+ SerialNumber *string `protobuf:"bytes,11,opt,name=serial_number,json=serialNumber,proto3,oneof" json:"serial_number,omitempty"`
323
+ DnsName *string `protobuf:"bytes,12,opt,name=dns_name,json=dnsName,proto3,oneof" json:"dns_name,omitempty"`
324
+ Sku *string `protobuf:"bytes,13,opt,name=sku,proto3,oneof" json:"sku,omitempty"`
325
+ WarrantyDate *string `protobuf:"bytes,14,opt,name=warranty_date,json=warrantyDate,proto3,oneof" json:"warranty_date,omitempty"`
326
+ PurchaseDate *string `protobuf:"bytes,15,opt,name=purchase_date,json=purchaseDate,proto3,oneof" json:"purchase_date,omitempty"`
327
+ OrderNumber *string `protobuf:"bytes,16,opt,name=order_number,json=orderNumber,proto3,oneof" json:"order_number,omitempty"`
328
+ LastPatched *string `protobuf:"bytes,17,opt,name=last_patched,json=lastPatched,proto3,oneof" json:"last_patched,omitempty"`
329
+ LastFullBackup *string `protobuf:"bytes,18,opt,name=last_full_backup,json=lastFullBackup,proto3,oneof" json:"last_full_backup,omitempty"`
330
+ LastFullImage *string `protobuf:"bytes,19,opt,name=last_full_image,json=lastFullImage,proto3,oneof" json:"last_full_image,omitempty"`
331
+ Fields []*CustomField `protobuf:"bytes,20,rep,name=fields,proto3" json:"fields,omitempty"`
332
+ }
333
+
334
+ func (x *AssetCustom) Reset() {
335
+ *x = AssetCustom{}
336
+ if protoimpl.UnsafeEnabled {
337
+ mi := &file_assets_proto_msgTypes[4]
338
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
339
+ ms.StoreMessageInfo(mi)
340
+ }
341
+ }
342
+
343
+ func (x *AssetCustom) String() string {
344
+ return protoimpl.X.MessageStringOf(x)
345
+ }
346
+
347
+ func (*AssetCustom) ProtoMessage() {}
348
+
349
+ func (x *AssetCustom) ProtoReflect() protoreflect.Message {
350
+ mi := &file_assets_proto_msgTypes[4]
351
+ if protoimpl.UnsafeEnabled && x != nil {
352
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
353
+ if ms.LoadMessageInfo() == nil {
354
+ ms.StoreMessageInfo(mi)
355
+ }
356
+ return ms
357
+ }
358
+ return mi.MessageOf(x)
359
+ }
360
+
361
+ // Deprecated: Use AssetCustom.ProtoReflect.Descriptor instead.
362
+ func (*AssetCustom) Descriptor() ([]byte, []int) {
363
+ return file_assets_proto_rawDescGZIP(), []int{4}
364
+ }
365
+
366
+ func (x *AssetCustom) GetStateKey() string {
367
+ if x != nil {
368
+ return x.StateKey
369
+ }
370
+ return ""
371
+ }
372
+
373
+ func (x *AssetCustom) GetLocation() string {
374
+ if x != nil && x.Location != nil {
375
+ return *x.Location
376
+ }
377
+ return ""
378
+ }
379
+
380
+ func (x *AssetCustom) GetBuilding() string {
381
+ if x != nil && x.Building != nil {
382
+ return *x.Building
383
+ }
384
+ return ""
385
+ }
386
+
387
+ func (x *AssetCustom) GetDepartment() string {
388
+ if x != nil && x.Department != nil {
389
+ return *x.Department
390
+ }
391
+ return ""
392
+ }
393
+
394
+ func (x *AssetCustom) GetIndustry() string {
395
+ if x != nil && x.Industry != nil {
396
+ return *x.Industry
397
+ }
398
+ return ""
399
+ }
400
+
401
+ func (x *AssetCustom) GetBarcode() string {
402
+ if x != nil && x.Barcode != nil {
403
+ return *x.Barcode
404
+ }
405
+ return ""
406
+ }
407
+
408
+ func (x *AssetCustom) GetBranchOffice() string {
409
+ if x != nil && x.BranchOffice != nil {
410
+ return *x.BranchOffice
411
+ }
412
+ return ""
413
+ }
414
+
415
+ func (x *AssetCustom) GetContact() string {
416
+ if x != nil && x.Contact != nil {
417
+ return *x.Contact
418
+ }
419
+ return ""
420
+ }
421
+
422
+ func (x *AssetCustom) GetManufacturer() string {
423
+ if x != nil && x.Manufacturer != nil {
424
+ return *x.Manufacturer
425
+ }
426
+ return ""
427
+ }
428
+
429
+ func (x *AssetCustom) GetModel() string {
430
+ if x != nil && x.Model != nil {
431
+ return *x.Model
432
+ }
433
+ return ""
434
+ }
435
+
436
+ func (x *AssetCustom) GetSerialNumber() string {
437
+ if x != nil && x.SerialNumber != nil {
438
+ return *x.SerialNumber
439
+ }
440
+ return ""
441
+ }
442
+
443
+ func (x *AssetCustom) GetDnsName() string {
444
+ if x != nil && x.DnsName != nil {
445
+ return *x.DnsName
446
+ }
447
+ return ""
448
+ }
449
+
450
+ func (x *AssetCustom) GetSku() string {
451
+ if x != nil && x.Sku != nil {
452
+ return *x.Sku
453
+ }
454
+ return ""
455
+ }
456
+
457
+ func (x *AssetCustom) GetWarrantyDate() string {
458
+ if x != nil && x.WarrantyDate != nil {
459
+ return *x.WarrantyDate
460
+ }
461
+ return ""
462
+ }
463
+
464
+ func (x *AssetCustom) GetPurchaseDate() string {
465
+ if x != nil && x.PurchaseDate != nil {
466
+ return *x.PurchaseDate
467
+ }
468
+ return ""
469
+ }
470
+
471
+ func (x *AssetCustom) GetOrderNumber() string {
472
+ if x != nil && x.OrderNumber != nil {
473
+ return *x.OrderNumber
474
+ }
475
+ return ""
476
+ }
477
+
478
+ func (x *AssetCustom) GetLastPatched() string {
479
+ if x != nil && x.LastPatched != nil {
480
+ return *x.LastPatched
481
+ }
482
+ return ""
483
+ }
484
+
485
+ func (x *AssetCustom) GetLastFullBackup() string {
486
+ if x != nil && x.LastFullBackup != nil {
487
+ return *x.LastFullBackup
488
+ }
489
+ return ""
490
+ }
491
+
492
+ func (x *AssetCustom) GetLastFullImage() string {
493
+ if x != nil && x.LastFullImage != nil {
494
+ return *x.LastFullImage
495
+ }
496
+ return ""
497
+ }
498
+
499
+ func (x *AssetCustom) GetFields() []*CustomField {
500
+ if x != nil {
501
+ return x.Fields
502
+ }
503
+ return nil
504
+ }
505
+
506
+ type CloudAssetCustom struct {
507
+ state protoimpl.MessageState
508
+ sizeCache protoimpl.SizeCache
509
+ unknownFields protoimpl.UnknownFields
510
+
511
+ PurchaseOrderDate *string `protobuf:"bytes,1,opt,name=purchase_order_date,json=purchaseOrderDate,proto3,oneof" json:"purchase_order_date,omitempty"`
512
+ CostCenter *string `protobuf:"bytes,2,opt,name=cost_center,json=costCenter,proto3,oneof" json:"cost_center,omitempty"`
513
+ VendorName *string `protobuf:"bytes,3,opt,name=vendor_name,json=vendorName,proto3,oneof" json:"vendor_name,omitempty"`
514
+ InvoiceNumber *string `protobuf:"bytes,4,opt,name=invoice_number,json=invoiceNumber,proto3,oneof" json:"invoice_number,omitempty"`
515
+ AcquisitionType *string `protobuf:"bytes,5,opt,name=acquisition_type,json=acquisitionType,proto3,oneof" json:"acquisition_type,omitempty"`
516
+ Owner *string `protobuf:"bytes,6,opt,name=owner,proto3,oneof" json:"owner,omitempty"`
517
+ }
518
+
519
+ func (x *CloudAssetCustom) Reset() {
520
+ *x = CloudAssetCustom{}
521
+ if protoimpl.UnsafeEnabled {
522
+ mi := &file_assets_proto_msgTypes[5]
523
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
524
+ ms.StoreMessageInfo(mi)
525
+ }
526
+ }
527
+
528
+ func (x *CloudAssetCustom) String() string {
529
+ return protoimpl.X.MessageStringOf(x)
530
+ }
531
+
532
+ func (*CloudAssetCustom) ProtoMessage() {}
533
+
534
+ func (x *CloudAssetCustom) ProtoReflect() protoreflect.Message {
535
+ mi := &file_assets_proto_msgTypes[5]
536
+ if protoimpl.UnsafeEnabled && x != nil {
537
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
538
+ if ms.LoadMessageInfo() == nil {
539
+ ms.StoreMessageInfo(mi)
540
+ }
541
+ return ms
542
+ }
543
+ return mi.MessageOf(x)
544
+ }
545
+
546
+ // Deprecated: Use CloudAssetCustom.ProtoReflect.Descriptor instead.
547
+ func (*CloudAssetCustom) Descriptor() ([]byte, []int) {
548
+ return file_assets_proto_rawDescGZIP(), []int{5}
549
+ }
550
+
551
+ func (x *CloudAssetCustom) GetPurchaseOrderDate() string {
552
+ if x != nil && x.PurchaseOrderDate != nil {
553
+ return *x.PurchaseOrderDate
554
+ }
555
+ return ""
556
+ }
557
+
558
+ func (x *CloudAssetCustom) GetCostCenter() string {
559
+ if x != nil && x.CostCenter != nil {
560
+ return *x.CostCenter
561
+ }
562
+ return ""
563
+ }
564
+
565
+ func (x *CloudAssetCustom) GetVendorName() string {
566
+ if x != nil && x.VendorName != nil {
567
+ return *x.VendorName
568
+ }
569
+ return ""
570
+ }
571
+
572
+ func (x *CloudAssetCustom) GetInvoiceNumber() string {
573
+ if x != nil && x.InvoiceNumber != nil {
574
+ return *x.InvoiceNumber
575
+ }
576
+ return ""
577
+ }
578
+
579
+ func (x *CloudAssetCustom) GetAcquisitionType() string {
580
+ if x != nil && x.AcquisitionType != nil {
581
+ return *x.AcquisitionType
582
+ }
583
+ return ""
584
+ }
585
+
586
+ func (x *CloudAssetCustom) GetOwner() string {
587
+ if x != nil && x.Owner != nil {
588
+ return *x.Owner
589
+ }
590
+ return ""
591
+ }
592
+
593
+ type LockedFields struct {
594
+ state protoimpl.MessageState
595
+ sizeCache protoimpl.SizeCache
596
+ unknownFields protoimpl.UnknownFields
597
+
598
+ Name *string `protobuf:"bytes,1,opt,name=name,proto3,oneof" json:"name,omitempty"`
599
+ TypeKey *string `protobuf:"bytes,2,opt,name=type_key,json=typeKey,proto3,oneof" json:"type_key,omitempty"`
600
+ Mac *string `protobuf:"bytes,3,opt,name=mac,proto3,oneof" json:"mac,omitempty"`
601
+ StateKey *string `protobuf:"bytes,4,opt,name=state_key,json=stateKey,proto3,oneof" json:"state_key,omitempty"`
602
+ Description *string `protobuf:"bytes,5,opt,name=description,proto3,oneof" json:"description,omitempty"`
603
+ Manufacturer *string `protobuf:"bytes,6,opt,name=manufacturer,proto3,oneof" json:"manufacturer,omitempty"`
604
+ Model *string `protobuf:"bytes,7,opt,name=model,proto3,oneof" json:"model,omitempty"`
605
+ SerialNumber *string `protobuf:"bytes,8,opt,name=serial_number,json=serialNumber,proto3,oneof" json:"serial_number,omitempty"`
606
+ Sku *string `protobuf:"bytes,9,opt,name=sku,proto3,oneof" json:"sku,omitempty"`
607
+ Contact *string `protobuf:"bytes,10,opt,name=contact,proto3,oneof" json:"contact,omitempty"`
608
+ Location *string `protobuf:"bytes,11,opt,name=location,proto3,oneof" json:"location,omitempty"`
609
+ IpAddress *string `protobuf:"bytes,12,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
610
+ PurchaseDate *string `protobuf:"bytes,13,opt,name=purchase_date,json=purchaseDate,proto3,oneof" json:"purchase_date,omitempty"`
611
+ WarrantyDate *string `protobuf:"bytes,14,opt,name=warranty_date,json=warrantyDate,proto3,oneof" json:"warranty_date,omitempty"`
612
+ ModuleType *string `protobuf:"bytes,15,opt,name=module_type,json=moduleType,proto3,oneof" json:"module_type,omitempty"`
613
+ Firmware *string `protobuf:"bytes,16,opt,name=firmware,proto3,oneof" json:"firmware,omitempty"`
614
+ }
615
+
616
+ func (x *LockedFields) Reset() {
617
+ *x = LockedFields{}
618
+ if protoimpl.UnsafeEnabled {
619
+ mi := &file_assets_proto_msgTypes[6]
620
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
621
+ ms.StoreMessageInfo(mi)
622
+ }
623
+ }
624
+
625
+ func (x *LockedFields) String() string {
626
+ return protoimpl.X.MessageStringOf(x)
627
+ }
628
+
629
+ func (*LockedFields) ProtoMessage() {}
630
+
631
+ func (x *LockedFields) ProtoReflect() protoreflect.Message {
632
+ mi := &file_assets_proto_msgTypes[6]
633
+ if protoimpl.UnsafeEnabled && x != nil {
634
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
635
+ if ms.LoadMessageInfo() == nil {
636
+ ms.StoreMessageInfo(mi)
637
+ }
638
+ return ms
639
+ }
640
+ return mi.MessageOf(x)
641
+ }
642
+
643
+ // Deprecated: Use LockedFields.ProtoReflect.Descriptor instead.
644
+ func (*LockedFields) Descriptor() ([]byte, []int) {
645
+ return file_assets_proto_rawDescGZIP(), []int{6}
646
+ }
647
+
648
+ func (x *LockedFields) GetName() string {
649
+ if x != nil && x.Name != nil {
650
+ return *x.Name
651
+ }
652
+ return ""
653
+ }
654
+
655
+ func (x *LockedFields) GetTypeKey() string {
656
+ if x != nil && x.TypeKey != nil {
657
+ return *x.TypeKey
658
+ }
659
+ return ""
660
+ }
661
+
662
+ func (x *LockedFields) GetMac() string {
663
+ if x != nil && x.Mac != nil {
664
+ return *x.Mac
665
+ }
666
+ return ""
667
+ }
668
+
669
+ func (x *LockedFields) GetStateKey() string {
670
+ if x != nil && x.StateKey != nil {
671
+ return *x.StateKey
672
+ }
673
+ return ""
674
+ }
675
+
676
+ func (x *LockedFields) GetDescription() string {
677
+ if x != nil && x.Description != nil {
678
+ return *x.Description
679
+ }
680
+ return ""
681
+ }
682
+
683
+ func (x *LockedFields) GetManufacturer() string {
684
+ if x != nil && x.Manufacturer != nil {
685
+ return *x.Manufacturer
686
+ }
687
+ return ""
688
+ }
689
+
690
+ func (x *LockedFields) GetModel() string {
691
+ if x != nil && x.Model != nil {
692
+ return *x.Model
693
+ }
694
+ return ""
695
+ }
696
+
697
+ func (x *LockedFields) GetSerialNumber() string {
698
+ if x != nil && x.SerialNumber != nil {
699
+ return *x.SerialNumber
700
+ }
701
+ return ""
702
+ }
703
+
704
+ func (x *LockedFields) GetSku() string {
705
+ if x != nil && x.Sku != nil {
706
+ return *x.Sku
707
+ }
708
+ return ""
709
+ }
710
+
711
+ func (x *LockedFields) GetContact() string {
712
+ if x != nil && x.Contact != nil {
713
+ return *x.Contact
714
+ }
715
+ return ""
716
+ }
717
+
718
+ func (x *LockedFields) GetLocation() string {
719
+ if x != nil && x.Location != nil {
720
+ return *x.Location
721
+ }
722
+ return ""
723
+ }
724
+
725
+ func (x *LockedFields) GetIpAddress() string {
726
+ if x != nil && x.IpAddress != nil {
727
+ return *x.IpAddress
728
+ }
729
+ return ""
730
+ }
731
+
732
+ func (x *LockedFields) GetPurchaseDate() string {
733
+ if x != nil && x.PurchaseDate != nil {
734
+ return *x.PurchaseDate
735
+ }
736
+ return ""
737
+ }
738
+
739
+ func (x *LockedFields) GetWarrantyDate() string {
740
+ if x != nil && x.WarrantyDate != nil {
741
+ return *x.WarrantyDate
742
+ }
743
+ return ""
744
+ }
745
+
746
+ func (x *LockedFields) GetModuleType() string {
747
+ if x != nil && x.ModuleType != nil {
748
+ return *x.ModuleType
749
+ }
750
+ return ""
751
+ }
752
+
753
+ func (x *LockedFields) GetFirmware() string {
754
+ if x != nil && x.Firmware != nil {
755
+ return *x.Firmware
756
+ }
757
+ return ""
758
+ }
759
+
760
+ var File_assets_proto protoreflect.FileDescriptor
761
+
762
+ var file_assets_proto_rawDesc = []byte{
763
+ 0x0a, 0x0c, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x21,
764
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67,
765
+ 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2e, 0x76,
766
+ 0x31, 0x22, 0xf8, 0x03, 0x0a, 0x05, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x5b, 0x0a, 0x10, 0x61,
767
+ 0x73, 0x73, 0x65, 0x74, 0x5f, 0x62, 0x61, 0x73, 0x69, 0x63, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18,
768
+ 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
769
+ 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e,
770
+ 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x42,
771
+ 0x61, 0x73, 0x69, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0e, 0x61, 0x73, 0x73, 0x65, 0x74, 0x42,
772
+ 0x61, 0x73, 0x69, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x51, 0x0a, 0x0c, 0x61, 0x73, 0x73, 0x65,
773
+ 0x74, 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e,
774
+ 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65,
775
+ 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2e,
776
+ 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x0b,
777
+ 0x61, 0x73, 0x73, 0x65, 0x74, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x12, 0x66, 0x0a, 0x12, 0x63,
778
+ 0x6c, 0x6f, 0x75, 0x64, 0x5f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f,
779
+ 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
780
+ 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
781
+ 0x73, 0x2e, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6c, 0x6f, 0x75,
782
+ 0x64, 0x41, 0x73, 0x73, 0x65, 0x74, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x48, 0x00, 0x52, 0x10,
783
+ 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x41, 0x73, 0x73, 0x65, 0x74, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d,
784
+ 0x88, 0x01, 0x01, 0x12, 0x47, 0x0a, 0x07, 0x6f, 0x74, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04,
785
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
786
+ 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x61,
787
+ 0x73, 0x73, 0x65, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x74, 0x44, 0x61, 0x74, 0x61, 0x48,
788
+ 0x01, 0x52, 0x06, 0x6f, 0x74, 0x44, 0x61, 0x74, 0x61, 0x88, 0x01, 0x01, 0x12, 0x59, 0x0a, 0x0d,
789
+ 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x05, 0x20,
790
+ 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
791
+ 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x61, 0x73,
792
+ 0x73, 0x65, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x46, 0x69,
793
+ 0x65, 0x6c, 0x64, 0x73, 0x48, 0x02, 0x52, 0x0c, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x46, 0x69,
794
+ 0x65, 0x6c, 0x64, 0x73, 0x88, 0x01, 0x01, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x63, 0x6c, 0x6f, 0x75,
795
+ 0x64, 0x5f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x42, 0x0a,
796
+ 0x0a, 0x08, 0x5f, 0x6f, 0x74, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x6c,
797
+ 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22, 0x92, 0x02, 0x0a,
798
+ 0x0e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x42, 0x61, 0x73, 0x69, 0x63, 0x49, 0x6e, 0x66, 0x6f, 0x12,
799
+ 0x19, 0x0a, 0x08, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
800
+ 0x09, 0x52, 0x07, 0x74, 0x79, 0x70, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61,
801
+ 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b,
802
+ 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00,
803
+ 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69,
804
+ 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48,
805
+ 0x01, 0x52, 0x09, 0x69, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x88, 0x01, 0x01, 0x12,
806
+ 0x15, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x03,
807
+ 0x6d, 0x61, 0x63, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
808
+ 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0b, 0x64,
809
+ 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a,
810
+ 0x04, 0x66, 0x71, 0x64, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x04, 0x66,
811
+ 0x71, 0x64, 0x6e, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69,
812
+ 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
813
+ 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x6d, 0x61, 0x63, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x65, 0x73,
814
+ 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x66, 0x71, 0x64,
815
+ 0x6e, 0x22, 0x6c, 0x0a, 0x06, 0x4f, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x24, 0x0a, 0x0b, 0x6d,
816
+ 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
817
+ 0x48, 0x00, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01,
818
+ 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x18, 0x02, 0x20,
819
+ 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x08, 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x88,
820
+ 0x01, 0x01, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x74, 0x79,
821
+ 0x70, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x22,
822
+ 0x35, 0x0a, 0x0b, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x10,
823
+ 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79,
824
+ 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
825
+ 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x98, 0x08, 0x0a, 0x0b, 0x41, 0x73, 0x73, 0x65, 0x74,
826
+ 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f,
827
+ 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74, 0x61, 0x74, 0x65,
828
+ 0x4b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
829
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
830
+ 0x6e, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67,
831
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x08, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x69,
832
+ 0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d,
833
+ 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0a, 0x64, 0x65, 0x70,
834
+ 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x69, 0x6e,
835
+ 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x08,
836
+ 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x62,
837
+ 0x61, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x07,
838
+ 0x62, 0x61, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x62, 0x72,
839
+ 0x61, 0x6e, 0x63, 0x68, 0x5f, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28,
840
+ 0x09, 0x48, 0x05, 0x52, 0x0c, 0x62, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x4f, 0x66, 0x66, 0x69, 0x63,
841
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x18,
842
+ 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74,
843
+ 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75,
844
+ 0x72, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x0c, 0x6d, 0x61, 0x6e,
845
+ 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05,
846
+ 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x05, 0x6d,
847
+ 0x6f, 0x64, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61,
848
+ 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09,
849
+ 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01,
850
+ 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x64, 0x6e, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0c, 0x20,
851
+ 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x07, 0x64, 0x6e, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01,
852
+ 0x01, 0x12, 0x15, 0x0a, 0x03, 0x73, 0x6b, 0x75, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b,
853
+ 0x52, 0x03, 0x73, 0x6b, 0x75, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x77, 0x61, 0x72, 0x72,
854
+ 0x61, 0x6e, 0x74, 0x79, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48,
855
+ 0x0c, 0x52, 0x0c, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x44, 0x61, 0x74, 0x65, 0x88,
856
+ 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x64,
857
+ 0x61, 0x74, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x0c, 0x70, 0x75, 0x72,
858
+ 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c,
859
+ 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x10, 0x20, 0x01,
860
+ 0x28, 0x09, 0x48, 0x0e, 0x52, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x4e, 0x75, 0x6d, 0x62, 0x65,
861
+ 0x72, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x70, 0x61, 0x74,
862
+ 0x63, 0x68, 0x65, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52, 0x0b, 0x6c, 0x61,
863
+ 0x73, 0x74, 0x50, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10,
864
+ 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x66, 0x75, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70,
865
+ 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x48, 0x10, 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x46, 0x75,
866
+ 0x6c, 0x6c, 0x42, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x6c,
867
+ 0x61, 0x73, 0x74, 0x5f, 0x66, 0x75, 0x6c, 0x6c, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x13,
868
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x11, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x46, 0x75, 0x6c, 0x6c,
869
+ 0x49, 0x6d, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x46, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c,
870
+ 0x64, 0x73, 0x18, 0x14, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
871
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x74, 0x69, 0x6f,
872
+ 0x6e, 0x73, 0x2e, 0x61, 0x73, 0x73, 0x65, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x75, 0x73,
873
+ 0x74, 0x6f, 0x6d, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73,
874
+ 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0b, 0x0a,
875
+ 0x09, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x64,
876
+ 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x69, 0x6e,
877
+ 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x62, 0x61, 0x72, 0x63, 0x6f,
878
+ 0x64, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x62, 0x72, 0x61, 0x6e, 0x63, 0x68, 0x5f, 0x6f, 0x66,
879
+ 0x66, 0x69, 0x63, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74,
880
+ 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65,
881
+ 0x72, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f,
882
+ 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0b, 0x0a,
883
+ 0x09, 0x5f, 0x64, 0x6e, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x73,
884
+ 0x6b, 0x75, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x5f,
885
+ 0x64, 0x61, 0x74, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
886
+ 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72,
887
+ 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6c, 0x61, 0x73, 0x74,
888
+ 0x5f, 0x70, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x61, 0x73,
889
+ 0x74, 0x5f, 0x66, 0x75, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x63, 0x6b, 0x75, 0x70, 0x42, 0x12, 0x0a,
890
+ 0x10, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x66, 0x75, 0x6c, 0x6c, 0x5f, 0x69, 0x6d, 0x61, 0x67,
891
+ 0x65, 0x22, 0xf4, 0x02, 0x0a, 0x10, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x41, 0x73, 0x73, 0x65, 0x74,
892
+ 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x12, 0x33, 0x0a, 0x13, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
893
+ 0x73, 0x65, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20,
894
+ 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x11, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x4f,
895
+ 0x72, 0x64, 0x65, 0x72, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x63,
896
+ 0x6f, 0x73, 0x74, 0x5f, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
897
+ 0x48, 0x01, 0x52, 0x0a, 0x63, 0x6f, 0x73, 0x74, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x88, 0x01,
898
+ 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
899
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0a, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72,
900
+ 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x69, 0x6e, 0x76, 0x6f, 0x69,
901
+ 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48,
902
+ 0x03, 0x52, 0x0d, 0x69, 0x6e, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
903
+ 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x61, 0x63, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
904
+ 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52,
905
+ 0x0f, 0x61, 0x63, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
906
+ 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01,
907
+ 0x28, 0x09, 0x48, 0x05, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x88, 0x01, 0x01, 0x42, 0x16,
908
+ 0x0a, 0x14, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x6f, 0x72, 0x64, 0x65,
909
+ 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x63, 0x6f, 0x73, 0x74, 0x5f,
910
+ 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x76, 0x65, 0x6e, 0x64, 0x6f,
911
+ 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x69, 0x6e, 0x76, 0x6f, 0x69,
912
+ 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x61, 0x63,
913
+ 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x08,
914
+ 0x0a, 0x06, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x22, 0x85, 0x06, 0x0a, 0x0c, 0x4c, 0x6f, 0x63,
915
+ 0x6b, 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
916
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88,
917
+ 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02,
918
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x07, 0x74, 0x79, 0x70, 0x65, 0x4b, 0x65, 0x79, 0x88,
919
+ 0x01, 0x01, 0x12, 0x15, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48,
920
+ 0x02, 0x52, 0x03, 0x6d, 0x61, 0x63, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x74, 0x61,
921
+ 0x74, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x08,
922
+ 0x73, 0x74, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0b, 0x64,
923
+ 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
924
+ 0x48, 0x04, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88,
925
+ 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72,
926
+ 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x0c, 0x6d, 0x61, 0x6e, 0x75,
927
+ 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x6d,
928
+ 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x05, 0x6d, 0x6f,
929
+ 0x64, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c,
930
+ 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52,
931
+ 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01,
932
+ 0x12, 0x15, 0x0a, 0x03, 0x73, 0x6b, 0x75, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52,
933
+ 0x03, 0x73, 0x6b, 0x75, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x61,
934
+ 0x63, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74,
935
+ 0x61, 0x63, 0x74, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69,
936
+ 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61,
937
+ 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x70, 0x5f, 0x61, 0x64,
938
+ 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x09, 0x69,
939
+ 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x70,
940
+ 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0d, 0x20, 0x01,
941
+ 0x28, 0x09, 0x48, 0x0c, 0x52, 0x0c, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x61,
942
+ 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74,
943
+ 0x79, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x0c,
944
+ 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12,
945
+ 0x24, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0f,
946
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x0e, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x79,
947
+ 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72,
948
+ 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52, 0x08, 0x66, 0x69, 0x72, 0x6d, 0x77,
949
+ 0x61, 0x72, 0x65, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42,
950
+ 0x0b, 0x0a, 0x09, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x42, 0x06, 0x0a, 0x04,
951
+ 0x5f, 0x6d, 0x61, 0x63, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x6b,
952
+ 0x65, 0x79, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
953
+ 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75,
954
+ 0x72, 0x65, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x42, 0x10, 0x0a,
955
+ 0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42,
956
+ 0x06, 0x0a, 0x04, 0x5f, 0x73, 0x6b, 0x75, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x6f, 0x6e, 0x74,
957
+ 0x61, 0x63, 0x74, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
958
+ 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42,
959
+ 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74,
960
+ 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x5f, 0x64,
961
+ 0x61, 0x74, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x74,
962
+ 0x79, 0x70, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65,
963
+ 0x42, 0x12, 0x50, 0x01, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65,
964
+ 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
965
+ }
966
+
967
+ var (
968
+ file_assets_proto_rawDescOnce sync.Once
969
+ file_assets_proto_rawDescData = file_assets_proto_rawDesc
970
+ )
971
+
972
+ func file_assets_proto_rawDescGZIP() []byte {
973
+ file_assets_proto_rawDescOnce.Do(func() {
974
+ file_assets_proto_rawDescData = protoimpl.X.CompressGZIP(file_assets_proto_rawDescData)
975
+ })
976
+ return file_assets_proto_rawDescData
977
+ }
978
+
979
+ var file_assets_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
980
+ var file_assets_proto_goTypes = []any{
981
+ (*Asset)(nil), // 0: lansweeper.integrations.assets.v1.Asset
982
+ (*AssetBasicInfo)(nil), // 1: lansweeper.integrations.assets.v1.AssetBasicInfo
983
+ (*OtData)(nil), // 2: lansweeper.integrations.assets.v1.OtData
984
+ (*CustomField)(nil), // 3: lansweeper.integrations.assets.v1.CustomField
985
+ (*AssetCustom)(nil), // 4: lansweeper.integrations.assets.v1.AssetCustom
986
+ (*CloudAssetCustom)(nil), // 5: lansweeper.integrations.assets.v1.CloudAssetCustom
987
+ (*LockedFields)(nil), // 6: lansweeper.integrations.assets.v1.LockedFields
988
+ }
989
+ var file_assets_proto_depIdxs = []int32{
990
+ 1, // 0: lansweeper.integrations.assets.v1.Asset.asset_basic_info:type_name -> lansweeper.integrations.assets.v1.AssetBasicInfo
991
+ 4, // 1: lansweeper.integrations.assets.v1.Asset.asset_custom:type_name -> lansweeper.integrations.assets.v1.AssetCustom
992
+ 5, // 2: lansweeper.integrations.assets.v1.Asset.cloud_asset_custom:type_name -> lansweeper.integrations.assets.v1.CloudAssetCustom
993
+ 2, // 3: lansweeper.integrations.assets.v1.Asset.ot_data:type_name -> lansweeper.integrations.assets.v1.OtData
994
+ 6, // 4: lansweeper.integrations.assets.v1.Asset.locked_fields:type_name -> lansweeper.integrations.assets.v1.LockedFields
995
+ 3, // 5: lansweeper.integrations.assets.v1.AssetCustom.fields:type_name -> lansweeper.integrations.assets.v1.CustomField
996
+ 6, // [6:6] is the sub-list for method output_type
997
+ 6, // [6:6] is the sub-list for method input_type
998
+ 6, // [6:6] is the sub-list for extension type_name
999
+ 6, // [6:6] is the sub-list for extension extendee
1000
+ 0, // [0:6] is the sub-list for field type_name
1001
+ }
1002
+
1003
+ func init() { file_assets_proto_init() }
1004
+ func file_assets_proto_init() {
1005
+ if File_assets_proto != nil {
1006
+ return
1007
+ }
1008
+ if !protoimpl.UnsafeEnabled {
1009
+ file_assets_proto_msgTypes[0].Exporter = func(v any, i int) any {
1010
+ switch v := v.(*Asset); i {
1011
+ case 0:
1012
+ return &v.state
1013
+ case 1:
1014
+ return &v.sizeCache
1015
+ case 2:
1016
+ return &v.unknownFields
1017
+ default:
1018
+ return nil
1019
+ }
1020
+ }
1021
+ file_assets_proto_msgTypes[1].Exporter = func(v any, i int) any {
1022
+ switch v := v.(*AssetBasicInfo); i {
1023
+ case 0:
1024
+ return &v.state
1025
+ case 1:
1026
+ return &v.sizeCache
1027
+ case 2:
1028
+ return &v.unknownFields
1029
+ default:
1030
+ return nil
1031
+ }
1032
+ }
1033
+ file_assets_proto_msgTypes[2].Exporter = func(v any, i int) any {
1034
+ switch v := v.(*OtData); i {
1035
+ case 0:
1036
+ return &v.state
1037
+ case 1:
1038
+ return &v.sizeCache
1039
+ case 2:
1040
+ return &v.unknownFields
1041
+ default:
1042
+ return nil
1043
+ }
1044
+ }
1045
+ file_assets_proto_msgTypes[3].Exporter = func(v any, i int) any {
1046
+ switch v := v.(*CustomField); i {
1047
+ case 0:
1048
+ return &v.state
1049
+ case 1:
1050
+ return &v.sizeCache
1051
+ case 2:
1052
+ return &v.unknownFields
1053
+ default:
1054
+ return nil
1055
+ }
1056
+ }
1057
+ file_assets_proto_msgTypes[4].Exporter = func(v any, i int) any {
1058
+ switch v := v.(*AssetCustom); i {
1059
+ case 0:
1060
+ return &v.state
1061
+ case 1:
1062
+ return &v.sizeCache
1063
+ case 2:
1064
+ return &v.unknownFields
1065
+ default:
1066
+ return nil
1067
+ }
1068
+ }
1069
+ file_assets_proto_msgTypes[5].Exporter = func(v any, i int) any {
1070
+ switch v := v.(*CloudAssetCustom); i {
1071
+ case 0:
1072
+ return &v.state
1073
+ case 1:
1074
+ return &v.sizeCache
1075
+ case 2:
1076
+ return &v.unknownFields
1077
+ default:
1078
+ return nil
1079
+ }
1080
+ }
1081
+ file_assets_proto_msgTypes[6].Exporter = func(v any, i int) any {
1082
+ switch v := v.(*LockedFields); i {
1083
+ case 0:
1084
+ return &v.state
1085
+ case 1:
1086
+ return &v.sizeCache
1087
+ case 2:
1088
+ return &v.unknownFields
1089
+ default:
1090
+ return nil
1091
+ }
1092
+ }
1093
+ }
1094
+ file_assets_proto_msgTypes[0].OneofWrappers = []any{}
1095
+ file_assets_proto_msgTypes[1].OneofWrappers = []any{}
1096
+ file_assets_proto_msgTypes[2].OneofWrappers = []any{}
1097
+ file_assets_proto_msgTypes[4].OneofWrappers = []any{}
1098
+ file_assets_proto_msgTypes[5].OneofWrappers = []any{}
1099
+ file_assets_proto_msgTypes[6].OneofWrappers = []any{}
1100
+ type x struct{}
1101
+ out := protoimpl.TypeBuilder{
1102
+ File: protoimpl.DescBuilder{
1103
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
1104
+ RawDescriptor: file_assets_proto_rawDesc,
1105
+ NumEnums: 0,
1106
+ NumMessages: 7,
1107
+ NumExtensions: 0,
1108
+ NumServices: 0,
1109
+ },
1110
+ GoTypes: file_assets_proto_goTypes,
1111
+ DependencyIndexes: file_assets_proto_depIdxs,
1112
+ MessageInfos: file_assets_proto_msgTypes,
1113
+ }.Build()
1114
+ File_assets_proto = out.File
1115
+ file_assets_proto_rawDesc = nil
1116
+ file_assets_proto_goTypes = nil
1117
+ file_assets_proto_depIdxs = nil
1118
+ }