@lansweeper/data-platform-outbound-grpc 0.3.29 → 0.3.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +82 -0
  4. package/gen-proto/outbound_pb.js +732 -5
  5. package/generated-go/outbound.pb.go +961 -727
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +20 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$UsersKeysDefaultEntryHolder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$1.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$GroupKeysDefaultEntryHolder.class +0 -0
  31. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User.class +0 -0
  32. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.class +0 -0
  33. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  34. package/model/target/classes/outbound.proto +20 -0
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Group.java +157 -0
  36. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.java +17 -0
  37. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365License.java +157 -0
  38. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.java +17 -0
  39. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Mailbox.java +2038 -0
  40. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.java +154 -0
  41. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +351 -0
  42. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +24 -0
  43. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365User.java +314 -0
  44. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.java +34 -0
  45. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +196 -172
  46. package/model/target/maven-archiver/pom.properties +2 -2
  47. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
  48. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  49. package/model/target/{outbound-model-0.3.28-sources.jar → outbound-model-0.3.29-sources.jar} +0 -0
  50. package/model/target/{outbound-model-0.3.28.jar → outbound-model-0.3.29.jar} +0 -0
  51. package/package.json +2 -2
  52. package/pom.xml +1 -1
  53. package/proto/outbound.proto +20 -0
  54. package/service/pom.xml +1 -1
  55. package/service/target/maven-archiver/pom.properties +2 -2
  56. package/service/target/{outbound-service-0.3.28-sources.jar → outbound-service-0.3.29-sources.jar} +0 -0
  57. package/service/target/{outbound-service-0.3.28.jar → outbound-service-0.3.29.jar} +0 -0
@@ -30340,6 +30340,7 @@ type Office365Organization struct {
30340
30340
  Licenses []*Office365License `protobuf:"bytes,15,rep,name=licenses,proto3" json:"licenses,omitempty"`
30341
30341
  AssignedPlans map[string]*Office365AssignedPlan `protobuf:"bytes,16,rep,name=assigned_plans,json=assignedPlans,proto3" json:"assigned_plans,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // The key is the service plan id
30342
30342
  Contacts []*Office365Contact `protobuf:"bytes,17,rep,name=contacts,proto3" json:"contacts,omitempty"`
30343
+ Mailboxes []*Office365Mailbox `protobuf:"bytes,18,rep,name=mailboxes,proto3" json:"mailboxes,omitempty"`
30343
30344
  }
30344
30345
 
30345
30346
  func (x *Office365Organization) Reset() {
@@ -30479,6 +30480,148 @@ func (x *Office365Organization) GetContacts() []*Office365Contact {
30479
30480
  return nil
30480
30481
  }
30481
30482
 
30483
+ func (x *Office365Organization) GetMailboxes() []*Office365Mailbox {
30484
+ if x != nil {
30485
+ return x.Mailboxes
30486
+ }
30487
+ return nil
30488
+ }
30489
+
30490
+ type Office365Mailbox struct {
30491
+ state protoimpl.MessageState
30492
+ sizeCache protoimpl.SizeCache
30493
+ unknownFields protoimpl.UnknownFields
30494
+
30495
+ O365MailboxId string `protobuf:"bytes,1,opt,name=o365_mailbox_id,json=o365MailboxId,proto3" json:"o365_mailbox_id,omitempty"`
30496
+ O365OrganizationId string `protobuf:"bytes,2,opt,name=o365_organization_id,json=o365OrganizationId,proto3" json:"o365_organization_id,omitempty"`
30497
+ DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
30498
+ PrimaryEmail string `protobuf:"bytes,4,opt,name=primary_email,json=primaryEmail,proto3" json:"primary_email,omitempty"`
30499
+ EmailAddress string `protobuf:"bytes,5,opt,name=email_address,json=emailAddress,proto3" json:"email_address,omitempty"`
30500
+ Alias string `protobuf:"bytes,6,opt,name=alias,proto3" json:"alias,omitempty"`
30501
+ RecipientType string `protobuf:"bytes,7,opt,name=recipient_type,json=recipientType,proto3" json:"recipient_type,omitempty"`
30502
+ RecipientTypeDetails string `protobuf:"bytes,8,opt,name=recipient_type_details,json=recipientTypeDetails,proto3" json:"recipient_type_details,omitempty"`
30503
+ UserPrincipalName string `protobuf:"bytes,9,opt,name=user_principal_name,json=userPrincipalName,proto3" json:"user_principal_name,omitempty"`
30504
+ Identity string `protobuf:"bytes,10,opt,name=identity,proto3" json:"identity,omitempty"`
30505
+ O365MailboxKey string `protobuf:"bytes,11,opt,name=o365_mailbox_key,json=o365MailboxKey,proto3" json:"o365_mailbox_key,omitempty"`
30506
+ O365OrganizationKey string `protobuf:"bytes,12,opt,name=o365_organization_key,json=o365OrganizationKey,proto3" json:"o365_organization_key,omitempty"`
30507
+ }
30508
+
30509
+ func (x *Office365Mailbox) Reset() {
30510
+ *x = Office365Mailbox{}
30511
+ if protoimpl.UnsafeEnabled {
30512
+ mi := &file_outbound_proto_msgTypes[245]
30513
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30514
+ ms.StoreMessageInfo(mi)
30515
+ }
30516
+ }
30517
+
30518
+ func (x *Office365Mailbox) String() string {
30519
+ return protoimpl.X.MessageStringOf(x)
30520
+ }
30521
+
30522
+ func (*Office365Mailbox) ProtoMessage() {}
30523
+
30524
+ func (x *Office365Mailbox) ProtoReflect() protoreflect.Message {
30525
+ mi := &file_outbound_proto_msgTypes[245]
30526
+ if protoimpl.UnsafeEnabled && x != nil {
30527
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30528
+ if ms.LoadMessageInfo() == nil {
30529
+ ms.StoreMessageInfo(mi)
30530
+ }
30531
+ return ms
30532
+ }
30533
+ return mi.MessageOf(x)
30534
+ }
30535
+
30536
+ // Deprecated: Use Office365Mailbox.ProtoReflect.Descriptor instead.
30537
+ func (*Office365Mailbox) Descriptor() ([]byte, []int) {
30538
+ return file_outbound_proto_rawDescGZIP(), []int{245}
30539
+ }
30540
+
30541
+ func (x *Office365Mailbox) GetO365MailboxId() string {
30542
+ if x != nil {
30543
+ return x.O365MailboxId
30544
+ }
30545
+ return ""
30546
+ }
30547
+
30548
+ func (x *Office365Mailbox) GetO365OrganizationId() string {
30549
+ if x != nil {
30550
+ return x.O365OrganizationId
30551
+ }
30552
+ return ""
30553
+ }
30554
+
30555
+ func (x *Office365Mailbox) GetDisplayName() string {
30556
+ if x != nil {
30557
+ return x.DisplayName
30558
+ }
30559
+ return ""
30560
+ }
30561
+
30562
+ func (x *Office365Mailbox) GetPrimaryEmail() string {
30563
+ if x != nil {
30564
+ return x.PrimaryEmail
30565
+ }
30566
+ return ""
30567
+ }
30568
+
30569
+ func (x *Office365Mailbox) GetEmailAddress() string {
30570
+ if x != nil {
30571
+ return x.EmailAddress
30572
+ }
30573
+ return ""
30574
+ }
30575
+
30576
+ func (x *Office365Mailbox) GetAlias() string {
30577
+ if x != nil {
30578
+ return x.Alias
30579
+ }
30580
+ return ""
30581
+ }
30582
+
30583
+ func (x *Office365Mailbox) GetRecipientType() string {
30584
+ if x != nil {
30585
+ return x.RecipientType
30586
+ }
30587
+ return ""
30588
+ }
30589
+
30590
+ func (x *Office365Mailbox) GetRecipientTypeDetails() string {
30591
+ if x != nil {
30592
+ return x.RecipientTypeDetails
30593
+ }
30594
+ return ""
30595
+ }
30596
+
30597
+ func (x *Office365Mailbox) GetUserPrincipalName() string {
30598
+ if x != nil {
30599
+ return x.UserPrincipalName
30600
+ }
30601
+ return ""
30602
+ }
30603
+
30604
+ func (x *Office365Mailbox) GetIdentity() string {
30605
+ if x != nil {
30606
+ return x.Identity
30607
+ }
30608
+ return ""
30609
+ }
30610
+
30611
+ func (x *Office365Mailbox) GetO365MailboxKey() string {
30612
+ if x != nil {
30613
+ return x.O365MailboxKey
30614
+ }
30615
+ return ""
30616
+ }
30617
+
30618
+ func (x *Office365Mailbox) GetO365OrganizationKey() string {
30619
+ if x != nil {
30620
+ return x.O365OrganizationKey
30621
+ }
30622
+ return ""
30623
+ }
30624
+
30482
30625
  type Office365AssignedPlan struct {
30483
30626
  state protoimpl.MessageState
30484
30627
  sizeCache protoimpl.SizeCache
@@ -30494,7 +30637,7 @@ type Office365AssignedPlan struct {
30494
30637
  func (x *Office365AssignedPlan) Reset() {
30495
30638
  *x = Office365AssignedPlan{}
30496
30639
  if protoimpl.UnsafeEnabled {
30497
- mi := &file_outbound_proto_msgTypes[245]
30640
+ mi := &file_outbound_proto_msgTypes[246]
30498
30641
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30499
30642
  ms.StoreMessageInfo(mi)
30500
30643
  }
@@ -30507,7 +30650,7 @@ func (x *Office365AssignedPlan) String() string {
30507
30650
  func (*Office365AssignedPlan) ProtoMessage() {}
30508
30651
 
30509
30652
  func (x *Office365AssignedPlan) ProtoReflect() protoreflect.Message {
30510
- mi := &file_outbound_proto_msgTypes[245]
30653
+ mi := &file_outbound_proto_msgTypes[246]
30511
30654
  if protoimpl.UnsafeEnabled && x != nil {
30512
30655
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30513
30656
  if ms.LoadMessageInfo() == nil {
@@ -30520,7 +30663,7 @@ func (x *Office365AssignedPlan) ProtoReflect() protoreflect.Message {
30520
30663
 
30521
30664
  // Deprecated: Use Office365AssignedPlan.ProtoReflect.Descriptor instead.
30522
30665
  func (*Office365AssignedPlan) Descriptor() ([]byte, []int) {
30523
- return file_outbound_proto_rawDescGZIP(), []int{245}
30666
+ return file_outbound_proto_rawDescGZIP(), []int{246}
30524
30667
  }
30525
30668
 
30526
30669
  func (x *Office365AssignedPlan) GetServicePlanId() string {
@@ -30570,7 +30713,7 @@ type Office365Contact struct {
30570
30713
  func (x *Office365Contact) Reset() {
30571
30714
  *x = Office365Contact{}
30572
30715
  if protoimpl.UnsafeEnabled {
30573
- mi := &file_outbound_proto_msgTypes[246]
30716
+ mi := &file_outbound_proto_msgTypes[247]
30574
30717
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30575
30718
  ms.StoreMessageInfo(mi)
30576
30719
  }
@@ -30583,7 +30726,7 @@ func (x *Office365Contact) String() string {
30583
30726
  func (*Office365Contact) ProtoMessage() {}
30584
30727
 
30585
30728
  func (x *Office365Contact) ProtoReflect() protoreflect.Message {
30586
- mi := &file_outbound_proto_msgTypes[246]
30729
+ mi := &file_outbound_proto_msgTypes[247]
30587
30730
  if protoimpl.UnsafeEnabled && x != nil {
30588
30731
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30589
30732
  if ms.LoadMessageInfo() == nil {
@@ -30596,7 +30739,7 @@ func (x *Office365Contact) ProtoReflect() protoreflect.Message {
30596
30739
 
30597
30740
  // Deprecated: Use Office365Contact.ProtoReflect.Descriptor instead.
30598
30741
  func (*Office365Contact) Descriptor() ([]byte, []int) {
30599
- return file_outbound_proto_rawDescGZIP(), []int{246}
30742
+ return file_outbound_proto_rawDescGZIP(), []int{247}
30600
30743
  }
30601
30744
 
30602
30745
  func (x *Office365Contact) GetDisplayName() string {
@@ -30635,7 +30778,7 @@ type Office365Domain struct {
30635
30778
  func (x *Office365Domain) Reset() {
30636
30779
  *x = Office365Domain{}
30637
30780
  if protoimpl.UnsafeEnabled {
30638
- mi := &file_outbound_proto_msgTypes[247]
30781
+ mi := &file_outbound_proto_msgTypes[248]
30639
30782
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30640
30783
  ms.StoreMessageInfo(mi)
30641
30784
  }
@@ -30648,7 +30791,7 @@ func (x *Office365Domain) String() string {
30648
30791
  func (*Office365Domain) ProtoMessage() {}
30649
30792
 
30650
30793
  func (x *Office365Domain) ProtoReflect() protoreflect.Message {
30651
- mi := &file_outbound_proto_msgTypes[247]
30794
+ mi := &file_outbound_proto_msgTypes[248]
30652
30795
  if protoimpl.UnsafeEnabled && x != nil {
30653
30796
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30654
30797
  if ms.LoadMessageInfo() == nil {
@@ -30661,7 +30804,7 @@ func (x *Office365Domain) ProtoReflect() protoreflect.Message {
30661
30804
 
30662
30805
  // Deprecated: Use Office365Domain.ProtoReflect.Descriptor instead.
30663
30806
  func (*Office365Domain) Descriptor() ([]byte, []int) {
30664
- return file_outbound_proto_rawDescGZIP(), []int{247}
30807
+ return file_outbound_proto_rawDescGZIP(), []int{248}
30665
30808
  }
30666
30809
 
30667
30810
  func (x *Office365Domain) GetId() int32 {
@@ -30762,12 +30905,13 @@ type Office365Group struct {
30762
30905
  MailNickname *string `protobuf:"bytes,7,opt,name=mail_nickname,json=mailNickname,proto3,oneof" json:"mail_nickname,omitempty"`
30763
30906
  ProxyAddresses *string `protobuf:"bytes,8,opt,name=proxy_addresses,json=proxyAddresses,proto3,oneof" json:"proxy_addresses,omitempty"`
30764
30907
  OrganizationEntityKey *string `protobuf:"bytes,9,opt,name=organization_entity_key,json=organizationEntityKey,proto3,oneof" json:"organization_entity_key,omitempty"` //Reference to the Office365 organization entity key related to this group
30908
+ Type *string `protobuf:"bytes,10,opt,name=type,proto3,oneof" json:"type,omitempty"`
30765
30909
  }
30766
30910
 
30767
30911
  func (x *Office365Group) Reset() {
30768
30912
  *x = Office365Group{}
30769
30913
  if protoimpl.UnsafeEnabled {
30770
- mi := &file_outbound_proto_msgTypes[248]
30914
+ mi := &file_outbound_proto_msgTypes[249]
30771
30915
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30772
30916
  ms.StoreMessageInfo(mi)
30773
30917
  }
@@ -30780,7 +30924,7 @@ func (x *Office365Group) String() string {
30780
30924
  func (*Office365Group) ProtoMessage() {}
30781
30925
 
30782
30926
  func (x *Office365Group) ProtoReflect() protoreflect.Message {
30783
- mi := &file_outbound_proto_msgTypes[248]
30927
+ mi := &file_outbound_proto_msgTypes[249]
30784
30928
  if protoimpl.UnsafeEnabled && x != nil {
30785
30929
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30786
30930
  if ms.LoadMessageInfo() == nil {
@@ -30793,7 +30937,7 @@ func (x *Office365Group) ProtoReflect() protoreflect.Message {
30793
30937
 
30794
30938
  // Deprecated: Use Office365Group.ProtoReflect.Descriptor instead.
30795
30939
  func (*Office365Group) Descriptor() ([]byte, []int) {
30796
- return file_outbound_proto_rawDescGZIP(), []int{248}
30940
+ return file_outbound_proto_rawDescGZIP(), []int{249}
30797
30941
  }
30798
30942
 
30799
30943
  func (x *Office365Group) GetObjectId() string {
@@ -30859,6 +31003,13 @@ func (x *Office365Group) GetOrganizationEntityKey() string {
30859
31003
  return ""
30860
31004
  }
30861
31005
 
31006
+ func (x *Office365Group) GetType() string {
31007
+ if x != nil && x.Type != nil {
31008
+ return *x.Type
31009
+ }
31010
+ return ""
31011
+ }
31012
+
30862
31013
  type Office365License struct {
30863
31014
  state protoimpl.MessageState
30864
31015
  sizeCache protoimpl.SizeCache
@@ -30874,12 +31025,13 @@ type Office365License struct {
30874
31025
  CapabilityStatus *string `protobuf:"bytes,8,opt,name=capability_status,json=capabilityStatus,proto3,oneof" json:"capability_status,omitempty"`
30875
31026
  UsersKeys map[string]bool `protobuf:"bytes,9,rep,name=users_keys,json=usersKeys,proto3" json:"users_keys,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // Entity keys of users assigned to this license
30876
31027
  ServicePlans []*Office365ServicePlan `protobuf:"bytes,10,rep,name=service_plans,json=servicePlans,proto3" json:"service_plans,omitempty"`
31028
+ Name *string `protobuf:"bytes,11,opt,name=name,proto3,oneof" json:"name,omitempty"`
30877
31029
  }
30878
31030
 
