@lansweeper/data-platform-outbound-grpc 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_grpc_pb.d.ts +17 -0
- package/gen-proto/outbound_grpc_pb.js +34 -0
- package/gen-proto/outbound_pb.d.ts +111 -63
- package/gen-proto/outbound_pb.js +997 -525
- package/generated-go/outbound.pb.go +820 -682
- package/generated-go/outbound_grpc.pb.go +41 -2
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +48 -16
|
@@ -250,6 +250,172 @@ func (x *ListEntityResponse) GetRelated() []*Entity {
|
|
|
250
250
|
return nil
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
+
type CatalogLookupRequest struct {
|
|
254
|
+
state protoimpl.MessageState
|
|
255
|
+
sizeCache protoimpl.SizeCache
|
|
256
|
+
unknownFields protoimpl.UnknownFields
|
|
257
|
+
|
|
258
|
+
BrandId []int64 `protobuf:"varint,1,rep,packed,name=brand_id,json=brandId,proto3" json:"brand_id,omitempty"`
|
|
259
|
+
ModelId []int64 `protobuf:"varint,2,rep,packed,name=model_id,json=modelId,proto3" json:"model_id,omitempty"`
|
|
260
|
+
OsId []int64 `protobuf:"varint,3,rep,packed,name=os_id,json=osId,proto3" json:"os_id,omitempty"`
|
|
261
|
+
SwId []int64 `protobuf:"varint,4,rep,packed,name=sw_id,json=swId,proto3" json:"sw_id,omitempty"`
|
|
262
|
+
MonitorId []int64 `protobuf:"varint,5,rep,packed,name=monitor_id,json=monitorId,proto3" json:"monitor_id,omitempty"`
|
|
263
|
+
OnlyRequested *bool `protobuf:"varint,10,opt,name=only_requested,json=onlyRequested,proto3,oneof" json:"only_requested,omitempty"` // false by default: to avoid to get full path
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
func (x *CatalogLookupRequest) Reset() {
|
|
267
|
+
*x = CatalogLookupRequest{}
|
|
268
|
+
if protoimpl.UnsafeEnabled {
|
|
269
|
+
mi := &file_outbound_proto_msgTypes[4]
|
|
270
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
271
|
+
ms.StoreMessageInfo(mi)
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
func (x *CatalogLookupRequest) String() string {
|
|
276
|
+
return protoimpl.X.MessageStringOf(x)
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
func (*CatalogLookupRequest) ProtoMessage() {}
|
|
280
|
+
|
|
281
|
+
func (x *CatalogLookupRequest) ProtoReflect() protoreflect.Message {
|
|
282
|
+
mi := &file_outbound_proto_msgTypes[4]
|
|
283
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
284
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
285
|
+
if ms.LoadMessageInfo() == nil {
|
|
286
|
+
ms.StoreMessageInfo(mi)
|
|
287
|
+
}
|
|
288
|
+
return ms
|
|
289
|
+
}
|
|
290
|
+
return mi.MessageOf(x)
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
// Deprecated: Use CatalogLookupRequest.ProtoReflect.Descriptor instead.
|
|
294
|
+
func (*CatalogLookupRequest) Descriptor() ([]byte, []int) {
|
|
295
|
+
return file_outbound_proto_rawDescGZIP(), []int{4}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
func (x *CatalogLookupRequest) GetBrandId() []int64 {
|
|
299
|
+
if x != nil {
|
|
300
|
+
return x.BrandId
|
|
301
|
+
}
|
|
302
|
+
return nil
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
func (x *CatalogLookupRequest) GetModelId() []int64 {
|
|
306
|
+
if x != nil {
|
|
307
|
+
return x.ModelId
|
|
308
|
+
}
|
|
309
|
+
return nil
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
func (x *CatalogLookupRequest) GetOsId() []int64 {
|
|
313
|
+
if x != nil {
|
|
314
|
+
return x.OsId
|
|
315
|
+
}
|
|
316
|
+
return nil
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
func (x *CatalogLookupRequest) GetSwId() []int64 {
|
|
320
|
+
if x != nil {
|
|
321
|
+
return x.SwId
|
|
322
|
+
}
|
|
323
|
+
return nil
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
func (x *CatalogLookupRequest) GetMonitorId() []int64 {
|
|
327
|
+
if x != nil {
|
|
328
|
+
return x.MonitorId
|
|
329
|
+
}
|
|
330
|
+
return nil
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
func (x *CatalogLookupRequest) GetOnlyRequested() bool {
|
|
334
|
+
if x != nil && x.OnlyRequested != nil {
|
|
335
|
+
return *x.OnlyRequested
|
|
336
|
+
}
|
|
337
|
+
return false
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
type CatalogLookupResponse struct {
|
|
341
|
+
state protoimpl.MessageState
|
|
342
|
+
sizeCache protoimpl.SizeCache
|
|
343
|
+
unknownFields protoimpl.UnknownFields
|
|
344
|
+
|
|
345
|
+
Brand []*CatalogBrand `protobuf:"bytes,1,rep,name=brand,proto3" json:"brand,omitempty"`
|
|
346
|
+
Model []*CatalogModel `protobuf:"bytes,2,rep,name=model,proto3" json:"model,omitempty"`
|
|
347
|
+
Os []*CatalogOs `protobuf:"bytes,3,rep,name=os,proto3" json:"os,omitempty"`
|
|
348
|
+
Sw []*CatalogSoftware `protobuf:"bytes,4,rep,name=sw,proto3" json:"sw,omitempty"`
|
|
349
|
+
Monitor []*CatalogMonitor `protobuf:"bytes,5,rep,name=monitor,proto3" json:"monitor,omitempty"`
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
func (x *CatalogLookupResponse) Reset() {
|
|
353
|
+
*x = CatalogLookupResponse{}
|
|
354
|
+
if protoimpl.UnsafeEnabled {
|
|
355
|
+
mi := &file_outbound_proto_msgTypes[5]
|
|
356
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
357
|
+
ms.StoreMessageInfo(mi)
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
func (x *CatalogLookupResponse) String() string {
|
|
362
|
+
return protoimpl.X.MessageStringOf(x)
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
func (*CatalogLookupResponse) ProtoMessage() {}
|
|
366
|
+
|
|
367
|
+
func (x *CatalogLookupResponse) ProtoReflect() protoreflect.Message {
|
|
368
|
+
mi := &file_outbound_proto_msgTypes[5]
|
|
369
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
370
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
371
|
+
if ms.LoadMessageInfo() == nil {
|
|
372
|
+
ms.StoreMessageInfo(mi)
|
|
373
|
+
}
|
|
374
|
+
return ms
|
|
375
|
+
}
|
|
376
|
+
return mi.MessageOf(x)
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
// Deprecated: Use CatalogLookupResponse.ProtoReflect.Descriptor instead.
|
|
380
|
+
func (*CatalogLookupResponse) Descriptor() ([]byte, []int) {
|
|
381
|
+
return file_outbound_proto_rawDescGZIP(), []int{5}
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
func (x *CatalogLookupResponse) GetBrand() []*CatalogBrand {
|
|
385
|
+
if x != nil {
|
|
386
|
+
return x.Brand
|
|
387
|
+
}
|
|
388
|
+
return nil
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
func (x *CatalogLookupResponse) GetModel() []*CatalogModel {
|
|
392
|
+
if x != nil {
|
|
393
|
+
return x.Model
|
|
394
|
+
}
|
|
395
|
+
return nil
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
func (x *CatalogLookupResponse) GetOs() []*CatalogOs {
|
|
399
|
+
if x != nil {
|
|
400
|
+
return x.Os
|
|
401
|
+
}
|
|
402
|
+
return nil
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
func (x *CatalogLookupResponse) GetSw() []*CatalogSoftware {
|
|
406
|
+
if x != nil {
|
|
407
|
+
return x.Sw
|
|
408
|
+
}
|
|
409
|
+
return nil
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
func (x *CatalogLookupResponse) GetMonitor() []*CatalogMonitor {
|
|
413
|
+
if x != nil {
|
|
414
|
+
return x.Monitor
|
|
415
|
+
}
|
|
416
|
+
return nil
|
|
417
|
+
}
|
|
418
|
+
|
|
253
419
|
type EntityPath struct {
|
|
254
420
|
state protoimpl.MessageState
|
|
255
421
|
sizeCache protoimpl.SizeCache
|
|
@@ -265,7 +431,7 @@ type EntityPath struct {
|
|
|
265
431
|
func (x *EntityPath) Reset() {
|
|
266
432
|
*x = EntityPath{}
|
|
267
433
|
if protoimpl.UnsafeEnabled {
|
|
268
|
-
mi := &file_outbound_proto_msgTypes[
|
|
434
|
+
mi := &file_outbound_proto_msgTypes[6]
|
|
269
435
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
270
436
|
ms.StoreMessageInfo(mi)
|
|
271
437
|
}
|
|
@@ -278,7 +444,7 @@ func (x *EntityPath) String() string {
|
|
|
278
444
|
func (*EntityPath) ProtoMessage() {}
|
|
279
445
|
|
|
280
446
|
func (x *EntityPath) ProtoReflect() protoreflect.Message {
|
|
281
|
-
mi := &file_outbound_proto_msgTypes[
|
|
447
|
+
mi := &file_outbound_proto_msgTypes[6]
|
|
282
448
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
283
449
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
284
450
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -291,7 +457,7 @@ func (x *EntityPath) ProtoReflect() protoreflect.Message {
|
|
|
291
457
|
|
|
292
458
|
// Deprecated: Use EntityPath.ProtoReflect.Descriptor instead.
|
|
293
459
|
func (*EntityPath) Descriptor() ([]byte, []int) {
|
|
294
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
460
|
+
return file_outbound_proto_rawDescGZIP(), []int{6}
|
|
295
461
|
}
|
|
296
462
|
|
|
297
463
|
func (x *EntityPath) GetSiteId() string {
|
|
@@ -342,7 +508,7 @@ type Entity struct {
|
|
|
342
508
|
func (x *Entity) Reset() {
|
|
343
509
|
*x = Entity{}
|
|
344
510
|
if protoimpl.UnsafeEnabled {
|
|
345
|
-
mi := &file_outbound_proto_msgTypes[
|
|
511
|
+
mi := &file_outbound_proto_msgTypes[7]
|
|
346
512
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
347
513
|
ms.StoreMessageInfo(mi)
|
|
348
514
|
}
|
|
@@ -355,7 +521,7 @@ func (x *Entity) String() string {
|
|
|
355
521
|
func (*Entity) ProtoMessage() {}
|
|
356
522
|
|
|
357
523
|
func (x *Entity) ProtoReflect() protoreflect.Message {
|
|
358
|
-
mi := &file_outbound_proto_msgTypes[
|
|
524
|
+
mi := &file_outbound_proto_msgTypes[7]
|
|
359
525
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
360
526
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
361
527
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -368,7 +534,7 @@ func (x *Entity) ProtoReflect() protoreflect.Message {
|
|
|
368
534
|
|
|
369
535
|
// Deprecated: Use Entity.ProtoReflect.Descriptor instead.
|
|
370
536
|
func (*Entity) Descriptor() ([]byte, []int) {
|
|
371
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
537
|
+
return file_outbound_proto_rawDescGZIP(), []int{7}
|
|
372
538
|
}
|
|
373
539
|
|
|
374
540
|
func (m *Entity) GetEntity() isEntity_Entity {
|
|
@@ -415,7 +581,7 @@ type Asset struct {
|
|
|
415
581
|
func (x *Asset) Reset() {
|
|
416
582
|
*x = Asset{}
|
|
417
583
|
if protoimpl.UnsafeEnabled {
|
|
418
|
-
mi := &file_outbound_proto_msgTypes[
|
|
584
|
+
mi := &file_outbound_proto_msgTypes[8]
|
|
419
585
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
420
586
|
ms.StoreMessageInfo(mi)
|
|
421
587
|
}
|
|
@@ -428,7 +594,7 @@ func (x *Asset) String() string {
|
|
|
428
594
|
func (*Asset) ProtoMessage() {}
|
|
429
595
|
|
|
430
596
|
func (x *Asset) ProtoReflect() protoreflect.Message {
|
|
431
|
-
mi := &file_outbound_proto_msgTypes[
|
|
597
|
+
mi := &file_outbound_proto_msgTypes[8]
|
|
432
598
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
433
599
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
434
600
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -441,7 +607,7 @@ func (x *Asset) ProtoReflect() protoreflect.Message {
|
|
|
441
607
|
|
|
442
608
|
// Deprecated: Use Asset.ProtoReflect.Descriptor instead.
|
|
443
609
|
func (*Asset) Descriptor() ([]byte, []int) {
|
|
444
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
610
|
+
return file_outbound_proto_rawDescGZIP(), []int{8}
|
|
445
611
|
}
|
|
446
612
|
|
|
447
613
|
func (x *Asset) GetId() *EntityPath {
|
|
@@ -524,6 +690,8 @@ type AssetType struct {
|
|
|
524
690
|
|
|
525
691
|
// Lansweeper Asset Type. Full list available here: /lansweeperapis/packages/model/masterData/content/masterData.json
|
|
526
692
|
LsName string `protobuf:"bytes,1,opt,name=ls_name,json=lsName,proto3" json:"ls_name,omitempty"`
|
|
693
|
+
// Lansweeper type ID
|
|
694
|
+
LsId int32 `protobuf:"varint,3,opt,name=ls_id,json=lsId,proto3" json:"ls_id,omitempty"`
|
|
527
695
|
// Fing Type
|
|
528
696
|
FingType *string `protobuf:"bytes,2,opt,name=fing_type,json=fingType,proto3,oneof" json:"fing_type,omitempty"`
|
|
529
697
|
}
|
|
@@ -531,7 +699,7 @@ type AssetType struct {
|
|
|
531
699
|
func (x *AssetType) Reset() {
|
|
532
700
|
*x = AssetType{}
|
|
533
701
|
if protoimpl.UnsafeEnabled {
|
|
534
|
-
mi := &file_outbound_proto_msgTypes[
|
|
702
|
+
mi := &file_outbound_proto_msgTypes[9]
|
|
535
703
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
536
704
|
ms.StoreMessageInfo(mi)
|
|
537
705
|
}
|
|
@@ -544,7 +712,7 @@ func (x *AssetType) String() string {
|
|
|
544
712
|
func (*AssetType) ProtoMessage() {}
|
|
545
713
|
|
|
546
714
|
func (x *AssetType) ProtoReflect() protoreflect.Message {
|
|
547
|
-
mi := &file_outbound_proto_msgTypes[
|
|
715
|
+
mi := &file_outbound_proto_msgTypes[9]
|
|
548
716
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
549
717
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
550
718
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -557,7 +725,7 @@ func (x *AssetType) ProtoReflect() protoreflect.Message {
|
|
|
557
725
|
|
|
558
726
|
// Deprecated: Use AssetType.ProtoReflect.Descriptor instead.
|
|
559
727
|
func (*AssetType) Descriptor() ([]byte, []int) {
|
|
560
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
728
|
+
return file_outbound_proto_rawDescGZIP(), []int{9}
|
|
561
729
|
}
|
|
562
730
|
|
|
563
731
|
func (x *AssetType) GetLsName() string {
|
|
@@ -567,6 +735,13 @@ func (x *AssetType) GetLsName() string {
|
|
|
567
735
|
return ""
|
|
568
736
|
}
|
|
569
737
|
|
|
738
|
+
func (x *AssetType) GetLsId() int32 {
|
|
739
|
+
if x != nil {
|
|
740
|
+
return x.LsId
|
|
741
|
+
}
|
|
742
|
+
return 0
|
|
743
|
+
}
|
|
744
|
+
|
|
570
745
|
func (x *AssetType) GetFingType() string {
|
|
571
746
|
if x != nil && x.FingType != nil {
|
|
572
747
|
return *x.FingType
|
|
@@ -594,7 +769,7 @@ type CoreFields struct {
|
|
|
594
769
|
func (x *CoreFields) Reset() {
|
|
595
770
|
*x = CoreFields{}
|
|
596
771
|
if protoimpl.UnsafeEnabled {
|
|
597
|
-
mi := &file_outbound_proto_msgTypes[
|
|
772
|
+
mi := &file_outbound_proto_msgTypes[10]
|
|
598
773
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
599
774
|
ms.StoreMessageInfo(mi)
|
|
600
775
|
}
|
|
@@ -607,7 +782,7 @@ func (x *CoreFields) String() string {
|
|
|
607
782
|
func (*CoreFields) ProtoMessage() {}
|
|
608
783
|
|
|
609
784
|
func (x *CoreFields) ProtoReflect() protoreflect.Message {
|
|
610
|
-
mi := &file_outbound_proto_msgTypes[
|
|
785
|
+
mi := &file_outbound_proto_msgTypes[10]
|
|
611
786
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
612
787
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
613
788
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -620,7 +795,7 @@ func (x *CoreFields) ProtoReflect() protoreflect.Message {
|
|
|
620
795
|
|
|
621
796
|
// Deprecated: Use CoreFields.ProtoReflect.Descriptor instead.
|
|
622
797
|
func (*CoreFields) Descriptor() ([]byte, []int) {
|
|
623
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
798
|
+
return file_outbound_proto_rawDescGZIP(), []int{10}
|
|
624
799
|
}
|
|
625
800
|
|
|
626
801
|
func (x *CoreFields) GetType() *AssetType {
|
|
@@ -684,28 +859,28 @@ type HardwareInfo struct {
|
|
|
684
859
|
sizeCache protoimpl.SizeCache
|
|
685
860
|
unknownFields protoimpl.UnknownFields
|
|
686
861
|
|
|
687
|
-
TypeId
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
Raw
|
|
862
|
+
TypeId *int64 `protobuf:"varint,1,opt,name=type_id,json=typeId,proto3,oneof" json:"type_id,omitempty"`
|
|
863
|
+
// catalog id of: CatalogBrand
|
|
864
|
+
MakeId *int64 `protobuf:"varint,2,opt,name=make_id,json=makeId,proto3,oneof" json:"make_id,omitempty"`
|
|
865
|
+
// catalog id of: CatalogModel
|
|
866
|
+
ModelId *int64 `protobuf:"varint,3,opt,name=model_id,json=modelId,proto3,oneof" json:"model_id,omitempty"`
|
|
867
|
+
// catalog id of: CatalogModel
|
|
868
|
+
FamilyId *int64 `protobuf:"varint,4,opt,name=family_id,json=familyId,proto3,oneof" json:"family_id,omitempty"`
|
|
869
|
+
IsFamily *bool `protobuf:"varint,6,opt,name=is_family,json=isFamily,proto3,oneof" json:"is_family,omitempty"`
|
|
870
|
+
Serial *string `protobuf:"bytes,7,opt,name=serial,proto3,oneof" json:"serial,omitempty"`
|
|
871
|
+
TypeName *string `protobuf:"bytes,10,opt,name=type_name,json=typeName,proto3,oneof" json:"type_name,omitempty"`
|
|
872
|
+
MakeName *string `protobuf:"bytes,11,opt,name=make_name,json=makeName,proto3,oneof" json:"make_name,omitempty"`
|
|
873
|
+
ModelName *string `protobuf:"bytes,12,opt,name=model_name,json=modelName,proto3,oneof" json:"model_name,omitempty"`
|
|
874
|
+
FamilyName *string `protobuf:"bytes,13,opt,name=family_name,json=familyName,proto3,oneof" json:"family_name,omitempty"`
|
|
875
|
+
Cpe *string `protobuf:"bytes,21,opt,name=cpe,proto3,oneof" json:"cpe,omitempty"`
|
|
876
|
+
Rank *int32 `protobuf:"varint,20,opt,name=rank,proto3,oneof" json:"rank,omitempty"`
|
|
877
|
+
Raw *RawHardwareInfo `protobuf:"bytes,24,opt,name=raw,proto3,oneof" json:"raw,omitempty"`
|
|
703
878
|
}
|
|
704
879
|
|
|
705
880
|
func (x *HardwareInfo) Reset() {
|
|
706
881
|
*x = HardwareInfo{}
|
|
707
882
|
if protoimpl.UnsafeEnabled {
|
|
708
|
-
mi := &file_outbound_proto_msgTypes[
|
|
883
|
+
mi := &file_outbound_proto_msgTypes[11]
|
|
709
884
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
710
885
|
ms.StoreMessageInfo(mi)
|
|
711
886
|
}
|
|
@@ -718,7 +893,7 @@ func (x *HardwareInfo) String() string {
|
|
|
718
893
|
func (*HardwareInfo) ProtoMessage() {}
|
|
719
894
|
|
|
720
895
|
func (x *HardwareInfo) ProtoReflect() protoreflect.Message {
|
|
721
|
-
mi := &file_outbound_proto_msgTypes[
|
|
896
|
+
mi := &file_outbound_proto_msgTypes[11]
|
|
722
897
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
723
898
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
724
899
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -731,7 +906,7 @@ func (x *HardwareInfo) ProtoReflect() protoreflect.Message {
|
|
|
731
906
|
|
|
732
907
|
// Deprecated: Use HardwareInfo.ProtoReflect.Descriptor instead.
|
|
733
908
|
func (*HardwareInfo) Descriptor() ([]byte, []int) {
|
|
734
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
909
|
+
return file_outbound_proto_rawDescGZIP(), []int{11}
|
|
735
910
|
}
|
|
736
911
|
|
|
737
912
|
func (x *HardwareInfo) GetTypeId() int64 {
|
|
@@ -818,27 +993,6 @@ func (x *HardwareInfo) GetRank() int32 {
|
|
|
818
993
|
return 0
|
|
819
994
|
}
|
|
820
995
|
|
|
821
|
-
func (x *HardwareInfo) GetCatalogBrand() *CatalogBrand {
|
|
822
|
-
if x != nil {
|
|
823
|
-
return x.CatalogBrand
|
|
824
|
-
}
|
|
825
|
-
return nil
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
func (x *HardwareInfo) GetCatalogModel() *CatalogModel {
|
|
829
|
-
if x != nil {
|
|
830
|
-
return x.CatalogModel
|
|
831
|
-
}
|
|
832
|
-
return nil
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
func (x *HardwareInfo) GetCatalogFamily() *CatalogModel {
|
|
836
|
-
if x != nil {
|
|
837
|
-
return x.CatalogFamily
|
|
838
|
-
}
|
|
839
|
-
return nil
|
|
840
|
-
}
|
|
841
|
-
|
|
842
996
|
func (x *HardwareInfo) GetRaw() *RawHardwareInfo {
|
|
843
997
|
if x != nil {
|
|
844
998
|
return x.Raw
|
|
@@ -860,7 +1014,7 @@ type RawHardwareInfo struct {
|
|
|
860
1014
|
func (x *RawHardwareInfo) Reset() {
|
|
861
1015
|
*x = RawHardwareInfo{}
|
|
862
1016
|
if protoimpl.UnsafeEnabled {
|
|
863
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1017
|
+
mi := &file_outbound_proto_msgTypes[12]
|
|
864
1018
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
865
1019
|
ms.StoreMessageInfo(mi)
|
|
866
1020
|
}
|
|
@@ -873,7 +1027,7 @@ func (x *RawHardwareInfo) String() string {
|
|
|
873
1027
|
func (*RawHardwareInfo) ProtoMessage() {}
|
|
874
1028
|
|
|
875
1029
|
func (x *RawHardwareInfo) ProtoReflect() protoreflect.Message {
|
|
876
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1030
|
+
mi := &file_outbound_proto_msgTypes[12]
|
|
877
1031
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
878
1032
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
879
1033
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -886,7 +1040,7 @@ func (x *RawHardwareInfo) ProtoReflect() protoreflect.Message {
|
|
|
886
1040
|
|
|
887
1041
|
// Deprecated: Use RawHardwareInfo.ProtoReflect.Descriptor instead.
|
|
888
1042
|
func (*RawHardwareInfo) Descriptor() ([]byte, []int) {
|
|
889
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
1043
|
+
return file_outbound_proto_rawDescGZIP(), []int{12}
|
|
890
1044
|
}
|
|
891
1045
|
|
|
892
1046
|
func (x *RawHardwareInfo) GetArchitecture() string {
|
|
@@ -922,17 +1076,17 @@ type OperatingSystemInfo struct {
|
|
|
922
1076
|
sizeCache protoimpl.SizeCache
|
|
923
1077
|
unknownFields protoimpl.UnknownFields
|
|
924
1078
|
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
1079
|
+
// catalog id of: CatalogOs
|
|
1080
|
+
Id *int64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
|
|
1081
|
+
// catalog id of: CatalogBrand
|
|
1082
|
+
MakeId *int64 `protobuf:"varint,11,opt,name=make_id,json=makeId,proto3,oneof" json:"make_id,omitempty"`
|
|
1083
|
+
Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"`
|
|
1084
|
+
Version *string `protobuf:"bytes,3,opt,name=version,proto3,oneof" json:"version,omitempty"`
|
|
1085
|
+
Build *string `protobuf:"bytes,4,opt,name=build,proto3,oneof" json:"build,omitempty"`
|
|
1086
|
+
FwVersion *string `protobuf:"bytes,5,opt,name=fw_version,json=fwVersion,proto3,oneof" json:"fw_version,omitempty"`
|
|
1087
|
+
Cpe *string `protobuf:"bytes,6,opt,name=cpe,proto3,oneof" json:"cpe,omitempty"`
|
|
1088
|
+
FwCpe *string `protobuf:"bytes,7,opt,name=fw_cpe,json=fwCpe,proto3,oneof" json:"fw_cpe,omitempty"`
|
|
1089
|
+
Rank *int32 `protobuf:"varint,8,opt,name=rank,proto3,oneof" json:"rank,omitempty"`
|
|
936
1090
|
// Types that are assignable to Raw:
|
|
937
1091
|
// *OperatingSystemInfo_Windows
|
|
938
1092
|
Raw isOperatingSystemInfo_Raw `protobuf_oneof:"raw"`
|
|
@@ -941,7 +1095,7 @@ type OperatingSystemInfo struct {
|
|
|
941
1095
|
func (x *OperatingSystemInfo) Reset() {
|
|
942
1096
|
*x = OperatingSystemInfo{}
|
|
943
1097
|
if protoimpl.UnsafeEnabled {
|
|
944
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1098
|
+
mi := &file_outbound_proto_msgTypes[13]
|
|
945
1099
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
946
1100
|
ms.StoreMessageInfo(mi)
|
|
947
1101
|
}
|
|
@@ -954,7 +1108,7 @@ func (x *OperatingSystemInfo) String() string {
|
|
|
954
1108
|
func (*OperatingSystemInfo) ProtoMessage() {}
|
|
955
1109
|
|
|
956
1110
|
func (x *OperatingSystemInfo) ProtoReflect() protoreflect.Message {
|
|
957
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1111
|
+
mi := &file_outbound_proto_msgTypes[13]
|
|
958
1112
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
959
1113
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
960
1114
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -967,7 +1121,7 @@ func (x *OperatingSystemInfo) ProtoReflect() protoreflect.Message {
|
|
|
967
1121
|
|
|
968
1122
|
// Deprecated: Use OperatingSystemInfo.ProtoReflect.Descriptor instead.
|
|
969
1123
|
func (*OperatingSystemInfo) Descriptor() ([]byte, []int) {
|
|
970
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
1124
|
+
return file_outbound_proto_rawDescGZIP(), []int{13}
|
|
971
1125
|
}
|
|
972
1126
|
|
|
973
1127
|
func (x *OperatingSystemInfo) GetId() int64 {
|
|
@@ -1033,20 +1187,6 @@ func (x *OperatingSystemInfo) GetRank() int32 {
|
|
|
1033
1187
|
return 0
|
|
1034
1188
|
}
|
|
1035
1189
|
|
|
1036
|
-
func (x *OperatingSystemInfo) GetCatalogBrand() *CatalogBrand {
|
|
1037
|
-
if x != nil {
|
|
1038
|
-
return x.CatalogBrand
|
|
1039
|
-
}
|
|
1040
|
-
return nil
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
func (x *OperatingSystemInfo) GetCatalogOs() *CatalogOs {
|
|
1044
|
-
if x != nil {
|
|
1045
|
-
return x.CatalogOs
|
|
1046
|
-
}
|
|
1047
|
-
return nil
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
1190
|
func (m *OperatingSystemInfo) GetRaw() isOperatingSystemInfo_Raw {
|
|
1051
1191
|
if m != nil {
|
|
1052
1192
|
return m.Raw
|
|
@@ -1091,7 +1231,7 @@ type WindowsRawOperatingSystemInfo struct {
|
|
|
1091
1231
|
func (x *WindowsRawOperatingSystemInfo) Reset() {
|
|
1092
1232
|
*x = WindowsRawOperatingSystemInfo{}
|
|
1093
1233
|
if protoimpl.UnsafeEnabled {
|
|
1094
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1234
|
+
mi := &file_outbound_proto_msgTypes[14]
|
|
1095
1235
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1096
1236
|
ms.StoreMessageInfo(mi)
|
|
1097
1237
|
}
|
|
@@ -1104,7 +1244,7 @@ func (x *WindowsRawOperatingSystemInfo) String() string {
|
|
|
1104
1244
|
func (*WindowsRawOperatingSystemInfo) ProtoMessage() {}
|
|
1105
1245
|
|
|
1106
1246
|
func (x *WindowsRawOperatingSystemInfo) ProtoReflect() protoreflect.Message {
|
|
1107
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1247
|
+
mi := &file_outbound_proto_msgTypes[14]
|
|
1108
1248
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1109
1249
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1110
1250
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1117,7 +1257,7 @@ func (x *WindowsRawOperatingSystemInfo) ProtoReflect() protoreflect.Message {
|
|
|
1117
1257
|
|
|
1118
1258
|
// Deprecated: Use WindowsRawOperatingSystemInfo.ProtoReflect.Descriptor instead.
|
|
1119
1259
|
func (*WindowsRawOperatingSystemInfo) Descriptor() ([]byte, []int) {
|
|
1120
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
1260
|
+
return file_outbound_proto_rawDescGZIP(), []int{14}
|
|
1121
1261
|
}
|
|
1122
1262
|
|
|
1123
1263
|
func (x *WindowsRawOperatingSystemInfo) GetVersion() string {
|
|
@@ -1203,7 +1343,7 @@ type MonitorInventory struct {
|
|
|
1203
1343
|
func (x *MonitorInventory) Reset() {
|
|
1204
1344
|
*x = MonitorInventory{}
|
|
1205
1345
|
if protoimpl.UnsafeEnabled {
|
|
1206
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1346
|
+
mi := &file_outbound_proto_msgTypes[15]
|
|
1207
1347
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1208
1348
|
ms.StoreMessageInfo(mi)
|
|
1209
1349
|
}
|
|
@@ -1216,7 +1356,7 @@ func (x *MonitorInventory) String() string {
|
|
|
1216
1356
|
func (*MonitorInventory) ProtoMessage() {}
|
|
1217
1357
|
|
|
1218
1358
|
func (x *MonitorInventory) ProtoReflect() protoreflect.Message {
|
|
1219
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1359
|
+
mi := &file_outbound_proto_msgTypes[15]
|
|
1220
1360
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1221
1361
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1222
1362
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1229,7 +1369,7 @@ func (x *MonitorInventory) ProtoReflect() protoreflect.Message {
|
|
|
1229
1369
|
|
|
1230
1370
|
// Deprecated: Use MonitorInventory.ProtoReflect.Descriptor instead.
|
|
1231
1371
|
func (*MonitorInventory) Descriptor() ([]byte, []int) {
|
|
1232
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
1372
|
+
return file_outbound_proto_rawDescGZIP(), []int{15}
|
|
1233
1373
|
}
|
|
1234
1374
|
|
|
1235
1375
|
func (x *MonitorInventory) GetTimestamp() *timestamppb.Timestamp {
|
|
@@ -1252,11 +1392,14 @@ type Monitor struct {
|
|
|
1252
1392
|
sizeCache protoimpl.SizeCache
|
|
1253
1393
|
unknownFields protoimpl.UnknownFields
|
|
1254
1394
|
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1395
|
+
// catalog id of: CatalogMonitor
|
|
1396
|
+
Id *int64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
|
|
1397
|
+
// catalog id of: CatalogBrand
|
|
1398
|
+
MakeId *int64 `protobuf:"varint,2,opt,name=make_id,json=makeId,proto3,oneof" json:"make_id,omitempty"`
|
|
1399
|
+
MakeName string `protobuf:"bytes,3,opt,name=make_name,json=makeName,proto3" json:"make_name,omitempty"`
|
|
1400
|
+
ModelName string `protobuf:"bytes,4,opt,name=model_name,json=modelName,proto3" json:"model_name,omitempty"`
|
|
1401
|
+
SerialNumber *string `protobuf:"bytes,5,opt,name=serial_number,json=serialNumber,proto3,oneof" json:"serial_number,omitempty"`
|
|
1402
|
+
ManufacturerDate *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=manufacturer_date,json=manufacturerDate,proto3" json:"manufacturer_date,omitempty"`
|
|
1260
1403
|
// Types that are assignable to Raw:
|
|
1261
1404
|
// *Monitor_Windows
|
|
1262
1405
|
Raw isMonitor_Raw `protobuf_oneof:"raw"`
|
|
@@ -1265,7 +1408,7 @@ type Monitor struct {
|
|
|
1265
1408
|
func (x *Monitor) Reset() {
|
|
1266
1409
|
*x = Monitor{}
|
|
1267
1410
|
if protoimpl.UnsafeEnabled {
|
|
1268
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1411
|
+
mi := &file_outbound_proto_msgTypes[16]
|
|
1269
1412
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1270
1413
|
ms.StoreMessageInfo(mi)
|
|
1271
1414
|
}
|
|
@@ -1278,7 +1421,7 @@ func (x *Monitor) String() string {
|
|
|
1278
1421
|
func (*Monitor) ProtoMessage() {}
|
|
1279
1422
|
|
|
1280
1423
|
func (x *Monitor) ProtoReflect() protoreflect.Message {
|
|
1281
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1424
|
+
mi := &file_outbound_proto_msgTypes[16]
|
|
1282
1425
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1283
1426
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1284
1427
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1291,40 +1434,47 @@ func (x *Monitor) ProtoReflect() protoreflect.Message {
|
|
|
1291
1434
|
|
|
1292
1435
|
// Deprecated: Use Monitor.ProtoReflect.Descriptor instead.
|
|
1293
1436
|
func (*Monitor) Descriptor() ([]byte, []int) {
|
|
1294
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
1437
|
+
return file_outbound_proto_rawDescGZIP(), []int{16}
|
|
1295
1438
|
}
|
|
1296
1439
|
|
|
1297
|
-
func (x *Monitor)
|
|
1298
|
-
if x != nil {
|
|
1299
|
-
return x.
|
|
1440
|
+
func (x *Monitor) GetId() int64 {
|
|
1441
|
+
if x != nil && x.Id != nil {
|
|
1442
|
+
return *x.Id
|
|
1300
1443
|
}
|
|
1301
|
-
return
|
|
1444
|
+
return 0
|
|
1302
1445
|
}
|
|
1303
1446
|
|
|
1304
|
-
func (x *Monitor)
|
|
1305
|
-
if x != nil && x.
|
|
1306
|
-
return *x.
|
|
1447
|
+
func (x *Monitor) GetMakeId() int64 {
|
|
1448
|
+
if x != nil && x.MakeId != nil {
|
|
1449
|
+
return *x.MakeId
|
|
1307
1450
|
}
|
|
1308
|
-
return
|
|
1451
|
+
return 0
|
|
1309
1452
|
}
|
|
1310
1453
|
|
|
1311
|
-
func (x *Monitor)
|
|
1454
|
+
func (x *Monitor) GetMakeName() string {
|
|
1312
1455
|
if x != nil {
|
|
1313
|
-
return x.
|
|
1456
|
+
return x.MakeName
|
|
1314
1457
|
}
|
|
1315
|
-
return
|
|
1458
|
+
return ""
|
|
1316
1459
|
}
|
|
1317
1460
|
|
|
1318
|
-
func (x *Monitor)
|
|
1461
|
+
func (x *Monitor) GetModelName() string {
|
|
1319
1462
|
if x != nil {
|
|
1320
|
-
return x.
|
|
1463
|
+
return x.ModelName
|
|
1321
1464
|
}
|
|
1322
|
-
return
|
|
1465
|
+
return ""
|
|
1323
1466
|
}
|
|
1324
1467
|
|
|
1325
|
-
func (x *Monitor)
|
|
1468
|
+
func (x *Monitor) GetSerialNumber() string {
|
|
1469
|
+
if x != nil && x.SerialNumber != nil {
|
|
1470
|
+
return *x.SerialNumber
|
|
1471
|
+
}
|
|
1472
|
+
return ""
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
func (x *Monitor) GetManufacturerDate() *timestamppb.Timestamp {
|
|
1326
1476
|
if x != nil {
|
|
1327
|
-
return x.
|
|
1477
|
+
return x.ManufacturerDate
|
|
1328
1478
|
}
|
|
1329
1479
|
return nil
|
|
1330
1480
|
}
|
|
@@ -1371,7 +1521,7 @@ type WindowsRawMonitorInfo struct {
|
|
|
1371
1521
|
func (x *WindowsRawMonitorInfo) Reset() {
|
|
1372
1522
|
*x = WindowsRawMonitorInfo{}
|
|
1373
1523
|
if protoimpl.UnsafeEnabled {
|
|
1374
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1524
|
+
mi := &file_outbound_proto_msgTypes[17]
|
|
1375
1525
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1376
1526
|
ms.StoreMessageInfo(mi)
|
|
1377
1527
|
}
|
|
@@ -1384,7 +1534,7 @@ func (x *WindowsRawMonitorInfo) String() string {
|
|
|
1384
1534
|
func (*WindowsRawMonitorInfo) ProtoMessage() {}
|
|
1385
1535
|
|
|
1386
1536
|
func (x *WindowsRawMonitorInfo) ProtoReflect() protoreflect.Message {
|
|
1387
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1537
|
+
mi := &file_outbound_proto_msgTypes[17]
|
|
1388
1538
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1389
1539
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1390
1540
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1397,7 +1547,7 @@ func (x *WindowsRawMonitorInfo) ProtoReflect() protoreflect.Message {
|
|
|
1397
1547
|
|
|
1398
1548
|
// Deprecated: Use WindowsRawMonitorInfo.ProtoReflect.Descriptor instead.
|
|
1399
1549
|
func (*WindowsRawMonitorInfo) Descriptor() ([]byte, []int) {
|
|
1400
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
1550
|
+
return file_outbound_proto_rawDescGZIP(), []int{17}
|
|
1401
1551
|
}
|
|
1402
1552
|
|
|
1403
1553
|
func (x *WindowsRawMonitorInfo) GetModel() string {
|
|
@@ -1469,7 +1619,7 @@ type SoftwareInventory struct {
|
|
|
1469
1619
|
func (x *SoftwareInventory) Reset() {
|
|
1470
1620
|
*x = SoftwareInventory{}
|
|
1471
1621
|
if protoimpl.UnsafeEnabled {
|
|
1472
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1622
|
+
mi := &file_outbound_proto_msgTypes[18]
|
|
1473
1623
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1474
1624
|
ms.StoreMessageInfo(mi)
|
|
1475
1625
|
}
|
|
@@ -1482,7 +1632,7 @@ func (x *SoftwareInventory) String() string {
|
|
|
1482
1632
|
func (*SoftwareInventory) ProtoMessage() {}
|
|
1483
1633
|
|
|
1484
1634
|
func (x *SoftwareInventory) ProtoReflect() protoreflect.Message {
|
|
1485
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1635
|
+
mi := &file_outbound_proto_msgTypes[18]
|
|
1486
1636
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1487
1637
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1488
1638
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1495,7 +1645,7 @@ func (x *SoftwareInventory) ProtoReflect() protoreflect.Message {
|
|
|
1495
1645
|
|
|
1496
1646
|
// Deprecated: Use SoftwareInventory.ProtoReflect.Descriptor instead.
|
|
1497
1647
|
func (*SoftwareInventory) Descriptor() ([]byte, []int) {
|
|
1498
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
1648
|
+
return file_outbound_proto_rawDescGZIP(), []int{18}
|
|
1499
1649
|
}
|
|
1500
1650
|
|
|
1501
1651
|
func (x *SoftwareInventory) GetTimestamp() *timestamppb.Timestamp {
|
|
@@ -1518,35 +1668,35 @@ type Software struct {
|
|
|
1518
1668
|
sizeCache protoimpl.SizeCache
|
|
1519
1669
|
unknownFields protoimpl.UnknownFields
|
|
1520
1670
|
|
|
1521
|
-
Rank
|
|
1522
|
-
TypeId
|
|
1523
|
-
CatId
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
Raw
|
|
1542
|
-
RawHash
|
|
1543
|
-
NreHash
|
|
1671
|
+
Rank *int32 `protobuf:"varint,1,opt,name=rank,proto3,oneof" json:"rank,omitempty"`
|
|
1672
|
+
TypeId *int64 `protobuf:"varint,2,opt,name=type_id,json=typeId,proto3,oneof" json:"type_id,omitempty"`
|
|
1673
|
+
CatId *int64 `protobuf:"varint,3,opt,name=cat_id,json=catId,proto3,oneof" json:"cat_id,omitempty"`
|
|
1674
|
+
// catalog id of: CatalogBrand
|
|
1675
|
+
MakeId *int64 `protobuf:"varint,4,opt,name=make_id,json=makeId,proto3,oneof" json:"make_id,omitempty"`
|
|
1676
|
+
// catalog id of: CatalogSoftware
|
|
1677
|
+
SwId *int64 `protobuf:"varint,5,opt,name=sw_id,json=swId,proto3,oneof" json:"sw_id,omitempty"`
|
|
1678
|
+
// catalog id of: CatalogSoftware
|
|
1679
|
+
ParentId *int64 `protobuf:"varint,6,opt,name=parent_id,json=parentId,proto3,oneof" json:"parent_id,omitempty"`
|
|
1680
|
+
TypeName *string `protobuf:"bytes,7,opt,name=type_name,json=typeName,proto3,oneof" json:"type_name,omitempty"`
|
|
1681
|
+
CatName *string `protobuf:"bytes,8,opt,name=cat_name,json=catName,proto3,oneof" json:"cat_name,omitempty"`
|
|
1682
|
+
MakeName *string `protobuf:"bytes,9,opt,name=make_name,json=makeName,proto3,oneof" json:"make_name,omitempty"`
|
|
1683
|
+
Name *string `protobuf:"bytes,10,opt,name=name,proto3,oneof" json:"name,omitempty"`
|
|
1684
|
+
Version *string `protobuf:"bytes,11,opt,name=version,proto3,oneof" json:"version,omitempty"`
|
|
1685
|
+
MarketVer *string `protobuf:"bytes,12,opt,name=market_ver,json=marketVer,proto3,oneof" json:"market_ver,omitempty"`
|
|
1686
|
+
Edition *string `protobuf:"bytes,13,opt,name=edition,proto3,oneof" json:"edition,omitempty"`
|
|
1687
|
+
Build *string `protobuf:"bytes,14,opt,name=build,proto3,oneof" json:"build,omitempty"`
|
|
1688
|
+
Arch *string `protobuf:"bytes,20,opt,name=arch,proto3,oneof" json:"arch,omitempty"`
|
|
1689
|
+
Lang *string `protobuf:"bytes,21,opt,name=lang,proto3,oneof" json:"lang,omitempty"`
|
|
1690
|
+
Cpe *string `protobuf:"bytes,15,opt,name=cpe,proto3,oneof" json:"cpe,omitempty"`
|
|
1691
|
+
Raw *RawSoftware `protobuf:"bytes,17,opt,name=raw,proto3" json:"raw,omitempty"`
|
|
1692
|
+
RawHash *string `protobuf:"bytes,18,opt,name=raw_hash,json=rawHash,proto3,oneof" json:"raw_hash,omitempty"` // optional raw hash of SW
|
|
1693
|
+
NreHash *string `protobuf:"bytes,19,opt,name=nre_hash,json=nreHash,proto3,oneof" json:"nre_hash,omitempty"` // optional NRE hash of SW
|
|
1544
1694
|
}
|
|
1545
1695
|
|
|
1546
1696
|
func (x *Software) Reset() {
|
|
1547
1697
|
*x = Software{}
|
|
1548
1698
|
if protoimpl.UnsafeEnabled {
|
|
1549
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1699
|
+
mi := &file_outbound_proto_msgTypes[19]
|
|
1550
1700
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1551
1701
|
ms.StoreMessageInfo(mi)
|
|
1552
1702
|
}
|
|
@@ -1559,7 +1709,7 @@ func (x *Software) String() string {
|
|
|
1559
1709
|
func (*Software) ProtoMessage() {}
|
|
1560
1710
|
|
|
1561
1711
|
func (x *Software) ProtoReflect() protoreflect.Message {
|
|
1562
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1712
|
+
mi := &file_outbound_proto_msgTypes[19]
|
|
1563
1713
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1564
1714
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1565
1715
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1572,7 +1722,7 @@ func (x *Software) ProtoReflect() protoreflect.Message {
|
|
|
1572
1722
|
|
|
1573
1723
|
// Deprecated: Use Software.ProtoReflect.Descriptor instead.
|
|
1574
1724
|
func (*Software) Descriptor() ([]byte, []int) {
|
|
1575
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
1725
|
+
return file_outbound_proto_rawDescGZIP(), []int{19}
|
|
1576
1726
|
}
|
|
1577
1727
|
|
|
1578
1728
|
func (x *Software) GetRank() int32 {
|
|
@@ -1694,27 +1844,6 @@ func (x *Software) GetCpe() string {
|
|
|
1694
1844
|
return ""
|
|
1695
1845
|
}
|
|
1696
1846
|
|
|
1697
|
-
func (x *Software) GetCatalogBrand() *CatalogBrand {
|
|
1698
|
-
if x != nil {
|
|
1699
|
-
return x.CatalogBrand
|
|
1700
|
-
}
|
|
1701
|
-
return nil
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
func (x *Software) GetCatalogSoftware() *CatalogSoftware {
|
|
1705
|
-
if x != nil {
|
|
1706
|
-
return x.CatalogSoftware
|
|
1707
|
-
}
|
|
1708
|
-
return nil
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
func (x *Software) GetCatalogLatest() *CatalogSoftware {
|
|
1712
|
-
if x != nil {
|
|
1713
|
-
return x.CatalogLatest
|
|
1714
|
-
}
|
|
1715
|
-
return nil
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
1847
|
func (x *Software) GetRaw() *RawSoftware {
|
|
1719
1848
|
if x != nil {
|
|
1720
1849
|
return x.Raw
|
|
@@ -1757,7 +1886,7 @@ type RawSoftware struct {
|
|
|
1757
1886
|
func (x *RawSoftware) Reset() {
|
|
1758
1887
|
*x = RawSoftware{}
|
|
1759
1888
|
if protoimpl.UnsafeEnabled {
|
|
1760
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1889
|
+
mi := &file_outbound_proto_msgTypes[20]
|
|
1761
1890
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1762
1891
|
ms.StoreMessageInfo(mi)
|
|
1763
1892
|
}
|
|
@@ -1770,7 +1899,7 @@ func (x *RawSoftware) String() string {
|
|
|
1770
1899
|
func (*RawSoftware) ProtoMessage() {}
|
|
1771
1900
|
|
|
1772
1901
|
func (x *RawSoftware) ProtoReflect() protoreflect.Message {
|
|
1773
|
-
mi := &file_outbound_proto_msgTypes[
|
|
1902
|
+
mi := &file_outbound_proto_msgTypes[20]
|
|
1774
1903
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1775
1904
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1776
1905
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1783,7 +1912,7 @@ func (x *RawSoftware) ProtoReflect() protoreflect.Message {
|
|
|
1783
1912
|
|
|
1784
1913
|
// Deprecated: Use RawSoftware.ProtoReflect.Descriptor instead.
|
|
1785
1914
|
func (*RawSoftware) Descriptor() ([]byte, []int) {
|
|
1786
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
1915
|
+
return file_outbound_proto_rawDescGZIP(), []int{20}
|
|
1787
1916
|
}
|
|
1788
1917
|
|
|
1789
1918
|
func (x *RawSoftware) GetName() string {
|
|
@@ -1894,7 +2023,7 @@ type CatalogBrand struct {
|
|
|
1894
2023
|
func (x *CatalogBrand) Reset() {
|
|
1895
2024
|
*x = CatalogBrand{}
|
|
1896
2025
|
if protoimpl.UnsafeEnabled {
|
|
1897
|
-
mi := &file_outbound_proto_msgTypes[
|
|
2026
|
+
mi := &file_outbound_proto_msgTypes[21]
|
|
1898
2027
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1899
2028
|
ms.StoreMessageInfo(mi)
|
|
1900
2029
|
}
|
|
@@ -1907,7 +2036,7 @@ func (x *CatalogBrand) String() string {
|
|
|
1907
2036
|
func (*CatalogBrand) ProtoMessage() {}
|
|
1908
2037
|
|
|
1909
2038
|
func (x *CatalogBrand) ProtoReflect() protoreflect.Message {
|
|
1910
|
-
mi := &file_outbound_proto_msgTypes[
|
|
2039
|
+
mi := &file_outbound_proto_msgTypes[21]
|
|
1911
2040
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
1912
2041
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
1913
2042
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1920,7 +2049,7 @@ func (x *CatalogBrand) ProtoReflect() protoreflect.Message {
|
|
|
1920
2049
|
|
|
1921
2050
|
// Deprecated: Use CatalogBrand.ProtoReflect.Descriptor instead.
|
|
1922
2051
|
func (*CatalogBrand) Descriptor() ([]byte, []int) {
|
|
1923
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
2052
|
+
return file_outbound_proto_rawDescGZIP(), []int{21}
|
|
1924
2053
|
}
|
|
1925
2054
|
|
|
1926
2055
|
func (x *CatalogBrand) GetId() int64 {
|
|
@@ -2154,7 +2283,7 @@ type CatalogModel struct {
|
|
|
2154
2283
|
func (x *CatalogModel) Reset() {
|
|
2155
2284
|
*x = CatalogModel{}
|
|
2156
2285
|
if protoimpl.UnsafeEnabled {
|
|
2157
|
-
mi := &file_outbound_proto_msgTypes[
|
|
2286
|
+
mi := &file_outbound_proto_msgTypes[22]
|
|
2158
2287
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2159
2288
|
ms.StoreMessageInfo(mi)
|
|
2160
2289
|
}
|
|
@@ -2167,7 +2296,7 @@ func (x *CatalogModel) String() string {
|
|
|
2167
2296
|
func (*CatalogModel) ProtoMessage() {}
|
|
2168
2297
|
|
|
2169
2298
|
func (x *CatalogModel) ProtoReflect() protoreflect.Message {
|
|
2170
|
-
mi := &file_outbound_proto_msgTypes[
|
|
2299
|
+
mi := &file_outbound_proto_msgTypes[22]
|
|
2171
2300
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2172
2301
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2173
2302
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2180,7 +2309,7 @@ func (x *CatalogModel) ProtoReflect() protoreflect.Message {
|
|
|
2180
2309
|
|
|
2181
2310
|
// Deprecated: Use CatalogModel.ProtoReflect.Descriptor instead.
|
|
2182
2311
|
func (*CatalogModel) Descriptor() ([]byte, []int) {
|
|
2183
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
2312
|
+
return file_outbound_proto_rawDescGZIP(), []int{22}
|
|
2184
2313
|
}
|
|
2185
2314
|
|
|
2186
2315
|
func (x *CatalogModel) GetId() int64 {
|
|
@@ -2393,7 +2522,7 @@ type CatalogOs struct {
|
|
|
2393
2522
|
func (x *CatalogOs) Reset() {
|
|
2394
2523
|
*x = CatalogOs{}
|
|
2395
2524
|
if protoimpl.UnsafeEnabled {
|
|
2396
|
-
mi := &file_outbound_proto_msgTypes[
|
|
2525
|
+
mi := &file_outbound_proto_msgTypes[23]
|
|
2397
2526
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2398
2527
|
ms.StoreMessageInfo(mi)
|
|
2399
2528
|
}
|
|
@@ -2406,7 +2535,7 @@ func (x *CatalogOs) String() string {
|
|
|
2406
2535
|
func (*CatalogOs) ProtoMessage() {}
|
|
2407
2536
|
|
|
2408
2537
|
func (x *CatalogOs) ProtoReflect() protoreflect.Message {
|
|
2409
|
-
mi := &file_outbound_proto_msgTypes[
|
|
2538
|
+
mi := &file_outbound_proto_msgTypes[23]
|
|
2410
2539
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2411
2540
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2412
2541
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2419,7 +2548,7 @@ func (x *CatalogOs) ProtoReflect() protoreflect.Message {
|
|
|
2419
2548
|
|
|
2420
2549
|
// Deprecated: Use CatalogOs.ProtoReflect.Descriptor instead.
|
|
2421
2550
|
func (*CatalogOs) Descriptor() ([]byte, []int) {
|
|
2422
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
2551
|
+
return file_outbound_proto_rawDescGZIP(), []int{23}
|
|
2423
2552
|
}
|
|
2424
2553
|
|
|
2425
2554
|
func (x *CatalogOs) GetId() int64 {
|
|
@@ -2629,7 +2758,7 @@ type CatalogSoftware struct {
|
|
|
2629
2758
|
func (x *CatalogSoftware) Reset() {
|
|
2630
2759
|
*x = CatalogSoftware{}
|
|
2631
2760
|
if protoimpl.UnsafeEnabled {
|
|
2632
|
-
mi := &file_outbound_proto_msgTypes[
|
|
2761
|
+
mi := &file_outbound_proto_msgTypes[24]
|
|
2633
2762
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2634
2763
|
ms.StoreMessageInfo(mi)
|
|
2635
2764
|
}
|
|
@@ -2642,7 +2771,7 @@ func (x *CatalogSoftware) String() string {
|
|
|
2642
2771
|
func (*CatalogSoftware) ProtoMessage() {}
|
|
2643
2772
|
|
|
2644
2773
|
func (x *CatalogSoftware) ProtoReflect() protoreflect.Message {
|
|
2645
|
-
mi := &file_outbound_proto_msgTypes[
|
|
2774
|
+
mi := &file_outbound_proto_msgTypes[24]
|
|
2646
2775
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2647
2776
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2648
2777
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2655,7 +2784,7 @@ func (x *CatalogSoftware) ProtoReflect() protoreflect.Message {
|
|
|
2655
2784
|
|
|
2656
2785
|
// Deprecated: Use CatalogSoftware.ProtoReflect.Descriptor instead.
|
|
2657
2786
|
func (*CatalogSoftware) Descriptor() ([]byte, []int) {
|
|
2658
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
2787
|
+
return file_outbound_proto_rawDescGZIP(), []int{24}
|
|
2659
2788
|
}
|
|
2660
2789
|
|
|
2661
2790
|
func (x *CatalogSoftware) GetId() int64 {
|
|
@@ -2868,7 +2997,7 @@ type CatalogMonitor struct {
|
|
|
2868
2997
|
func (x *CatalogMonitor) Reset() {
|
|
2869
2998
|
*x = CatalogMonitor{}
|
|
2870
2999
|
if protoimpl.UnsafeEnabled {
|
|
2871
|
-
mi := &file_outbound_proto_msgTypes[
|
|
3000
|
+
mi := &file_outbound_proto_msgTypes[25]
|
|
2872
3001
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2873
3002
|
ms.StoreMessageInfo(mi)
|
|
2874
3003
|
}
|
|
@@ -2881,7 +3010,7 @@ func (x *CatalogMonitor) String() string {
|
|
|
2881
3010
|
func (*CatalogMonitor) ProtoMessage() {}
|
|
2882
3011
|
|
|
2883
3012
|
func (x *CatalogMonitor) ProtoReflect() protoreflect.Message {
|
|
2884
|
-
mi := &file_outbound_proto_msgTypes[
|
|
3013
|
+
mi := &file_outbound_proto_msgTypes[25]
|
|
2885
3014
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
2886
3015
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
2887
3016
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2894,7 +3023,7 @@ func (x *CatalogMonitor) ProtoReflect() protoreflect.Message {
|
|
|
2894
3023
|
|
|
2895
3024
|
// Deprecated: Use CatalogMonitor.ProtoReflect.Descriptor instead.
|
|
2896
3025
|
func (*CatalogMonitor) Descriptor() ([]byte, []int) {
|
|
2897
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
3026
|
+
return file_outbound_proto_rawDescGZIP(), []int{25}
|
|
2898
3027
|
}
|
|
2899
3028
|
|
|
2900
3029
|
func (x *CatalogMonitor) GetId() int64 {
|
|
@@ -3264,408 +3393,385 @@ var file_outbound_proto_rawDesc = []byte{
|
|
|
3264
3393
|
0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
|
|
3265
3394
|
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
|
|
3266
3395
|
0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x07,
|
|
3267
|
-
0x72, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x22,
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3285
|
-
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
|
|
3286
|
-
0x64, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74, 0x48, 0x00, 0x52, 0x05, 0x61, 0x73,
|
|
3287
|
-
0x73, 0x65, 0x74, 0x42, 0x08, 0x0a, 0x06, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0x88, 0x06,
|
|
3288
|
-
0x0a, 0x05, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x39, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
3289
|
-
0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
3290
|
-
0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
|
|
3291
|
-
0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x74, 0x68, 0x52, 0x02,
|
|
3292
|
-
0x69, 0x64, 0x12, 0x3b, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x65,
|
|
3293
|
-
0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
3294
|
-
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74,
|
|
3295
|
-
0x61, 0x6d, 0x70, 0x52, 0x0a, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x12,
|
|
3296
|
-
0x39, 0x0a, 0x0a, 0x66, 0x69, 0x72, 0x73, 0x74, 0x5f, 0x73, 0x65, 0x65, 0x6e, 0x18, 0x03, 0x20,
|
|
3297
|
-
0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
3298
|
-
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52,
|
|
3299
|
-
0x09, 0x66, 0x69, 0x72, 0x73, 0x74, 0x53, 0x65, 0x65, 0x6e, 0x12, 0x3d, 0x0a, 0x0c, 0x6c, 0x61,
|
|
3300
|
-
0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b,
|
|
3301
|
-
0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
3302
|
-
0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0b, 0x6c, 0x61,
|
|
3303
|
-
0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x3f, 0x0a, 0x0d, 0x6c, 0x61, 0x73,
|
|
3304
|
-
0x74, 0x5f, 0x65, 0x6e, 0x72, 0x69, 0x63, 0x68, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b,
|
|
3305
|
-
0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
3306
|
-
0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0c, 0x6c, 0x61,
|
|
3307
|
-
0x73, 0x74, 0x45, 0x6e, 0x72, 0x69, 0x63, 0x68, 0x65, 0x64, 0x12, 0x3d, 0x0a, 0x04, 0x63, 0x6f,
|
|
3308
|
-
0x72, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c,
|
|
3309
|
-
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74,
|
|
3310
|
-
0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x46, 0x69, 0x65,
|
|
3311
|
-
0x6c, 0x64, 0x73, 0x52, 0x04, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x40, 0x0a, 0x02, 0x68, 0x77, 0x18,
|
|
3312
|
-
0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3313
|
-
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
|
|
3314
|
-
0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e,
|
|
3315
|
-
0x66, 0x6f, 0x48, 0x00, 0x52, 0x02, 0x68, 0x77, 0x88, 0x01, 0x01, 0x12, 0x47, 0x0a, 0x02, 0x6f,
|
|
3316
|
-
0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
|
|
3317
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
|
|
3318
|
-
0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e,
|
|
3319
|
-
0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x01, 0x52, 0x02, 0x6f,
|
|
3320
|
-
0x73, 0x88, 0x01, 0x01, 0x12, 0x64, 0x0a, 0x12, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65,
|
|
3321
|
-
0x5f, 0x69, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b,
|
|
3322
|
-
0x32, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
3323
|
-
0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31,
|
|
3324
|
-
0x2e, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f,
|
|
3325
|
-
0x72, 0x79, 0x48, 0x02, 0x52, 0x11, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e,
|
|
3326
|
-
0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x88, 0x01, 0x01, 0x12, 0x61, 0x0a, 0x11, 0x6d, 0x6f,
|
|
3327
|
-
0x6e, 0x69, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x18,
|
|
3328
|
-
0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
|
|
3329
|
-
0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
|
|
3330
|
-
0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x76,
|
|
3331
|
-
0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x48, 0x03, 0x52, 0x10, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f,
|
|
3332
|
-
0x72, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x88, 0x01, 0x01, 0x42, 0x05, 0x0a,
|
|
3333
|
-
0x03, 0x5f, 0x68, 0x77, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x6f, 0x73, 0x42, 0x15, 0x0a, 0x13, 0x5f,
|
|
3334
|
-
0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x69, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f,
|
|
3335
|
-
0x72, 0x79, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x5f, 0x69,
|
|
3336
|
-
0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x22, 0x54, 0x0a, 0x09, 0x41, 0x73, 0x73, 0x65,
|
|
3337
|
-
0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x6c, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
|
|
3338
|
-
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6c, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20,
|
|
3339
|
-
0x0a, 0x09, 0x66, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
3340
|
-
0x09, 0x48, 0x00, 0x52, 0x08, 0x66, 0x69, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01,
|
|
3341
|
-
0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x66, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0xe3,
|
|
3342
|
-
0x02, 0x0a, 0x0a, 0x43, 0x6f, 0x72, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x3c, 0x0a,
|
|
3343
|
-
0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6f,
|
|
3344
|
-
0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
|
|
3345
|
-
0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65,
|
|
3346
|
-
0x74, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e,
|
|
3347
|
-
0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
|
|
3348
|
-
0x1b, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48,
|
|
3349
|
-
0x00, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a,
|
|
3350
|
-
0x69, 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
3351
|
-
0x48, 0x01, 0x52, 0x09, 0x69, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x88, 0x01, 0x01,
|
|
3352
|
-
0x12, 0x1b, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
3353
|
-
0x48, 0x02, 0x52, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a,
|
|
3354
|
-
0x03, 0x6d, 0x61, 0x63, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x03, 0x6d, 0x61,
|
|
3355
|
-
0x63, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d, 0x61, 0x63, 0x5f, 0x76, 0x65, 0x6e, 0x64,
|
|
3356
|
-
0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x09, 0x6d, 0x61, 0x63, 0x56,
|
|
3357
|
-
0x65, 0x6e, 0x64, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x73,
|
|
3358
|
-
0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x08, 0x73,
|
|
3359
|
-
0x65, 0x6e, 0x73, 0x6f, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x64,
|
|
3360
|
-
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x70, 0x5f, 0x61, 0x64, 0x64,
|
|
3361
|
-
0x72, 0x65, 0x73, 0x73, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x42,
|
|
3362
|
-
0x06, 0x0a, 0x04, 0x5f, 0x6d, 0x61, 0x63, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x61, 0x63, 0x5f,
|
|
3363
|
-
0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f,
|
|
3364
|
-
0x72, 0x5f, 0x69, 0x64, 0x22, 0xae, 0x07, 0x0a, 0x0c, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72,
|
|
3365
|
-
0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x07, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64,
|
|
3366
|
-
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x06, 0x74, 0x79, 0x70, 0x65, 0x49, 0x64,
|
|
3367
|
-
0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02,
|
|
3368
|
-
0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01,
|
|
3369
|
-
0x01, 0x12, 0x1e, 0x0a, 0x08, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
|
|
3370
|
-
0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x49, 0x64, 0x88, 0x01,
|
|
3371
|
-
0x01, 0x12, 0x20, 0x0a, 0x09, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x04,
|
|
3372
|
-
0x20, 0x01, 0x28, 0x03, 0x48, 0x03, 0x52, 0x08, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x49, 0x64,
|
|
3373
|
-
0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79,
|
|
3374
|
-
0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x48, 0x04, 0x52, 0x08, 0x69, 0x73, 0x46, 0x61, 0x6d, 0x69,
|
|
3375
|
-
0x6c, 0x79, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x18,
|
|
3376
|
-
0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x88,
|
|
3377
|
-
0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
3378
|
-
0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x08, 0x74, 0x79, 0x70, 0x65, 0x4e, 0x61, 0x6d,
|
|
3379
|
-
0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d,
|
|
3380
|
-
0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x08, 0x6d, 0x61, 0x6b, 0x65, 0x4e,
|
|
3381
|
-
0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f,
|
|
3382
|
-
0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x09, 0x6d, 0x6f,
|
|
3383
|
-
0x64, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x66, 0x61,
|
|
3384
|
-
0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48,
|
|
3385
|
-
0x09, 0x52, 0x0a, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01,
|
|
3386
|
-
0x12, 0x15, 0x0a, 0x03, 0x63, 0x70, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52,
|
|
3387
|
-
0x03, 0x63, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x18,
|
|
3388
|
-
0x14, 0x20, 0x01, 0x28, 0x05, 0x48, 0x0b, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x88, 0x01, 0x01,
|
|
3389
|
-
0x12, 0x55, 0x0a, 0x0d, 0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x5f, 0x62, 0x72, 0x61, 0x6e,
|
|
3390
|
-
0x64, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
|
|
3396
|
+
0x72, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x22, 0xd4, 0x01, 0x0a, 0x14, 0x43, 0x61, 0x74, 0x61,
|
|
3397
|
+
0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
3398
|
+
0x12, 0x19, 0x0a, 0x08, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x03,
|
|
3399
|
+
0x28, 0x03, 0x52, 0x07, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x6d,
|
|
3400
|
+
0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x03, 0x52, 0x07, 0x6d,
|
|
3401
|
+
0x6f, 0x64, 0x65, 0x6c, 0x49, 0x64, 0x12, 0x13, 0x0a, 0x05, 0x6f, 0x73, 0x5f, 0x69, 0x64, 0x18,
|
|
3402
|
+
0x03, 0x20, 0x03, 0x28, 0x03, 0x52, 0x04, 0x6f, 0x73, 0x49, 0x64, 0x12, 0x13, 0x0a, 0x05, 0x73,
|
|
3403
|
+
0x77, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x03, 0x52, 0x04, 0x73, 0x77, 0x49, 0x64,
|
|
3404
|
+
0x12, 0x1d, 0x0a, 0x0a, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x05,
|
|
3405
|
+
0x20, 0x03, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x64, 0x12,
|
|
3406
|
+
0x2a, 0x0a, 0x0e, 0x6f, 0x6e, 0x6c, 0x79, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65,
|
|
3407
|
+
0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x0d, 0x6f, 0x6e, 0x6c, 0x79, 0x52,
|
|
3408
|
+
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x64, 0x88, 0x01, 0x01, 0x42, 0x11, 0x0a, 0x0f, 0x5f,
|
|
3409
|
+
0x6f, 0x6e, 0x6c, 0x79, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x64, 0x22, 0xe0,
|
|
3410
|
+
0x02, 0x0a, 0x15, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70,
|
|
3411
|
+
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x41, 0x0a, 0x05, 0x62, 0x72, 0x61, 0x6e,
|
|
3412
|
+
0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
|
|
3391
3413
|
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
|
|
3392
3414
|
0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x42,
|
|
3393
|
-
0x72, 0x61, 0x6e, 0x64,
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4d, 0x6f,
|
|
3404
|
-
0x64, 0x65, 0x6c, 0x48, 0x0e, 0x52, 0x0d, 0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x46, 0x61,
|
|
3405
|
-
0x6d, 0x69, 0x6c, 0x79, 0x88, 0x01, 0x01, 0x12, 0x45, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x18, 0x18,
|
|
3406
|
-
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3407
|
-
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
|
|
3408
|
-
0x64, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x61, 0x77, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65,
|
|
3409
|
-
0x49, 0x6e, 0x66, 0x6f, 0x48, 0x0f, 0x52, 0x03, 0x72, 0x61, 0x77, 0x88, 0x01, 0x01, 0x42, 0x0a,
|
|
3410
|
-
0x0a, 0x08, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d,
|
|
3411
|
-
0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
|
|
3412
|
-
0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69,
|
|
3413
|
-
0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x42,
|
|
3414
|
-
0x09, 0x0a, 0x07, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x74,
|
|
3415
|
-
0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6d, 0x61, 0x6b,
|
|
3416
|
-
0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
|
|
3417
|
-
0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79,
|
|
3418
|
-
0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x07, 0x0a,
|
|
3419
|
-
0x05, 0x5f, 0x72, 0x61, 0x6e, 0x6b, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x61, 0x74, 0x61, 0x6c,
|
|
3420
|
-
0x6f, 0x67, 0x5f, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x61, 0x74,
|
|
3421
|
-
0x61, 0x6c, 0x6f, 0x67, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63,
|
|
3422
|
-
0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x42, 0x06, 0x0a,
|
|
3423
|
-
0x04, 0x5f, 0x72, 0x61, 0x77, 0x22, 0xe6, 0x01, 0x0a, 0x0f, 0x52, 0x61, 0x77, 0x48, 0x61, 0x72,
|
|
3424
|
-
0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x27, 0x0a, 0x0c, 0x61, 0x72, 0x63,
|
|
3425
|
-
0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48,
|
|
3426
|
-
0x00, 0x52, 0x0c, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x88,
|
|
3427
|
-
0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
3428
|
-
0x09, 0x48, 0x01, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a,
|
|
3429
|
-
0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x03, 0x20,
|
|
3430
|
-
0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75,
|
|
3431
|
-
0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c,
|
|
3432
|
-
0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52,
|
|
3433
|
-
0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01,
|
|
3434
|
-
0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72,
|
|
3435
|
-
0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
|
|
3436
|
-
0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x42, 0x10, 0x0a, 0x0e,
|
|
3437
|
-
0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x8f,
|
|
3438
|
-
0x05, 0x0a, 0x13, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74,
|
|
3439
|
-
0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
3440
|
-
0x28, 0x03, 0x48, 0x01, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d,
|
|
3441
|
-
0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x06,
|
|
3442
|
-
0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
|
|
3443
|
-
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88,
|
|
3444
|
-
0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20,
|
|
3445
|
-
0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01,
|
|
3446
|
-
0x01, 0x12, 0x19, 0x0a, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
3447
|
-
0x48, 0x05, 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a,
|
|
3448
|
-
0x66, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
3449
|
-
0x48, 0x06, 0x52, 0x09, 0x66, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01,
|
|
3450
|
-
0x12, 0x15, 0x0a, 0x03, 0x63, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52,
|
|
3451
|
-
0x03, 0x63, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x06, 0x66, 0x77, 0x5f, 0x63, 0x70,
|
|
3452
|
-
0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x05, 0x66, 0x77, 0x43, 0x70, 0x65,
|
|
3453
|
-
0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
3454
|
-
0x05, 0x48, 0x09, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x55, 0x0a, 0x0d,
|
|
3455
|
-
0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x5f, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x18, 0x09, 0x20,
|
|
3456
|
-
0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
|
|
3457
|
-
0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
|
|
3458
|
-
0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x42, 0x72, 0x61, 0x6e, 0x64,
|
|
3459
|
-
0x48, 0x0a, 0x52, 0x0c, 0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x42, 0x72, 0x61, 0x6e, 0x64,
|
|
3460
|
-
0x88, 0x01, 0x01, 0x12, 0x4c, 0x0a, 0x0a, 0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x5f, 0x6f,
|
|
3461
|
-
0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
|
|
3462
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
|
|
3463
|
-
0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4f,
|
|
3464
|
-
0x73, 0x48, 0x0b, 0x52, 0x09, 0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4f, 0x73, 0x88, 0x01,
|
|
3465
|
-
0x01, 0x12, 0x58, 0x0a, 0x07, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x18, 0x20, 0x20, 0x01,
|
|
3466
|
-
0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3467
|
-
0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
|
|
3468
|
-
0x76, 0x31, 0x2e, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4f, 0x70, 0x65,
|
|
3469
|
-
0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f,
|
|
3470
|
-
0x48, 0x00, 0x52, 0x07, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x42, 0x05, 0x0a, 0x03, 0x72,
|
|
3471
|
-
0x61, 0x77, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61,
|
|
3472
|
-
0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a,
|
|
3473
|
-
0x0a, 0x08, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x62,
|
|
3474
|
-
0x75, 0x69, 0x6c, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x66, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73,
|
|
3475
|
-
0x69, 0x6f, 0x6e, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f,
|
|
3476
|
-
0x66, 0x77, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x72, 0x61, 0x6e, 0x6b, 0x42,
|
|
3477
|
-
0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x5f, 0x62, 0x72, 0x61, 0x6e,
|
|
3478
|
-
0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x5f, 0x6f, 0x73,
|
|
3479
|
-
0x22, 0xd4, 0x04, 0x0a, 0x1d, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4f,
|
|
3480
|
-
0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e,
|
|
3481
|
-
0x66, 0x6f, 0x12, 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
|
|
3482
|
-
0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01,
|
|
3483
|
-
0x01, 0x12, 0x26, 0x0a, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63,
|
|
3484
|
-
0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69,
|
|
3485
|
-
0x63, 0x65, 0x50, 0x61, 0x63, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x62, 0x75, 0x69,
|
|
3486
|
-
0x6c, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c,
|
|
3487
|
-
0x64, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f,
|
|
3488
|
-
0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0b, 0x76, 0x65,
|
|
3489
|
-
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c,
|
|
3490
|
-
0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01,
|
|
3491
|
-
0x28, 0x09, 0x48, 0x04, 0x52, 0x0b, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65,
|
|
3492
|
-
0x72, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f,
|
|
3493
|
-
0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x48, 0x05, 0x52, 0x0b, 0x70, 0x72,
|
|
3494
|
-
0x6f, 0x64, 0x75, 0x63, 0x74, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x35, 0x0a, 0x14,
|
|
3495
|
-
0x69, 0x73, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f,
|
|
3496
|
-
0x6c, 0x6c, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x06, 0x52, 0x12, 0x69, 0x73,
|
|
3497
|
-
0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72,
|
|
3498
|
-
0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0e, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x64,
|
|
3499
|
-
0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x48, 0x07, 0x52, 0x0c, 0x70,
|
|
3500
|
-
0x61, 0x72, 0x74, 0x4f, 0x66, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x30,
|
|
3501
|
-
0x0a, 0x12, 0x69, 0x73, 0x5f, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x5f, 0x61, 0x64, 0x5f, 0x6a, 0x6f,
|
|
3502
|
-
0x69, 0x6e, 0x65, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x48, 0x08, 0x52, 0x0f, 0x69, 0x73,
|
|
3503
|
-
0x41, 0x7a, 0x75, 0x72, 0x65, 0x41, 0x64, 0x4a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x88, 0x01, 0x01,
|
|
3504
|
-
0x12, 0x1c, 0x0a, 0x07, 0x6f, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28,
|
|
3505
|
-
0x09, 0x48, 0x09, 0x52, 0x06, 0x6f, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0a,
|
|
3506
|
-
0x0a, 0x08, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73,
|
|
3507
|
-
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x42, 0x08, 0x0a, 0x06, 0x5f,
|
|
3508
|
-
0x62, 0x75, 0x69, 0x6c, 0x64, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f,
|
|
3509
|
-
0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
|
|
3510
|
-
0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x70, 0x72, 0x6f, 0x64,
|
|
3511
|
-
0x75, 0x63, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x17, 0x0a, 0x15, 0x5f, 0x69, 0x73, 0x5f,
|
|
3512
|
-
0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65,
|
|
3513
|
-
0x72, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x64, 0x6f,
|
|
3514
|
-
0x6d, 0x61, 0x69, 0x6e, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x69, 0x73, 0x5f, 0x61, 0x7a, 0x75, 0x72,
|
|
3515
|
-
0x65, 0x5f, 0x61, 0x64, 0x5f, 0x6a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f,
|
|
3516
|
-
0x6f, 0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x8e, 0x01, 0x0a, 0x10, 0x4d, 0x6f, 0x6e, 0x69,
|
|
3517
|
-
0x74, 0x6f, 0x72, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x38, 0x0a, 0x09,
|
|
3518
|
-
0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
3519
|
-
0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
3520
|
-
0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d,
|
|
3521
|
-
0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x40, 0x0a, 0x07, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f,
|
|
3522
|
-
0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
|
|
3523
|
-
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
|
|
3524
|
-
0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x52,
|
|
3525
|
-
0x07, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x22, 0xd7, 0x03, 0x0a, 0x07, 0x4d, 0x6f, 0x6e,
|
|
3526
|
-
0x69, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x01, 0x20,
|
|
3527
|
-
0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65,
|
|
3528
|
-
0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
3529
|
-
0x09, 0x48, 0x01, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65,
|
|
3530
|
-
0x72, 0x88, 0x01, 0x01, 0x12, 0x47, 0x0a, 0x11, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74,
|
|
3531
|
-
0x75, 0x72, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
3532
|
-
0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
|
|
3533
|
-
0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x10, 0x6d, 0x61, 0x6e,
|
|
3534
|
-
0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x44, 0x61, 0x74, 0x65, 0x12, 0x55, 0x0a,
|
|
3535
|
-
0x0d, 0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x5f, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x18, 0x0a,
|
|
3536
|
-
0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3415
|
+
0x72, 0x61, 0x6e, 0x64, 0x52, 0x05, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x12, 0x41, 0x0a, 0x05, 0x6d,
|
|
3416
|
+
0x6f, 0x64, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x63, 0x6f, 0x6d,
|
|
3417
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
|
|
3418
|
+
0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c,
|
|
3419
|
+
0x6f, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12, 0x38,
|
|
3420
|
+
0x0a, 0x02, 0x6f, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6f, 0x6d,
|
|
3421
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
|
|
3422
|
+
0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c,
|
|
3423
|
+
0x6f, 0x67, 0x4f, 0x73, 0x52, 0x02, 0x6f, 0x73, 0x12, 0x3e, 0x0a, 0x02, 0x73, 0x77, 0x18, 0x04,
|
|
3424
|
+
0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
3537
3425
|
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
|
|
3538
|
-
0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67,
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3426
|
+
0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x53, 0x6f, 0x66, 0x74,
|
|
3427
|
+
0x77, 0x61, 0x72, 0x65, 0x52, 0x02, 0x73, 0x77, 0x12, 0x47, 0x0a, 0x07, 0x6d, 0x6f, 0x6e, 0x69,
|
|
3428
|
+
0x74, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x63, 0x6f, 0x6d, 0x2e,
|
|
3429
|
+
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75,
|
|
3430
|
+
0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f,
|
|
3431
|
+
0x67, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x52, 0x07, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f,
|
|
3432
|
+
0x72, 0x22, 0xf1, 0x01, 0x0a, 0x0a, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x74, 0x68,
|
|
3433
|
+
0x12, 0x17, 0x0a, 0x07, 0x73, 0x69, 0x74, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
3434
|
+
0x09, 0x52, 0x06, 0x73, 0x69, 0x74, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x6f, 0x75,
|
|
3435
|
+
0x72, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x08,
|
|
3436
|
+
0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x73,
|
|
3437
|
+
0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
3438
|
+
0x48, 0x01, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01,
|
|
3439
|
+
0x01, 0x12, 0x24, 0x0a, 0x0b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65,
|
|
3440
|
+
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0a, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
|
|
3441
|
+
0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x65, 0x6e, 0x74, 0x69, 0x74,
|
|
3442
|
+
0x79, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x08, 0x65, 0x6e,
|
|
3443
|
+
0x74, 0x69, 0x74, 0x79, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x6f,
|
|
3444
|
+
0x75, 0x72, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x73, 0x6f, 0x75, 0x72,
|
|
3445
|
+
0x63, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x65, 0x6e, 0x74, 0x69,
|
|
3446
|
+
0x74, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x65, 0x6e, 0x74, 0x69,
|
|
3447
|
+
0x74, 0x79, 0x5f, 0x69, 0x64, 0x22, 0x50, 0x0a, 0x06, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12,
|
|
3448
|
+
0x3c, 0x0a, 0x05, 0x61, 0x73, 0x73, 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24,
|
|
3449
|
+
0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
3450
|
+
0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x41,
|
|
3451
|
+
0x73, 0x73, 0x65, 0x74, 0x48, 0x00, 0x52, 0x05, 0x61, 0x73, 0x73, 0x65, 0x74, 0x42, 0x08, 0x0a,
|
|
3452
|
+
0x06, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x22, 0x88, 0x06, 0x0a, 0x05, 0x41, 0x73, 0x73, 0x65,
|
|
3453
|
+
0x74, 0x12, 0x39, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e,
|
|
3542
3454
|
0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
|
|
3543
|
-
0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
|
|
3544
|
-
0x74,
|
|
3545
|
-
|
|
3546
|
-
|
|
3455
|
+
0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e,
|
|
3456
|
+
0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x74, 0x68, 0x52, 0x02, 0x69, 0x64, 0x12, 0x3b, 0x0a, 0x0b,
|
|
3457
|
+
0x6c, 0x61, 0x73, 0x74, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
3458
|
+
0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
3459
|
+
0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0a, 0x6c,
|
|
3460
|
+
0x61, 0x73, 0x74, 0x53, 0x79, 0x6e, 0x63, 0x65, 0x64, 0x12, 0x39, 0x0a, 0x0a, 0x66, 0x69, 0x72,
|
|
3461
|
+
0x73, 0x74, 0x5f, 0x73, 0x65, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
|
|
3462
|
+
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
|
|
3463
|
+
0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x66, 0x69, 0x72, 0x73, 0x74,
|
|
3464
|
+
0x53, 0x65, 0x65, 0x6e, 0x12, 0x3d, 0x0a, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64,
|
|
3465
|
+
0x61, 0x74, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
|
|
3466
|
+
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
|
|
3467
|
+
0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61,
|
|
3468
|
+
0x74, 0x65, 0x64, 0x12, 0x3f, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x65, 0x6e, 0x72, 0x69,
|
|
3469
|
+
0x63, 0x68, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
|
|
3470
|
+
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
|
|
3471
|
+
0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0c, 0x6c, 0x61, 0x73, 0x74, 0x45, 0x6e, 0x72, 0x69,
|
|
3472
|
+
0x63, 0x68, 0x65, 0x64, 0x12, 0x3d, 0x0a, 0x04, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x06, 0x20, 0x01,
|
|
3473
|
+
0x28, 0x0b, 0x32, 0x29, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3474
|
+
0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
|
|
3475
|
+
0x76, 0x31, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x52, 0x04, 0x63,
|
|
3476
|
+
0x6f, 0x72, 0x65, 0x12, 0x40, 0x0a, 0x02, 0x68, 0x77, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
3477
|
+
0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
3478
|
+
0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
|
|
3479
|
+
0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x02,
|
|
3480
|
+
0x68, 0x77, 0x88, 0x01, 0x01, 0x12, 0x47, 0x0a, 0x02, 0x6f, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
3481
|
+
0x0b, 0x32, 0x32, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
3482
|
+
0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
|
|
3483
|
+
0x31, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65,
|
|
3484
|
+
0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x01, 0x52, 0x02, 0x6f, 0x73, 0x88, 0x01, 0x01, 0x12, 0x64,
|
|
3485
|
+
0x0a, 0x12, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x69, 0x6e, 0x76, 0x65, 0x6e,
|
|
3486
|
+
0x74, 0x6f, 0x72, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x63, 0x6f, 0x6d,
|
|
3487
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
|
|
3488
|
+
0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6f, 0x66, 0x74, 0x77,
|
|
3489
|
+
0x61, 0x72, 0x65, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x48, 0x02, 0x52, 0x11,
|
|
3490
|
+
0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72,
|
|
3491
|
+
0x79, 0x88, 0x01, 0x01, 0x12, 0x61, 0x0a, 0x11, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x5f,
|
|
3492
|
+
0x69, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32,
|
|
3493
|
+
0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
3494
|
+
0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
|
|
3495
|
+
0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79,
|
|
3496
|
+
0x48, 0x03, 0x52, 0x10, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x76, 0x65, 0x6e,
|
|
3497
|
+
0x74, 0x6f, 0x72, 0x79, 0x88, 0x01, 0x01, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x68, 0x77, 0x42, 0x05,
|
|
3498
|
+
0x0a, 0x03, 0x5f, 0x6f, 0x73, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61,
|
|
3499
|
+
0x72, 0x65, 0x5f, 0x69, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x42, 0x14, 0x0a, 0x12,
|
|
3500
|
+
0x5f, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x5f, 0x69, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f,
|
|
3501
|
+
0x72, 0x79, 0x22, 0x69, 0x0a, 0x09, 0x41, 0x73, 0x73, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12,
|
|
3502
|
+
0x17, 0x0a, 0x07, 0x6c, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
3503
|
+
0x52, 0x06, 0x6c, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x13, 0x0a, 0x05, 0x6c, 0x73, 0x5f, 0x69,
|
|
3504
|
+
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6c, 0x73, 0x49, 0x64, 0x12, 0x20, 0x0a,
|
|
3505
|
+
0x09, 0x66, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
3506
|
+
0x48, 0x00, 0x52, 0x08, 0x66, 0x69, 0x6e, 0x67, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x42,
|
|
3507
|
+
0x0c, 0x0a, 0x0a, 0x5f, 0x66, 0x69, 0x6e, 0x67, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0xe3, 0x02,
|
|
3508
|
+
0x0a, 0x0a, 0x43, 0x6f, 0x72, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x3c, 0x0a, 0x04,
|
|
3509
|
+
0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6f, 0x6d,
|
|
3510
|
+
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
|
|
3511
|
+
0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x73, 0x73, 0x65, 0x74,
|
|
3512
|
+
0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61,
|
|
3513
|
+
0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b,
|
|
3514
|
+
0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00,
|
|
3515
|
+
0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69,
|
|
3516
|
+
0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48,
|
|
3517
|
+
0x01, 0x52, 0x09, 0x69, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x88, 0x01, 0x01, 0x12,
|
|
3518
|
+
0x1b, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48,
|
|
3519
|
+
0x02, 0x52, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a, 0x03,
|
|
3520
|
+
0x6d, 0x61, 0x63, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x03, 0x6d, 0x61, 0x63,
|
|
3521
|
+
0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d, 0x61, 0x63, 0x5f, 0x76, 0x65, 0x6e, 0x64, 0x6f,
|
|
3522
|
+
0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x09, 0x6d, 0x61, 0x63, 0x56, 0x65,
|
|
3523
|
+
0x6e, 0x64, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x73, 0x6f,
|
|
3524
|
+
0x72, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x08, 0x73, 0x65,
|
|
3525
|
+
0x6e, 0x73, 0x6f, 0x72, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x64, 0x6f,
|
|
3526
|
+
0x6d, 0x61, 0x69, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72,
|
|
3527
|
+
0x65, 0x73, 0x73, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x42, 0x06,
|
|
3528
|
+
0x0a, 0x04, 0x5f, 0x6d, 0x61, 0x63, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x61, 0x63, 0x5f, 0x76,
|
|
3529
|
+
0x65, 0x6e, 0x64, 0x6f, 0x72, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x65, 0x6e, 0x73, 0x6f, 0x72,
|
|
3530
|
+
0x5f, 0x69, 0x64, 0x22, 0xf0, 0x04, 0x0a, 0x0c, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65,
|
|
3531
|
+
0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x07, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x18,
|
|
3532
|
+
0x01, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x06, 0x74, 0x79, 0x70, 0x65, 0x49, 0x64, 0x88,
|
|
3533
|
+
0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
|
|
3534
|
+
0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01,
|
|
3535
|
+
0x12, 0x1e, 0x0a, 0x08, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01,
|
|
3536
|
+
0x28, 0x03, 0x48, 0x02, 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x49, 0x64, 0x88, 0x01, 0x01,
|
|
3537
|
+
0x12, 0x20, 0x0a, 0x09, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20,
|
|
3538
|
+
0x01, 0x28, 0x03, 0x48, 0x03, 0x52, 0x08, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x49, 0x64, 0x88,
|
|
3539
|
+
0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x18,
|
|
3540
|
+
0x06, 0x20, 0x01, 0x28, 0x08, 0x48, 0x04, 0x52, 0x08, 0x69, 0x73, 0x46, 0x61, 0x6d, 0x69, 0x6c,
|
|
3541
|
+
0x79, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x18, 0x07,
|
|
3542
|
+
0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x06, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x88, 0x01,
|
|
3543
|
+
0x01, 0x12, 0x20, 0x0a, 0x09, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a,
|
|
3544
|
+
0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x08, 0x74, 0x79, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65,
|
|
3545
|
+
0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
|
|
3546
|
+
0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x08, 0x6d, 0x61, 0x6b, 0x65, 0x4e, 0x61,
|
|
3547
|
+
0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6e,
|
|
3548
|
+
0x61, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x09, 0x6d, 0x6f, 0x64,
|
|
3549
|
+
0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x66, 0x61, 0x6d,
|
|
3550
|
+
0x69, 0x6c, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09,
|
|
3551
|
+
0x52, 0x0a, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12,
|
|
3552
|
+
0x15, 0x0a, 0x03, 0x63, 0x70, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x03,
|
|
3553
|
+
0x63, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x18, 0x14,
|
|
3554
|
+
0x20, 0x01, 0x28, 0x05, 0x48, 0x0b, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x88, 0x01, 0x01, 0x12,
|
|
3555
|
+
0x45, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x63,
|
|
3556
|
+
0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
|
|
3557
|
+
0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x61, 0x77,
|
|
3558
|
+
0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x0c, 0x52, 0x03,
|
|
3559
|
+
0x72, 0x61, 0x77, 0x88, 0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f,
|
|
3560
|
+
0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x0b,
|
|
3561
|
+
0x0a, 0x09, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f,
|
|
3562
|
+
0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x69, 0x73,
|
|
3563
|
+
0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x65, 0x72, 0x69,
|
|
3564
|
+
0x61, 0x6c, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
|
|
3565
|
+
0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0d,
|
|
3566
|
+
0x0a, 0x0b, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a,
|
|
3567
|
+
0x0c, 0x5f, 0x66, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x06, 0x0a,
|
|
3568
|
+
0x04, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x72, 0x61, 0x6e, 0x6b, 0x42, 0x06,
|
|
3569
|
+
0x0a, 0x04, 0x5f, 0x72, 0x61, 0x77, 0x22, 0xe6, 0x01, 0x0a, 0x0f, 0x52, 0x61, 0x77, 0x48, 0x61,
|
|
3570
|
+
0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x27, 0x0a, 0x0c, 0x61, 0x72,
|
|
3571
|
+
0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
|
|
3572
|
+
0x48, 0x00, 0x52, 0x0c, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65,
|
|
3573
|
+
0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01,
|
|
3574
|
+
0x28, 0x09, 0x48, 0x01, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x27,
|
|
3575
|
+
0x0a, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x03,
|
|
3576
|
+
0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74,
|
|
3577
|
+
0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61,
|
|
3578
|
+
0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03,
|
|
3579
|
+
0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01,
|
|
3580
|
+
0x01, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75,
|
|
3581
|
+
0x72, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x42, 0x0f, 0x0a, 0x0d,
|
|
3582
|
+
0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x42, 0x10, 0x0a,
|
|
3583
|
+
0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22,
|
|
3584
|
+
0xc9, 0x03, 0x0a, 0x13, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73,
|
|
3585
|
+
0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
|
|
3586
|
+
0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07,
|
|
3587
|
+
0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x48, 0x02, 0x52,
|
|
3588
|
+
0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61,
|
|
3589
|
+
0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
3590
|
+
0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03,
|
|
3591
|
+
0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88,
|
|
3592
|
+
0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
3593
|
+
0x09, 0x48, 0x05, 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a,
|
|
3594
|
+
0x0a, 0x66, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
3595
|
+
0x09, 0x48, 0x06, 0x52, 0x09, 0x66, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01,
|
|
3596
|
+
0x01, 0x12, 0x15, 0x0a, 0x03, 0x63, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07,
|
|
3597
|
+
0x52, 0x03, 0x63, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x06, 0x66, 0x77, 0x5f, 0x63,
|
|
3598
|
+
0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x05, 0x66, 0x77, 0x43, 0x70,
|
|
3599
|
+
0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x18, 0x08, 0x20, 0x01,
|
|
3600
|
+
0x28, 0x05, 0x48, 0x09, 0x52, 0x04, 0x72, 0x61, 0x6e, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x58, 0x0a,
|
|
3601
|
+
0x07, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x18, 0x20, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c,
|
|
3602
|
+
0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
|
|
3603
|
+
0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x57,
|
|
3604
|
+
0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
|
|
3605
|
+
0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x07,
|
|
3606
|
+
0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x42, 0x05, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x42, 0x05,
|
|
3607
|
+
0x0a, 0x03, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69,
|
|
3608
|
+
0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76,
|
|
3609
|
+
0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
|
|
3610
|
+
0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x66, 0x77, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42,
|
|
3611
|
+
0x06, 0x0a, 0x04, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x66, 0x77, 0x5f, 0x63,
|
|
3612
|
+
0x70, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x72, 0x61, 0x6e, 0x6b, 0x22, 0xd4, 0x04, 0x0a, 0x1d,
|
|
3613
|
+
0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74,
|
|
3614
|
+
0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x0a,
|
|
3615
|
+
0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00,
|
|
3616
|
+
0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c,
|
|
3617
|
+
0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x01,
|
|
3618
|
+
0x28, 0x05, 0x48, 0x01, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x63,
|
|
3619
|
+
0x6b, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x18, 0x03, 0x20,
|
|
3620
|
+
0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x88, 0x01, 0x01, 0x12,
|
|
3621
|
+
0x26, 0x0a, 0x0c, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
3622
|
+
0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0b, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
|
|
3623
|
+
0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x62, 0x75, 0x69, 0x6c, 0x64,
|
|
3624
|
+
0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52,
|
|
3625
|
+
0x0b, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12,
|
|
3626
|
+
0x26, 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18,
|
|
3627
|
+
0x06, 0x20, 0x01, 0x28, 0x05, 0x48, 0x05, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74,
|
|
3628
|
+
0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x35, 0x0a, 0x14, 0x69, 0x73, 0x5f, 0x64, 0x6f,
|
|
3629
|
+
0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x18,
|
|
3630
|
+
0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x06, 0x52, 0x12, 0x69, 0x73, 0x44, 0x6f, 0x6d, 0x61, 0x69,
|
|
3631
|
+
0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x29,
|
|
3632
|
+
0x0a, 0x0e, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
|
|
3633
|
+
0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x48, 0x07, 0x52, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x4f, 0x66,
|
|
3634
|
+
0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x12, 0x69, 0x73, 0x5f,
|
|
3635
|
+
0x61, 0x7a, 0x75, 0x72, 0x65, 0x5f, 0x61, 0x64, 0x5f, 0x6a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x18,
|
|
3636
|
+
0x09, 0x20, 0x01, 0x28, 0x08, 0x48, 0x08, 0x52, 0x0f, 0x69, 0x73, 0x41, 0x7a, 0x75, 0x72, 0x65,
|
|
3637
|
+
0x41, 0x64, 0x4a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6f,
|
|
3638
|
+
0x73, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x06,
|
|
3639
|
+
0x6f, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76, 0x65,
|
|
3640
|
+
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
|
|
3641
|
+
0x65, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
|
|
3642
|
+
0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d,
|
|
3643
|
+
0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62,
|
|
3644
|
+
0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x74,
|
|
3645
|
+
0x79, 0x70, 0x65, 0x42, 0x17, 0x0a, 0x15, 0x5f, 0x69, 0x73, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69,
|
|
3646
|
+
0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x42, 0x11, 0x0a, 0x0f,
|
|
3647
|
+
0x5f, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x42,
|
|
3648
|
+
0x15, 0x0a, 0x13, 0x5f, 0x69, 0x73, 0x5f, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x5f, 0x61, 0x64, 0x5f,
|
|
3649
|
+
0x6a, 0x6f, 0x69, 0x6e, 0x65, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6f, 0x73, 0x5f, 0x63, 0x6f,
|
|
3650
|
+
0x64, 0x65, 0x22, 0x8e, 0x01, 0x0a, 0x10, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e,
|
|
3651
|
+
0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73,
|
|
3652
|
+
0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
|
|
3653
|
+
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
|
|
3654
|
+
0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d,
|
|
3655
|
+
0x70, 0x12, 0x40, 0x0a, 0x07, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x03,
|
|
3656
|
+
0x28, 0x0b, 0x32, 0x26, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3657
|
+
0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
|
|
3658
|
+
0x76, 0x31, 0x2e, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x52, 0x07, 0x6d, 0x6f, 0x6e, 0x69,
|
|
3659
|
+
0x74, 0x6f, 0x72, 0x22, 0xe9, 0x02, 0x0a, 0x07, 0x4d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x12,
|
|
3660
|
+
0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x02, 0x69,
|
|
3661
|
+
0x64, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18,
|
|
3662
|
+
0x02, 0x20, 0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88,
|
|
3663
|
+
0x01, 0x01, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
3664
|
+
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, 0x6b, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12,
|
|
3665
|
+
0x1d, 0x0a, 0x0a, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20,
|
|
3666
|
+
0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28,
|
|
3667
|
+
0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18,
|
|
3668
|
+
0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e,
|
|
3669
|
+
0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x47, 0x0a, 0x11, 0x6d, 0x61, 0x6e, 0x75,
|
|
3670
|
+
0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20,
|
|
3671
|
+
0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
3672
|
+
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52,
|
|
3673
|
+
0x10, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x44, 0x61, 0x74,
|
|
3674
|
+
0x65, 0x12, 0x50, 0x0a, 0x07, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x18, 0x14, 0x20, 0x01,
|
|
3547
3675
|
0x28, 0x0b, 0x32, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
|
|
3548
3676
|
0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
|
|
3549
3677
|
0x76, 0x31, 0x2e, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4d, 0x6f, 0x6e,
|
|
3550
3678
|
0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x00, 0x52, 0x07, 0x77, 0x69, 0x6e, 0x64,
|
|
3551
|
-
0x6f, 0x77, 0x73, 0x42, 0x05, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x42,
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
0x65, 0x72, 0x69, 0x61, 0x6c,
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72,
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
0x69, 0x63, 0x65,
|
|
3578
|
-
0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
0x0a,
|
|
3583
|
-
0x75, 0x72, 0x65, 0x72, 0x42,
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65,
|
|
3596
|
-
0x72,
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
0x72, 0x65, 0x6e, 0x74,
|
|
3607
|
-
|
|
3608
|
-
0x74, 0x79, 0x70, 0x65,
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
0x65, 0x74,
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
|
|
3648
|
-
0x52, 0x61, 0x77, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x52, 0x03, 0x72, 0x61, 0x77,
|
|
3649
|
-
0x12, 0x1e, 0x0a, 0x08, 0x72, 0x61, 0x77, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x12, 0x20, 0x01,
|
|
3650
|
-
0x28, 0x09, 0x48, 0x14, 0x52, 0x07, 0x72, 0x61, 0x77, 0x48, 0x61, 0x73, 0x68, 0x88, 0x01, 0x01,
|
|
3651
|
-
0x12, 0x1e, 0x0a, 0x08, 0x6e, 0x72, 0x65, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x13, 0x20, 0x01,
|
|
3652
|
-
0x28, 0x09, 0x48, 0x15, 0x52, 0x07, 0x6e, 0x72, 0x65, 0x48, 0x61, 0x73, 0x68, 0x88, 0x01, 0x01,
|
|
3653
|
-
0x42, 0x07, 0x0a, 0x05, 0x5f, 0x72, 0x61, 0x6e, 0x6b, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x74, 0x79,
|
|
3654
|
-
0x70, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x63, 0x61, 0x74, 0x5f, 0x69, 0x64,
|
|
3655
|
-
0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x08, 0x0a, 0x06,
|
|
3656
|
-
0x5f, 0x73, 0x77, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x72, 0x65, 0x6e,
|
|
3657
|
-
0x74, 0x5f, 0x69, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61,
|
|
3658
|
-
0x6d, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x63, 0x61, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42,
|
|
3659
|
-
0x0c, 0x0a, 0x0a, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x07, 0x0a,
|
|
3660
|
-
0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69,
|
|
3661
|
-
0x6f, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x5f, 0x76, 0x65,
|
|
3662
|
-
0x72, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a,
|
|
3663
|
-
0x06, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x61, 0x72, 0x63, 0x68,
|
|
3664
|
-
0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x63, 0x70,
|
|
3665
|
-
0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x5f, 0x62, 0x72,
|
|
3666
|
-
0x61, 0x6e, 0x64, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x63, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x5f,
|
|
3667
|
-
0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x61, 0x74,
|
|
3668
|
-
0x61, 0x6c, 0x6f, 0x67, 0x5f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x42, 0x0b, 0x0a, 0x09, 0x5f,
|
|
3679
|
+
0x6f, 0x77, 0x73, 0x42, 0x05, 0x0a, 0x03, 0x72, 0x61, 0x77, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69,
|
|
3680
|
+
0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x10, 0x0a,
|
|
3681
|
+
0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22,
|
|
3682
|
+
0xf8, 0x03, 0x0a, 0x15, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x52, 0x61, 0x77, 0x4d, 0x6f,
|
|
3683
|
+
0x6e, 0x69, 0x74, 0x6f, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x6f, 0x64,
|
|
3684
|
+
0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x12,
|
|
3685
|
+
0x27, 0x0a, 0x0d, 0x70, 0x6e, 0x70, 0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64,
|
|
3686
|
+
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x70, 0x6e, 0x70, 0x44, 0x65, 0x76,
|
|
3687
|
+
0x69, 0x63, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69,
|
|
3688
|
+
0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48,
|
|
3689
|
+
0x01, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88,
|
|
3690
|
+
0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x68, 0x65, 0x78,
|
|
3691
|
+
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x09, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c,
|
|
3692
|
+
0x48, 0x65, 0x78, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x76, 0x65, 0x73, 0x61, 0x5f, 0x6d,
|
|
3693
|
+
0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
3694
|
+
0x09, 0x48, 0x03, 0x52, 0x10, 0x76, 0x65, 0x73, 0x61, 0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63,
|
|
3695
|
+
0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x6b, 0x65, 0x79, 0x5f,
|
|
3696
|
+
0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01,
|
|
3697
|
+
0x28, 0x09, 0x48, 0x04, 0x52, 0x0f, 0x6b, 0x65, 0x79, 0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63,
|
|
3698
|
+
0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x4c, 0x0a, 0x11, 0x6d, 0x61, 0x6e, 0x75,
|
|
3699
|
+
0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x07, 0x20,
|
|
3700
|
+
0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
3701
|
+
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48,
|
|
3702
|
+
0x05, 0x52, 0x10, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x44,
|
|
3703
|
+
0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
|
|
3704
|
+
0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x08, 0x64, 0x65, 0x76,
|
|
3705
|
+
0x69, 0x63, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x6e, 0x70,
|
|
3706
|
+
0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73,
|
|
3707
|
+
0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a, 0x0b,
|
|
3708
|
+
0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x68, 0x65, 0x78, 0x42, 0x14, 0x0a, 0x12, 0x5f,
|
|
3709
|
+
0x76, 0x65, 0x73, 0x61, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65,
|
|
3710
|
+
0x72, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6b, 0x65, 0x79, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61,
|
|
3711
|
+
0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66,
|
|
3712
|
+
0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0c, 0x0a, 0x0a,
|
|
3713
|
+
0x5f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x22, 0x92, 0x01, 0x0a, 0x11, 0x53,
|
|
3714
|
+
0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79,
|
|
3715
|
+
0x12, 0x38, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20,
|
|
3716
|
+
0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
3717
|
+
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52,
|
|
3718
|
+
0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x43, 0x0a, 0x08, 0x73, 0x6f,
|
|
3719
|
+
0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x63,
|
|
3720
|
+
0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
|
|
3721
|
+
0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x6f, 0x66,
|
|
3722
|
+
0x74, 0x77, 0x61, 0x72, 0x65, 0x52, 0x08, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x22,
|
|
3723
|
+
0xd3, 0x06, 0x0a, 0x08, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x12, 0x17, 0x0a, 0x04,
|
|
3724
|
+
0x72, 0x61, 0x6e, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x04, 0x72, 0x61,
|
|
3725
|
+
0x6e, 0x6b, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64,
|
|
3726
|
+
0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x48, 0x01, 0x52, 0x06, 0x74, 0x79, 0x70, 0x65, 0x49, 0x64,
|
|
3727
|
+
0x88, 0x01, 0x01, 0x12, 0x1a, 0x0a, 0x06, 0x63, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
|
|
3728
|
+
0x01, 0x28, 0x03, 0x48, 0x02, 0x52, 0x05, 0x63, 0x61, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12,
|
|
3729
|
+
0x1c, 0x0a, 0x07, 0x6d, 0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
|
|
3730
|
+
0x48, 0x03, 0x52, 0x06, 0x6d, 0x61, 0x6b, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x18, 0x0a,
|
|
3731
|
+
0x05, 0x73, 0x77, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x48, 0x04, 0x52, 0x04,
|
|
3732
|
+
0x73, 0x77, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e,
|
|
3733
|
+
0x74, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x48, 0x05, 0x52, 0x08, 0x70, 0x61,
|
|
3734
|
+
0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x74, 0x79, 0x70,
|
|
3735
|
+
0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x08,
|
|
3736
|
+
0x74, 0x79, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x63,
|
|
3737
|
+
0x61, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52,
|
|
3738
|
+
0x07, 0x63, 0x61, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x6d,
|
|
3739
|
+
0x61, 0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08,
|
|
3740
|
+
0x52, 0x08, 0x6d, 0x61, 0x6b, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a,
|
|
3741
|
+
0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x04, 0x6e,
|
|
3742
|
+
0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f,
|
|
3743
|
+
0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69,
|
|
3744
|
+
0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x5f,
|
|
3745
|
+
0x76, 0x65, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x09, 0x6d, 0x61, 0x72,
|
|
3746
|
+
0x6b, 0x65, 0x74, 0x56, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x65, 0x64, 0x69,
|
|
3747
|
+
0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x07, 0x65, 0x64,
|
|
3748
|
+
0x69, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x62, 0x75, 0x69, 0x6c,
|
|
3749
|
+
0x64, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x05, 0x62, 0x75, 0x69, 0x6c, 0x64,
|
|
3750
|
+
0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x61, 0x72, 0x63, 0x68, 0x18, 0x14, 0x20, 0x01, 0x28,
|
|
3751
|
+
0x09, 0x48, 0x0e, 0x52, 0x04, 0x61, 0x72, 0x63, 0x68, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04,
|
|
3752
|
+
0x6c, 0x61, 0x6e, 0x67, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52, 0x04, 0x6c, 0x61,
|
|
3753
|
+
0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a, 0x03, 0x63, 0x70, 0x65, 0x18, 0x0f, 0x20, 0x01,
|
|
3754
|
+
0x28, 0x09, 0x48, 0x10, 0x52, 0x03, 0x63, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3c, 0x0a, 0x03,
|
|
3755
|
+
0x72, 0x61, 0x77, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e,
|
|
3756
|
+
0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75,
|
|
3757
|
+
0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x52, 0x61, 0x77, 0x53, 0x6f, 0x66,
|
|
3758
|
+
0x74, 0x77, 0x61, 0x72, 0x65, 0x52, 0x03, 0x72, 0x61, 0x77, 0x12, 0x1e, 0x0a, 0x08, 0x72, 0x61,
|
|
3759
|
+
0x77, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x48, 0x11, 0x52, 0x07,
|
|
3760
|
+
0x72, 0x61, 0x77, 0x48, 0x61, 0x73, 0x68, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x6e, 0x72,
|
|
3761
|
+
0x65, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x48, 0x12, 0x52, 0x07,
|
|
3762
|
+
0x6e, 0x72, 0x65, 0x48, 0x61, 0x73, 0x68, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x72,
|
|
3763
|
+
0x61, 0x6e, 0x6b, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x69, 0x64, 0x42,
|
|
3764
|
+
0x09, 0x0a, 0x07, 0x5f, 0x63, 0x61, 0x74, 0x5f, 0x69, 0x64, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x6d,
|
|
3765
|
+
0x61, 0x6b, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x77, 0x5f, 0x69, 0x64,
|
|
3766
|
+
0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x42, 0x0c,
|
|
3767
|
+
0x0a, 0x0a, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0b, 0x0a, 0x09,
|
|
3768
|
+
0x5f, 0x63, 0x61, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6d, 0x61,
|
|
3769
|
+
0x6b, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
|
|
3770
|
+
0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x42, 0x0d, 0x0a, 0x0b,
|
|
3771
|
+
0x5f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x42, 0x0a, 0x0a, 0x08, 0x5f,
|
|
3772
|
+
0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x62, 0x75, 0x69, 0x6c,
|
|
3773
|
+
0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6c,
|
|
3774
|
+
0x61, 0x6e, 0x67, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x63, 0x70, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f,
|
|
3669
3775
|
0x72, 0x61, 0x77, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6e, 0x72, 0x65,
|
|
3670
3776
|
0x5f, 0x68, 0x61, 0x73, 0x68, 0x22, 0xb9, 0x03, 0x0a, 0x0b, 0x52, 0x61, 0x77, 0x53, 0x6f, 0x66,
|
|
3671
3777
|
0x74, 0x77, 0x61, 0x72, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
|
|
@@ -4200,7 +4306,7 @@ var file_outbound_proto_rawDesc = []byte{
|
|
|
4200
4306
|
0x11, 0x0a, 0x0f, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x63, 0x75, 0x72, 0x76,
|
|
4201
4307
|
0x65, 0x64, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x75, 0x70, 0x64, 0x61,
|
|
4202
4308
|
0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x74, 0x63,
|
|
4203
|
-
0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x32,
|
|
4309
|
+
0x68, 0x5f, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x32, 0x82, 0x03, 0x0a, 0x17, 0x44, 0x61, 0x74, 0x61,
|
|
4204
4310
|
0x43, 0x6f, 0x72, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76,
|
|
4205
4311
|
0x69, 0x63, 0x65, 0x12, 0x70, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79,
|
|
4206
4312
|
0x12, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
@@ -4216,9 +4322,17 @@ var file_outbound_proto_rawDesc = []byte{
|
|
|
4216
4322
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
|
|
4217
4323
|
0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
|
|
4218
4324
|
0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69,
|
|
4219
|
-
0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01,
|
|
4220
|
-
|
|
4221
|
-
|
|
4325
|
+
0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x7c,
|
|
4326
|
+
0x0a, 0x0d, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12,
|
|
4327
|
+
0x33, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
|
|
4328
|
+
0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
|
|
4329
|
+
0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x65, 0x71,
|
|
4330
|
+
0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
|
|
4331
|
+
0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
|
|
4332
|
+
0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b,
|
|
4333
|
+
0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x12, 0x50, 0x01,
|
|
4334
|
+
0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f,
|
|
4335
|
+
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
4222
4336
|
}
|
|
4223
4337
|
|
|
4224
4338
|
var (
|
|
@@ -4233,82 +4347,81 @@ func file_outbound_proto_rawDescGZIP() []byte {
|
|
|
4233
4347
|
return file_outbound_proto_rawDescData
|
|
4234
4348
|
}
|
|
4235
4349
|
|
|
4236
|
-
var file_outbound_proto_msgTypes = make([]protoimpl.MessageInfo,
|
|
4350
|
+
var file_outbound_proto_msgTypes = make([]protoimpl.MessageInfo, 26)
|
|
4237
4351
|
var file_outbound_proto_goTypes = []interface{}{
|
|
4238
4352
|
(*GetEntityRequest)(nil), // 0: com.lansweeper.dp.outbound.v1.GetEntityRequest
|
|
4239
4353
|
(*GetEntityResponse)(nil), // 1: com.lansweeper.dp.outbound.v1.GetEntityResponse
|
|
4240
4354
|
(*ListEntityRequest)(nil), // 2: com.lansweeper.dp.outbound.v1.ListEntityRequest
|
|
4241
4355
|
(*ListEntityResponse)(nil), // 3: com.lansweeper.dp.outbound.v1.ListEntityResponse
|
|
4242
|
-
(*
|
|
4243
|
-
(*
|
|
4244
|
-
(*
|
|
4245
|
-
(*
|
|
4246
|
-
(*
|
|
4247
|
-
(*
|
|
4248
|
-
(*
|
|
4249
|
-
(*
|
|
4250
|
-
(*
|
|
4251
|
-
(*
|
|
4252
|
-
(*
|
|
4253
|
-
(*
|
|
4254
|
-
(*
|
|
4255
|
-
(*
|
|
4256
|
-
(*
|
|
4257
|
-
(*
|
|
4258
|
-
(*
|
|
4259
|
-
(*
|
|
4260
|
-
(*
|
|
4261
|
-
(*
|
|
4262
|
-
(*
|
|
4356
|
+
(*CatalogLookupRequest)(nil), // 4: com.lansweeper.dp.outbound.v1.CatalogLookupRequest
|
|
4357
|
+
(*CatalogLookupResponse)(nil), // 5: com.lansweeper.dp.outbound.v1.CatalogLookupResponse
|
|
4358
|
+
(*EntityPath)(nil), // 6: com.lansweeper.dp.outbound.v1.EntityPath
|
|
4359
|
+
(*Entity)(nil), // 7: com.lansweeper.dp.outbound.v1.Entity
|
|
4360
|
+
(*Asset)(nil), // 8: com.lansweeper.dp.outbound.v1.Asset
|
|
4361
|
+
(*AssetType)(nil), // 9: com.lansweeper.dp.outbound.v1.AssetType
|
|
4362
|
+
(*CoreFields)(nil), // 10: com.lansweeper.dp.outbound.v1.CoreFields
|
|
4363
|
+
(*HardwareInfo)(nil), // 11: com.lansweeper.dp.outbound.v1.HardwareInfo
|
|
4364
|
+
(*RawHardwareInfo)(nil), // 12: com.lansweeper.dp.outbound.v1.RawHardwareInfo
|
|
4365
|
+
(*OperatingSystemInfo)(nil), // 13: com.lansweeper.dp.outbound.v1.OperatingSystemInfo
|
|
4366
|
+
(*WindowsRawOperatingSystemInfo)(nil), // 14: com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo
|
|
4367
|
+
(*MonitorInventory)(nil), // 15: com.lansweeper.dp.outbound.v1.MonitorInventory
|
|
4368
|
+
(*Monitor)(nil), // 16: com.lansweeper.dp.outbound.v1.Monitor
|
|
4369
|
+
(*WindowsRawMonitorInfo)(nil), // 17: com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo
|
|
4370
|
+
(*SoftwareInventory)(nil), // 18: com.lansweeper.dp.outbound.v1.SoftwareInventory
|
|
4371
|
+
(*Software)(nil), // 19: com.lansweeper.dp.outbound.v1.Software
|
|
4372
|
+
(*RawSoftware)(nil), // 20: com.lansweeper.dp.outbound.v1.RawSoftware
|
|
4373
|
+
(*CatalogBrand)(nil), // 21: com.lansweeper.dp.outbound.v1.CatalogBrand
|
|
4374
|
+
(*CatalogModel)(nil), // 22: com.lansweeper.dp.outbound.v1.CatalogModel
|
|
4375
|
+
(*CatalogOs)(nil), // 23: com.lansweeper.dp.outbound.v1.CatalogOs
|
|
4376
|
+
(*CatalogSoftware)(nil), // 24: com.lansweeper.dp.outbound.v1.CatalogSoftware
|
|
4377
|
+
(*CatalogMonitor)(nil), // 25: com.lansweeper.dp.outbound.v1.CatalogMonitor
|
|
4378
|
+
(*timestamppb.Timestamp)(nil), // 26: google.protobuf.Timestamp
|
|
4263
4379
|
}
|
|
4264
4380
|
var file_outbound_proto_depIdxs = []int32{
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4273
|
-
|
|
4274
|
-
24, // 9: com.lansweeper.dp.outbound.v1.
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
38, // [38:38] is the sub-list for extension type_name
|
|
4310
|
-
38, // [38:38] is the sub-list for extension extendee
|
|
4311
|
-
0, // [0:38] is the sub-list for field type_name
|
|
4381
|
+
6, // 0: com.lansweeper.dp.outbound.v1.GetEntityRequest.entity_path:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
4382
|
+
7, // 1: com.lansweeper.dp.outbound.v1.GetEntityResponse.entity:type_name -> com.lansweeper.dp.outbound.v1.Entity
|
|
4383
|
+
7, // 2: com.lansweeper.dp.outbound.v1.GetEntityResponse.related:type_name -> com.lansweeper.dp.outbound.v1.Entity
|
|
4384
|
+
6, // 3: com.lansweeper.dp.outbound.v1.ListEntityRequest.filter:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
4385
|
+
7, // 4: com.lansweeper.dp.outbound.v1.ListEntityResponse.entity:type_name -> com.lansweeper.dp.outbound.v1.Entity
|
|
4386
|
+
7, // 5: com.lansweeper.dp.outbound.v1.ListEntityResponse.related:type_name -> com.lansweeper.dp.outbound.v1.Entity
|
|
4387
|
+
21, // 6: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
|
|
4388
|
+
22, // 7: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.model:type_name -> com.lansweeper.dp.outbound.v1.CatalogModel
|
|
4389
|
+
23, // 8: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.os:type_name -> com.lansweeper.dp.outbound.v1.CatalogOs
|
|
4390
|
+
24, // 9: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.sw:type_name -> com.lansweeper.dp.outbound.v1.CatalogSoftware
|
|
4391
|
+
25, // 10: com.lansweeper.dp.outbound.v1.CatalogLookupResponse.monitor:type_name -> com.lansweeper.dp.outbound.v1.CatalogMonitor
|
|
4392
|
+
8, // 11: com.lansweeper.dp.outbound.v1.Entity.asset:type_name -> com.lansweeper.dp.outbound.v1.Asset
|
|
4393
|
+
6, // 12: com.lansweeper.dp.outbound.v1.Asset.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
4394
|
+
26, // 13: com.lansweeper.dp.outbound.v1.Asset.last_synced:type_name -> google.protobuf.Timestamp
|
|
4395
|
+
26, // 14: com.lansweeper.dp.outbound.v1.Asset.first_seen:type_name -> google.protobuf.Timestamp
|
|
4396
|
+
26, // 15: com.lansweeper.dp.outbound.v1.Asset.last_updated:type_name -> google.protobuf.Timestamp
|
|
4397
|
+
26, // 16: com.lansweeper.dp.outbound.v1.Asset.last_enriched:type_name -> google.protobuf.Timestamp
|
|
4398
|
+
10, // 17: com.lansweeper.dp.outbound.v1.Asset.core:type_name -> com.lansweeper.dp.outbound.v1.CoreFields
|
|
4399
|
+
11, // 18: com.lansweeper.dp.outbound.v1.Asset.hw:type_name -> com.lansweeper.dp.outbound.v1.HardwareInfo
|
|
4400
|
+
13, // 19: com.lansweeper.dp.outbound.v1.Asset.os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystemInfo
|
|
4401
|
+
18, // 20: com.lansweeper.dp.outbound.v1.Asset.software_inventory:type_name -> com.lansweeper.dp.outbound.v1.SoftwareInventory
|
|
4402
|
+
15, // 21: com.lansweeper.dp.outbound.v1.Asset.monitor_inventory:type_name -> com.lansweeper.dp.outbound.v1.MonitorInventory
|
|
4403
|
+
9, // 22: com.lansweeper.dp.outbound.v1.CoreFields.type:type_name -> com.lansweeper.dp.outbound.v1.AssetType
|
|
4404
|
+
12, // 23: com.lansweeper.dp.outbound.v1.HardwareInfo.raw:type_name -> com.lansweeper.dp.outbound.v1.RawHardwareInfo
|
|
4405
|
+
14, // 24: com.lansweeper.dp.outbound.v1.OperatingSystemInfo.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsRawOperatingSystemInfo
|
|
4406
|
+
26, // 25: com.lansweeper.dp.outbound.v1.MonitorInventory.timestamp:type_name -> google.protobuf.Timestamp
|
|
4407
|
+
16, // 26: com.lansweeper.dp.outbound.v1.MonitorInventory.monitor:type_name -> com.lansweeper.dp.outbound.v1.Monitor
|
|
4408
|
+
26, // 27: com.lansweeper.dp.outbound.v1.Monitor.manufacturer_date:type_name -> google.protobuf.Timestamp
|
|
4409
|
+
17, // 28: com.lansweeper.dp.outbound.v1.Monitor.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo
|
|
4410
|
+
26, // 29: com.lansweeper.dp.outbound.v1.WindowsRawMonitorInfo.manufacturer_date:type_name -> google.protobuf.Timestamp
|
|
4411
|
+
26, // 30: com.lansweeper.dp.outbound.v1.SoftwareInventory.timestamp:type_name -> google.protobuf.Timestamp
|
|
4412
|
+
19, // 31: com.lansweeper.dp.outbound.v1.SoftwareInventory.software:type_name -> com.lansweeper.dp.outbound.v1.Software
|
|
4413
|
+
20, // 32: com.lansweeper.dp.outbound.v1.Software.raw:type_name -> com.lansweeper.dp.outbound.v1.RawSoftware
|
|
4414
|
+
0, // 33: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:input_type -> com.lansweeper.dp.outbound.v1.GetEntityRequest
|
|
4415
|
+
2, // 34: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:input_type -> com.lansweeper.dp.outbound.v1.ListEntityRequest
|
|
4416
|
+
4, // 35: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:input_type -> com.lansweeper.dp.outbound.v1.CatalogLookupRequest
|
|
4417
|
+
1, // 36: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:output_type -> com.lansweeper.dp.outbound.v1.GetEntityResponse
|
|
4418
|
+
3, // 37: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:output_type -> com.lansweeper.dp.outbound.v1.ListEntityResponse
|
|
4419
|
+
5, // 38: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:output_type -> com.lansweeper.dp.outbound.v1.CatalogLookupResponse
|
|
4420
|
+
36, // [36:39] is the sub-list for method output_type
|
|
4421
|
+
33, // [33:36] is the sub-list for method input_type
|
|
4422
|
+
33, // [33:33] is the sub-list for extension type_name
|
|
4423
|
+
33, // [33:33] is the sub-list for extension extendee
|
|
4424
|
+
0, // [0:33] is the sub-list for field type_name
|
|
4312
4425
|
}
|
|
4313
4426
|
|
|
4314
4427
|
func init() { file_outbound_proto_init() }
|
|
@@ -4366,7 +4479,7 @@ func file_outbound_proto_init() {
|
|
|
4366
4479
|
}
|
|
4367
4480
|
}
|
|
4368
4481
|
file_outbound_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
4369
|
-
switch v := v.(*
|
|
4482
|
+
switch v := v.(*CatalogLookupRequest); i {
|
|
4370
4483
|
case 0:
|
|
4371
4484
|
return &v.state
|
|
4372
4485
|
case 1:
|
|
@@ -4378,7 +4491,7 @@ func file_outbound_proto_init() {
|
|
|
4378
4491
|
}
|
|
4379
4492
|
}
|
|
4380
4493
|
file_outbound_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
4381
|
-
switch v := v.(*
|
|
4494
|
+
switch v := v.(*CatalogLookupResponse); i {
|
|
4382
4495
|
case 0:
|
|
4383
4496
|
return &v.state
|
|
4384
4497
|
case 1:
|
|
@@ -4390,7 +4503,7 @@ func file_outbound_proto_init() {
|
|
|
4390
4503
|
}
|
|
4391
4504
|
}
|
|
4392
4505
|
file_outbound_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
4393
|
-
switch v := v.(*
|
|
4506
|
+
switch v := v.(*EntityPath); i {
|
|
4394
4507
|
case 0:
|
|
4395
4508
|
return &v.state
|
|
4396
4509
|
case 1:
|
|
@@ -4402,7 +4515,7 @@ func file_outbound_proto_init() {
|
|
|
4402
4515
|
}
|
|
4403
4516
|
}
|
|
4404
4517
|
file_outbound_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
4405
|
-
switch v := v.(*
|
|
4518
|
+
switch v := v.(*Entity); i {
|
|
4406
4519
|
case 0:
|
|
4407
4520
|
return &v.state
|
|
4408
4521
|
case 1:
|
|
@@ -4414,7 +4527,7 @@ func file_outbound_proto_init() {
|
|
|
4414
4527
|
}
|
|
4415
4528
|
}
|
|
4416
4529
|
file_outbound_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
4417
|
-
switch v := v.(*
|
|
4530
|
+
switch v := v.(*Asset); i {
|
|
4418
4531
|
case 0:
|
|
4419
4532
|
return &v.state
|
|
4420
4533
|
case 1:
|
|
@@ -4426,7 +4539,7 @@ func file_outbound_proto_init() {
|
|
|
4426
4539
|
}
|
|
4427
4540
|
}
|
|
4428
4541
|
file_outbound_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
4429
|
-
switch v := v.(*
|
|
4542
|
+
switch v := v.(*AssetType); i {
|
|
4430
4543
|
case 0:
|
|
4431
4544
|
return &v.state
|
|
4432
4545
|
case 1:
|
|
@@ -4438,7 +4551,7 @@ func file_outbound_proto_init() {
|
|
|
4438
4551
|
}
|
|
4439
4552
|
}
|
|
4440
4553
|
file_outbound_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
4441
|
-
switch v := v.(*
|
|
4554
|
+
switch v := v.(*CoreFields); i {
|
|
4442
4555
|
case 0:
|
|
4443
4556
|
return &v.state
|
|
4444
4557
|
case 1:
|
|
@@ -4450,7 +4563,7 @@ func file_outbound_proto_init() {
|
|
|
4450
4563
|
}
|
|
4451
4564
|
}
|
|
4452
4565
|
file_outbound_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
4453
|
-
switch v := v.(*
|
|
4566
|
+
switch v := v.(*HardwareInfo); i {
|
|
4454
4567
|
case 0:
|
|
4455
4568
|
return &v.state
|
|
4456
4569
|
case 1:
|
|
@@ -4462,7 +4575,7 @@ func file_outbound_proto_init() {
|
|
|
4462
4575
|
}
|
|
4463
4576
|
}
|
|
4464
4577
|
file_outbound_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
4465
|
-
switch v := v.(*
|
|
4578
|
+
switch v := v.(*RawHardwareInfo); i {
|
|
4466
4579
|
case 0:
|
|
4467
4580
|
return &v.state
|
|
4468
4581
|
case 1:
|
|
@@ -4474,7 +4587,7 @@ func file_outbound_proto_init() {
|
|
|
4474
4587
|
}
|
|
4475
4588
|
}
|
|
4476
4589
|
file_outbound_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
4477
|
-
switch v := v.(*
|
|
4590
|
+
switch v := v.(*OperatingSystemInfo); i {
|
|
4478
4591
|
case 0:
|
|
4479
4592
|
return &v.state
|
|
4480
4593
|
case 1:
|
|
@@ -4486,7 +4599,7 @@ func file_outbound_proto_init() {
|
|
|
4486
4599
|
}
|
|
4487
4600
|
}
|
|
4488
4601
|
file_outbound_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
4489
|
-
switch v := v.(*
|
|
4602
|
+
switch v := v.(*WindowsRawOperatingSystemInfo); i {
|
|
4490
4603
|
case 0:
|
|
4491
4604
|
return &v.state
|
|
4492
4605
|
case 1:
|
|
@@ -4498,7 +4611,7 @@ func file_outbound_proto_init() {
|
|
|
4498
4611
|
}
|
|
4499
4612
|
}
|
|
4500
4613
|
file_outbound_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
4501
|
-
switch v := v.(*
|
|
4614
|
+
switch v := v.(*MonitorInventory); i {
|
|
4502
4615
|
case 0:
|
|
4503
4616
|
return &v.state
|
|
4504
4617
|
case 1:
|
|
@@ -4510,7 +4623,7 @@ func file_outbound_proto_init() {
|
|
|
4510
4623
|
}
|
|
4511
4624
|
}
|
|
4512
4625
|
file_outbound_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
4513
|
-
switch v := v.(*
|
|
4626
|
+
switch v := v.(*Monitor); i {
|
|
4514
4627
|
case 0:
|
|
4515
4628
|
return &v.state
|
|
4516
4629
|
case 1:
|
|
@@ -4522,7 +4635,7 @@ func file_outbound_proto_init() {
|
|
|
4522
4635
|
}
|
|
4523
4636
|
}
|
|
4524
4637
|
file_outbound_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
4525
|
-
switch v := v.(*
|
|
4638
|
+
switch v := v.(*WindowsRawMonitorInfo); i {
|
|
4526
4639
|
case 0:
|
|
4527
4640
|
return &v.state
|
|
4528
4641
|
case 1:
|
|
@@ -4534,7 +4647,7 @@ func file_outbound_proto_init() {
|
|
|
4534
4647
|
}
|
|
4535
4648
|
}
|
|
4536
4649
|
file_outbound_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
4537
|
-
switch v := v.(*
|
|
4650
|
+
switch v := v.(*SoftwareInventory); i {
|
|
4538
4651
|
case 0:
|
|
4539
4652
|
return &v.state
|
|
4540
4653
|
case 1:
|
|
@@ -4546,7 +4659,7 @@ func file_outbound_proto_init() {
|
|
|
4546
4659
|
}
|
|
4547
4660
|
}
|
|
4548
4661
|
file_outbound_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
4549
|
-
switch v := v.(*
|
|
4662
|
+
switch v := v.(*Software); i {
|
|
4550
4663
|
case 0:
|
|
4551
4664
|
return &v.state
|
|
4552
4665
|
case 1:
|
|
@@ -4558,7 +4671,7 @@ func file_outbound_proto_init() {
|
|
|
4558
4671
|
}
|
|
4559
4672
|
}
|
|
4560
4673
|
file_outbound_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
4561
|
-
switch v := v.(*
|
|
4674
|
+
switch v := v.(*RawSoftware); i {
|
|
4562
4675
|
case 0:
|
|
4563
4676
|
return &v.state
|
|
4564
4677
|
case 1:
|
|
@@ -4570,7 +4683,7 @@ func file_outbound_proto_init() {
|
|
|
4570
4683
|
}
|
|
4571
4684
|
}
|
|
4572
4685
|
file_outbound_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
4573
|
-
switch v := v.(*
|
|
4686
|
+
switch v := v.(*CatalogBrand); i {
|
|
4574
4687
|
case 0:
|
|
4575
4688
|
return &v.state
|
|
4576
4689
|
case 1:
|
|
@@ -4582,7 +4695,7 @@ func file_outbound_proto_init() {
|
|
|
4582
4695
|
}
|
|
4583
4696
|
}
|
|
4584
4697
|
file_outbound_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
4585
|
-
switch v := v.(*
|
|
4698
|
+
switch v := v.(*CatalogModel); i {
|
|
4586
4699
|
case 0:
|
|
4587
4700
|
return &v.state
|
|
4588
4701
|
case 1:
|
|
@@ -4594,6 +4707,30 @@ func file_outbound_proto_init() {
|
|
|
4594
4707
|
}
|
|
4595
4708
|
}
|
|
4596
4709
|
file_outbound_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
4710
|
+
switch v := v.(*CatalogOs); i {
|
|
4711
|
+
case 0:
|
|
4712
|
+
return &v.state
|
|
4713
|
+
case 1:
|
|
4714
|
+
return &v.sizeCache
|
|
4715
|
+
case 2:
|
|
4716
|
+
return &v.unknownFields
|
|
4717
|
+
default:
|
|
4718
|
+
return nil
|
|
4719
|
+
}
|
|
4720
|
+
}
|
|
4721
|
+
file_outbound_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
4722
|
+
switch v := v.(*CatalogSoftware); i {
|
|
4723
|
+
case 0:
|
|
4724
|
+
return &v.state
|
|
4725
|
+
case 1:
|
|
4726
|
+
return &v.sizeCache
|
|
4727
|
+
case 2:
|
|
4728
|
+
return &v.unknownFields
|
|
4729
|
+
default:
|
|
4730
|
+
return nil
|
|
4731
|
+
}
|
|
4732
|
+
}
|
|
4733
|
+
file_outbound_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
4597
4734
|
switch v := v.(*CatalogMonitor); i {
|
|
4598
4735
|
case 0:
|
|
4599
4736
|
return &v.state
|
|
@@ -4608,36 +4745,37 @@ func file_outbound_proto_init() {
|
|
|
4608
4745
|
}
|
|
4609
4746
|
file_outbound_proto_msgTypes[1].OneofWrappers = []interface{}{}
|
|
4610
4747
|
file_outbound_proto_msgTypes[4].OneofWrappers = []interface{}{}
|
|
4611
|
-
file_outbound_proto_msgTypes[
|
|
4748
|
+
file_outbound_proto_msgTypes[6].OneofWrappers = []interface{}{}
|
|
4749
|
+
file_outbound_proto_msgTypes[7].OneofWrappers = []interface{}{
|
|
4612
4750
|
(*Entity_Asset)(nil),
|
|
4613
4751
|
}
|
|
4614
|
-
file_outbound_proto_msgTypes[6].OneofWrappers = []interface{}{}
|
|
4615
|
-
file_outbound_proto_msgTypes[7].OneofWrappers = []interface{}{}
|
|
4616
4752
|
file_outbound_proto_msgTypes[8].OneofWrappers = []interface{}{}
|
|
4617
4753
|
file_outbound_proto_msgTypes[9].OneofWrappers = []interface{}{}
|
|
4618
4754
|
file_outbound_proto_msgTypes[10].OneofWrappers = []interface{}{}
|
|
4619
|
-
file_outbound_proto_msgTypes[11].OneofWrappers = []interface{}{
|
|
4755
|
+
file_outbound_proto_msgTypes[11].OneofWrappers = []interface{}{}
|
|
4756
|
+
file_outbound_proto_msgTypes[12].OneofWrappers = []interface{}{}
|
|
4757
|
+
file_outbound_proto_msgTypes[13].OneofWrappers = []interface{}{
|
|
4620
4758
|
(*OperatingSystemInfo_Windows)(nil),
|
|
4621
4759
|
}
|
|
4622
|
-
file_outbound_proto_msgTypes[
|
|
4623
|
-
file_outbound_proto_msgTypes[
|
|
4760
|
+
file_outbound_proto_msgTypes[14].OneofWrappers = []interface{}{}
|
|
4761
|
+
file_outbound_proto_msgTypes[16].OneofWrappers = []interface{}{
|
|
4624
4762
|
(*Monitor_Windows)(nil),
|
|
4625
4763
|
}
|
|
4626
|
-
file_outbound_proto_msgTypes[15].OneofWrappers = []interface{}{}
|
|
4627
4764
|
file_outbound_proto_msgTypes[17].OneofWrappers = []interface{}{}
|
|
4628
|
-
file_outbound_proto_msgTypes[18].OneofWrappers = []interface{}{}
|
|
4629
4765
|
file_outbound_proto_msgTypes[19].OneofWrappers = []interface{}{}
|
|
4630
4766
|
file_outbound_proto_msgTypes[20].OneofWrappers = []interface{}{}
|
|
4631
4767
|
file_outbound_proto_msgTypes[21].OneofWrappers = []interface{}{}
|
|
4632
4768
|
file_outbound_proto_msgTypes[22].OneofWrappers = []interface{}{}
|
|
4633
4769
|
file_outbound_proto_msgTypes[23].OneofWrappers = []interface{}{}
|
|
4770
|
+
file_outbound_proto_msgTypes[24].OneofWrappers = []interface{}{}
|
|
4771
|
+
file_outbound_proto_msgTypes[25].OneofWrappers = []interface{}{}
|
|
4634
4772
|
type x struct{}
|
|
4635
4773
|
out := protoimpl.TypeBuilder{
|
|
4636
4774
|
File: protoimpl.DescBuilder{
|
|
4637
4775
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
4638
4776
|
RawDescriptor: file_outbound_proto_rawDesc,
|
|
4639
4777
|
NumEnums: 0,
|
|
4640
|
-
NumMessages:
|
|
4778
|
+
NumMessages: 26,
|
|
4641
4779
|
NumExtensions: 0,
|
|
4642
4780
|
NumServices: 1,
|
|
4643
4781
|
},
|