30879
31031
  func (x *Office365License) Reset() {
30880
31032
  *x = Office365License{}
30881
31033
  if protoimpl.UnsafeEnabled {
30882
- mi := &file_outbound_proto_msgTypes[249]
31034
+ mi := &file_outbound_proto_msgTypes[250]
30883
31035
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30884
31036
  ms.StoreMessageInfo(mi)
30885
31037
  }
@@ -30892,7 +31044,7 @@ func (x *Office365License) String() string {
30892
31044
  func (*Office365License) ProtoMessage() {}
30893
31045
 
30894
31046
  func (x *Office365License) ProtoReflect() protoreflect.Message {
30895
- mi := &file_outbound_proto_msgTypes[249]
31047
+ mi := &file_outbound_proto_msgTypes[250]
30896
31048
  if protoimpl.UnsafeEnabled && x != nil {
30897
31049
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30898
31050
  if ms.LoadMessageInfo() == nil {
@@ -30905,7 +31057,7 @@ func (x *Office365License) ProtoReflect() protoreflect.Message {
30905
31057
 
30906
31058
  // Deprecated: Use Office365License.ProtoReflect.Descriptor instead.
30907
31059
  func (*Office365License) Descriptor() ([]byte, []int) {
30908
- return file_outbound_proto_rawDescGZIP(), []int{249}
31060
+ return file_outbound_proto_rawDescGZIP(), []int{250}
30909
31061
  }
30910
31062
 
30911
31063
  func (x *Office365License) GetSkuId() string {
@@ -30978,6 +31130,13 @@ func (x *Office365License) GetServicePlans() []*Office365ServicePlan {
30978
31130
  return nil
30979
31131
  }
30980
31132
 
31133
+ func (x *Office365License) GetName() string {
31134
+ if x != nil && x.Name != nil {
31135
+ return *x.Name
31136
+ }
31137
+ return ""
31138
+ }
31139
+
30981
31140
  type Office365ServicePlan struct {
30982
31141
  state protoimpl.MessageState
30983
31142
  sizeCache protoimpl.SizeCache
@@ -30992,7 +31151,7 @@ type Office365ServicePlan struct {
30992
31151
  func (x *Office365ServicePlan) Reset() {
30993
31152
  *x = Office365ServicePlan{}
30994
31153
  if protoimpl.UnsafeEnabled {
30995
- mi := &file_outbound_proto_msgTypes[250]
31154
+ mi := &file_outbound_proto_msgTypes[251]
30996
31155
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
30997
31156
  ms.StoreMessageInfo(mi)
30998
31157
  }
@@ -31005,7 +31164,7 @@ func (x *Office365ServicePlan) String() string {
31005
31164
  func (*Office365ServicePlan) ProtoMessage() {}
31006
31165
 
31007
31166
  func (x *Office365ServicePlan) ProtoReflect() protoreflect.Message {
31008
- mi := &file_outbound_proto_msgTypes[250]
31167
+ mi := &file_outbound_proto_msgTypes[251]
31009
31168
  if protoimpl.UnsafeEnabled && x != nil {
31010
31169
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31011
31170
  if ms.LoadMessageInfo() == nil {
@@ -31018,7 +31177,7 @@ func (x *Office365ServicePlan) ProtoReflect() protoreflect.Message {
31018
31177
 
31019
31178
  // Deprecated: Use Office365ServicePlan.ProtoReflect.Descriptor instead.
31020
31179
  func (*Office365ServicePlan) Descriptor() ([]byte, []int) {
31021
- return file_outbound_proto_rawDescGZIP(), []int{250}
31180
+ return file_outbound_proto_rawDescGZIP(), []int{251}
31022
31181
  }
31023
31182
 
31024
31183
  func (x *Office365ServicePlan) GetServicePlanId() string {
@@ -31095,12 +31254,14 @@ type Office365User struct {
31095
31254
  Name *string `protobuf:"bytes,40,opt,name=name,proto3,oneof" json:"name,omitempty"`
31096
31255
  OrganizationEntityKey *string `protobuf:"bytes,41,opt,name=organization_entity_key,json=organizationEntityKey,proto3,oneof" json:"organization_entity_key,omitempty"` //Reference to the Office365 organization entity key related to this user
31097
31256
  GroupKeys map[string]bool `protobuf:"bytes,42,rep,name=group_keys,json=groupKeys,proto3" json:"group_keys,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // Deduplicated set of group entity keys this user is member of
31257
+ Type *string `protobuf:"bytes,43,opt,name=type,proto3,oneof" json:"type,omitempty"`
31258
+ Domain *string `protobuf:"bytes,44,opt,name=domain,proto3,oneof" json:"domain,omitempty"`
31098
31259
  }
31099
31260
 
31100
31261
  func (x *Office365User) Reset() {
31101
31262
  *x = Office365User{}
31102
31263
  if protoimpl.UnsafeEnabled {
31103
- mi := &file_outbound_proto_msgTypes[251]
31264
+ mi := &file_outbound_proto_msgTypes[252]
31104
31265
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31105
31266
  ms.StoreMessageInfo(mi)
31106
31267
  }
@@ -31113,7 +31274,7 @@ func (x *Office365User) String() string {
31113
31274
  func (*Office365User) ProtoMessage() {}
31114
31275
 
31115
31276
  func (x *Office365User) ProtoReflect() protoreflect.Message {
31116
- mi := &file_outbound_proto_msgTypes[251]
31277
+ mi := &file_outbound_proto_msgTypes[252]
31117
31278
  if protoimpl.UnsafeEnabled && x != nil {
31118
31279
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31119
31280
  if ms.LoadMessageInfo() == nil {
@@ -31126,7 +31287,7 @@ func (x *Office365User) ProtoReflect() protoreflect.Message {
31126
31287
 
31127
31288
  // Deprecated: Use Office365User.ProtoReflect.Descriptor instead.
31128
31289
  func (*Office365User) Descriptor() ([]byte, []int) {
31129
- return file_outbound_proto_rawDescGZIP(), []int{251}
31290
+ return file_outbound_proto_rawDescGZIP(), []int{252}
31130
31291
  }
31131
31292
 
31132
31293
  func (x *Office365User) GetObjectId() string {
@@ -31416,6 +31577,20 @@ func (x *Office365User) GetGroupKeys() map[string]bool {
31416
31577
  return nil
31417
31578
  }
31418
31579
 
31580
+ func (x *Office365User) GetType() string {
31581
+ if x != nil && x.Type != nil {
31582
+ return *x.Type
31583
+ }
31584
+ return ""
31585
+ }
31586
+
31587
+ func (x *Office365User) GetDomain() string {
31588
+ if x != nil && x.Domain != nil {
31589
+ return *x.Domain
31590
+ }
31591
+ return ""
31592
+ }
31593
+
31419
31594
  // from WindowsActiveX
31420
31595
  type InternetExplorer_ActiveX struct {
31421
31596
  state protoimpl.MessageState
@@ -31431,7 +31606,7 @@ type InternetExplorer_ActiveX struct {
31431
31606
  func (x *InternetExplorer_ActiveX) Reset() {
31432
31607
  *x = InternetExplorer_ActiveX{}
31433
31608
  if protoimpl.UnsafeEnabled {
31434
- mi := &file_outbound_proto_msgTypes[253]
31609
+ mi := &file_outbound_proto_msgTypes[254]
31435
31610
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31436
31611
  ms.StoreMessageInfo(mi)
31437
31612
  }
@@ -31444,7 +31619,7 @@ func (x *InternetExplorer_ActiveX) String() string {
31444
31619
  func (*InternetExplorer_ActiveX) ProtoMessage() {}
31445
31620
 
31446
31621
  func (x *InternetExplorer_ActiveX) ProtoReflect() protoreflect.Message {
31447
- mi := &file_outbound_proto_msgTypes[253]
31622
+ mi := &file_outbound_proto_msgTypes[254]
31448
31623
  if protoimpl.UnsafeEnabled && x != nil {
31449
31624
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31450
31625
  if ms.LoadMessageInfo() == nil {
@@ -31508,7 +31683,7 @@ type InternetExplorer_Extension struct {
31508
31683
  func (x *InternetExplorer_Extension) Reset() {
31509
31684
  *x = InternetExplorer_Extension{}
31510
31685
  if protoimpl.UnsafeEnabled {
31511
- mi := &file_outbound_proto_msgTypes[254]
31686
+ mi := &file_outbound_proto_msgTypes[255]
31512
31687
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31513
31688
  ms.StoreMessageInfo(mi)
31514
31689
  }
@@ -31521,7 +31696,7 @@ func (x *InternetExplorer_Extension) String() string {
31521
31696
  func (*InternetExplorer_Extension) ProtoMessage() {}
31522
31697
 
31523
31698
  func (x *InternetExplorer_Extension) ProtoReflect() protoreflect.Message {
31524
- mi := &file_outbound_proto_msgTypes[254]
31699
+ mi := &file_outbound_proto_msgTypes[255]
31525
31700
  if protoimpl.UnsafeEnabled && x != nil {
31526
31701
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31527
31702
  if ms.LoadMessageInfo() == nil {
@@ -31612,7 +31787,7 @@ type InternetExplorer_BrowserObject struct {
31612
31787
  func (x *InternetExplorer_BrowserObject) Reset() {
31613
31788
  *x = InternetExplorer_BrowserObject{}
31614
31789
  if protoimpl.UnsafeEnabled {
31615
- mi := &file_outbound_proto_msgTypes[255]
31790
+ mi := &file_outbound_proto_msgTypes[256]
31616
31791
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31617
31792
  ms.StoreMessageInfo(mi)
31618
31793
  }
@@ -31625,7 +31800,7 @@ func (x *InternetExplorer_BrowserObject) String() string {
31625
31800
  func (*InternetExplorer_BrowserObject) ProtoMessage() {}
31626
31801
 
31627
31802
  func (x *InternetExplorer_BrowserObject) ProtoReflect() protoreflect.Message {
31628
- mi := &file_outbound_proto_msgTypes[255]
31803
+ mi := &file_outbound_proto_msgTypes[256]
31629
31804
  if protoimpl.UnsafeEnabled && x != nil {
31630
31805
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31631
31806
  if ms.LoadMessageInfo() == nil {
@@ -31660,7 +31835,7 @@ type InternetExplorer_BarInfo struct {
31660
31835
  func (x *InternetExplorer_BarInfo) Reset() {
31661
31836
  *x = InternetExplorer_BarInfo{}
31662
31837
  if protoimpl.UnsafeEnabled {
31663
- mi := &file_outbound_proto_msgTypes[256]
31838
+ mi := &file_outbound_proto_msgTypes[257]
31664
31839
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31665
31840
  ms.StoreMessageInfo(mi)
31666
31841
  }
@@ -31673,7 +31848,7 @@ func (x *InternetExplorer_BarInfo) String() string {
31673
31848
  func (*InternetExplorer_BarInfo) ProtoMessage() {}
31674
31849
 
31675
31850
  func (x *InternetExplorer_BarInfo) ProtoReflect() protoreflect.Message {
31676
- mi := &file_outbound_proto_msgTypes[256]
31851
+ mi := &file_outbound_proto_msgTypes[257]
31677
31852
  if protoimpl.UnsafeEnabled && x != nil {
31678
31853
  ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
31679
31854
  if ms.LoadMessageInfo() == nil {
@@ -41629,7 +41804,7 @@ var file_outbound_proto_rawDesc = []byte{
41629
41804
  0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08,
41630
41805
  0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62,
41631
41806
  0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c,
41632
- 0x65, 0x64, 0x22, 0xc5, 0x08, 0x0a, 0x15, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35,
41807
+ 0x65, 0x64, 0x22, 0x94, 0x09, 0x0a, 0x15, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35,
41633
41808
  0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x0a, 0x09,
41634
41809
  0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
41635
41810
  0x08, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0b, 0x64, 0x69, 0x73,
@@ -41679,487 +41854,532 @@ var file_outbound_proto_rawDesc = []byte{
41679
41854
  0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
41680
41855
  0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
41681
41856
  0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x43, 0x6f, 0x6e,
41682
- 0x74, 0x61, 0x63, 0x74, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x1a, 0x76,
41683
- 0x0a, 0x12, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x73, 0x45,
41684
- 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
41685
- 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x4a, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
41686
- 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
41687
- 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
41688
- 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41,
41689
- 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x05, 0x76, 0x61, 0x6c,
41690
- 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c,
41691
- 0x61, 0x79, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74,
41692
- 0x72, 0x79, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x63, 0x69, 0x74, 0x79, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
41693
- 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c,
41694
- 0x5f, 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x08, 0x0a, 0x06,
41695
- 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x65,
41696
- 0x74, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f,
41697
- 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61,
41698
- 0x6e, 0x79, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63,
41699
- 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79,
41700
- 0x6e, 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0xbd, 0x03, 0x0a, 0x15, 0x4f,
41701
- 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64,
41702
- 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x26, 0x0a, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f,
41703
- 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73,
41704
- 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x07,
41705
- 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52,
41706
- 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x63,
41707
- 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
41708
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x10, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69,
41709
- 0x6c, 0x69, 0x74, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x4f, 0x0a,
41710
- 0x13, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73,
41711
- 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
41712
- 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
41713
- 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x02, 0x52, 0x11, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e,
41714
- 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x88, 0x01, 0x01, 0x12, 0x62,
41715
- 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x05, 0x20, 0x03,
41716
- 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
41717
- 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
41718
- 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69,
41719
- 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65,
41720
- 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x75, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65,
41721
- 0x79, 0x73, 0x1a, 0x3c, 0x0a, 0x0e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45,
41722
- 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
41723
- 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
41724
- 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
41725
- 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x42, 0x14, 0x0a, 0x12,
41726
- 0x5f, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74,
41727
- 0x75, 0x73, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f,
41728
- 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0x6d, 0x0a, 0x10, 0x4f, 0x66,
41729
- 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x12, 0x26,
41730
- 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01,
41731
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e,
41732
- 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02,
41733
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x88, 0x01, 0x01, 0x42,
41734
- 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
41735
- 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0xaf, 0x05, 0x0a, 0x0f, 0x4f, 0x66,
41736
- 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x0e, 0x0a,
41737
- 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x2c, 0x0a,
41738
- 0x0f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64,
41739
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x0e, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69,
41740
- 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x64,
41741
- 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
41742
- 0x48, 0x01, 0x52, 0x0a, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01,
41743
- 0x01, 0x12, 0x34, 0x0a, 0x13, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74,
41744
- 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02,
41745
- 0x52, 0x12, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
41746
- 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10, 0x69, 0x73, 0x5f, 0x61, 0x64,
41747
- 0x6d, 0x69, 0x6e, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28,
41748
- 0x08, 0x48, 0x03, 0x52, 0x0e, 0x69, 0x73, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x6e, 0x61,
41749
- 0x67, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x66,
41750
- 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x48, 0x04, 0x52, 0x09, 0x69, 0x73,
41751
- 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x73,
41752
- 0x5f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x05,
41753
- 0x52, 0x09, 0x69, 0x73, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x1c,
41754
- 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x48,
41755
- 0x06, 0x52, 0x06, 0x69, 0x73, 0x52, 0x6f, 0x6f, 0x74, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b,
41756
- 0x69, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28,
41757
- 0x08, 0x48, 0x07, 0x52, 0x0a, 0x69, 0x73, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x88,
41758
- 0x01, 0x01, 0x12, 0x32, 0x0a, 0x12, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x5f,
41759
- 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08,
41760
- 0x52, 0x11, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69,
41761
- 0x63, 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18,
41762
- 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x88, 0x01,
41763
- 0x01, 0x12, 0x34, 0x0a, 0x13, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74,
41764
- 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a,
41765
- 0x52, 0x12, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x74,
41766
- 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x6f, 0x72, 0x67, 0x61,
41767
- 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
41768
- 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f,
41769
- 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74,
41770
- 0x79, 0x70, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x69, 0x73, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e,
41771
- 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x73, 0x5f,
41772
- 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x73, 0x5f, 0x69,
41773
- 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x69, 0x73, 0x5f, 0x72, 0x6f,
41774
- 0x6f, 0x74, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x69, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69,
41775
- 0x65, 0x64, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64,
41776
- 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x74,
41777
- 0x61, 0x74, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69,
41778
- 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x94, 0x04, 0x0a, 0x0e,
41779
- 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1b,
41780
- 0x0a, 0x09, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
41781
- 0x09, 0x52, 0x08, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x64,
41782
- 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
41783
- 0x09, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65,
41784
- 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
41785
- 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63,
41786
- 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x6d, 0x61,
41787
- 0x69, 0x6c, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08,
41788
- 0x48, 0x02, 0x52, 0x0b, 0x6d, 0x61, 0x69, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88,
41789
- 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x65,
41790
- 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x48, 0x03, 0x52, 0x0f,
41791
- 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88,
41792
- 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
41793
- 0x48, 0x04, 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x6d,
41794
- 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01,
41795
- 0x28, 0x09, 0x48, 0x05, 0x52, 0x0c, 0x6d, 0x61, 0x69, 0x6c, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61,
41796
- 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x61,
41797
- 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06,
41798
- 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73,
41799
- 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
41800
- 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x09,
41801
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x15, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
41802
- 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4b, 0x65, 0x79, 0x88, 0x01, 0x01,
41803
- 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d,
41804
- 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
41805
- 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c,
41806
- 0x65, 0x64, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f,
41807
- 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d, 0x61, 0x69, 0x6c,
41808
- 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61,
41809
- 0x6d, 0x65, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x61, 0x64, 0x64,
41810
- 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e,
41811
- 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6b,
41812
- 0x65, 0x79, 0x22, 0x9a, 0x06, 0x0a, 0x10, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35,
41813
- 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x15, 0x0a, 0x06, 0x73, 0x6b, 0x75, 0x5f, 0x69,
41814
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x6b, 0x75, 0x49, 0x64, 0x12, 0x2a,
41815
- 0x0a, 0x0e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73,
41816
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d,
41817
- 0x65, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x73, 0x88, 0x01, 0x01, 0x12, 0x37, 0x0a, 0x15, 0x70, 0x72,
41857
+ 0x74, 0x61, 0x63, 0x74, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x12, 0x4d,
41858
+ 0x0a, 0x09, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x65, 0x73, 0x18, 0x12, 0x20, 0x03, 0x28,
41859
+ 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
41860
+ 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
41861
+ 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62,
41862
+ 0x6f, 0x78, 0x52, 0x09, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x65, 0x73, 0x1a, 0x76, 0x0a,
41863
+ 0x12, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x73, 0x45, 0x6e,
41864
+ 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
41865
+ 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x4a, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
41866
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
41867
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
41868
+ 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73,
41869
+ 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
41870
+ 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61,
41871
+ 0x79, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72,
41872
+ 0x79, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x63, 0x69, 0x74, 0x79, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x63,
41873
+ 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
41874
+ 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f,
41875
+ 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74,
41876
+ 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e,
41877
+ 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
41878
+ 0x79, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f,
41879
+ 0x74, 0x69, 0x6d, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e,
41880
+ 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0xf6, 0x03, 0x0a, 0x10, 0x4f, 0x66,
41881
+ 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x12, 0x26,
41882
+ 0x0a, 0x0f, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x5f, 0x69,
41883
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6f, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69,
41884
+ 0x6c, 0x62, 0x6f, 0x78, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x14, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6f,
41885
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02,
41886
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6f, 0x33, 0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
41887
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70,
41888
+ 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
41889
+ 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70,
41890
+ 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x5f, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01,
41891
+ 0x28, 0x09, 0x52, 0x0c, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x45, 0x6d, 0x61, 0x69, 0x6c,
41892
+ 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73,
41893
+ 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x41, 0x64,
41894
+ 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x18, 0x06,
41895
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x72,
41896
+ 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20,
41897
+ 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79,
41898
+ 0x70, 0x65, 0x12, 0x34, 0x0a, 0x16, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f,
41899
+ 0x74, 0x79, 0x70, 0x65, 0x5f, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x08, 0x20, 0x01,
41900
+ 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70,
41901
+ 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x2e, 0x0a, 0x13, 0x75, 0x73, 0x65, 0x72,
41902
+ 0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
41903
+ 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x75, 0x73, 0x65, 0x72, 0x50, 0x72, 0x69, 0x6e, 0x63,
41904
+ 0x69, 0x70, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e,
41905
+ 0x74, 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x64, 0x65, 0x6e,
41906
+ 0x74, 0x69, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6d, 0x61, 0x69,
41907
+ 0x6c, 0x62, 0x6f, 0x78, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
41908
+ 0x6f, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x4b, 0x65, 0x79, 0x12, 0x32,
41909
+ 0x0a, 0x15, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
41910
+ 0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x6f,
41911
+ 0x33, 0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4b,
41912
+ 0x65, 0x79, 0x22, 0xbd, 0x03, 0x0a, 0x15, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35,
41913
+ 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x26, 0x0a, 0x0f,
41914
+ 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18,
41915
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c,
41916
+ 0x61, 0x6e, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18,
41917
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
41918
+ 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74,
41919
+ 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01,
41920
+ 0x52, 0x10, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x74, 0x61, 0x74,
41921
+ 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x4f, 0x0a, 0x13, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65,
41922
+ 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01,
41923
+ 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
41924
+ 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x02,
41925
+ 0x52, 0x11, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x74,
41926
+ 0x61, 0x6d, 0x70, 0x88, 0x01, 0x01, 0x12, 0x62, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x5f,
41927
+ 0x6b, 0x65, 0x79, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x63, 0x6f, 0x6d,
41928
+ 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
41929
+ 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63,
41930
+ 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e,
41931
+ 0x2e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
41932
+ 0x09, 0x75, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x1a, 0x3c, 0x0a, 0x0e, 0x55, 0x73,
41933
+ 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03,
41934
+ 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14,
41935
+ 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76,
41936
+ 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x73, 0x65, 0x72,
41937
+ 0x76, 0x69, 0x63, 0x65, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c,
41938
+ 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x61,
41939
+ 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x74, 0x61,
41940
+ 0x6d, 0x70, 0x22, 0x6d, 0x0a, 0x10, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x43,
41941
+ 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61,
41942
+ 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b,
41943
+ 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17,
41944
+ 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x04,
41945
+ 0x6d, 0x61, 0x69, 0x6c, 0x88, 0x01, 0x01, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70,
41946
+ 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d, 0x61, 0x69,
41947
+ 0x6c, 0x22, 0xaf, 0x05, 0x0a, 0x0f, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x44,
41948
+ 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
41949
+ 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x2c, 0x0a, 0x0f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
41950
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00,
41951
+ 0x52, 0x0e, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64,
41952
+ 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x6e, 0x61,
41953
+ 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0a, 0x64, 0x6f, 0x6d, 0x61,
41954
+ 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x61, 0x75, 0x74,
41955
+ 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65,
41956
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x12, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e,
41957
+ 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12,
41958
+ 0x2d, 0x0a, 0x10, 0x69, 0x73, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x6d, 0x61, 0x6e, 0x61,
41959
+ 0x67, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x48, 0x03, 0x52, 0x0e, 0x69, 0x73, 0x41,
41960
+ 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x22,
41961
+ 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01,
41962
+ 0x28, 0x08, 0x48, 0x04, 0x52, 0x09, 0x69, 0x73, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x88,
41963
+ 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c,
41964
+ 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x05, 0x52, 0x09, 0x69, 0x73, 0x49, 0x6e, 0x69, 0x74,
41965
+ 0x69, 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x72, 0x6f, 0x6f,
41966
+ 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x48, 0x06, 0x52, 0x06, 0x69, 0x73, 0x52, 0x6f, 0x6f,
41967
+ 0x74, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x69, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x69, 0x66,
41968
+ 0x69, 0x65, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x48, 0x07, 0x52, 0x0a, 0x69, 0x73, 0x56,
41969
+ 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x32, 0x0a, 0x12, 0x73, 0x75,
41970
+ 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73,
41971
+ 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x11, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72,
41972
+ 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x19,
41973
+ 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52,
41974
+ 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x61, 0x76, 0x61,
41975
+ 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
41976
+ 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x12, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61,
41977
+ 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x42,
41978
+ 0x12, 0x0a, 0x10, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
41979
+ 0x5f, 0x69, 0x64, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x6e,
41980
+ 0x61, 0x6d, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69,
41981
+ 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f,
41982
+ 0x69, 0x73, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64,
41983
+ 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x42,
41984
+ 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x73, 0x5f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x42, 0x0a,
41985
+ 0x0a, 0x08, 0x5f, 0x69, 0x73, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x69,
41986
+ 0x73, 0x5f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x73,
41987
+ 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
41988
+ 0x73, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f,
41989
+ 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61,
41990
+ 0x74, 0x75, 0x73, 0x22, 0xb6, 0x04, 0x0a, 0x0e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36,
41991
+ 0x35, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74,
41992
+ 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x62, 0x6a, 0x65, 0x63,
41993
+ 0x74, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e,
41994
+ 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73,
41995
+ 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0b, 0x64,
41996
+ 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
41997
+ 0x48, 0x01, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88,
41998
+ 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c,
41999
+ 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x48, 0x02, 0x52, 0x0b, 0x6d, 0x61, 0x69, 0x6c,
42000
+ 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x73, 0x65,
42001
+ 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05,
42002
+ 0x20, 0x01, 0x28, 0x08, 0x48, 0x03, 0x52, 0x0f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79,
42003
+ 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6d, 0x61,
42004
+ 0x69, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c,
42005
+ 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b,
42006
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x0c, 0x6d, 0x61,
42007
+ 0x69, 0x6c, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a,
42008
+ 0x0f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73,
42009
+ 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x41,
42010
+ 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x6f,
42011
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69,
42012
+ 0x74, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x15,
42013
+ 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x74, 0x69,
42014
+ 0x74, 0x79, 0x4b, 0x65, 0x79, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65,
42015
+ 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x88, 0x01,
42016
+ 0x01, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61,
42017
+ 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
42018
+ 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x65, 0x6e, 0x61, 0x62,
42019
+ 0x6c, 0x65, 0x64, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79,
42020
+ 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d, 0x61, 0x69,
42021
+ 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x6e,
42022
+ 0x61, 0x6d, 0x65, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x61, 0x64,
42023
+ 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x6f, 0x72, 0x67, 0x61,
42024
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f,
42025
+ 0x6b, 0x65, 0x79, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0xbc, 0x06, 0x0a,
42026
+ 0x10, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73,
42027
+ 0x65, 0x12, 0x15, 0x0a, 0x06, 0x73, 0x6b, 0x75, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
42028
+ 0x09, 0x52, 0x05, 0x73, 0x6b, 0x75, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x0e, 0x63, 0x6f, 0x6e, 0x73,
42029
+ 0x75, 0x6d, 0x65, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
42030
+ 0x48, 0x00, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x64, 0x55, 0x6e, 0x69, 0x74,
42031
+ 0x73, 0x88, 0x01, 0x01, 0x12, 0x37, 0x0a, 0x15, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f,
42032
+ 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x03, 0x20,
42033
+ 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x13, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x55, 0x6e,
42034
+ 0x69, 0x74, 0x73, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a,
42035
+ 0x17, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x73,
42036
+ 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x48, 0x02,
42037
+ 0x52, 0x15, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x73, 0x53, 0x75,
42038
+ 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x37, 0x0a, 0x15, 0x70, 0x72,
42039
+ 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x77, 0x61, 0x72, 0x6e,
42040
+ 0x69, 0x6e, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x48, 0x03, 0x52, 0x13, 0x70, 0x72, 0x65,
42041
+ 0x70, 0x61, 0x69, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x73, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67,
42042
+ 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x73, 0x6b, 0x75, 0x5f, 0x70, 0x61, 0x72, 0x74, 0x5f,
42043
+ 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x0d,
42044
+ 0x73, 0x6b, 0x75, 0x50, 0x61, 0x72, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01,
42045
+ 0x12, 0x22, 0x0a, 0x0a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x18, 0x07,
42046
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x54,
42047
+ 0x6f, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69,
42048
+ 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48,
42049
+ 0x06, 0x52, 0x10, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x74, 0x61,
42050
+ 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x5d, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x5f,
42051
+ 0x6b, 0x65, 0x79, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x63, 0x6f, 0x6d,
42052
+ 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
42053
+ 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63,
42054
+ 0x65, 0x33, 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72,
42055
+ 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x75, 0x73, 0x65, 0x72,
42056
+ 0x73, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x58, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
42057
+ 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x63,
42058
+ 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
42059
+ 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66,
42060
+ 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61,
42061
+ 0x6e, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x73, 0x12,
42062
+ 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52,
42063
+ 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x1a, 0x3c, 0x0a, 0x0e, 0x55, 0x73, 0x65, 0x72,
42064
+ 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65,
42065
+ 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05,
42066
+ 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c,
42067
+ 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75,
42068
+ 0x6d, 0x65, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x70, 0x72,
41818
42069
  0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x65, 0x6e, 0x61, 0x62,
41819
- 0x6c, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x13, 0x70, 0x72, 0x65,
41820
- 0x70, 0x61, 0x69, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x73, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
41821
- 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75,
41822
- 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x18, 0x04,
41823
- 0x20, 0x01, 0x28, 0x05, 0x48, 0x02, 0x52, 0x15, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x55,
41824
- 0x6e, 0x69, 0x74, 0x73, 0x53, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x88, 0x01, 0x01,
41825
- 0x12, 0x37, 0x0a, 0x15, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74,
41826
- 0x73, 0x5f, 0x77, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x48,
41827
- 0x03, 0x52, 0x13, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x73, 0x57,
41828
- 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x73, 0x6b, 0x75,
41829
- 0x5f, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01,
41830
- 0x28, 0x09, 0x48, 0x04, 0x52, 0x0d, 0x73, 0x6b, 0x75, 0x50, 0x61, 0x72, 0x74, 0x4e, 0x75, 0x6d,
41831
- 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65,
41832
- 0x73, 0x5f, 0x74, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x09, 0x61, 0x70,
41833
- 0x70, 0x6c, 0x69, 0x65, 0x73, 0x54, 0x6f, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x63, 0x61,
41834
- 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
41835
- 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x10, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c,
41836
- 0x69, 0x74, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x5d, 0x0a, 0x0a,
41837
- 0x75, 0x73, 0x65, 0x72, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b,
41838
- 0x32, 0x3e, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
41839
- 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31,
41840
- 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73,
41841
- 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79,
41842
- 0x52, 0x09, 0x75, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x58, 0x0a, 0x0d, 0x73,
41843
- 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x73, 0x18, 0x0a, 0x20, 0x03,
41844
- 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
41845
- 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
41846
- 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x53, 0x65, 0x72, 0x76,
41847
- 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
41848
- 0x50, 0x6c, 0x61, 0x6e, 0x73, 0x1a, 0x3c, 0x0a, 0x0e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65,
41849
- 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
41850
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c,
41851
- 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a,
41852
- 0x02, 0x38, 0x01, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x64,
41853
- 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x70, 0x72, 0x65, 0x70, 0x61,
41854
- 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
41855
- 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69,
41856
- 0x74, 0x73, 0x5f, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x42, 0x18, 0x0a, 0x16,
41857
- 0x5f, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x77,
41858
- 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x73, 0x6b, 0x75, 0x5f, 0x70,
41859
- 0x61, 0x72, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61,
41860
- 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x63, 0x61,
41861
- 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22,
41862
- 0x9f, 0x02, 0x0a, 0x14, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x53, 0x65, 0x72,
41863
- 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x2b, 0x0a, 0x0f, 0x73, 0x65, 0x72, 0x76,
41864
- 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
41865
- 0x09, 0x48, 0x00, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e,
41866
- 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2f, 0x0a, 0x11, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
41867
- 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
41868
- 0x48, 0x01, 0x52, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x4e,
41869
- 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73,
41870
- 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20,
41871
- 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x12, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e,
41872
- 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a,
41873
- 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
41874
- 0x48, 0x03, 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x54, 0x6f, 0x88, 0x01, 0x01,
41875
- 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61,
41876
- 0x6e, 0x5f, 0x69, 0x64, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
41877
- 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x70,
41878
- 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x74, 0x61, 0x74,
41879
- 0x75, 0x73, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74,
41880
- 0x6f, 0x22, 0x9e, 0x16, 0x0a, 0x0d, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x55,
41881
- 0x73, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64,
41882
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64,
41883
- 0x12, 0x33, 0x0a, 0x13, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70,
41884
- 0x61, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52,
41885
- 0x11, 0x75, 0x73, 0x65, 0x72, 0x50, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x4e, 0x61,
41886
- 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79,
41887
- 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0b, 0x64,
41888
- 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a,
41889
- 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x04, 0x6d,
41890
- 0x61, 0x69, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e,
41891
- 0x74, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x48,
41892
- 0x03, 0x52, 0x0e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
41893
- 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75,
41894
- 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x08, 0x61, 0x67, 0x65, 0x47, 0x72,
41895
- 0x6f, 0x75, 0x70, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x07,
41896
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, 0x12,
41897
- 0x1d, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
41898
- 0x48, 0x06, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x88, 0x01, 0x01, 0x12, 0x40,
41899
- 0x0a, 0x1a, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64,
41900
- 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x5f, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x18, 0x09, 0x20, 0x01,
41901
- 0x28, 0x09, 0x48, 0x07, 0x52, 0x17, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f,
41902
- 0x76, 0x69, 0x64, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x88, 0x01, 0x01,
41903
- 0x12, 0x28, 0x0a, 0x0d, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70,
41904
- 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x0c, 0x63, 0x72, 0x65, 0x61, 0x74,
41905
- 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x64, 0x65,
41906
- 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09,
41907
- 0x52, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12,
41908
- 0x2d, 0x0a, 0x10, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62,
41909
- 0x6c, 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0a, 0x52, 0x0e, 0x64, 0x69, 0x72,
41910
- 0x53, 0x79, 0x6e, 0x63, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x41,
41911
- 0x0a, 0x1a, 0x66, 0x61, 0x63, 0x73, 0x69, 0x6d, 0x69, 0x6c, 0x65, 0x5f, 0x74, 0x65, 0x6c, 0x65,
41912
- 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01,
41913
- 0x28, 0x09, 0x48, 0x0b, 0x52, 0x18, 0x66, 0x61, 0x63, 0x73, 0x69, 0x6d, 0x69, 0x6c, 0x65, 0x54,
41914
- 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01,
41915
- 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
41916
- 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x09, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x4e, 0x61,
41917
- 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x69, 0x6d, 0x6d, 0x75, 0x74, 0x61, 0x62,
41918
- 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x0b, 0x69,
41919
- 0x6d, 0x6d, 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a,
41920
- 0x17, 0x69, 0x73, 0x5f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e,
41921
- 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0e,
41922
- 0x52, 0x15, 0x69, 0x73, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x69,
41923
- 0x73, 0x74, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x69, 0x73,
41924
- 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x48,
41925
- 0x0f, 0x52, 0x0a, 0x69, 0x73, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x88, 0x01, 0x01,
41926
- 0x12, 0x20, 0x0a, 0x09, 0x6a, 0x6f, 0x62, 0x5f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x12, 0x20,
41927
- 0x01, 0x28, 0x09, 0x48, 0x10, 0x52, 0x08, 0x6a, 0x6f, 0x62, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x88,
41928
- 0x01, 0x01, 0x12, 0x4c, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73,
41929
- 0x79, 0x6e, 0x63, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
41930
- 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
41931
- 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x11, 0x52, 0x0f, 0x6c, 0x61,
41932
- 0x73, 0x74, 0x44, 0x69, 0x72, 0x53, 0x79, 0x6e, 0x63, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01,
41933
- 0x12, 0x48, 0x0a, 0x1e, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72,
41934
- 0x6f, 0x75, 0x70, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69,
41935
- 0x6f, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x48, 0x12, 0x52, 0x1b, 0x6c, 0x65, 0x67, 0x61,
41936
- 0x6c, 0x41, 0x67, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66,
41937
- 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0e, 0x6d, 0x61,
41938
- 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x15, 0x20, 0x01,
41939
- 0x28, 0x09, 0x48, 0x13, 0x52, 0x0c, 0x6d, 0x61, 0x69, 0x6c, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61,
41940
- 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18,
41941
- 0x16, 0x20, 0x01, 0x28, 0x09, 0x48, 0x14, 0x52, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x88,
41942
- 0x01, 0x01, 0x12, 0x4a, 0x0a, 0x1f, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x6d, 0x69, 0x73, 0x65,
41943
- 0x73, 0x5f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74,
41944
- 0x69, 0x66, 0x69, 0x65, 0x72, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x48, 0x15, 0x52, 0x1c, 0x6f,
41945
- 0x6e, 0x50, 0x72, 0x65, 0x6d, 0x69, 0x73, 0x65, 0x73, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74,
41946
- 0x79, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x24,
41947
- 0x0a, 0x0b, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x18, 0x20,
41948
- 0x01, 0x28, 0x09, 0x48, 0x16, 0x52, 0x0a, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x4d, 0x61, 0x69, 0x6c,
41949
- 0x73, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64,
41950
- 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x48,
41951
- 0x17, 0x52, 0x10, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63,
41952
- 0x69, 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f,
41953
- 0x72, 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09,
41954
- 0x48, 0x18, 0x52, 0x0f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x50, 0x72, 0x6f, 0x66,
41955
- 0x69, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x46, 0x0a, 0x1d, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63,
41956
- 0x61, 0x6c, 0x5f, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x5f, 0x6f, 0x66, 0x66, 0x69,
41957
- 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x19, 0x52,
41958
- 0x1a, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72,
41959
- 0x79, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24,
41960
- 0x0a, 0x0b, 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x1c, 0x20,
41961
- 0x01, 0x28, 0x09, 0x48, 0x1a, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x64,
41962
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x32, 0x0a, 0x12, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65,
41963
- 0x64, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09,
41964
- 0x48, 0x1b, 0x52, 0x11, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x4c, 0x61, 0x6e,
41965
- 0x67, 0x75, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x6c, 0x0a, 0x23, 0x72, 0x65, 0x66, 0x72,
41966
- 0x65, 0x73, 0x68, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64,
41967
- 0x5f, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18,
41968
- 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
41969
- 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d,
41970
- 0x70, 0x48, 0x1c, 0x52, 0x1e, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x54, 0x6f, 0x6b, 0x65,
41971
- 0x6e, 0x73, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x65, 0x54,
41972
- 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18,
41973
- 0x20, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1d, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x88, 0x01,
41974
- 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x18, 0x21, 0x20, 0x01, 0x28,
41975
- 0x09, 0x48, 0x1e, 0x52, 0x06, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2e,
41976
- 0x0a, 0x10, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62,
41977
- 0x65, 0x72, 0x18, 0x22, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1f, 0x52, 0x0f, 0x74, 0x65, 0x6c, 0x65,
41978
- 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2a,
41979
- 0x0a, 0x0e, 0x75, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
41980
- 0x18, 0x23, 0x20, 0x01, 0x28, 0x09, 0x48, 0x20, 0x52, 0x0d, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c,
41981
- 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x75, 0x73,
41982
- 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x24, 0x20, 0x01, 0x28, 0x09, 0x48, 0x21, 0x52,
41983
- 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b,
41984
- 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x75, 0x70, 0x6e, 0x18, 0x25, 0x20, 0x01, 0x28,
41985
- 0x09, 0x48, 0x22, 0x52, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x6e, 0x88,
41986
- 0x01, 0x01, 0x12, 0x32, 0x0a, 0x12, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73,
41987
- 0x68, 0x65, 0x64, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x26, 0x20, 0x01, 0x28, 0x09, 0x48, 0x23,
41988
- 0x52, 0x11, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x64, 0x4e,
41989
- 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x43, 0x0a, 0x1c, 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f,
41990
- 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x6f, 0x6e, 0x5f, 0x6e, 0x65, 0x78, 0x74,
41991
- 0x5f, 0x6c, 0x6f, 0x67, 0x6f, 0x6e, 0x18, 0x27, 0x20, 0x01, 0x28, 0x08, 0x48, 0x24, 0x52, 0x18,
41992
- 0x72, 0x65, 0x73, 0x65, 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x4f, 0x6e, 0x4e,
41993
- 0x65, 0x78, 0x74, 0x4c, 0x6f, 0x67, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6e,
41994
- 0x61, 0x6d, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, 0x09, 0x48, 0x25, 0x52, 0x04, 0x6e, 0x61, 0x6d,
41995
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
41996
- 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x18,
41997
- 0x29, 0x20, 0x01, 0x28, 0x09, 0x48, 0x26, 0x52, 0x15, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
41998
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4b, 0x65, 0x79, 0x88, 0x01,
41999
- 0x01, 0x12, 0x5a, 0x0a, 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18,
42000
- 0x2a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
42001
- 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
42002
- 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x55,
42003
- 0x73, 0x65, 0x72, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74,
42004
- 0x72, 0x79, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x1a, 0x3c, 0x0a,
42005
- 0x0e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
42006
- 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
42007
- 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08,
42008
- 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x16, 0x0a, 0x14, 0x5f,
42070
+ 0x6c, 0x65, 0x64, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f,
42071
+ 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x42,
42072
+ 0x18, 0x0a, 0x16, 0x5f, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74,
42073
+ 0x73, 0x5f, 0x77, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x73, 0x6b,
42074
+ 0x75, 0x5f, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a,
42075
+ 0x0b, 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x42, 0x14, 0x0a, 0x12,
42076
+ 0x5f, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74,
42077
+ 0x75, 0x73, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x9f, 0x02, 0x0a, 0x14,
42078
+ 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
42079
+ 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x2b, 0x0a, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f,
42080
+ 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52,
42081
+ 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x88, 0x01,
42082
+ 0x01, 0x12, 0x2f, 0x0a, 0x11, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61,
42083
+ 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0f,
42084
+ 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x88,
42085
+ 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69,
42086
+ 0x6e, 0x67, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48,
42087
+ 0x02, 0x52, 0x12, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x53,
42088
+ 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x61, 0x70, 0x70, 0x6c,
42089
+ 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x09,
42090
+ 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x54, 0x6f, 0x88, 0x01, 0x01, 0x42, 0x12, 0x0a, 0x10,
42091
+ 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64,
42092
+ 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61,
42093
+ 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69,
42094
+ 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x0d,
42095
+ 0x0a, 0x0b, 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x22, 0xe8, 0x16,
42096
+ 0x0a, 0x0d, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x55, 0x73, 0x65, 0x72, 0x12,
42097
+ 0x1b, 0x0a, 0x09, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
42098
+ 0x28, 0x09, 0x52, 0x08, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x33, 0x0a, 0x13,
42009
42099
  0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x5f, 0x6e,
42010
- 0x61, 0x6d, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f,
42011
- 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x42, 0x12, 0x0a,
42012
- 0x10, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
42013
- 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x42,
42014
- 0x07, 0x0a, 0x05, 0x5f, 0x63, 0x69, 0x74, 0x79, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x6f, 0x6d,
42015
- 0x70, 0x61, 0x6e, 0x79, 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x74,
42016
- 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x5f, 0x6d, 0x69,
42017
- 0x6e, 0x6f, 0x72, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e,
42018
- 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74,
42019
- 0x6d, 0x65, 0x6e, 0x74, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e,
42020
- 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x66, 0x61,
42100
+ 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x11, 0x75, 0x73, 0x65,
42101
+ 0x72, 0x50, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01,
42102
+ 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d,
42103
+ 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c,
42104
+ 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6d, 0x61, 0x69,
42105
+ 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x88,
42106
+ 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x65, 0x6e,
42107
+ 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x48, 0x03, 0x52, 0x0e, 0x61,
42108
+ 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01,
42109
+ 0x12, 0x20, 0x0a, 0x09, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x06, 0x20,
42110
+ 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x08, 0x61, 0x67, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x88,
42111
+ 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
42112
+ 0x48, 0x05, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x63,
42113
+ 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x07,
42114
+ 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x1a, 0x63, 0x6f,
42115
+ 0x6e, 0x73, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x64, 0x5f, 0x66,
42116
+ 0x6f, 0x72, 0x5f, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07,
42117
+ 0x52, 0x17, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65,
42118
+ 0x64, 0x46, 0x6f, 0x72, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d,
42119
+ 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20,
42120
+ 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x0c, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54,
42121
+ 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74,
42122
+ 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x0a, 0x64, 0x65,
42123
+ 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10, 0x64,
42124
+ 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18,
42125
+ 0x0c, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0a, 0x52, 0x0e, 0x64, 0x69, 0x72, 0x53, 0x79, 0x6e, 0x63,
42126
+ 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x41, 0x0a, 0x1a, 0x66, 0x61,
42021
42127
  0x63, 0x73, 0x69, 0x6d, 0x69, 0x6c, 0x65, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e,
42022
- 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x67, 0x69, 0x76,
42023
- 0x65, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x69, 0x6d, 0x6d, 0x75,
42024
- 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x69, 0x73, 0x5f,
42128
+ 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b,
42129
+ 0x52, 0x18, 0x66, 0x61, 0x63, 0x73, 0x69, 0x6d, 0x69, 0x6c, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x70,
42130
+ 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a,
42131
+ 0x0a, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28,
42132
+ 0x09, 0x48, 0x0c, 0x52, 0x09, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01,
42133
+ 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x69, 0x6d, 0x6d, 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x69,
42134
+ 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x0b, 0x69, 0x6d, 0x6d, 0x75, 0x74,
42135
+ 0x61, 0x62, 0x6c, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x69, 0x73, 0x5f,
42025
42136
  0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73, 0x74, 0x72,
42026
- 0x61, 0x74, 0x6f, 0x72, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x69, 0x73, 0x5f, 0x6c, 0x69, 0x63, 0x65,
42027
- 0x6e, 0x73, 0x65, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6a, 0x6f, 0x62, 0x5f, 0x74, 0x69, 0x74,
42028
- 0x6c, 0x65, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x5f,
42029
- 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x21, 0x0a, 0x1f, 0x5f, 0x6c, 0x65,
42030
- 0x67, 0x61, 0x6c, 0x5f, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x63, 0x6c,
42031
- 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x11, 0x0a, 0x0f,
42032
- 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42,
42033
- 0x09, 0x0a, 0x07, 0x5f, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x42, 0x22, 0x0a, 0x20, 0x5f, 0x6f,
42034
- 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x6d, 0x69, 0x73, 0x65, 0x73, 0x5f, 0x73, 0x65, 0x63, 0x75, 0x72,
42035
- 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x42, 0x0e,
42036
- 0x0a, 0x0c, 0x5f, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x73, 0x42, 0x14,
42037
- 0x0a, 0x12, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x70, 0x6f, 0x6c, 0x69,
42038
- 0x63, 0x69, 0x65, 0x73, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72,
42039
- 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x42, 0x20, 0x0a, 0x1e, 0x5f, 0x70, 0x68,
42040
- 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x5f,
42041
- 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
42042
- 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x15, 0x0a, 0x13, 0x5f,
42043
- 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61,
42044
- 0x67, 0x65, 0x42, 0x26, 0x0a, 0x24, 0x5f, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x5f, 0x74,
42045
- 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x66, 0x72, 0x6f, 0x6d,
42046
- 0x5f, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73,
42047
- 0x74, 0x61, 0x74, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x42,
42048
- 0x13, 0x0a, 0x11, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75,
42049
- 0x6d, 0x62, 0x65, 0x72, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x6c,
42050
- 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x75, 0x73, 0x65, 0x72,
42051
- 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65,
42052
- 0x72, 0x5f, 0x75, 0x70, 0x6e, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e,
42053
- 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x64, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x1f, 0x0a, 0x1d,
42054
- 0x5f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f,
42055
- 0x6f, 0x6e, 0x5f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x6f, 0x6e, 0x42, 0x07, 0x0a,
42056
- 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e,
42057
- 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6b,
42058
- 0x65, 0x79, 0x2a, 0x61, 0x0a, 0x0b, 0x52, 0x65, 0x63, 0x6f, 0x6e, 0x52, 0x75, 0x6c, 0x65, 0x49,
42059
- 0x64, 0x12, 0x14, 0x0a, 0x10, 0x52, 0x45, 0x43, 0x4f, 0x4e, 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42,
42060
- 0x59, 0x5f, 0x4d, 0x41, 0x43, 0x10, 0x00, 0x12, 0x22, 0x0a, 0x1e, 0x52, 0x45, 0x43, 0x4f, 0x4e,
42061
- 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x4d, 0x41, 0x4b, 0x45, 0x5f, 0x4d, 0x4f, 0x44,
42062
- 0x45, 0x4c, 0x5f, 0x53, 0x45, 0x52, 0x49, 0x41, 0x4c, 0x10, 0x01, 0x12, 0x18, 0x0a, 0x14, 0x52,
42063
- 0x45, 0x43, 0x4f, 0x4e, 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x4e, 0x45, 0x54, 0x42,
42064
- 0x49, 0x4f, 0x53, 0x10, 0x02, 0x32, 0xa4, 0x05, 0x0a, 0x17, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f,
42065
- 0x72, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
42066
- 0x65, 0x12, 0x70, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x2f,
42067
- 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
42068
- 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47,
42069
- 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
42070
- 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
42071
- 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
42072
- 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
42073
- 0x65, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74,
42074
- 0x69, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
42075
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
42076
- 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65,
42077
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
42137
+ 0x61, 0x74, 0x6f, 0x72, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0e, 0x52, 0x15, 0x69, 0x73,
42138
+ 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73, 0x74, 0x72, 0x61,
42139
+ 0x74, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x69, 0x73, 0x5f, 0x6c, 0x69, 0x63,
42140
+ 0x65, 0x6e, 0x73, 0x65, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0f, 0x52, 0x0a, 0x69,
42141
+ 0x73, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09,
42142
+ 0x6a, 0x6f, 0x62, 0x5f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x48,
42143
+ 0x10, 0x52, 0x08, 0x6a, 0x6f, 0x62, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x4c,
42144
+ 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f,
42145
+ 0x74, 0x69, 0x6d, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
42146
+ 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
42147
+ 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x11, 0x52, 0x0f, 0x6c, 0x61, 0x73, 0x74, 0x44, 0x69,
42148
+ 0x72, 0x53, 0x79, 0x6e, 0x63, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x48, 0x0a, 0x1e,
42149
+ 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f,
42150
+ 0x63, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x14,
42151
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x12, 0x52, 0x1b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x41, 0x67, 0x65,
42152
+ 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
42153
+ 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0e, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e,
42154
+ 0x69, 0x63, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x13,
42155
+ 0x52, 0x0c, 0x6d, 0x61, 0x69, 0x6c, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01,
42156
+ 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28,
42157
+ 0x09, 0x48, 0x14, 0x52, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x4a,
42158
+ 0x0a, 0x1f, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x6d, 0x69, 0x73, 0x65, 0x73, 0x5f, 0x73, 0x65,
42159
+ 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65,
42160
+ 0x72, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x48, 0x15, 0x52, 0x1c, 0x6f, 0x6e, 0x50, 0x72, 0x65,
42161
+ 0x6d, 0x69, 0x73, 0x65, 0x73, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x49, 0x64, 0x65,
42162
+ 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6f, 0x74,
42163
+ 0x68, 0x65, 0x72, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x48,
42164
+ 0x16, 0x52, 0x0a, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x4d, 0x61, 0x69, 0x6c, 0x73, 0x88, 0x01, 0x01,
42165
+ 0x12, 0x30, 0x0a, 0x11, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x70, 0x6f, 0x6c,
42166
+ 0x69, 0x63, 0x69, 0x65, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x48, 0x17, 0x52, 0x10, 0x70,
42167
+ 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x88,
42168
+ 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x70,
42169
+ 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x18, 0x52, 0x0f,
42170
+ 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x88,
42171
+ 0x01, 0x01, 0x12, 0x46, 0x0a, 0x1d, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x64,
42172
+ 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x5f, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x5f, 0x6e,
42173
+ 0x61, 0x6d, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x19, 0x52, 0x1a, 0x70, 0x68, 0x79,
42174
+ 0x73, 0x69, 0x63, 0x61, 0x6c, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x4f, 0x66, 0x66,
42175
+ 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x6f,
42176
+ 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x09, 0x48,
42177
+ 0x1a, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01,
42178
+ 0x12, 0x32, 0x0a, 0x12, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x5f, 0x6c, 0x61,
42179
+ 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1b, 0x52, 0x11,
42180
+ 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67,
42181
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x6c, 0x0a, 0x23, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x5f,
42182
+ 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x66, 0x72, 0x6f,
42183
+ 0x6d, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28,
42184
+ 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
42185
+ 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x1c, 0x52,
42186
+ 0x1e, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x56, 0x61,
42187
+ 0x6c, 0x69, 0x64, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88,
42188
+ 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x20, 0x20, 0x01, 0x28,
42189
+ 0x09, 0x48, 0x1d, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a,
42190
+ 0x06, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x18, 0x21, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1e, 0x52,
42191
+ 0x06, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x74, 0x65,
42192
+ 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x22,
42193
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x1f, 0x52, 0x0f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e,
42194
+ 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x75, 0x73,
42195
+ 0x61, 0x67, 0x65, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x23, 0x20, 0x01,
42196
+ 0x28, 0x09, 0x48, 0x20, 0x52, 0x0d, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x74,
42197
+ 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x74,
42198
+ 0x79, 0x70, 0x65, 0x18, 0x24, 0x20, 0x01, 0x28, 0x09, 0x48, 0x21, 0x52, 0x08, 0x75, 0x73, 0x65,
42199
+ 0x72, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x61, 0x6e, 0x61,
42200
+ 0x67, 0x65, 0x72, 0x5f, 0x75, 0x70, 0x6e, 0x18, 0x25, 0x20, 0x01, 0x28, 0x09, 0x48, 0x22, 0x52,
42201
+ 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x32,
42202
+ 0x0a, 0x12, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x64, 0x5f,
42203
+ 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x26, 0x20, 0x01, 0x28, 0x09, 0x48, 0x23, 0x52, 0x11, 0x64, 0x69,
42204
+ 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x88,
42205
+ 0x01, 0x01, 0x12, 0x43, 0x0a, 0x1c, 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f, 0x70, 0x61, 0x73, 0x73,
42206
+ 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x6f, 0x6e, 0x5f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x6c, 0x6f, 0x67,
42207
+ 0x6f, 0x6e, 0x18, 0x27, 0x20, 0x01, 0x28, 0x08, 0x48, 0x24, 0x52, 0x18, 0x72, 0x65, 0x73, 0x65,
42208
+ 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x4f, 0x6e, 0x4e, 0x65, 0x78, 0x74, 0x4c,
42209
+ 0x6f, 0x67, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
42210
+ 0x28, 0x20, 0x01, 0x28, 0x09, 0x48, 0x25, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01,
42211
+ 0x12, 0x3b, 0x0a, 0x17, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
42212
+ 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x29, 0x20, 0x01, 0x28,
42213
+ 0x09, 0x48, 0x26, 0x52, 0x15, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
42214
+ 0x6e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4b, 0x65, 0x79, 0x88, 0x01, 0x01, 0x12, 0x5a, 0x0a,
42215
+ 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x2a, 0x20, 0x03, 0x28,
42216
+ 0x0b, 0x32, 0x3b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
42217
+ 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
42218
+ 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x55, 0x73, 0x65, 0x72, 0x2e,
42219
+ 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09,
42220
+ 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x17, 0x0a, 0x04, 0x74, 0x79, 0x70,
42221
+ 0x65, 0x18, 0x2b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x27, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x88,
42222
+ 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x2c, 0x20, 0x01,
42223
+ 0x28, 0x09, 0x48, 0x28, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01, 0x01, 0x1a,
42224
+ 0x3c, 0x0a, 0x0e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72,
42225
+ 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
42226
+ 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
42227
+ 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x16, 0x0a,
42228
+ 0x14, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c,
42229
+ 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61,
42230
+ 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x42,
42231
+ 0x12, 0x0a, 0x10, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x65, 0x6e, 0x61, 0x62,
42232
+ 0x6c, 0x65, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75,
42233
+ 0x70, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x63, 0x69, 0x74, 0x79, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63,
42234
+ 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x65,
42235
+ 0x6e, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x5f,
42236
+ 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69,
42237
+ 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x64, 0x65, 0x70, 0x61,
42238
+ 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73,
42239
+ 0x79, 0x6e, 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x1d, 0x0a, 0x1b, 0x5f,
42240
+ 0x66, 0x61, 0x63, 0x73, 0x69, 0x6d, 0x69, 0x6c, 0x65, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68,
42241
+ 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x67,
42242
+ 0x69, 0x76, 0x65, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x69, 0x6d,
42243
+ 0x6d, 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x69,
42244
+ 0x73, 0x5f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73,
42245
+ 0x74, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x69, 0x73, 0x5f, 0x6c, 0x69,
42246
+ 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6a, 0x6f, 0x62, 0x5f, 0x74,
42247
+ 0x69, 0x74, 0x6c, 0x65, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69,
42248
+ 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x21, 0x0a, 0x1f, 0x5f,
42249
+ 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f,
42250
+ 0x63, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x11,
42251
+ 0x0a, 0x0f, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x5f, 0x6e, 0x61, 0x6d,
42252
+ 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x42, 0x22, 0x0a, 0x20,
42253
+ 0x5f, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x6d, 0x69, 0x73, 0x65, 0x73, 0x5f, 0x73, 0x65, 0x63,
42254
+ 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72,
42255
+ 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x73,
42256
+ 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x70, 0x6f,
42257
+ 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77,
42258
+ 0x6f, 0x72, 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x42, 0x20, 0x0a, 0x1e, 0x5f,
42259
+ 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72,
42260
+ 0x79, 0x5f, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a,
42261
+ 0x0c, 0x5f, 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x15, 0x0a,
42262
+ 0x13, 0x5f, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x5f, 0x6c, 0x61, 0x6e, 0x67,
42263
+ 0x75, 0x61, 0x67, 0x65, 0x42, 0x26, 0x0a, 0x24, 0x5f, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68,
42264
+ 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x66, 0x72,
42265
+ 0x6f, 0x6d, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x08, 0x0a, 0x06,
42266
+ 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x65,
42267
+ 0x74, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f,
42268
+ 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65,
42269
+ 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x75, 0x73,
42270
+ 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x6e, 0x61,
42271
+ 0x67, 0x65, 0x72, 0x5f, 0x75, 0x70, 0x6e, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x64, 0x69, 0x73, 0x74,
42272
+ 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x64, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x1f,
42273
+ 0x0a, 0x1d, 0x5f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72,
42274
+ 0x64, 0x5f, 0x6f, 0x6e, 0x5f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x6f, 0x6e, 0x42,
42275
+ 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x6f, 0x72, 0x67,
42276
+ 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
42277
+ 0x5f, 0x6b, 0x65, 0x79, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x09, 0x0a,
42278
+ 0x07, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2a, 0x61, 0x0a, 0x0b, 0x52, 0x65, 0x63, 0x6f,
42279
+ 0x6e, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x10, 0x52, 0x45, 0x43, 0x4f, 0x4e,
42280
+ 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x4d, 0x41, 0x43, 0x10, 0x00, 0x12, 0x22, 0x0a,
42281
+ 0x1e, 0x52, 0x45, 0x43, 0x4f, 0x4e, 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x4d, 0x41,
42282
+ 0x4b, 0x45, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x53, 0x45, 0x52, 0x49, 0x41, 0x4c, 0x10,
42283
+ 0x01, 0x12, 0x18, 0x0a, 0x14, 0x52, 0x45, 0x43, 0x4f, 0x4e, 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42,
42284
+ 0x59, 0x5f, 0x4e, 0x45, 0x54, 0x42, 0x49, 0x4f, 0x53, 0x10, 0x02, 0x32, 0xa4, 0x05, 0x0a, 0x17,
42285
+ 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x72, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
42286
+ 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x70, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x6e,
42287
+ 0x74, 0x69, 0x74, 0x79, 0x12, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
42288
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
42289
+ 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65,
42290
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
42078
42291
  0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
42079
- 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79,
42080
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x7c, 0x0a, 0x0d,
42081
- 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, 0x33, 0x2e,
42082
- 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
42083
- 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61,
42084
- 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65,
42085
- 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
42086
- 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
42087
- 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70,
42088
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x13, 0x47,
42089
- 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
42090
- 0x69, 0x67, 0x12, 0x39, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
42091
- 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
42092
- 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
42093
- 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e,
42094
- 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
42095
- 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
42096
- 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69,
42097
- 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x13,
42098
- 0x53, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e,
42099
- 0x66, 0x69, 0x67, 0x12, 0x39, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
42292
+ 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52,
42293
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x0c, 0x4c, 0x69, 0x73,
42294
+ 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e,
42295
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75,
42296
+ 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e,
42297
+ 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x63, 0x6f,
42298
+ 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
42299
+ 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74,
42300
+ 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
42301
+ 0x30, 0x01, 0x12, 0x7c, 0x0a, 0x0d, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f,
42302
+ 0x6b, 0x75, 0x70, 0x12, 0x33, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
42100
42303
  0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
42101
- 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
42102
- 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a,
42103
- 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
42104
- 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53,
42105
- 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
42106
- 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x32, 0xdc, 0x06, 0x0a,
42107
- 0x19, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x72, 0x65, 0x42, 0x61, 0x63, 0x6b, 0x6f, 0x66, 0x66,
42108
- 0x69, 0x63, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x5c, 0x0a, 0x0c, 0x43, 0x72,
42109
- 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x25, 0x2e, 0x63, 0x6f, 0x6d,
42304
+ 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75,
42305
+ 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c,
42306
+ 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74,
42307
+ 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67,
42308
+ 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
42309
+ 0x12, 0x8e, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69,
42310
+ 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x39, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c,
42311
+ 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74,
42312
+ 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f,
42313
+ 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75,
42314
+ 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
42315
+ 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
42316
+ 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
42317
+ 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
42318
+ 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x13, 0x53, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74,
42319
+ 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x39, 0x2e, 0x63, 0x6f, 0x6d, 0x2e,
42320
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75,
42321
+ 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x70, 0x4c,
42322
+ 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71,
42323
+ 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
42324
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
42325
+ 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69,
42326
+ 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
42327
+ 0x22, 0x00, 0x32, 0xdc, 0x06, 0x0a, 0x19, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x72, 0x65, 0x42,
42328
+ 0x61, 0x63, 0x6b, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
42329
+ 0x12, 0x5c, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79,
42330
+ 0x12, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
42331
+ 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31,
42332
+ 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
42333
+ 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
42334
+ 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x5c,
42335
+ 0x0a, 0x08, 0x47, 0x65, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x29, 0x2e, 0x63, 0x6f, 0x6d,
42110
42336
  0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
42111
42337
  0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74,
42112
- 0x79, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
42113
- 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
42114
- 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x5c, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x41,
42115
- 0x73, 0x73, 0x65, 0x74, 0x12, 0x29, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
42116
- 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
42117
- 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x74, 0x68, 0x1a,
42118
- 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
42119
- 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
42120
- 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x5b, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
42121
- 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
42338
+ 0x79, 0x50, 0x61, 0x74, 0x68, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
42122
42339
  0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
42123
- 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x1a, 0x25, 0x2e, 0x63,
42124
- 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
42125
- 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74,
42126
- 0x69, 0x74, 0x79, 0x12, 0x5f, 0x0a, 0x0b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x73, 0x73,
42127
- 0x65, 0x74, 0x12, 0x29, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
42128
- 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
42129
- 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x74, 0x68, 0x1a, 0x25, 0x2e,
42130
- 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
42131
- 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e,
42132
- 0x74, 0x69, 0x74, 0x79, 0x12, 0x62, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x73, 0x65,
42133
- 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
42134
- 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
42135
- 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x1a,
42136
- 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
42137
- 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
42138
- 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x30, 0x01, 0x12, 0x56, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61,
42139
- 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
42140
- 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f,
42141
- 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x1a, 0x23, 0x2e, 0x63, 0x6f,
42340
+ 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x5b, 0x0a, 0x0b,
42341
+ 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x25, 0x2e, 0x63, 0x6f,
42142
42342
  0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
42143
- 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65,
42144
- 0x12, 0x56, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65, 0x12, 0x26, 0x2e, 0x63, 0x6f,
42145
- 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
42146
- 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65,
42147
- 0x4b, 0x65, 0x79, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
42343
+ 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69,
42344
+ 0x74, 0x79, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
42345
+ 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
42346
+ 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x5f, 0x0a, 0x0b, 0x44, 0x65, 0x6c,
42347
+ 0x65, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x29, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c,
42348
+ 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74,
42349
+ 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50,
42350
+ 0x61, 0x74, 0x68, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
42148
42351
  0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
42149
- 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x12, 0x56, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61,
42150
- 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
42151
- 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f,
42152
- 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x1a, 0x23, 0x2e, 0x63, 0x6f,
42153
- 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
42154
- 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65,
42155
- 0x12, 0x59, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x26,
42156
- 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
42157
- 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53,
42158
- 0x69, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
42159
- 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f,
42160
- 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x42, 0x12, 0x50, 0x01, 0x5a,
42161
- 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62,
42162
- 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
42352
+ 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x62, 0x0a, 0x0a, 0x4c, 0x69,
42353
+ 0x73, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c,
42354
+ 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74,
42355
+ 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x46,
42356
+ 0x69, 0x6c, 0x74, 0x65, 0x72, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
42357
+ 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
42358
+ 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x30, 0x01, 0x12, 0x56,
42359
+ 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x23, 0x2e, 0x63,
42360
+ 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
42361
+ 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74,
42362
+ 0x65, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
42363
+ 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
42364
+ 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x12, 0x56, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74,
42365
+ 0x65, 0x12, 0x26, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
42366
+ 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
42367
+ 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e,
42368
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75,
42369
+ 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x12, 0x56,
42370
+ 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x23, 0x2e, 0x63,
42371
+ 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
42372
+ 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74,
42373
+ 0x65, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
42374
+ 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
42375
+ 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x12, 0x59, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
42376
+ 0x53, 0x69, 0x74, 0x65, 0x12, 0x26, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
42377
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
42378
+ 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x1a, 0x23, 0x2e, 0x63,
42379
+ 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
42380
+ 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74,
42381
+ 0x65, 0x42, 0x12, 0x50, 0x01, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74,
42382
+ 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
42163
42383
  }
42164
42384
 
42165
42385
  var (
@@ -42175,7 +42395,7 @@ func file_outbound_proto_rawDescGZIP() []byte {
42175
42395
  }
42176
42396
 
42177
42397
  var file_outbound_proto_enumTypes = make([]protoimpl.EnumInfo, 15)
42178
- var file_outbound_proto_msgTypes = make([]protoimpl.MessageInfo, 272)
42398
+ var file_outbound_proto_msgTypes = make([]protoimpl.MessageInfo, 273)
42179
42399
  var file_outbound_proto_goTypes = []any{
42180
42400
  (ReconRuleId)(0), // 0: com.lansweeper.dp.outbound.v1.ReconRuleId
42181
42401
  (EntityFilter_EntryState)(0), // 1: com.lansweeper.dp.outbound.v1.EntityFilter.EntryState
@@ -42437,46 +42657,47 @@ var file_outbound_proto_goTypes = []any{
42437
42657
  (*ReconRuleSet)(nil), // 257: com.lansweeper.dp.outbound.v1.ReconRuleSet
42438
42658
  (*ReconRule)(nil), // 258: com.lansweeper.dp.outbound.v1.ReconRule
42439
42659
  (*Office365Organization)(nil), // 259: com.lansweeper.dp.outbound.v1.Office365Organization
42440
- (*Office365AssignedPlan)(nil), // 260: com.lansweeper.dp.outbound.v1.Office365AssignedPlan
42441
- (*Office365Contact)(nil), // 261: com.lansweeper.dp.outbound.v1.Office365Contact
42442
- (*Office365Domain)(nil), // 262: com.lansweeper.dp.outbound.v1.Office365Domain
42443
- (*Office365Group)(nil), // 263: com.lansweeper.dp.outbound.v1.Office365Group
42444
- (*Office365License)(nil), // 264: com.lansweeper.dp.outbound.v1.Office365License
42445
- (*Office365ServicePlan)(nil), // 265: com.lansweeper.dp.outbound.v1.Office365ServicePlan
42446
- (*Office365User)(nil), // 266: com.lansweeper.dp.outbound.v1.Office365User
42447
- nil, // 267: com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry
42448
- (*InternetExplorer_ActiveX)(nil), // 268: com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX
42449
- (*InternetExplorer_Extension)(nil), // 269: com.lansweeper.dp.outbound.v1.InternetExplorer.Extension
42450
- (*InternetExplorer_BrowserObject)(nil), // 270: com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject
42451
- (*InternetExplorer_BarInfo)(nil), // 271: com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo
42452
- nil, // 272: com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry
42453
- nil, // 273: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry
42454
- nil, // 274: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiGuestVmKeyEntry
42455
- nil, // 275: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry
42456
- nil, // 276: com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry
42457
- nil, // 277: com.lansweeper.dp.outbound.v1.VmwareDatacenter.HypervisorsEntry
42458
- nil, // 278: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry
42459
- nil, // 279: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry
42460
- nil, // 280: com.lansweeper.dp.outbound.v1.EsxiCluster.HypervisorsEntry
42461
- nil, // 281: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry
42462
- nil, // 282: com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry
42463
- nil, // 283: com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry
42464
- nil, // 284: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.UsersKeysEntry
42465
- nil, // 285: com.lansweeper.dp.outbound.v1.Office365License.UsersKeysEntry
42466
- nil, // 286: com.lansweeper.dp.outbound.v1.Office365User.GroupKeysEntry
42467
- (*timestamppb.Timestamp)(nil), // 287: google.protobuf.Timestamp
42468
- (*anypb.Any)(nil), // 288: google.protobuf.Any
42660
+ (*Office365Mailbox)(nil), // 260: com.lansweeper.dp.outbound.v1.Office365Mailbox
42661
+ (*Office365AssignedPlan)(nil), // 261: com.lansweeper.dp.outbound.v1.Office365AssignedPlan
42662
+ (*Office365Contact)(nil), // 262: com.lansweeper.dp.outbound.v1.Office365Contact
42663
+ (*Office365Domain)(nil), // 263: com.lansweeper.dp.outbound.v1.Office365Domain
42664
+ (*Office365Group)(nil), // 264: com.lansweeper.dp.outbound.v1.Office365Group
42665
+ (*Office365License)(nil), // 265: com.lansweeper.dp.outbound.v1.Office365License
42666
+ (*Office365ServicePlan)(nil), // 266: com.lansweeper.dp.outbound.v1.Office365ServicePlan
42667
+ (*Office365User)(nil), // 267: com.lansweeper.dp.outbound.v1.Office365User
42668
+ nil, // 268: com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry
42669
+ (*InternetExplorer_ActiveX)(nil), // 269: com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX
42670
+ (*InternetExplorer_Extension)(nil), // 270: com.lansweeper.dp.outbound.v1.InternetExplorer.Extension
42671
+ (*InternetExplorer_BrowserObject)(nil), // 271: com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject
42672
+ (*InternetExplorer_BarInfo)(nil), // 272: com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo
42673
+ nil, // 273: com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry
42674
+ nil, // 274: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry
42675
+ nil, // 275: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiGuestVmKeyEntry
42676
+ nil, // 276: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry
42677
+ nil, // 277: com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry
42678
+ nil, // 278: com.lansweeper.dp.outbound.v1.VmwareDatacenter.HypervisorsEntry
42679
+ nil, // 279: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry
42680
+ nil, // 280: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry
42681
+ nil, // 281: com.lansweeper.dp.outbound.v1.EsxiCluster.HypervisorsEntry
42682
+ nil, // 282: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry
42683
+ nil, // 283: com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry
42684
+ nil, // 284: com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry
42685
+ nil, // 285: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.UsersKeysEntry
42686
+ nil, // 286: com.lansweeper.dp.outbound.v1.Office365License.UsersKeysEntry
42687
+ nil, // 287: com.lansweeper.dp.outbound.v1.Office365User.GroupKeysEntry
42688
+ (*timestamppb.Timestamp)(nil), // 288: google.protobuf.Timestamp
42689
+ (*anypb.Any)(nil), // 289: google.protobuf.Any
42469
42690
  }
42470
42691
  var file_outbound_proto_depIdxs = []int32{
42471
42692
  256, // 0: com.lansweeper.dp.outbound.v1.Site.key:type_name -> com.lansweeper.dp.outbound.v1.SiteKey
42472
- 287, // 1: com.lansweeper.dp.outbound.v1.Site.last_update:type_name -> google.protobuf.Timestamp
42693
+ 288, // 1: com.lansweeper.dp.outbound.v1.Site.last_update:type_name -> google.protobuf.Timestamp
42473
42694
  257, // 2: com.lansweeper.dp.outbound.v1.Site.recon_rule_set:type_name -> com.lansweeper.dp.outbound.v1.ReconRuleSet
42474
42695
  255, // 3: com.lansweeper.dp.outbound.v1.Site.ip_location_configs:type_name -> com.lansweeper.dp.outbound.v1.IpLocationConfig
42475
- 287, // 4: com.lansweeper.dp.outbound.v1.Site.deletion_request:type_name -> google.protobuf.Timestamp
42476
- 287, // 5: com.lansweeper.dp.outbound.v1.Site.deletion_time:type_name -> google.protobuf.Timestamp
42477
- 267, // 6: com.lansweeper.dp.outbound.v1.Site.unlinked_installations:type_name -> com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry
42478
- 287, // 7: com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deletion_request:type_name -> google.protobuf.Timestamp
42479
- 287, // 8: com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deletion_time:type_name -> google.protobuf.Timestamp
42696
+ 288, // 4: com.lansweeper.dp.outbound.v1.Site.deletion_request:type_name -> google.protobuf.Timestamp
42697
+ 288, // 5: com.lansweeper.dp.outbound.v1.Site.deletion_time:type_name -> google.protobuf.Timestamp
42698
+ 268, // 6: com.lansweeper.dp.outbound.v1.Site.unlinked_installations:type_name -> com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry
42699
+ 288, // 7: com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deletion_request:type_name -> google.protobuf.Timestamp
42700
+ 288, // 8: com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deletion_time:type_name -> google.protobuf.Timestamp
42480
42701
  1, // 9: com.lansweeper.dp.outbound.v1.EntityFilter.entry_state:type_name -> com.lansweeper.dp.outbound.v1.EntityFilter.EntryState
42481
42702
  2, // 10: com.lansweeper.dp.outbound.v1.EntityFilter.virtual_state:type_name -> com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState
42482
42703
  28, // 11: com.lansweeper.dp.outbound.v1.GetEntityRequest.entity_path:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
@@ -42496,10 +42717,10 @@ var file_outbound_proto_depIdxs = []int32{
42496
42717
  232, // 25: com.lansweeper.dp.outbound.v1.Entity.user:type_name -> com.lansweeper.dp.outbound.v1.User
42497
42718
  234, // 26: com.lansweeper.dp.outbound.v1.Entity.group:type_name -> com.lansweeper.dp.outbound.v1.Group
42498
42719
  28, // 27: com.lansweeper.dp.outbound.v1.Asset.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
42499
- 287, // 28: com.lansweeper.dp.outbound.v1.Asset.last_synced:type_name -> google.protobuf.Timestamp
42500
- 287, // 29: com.lansweeper.dp.outbound.v1.Asset.first_seen:type_name -> google.protobuf.Timestamp
42501
- 287, // 30: com.lansweeper.dp.outbound.v1.Asset.last_updated:type_name -> google.protobuf.Timestamp
42502
- 287, // 31: com.lansweeper.dp.outbound.v1.Asset.last_enriched:type_name -> google.protobuf.Timestamp
42720
+ 288, // 28: com.lansweeper.dp.outbound.v1.Asset.last_synced:type_name -> google.protobuf.Timestamp
42721
+ 288, // 29: com.lansweeper.dp.outbound.v1.Asset.first_seen:type_name -> google.protobuf.Timestamp
42722
+ 288, // 30: com.lansweeper.dp.outbound.v1.Asset.last_updated:type_name -> google.protobuf.Timestamp
42723
+ 288, // 31: com.lansweeper.dp.outbound.v1.Asset.last_enriched:type_name -> google.protobuf.Timestamp
42503
42724
  58, // 32: com.lansweeper.dp.outbound.v1.Asset.source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
42504
42725
  58, // 33: com.lansweeper.dp.outbound.v1.Asset.unlinked_source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
42505
42726
  61, // 34: com.lansweeper.dp.outbound.v1.Asset.data_processor:type_name -> com.lansweeper.dp.outbound.v1.DataProcessor
@@ -42529,15 +42750,15 @@ var file_outbound_proto_depIdxs = []int32{
42529
42750
  56, // 58: com.lansweeper.dp.outbound.v1.Asset.intune_device:type_name -> com.lansweeper.dp.outbound.v1.IntuneDevice
42530
42751
  241, // 59: com.lansweeper.dp.outbound.v1.Asset.vmware:type_name -> com.lansweeper.dp.outbound.v1.Vmware
42531
42752
  259, // 60: com.lansweeper.dp.outbound.v1.Asset.office_365_organization:type_name -> com.lansweeper.dp.outbound.v1.Office365Organization
42532
- 287, // 61: com.lansweeper.dp.outbound.v1.AssetChangeEvent.timestamp:type_name -> google.protobuf.Timestamp
42753
+ 288, // 61: com.lansweeper.dp.outbound.v1.AssetChangeEvent.timestamp:type_name -> google.protobuf.Timestamp
42533
42754
  222, // 62: com.lansweeper.dp.outbound.v1.AssetChangeEvent.sw:type_name -> com.lansweeper.dp.outbound.v1.SoftwareChangeEvent
42534
42755
  83, // 63: com.lansweeper.dp.outbound.v1.AssetChangeEvent.os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent
42535
42756
  74, // 64: com.lansweeper.dp.outbound.v1.AssetChangeEvent.sql_server:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent
42536
42757
  75, // 65: com.lansweeper.dp.outbound.v1.AssetChangeEvent.hyper_v:type_name -> com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent
42537
- 287, // 66: com.lansweeper.dp.outbound.v1.WarrantyInfo.timestamp:type_name -> google.protobuf.Timestamp
42538
- 287, // 67: com.lansweeper.dp.outbound.v1.WarrantyInfo.start_date:type_name -> google.protobuf.Timestamp
42539
- 287, // 68: com.lansweeper.dp.outbound.v1.WarrantyInfo.end_date:type_name -> google.protobuf.Timestamp
42540
- 287, // 69: com.lansweeper.dp.outbound.v1.WarrantyInfo.ship_date:type_name -> google.protobuf.Timestamp
42758
+ 288, // 66: com.lansweeper.dp.outbound.v1.WarrantyInfo.timestamp:type_name -> google.protobuf.Timestamp
42759
+ 288, // 67: com.lansweeper.dp.outbound.v1.WarrantyInfo.start_date:type_name -> google.protobuf.Timestamp
42760
+ 288, // 68: com.lansweeper.dp.outbound.v1.WarrantyInfo.end_date:type_name -> google.protobuf.Timestamp
42761
+ 288, // 69: com.lansweeper.dp.outbound.v1.WarrantyInfo.ship_date:type_name -> google.protobuf.Timestamp
42541
42762
  97, // 70: com.lansweeper.dp.outbound.v1.Computer.chassis:type_name -> com.lansweeper.dp.outbound.v1.Chassis
42542
42763
  148, // 71: com.lansweeper.dp.outbound.v1.Computer.motherboard:type_name -> com.lansweeper.dp.outbound.v1.Motherboard
42543
42764
  96, // 72: com.lansweeper.dp.outbound.v1.Computer.processor:type_name -> com.lansweeper.dp.outbound.v1.Processor
@@ -42629,11 +42850,11 @@ var file_outbound_proto_depIdxs = []int32{
42629
42850
  67, // 158: com.lansweeper.dp.outbound.v1.Computer.user_in_group:type_name -> com.lansweeper.dp.outbound.v1.UserInGroup
42630
42851
  64, // 159: com.lansweeper.dp.outbound.v1.Computer.user_logon:type_name -> com.lansweeper.dp.outbound.v1.UserLogon
42631
42852
  35, // 160: com.lansweeper.dp.outbound.v1.ServerGroup.sccm_info:type_name -> com.lansweeper.dp.outbound.v1.SccmInfo
42632
- 287, // 161: com.lansweeper.dp.outbound.v1.SccmInfo.timestamp:type_name -> google.protobuf.Timestamp
42853
+ 288, // 161: com.lansweeper.dp.outbound.v1.SccmInfo.timestamp:type_name -> google.protobuf.Timestamp
42633
42854
  36, // 162: com.lansweeper.dp.outbound.v1.SccmInfo.sccm_server:type_name -> com.lansweeper.dp.outbound.v1.SccmServer
42634
42855
  37, // 163: com.lansweeper.dp.outbound.v1.SccmInfo.sccm_site:type_name -> com.lansweeper.dp.outbound.v1.SccmSite
42635
42856
  38, // 164: com.lansweeper.dp.outbound.v1.SccmInfo.sccm_client:type_name -> com.lansweeper.dp.outbound.v1.SccmClient
42636
- 287, // 165: com.lansweeper.dp.outbound.v1.SccmInfo.creation_date:type_name -> google.protobuf.Timestamp
42857
+ 288, // 165: com.lansweeper.dp.outbound.v1.SccmInfo.creation_date:type_name -> google.protobuf.Timestamp
42637
42858
  28, // 166: com.lansweeper.dp.outbound.v1.SccmServer.server:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
42638
42859
  37, // 167: com.lansweeper.dp.outbound.v1.SccmServer.sccm_site:type_name -> com.lansweeper.dp.outbound.v1.SccmSite
42639
42860
  209, // 168: com.lansweeper.dp.outbound.v1.SccmClient.client_edition:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
@@ -42642,11 +42863,11 @@ var file_outbound_proto_depIdxs = []int32{
42642
42863
  40, // 171: com.lansweeper.dp.outbound.v1.HyperV.hyper_v_network:type_name -> com.lansweeper.dp.outbound.v1.HyperVNetwork
42643
42864
  28, // 172: com.lansweeper.dp.outbound.v1.Relation.from:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
42644
42865
  28, // 173: com.lansweeper.dp.outbound.v1.Relation.to:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
42645
- 287, // 174: com.lansweeper.dp.outbound.v1.Relation.start:type_name -> google.protobuf.Timestamp
42646
- 287, // 175: com.lansweeper.dp.outbound.v1.Relation.end:type_name -> google.protobuf.Timestamp
42866
+ 288, // 174: com.lansweeper.dp.outbound.v1.Relation.start:type_name -> google.protobuf.Timestamp
42867
+ 288, // 175: com.lansweeper.dp.outbound.v1.Relation.end:type_name -> google.protobuf.Timestamp
42647
42868
  41, // 176: com.lansweeper.dp.outbound.v1.Relation.tag:type_name -> com.lansweeper.dp.outbound.v1.Tag
42648
42869
  44, // 177: com.lansweeper.dp.outbound.v1.CorrelationFields.field:type_name -> com.lansweeper.dp.outbound.v1.CorrField
42649
- 287, // 178: com.lansweeper.dp.outbound.v1.ReconciliationInfo.correlation_time:type_name -> google.protobuf.Timestamp
42870
+ 288, // 178: com.lansweeper.dp.outbound.v1.ReconciliationInfo.correlation_time:type_name -> google.protobuf.Timestamp
42650
42871
  3, // 179: com.lansweeper.dp.outbound.v1.ReconciliationInfo.state:type_name -> com.lansweeper.dp.outbound.v1.ReconciliationInfo.EntryState
42651
42872
  4, // 180: com.lansweeper.dp.outbound.v1.ReconciliationInfo.master_type:type_name -> com.lansweeper.dp.outbound.v1.ReconciliationInfo.MasterType
42652
42873
  46, // 181: com.lansweeper.dp.outbound.v1.ReconciliationInfo.master_asset:type_name -> com.lansweeper.dp.outbound.v1.CorrelationInfo
@@ -42655,41 +42876,41 @@ var file_outbound_proto_depIdxs = []int32{
42655
42876
  46, // 184: com.lansweeper.dp.outbound.v1.ReconciliationInfo.unlinked_alias_asset:type_name -> com.lansweeper.dp.outbound.v1.CorrelationInfo
42656
42877
  28, // 185: com.lansweeper.dp.outbound.v1.CorrelationInfo.entity:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
42657
42878
  43, // 186: com.lansweeper.dp.outbound.v1.CorrelationInfo.correlation_fields:type_name -> com.lansweeper.dp.outbound.v1.CorrelationFields
42658
- 288, // 187: com.lansweeper.dp.outbound.v1.CloudEntity.body:type_name -> google.protobuf.Any
42879
+ 289, // 187: com.lansweeper.dp.outbound.v1.CloudEntity.body:type_name -> google.protobuf.Any
42659
42880
  41, // 188: com.lansweeper.dp.outbound.v1.CloudEntity.cdk_tags:type_name -> com.lansweeper.dp.outbound.v1.Tag
42660
42881
  48, // 189: com.lansweeper.dp.outbound.v1.CloudEntity.public_cloud_links:type_name -> com.lansweeper.dp.outbound.v1.PublicCloudLink
42661
42882
  50, // 190: com.lansweeper.dp.outbound.v1.OtModule.bus_config:type_name -> com.lansweeper.dp.outbound.v1.OtBusConfig
42662
42883
  51, // 191: com.lansweeper.dp.outbound.v1.OtModule.ext_info:type_name -> com.lansweeper.dp.outbound.v1.OtModuleExtInfo
42663
42884
  52, // 192: com.lansweeper.dp.outbound.v1.OtModule.scan_info:type_name -> com.lansweeper.dp.outbound.v1.OtScanInfo
42664
42885
  53, // 193: com.lansweeper.dp.outbound.v1.OtModule.fw_history:type_name -> com.lansweeper.dp.outbound.v1.OtFirmwareHistory
42665
- 287, // 194: com.lansweeper.dp.outbound.v1.OtScanInfo.last_tried:type_name -> google.protobuf.Timestamp
42666
- 287, // 195: com.lansweeper.dp.outbound.v1.OtScanInfo.last_scan:type_name -> google.protobuf.Timestamp
42667
- 287, // 196: com.lansweeper.dp.outbound.v1.OtFirmwareHistory.from:type_name -> google.protobuf.Timestamp
42668
- 287, // 197: com.lansweeper.dp.outbound.v1.OtFirmwareHistory.until:type_name -> google.protobuf.Timestamp
42669
- 287, // 198: com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.start_date_time:type_name -> google.protobuf.Timestamp
42670
- 287, // 199: com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.last_updated_date_time:type_name -> google.protobuf.Timestamp
42671
- 287, // 200: com.lansweeper.dp.outbound.v1.IntuneDevice.compliance_grace_period_expiration_date:type_name -> google.protobuf.Timestamp
42672
- 287, // 201: com.lansweeper.dp.outbound.v1.IntuneDevice.exchange_last_successful_sync_date:type_name -> google.protobuf.Timestamp
42886
+ 288, // 194: com.lansweeper.dp.outbound.v1.OtScanInfo.last_tried:type_name -> google.protobuf.Timestamp
42887
+ 288, // 195: com.lansweeper.dp.outbound.v1.OtScanInfo.last_scan:type_name -> google.protobuf.Timestamp
42888
+ 288, // 196: com.lansweeper.dp.outbound.v1.OtFirmwareHistory.from:type_name -> google.protobuf.Timestamp
42889
+ 288, // 197: com.lansweeper.dp.outbound.v1.OtFirmwareHistory.until:type_name -> google.protobuf.Timestamp
42890
+ 288, // 198: com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.start_date_time:type_name -> google.protobuf.Timestamp
42891
+ 288, // 199: com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.last_updated_date_time:type_name -> google.protobuf.Timestamp
42892
+ 288, // 200: com.lansweeper.dp.outbound.v1.IntuneDevice.compliance_grace_period_expiration_date:type_name -> google.protobuf.Timestamp
42893
+ 288, // 201: com.lansweeper.dp.outbound.v1.IntuneDevice.exchange_last_successful_sync_date:type_name -> google.protobuf.Timestamp
42673
42894
  55, // 202: com.lansweeper.dp.outbound.v1.IntuneDevice.device_action_results:type_name -> com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult
42674
- 287, // 203: com.lansweeper.dp.outbound.v1.IntuneDevice.enrolled_date_time:type_name -> google.protobuf.Timestamp
42675
- 287, // 204: com.lansweeper.dp.outbound.v1.IntuneDevice.last_sync_date_time:type_name -> google.protobuf.Timestamp
42676
- 287, // 205: com.lansweeper.dp.outbound.v1.IntuneDevice.eas_activation_date:type_name -> google.protobuf.Timestamp
42677
- 287, // 206: com.lansweeper.dp.outbound.v1.IntuneDevice.last_update:type_name -> google.protobuf.Timestamp
42678
- 287, // 207: com.lansweeper.dp.outbound.v1.IntuneDevice.issued_date:type_name -> google.protobuf.Timestamp
42895
+ 288, // 203: com.lansweeper.dp.outbound.v1.IntuneDevice.enrolled_date_time:type_name -> google.protobuf.Timestamp
42896
+ 288, // 204: com.lansweeper.dp.outbound.v1.IntuneDevice.last_sync_date_time:type_name -> google.protobuf.Timestamp
42897
+ 288, // 205: com.lansweeper.dp.outbound.v1.IntuneDevice.eas_activation_date:type_name -> google.protobuf.Timestamp
42898
+ 288, // 206: com.lansweeper.dp.outbound.v1.IntuneDevice.last_update:type_name -> google.protobuf.Timestamp
42899
+ 288, // 207: com.lansweeper.dp.outbound.v1.IntuneDevice.issued_date:type_name -> google.protobuf.Timestamp
42679
42900
  57, // 208: com.lansweeper.dp.outbound.v1.IntuneDevice.intune_applications:type_name -> com.lansweeper.dp.outbound.v1.IntuneApplication
42680
- 287, // 209: com.lansweeper.dp.outbound.v1.SourceInfo.last_synced:type_name -> google.protobuf.Timestamp
42901
+ 288, // 209: com.lansweeper.dp.outbound.v1.SourceInfo.last_synced:type_name -> google.protobuf.Timestamp
42681
42902
  60, // 210: com.lansweeper.dp.outbound.v1.SourceInfo.credentials:type_name -> com.lansweeper.dp.outbound.v1.ScanCredential
42682
- 287, // 211: com.lansweeper.dp.outbound.v1.ScanError.timestamp:type_name -> google.protobuf.Timestamp
42683
- 287, // 212: com.lansweeper.dp.outbound.v1.DataProcessor.first_time:type_name -> google.protobuf.Timestamp
42684
- 287, // 213: com.lansweeper.dp.outbound.v1.DataProcessor.last_time:type_name -> google.protobuf.Timestamp
42903
+ 288, // 211: com.lansweeper.dp.outbound.v1.ScanError.timestamp:type_name -> google.protobuf.Timestamp
42904
+ 288, // 212: com.lansweeper.dp.outbound.v1.DataProcessor.first_time:type_name -> google.protobuf.Timestamp
42905
+ 288, // 213: com.lansweeper.dp.outbound.v1.DataProcessor.last_time:type_name -> google.protobuf.Timestamp
42685
42906
  54, // 214: com.lansweeper.dp.outbound.v1.CoreFields.type:type_name -> com.lansweeper.dp.outbound.v1.AssetType
42686
- 287, // 215: com.lansweeper.dp.outbound.v1.UserLogon.logon_time:type_name -> google.protobuf.Timestamp
42907
+ 288, // 215: com.lansweeper.dp.outbound.v1.UserLogon.logon_time:type_name -> google.protobuf.Timestamp
42687
42908
  209, // 216: com.lansweeper.dp.outbound.v1.UserAccount.account_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42688
42909
  209, // 217: com.lansweeper.dp.outbound.v1.UserAccount.sid_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42689
- 268, // 218: com.lansweeper.dp.outbound.v1.InternetExplorer.active_x:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX
42690
- 270, // 219: com.lansweeper.dp.outbound.v1.InternetExplorer.bar:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject
42691
- 270, // 220: com.lansweeper.dp.outbound.v1.InternetExplorer.browser_object:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject
42692
- 269, // 221: com.lansweeper.dp.outbound.v1.InternetExplorer.extension:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.Extension
42910
+ 269, // 218: com.lansweeper.dp.outbound.v1.InternetExplorer.active_x:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX
42911
+ 271, // 219: com.lansweeper.dp.outbound.v1.InternetExplorer.bar:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject
42912
+ 271, // 220: com.lansweeper.dp.outbound.v1.InternetExplorer.browser_object:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject
42913
+ 270, // 221: com.lansweeper.dp.outbound.v1.InternetExplorer.extension:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.Extension
42693
42914
  5, // 222: com.lansweeper.dp.outbound.v1.WindowsSqlServer.sql_authentication_mode:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServer.SqlAuthenticationMode
42694
42915
  70, // 223: com.lansweeper.dp.outbound.v1.WindowsSqlServer.databases:type_name -> com.lansweeper.dp.outbound.v1.SqlServerDatabase
42695
42916
  71, // 224: com.lansweeper.dp.outbound.v1.WindowsSqlServer.services:type_name -> com.lansweeper.dp.outbound.v1.SqlServerService
@@ -42699,12 +42920,12 @@ var file_outbound_proto_depIdxs = []int32{
42699
42920
  7, // 228: com.lansweeper.dp.outbound.v1.SqlServerService.startup_type:type_name -> com.lansweeper.dp.outbound.v1.SqlServerService.ServiceStartupType
42700
42921
  73, // 229: com.lansweeper.dp.outbound.v1.SqlServerCluster.cluster_nodes:type_name -> com.lansweeper.dp.outbound.v1.SqlServerClusterNode
42701
42922
  8, // 230: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType
42702
- 287, // 231: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.start:type_name -> google.protobuf.Timestamp
42703
- 287, // 232: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.end:type_name -> google.protobuf.Timestamp
42923
+ 288, // 231: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.start:type_name -> google.protobuf.Timestamp
42924
+ 288, // 232: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.end:type_name -> google.protobuf.Timestamp
42704
42925
  69, // 233: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.windows_sql_server:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServer
42705
42926
  9, // 234: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.EventType
42706
- 287, // 235: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.start:type_name -> google.protobuf.Timestamp
42707
- 287, // 236: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.end:type_name -> google.protobuf.Timestamp
42927
+ 288, // 235: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.start:type_name -> google.protobuf.Timestamp
42928
+ 288, // 236: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.end:type_name -> google.protobuf.Timestamp
42708
42929
  39, // 237: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.hyper_v:type_name -> com.lansweeper.dp.outbound.v1.HyperV
42709
42930
  77, // 238: com.lansweeper.dp.outbound.v1.HardwareInfo.spec:type_name -> com.lansweeper.dp.outbound.v1.SpecHardwareInfo
42710
42931
  224, // 239: com.lansweeper.dp.outbound.v1.HardwareInfo.catalog_brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
@@ -42713,31 +42934,31 @@ var file_outbound_proto_depIdxs = []int32{
42713
42934
  82, // 242: com.lansweeper.dp.outbound.v1.OperatingSystem.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo
42714
42935
  79, // 243: com.lansweeper.dp.outbound.v1.OperatingSystem.mac:type_name -> com.lansweeper.dp.outbound.v1.MacOperatingSystemInfo
42715
42936
  80, // 244: com.lansweeper.dp.outbound.v1.OperatingSystem.linux:type_name -> com.lansweeper.dp.outbound.v1.LinuxOperatingSystemInfo
42716
- 287, // 245: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.install_date:type_name -> google.protobuf.Timestamp
42937
+ 288, // 245: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.install_date:type_name -> google.protobuf.Timestamp
42717
42938
  209, // 246: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.os_language:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42718
42939
  209, // 247: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.os_product_suite:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42719
42940
  209, // 248: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.os_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42720
42941
  209, // 249: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.product_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42721
42942
  10, // 250: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.EventType
42722
- 287, // 251: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.start:type_name -> google.protobuf.Timestamp
42723
- 287, // 252: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.end:type_name -> google.protobuf.Timestamp
42943
+ 288, // 251: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.start:type_name -> google.protobuf.Timestamp
42944
+ 288, // 252: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.end:type_name -> google.protobuf.Timestamp
42724
42945
  78, // 253: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystem
42725
42946
  78, // 254: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prev_os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystem
42726
- 287, // 255: com.lansweeper.dp.outbound.v1.OperatingSystemPatch.install_date:type_name -> google.protobuf.Timestamp
42727
- 287, // 256: com.lansweeper.dp.outbound.v1.NetworkInterfaces.timestamp:type_name -> google.protobuf.Timestamp
42947
+ 288, // 255: com.lansweeper.dp.outbound.v1.OperatingSystemPatch.install_date:type_name -> google.protobuf.Timestamp
42948
+ 288, // 256: com.lansweeper.dp.outbound.v1.NetworkInterfaces.timestamp:type_name -> google.protobuf.Timestamp
42728
42949
  87, // 257: com.lansweeper.dp.outbound.v1.NetworkInterfaces.interface:type_name -> com.lansweeper.dp.outbound.v1.NetworkInterface
42729
42950
  88, // 258: com.lansweeper.dp.outbound.v1.NetworkInterface.ip:type_name -> com.lansweeper.dp.outbound.v1.NetIpAddress
42730
42951
  209, // 259: com.lansweeper.dp.outbound.v1.NetworkInterface.admin_status:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42731
42952
  209, // 260: com.lansweeper.dp.outbound.v1.NetworkInterface.oper_status:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42732
42953
  11, // 261: com.lansweeper.dp.outbound.v1.NetIpAddress.type:type_name -> com.lansweeper.dp.outbound.v1.NetIpAddress.IpType
42733
42954
  90, // 262: com.lansweeper.dp.outbound.v1.NetworkProtocols.snmp:type_name -> com.lansweeper.dp.outbound.v1.SnmpInfo
42734
- 287, // 263: com.lansweeper.dp.outbound.v1.PortScan.timestamp:type_name -> google.protobuf.Timestamp
42955
+ 288, // 263: com.lansweeper.dp.outbound.v1.PortScan.timestamp:type_name -> google.protobuf.Timestamp
42735
42956
  92, // 264: com.lansweeper.dp.outbound.v1.PortScan.scanned_port:type_name -> com.lansweeper.dp.outbound.v1.ScannedPort
42736
42957
  94, // 265: com.lansweeper.dp.outbound.v1.ScannedPort.http_server:type_name -> com.lansweeper.dp.outbound.v1.HttpServerInfo
42737
- 287, // 266: com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.last_run:type_name -> google.protobuf.Timestamp
42958
+ 288, // 266: com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.last_run:type_name -> google.protobuf.Timestamp
42738
42959
  95, // 267: com.lansweeper.dp.outbound.v1.HttpServerInfo.certificates:type_name -> com.lansweeper.dp.outbound.v1.HttpCertificate
42739
- 287, // 268: com.lansweeper.dp.outbound.v1.HttpCertificate.effective_date:type_name -> google.protobuf.Timestamp
42740
- 287, // 269: com.lansweeper.dp.outbound.v1.HttpCertificate.expiration_date:type_name -> google.protobuf.Timestamp
42960
+ 288, // 268: com.lansweeper.dp.outbound.v1.HttpCertificate.effective_date:type_name -> google.protobuf.Timestamp
42961
+ 288, // 269: com.lansweeper.dp.outbound.v1.HttpCertificate.expiration_date:type_name -> google.protobuf.Timestamp
42741
42962
  12, // 270: com.lansweeper.dp.outbound.v1.HttpCertificate.errors:type_name -> com.lansweeper.dp.outbound.v1.HttpCertificate.SslPolicyErrors
42742
42963
  209, // 271: com.lansweeper.dp.outbound.v1.Processor.architecture:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42743
42964
  209, // 272: com.lansweeper.dp.outbound.v1.Processor.family:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
@@ -42775,9 +42996,9 @@ var file_outbound_proto_depIdxs = []int32{
42775
42996
  208, // 304: com.lansweeper.dp.outbound.v1.Driver.mac_ppds:type_name -> com.lansweeper.dp.outbound.v1.MacPrinterSoftwareItem
42776
42997
  208, // 305: com.lansweeper.dp.outbound.v1.Driver.mac_printers:type_name -> com.lansweeper.dp.outbound.v1.MacPrinterSoftwareItem
42777
42998
  208, // 306: com.lansweeper.dp.outbound.v1.Driver.mac_system_library_extensions:type_name -> com.lansweeper.dp.outbound.v1.MacPrinterSoftwareItem
42778
- 287, // 307: com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.driver_date:type_name -> google.protobuf.Timestamp
42999
+ 288, // 307: com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.driver_date:type_name -> google.protobuf.Timestamp
42779
43000
  120, // 308: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.dependency_errors:type_name -> com.lansweeper.dp.outbound.v1.KernelExtensionErrorType
42780
- 287, // 309: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.last_modified:type_name -> google.protobuf.Timestamp
43001
+ 288, // 309: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.last_modified:type_name -> google.protobuf.Timestamp
42781
43002
  120, // 310: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.validity_errors:type_name -> com.lansweeper.dp.outbound.v1.KernelExtensionErrorType
42782
43003
  121, // 311: com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.errors:type_name -> com.lansweeper.dp.outbound.v1.KernelExtensionError
42783
43004
  87, // 312: com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.location_services:type_name -> com.lansweeper.dp.outbound.v1.NetworkInterface
@@ -42794,13 +43015,13 @@ var file_outbound_proto_depIdxs = []int32{
42794
43015
  141, // 323: com.lansweeper.dp.outbound.v1.Bios.win:type_name -> com.lansweeper.dp.outbound.v1.WindowsBios
42795
43016
  142, // 324: com.lansweeper.dp.outbound.v1.Bios.linux:type_name -> com.lansweeper.dp.outbound.v1.LinuxBios
42796
43017
  140, // 325: com.lansweeper.dp.outbound.v1.Bios.esxi:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiBios
42797
- 287, // 326: com.lansweeper.dp.outbound.v1.Bios.release_date:type_name -> google.protobuf.Timestamp
42798
- 287, // 327: com.lansweeper.dp.outbound.v1.VmwareEsxiBios.release_date:type_name -> google.protobuf.Timestamp
43018
+ 288, // 326: com.lansweeper.dp.outbound.v1.Bios.release_date:type_name -> google.protobuf.Timestamp
43019
+ 288, // 327: com.lansweeper.dp.outbound.v1.VmwareEsxiBios.release_date:type_name -> google.protobuf.Timestamp
42799
43020
  209, // 328: com.lansweeper.dp.outbound.v1.WindowsBios.bios_characteristics:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42800
- 287, // 329: com.lansweeper.dp.outbound.v1.WindowsBios.release_date:type_name -> google.protobuf.Timestamp
43021
+ 288, // 329: com.lansweeper.dp.outbound.v1.WindowsBios.release_date:type_name -> google.protobuf.Timestamp
42801
43022
  209, // 330: com.lansweeper.dp.outbound.v1.WindowsBios.software_element_state:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42802
43023
  209, // 331: com.lansweeper.dp.outbound.v1.WindowsBios.target_operating_system:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42803
- 287, // 332: com.lansweeper.dp.outbound.v1.LinuxBios.release_date:type_name -> google.protobuf.Timestamp
43024
+ 288, // 332: com.lansweeper.dp.outbound.v1.LinuxBios.release_date:type_name -> google.protobuf.Timestamp
42804
43025
  144, // 333: com.lansweeper.dp.outbound.v1.ComputerBattery.win_battery:type_name -> com.lansweeper.dp.outbound.v1.WindowsComputerBattery
42805
43026
  145, // 334: com.lansweeper.dp.outbound.v1.ComputerBattery.win_portable:type_name -> com.lansweeper.dp.outbound.v1.WindowsPortableBattery
42806
43027
  146, // 335: com.lansweeper.dp.outbound.v1.ComputerBattery.mac_battery:type_name -> com.lansweeper.dp.outbound.v1.MacComputerBattery
@@ -42856,76 +43077,76 @@ var file_outbound_proto_depIdxs = []int32{
42856
43077
  169, // 385: com.lansweeper.dp.outbound.v1.ComputerLinuxBasicInfo.command_information:type_name -> com.lansweeper.dp.outbound.v1.LinuxCommandInformation
42857
43078
  209, // 386: com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.availability:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42858
43079
  209, // 387: com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.capabilities:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42859
- 287, // 388: com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.install_date:type_name -> google.protobuf.Timestamp
43080
+ 288, // 388: com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.install_date:type_name -> google.protobuf.Timestamp
42860
43081
  181, // 389: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.enhanced_key_usage:type_name -> com.lansweeper.dp.outbound.v1.WindowsCertificateEnhancedKeyUsage
42861
43082
  13, // 390: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.key_usage:type_name -> com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.KeyUsageType
42862
- 287, // 391: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.expiration_date:type_name -> google.protobuf.Timestamp
42863
- 287, // 392: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.start_date:type_name -> google.protobuf.Timestamp
43083
+ 288, // 391: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.expiration_date:type_name -> google.protobuf.Timestamp
43084
+ 288, // 392: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.start_date:type_name -> google.protobuf.Timestamp
42864
43085
  182, // 393: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.location:type_name -> com.lansweeper.dp.outbound.v1.WindowsCertificateLocation
42865
43086
  185, // 394: com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.user_settings:type_name -> com.lansweeper.dp.outbound.v1.MacRegionalUserSettings
42866
43087
  186, // 395: com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.system_settings:type_name -> com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings
42867
43088
  187, // 396: com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.recovery_os_settings:type_name -> com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings
42868
43089
  189, // 397: com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.single:type_name -> com.lansweeper.dp.outbound.v1.WindowsSinglePageFile
42869
43090
  191, // 398: com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.combined:type_name -> com.lansweeper.dp.outbound.v1.WindowsPageFileCombinedData
42870
- 287, // 399: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.creation_date:type_name -> google.protobuf.Timestamp
42871
- 287, // 400: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.install_date:type_name -> google.protobuf.Timestamp
42872
- 287, // 401: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.last_accessed:type_name -> google.protobuf.Timestamp
42873
- 287, // 402: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.last_modified:type_name -> google.protobuf.Timestamp
43091
+ 288, // 399: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.creation_date:type_name -> google.protobuf.Timestamp
43092
+ 288, // 400: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.install_date:type_name -> google.protobuf.Timestamp
43093
+ 288, // 401: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.last_accessed:type_name -> google.protobuf.Timestamp
43094
+ 288, // 402: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.last_modified:type_name -> google.protobuf.Timestamp
42874
43095
  193, // 403: com.lansweeper.dp.outbound.v1.WindowsPageFileCombinedData.page_file_usages:type_name -> com.lansweeper.dp.outbound.v1.WindowsPageFileUsage
42875
43096
  192, // 404: com.lansweeper.dp.outbound.v1.WindowsPageFileCombinedData.page_file_settings:type_name -> com.lansweeper.dp.outbound.v1.WindowsPageFileSetting
42876
- 287, // 405: com.lansweeper.dp.outbound.v1.WindowsPageFileUsage.install_date:type_name -> google.protobuf.Timestamp
43097
+ 288, // 405: com.lansweeper.dp.outbound.v1.WindowsPageFileUsage.install_date:type_name -> google.protobuf.Timestamp
42877
43098
  209, // 406: com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.availability:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42878
43099
  209, // 407: com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.protocol_supported:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42879
43100
  209, // 408: com.lansweeper.dp.outbound.v1.PortableBattery.chemistry:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42880
- 287, // 409: com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.last_modified:type_name -> google.protobuf.Timestamp
42881
- 287, // 410: com.lansweeper.dp.outbound.v1.MonitorInventory.timestamp:type_name -> google.protobuf.Timestamp
43101
+ 288, // 409: com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.last_modified:type_name -> google.protobuf.Timestamp
43102
+ 288, // 410: com.lansweeper.dp.outbound.v1.MonitorInventory.timestamp:type_name -> google.protobuf.Timestamp
42882
43103
  211, // 411: com.lansweeper.dp.outbound.v1.MonitorInventory.monitor:type_name -> com.lansweeper.dp.outbound.v1.Monitor
42883
- 287, // 412: com.lansweeper.dp.outbound.v1.Monitor.manufacturer_date:type_name -> google.protobuf.Timestamp
43104
+ 288, // 412: com.lansweeper.dp.outbound.v1.Monitor.manufacturer_date:type_name -> google.protobuf.Timestamp
42884
43105
  212, // 413: com.lansweeper.dp.outbound.v1.Monitor.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsMonitorInfo
42885
43106
  224, // 414: com.lansweeper.dp.outbound.v1.Monitor.catalog_brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
42886
43107
  228, // 415: com.lansweeper.dp.outbound.v1.Monitor.catalog_monitor:type_name -> com.lansweeper.dp.outbound.v1.CatalogMonitor
42887
- 287, // 416: com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.manufacturer_date:type_name -> google.protobuf.Timestamp
43108
+ 288, // 416: com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.manufacturer_date:type_name -> google.protobuf.Timestamp
42888
43109
  214, // 417: com.lansweeper.dp.outbound.v1.ComputerMacWifiController.airport_interfaces:type_name -> com.lansweeper.dp.outbound.v1.WiFiInterface
42889
43110
  216, // 418: com.lansweeper.dp.outbound.v1.ComputerMacWifiController.software_information:type_name -> com.lansweeper.dp.outbound.v1.WiFiSoftware
42890
43111
  215, // 419: com.lansweeper.dp.outbound.v1.WiFiInterface.current_network:type_name -> com.lansweeper.dp.outbound.v1.WiFiNetwork
42891
43112
  215, // 420: com.lansweeper.dp.outbound.v1.WiFiInterface.other_local_networks:type_name -> com.lansweeper.dp.outbound.v1.WiFiNetwork
42892
43113
  220, // 421: com.lansweeper.dp.outbound.v1.AntivirusSoftware.software:type_name -> com.lansweeper.dp.outbound.v1.Software
42893
- 287, // 422: com.lansweeper.dp.outbound.v1.SoftwareInventory.timestamp:type_name -> google.protobuf.Timestamp
43114
+ 288, // 422: com.lansweeper.dp.outbound.v1.SoftwareInventory.timestamp:type_name -> google.protobuf.Timestamp
42894
43115
  220, // 423: com.lansweeper.dp.outbound.v1.SoftwareInventory.software:type_name -> com.lansweeper.dp.outbound.v1.Software
42895
43116
  221, // 424: com.lansweeper.dp.outbound.v1.Software.raw:type_name -> com.lansweeper.dp.outbound.v1.RawSoftware
42896
43117
  224, // 425: com.lansweeper.dp.outbound.v1.Software.catalog_brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
42897
43118
  227, // 426: com.lansweeper.dp.outbound.v1.Software.catalog_software:type_name -> com.lansweeper.dp.outbound.v1.CatalogSoftware
42898
43119
  227, // 427: com.lansweeper.dp.outbound.v1.Software.catalog_parent:type_name -> com.lansweeper.dp.outbound.v1.CatalogSoftware
42899
- 287, // 428: com.lansweeper.dp.outbound.v1.RawSoftware.install_date:type_name -> google.protobuf.Timestamp
43120
+ 288, // 428: com.lansweeper.dp.outbound.v1.RawSoftware.install_date:type_name -> google.protobuf.Timestamp
42900
43121
  14, // 429: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.EventType
42901
- 287, // 430: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.start:type_name -> google.protobuf.Timestamp
42902
- 287, // 431: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.end:type_name -> google.protobuf.Timestamp
43122
+ 288, // 430: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.start:type_name -> google.protobuf.Timestamp
43123
+ 288, // 431: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.end:type_name -> google.protobuf.Timestamp
42903
43124
  220, // 432: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.software:type_name -> com.lansweeper.dp.outbound.v1.Software
42904
43125
  220, // 433: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.prev_software:type_name -> com.lansweeper.dp.outbound.v1.Software
42905
- 287, // 434: com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory.install_date:type_name -> google.protobuf.Timestamp
42906
- 287, // 435: com.lansweeper.dp.outbound.v1.CatalogBrand.last_update_time:type_name -> google.protobuf.Timestamp
42907
- 287, // 436: com.lansweeper.dp.outbound.v1.CatalogModel.release_date:type_name -> google.protobuf.Timestamp
42908
- 287, // 437: com.lansweeper.dp.outbound.v1.CatalogModel.disc_date:type_name -> google.protobuf.Timestamp
42909
- 287, // 438: com.lansweeper.dp.outbound.v1.CatalogModel.eos_date:type_name -> google.protobuf.Timestamp
42910
- 287, // 439: com.lansweeper.dp.outbound.v1.CatalogModel.last_update_time:type_name -> google.protobuf.Timestamp
42911
- 287, // 440: com.lansweeper.dp.outbound.v1.CatalogOs.release_date:type_name -> google.protobuf.Timestamp
42912
- 287, // 441: com.lansweeper.dp.outbound.v1.CatalogOs.eol_date:type_name -> google.protobuf.Timestamp
42913
- 287, // 442: com.lansweeper.dp.outbound.v1.CatalogOs.eos_date:type_name -> google.protobuf.Timestamp
42914
- 287, // 443: com.lansweeper.dp.outbound.v1.CatalogOs.eosx_date:type_name -> google.protobuf.Timestamp
42915
- 287, // 444: com.lansweeper.dp.outbound.v1.CatalogOs.last_update_time:type_name -> google.protobuf.Timestamp
42916
- 287, // 445: com.lansweeper.dp.outbound.v1.CatalogSoftware.release_date:type_name -> google.protobuf.Timestamp
42917
- 287, // 446: com.lansweeper.dp.outbound.v1.CatalogSoftware.eol_date:type_name -> google.protobuf.Timestamp
42918
- 287, // 447: com.lansweeper.dp.outbound.v1.CatalogSoftware.eos_date:type_name -> google.protobuf.Timestamp
42919
- 287, // 448: com.lansweeper.dp.outbound.v1.CatalogSoftware.eosx_date:type_name -> google.protobuf.Timestamp
42920
- 287, // 449: com.lansweeper.dp.outbound.v1.CatalogSoftware.last_update_time:type_name -> google.protobuf.Timestamp
42921
- 287, // 450: com.lansweeper.dp.outbound.v1.CatalogMonitor.last_update_time:type_name -> google.protobuf.Timestamp
43126
+ 288, // 434: com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory.install_date:type_name -> google.protobuf.Timestamp
43127
+ 288, // 435: com.lansweeper.dp.outbound.v1.CatalogBrand.last_update_time:type_name -> google.protobuf.Timestamp
43128
+ 288, // 436: com.lansweeper.dp.outbound.v1.CatalogModel.release_date:type_name -> google.protobuf.Timestamp
43129
+ 288, // 437: com.lansweeper.dp.outbound.v1.CatalogModel.disc_date:type_name -> google.protobuf.Timestamp
43130
+ 288, // 438: com.lansweeper.dp.outbound.v1.CatalogModel.eos_date:type_name -> google.protobuf.Timestamp
43131
+ 288, // 439: com.lansweeper.dp.outbound.v1.CatalogModel.last_update_time:type_name -> google.protobuf.Timestamp
43132
+ 288, // 440: com.lansweeper.dp.outbound.v1.CatalogOs.release_date:type_name -> google.protobuf.Timestamp
43133
+ 288, // 441: com.lansweeper.dp.outbound.v1.CatalogOs.eol_date:type_name -> google.protobuf.Timestamp
43134
+ 288, // 442: com.lansweeper.dp.outbound.v1.CatalogOs.eos_date:type_name -> google.protobuf.Timestamp
43135
+ 288, // 443: com.lansweeper.dp.outbound.v1.CatalogOs.eosx_date:type_name -> google.protobuf.Timestamp
43136
+ 288, // 444: com.lansweeper.dp.outbound.v1.CatalogOs.last_update_time:type_name -> google.protobuf.Timestamp
43137
+ 288, // 445: com.lansweeper.dp.outbound.v1.CatalogSoftware.release_date:type_name -> google.protobuf.Timestamp
43138
+ 288, // 446: com.lansweeper.dp.outbound.v1.CatalogSoftware.eol_date:type_name -> google.protobuf.Timestamp
43139
+ 288, // 447: com.lansweeper.dp.outbound.v1.CatalogSoftware.eos_date:type_name -> google.protobuf.Timestamp
43140
+ 288, // 448: com.lansweeper.dp.outbound.v1.CatalogSoftware.eosx_date:type_name -> google.protobuf.Timestamp
43141
+ 288, // 449: com.lansweeper.dp.outbound.v1.CatalogSoftware.last_update_time:type_name -> google.protobuf.Timestamp
43142
+ 288, // 450: com.lansweeper.dp.outbound.v1.CatalogMonitor.last_update_time:type_name -> google.protobuf.Timestamp
42922
43143
  230, // 451: com.lansweeper.dp.outbound.v1.Printer.toner:type_name -> com.lansweeper.dp.outbound.v1.PrinterTonerInfo
42923
43144
  209, // 452: com.lansweeper.dp.outbound.v1.PrinterTonerInfo.color_number:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42924
43145
  28, // 453: com.lansweeper.dp.outbound.v1.User.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
42925
- 287, // 454: com.lansweeper.dp.outbound.v1.User.last_synced:type_name -> google.protobuf.Timestamp
42926
- 287, // 455: com.lansweeper.dp.outbound.v1.User.first_seen:type_name -> google.protobuf.Timestamp
42927
- 287, // 456: com.lansweeper.dp.outbound.v1.User.last_updated:type_name -> google.protobuf.Timestamp
42928
- 287, // 457: com.lansweeper.dp.outbound.v1.User.last_enriched:type_name -> google.protobuf.Timestamp
43146
+ 288, // 454: com.lansweeper.dp.outbound.v1.User.last_synced:type_name -> google.protobuf.Timestamp
43147
+ 288, // 455: com.lansweeper.dp.outbound.v1.User.first_seen:type_name -> google.protobuf.Timestamp
43148
+ 288, // 456: com.lansweeper.dp.outbound.v1.User.last_updated:type_name -> google.protobuf.Timestamp
43149
+ 288, // 457: com.lansweeper.dp.outbound.v1.User.last_enriched:type_name -> google.protobuf.Timestamp
42929
43150
  58, // 458: com.lansweeper.dp.outbound.v1.User.source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
42930
43151
  58, // 459: com.lansweeper.dp.outbound.v1.User.unlinked_source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
42931
43152
  61, // 460: com.lansweeper.dp.outbound.v1.User.data_processor:type_name -> com.lansweeper.dp.outbound.v1.DataProcessor
@@ -42937,12 +43158,12 @@ var file_outbound_proto_depIdxs = []int32{
42937
43158
  45, // 466: com.lansweeper.dp.outbound.v1.User.reconciliation:type_name -> com.lansweeper.dp.outbound.v1.ReconciliationInfo
42938
43159
  233, // 467: com.lansweeper.dp.outbound.v1.User.core:type_name -> com.lansweeper.dp.outbound.v1.UserCoreFields
42939
43160
  239, // 468: com.lansweeper.dp.outbound.v1.User.ad_user:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryUser
42940
- 266, // 469: com.lansweeper.dp.outbound.v1.User.office_365_user:type_name -> com.lansweeper.dp.outbound.v1.Office365User
43161
+ 267, // 469: com.lansweeper.dp.outbound.v1.User.office_365_user:type_name -> com.lansweeper.dp.outbound.v1.Office365User
42941
43162
  28, // 470: com.lansweeper.dp.outbound.v1.Group.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
42942
- 287, // 471: com.lansweeper.dp.outbound.v1.Group.last_synced:type_name -> google.protobuf.Timestamp
42943
- 287, // 472: com.lansweeper.dp.outbound.v1.Group.first_seen:type_name -> google.protobuf.Timestamp
42944
- 287, // 473: com.lansweeper.dp.outbound.v1.Group.last_updated:type_name -> google.protobuf.Timestamp
42945
- 287, // 474: com.lansweeper.dp.outbound.v1.Group.last_enriched:type_name -> google.protobuf.Timestamp
43163
+ 288, // 471: com.lansweeper.dp.outbound.v1.Group.last_synced:type_name -> google.protobuf.Timestamp
43164
+ 288, // 472: com.lansweeper.dp.outbound.v1.Group.first_seen:type_name -> google.protobuf.Timestamp
43165
+ 288, // 473: com.lansweeper.dp.outbound.v1.Group.last_updated:type_name -> google.protobuf.Timestamp
43166
+ 288, // 474: com.lansweeper.dp.outbound.v1.Group.last_enriched:type_name -> google.protobuf.Timestamp
42946
43167
  58, // 475: com.lansweeper.dp.outbound.v1.Group.source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
42947
43168
  58, // 476: com.lansweeper.dp.outbound.v1.Group.unlinked_source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
42948
43169
  61, // 477: com.lansweeper.dp.outbound.v1.Group.data_processor:type_name -> com.lansweeper.dp.outbound.v1.DataProcessor
@@ -42954,101 +43175,102 @@ var file_outbound_proto_depIdxs = []int32{
42954
43175
  45, // 483: com.lansweeper.dp.outbound.v1.Group.reconciliation:type_name -> com.lansweeper.dp.outbound.v1.ReconciliationInfo
42955
43176
  235, // 484: com.lansweeper.dp.outbound.v1.Group.core:type_name -> com.lansweeper.dp.outbound.v1.GroupCoreFields
42956
43177
  240, // 485: com.lansweeper.dp.outbound.v1.Group.ad_group:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup
42957
- 263, // 486: com.lansweeper.dp.outbound.v1.Group.office_365_group:type_name -> com.lansweeper.dp.outbound.v1.Office365Group
42958
- 287, // 487: com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.creation_time:type_name -> google.protobuf.Timestamp
42959
- 287, // 488: com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.last_changed:type_name -> google.protobuf.Timestamp
43178
+ 264, // 486: com.lansweeper.dp.outbound.v1.Group.office_365_group:type_name -> com.lansweeper.dp.outbound.v1.Office365Group
43179
+ 288, // 487: com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.creation_time:type_name -> google.protobuf.Timestamp
43180
+ 288, // 488: com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.last_changed:type_name -> google.protobuf.Timestamp
42960
43181
  236, // 489: com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
42961
43182
  236, // 490: com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
42962
43183
  236, // 491: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
42963
- 287, // 492: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.account_expires:type_name -> google.protobuf.Timestamp
42964
- 287, // 493: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.lockout_time:type_name -> google.protobuf.Timestamp
42965
- 287, // 494: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_last_set:type_name -> google.protobuf.Timestamp
42966
- 287, // 495: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.last_logon:type_name -> google.protobuf.Timestamp
42967
- 287, // 496: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.lockout_date:type_name -> google.protobuf.Timestamp
42968
- 287, // 497: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_expiration_date:type_name -> google.protobuf.Timestamp
42969
- 287, // 498: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_changeable_date:type_name -> google.protobuf.Timestamp
43184
+ 288, // 492: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.account_expires:type_name -> google.protobuf.Timestamp
43185
+ 288, // 493: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.lockout_time:type_name -> google.protobuf.Timestamp
43186
+ 288, // 494: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_last_set:type_name -> google.protobuf.Timestamp
43187
+ 288, // 495: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.last_logon:type_name -> google.protobuf.Timestamp
43188
+ 288, // 496: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.lockout_date:type_name -> google.protobuf.Timestamp
43189
+ 288, // 497: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_expiration_date:type_name -> google.protobuf.Timestamp
43190
+ 288, // 498: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_changeable_date:type_name -> google.protobuf.Timestamp
42970
43191
  236, // 499: com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
42971
43192
  209, // 500: com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup.type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
42972
43193
  242, // 501: com.lansweeper.dp.outbound.v1.Vmware.vcenter:type_name -> com.lansweeper.dp.outbound.v1.VmwareVCenter
42973
43194
  243, // 502: com.lansweeper.dp.outbound.v1.Vmware.esxi:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor
42974
43195
  244, // 503: com.lansweeper.dp.outbound.v1.Vmware.guest_vm:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm
42975
43196
  245, // 504: com.lansweeper.dp.outbound.v1.VmwareVCenter.product_info:type_name -> com.lansweeper.dp.outbound.v1.VmwareProductInfo
42976
- 272, // 505: com.lansweeper.dp.outbound.v1.VmwareVCenter.vcenter_datacenters:type_name -> com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry
43197
+ 273, // 505: com.lansweeper.dp.outbound.v1.VmwareVCenter.vcenter_datacenters:type_name -> com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry
42977
43198
  245, // 506: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.product_info:type_name -> com.lansweeper.dp.outbound.v1.VmwareProductInfo
42978
- 273, // 507: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.esxi_hypervisor_datastores:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry
42979
- 274, // 508: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.esxi_guest_vm_key:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiGuestVmKeyEntry
42980
- 287, // 509: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.boot_time:type_name -> google.protobuf.Timestamp
42981
- 275, // 510: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.esxi_guest_snapshots:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry
42982
- 287, // 511: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.boot_time:type_name -> google.protobuf.Timestamp
42983
- 276, // 512: com.lansweeper.dp.outbound.v1.VmwareDatacenter.clusters:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry
42984
- 277, // 513: com.lansweeper.dp.outbound.v1.VmwareDatacenter.hypervisors:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.HypervisorsEntry
42985
- 278, // 514: com.lansweeper.dp.outbound.v1.VmwareDatacenter.datastore_clusters:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry
42986
- 279, // 515: com.lansweeper.dp.outbound.v1.VmwareDatacenter.datastores:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry
42987
- 280, // 516: com.lansweeper.dp.outbound.v1.EsxiCluster.hypervisors:type_name -> com.lansweeper.dp.outbound.v1.EsxiCluster.HypervisorsEntry
42988
- 281, // 517: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.datastores:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry
43199
+ 274, // 507: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.esxi_hypervisor_datastores:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry
43200
+ 275, // 508: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.esxi_guest_vm_key:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiGuestVmKeyEntry
43201
+ 288, // 509: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.boot_time:type_name -> google.protobuf.Timestamp
43202
+ 276, // 510: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.esxi_guest_snapshots:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry
43203
+ 288, // 511: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.boot_time:type_name -> google.protobuf.Timestamp
43204
+ 277, // 512: com.lansweeper.dp.outbound.v1.VmwareDatacenter.clusters:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry
43205
+ 278, // 513: com.lansweeper.dp.outbound.v1.VmwareDatacenter.hypervisors:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.HypervisorsEntry
43206
+ 279, // 514: com.lansweeper.dp.outbound.v1.VmwareDatacenter.datastore_clusters:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry
43207
+ 280, // 515: com.lansweeper.dp.outbound.v1.VmwareDatacenter.datastores:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry
43208
+ 281, // 516: com.lansweeper.dp.outbound.v1.EsxiCluster.hypervisors:type_name -> com.lansweeper.dp.outbound.v1.EsxiCluster.HypervisorsEntry
43209
+ 282, // 517: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.datastores:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry
42989
43210
  249, // 518: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.storage_drs:type_name -> com.lansweeper.dp.outbound.v1.DatastoreClusterStorageDrs
42990
43211
  250, // 519: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.drs_pod_config_rule:type_name -> com.lansweeper.dp.outbound.v1.DatastoreClusterDrsPodConfigRule
42991
43212
  251, // 520: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.drs_vm_override:type_name -> com.lansweeper.dp.outbound.v1.DatastoreClusterDrsVmOverride
42992
- 282, // 521: com.lansweeper.dp.outbound.v1.VmwareDatastore.disks:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry
42993
- 287, // 522: com.lansweeper.dp.outbound.v1.VmwareDatastore.timestamp:type_name -> google.protobuf.Timestamp
42994
- 287, // 523: com.lansweeper.dp.outbound.v1.VmwareSnapshot.create_time:type_name -> google.protobuf.Timestamp
43213
+ 283, // 521: com.lansweeper.dp.outbound.v1.VmwareDatastore.disks:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry
43214
+ 288, // 522: com.lansweeper.dp.outbound.v1.VmwareDatastore.timestamp:type_name -> google.protobuf.Timestamp
43215
+ 288, // 523: com.lansweeper.dp.outbound.v1.VmwareSnapshot.create_time:type_name -> google.protobuf.Timestamp
42995
43216
  258, // 524: com.lansweeper.dp.outbound.v1.ReconRuleSet.recon_rules:type_name -> com.lansweeper.dp.outbound.v1.ReconRule
42996
43217
  0, // 525: com.lansweeper.dp.outbound.v1.ReconRule.id:type_name -> com.lansweeper.dp.outbound.v1.ReconRuleId
42997
- 287, // 526: com.lansweeper.dp.outbound.v1.Office365Organization.company_last_dir_sync_time:type_name -> google.protobuf.Timestamp
42998
- 262, // 527: com.lansweeper.dp.outbound.v1.Office365Organization.domains:type_name -> com.lansweeper.dp.outbound.v1.Office365Domain
42999
- 264, // 528: com.lansweeper.dp.outbound.v1.Office365Organization.licenses:type_name -> com.lansweeper.dp.outbound.v1.Office365License
43000
- 283, // 529: com.lansweeper.dp.outbound.v1.Office365Organization.assigned_plans:type_name -> com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry
43001
- 261, // 530: com.lansweeper.dp.outbound.v1.Office365Organization.contacts:type_name -> com.lansweeper.dp.outbound.v1.Office365Contact
43002
- 287, // 531: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.assigned_time_stamp:type_name -> google.protobuf.Timestamp
43003
- 284, // 532: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.users_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedPlan.UsersKeysEntry
43004
- 285, // 533: com.lansweeper.dp.outbound.v1.Office365License.users_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365License.UsersKeysEntry
43005
- 265, // 534: com.lansweeper.dp.outbound.v1.Office365License.service_plans:type_name -> com.lansweeper.dp.outbound.v1.Office365ServicePlan
43006
- 287, // 535: com.lansweeper.dp.outbound.v1.Office365User.last_dir_sync_time:type_name -> google.protobuf.Timestamp
43007
- 287, // 536: com.lansweeper.dp.outbound.v1.Office365User.refresh_tokens_valid_from_date_time:type_name -> google.protobuf.Timestamp
43008
- 286, // 537: com.lansweeper.dp.outbound.v1.Office365User.group_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365User.GroupKeysEntry
43009
- 16, // 538: com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry.value:type_name -> com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata
43010
- 246, // 539: com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter
43011
- 252, // 540: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
43012
- 254, // 541: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareSnapshot
43013
- 247, // 542: com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.EsxiCluster
43014
- 248, // 543: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster
43015
- 252, // 544: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
43016
- 252, // 545: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
43017
- 253, // 546: com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDisk
43018
- 260, // 547: com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry.value:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedPlan
43019
- 18, // 548: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:input_type -> com.lansweeper.dp.outbound.v1.GetEntityRequest
43020
- 20, // 549: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:input_type -> com.lansweeper.dp.outbound.v1.ListEntityRequest
43021
- 22, // 550: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:input_type -> com.lansweeper.dp.outbound.v1.CatalogLookupRequest
43022
- 24, // 551: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetIpLocationConfig:input_type -> com.lansweeper.dp.outbound.v1.GetIpLocationConfigRequest
43023
- 26, // 552: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.SetIpLocationConfig:input_type -> com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest
43024
- 29, // 553: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateEntity:input_type -> com.lansweeper.dp.outbound.v1.Entity
43025
- 28, // 554: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetAsset:input_type -> com.lansweeper.dp.outbound.v1.EntityPath
43026
- 29, // 555: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateAsset:input_type -> com.lansweeper.dp.outbound.v1.Entity
43027
- 28, // 556: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteAsset:input_type -> com.lansweeper.dp.outbound.v1.EntityPath
43028
- 17, // 557: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.ListAssets:input_type -> com.lansweeper.dp.outbound.v1.EntityFilter
43029
- 15, // 558: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateSite:input_type -> com.lansweeper.dp.outbound.v1.Site
43030
- 256, // 559: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetSite:input_type -> com.lansweeper.dp.outbound.v1.SiteKey
43031
- 15, // 560: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateSite:input_type -> com.lansweeper.dp.outbound.v1.Site
43032
- 256, // 561: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteSite:input_type -> com.lansweeper.dp.outbound.v1.SiteKey
43033
- 19, // 562: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:output_type -> com.lansweeper.dp.outbound.v1.GetEntityResponse
43034
- 21, // 563: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:output_type -> com.lansweeper.dp.outbound.v1.ListEntityResponse
43035
- 23, // 564: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:output_type -> com.lansweeper.dp.outbound.v1.CatalogLookupResponse
43036
- 25, // 565: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetIpLocationConfig:output_type -> com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse
43037
- 27, // 566: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.SetIpLocationConfig:output_type -> com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse
43038
- 29, // 567: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateEntity:output_type -> com.lansweeper.dp.outbound.v1.Entity
43039
- 29, // 568: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
43040
- 29, // 569: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
43041
- 29, // 570: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
43042
- 29, // 571: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.ListAssets:output_type -> com.lansweeper.dp.outbound.v1.Entity
43043
- 15, // 572: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateSite:output_type -> com.lansweeper.dp.outbound.v1.Site
43044
- 15, // 573: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetSite:output_type -> com.lansweeper.dp.outbound.v1.Site
43045
- 15, // 574: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateSite:output_type -> com.lansweeper.dp.outbound.v1.Site
43046
- 15, // 575: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteSite:output_type -> com.lansweeper.dp.outbound.v1.Site
43047
- 562, // [562:576] is the sub-list for method output_type
43048
- 548, // [548:562] is the sub-list for method input_type
43049
- 548, // [548:548] is the sub-list for extension type_name
43050
- 548, // [548:548] is the sub-list for extension extendee
43051
- 0, // [0:548] is the sub-list for field type_name
43218
+ 288, // 526: com.lansweeper.dp.outbound.v1.Office365Organization.company_last_dir_sync_time:type_name -> google.protobuf.Timestamp
43219
+ 263, // 527: com.lansweeper.dp.outbound.v1.Office365Organization.domains:type_name -> com.lansweeper.dp.outbound.v1.Office365Domain
43220
+ 265, // 528: com.lansweeper.dp.outbound.v1.Office365Organization.licenses:type_name -> com.lansweeper.dp.outbound.v1.Office365License
43221
+ 284, // 529: com.lansweeper.dp.outbound.v1.Office365Organization.assigned_plans:type_name -> com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry
43222
+ 262, // 530: com.lansweeper.dp.outbound.v1.Office365Organization.contacts:type_name -> com.lansweeper.dp.outbound.v1.Office365Contact
43223
+ 260, // 531: com.lansweeper.dp.outbound.v1.Office365Organization.mailboxes:type_name -> com.lansweeper.dp.outbound.v1.Office365Mailbox
43224
+ 288, // 532: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.assigned_time_stamp:type_name -> google.protobuf.Timestamp
43225
+ 285, // 533: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.users_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedPlan.UsersKeysEntry
43226
+ 286, // 534: com.lansweeper.dp.outbound.v1.Office365License.users_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365License.UsersKeysEntry
43227
+ 266, // 535: com.lansweeper.dp.outbound.v1.Office365License.service_plans:type_name -> com.lansweeper.dp.outbound.v1.Office365ServicePlan
43228
+ 288, // 536: com.lansweeper.dp.outbound.v1.Office365User.last_dir_sync_time:type_name -> google.protobuf.Timestamp
43229
+ 288, // 537: com.lansweeper.dp.outbound.v1.Office365User.refresh_tokens_valid_from_date_time:type_name -> google.protobuf.Timestamp
43230
+ 287, // 538: com.lansweeper.dp.outbound.v1.Office365User.group_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365User.GroupKeysEntry
43231
+ 16, // 539: com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry.value:type_name -> com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata
43232
+ 246, // 540: com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter
43233
+ 252, // 541: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
43234
+ 254, // 542: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareSnapshot
43235
+ 247, // 543: com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.EsxiCluster
43236
+ 248, // 544: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster
43237
+ 252, // 545: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
43238
+ 252, // 546: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
43239
+ 253, // 547: com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDisk
43240
+ 261, // 548: com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry.value:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedPlan
43241
+ 18, // 549: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:input_type -> com.lansweeper.dp.outbound.v1.GetEntityRequest
43242
+ 20, // 550: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:input_type -> com.lansweeper.dp.outbound.v1.ListEntityRequest
43243
+ 22, // 551: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:input_type -> com.lansweeper.dp.outbound.v1.CatalogLookupRequest
43244
+ 24, // 552: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetIpLocationConfig:input_type -> com.lansweeper.dp.outbound.v1.GetIpLocationConfigRequest
43245
+ 26, // 553: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.SetIpLocationConfig:input_type -> com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest
43246
+ 29, // 554: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateEntity:input_type -> com.lansweeper.dp.outbound.v1.Entity
43247
+ 28, // 555: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetAsset:input_type -> com.lansweeper.dp.outbound.v1.EntityPath
43248
+ 29, // 556: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateAsset:input_type -> com.lansweeper.dp.outbound.v1.Entity
43249
+ 28, // 557: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteAsset:input_type -> com.lansweeper.dp.outbound.v1.EntityPath
43250
+ 17, // 558: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.ListAssets:input_type -> com.lansweeper.dp.outbound.v1.EntityFilter
43251
+ 15, // 559: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateSite:input_type -> com.lansweeper.dp.outbound.v1.Site
43252
+ 256, // 560: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetSite:input_type -> com.lansweeper.dp.outbound.v1.SiteKey
43253
+ 15, // 561: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateSite:input_type -> com.lansweeper.dp.outbound.v1.Site
43254
+ 256, // 562: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteSite:input_type -> com.lansweeper.dp.outbound.v1.SiteKey
43255
+ 19, // 563: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:output_type -> com.lansweeper.dp.outbound.v1.GetEntityResponse
43256
+ 21, // 564: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:output_type -> com.lansweeper.dp.outbound.v1.ListEntityResponse
43257
+ 23, // 565: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:output_type -> com.lansweeper.dp.outbound.v1.CatalogLookupResponse
43258
+ 25, // 566: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetIpLocationConfig:output_type -> com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse
43259
+ 27, // 567: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.SetIpLocationConfig:output_type -> com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse
43260
+ 29, // 568: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateEntity:output_type -> com.lansweeper.dp.outbound.v1.Entity
43261
+ 29, // 569: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
43262
+ 29, // 570: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
43263
+ 29, // 571: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
43264
+ 29, // 572: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.ListAssets:output_type -> com.lansweeper.dp.outbound.v1.Entity
43265
+ 15, // 573: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateSite:output_type -> com.lansweeper.dp.outbound.v1.Site
43266
+ 15, // 574: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetSite:output_type -> com.lansweeper.dp.outbound.v1.Site
43267
+ 15, // 575: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateSite:output_type -> com.lansweeper.dp.outbound.v1.Site
43268
+ 15, // 576: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteSite:output_type -> com.lansweeper.dp.outbound.v1.Site
43269
+ 563, // [563:577] is the sub-list for method output_type
43270
+ 549, // [549:563] is the sub-list for method input_type
43271
+ 549, // [549:549] is the sub-list for extension type_name
43272
+ 549, // [549:549] is the sub-list for extension extendee
43273
+ 0, // [0:549] is the sub-list for field type_name
43052
43274
  }
43053
43275
 
43054
43276
  func init() { file_outbound_proto_init() }
@@ -45998,7 +46220,7 @@ func file_outbound_proto_init() {
45998
46220
  }
45999
46221
  }
46000
46222
  file_outbound_proto_msgTypes[245].Exporter = func(v any, i int) any {
46001
- switch v := v.(*Office365AssignedPlan); i {
46223
+ switch v := v.(*Office365Mailbox); i {
46002
46224
  case 0:
46003
46225
  return &v.state
46004
46226
  case 1:
@@ -46010,7 +46232,7 @@ func file_outbound_proto_init() {
46010
46232
  }
46011
46233
  }
46012
46234
  file_outbound_proto_msgTypes[246].Exporter = func(v any, i int) any {
46013
- switch v := v.(*Office365Contact); i {
46235
+ switch v := v.(*Office365AssignedPlan); i {
46014
46236
  case 0:
46015
46237
  return &v.state
46016
46238
  case 1:
@@ -46022,7 +46244,7 @@ func file_outbound_proto_init() {
46022
46244
  }
46023
46245
  }
46024
46246
  file_outbound_proto_msgTypes[247].Exporter = func(v any, i int) any {
46025
- switch v := v.(*Office365Domain); i {
46247
+ switch v := v.(*Office365Contact); i {
46026
46248
  case 0:
46027
46249
  return &v.state
46028
46250
  case 1:
@@ -46034,7 +46256,7 @@ func file_outbound_proto_init() {
46034
46256
  }
46035
46257
  }
46036
46258
  file_outbound_proto_msgTypes[248].Exporter = func(v any, i int) any {
46037
- switch v := v.(*Office365Group); i {
46259
+ switch v := v.(*Office365Domain); i {
46038
46260
  case 0:
46039
46261
  return &v.state
46040
46262
  case 1:
@@ -46046,7 +46268,7 @@ func file_outbound_proto_init() {
46046
46268
  }
46047
46269
  }
46048
46270
  file_outbound_proto_msgTypes[249].Exporter = func(v any, i int) any {
46049
- switch v := v.(*Office365License); i {
46271
+ switch v := v.(*Office365Group); i {
46050
46272
  case 0:
46051
46273
  return &v.state
46052
46274
  case 1:
@@ -46058,7 +46280,7 @@ func file_outbound_proto_init() {
46058
46280
  }
46059
46281
  }
46060
46282
  file_outbound_proto_msgTypes[250].Exporter = func(v any, i int) any {
46061
- switch v := v.(*Office365ServicePlan); i {
46283
+ switch v := v.(*Office365License); i {
46062
46284
  case 0:
46063
46285
  return &v.state
46064
46286
  case 1:
@@ -46070,6 +46292,18 @@ func file_outbound_proto_init() {
46070
46292
  }
46071
46293
  }
46072
46294
  file_outbound_proto_msgTypes[251].Exporter = func(v any, i int) any {
46295
+ switch v := v.(*Office365ServicePlan); i {
46296
+ case 0:
46297
+ return &v.state
46298
+ case 1:
46299
+ return &v.sizeCache
46300
+ case 2:
46301
+ return &v.unknownFields
46302
+ default:
46303
+ return nil
46304
+ }
46305
+ }
46306
+ file_outbound_proto_msgTypes[252].Exporter = func(v any, i int) any {
46073
46307
  switch v := v.(*Office365User); i {
46074
46308
  case 0:
46075
46309
  return &v.state
@@ -46081,7 +46315,7 @@ func file_outbound_proto_init() {
46081
46315
  return nil
46082
46316
  }
46083
46317
  }
46084
- file_outbound_proto_msgTypes[253].Exporter = func(v any, i int) any {
46318
+ file_outbound_proto_msgTypes[254].Exporter = func(v any, i int) any {
46085
46319
  switch v := v.(*InternetExplorer_ActiveX); i {
46086
46320
  case 0:
46087
46321
  return &v.state
@@ -46093,7 +46327,7 @@ func file_outbound_proto_init() {
46093
46327
  return nil
46094
46328
  }
46095
46329
  }
46096
- file_outbound_proto_msgTypes[254].Exporter = func(v any, i int) any {
46330
+ file_outbound_proto_msgTypes[255].Exporter = func(v any, i int) any {
46097
46331
  switch v := v.(*InternetExplorer_Extension); i {
46098
46332
  case 0:
46099
46333
  return &v.state
@@ -46105,7 +46339,7 @@ func file_outbound_proto_init() {
46105
46339
  return nil
46106
46340
  }
46107
46341
  }
46108
- file_outbound_proto_msgTypes[255].Exporter = func(v any, i int) any {
46342
+ file_outbound_proto_msgTypes[256].Exporter = func(v any, i int) any {
46109
46343
  switch v := v.(*InternetExplorer_BrowserObject); i {
46110
46344
  case 0:
46111
46345
  return &v.state
@@ -46117,7 +46351,7 @@ func file_outbound_proto_init() {
46117
46351
  return nil
46118
46352
  }
46119
46353
  }
46120
- file_outbound_proto_msgTypes[256].Exporter = func(v any, i int) any {
46354
+ file_outbound_proto_msgTypes[257].Exporter = func(v any, i int) any {
46121
46355
  switch v := v.(*InternetExplorer_BarInfo); i {
46122
46356
  case 0:
46123
46357
  return &v.state
@@ -46399,22 +46633,22 @@ func file_outbound_proto_init() {
46399
46633
  file_outbound_proto_msgTypes[239].OneofWrappers = []any{}
46400
46634
  file_outbound_proto_msgTypes[240].OneofWrappers = []any{}
46401
46635
  file_outbound_proto_msgTypes[244].OneofWrappers = []any{}
46402
- file_outbound_proto_msgTypes[245].OneofWrappers = []any{}
46403
46636
  file_outbound_proto_msgTypes[246].OneofWrappers = []any{}
46404
46637
  file_outbound_proto_msgTypes[247].OneofWrappers = []any{}
46405
46638
  file_outbound_proto_msgTypes[248].OneofWrappers = []any{}
46406
46639
  file_outbound_proto_msgTypes[249].OneofWrappers = []any{}
46407
46640
  file_outbound_proto_msgTypes[250].OneofWrappers = []any{}
46408
46641
  file_outbound_proto_msgTypes[251].OneofWrappers = []any{}
46409
- file_outbound_proto_msgTypes[253].OneofWrappers = []any{}
46642
+ file_outbound_proto_msgTypes[252].OneofWrappers = []any{}
46410
46643
  file_outbound_proto_msgTypes[254].OneofWrappers = []any{}
46644
+ file_outbound_proto_msgTypes[255].OneofWrappers = []any{}
46411
46645
  type x struct{}
46412
46646
  out := protoimpl.TypeBuilder{
46413
46647
  File: protoimpl.DescBuilder{
46414
46648
  GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
46415
46649
  RawDescriptor: file_outbound_proto_rawDesc,
46416
46650
  NumEnums: 15,
46417
- NumMessages: 272,
46651
+ NumMessages: 273,
46418
46652
  NumExtensions: 0,
46419
46653
  NumServices: 2,
46420
46654
  },