@lansweeper/data-platform-outbound-grpc 0.4.3 → 0.4.4

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 (38) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +5 -0
  4. package/gen-proto/outbound_pb.js +34 -1
  5. package/generated-go/outbound.pb.go +799 -770
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +3 -2
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$1.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$AssignedPlansDefaultEntryHolder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder$AssignedPlansConverter.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$GroupKeysDefaultEntryHolder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  22. package/model/target/classes/outbound.proto +3 -2
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +75 -123
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +20 -40
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365User.java +278 -0
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.java +34 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +205 -189
  28. package/model/target/maven-archiver/pom.properties +2 -2
  29. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +2 -0
  30. package/model/target/{outbound-model-0.4.2-sources.jar → outbound-model-0.4.3-sources.jar} +0 -0
  31. package/model/target/{outbound-model-0.4.2.jar → outbound-model-0.4.3.jar} +0 -0
  32. package/package.json +2 -2
  33. package/pom.xml +1 -1
  34. package/proto/outbound.proto +3 -2
  35. package/service/pom.xml +1 -1
  36. package/service/target/maven-archiver/pom.properties +2 -2
  37. package/service/target/{outbound-service-0.4.2-sources.jar → outbound-service-0.4.3-sources.jar} +0 -0
  38. package/service/target/{outbound-service-0.4.2.jar → outbound-service-0.4.3.jar} +0 -0
@@ -33482,12 +33482,14 @@ type Office365Organization struct {
33482
33482
  CompanyLastDirSyncTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=company_last_dir_sync_time,json=companyLastDirSyncTime,proto3,oneof" json:"company_last_dir_sync_time,omitempty"`
33483
33483
  DirSyncEnabled *bool `protobuf:"varint,11,opt,name=dir_sync_enabled,json=dirSyncEnabled,proto3,oneof" json:"dir_sync_enabled,omitempty"`
33484
33484
  // Users and groups are standalone entities, so they are not included here
33485
- Domains []*Office365Domain `protobuf:"bytes,12,rep,name=domains,proto3" json:"domains,omitempty"`
33486
- Licenses []*Office365License `protobuf:"bytes,15,rep,name=licenses,proto3" json:"licenses,omitempty"`
33487
- 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
33488
- Contacts []*Office365Contact `protobuf:"bytes,17,rep,name=contacts,proto3" json:"contacts,omitempty"`
33489
- Mailboxes []*Office365Mailbox `protobuf:"bytes,18,rep,name=mailboxes,proto3" json:"mailboxes,omitempty"`
33490
- AssignedLicenses []*Office365AssignedLicense `protobuf:"bytes,19,rep,name=assigned_licenses,json=assignedLicenses,proto3" json:"assigned_licenses,omitempty"`
33485
+ Domains []*Office365Domain `protobuf:"bytes,12,rep,name=domains,proto3" json:"domains,omitempty"`
33486
+ Licenses []*Office365License `protobuf:"bytes,15,rep,name=licenses,proto3" json:"licenses,omitempty"`
33487
+ // Deprecated: Marked as deprecated in outbound.proto.
33488
+ 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"`
33489
+ Contacts []*Office365Contact `protobuf:"bytes,17,rep,name=contacts,proto3" json:"contacts,omitempty"`
33490
+ Mailboxes []*Office365Mailbox `protobuf:"bytes,18,rep,name=mailboxes,proto3" json:"mailboxes,omitempty"`
33491
+ // Deprecated: Marked as deprecated in outbound.proto.
33492
+ AssignedLicenses []*Office365AssignedLicense `protobuf:"bytes,19,rep,name=assigned_licenses,json=assignedLicenses,proto3" json:"assigned_licenses,omitempty"`
33491
33493
  }
33492
33494
 
33493
33495
  func (x *Office365Organization) Reset() {
@@ -33613,6 +33615,7 @@ func (x *Office365Organization) GetLicenses() []*Office365License {
33613
33615
  return nil
33614
33616
  }
33615
33617
 
33618
+ // Deprecated: Marked as deprecated in outbound.proto.
33616
33619
  func (x *Office365Organization) GetAssignedPlans() map[string]*Office365AssignedPlan {
33617
33620
  if x != nil {
33618
33621
  return x.AssignedPlans
@@ -33634,6 +33637,7 @@ func (x *Office365Organization) GetMailboxes() []*Office365Mailbox {
33634
33637
  return nil
33635
33638
  }
33636
33639
 
33640
+ // Deprecated: Marked as deprecated in outbound.proto.
33637
33641
  func (x *Office365Organization) GetAssignedLicenses() []*Office365AssignedLicense {
33638
33642
  if x != nil {
33639
33643
  return x.AssignedLicenses
@@ -34462,49 +34466,50 @@ type Office365User struct {
34462
34466
  sizeCache protoimpl.SizeCache
34463
34467
  unknownFields protoimpl.UnknownFields
34464
34468
 
34465
- ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
34466
- UserPrincipalName *string `protobuf:"bytes,2,opt,name=user_principal_name,json=userPrincipalName,proto3,oneof" json:"user_principal_name,omitempty"`
34467
- DisplayName *string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"`
34468
- Mail *string `protobuf:"bytes,4,opt,name=mail,proto3,oneof" json:"mail,omitempty"`
34469
- AccountEnabled *bool `protobuf:"varint,5,opt,name=account_enabled,json=accountEnabled,proto3,oneof" json:"account_enabled,omitempty"`
34470
- AgeGroup *string `protobuf:"bytes,6,opt,name=age_group,json=ageGroup,proto3,oneof" json:"age_group,omitempty"`
34471
- City *string `protobuf:"bytes,7,opt,name=city,proto3,oneof" json:"city,omitempty"`
34472
- Company *string `protobuf:"bytes,8,opt,name=company,proto3,oneof" json:"company,omitempty"`
34473
- ConsentProvidedForMinor *string `protobuf:"bytes,9,opt,name=consent_provided_for_minor,json=consentProvidedForMinor,proto3,oneof" json:"consent_provided_for_minor,omitempty"`
34474
- CreationType *string `protobuf:"bytes,10,opt,name=creation_type,json=creationType,proto3,oneof" json:"creation_type,omitempty"`
34475
- Department *string `protobuf:"bytes,11,opt,name=department,proto3,oneof" json:"department,omitempty"`
34476
- DirSyncEnabled *bool `protobuf:"varint,12,opt,name=dir_sync_enabled,json=dirSyncEnabled,proto3,oneof" json:"dir_sync_enabled,omitempty"`
34477
- FacsimileTelephoneNumber *string `protobuf:"bytes,13,opt,name=facsimile_telephone_number,json=facsimileTelephoneNumber,proto3,oneof" json:"facsimile_telephone_number,omitempty"`
34478
- GivenName *string `protobuf:"bytes,14,opt,name=given_name,json=givenName,proto3,oneof" json:"given_name,omitempty"`
34479
- ImmutableId *string `protobuf:"bytes,15,opt,name=immutable_id,json=immutableId,proto3,oneof" json:"immutable_id,omitempty"`
34480
- IsGlobalAdministrator *bool `protobuf:"varint,16,opt,name=is_global_administrator,json=isGlobalAdministrator,proto3,oneof" json:"is_global_administrator,omitempty"`
34481
- IsLicensed *bool `protobuf:"varint,17,opt,name=is_licensed,json=isLicensed,proto3,oneof" json:"is_licensed,omitempty"`
34482
- JobTitle *string `protobuf:"bytes,18,opt,name=job_title,json=jobTitle,proto3,oneof" json:"job_title,omitempty"`
34483
- LastDirSyncTime *timestamppb.Timestamp `protobuf:"bytes,19,opt,name=last_dir_sync_time,json=lastDirSyncTime,proto3,oneof" json:"last_dir_sync_time,omitempty"`
34484
- LegalAgeGroupClassification *string `protobuf:"bytes,20,opt,name=legal_age_group_classification,json=legalAgeGroupClassification,proto3,oneof" json:"legal_age_group_classification,omitempty"`
34485
- MailNickName *string `protobuf:"bytes,21,opt,name=mail_nick_name,json=mailNickName,proto3,oneof" json:"mail_nick_name,omitempty"`
34486
- Mobile *string `protobuf:"bytes,22,opt,name=mobile,proto3,oneof" json:"mobile,omitempty"`
34487
- OnPremisesSecurityIdentifier *string `protobuf:"bytes,23,opt,name=on_premises_security_identifier,json=onPremisesSecurityIdentifier,proto3,oneof" json:"on_premises_security_identifier,omitempty"`
34488
- OtherMails *string `protobuf:"bytes,24,opt,name=other_mails,json=otherMails,proto3,oneof" json:"other_mails,omitempty"`
34489
- PasswordPolicies *string `protobuf:"bytes,25,opt,name=password_policies,json=passwordPolicies,proto3,oneof" json:"password_policies,omitempty"`
34490
- PasswordProfile *string `protobuf:"bytes,26,opt,name=password_profile,json=passwordProfile,proto3,oneof" json:"password_profile,omitempty"`
34491
- PhysicalDeliveryOfficeName *string `protobuf:"bytes,27,opt,name=physical_delivery_office_name,json=physicalDeliveryOfficeName,proto3,oneof" json:"physical_delivery_office_name,omitempty"`
34492
- PostalCode *string `protobuf:"bytes,28,opt,name=postal_code,json=postalCode,proto3,oneof" json:"postal_code,omitempty"`
34493
- PreferredLanguage *string `protobuf:"bytes,30,opt,name=preferred_language,json=preferredLanguage,proto3,oneof" json:"preferred_language,omitempty"`
34494
- RefreshTokensValidFromDateTime *timestamppb.Timestamp `protobuf:"bytes,31,opt,name=refresh_tokens_valid_from_date_time,json=refreshTokensValidFromDateTime,proto3,oneof" json:"refresh_tokens_valid_from_date_time,omitempty"`
34495
- State *string `protobuf:"bytes,32,opt,name=state,proto3,oneof" json:"state,omitempty"`
34496
- Street *string `protobuf:"bytes,33,opt,name=street,proto3,oneof" json:"street,omitempty"`
34497
- TelephoneNumber *string `protobuf:"bytes,34,opt,name=telephone_number,json=telephoneNumber,proto3,oneof" json:"telephone_number,omitempty"`
34498
- UsageLocation *string `protobuf:"bytes,35,opt,name=usage_location,json=usageLocation,proto3,oneof" json:"usage_location,omitempty"`
34499
- UserType *string `protobuf:"bytes,36,opt,name=user_type,json=userType,proto3,oneof" json:"user_type,omitempty"`
34500
- ManagerUpn *string `protobuf:"bytes,37,opt,name=manager_upn,json=managerUpn,proto3,oneof" json:"manager_upn,omitempty"`
34501
- DistinguishedName *string `protobuf:"bytes,38,opt,name=distinguished_name,json=distinguishedName,proto3,oneof" json:"distinguished_name,omitempty"`
34502
- ResetPasswordOnNextLogon *bool `protobuf:"varint,39,opt,name=reset_password_on_next_logon,json=resetPasswordOnNextLogon,proto3,oneof" json:"reset_password_on_next_logon,omitempty"`
34503
- Name *string `protobuf:"bytes,40,opt,name=name,proto3,oneof" json:"name,omitempty"`
34504
- 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
34505
- 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
34506
- Type *string `protobuf:"bytes,43,opt,name=type,proto3,oneof" json:"type,omitempty"`
34507
- Domain *string `protobuf:"bytes,44,opt,name=domain,proto3,oneof" json:"domain,omitempty"`
34469
+ ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
34470
+ UserPrincipalName *string `protobuf:"bytes,2,opt,name=user_principal_name,json=userPrincipalName,proto3,oneof" json:"user_principal_name,omitempty"`
34471
+ DisplayName *string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"`
34472
+ Mail *string `protobuf:"bytes,4,opt,name=mail,proto3,oneof" json:"mail,omitempty"`
34473
+ AccountEnabled *bool `protobuf:"varint,5,opt,name=account_enabled,json=accountEnabled,proto3,oneof" json:"account_enabled,omitempty"`
34474
+ AgeGroup *string `protobuf:"bytes,6,opt,name=age_group,json=ageGroup,proto3,oneof" json:"age_group,omitempty"`
34475
+ City *string `protobuf:"bytes,7,opt,name=city,proto3,oneof" json:"city,omitempty"`
34476
+ Company *string `protobuf:"bytes,8,opt,name=company,proto3,oneof" json:"company,omitempty"`
34477
+ ConsentProvidedForMinor *string `protobuf:"bytes,9,opt,name=consent_provided_for_minor,json=consentProvidedForMinor,proto3,oneof" json:"consent_provided_for_minor,omitempty"`
34478
+ CreationType *string `protobuf:"bytes,10,opt,name=creation_type,json=creationType,proto3,oneof" json:"creation_type,omitempty"`
34479
+ Department *string `protobuf:"bytes,11,opt,name=department,proto3,oneof" json:"department,omitempty"`
34480
+ DirSyncEnabled *bool `protobuf:"varint,12,opt,name=dir_sync_enabled,json=dirSyncEnabled,proto3,oneof" json:"dir_sync_enabled,omitempty"`
34481
+ FacsimileTelephoneNumber *string `protobuf:"bytes,13,opt,name=facsimile_telephone_number,json=facsimileTelephoneNumber,proto3,oneof" json:"facsimile_telephone_number,omitempty"`
34482
+ GivenName *string `protobuf:"bytes,14,opt,name=given_name,json=givenName,proto3,oneof" json:"given_name,omitempty"`
34483
+ ImmutableId *string `protobuf:"bytes,15,opt,name=immutable_id,json=immutableId,proto3,oneof" json:"immutable_id,omitempty"`
34484
+ IsGlobalAdministrator *bool `protobuf:"varint,16,opt,name=is_global_administrator,json=isGlobalAdministrator,proto3,oneof" json:"is_global_administrator,omitempty"`
34485
+ IsLicensed *bool `protobuf:"varint,17,opt,name=is_licensed,json=isLicensed,proto3,oneof" json:"is_licensed,omitempty"`
34486
+ JobTitle *string `protobuf:"bytes,18,opt,name=job_title,json=jobTitle,proto3,oneof" json:"job_title,omitempty"`
34487
+ LastDirSyncTime *timestamppb.Timestamp `protobuf:"bytes,19,opt,name=last_dir_sync_time,json=lastDirSyncTime,proto3,oneof" json:"last_dir_sync_time,omitempty"`
34488
+ LegalAgeGroupClassification *string `protobuf:"bytes,20,opt,name=legal_age_group_classification,json=legalAgeGroupClassification,proto3,oneof" json:"legal_age_group_classification,omitempty"`
34489
+ MailNickName *string `protobuf:"bytes,21,opt,name=mail_nick_name,json=mailNickName,proto3,oneof" json:"mail_nick_name,omitempty"`
34490
+ Mobile *string `protobuf:"bytes,22,opt,name=mobile,proto3,oneof" json:"mobile,omitempty"`
34491
+ OnPremisesSecurityIdentifier *string `protobuf:"bytes,23,opt,name=on_premises_security_identifier,json=onPremisesSecurityIdentifier,proto3,oneof" json:"on_premises_security_identifier,omitempty"`
34492
+ OtherMails *string `protobuf:"bytes,24,opt,name=other_mails,json=otherMails,proto3,oneof" json:"other_mails,omitempty"`
34493
+ PasswordPolicies *string `protobuf:"bytes,25,opt,name=password_policies,json=passwordPolicies,proto3,oneof" json:"password_policies,omitempty"`
34494
+ PasswordProfile *string `protobuf:"bytes,26,opt,name=password_profile,json=passwordProfile,proto3,oneof" json:"password_profile,omitempty"`
34495
+ PhysicalDeliveryOfficeName *string `protobuf:"bytes,27,opt,name=physical_delivery_office_name,json=physicalDeliveryOfficeName,proto3,oneof" json:"physical_delivery_office_name,omitempty"`
34496
+ PostalCode *string `protobuf:"bytes,28,opt,name=postal_code,json=postalCode,proto3,oneof" json:"postal_code,omitempty"`
34497
+ PreferredLanguage *string `protobuf:"bytes,30,opt,name=preferred_language,json=preferredLanguage,proto3,oneof" json:"preferred_language,omitempty"`
34498
+ RefreshTokensValidFromDateTime *timestamppb.Timestamp `protobuf:"bytes,31,opt,name=refresh_tokens_valid_from_date_time,json=refreshTokensValidFromDateTime,proto3,oneof" json:"refresh_tokens_valid_from_date_time,omitempty"`
34499
+ State *string `protobuf:"bytes,32,opt,name=state,proto3,oneof" json:"state,omitempty"`
34500
+ Street *string `protobuf:"bytes,33,opt,name=street,proto3,oneof" json:"street,omitempty"`
34501
+ TelephoneNumber *string `protobuf:"bytes,34,opt,name=telephone_number,json=telephoneNumber,proto3,oneof" json:"telephone_number,omitempty"`
34502
+ UsageLocation *string `protobuf:"bytes,35,opt,name=usage_location,json=usageLocation,proto3,oneof" json:"usage_location,omitempty"`
34503
+ UserType *string `protobuf:"bytes,36,opt,name=user_type,json=userType,proto3,oneof" json:"user_type,omitempty"`
34504
+ ManagerUpn *string `protobuf:"bytes,37,opt,name=manager_upn,json=managerUpn,proto3,oneof" json:"manager_upn,omitempty"`
34505
+ DistinguishedName *string `protobuf:"bytes,38,opt,name=distinguished_name,json=distinguishedName,proto3,oneof" json:"distinguished_name,omitempty"`
34506
+ ResetPasswordOnNextLogon *bool `protobuf:"varint,39,opt,name=reset_password_on_next_logon,json=resetPasswordOnNextLogon,proto3,oneof" json:"reset_password_on_next_logon,omitempty"`
34507
+ Name *string `protobuf:"bytes,40,opt,name=name,proto3,oneof" json:"name,omitempty"`
34508
+ 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
34509
+ 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
34510
+ Type *string `protobuf:"bytes,43,opt,name=type,proto3,oneof" json:"type,omitempty"`
34511
+ Domain *string `protobuf:"bytes,44,opt,name=domain,proto3,oneof" json:"domain,omitempty"`
34512
+ AssignedPlans map[string]*Office365AssignedPlan `protobuf:"bytes,45,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"`
34508
34513
  }
34509
34514
 
34510
34515
  func (x *Office365User) Reset() {
@@ -34840,6 +34845,13 @@ func (x *Office365User) GetDomain() string {
34840
34845
  return ""
34841
34846
  }
34842
34847
 
34848
+ func (x *Office365User) GetAssignedPlans() map[string]*Office365AssignedPlan {
34849
+ if x != nil {
34850
+ return x.AssignedPlans
34851
+ }
34852
+ return nil
34853
+ }
34854
+
34843
34855
  // from WindowsActiveX
34844
34856
  type InternetExplorer_ActiveX struct {
34845
34857
  state protoimpl.MessageState
@@ -46112,7 +46124,7 @@ var file_outbound_proto_rawDesc = []byte{
46112
46124
  0x0a, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05,
46113
46125
  0x52, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e,
46114
46126
  0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61,
46115
- 0x62, 0x6c, 0x65, 0x64, 0x22, 0xfa, 0x09, 0x0a, 0x15, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33,
46127
+ 0x62, 0x6c, 0x65, 0x64, 0x22, 0x82, 0x0a, 0x0a, 0x15, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33,
46116
46128
  0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b,
46117
46129
  0x0a, 0x09, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
46118
46130
  0x09, 0x52, 0x08, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0b, 0x64,
@@ -46151,579 +46163,593 @@ var file_outbound_proto_rawDesc = []byte{
46151
46163
  0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74,
46152
46164
  0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33,
46153
46165
  0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x52, 0x08, 0x6c, 0x69, 0x63, 0x65, 0x6e,
46154
- 0x73, 0x65, 0x73, 0x12, 0x6e, 0x0a, 0x0e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f,
46166
+ 0x73, 0x65, 0x73, 0x12, 0x72, 0x0a, 0x0e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f,
46155
46167
  0x70, 0x6c, 0x61, 0x6e, 0x73, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x63, 0x6f,
46156
46168
  0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
46157
46169
  0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69,
46158
46170
  0x63, 0x65, 0x33, 0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
46159
46171
  0x6e, 0x2e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x73, 0x45,
46160
- 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c,
46161
- 0x61, 0x6e, 0x73, 0x12, 0x4b, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x18,
46162
- 0x11, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
46163
- 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
46164
- 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x43,
46165
- 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73,
46166
- 0x12, 0x4d, 0x0a, 0x09, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x65, 0x73, 0x18, 0x12, 0x20,
46167
- 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
46168
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
46169
- 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69,
46170
- 0x6c, 0x62, 0x6f, 0x78, 0x52, 0x09, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x65, 0x73, 0x12,
46171
- 0x64, 0x0a, 0x11, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x6c, 0x69, 0x63, 0x65,
46172
- 0x6e, 0x73, 0x65, 0x73, 0x18, 0x13, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x63, 0x6f, 0x6d,
46172
+ 0x6e, 0x74, 0x72, 0x79, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0d, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e,
46173
+ 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x73, 0x12, 0x4b, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x61,
46174
+ 0x63, 0x74, 0x73, 0x18, 0x11, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e,
46175
+ 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75,
46176
+ 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65,
46177
+ 0x33, 0x36, 0x35, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74,
46178
+ 0x61, 0x63, 0x74, 0x73, 0x12, 0x4d, 0x0a, 0x09, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x65,
46179
+ 0x73, 0x18, 0x12, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
46180
+ 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
46181
+ 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36,
46182
+ 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x52, 0x09, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f,
46183
+ 0x78, 0x65, 0x73, 0x12, 0x68, 0x0a, 0x11, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f,
46184
+ 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x73, 0x18, 0x13, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37,
46185
+ 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
46186
+ 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f,
46187
+ 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64,
46188
+ 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x42, 0x02, 0x18, 0x01, 0x52, 0x10, 0x61, 0x73, 0x73,
46189
+ 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x73, 0x1a, 0x76, 0x0a,
46190
+ 0x12, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x73, 0x45, 0x6e,
46191
+ 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
46192
+ 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x4a, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
46193
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
46194
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
46195
+ 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73,
46196
+ 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
46197
+ 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61,
46198
+ 0x79, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72,
46199
+ 0x79, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x63, 0x69, 0x74, 0x79, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x63,
46200
+ 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
46201
+ 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f,
46202
+ 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74,
46203
+ 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e,
46204
+ 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
46205
+ 0x79, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f,
46206
+ 0x74, 0x69, 0x6d, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e,
46207
+ 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0xf6, 0x03, 0x0a, 0x10, 0x4f, 0x66,
46208
+ 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x12, 0x26,
46209
+ 0x0a, 0x0f, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x5f, 0x69,
46210
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6f, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69,
46211
+ 0x6c, 0x62, 0x6f, 0x78, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x14, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6f,
46212
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02,
46213
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6f, 0x33, 0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
46214
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70,
46215
+ 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
46216
+ 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70,
46217
+ 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x5f, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01,
46218
+ 0x28, 0x09, 0x52, 0x0c, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x45, 0x6d, 0x61, 0x69, 0x6c,
46219
+ 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73,
46220
+ 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x41, 0x64,
46221
+ 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x18, 0x06,
46222
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x72,
46223
+ 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20,
46224
+ 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79,
46225
+ 0x70, 0x65, 0x12, 0x34, 0x0a, 0x16, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f,
46226
+ 0x74, 0x79, 0x70, 0x65, 0x5f, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x08, 0x20, 0x01,
46227
+ 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70,
46228
+ 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x2e, 0x0a, 0x13, 0x75, 0x73, 0x65, 0x72,
46229
+ 0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
46230
+ 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x75, 0x73, 0x65, 0x72, 0x50, 0x72, 0x69, 0x6e, 0x63,
46231
+ 0x69, 0x70, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e,
46232
+ 0x74, 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x64, 0x65, 0x6e,
46233
+ 0x74, 0x69, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6d, 0x61, 0x69,
46234
+ 0x6c, 0x62, 0x6f, 0x78, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
46235
+ 0x6f, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x4b, 0x65, 0x79, 0x12, 0x32,
46236
+ 0x0a, 0x15, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
46237
+ 0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x6f,
46238
+ 0x33, 0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4b,
46239
+ 0x65, 0x79, 0x22, 0x92, 0x04, 0x0a, 0x15, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35,
46240
+ 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x26, 0x0a, 0x0f,
46241
+ 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18,
46242
+ 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c,
46243
+ 0x61, 0x6e, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18,
46244
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
46245
+ 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74,
46246
+ 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01,
46247
+ 0x52, 0x10, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x74, 0x61, 0x74,
46248
+ 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x4f, 0x0a, 0x13, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65,
46249
+ 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01,
46250
+ 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
46251
+ 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x02,
46252
+ 0x52, 0x11, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x74,
46253
+ 0x61, 0x6d, 0x70, 0x88, 0x01, 0x01, 0x12, 0x62, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x5f,
46254
+ 0x6b, 0x65, 0x79, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x63, 0x6f, 0x6d,
46173
46255
  0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
46174
46256
  0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63,
46175
- 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63, 0x65,
46176
- 0x6e, 0x73, 0x65, 0x52, 0x10, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63,
46177
- 0x65, 0x6e, 0x73, 0x65, 0x73, 0x1a, 0x76, 0x0a, 0x12, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65,
46178
- 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b,
46179
- 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x4a, 0x0a,
46180
- 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x63,
46181
- 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
46182
- 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66,
46183
- 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c,
46184
- 0x61, 0x6e, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x0e, 0x0a,
46185
- 0x0c, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a,
46186
- 0x08, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x63, 0x69,
46187
- 0x74, 0x79, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x6e,
46188
- 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63,
46189
- 0x6f, 0x64, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x09, 0x0a,
46190
- 0x07, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x74, 0x65, 0x6c,
46191
- 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x1d, 0x0a,
46192
- 0x1b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64,
46193
- 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x13, 0x0a, 0x11,
46194
- 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
46195
- 0x64, 0x22, 0xf6, 0x03, 0x0a, 0x10, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4d,
46196
- 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x12, 0x26, 0x0a, 0x0f, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6d,
46197
- 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
46198
- 0x0d, 0x6f, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x49, 0x64, 0x12, 0x30,
46199
- 0x0a, 0x14, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
46200
- 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6f, 0x33,
46201
- 0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64,
46202
- 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
46203
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e,
46204
- 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x5f, 0x65,
46205
- 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x72, 0x69, 0x6d,
46206
- 0x61, 0x72, 0x79, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x61, 0x69,
46207
- 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
46208
- 0x0c, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a,
46209
- 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x6c,
46210
- 0x69, 0x61, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74,
46211
- 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x63,
46212
- 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x34, 0x0a, 0x16, 0x72, 0x65,
46213
- 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x64, 0x65, 0x74,
46214
- 0x61, 0x69, 0x6c, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x63, 0x69,
46215
- 0x70, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73,
46216
- 0x12, 0x2e, 0x0a, 0x13, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70,
46217
- 0x61, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x75,
46218
- 0x73, 0x65, 0x72, 0x50, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65,
46219
- 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01,
46220
- 0x28, 0x09, 0x52, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x10,
46221
- 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x5f, 0x6b, 0x65, 0x79,
46222
- 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c,
46223
- 0x62, 0x6f, 0x78, 0x4b, 0x65, 0x79, 0x12, 0x32, 0x0a, 0x15, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6f,
46224
- 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x18,
46225
- 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x6f, 0x33, 0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e,
46226
- 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x22, 0x92, 0x04, 0x0a, 0x15, 0x4f,
46227
- 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64,
46228
- 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x26, 0x0a, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f,
46229
- 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73,
46230
- 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x07,
46231
- 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52,
46232
- 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x63,
46233
- 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
46234
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x10, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69,
46235
- 0x6c, 0x69, 0x74, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x4f, 0x0a,
46236
- 0x13, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73,
46237
- 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
46238
- 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
46239
- 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x02, 0x52, 0x11, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e,
46240
- 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x88, 0x01, 0x01, 0x12, 0x62,
46241
- 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x05, 0x20, 0x03,
46242
- 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
46243
- 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
46244
- 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69,
46245
- 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65,
46246
- 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x75, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65,
46247
- 0x79, 0x73, 0x12, 0x31, 0x0a, 0x15, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67,
46248
- 0x6e, 0x65, 0x64, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28,
46249
- 0x09, 0x52, 0x12, 0x6f, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50,
46250
- 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x75, 0x73,
46251
- 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x33, 0x36,
46252
- 0x35, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x1a, 0x3c, 0x0a, 0x0e, 0x55, 0x73, 0x65, 0x72, 0x73,
46253
- 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
46254
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76,
46255
- 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
46256
- 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
46257
- 0x65, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79,
46258
- 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x61, 0x73, 0x73, 0x69,
46259
- 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22,
46260
- 0x82, 0x02, 0x0a, 0x18, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73,
46261
- 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x18,
46262
- 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x6c, 0x69,
46263
- 0x63, 0x65, 0x6e, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15,
46264
- 0x6f, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63, 0x65,
46265
- 0x6e, 0x73, 0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6c, 0x69,
46266
- 0x63, 0x65, 0x6e, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
46267
- 0x6f, 0x33, 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a,
46268
- 0x0c, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20,
46269
- 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x33, 0x36, 0x35, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12,
46270
- 0x39, 0x0a, 0x19, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64,
46271
- 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01,
46272
- 0x28, 0x09, 0x52, 0x16, 0x6f, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64,
46273
- 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x6f, 0x33,
46274
- 0x36, 0x35, 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x05,
46275
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x33, 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73,
46276
- 0x65, 0x4b, 0x65, 0x79, 0x22, 0x6d, 0x0a, 0x10, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36,
46277
- 0x35, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70,
46278
- 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00,
46279
- 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01,
46280
- 0x12, 0x17, 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01,
46281
- 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x88, 0x01, 0x01, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69,
46282
- 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d,
46283
- 0x61, 0x69, 0x6c, 0x22, 0xaf, 0x05, 0x0a, 0x0f, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36,
46284
- 0x35, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
46285
- 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12, 0x2c, 0x0a, 0x0f, 0x6f, 0x72, 0x67, 0x61, 0x6e,
46286
- 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
46287
- 0x48, 0x00, 0x52, 0x0e, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
46288
- 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f,
46289
- 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0a, 0x64, 0x6f,
46290
- 0x6d, 0x61, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x61,
46291
- 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79,
46292
- 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x12, 0x61, 0x75, 0x74, 0x68,
46293
- 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01,
46294
- 0x01, 0x12, 0x2d, 0x0a, 0x10, 0x69, 0x73, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x6d, 0x61,
46295
- 0x6e, 0x61, 0x67, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x48, 0x03, 0x52, 0x0e, 0x69,
46296
- 0x73, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x88, 0x01, 0x01,
46297
- 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06,
46298
- 0x20, 0x01, 0x28, 0x08, 0x48, 0x04, 0x52, 0x09, 0x69, 0x73, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c,
46299
- 0x74, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x69, 0x6e, 0x69, 0x74, 0x69,
46300
- 0x61, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x48, 0x05, 0x52, 0x09, 0x69, 0x73, 0x49, 0x6e,
46301
- 0x69, 0x74, 0x69, 0x61, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x72,
46302
- 0x6f, 0x6f, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x48, 0x06, 0x52, 0x06, 0x69, 0x73, 0x52,
46303
- 0x6f, 0x6f, 0x74, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x69, 0x73, 0x5f, 0x76, 0x65, 0x72,
46304
- 0x69, 0x66, 0x69, 0x65, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x48, 0x07, 0x52, 0x0a, 0x69,
46305
- 0x73, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x32, 0x0a, 0x12,
46306
- 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
46307
- 0x65, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x11, 0x73, 0x75, 0x70, 0x70,
46308
- 0x6f, 0x72, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x88, 0x01, 0x01,
46309
- 0x12, 0x19, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48,
46310
- 0x09, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x61,
46311
- 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74,
46312
- 0x75, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x12, 0x61, 0x76, 0x61, 0x69,
46313
- 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01,
46314
- 0x01, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
46315
- 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e,
46316
- 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e,
46317
- 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x13, 0x0a,
46318
- 0x11, 0x5f, 0x69, 0x73, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67,
46319
- 0x65, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x73, 0x5f, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c,
46320
- 0x74, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x73, 0x5f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c,
46321
- 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x69, 0x73, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x42, 0x0e, 0x0a, 0x0c,
46322
- 0x5f, 0x69, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x42, 0x15, 0x0a, 0x13,
46323
- 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,
46324
- 0x63, 0x65, 0x73, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x16, 0x0a,
46325
- 0x14, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73,
46326
- 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xb6, 0x04, 0x0a, 0x0e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65,
46327
- 0x33, 0x36, 0x35, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x62, 0x6a, 0x65,
46328
- 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x62, 0x6a,
46329
- 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79,
46330
- 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x64,
46331
- 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a,
46332
- 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01,
46333
- 0x28, 0x09, 0x48, 0x01, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f,
46334
- 0x6e, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x65, 0x6e, 0x61,
46335
- 0x62, 0x6c, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x48, 0x02, 0x52, 0x0b, 0x6d, 0x61,
46336
- 0x69, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10,
46337
- 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
46338
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x48, 0x03, 0x52, 0x0f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69,
46339
- 0x74, 0x79, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04,
46340
- 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x04, 0x6d, 0x61,
46341
- 0x69, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69,
46342
- 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x0c,
46343
- 0x6d, 0x61, 0x69, 0x6c, 0x4e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12,
46344
- 0x2c, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
46345
- 0x65, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x78,
46346
- 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a,
46347
- 0x17, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e,
46348
- 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07,
46349
- 0x52, 0x15, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e,
46350
- 0x74, 0x69, 0x74, 0x79, 0x4b, 0x65, 0x79, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x74, 0x79,
46351
- 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65,
46352
- 0x88, 0x01, 0x01, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f,
46353
- 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
46354
- 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x65, 0x6e,
46355
- 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69,
46356
- 0x74, 0x79, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d,
46357
- 0x61, 0x69, 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63,
46358
- 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f,
46359
- 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x6f, 0x72,
46360
- 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74,
46361
- 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0xbc,
46362
- 0x06, 0x0a, 0x10, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65,
46363
- 0x6e, 0x73, 0x65, 0x12, 0x15, 0x0a, 0x06, 0x73, 0x6b, 0x75, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
46364
- 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x6b, 0x75, 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x0e, 0x63, 0x6f,
46365
- 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01,
46366
- 0x28, 0x05, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x64, 0x55, 0x6e,
46367
- 0x69, 0x74, 0x73, 0x88, 0x01, 0x01, 0x12, 0x37, 0x0a, 0x15, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69,
46368
- 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18,
46369
- 0x03, 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52, 0x13, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64,
46370
- 0x55, 0x6e, 0x69, 0x74, 0x73, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12,
46371
- 0x3b, 0x0a, 0x17, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73,
46372
- 0x5f, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05,
46373
- 0x48, 0x02, 0x52, 0x15, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x73,
46374
- 0x53, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x37, 0x0a, 0x15,
46375
- 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x77, 0x61,
46376
- 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x48, 0x03, 0x52, 0x13, 0x70,
46377
- 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x73, 0x57, 0x61, 0x72, 0x6e, 0x69,
46378
- 0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0f, 0x73, 0x6b, 0x75, 0x5f, 0x70, 0x61, 0x72,
46379
- 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04,
46380
- 0x52, 0x0d, 0x73, 0x6b, 0x75, 0x50, 0x61, 0x72, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88,
46257
+ 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e,
46258
+ 0x2e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
46259
+ 0x09, 0x75, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x31, 0x0a, 0x15, 0x6f, 0x33,
46260
+ 0x36, 0x35, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x70, 0x6c, 0x61, 0x6e,
46261
+ 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6f, 0x33, 0x36, 0x35, 0x41,
46262
+ 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x12, 0x20, 0x0a,
46263
+ 0x0c, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20,
46264
+ 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x33, 0x36, 0x35, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x1a,
46265
+ 0x3c, 0x0a, 0x0e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72,
46266
+ 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
46267
+ 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
46268
+ 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x0a, 0x0a,
46269
+ 0x08, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x63, 0x61,
46270
+ 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42,
46271
+ 0x16, 0x0a, 0x14, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x74, 0x69, 0x6d,
46272
+ 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0x82, 0x02, 0x0a, 0x18, 0x4f, 0x66, 0x66, 0x69,
46273
+ 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63,
46274
+ 0x65, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x18, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x61, 0x73, 0x73,
46275
+ 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x5f, 0x69, 0x64,
46276
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x6f, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69,
46277
+ 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x49, 0x64, 0x12, 0x26, 0x0a,
46278
+ 0x0f, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x5f, 0x69, 0x64,
46279
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6f, 0x33, 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65,
46280
+ 0x6e, 0x73, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x75, 0x73,
46281
+ 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x33, 0x36,
46282
+ 0x35, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x39, 0x0a, 0x19, 0x6f, 0x33, 0x36, 0x35, 0x5f,
46283
+ 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65,
46284
+ 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x16, 0x6f, 0x33, 0x36, 0x35,
46285
+ 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4b,
46286
+ 0x65, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e,
46287
+ 0x73, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x33,
46288
+ 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4b, 0x65, 0x79, 0x22, 0x6d, 0x0a, 0x10,
46289
+ 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74,
46290
+ 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
46291
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61,
46292
+ 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c,
46293
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x88, 0x01,
46294
+ 0x01, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61,
46295
+ 0x6d, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0xaf, 0x05, 0x0a, 0x0f,
46296
+ 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12,
46297
+ 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x02, 0x69, 0x64, 0x12,
46298
+ 0x2c, 0x0a, 0x0f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
46299
+ 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x0e, 0x6f, 0x72, 0x67, 0x61,
46300
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a,
46301
+ 0x0b, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
46302
+ 0x28, 0x09, 0x48, 0x01, 0x52, 0x0a, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x4e, 0x61, 0x6d, 0x65,
46303
+ 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63,
46304
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
46305
+ 0x48, 0x02, 0x52, 0x12, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69,
46306
+ 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10, 0x69, 0x73, 0x5f,
46307
+ 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x18, 0x05, 0x20,
46308
+ 0x01, 0x28, 0x08, 0x48, 0x03, 0x52, 0x0e, 0x69, 0x73, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4d, 0x61,
46309
+ 0x6e, 0x61, 0x67, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x64,
46310
+ 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x48, 0x04, 0x52, 0x09,
46311
+ 0x69, 0x73, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a,
46312
+ 0x69, 0x73, 0x5f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08,
46313
+ 0x48, 0x05, 0x52, 0x09, 0x69, 0x73, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x88, 0x01, 0x01,
46314
+ 0x12, 0x1c, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28,
46315
+ 0x08, 0x48, 0x06, 0x52, 0x06, 0x69, 0x73, 0x52, 0x6f, 0x6f, 0x74, 0x88, 0x01, 0x01, 0x12, 0x24,
46316
+ 0x0a, 0x0b, 0x69, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65, 0x64, 0x18, 0x09, 0x20,
46317
+ 0x01, 0x28, 0x08, 0x48, 0x07, 0x52, 0x0a, 0x69, 0x73, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x65,
46318
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x32, 0x0a, 0x12, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65,
46319
+ 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
46320
+ 0x48, 0x08, 0x52, 0x11, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x53, 0x65, 0x72,
46321
+ 0x76, 0x69, 0x63, 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74,
46322
+ 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65,
46323
+ 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c,
46324
+ 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09,
46325
+ 0x48, 0x0a, 0x52, 0x12, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79,
46326
+ 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x6f, 0x72,
46327
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x42, 0x0e, 0x0a,
46328
+ 0x0c, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x16, 0x0a,
46329
+ 0x14, 0x5f, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
46330
+ 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x69, 0x73, 0x5f, 0x61, 0x64, 0x6d,
46331
+ 0x69, 0x6e, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69,
46332
+ 0x73, 0x5f, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x73,
46333
+ 0x5f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x69, 0x73, 0x5f,
46334
+ 0x72, 0x6f, 0x6f, 0x74, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x69, 0x73, 0x5f, 0x76, 0x65, 0x72, 0x69,
46335
+ 0x66, 0x69, 0x65, 0x64, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x73, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74,
46336
+ 0x65, 0x64, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x42, 0x08, 0x0a, 0x06, 0x5f,
46337
+ 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61,
46338
+ 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xb6, 0x04,
46339
+ 0x0a, 0x0e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x47, 0x72, 0x6f, 0x75, 0x70,
46340
+ 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
46341
+ 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x26, 0x0a,
46342
+ 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
46343
+ 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61,
46344
+ 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
46345
+ 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0b, 0x64, 0x65,
46346
+ 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c,
46347
+ 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01,
46348
+ 0x28, 0x08, 0x48, 0x02, 0x52, 0x0b, 0x6d, 0x61, 0x69, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
46349
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79,
46350
+ 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x48, 0x03,
46351
+ 0x52, 0x0f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
46352
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x06, 0x20, 0x01,
46353
+ 0x28, 0x09, 0x48, 0x04, 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a,
46354
+ 0x0d, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07,
46355
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x0c, 0x6d, 0x61, 0x69, 0x6c, 0x4e, 0x69, 0x63, 0x6b,
46356
+ 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x78, 0x79,
46357
+ 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
46358
+ 0x48, 0x06, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73,
46359
+ 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
46360
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6b, 0x65, 0x79,
46361
+ 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x15, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69,
46362
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4b, 0x65, 0x79, 0x88,
46363
+ 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
46364
+ 0x48, 0x08, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
46365
+ 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c,
46366
+ 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d,
46367
+ 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x13, 0x0a,
46368
+ 0x11, 0x5f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c,
46369
+ 0x65, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f,
46370
+ 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x12, 0x0a,
46371
+ 0x10, 0x5f, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65,
46372
+ 0x73, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
46373
+ 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x42, 0x07, 0x0a,
46374
+ 0x05, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0xbc, 0x06, 0x0a, 0x10, 0x4f, 0x66, 0x66, 0x69, 0x63,
46375
+ 0x65, 0x33, 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x15, 0x0a, 0x06, 0x73,
46376
+ 0x6b, 0x75, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x6b, 0x75,
46377
+ 0x49, 0x64, 0x12, 0x2a, 0x0a, 0x0e, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x64, 0x5f, 0x75,
46378
+ 0x6e, 0x69, 0x74, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x48, 0x00, 0x52, 0x0d, 0x63, 0x6f,
46379
+ 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x73, 0x88, 0x01, 0x01, 0x12, 0x37,
46380
+ 0x0a, 0x15, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f,
46381
+ 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x48, 0x01, 0x52,
46382
+ 0x13, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x73, 0x45, 0x6e, 0x61,
46383
+ 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x70, 0x72, 0x65, 0x70, 0x61,
46384
+ 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64,
46385
+ 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x48, 0x02, 0x52, 0x15, 0x70, 0x72, 0x65, 0x70,
46386
+ 0x61, 0x69, 0x64, 0x55, 0x6e, 0x69, 0x74, 0x73, 0x53, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65,
46387
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x37, 0x0a, 0x15, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f,
46388
+ 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x77, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x18, 0x05, 0x20,
46389
+ 0x01, 0x28, 0x05, 0x48, 0x03, 0x52, 0x13, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x55, 0x6e,
46390
+ 0x69, 0x74, 0x73, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a,
46391
+ 0x0f, 0x73, 0x6b, 0x75, 0x5f, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
46392
+ 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x0d, 0x73, 0x6b, 0x75, 0x50, 0x61, 0x72,
46393
+ 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x61, 0x70,
46394
+ 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05,
46395
+ 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x54, 0x6f, 0x88, 0x01, 0x01, 0x12, 0x30,
46396
+ 0x0a, 0x11, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61,
46397
+ 0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x10, 0x63, 0x61, 0x70,
46398
+ 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01,
46399
+ 0x12, 0x5d, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x09,
46400
+ 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
46401
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
46402
+ 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4c, 0x69,
46403
+ 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45,
46404
+ 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x75, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x12,
46405
+ 0x58, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x73,
46406
+ 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
46407
+ 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f,
46408
+ 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35,
46409
+ 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x0c, 0x73, 0x65, 0x72,
46410
+ 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x73, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
46411
+ 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88,
46412
+ 0x01, 0x01, 0x1a, 0x3c, 0x0a, 0x0e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45,
46413
+ 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
46414
+ 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
46415
+ 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
46416
+ 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x64, 0x5f, 0x75, 0x6e,
46417
+ 0x69, 0x74, 0x73, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f,
46418
+ 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x1a, 0x0a,
46419
+ 0x18, 0x5f, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f,
46420
+ 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x70, 0x72,
46421
+ 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x77, 0x61, 0x72, 0x6e,
46422
+ 0x69, 0x6e, 0x67, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x73, 0x6b, 0x75, 0x5f, 0x70, 0x61, 0x72, 0x74,
46423
+ 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x70, 0x70, 0x6c,
46424
+ 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x63, 0x61, 0x70, 0x61, 0x62,
46425
+ 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x07, 0x0a, 0x05,
46426
+ 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x9f, 0x02, 0x0a, 0x14, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65,
46427
+ 0x33, 0x36, 0x35, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x2b,
46428
+ 0x0a, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69,
46429
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69,
46430
+ 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x2f, 0x0a, 0x11, 0x73,
46431
+ 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
46432
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
46433
+ 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13,
46434
+ 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x74, 0x61,
46435
+ 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x12, 0x70, 0x72, 0x6f,
46436
+ 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88,
46381
46437
  0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f,
46382
- 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65,
46383
- 0x73, 0x54, 0x6f, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69,
46384
- 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28,
46385
- 0x09, 0x48, 0x06, 0x52, 0x10, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53,
46386
- 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x5d, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72,
46387
- 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x63,
46388
- 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
46389
- 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66,
46390
- 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x55, 0x73,
46391
- 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x75, 0x73,
46392
- 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x58, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69,
46393
- 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33,
46394
- 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
46395
- 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f,
46396
- 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50,
46397
- 0x6c, 0x61, 0x6e, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e,
46398
- 0x73, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48,
46399
- 0x07, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x1a, 0x3c, 0x0a, 0x0e, 0x55, 0x73,
46400
- 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03,
46401
- 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14,
46402
- 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76,
46403
- 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x63, 0x6f, 0x6e,
46404
- 0x73, 0x75, 0x6d, 0x65, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x42, 0x18, 0x0a, 0x16, 0x5f,
46405
- 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x65, 0x6e,
46406
- 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69,
46407
- 0x64, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x73, 0x5f, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x65,
46408
- 0x64, 0x42, 0x18, 0x0a, 0x16, 0x5f, 0x70, 0x72, 0x65, 0x70, 0x61, 0x69, 0x64, 0x5f, 0x75, 0x6e,
46409
- 0x69, 0x74, 0x73, 0x5f, 0x77, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x42, 0x12, 0x0a, 0x10, 0x5f,
46410
- 0x73, 0x6b, 0x75, 0x5f, 0x70, 0x61, 0x72, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42,
46411
- 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x42, 0x14,
46412
- 0x0a, 0x12, 0x5f, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74,
46413
- 0x61, 0x74, 0x75, 0x73, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x9f, 0x02,
46414
- 0x0a, 0x14, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x53, 0x65, 0x72, 0x76, 0x69,
46415
- 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x2b, 0x0a, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
46416
- 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48,
46417
- 0x00, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x64,
46418
- 0x88, 0x01, 0x01, 0x12, 0x2f, 0x0a, 0x11, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70,
46419
- 0x6c, 0x61, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01,
46420
- 0x52, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x4e, 0x61, 0x6d,
46421
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f,
46422
- 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28,
46423
- 0x09, 0x48, 0x02, 0x52, 0x12, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e,
46424
- 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x61, 0x70,
46425
- 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03,
46426
- 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x54, 0x6f, 0x88, 0x01, 0x01, 0x42, 0x12,
46427
- 0x0a, 0x10, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f,
46428
- 0x69, 0x64, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70,
46429
- 0x6c, 0x61, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x70, 0x72, 0x6f,
46430
- 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
46431
- 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x22,
46432
- 0xe8, 0x16, 0x0a, 0x0d, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x55, 0x73, 0x65,
46433
- 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01,
46434
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x33,
46435
- 0x0a, 0x13, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c,
46436
- 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x11, 0x75,
46437
- 0x73, 0x65, 0x72, 0x50, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65,
46438
- 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e,
46439
- 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0b, 0x64, 0x69, 0x73,
46440
- 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6d,
46441
- 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x04, 0x6d, 0x61, 0x69,
46442
- 0x6c, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f,
46443
- 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x48, 0x03, 0x52,
46444
- 0x0e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88,
46445
- 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18,
46446
- 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x08, 0x61, 0x67, 0x65, 0x47, 0x72, 0x6f, 0x75,
46447
- 0x70, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x63, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01,
46448
- 0x28, 0x09, 0x48, 0x05, 0x52, 0x04, 0x63, 0x69, 0x74, 0x79, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a,
46449
- 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06,
46450
- 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x1a,
46451
- 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x64,
46452
- 0x5f, 0x66, 0x6f, 0x72, 0x5f, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09,
46453
- 0x48, 0x07, 0x52, 0x17, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x76, 0x69,
46454
- 0x64, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x28,
46455
- 0x0a, 0x0d, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18,
46456
- 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52, 0x0c, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f,
46457
- 0x6e, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x64, 0x65, 0x70, 0x61,
46458
- 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x0a,
46459
- 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a,
46460
- 0x10, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65,
46461
- 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0a, 0x52, 0x0e, 0x64, 0x69, 0x72, 0x53, 0x79,
46462
- 0x6e, 0x63, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x41, 0x0a, 0x1a,
46463
- 0x66, 0x61, 0x63, 0x73, 0x69, 0x6d, 0x69, 0x6c, 0x65, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68,
46464
- 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09,
46465
- 0x48, 0x0b, 0x52, 0x18, 0x66, 0x61, 0x63, 0x73, 0x69, 0x6d, 0x69, 0x6c, 0x65, 0x54, 0x65, 0x6c,
46466
- 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12,
46467
- 0x22, 0x0a, 0x0a, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0e, 0x20,
46468
- 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x09, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65,
46469
- 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x69, 0x6d, 0x6d, 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65,
46470
- 0x5f, 0x69, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x0b, 0x69, 0x6d, 0x6d,
46471
- 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x69,
46472
- 0x73, 0x5f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73,
46473
- 0x74, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0e, 0x52, 0x15,
46474
- 0x69, 0x73, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73, 0x74,
46475
- 0x72, 0x61, 0x74, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x69, 0x73, 0x5f, 0x6c,
46476
- 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0f, 0x52,
46477
- 0x0a, 0x69, 0x73, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20,
46478
- 0x0a, 0x09, 0x6a, 0x6f, 0x62, 0x5f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28,
46479
- 0x09, 0x48, 0x10, 0x52, 0x08, 0x6a, 0x6f, 0x62, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x88, 0x01, 0x01,
46480
- 0x12, 0x4c, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e,
46481
- 0x63, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67,
46482
- 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54,
46483
- 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x11, 0x52, 0x0f, 0x6c, 0x61, 0x73, 0x74,
46484
- 0x44, 0x69, 0x72, 0x53, 0x79, 0x6e, 0x63, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x48,
46485
- 0x0a, 0x1e, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75,
46486
- 0x70, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
46487
- 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x48, 0x12, 0x52, 0x1b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x41,
46488
- 0x67, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x63,
46489
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0e, 0x6d, 0x61, 0x69, 0x6c,
46490
- 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09,
46491
- 0x48, 0x13, 0x52, 0x0c, 0x6d, 0x61, 0x69, 0x6c, 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65,
46492
- 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18, 0x16, 0x20,
46493
- 0x01, 0x28, 0x09, 0x48, 0x14, 0x52, 0x06, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x88, 0x01, 0x01,
46494
- 0x12, 0x4a, 0x0a, 0x1f, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x6d, 0x69, 0x73, 0x65, 0x73, 0x5f,
46495
- 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66,
46496
- 0x69, 0x65, 0x72, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x48, 0x15, 0x52, 0x1c, 0x6f, 0x6e, 0x50,
46497
- 0x72, 0x65, 0x6d, 0x69, 0x73, 0x65, 0x73, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x49,
46498
- 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b,
46499
- 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x18, 0x20, 0x01, 0x28,
46500
- 0x09, 0x48, 0x16, 0x52, 0x0a, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x4d, 0x61, 0x69, 0x6c, 0x73, 0x88,
46501
- 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x70,
46502
- 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09, 0x48, 0x17, 0x52,
46503
- 0x10, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65,
46504
- 0x73, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64,
46505
- 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x18,
46506
- 0x52, 0x0f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c,
46507
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x46, 0x0a, 0x1d, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c,
46508
- 0x5f, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x5f, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65,
46509
- 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x19, 0x52, 0x1a, 0x70,
46510
- 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x44, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x4f,
46511
- 0x66, 0x66, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b,
46512
- 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28,
46513
- 0x09, 0x48, 0x1a, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x64, 0x65, 0x88,
46514
- 0x01, 0x01, 0x12, 0x32, 0x0a, 0x12, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x5f,
46515
- 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1b,
46516
- 0x52, 0x11, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x4c, 0x61, 0x6e, 0x67, 0x75,
46517
- 0x61, 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x6c, 0x0a, 0x23, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73,
46518
- 0x68, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x66,
46519
- 0x72, 0x6f, 0x6d, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x1f, 0x20,
46520
- 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
46521
- 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48,
46522
- 0x1c, 0x52, 0x1e, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73,
46523
- 0x56, 0x61, 0x6c, 0x69, 0x64, 0x46, 0x72, 0x6f, 0x6d, 0x44, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d,
46524
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x20, 0x20,
46525
- 0x01, 0x28, 0x09, 0x48, 0x1d, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12,
46526
- 0x1b, 0x0a, 0x06, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x18, 0x21, 0x20, 0x01, 0x28, 0x09, 0x48,
46527
- 0x1e, 0x52, 0x06, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10,
46528
- 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
46529
- 0x18, 0x22, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1f, 0x52, 0x0f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68,
46530
- 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e,
46531
- 0x75, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x23,
46532
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x20, 0x52, 0x0d, 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c, 0x6f, 0x63,
46533
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72,
46534
- 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x24, 0x20, 0x01, 0x28, 0x09, 0x48, 0x21, 0x52, 0x08, 0x75,
46535
- 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x61,
46536
- 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x75, 0x70, 0x6e, 0x18, 0x25, 0x20, 0x01, 0x28, 0x09, 0x48,
46537
- 0x22, 0x52, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x55, 0x70, 0x6e, 0x88, 0x01, 0x01,
46538
- 0x12, 0x32, 0x0a, 0x12, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65,
46539
- 0x64, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x26, 0x20, 0x01, 0x28, 0x09, 0x48, 0x23, 0x52, 0x11,
46540
- 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x64, 0x4e, 0x61, 0x6d,
46541
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x43, 0x0a, 0x1c, 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f, 0x70, 0x61,
46542
- 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x6f, 0x6e, 0x5f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x6c,
46543
- 0x6f, 0x67, 0x6f, 0x6e, 0x18, 0x27, 0x20, 0x01, 0x28, 0x08, 0x48, 0x24, 0x52, 0x18, 0x72, 0x65,
46544
- 0x73, 0x65, 0x74, 0x50, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x4f, 0x6e, 0x4e, 0x65, 0x78,
46545
- 0x74, 0x4c, 0x6f, 0x67, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
46546
- 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, 0x09, 0x48, 0x25, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88,
46547
- 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
46548
- 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x29, 0x20,
46549
- 0x01, 0x28, 0x09, 0x48, 0x26, 0x52, 0x15, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
46550
- 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4b, 0x65, 0x79, 0x88, 0x01, 0x01, 0x12,
46551
- 0x5a, 0x0a, 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x2a, 0x20,
46552
- 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
46553
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
46554
- 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x55, 0x73, 0x65,
46555
- 0x72, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79,
46556
- 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x17, 0x0a, 0x04, 0x74,
46557
- 0x79, 0x70, 0x65, 0x18, 0x2b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x27, 0x52, 0x04, 0x74, 0x79, 0x70,
46558
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x2c,
46559
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x28, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01,
46560
- 0x01, 0x1a, 0x3c, 0x0a, 0x0e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e,
46438
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x09, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x65,
46439
+ 0x73, 0x54, 0x6f, 0x88, 0x01, 0x01, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,
46440
+ 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x73,
46441
+ 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
46442
+ 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e,
46443
+ 0x67, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x61, 0x70, 0x70,
46444
+ 0x6c, 0x69, 0x65, 0x73, 0x5f, 0x74, 0x6f, 0x22, 0xc8, 0x18, 0x0a, 0x0d, 0x4f, 0x66, 0x66, 0x69,
46445
+ 0x63, 0x65, 0x33, 0x36, 0x35, 0x55, 0x73, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x62, 0x6a,
46446
+ 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x62,
46447
+ 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x33, 0x0a, 0x13, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70,
46448
+ 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
46449
+ 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x11, 0x75, 0x73, 0x65, 0x72, 0x50, 0x72, 0x69, 0x6e, 0x63,
46450
+ 0x69, 0x70, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x64,
46451
+ 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
46452
+ 0x09, 0x48, 0x01, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65,
46453
+ 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28,
46454
+ 0x09, 0x48, 0x02, 0x52, 0x04, 0x6d, 0x61, 0x69, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x2c, 0x0a, 0x0f,
46455
+ 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18,
46456
+ 0x05, 0x20, 0x01, 0x28, 0x08, 0x48, 0x03, 0x52, 0x0e, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74,
46457
+ 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x61, 0x67,
46458
+ 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52,
46459
+ 0x08, 0x61, 0x67, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04,
46460
+ 0x63, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x04, 0x63, 0x69,
46461
+ 0x74, 0x79, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79,
46462
+ 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
46463
+ 0x79, 0x88, 0x01, 0x01, 0x12, 0x40, 0x0a, 0x1a, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x74, 0x5f,
46464
+ 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x5f, 0x6d, 0x69, 0x6e,
46465
+ 0x6f, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52, 0x17, 0x63, 0x6f, 0x6e, 0x73,
46466
+ 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x4d, 0x69,
46467
+ 0x6e, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69,
46468
+ 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52,
46469
+ 0x0c, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01,
46470
+ 0x12, 0x23, 0x0a, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x0b,
46471
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65,
46472
+ 0x6e, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2d, 0x0a, 0x10, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e,
46473
+ 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x48,
46474
+ 0x0a, 0x52, 0x0e, 0x64, 0x69, 0x72, 0x53, 0x79, 0x6e, 0x63, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
46475
+ 0x64, 0x88, 0x01, 0x01, 0x12, 0x41, 0x0a, 0x1a, 0x66, 0x61, 0x63, 0x73, 0x69, 0x6d, 0x69, 0x6c,
46476
+ 0x65, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62,
46477
+ 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x18, 0x66, 0x61, 0x63, 0x73,
46478
+ 0x69, 0x6d, 0x69, 0x6c, 0x65, 0x54, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75,
46479
+ 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x67, 0x69, 0x76, 0x65, 0x6e,
46480
+ 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x09, 0x67,
46481
+ 0x69, 0x76, 0x65, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x69,
46482
+ 0x6d, 0x6d, 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28,
46483
+ 0x09, 0x48, 0x0d, 0x52, 0x0b, 0x69, 0x6d, 0x6d, 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x64,
46484
+ 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x69, 0x73, 0x5f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
46485
+ 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x10,
46486
+ 0x20, 0x01, 0x28, 0x08, 0x48, 0x0e, 0x52, 0x15, 0x69, 0x73, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
46487
+ 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x88, 0x01, 0x01,
46488
+ 0x12, 0x24, 0x0a, 0x0b, 0x69, 0x73, 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x18,
46489
+ 0x11, 0x20, 0x01, 0x28, 0x08, 0x48, 0x0f, 0x52, 0x0a, 0x69, 0x73, 0x4c, 0x69, 0x63, 0x65, 0x6e,
46490
+ 0x73, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x6a, 0x6f, 0x62, 0x5f, 0x74, 0x69,
46491
+ 0x74, 0x6c, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x48, 0x10, 0x52, 0x08, 0x6a, 0x6f, 0x62,
46492
+ 0x54, 0x69, 0x74, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x4c, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74,
46493
+ 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x13,
46494
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
46495
+ 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
46496
+ 0x48, 0x11, 0x52, 0x0f, 0x6c, 0x61, 0x73, 0x74, 0x44, 0x69, 0x72, 0x53, 0x79, 0x6e, 0x63, 0x54,
46497
+ 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x48, 0x0a, 0x1e, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f,
46498
+ 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x69,
46499
+ 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x48, 0x12,
46500
+ 0x52, 0x1b, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x41, 0x67, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43,
46501
+ 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01,
46502
+ 0x12, 0x29, 0x0a, 0x0e, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x5f, 0x6e, 0x61,
46503
+ 0x6d, 0x65, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x13, 0x52, 0x0c, 0x6d, 0x61, 0x69, 0x6c,
46504
+ 0x4e, 0x69, 0x63, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x6d,
46505
+ 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x48, 0x14, 0x52, 0x06, 0x6d,
46506
+ 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x4a, 0x0a, 0x1f, 0x6f, 0x6e, 0x5f, 0x70,
46507
+ 0x72, 0x65, 0x6d, 0x69, 0x73, 0x65, 0x73, 0x5f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79,
46508
+ 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x18, 0x17, 0x20, 0x01, 0x28,
46509
+ 0x09, 0x48, 0x15, 0x52, 0x1c, 0x6f, 0x6e, 0x50, 0x72, 0x65, 0x6d, 0x69, 0x73, 0x65, 0x73, 0x53,
46510
+ 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65,
46511
+ 0x72, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x6d, 0x61,
46512
+ 0x69, 0x6c, 0x73, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x48, 0x16, 0x52, 0x0a, 0x6f, 0x74, 0x68,
46513
+ 0x65, 0x72, 0x4d, 0x61, 0x69, 0x6c, 0x73, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x70, 0x61,
46514
+ 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x18,
46515
+ 0x19, 0x20, 0x01, 0x28, 0x09, 0x48, 0x17, 0x52, 0x10, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72,
46516
+ 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10,
46517
+ 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65,
46518
+ 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x18, 0x52, 0x0f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f,
46519
+ 0x72, 0x64, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x46, 0x0a, 0x1d,
46520
+ 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72,
46521
+ 0x79, 0x5f, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x1b, 0x20,
46522
+ 0x01, 0x28, 0x09, 0x48, 0x19, 0x52, 0x1a, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x44,
46523
+ 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d,
46524
+ 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63,
46525
+ 0x6f, 0x64, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1a, 0x52, 0x0a, 0x70, 0x6f, 0x73,
46526
+ 0x74, 0x61, 0x6c, 0x43, 0x6f, 0x64, 0x65, 0x88, 0x01, 0x01, 0x12, 0x32, 0x0a, 0x12, 0x70, 0x72,
46527
+ 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65,
46528
+ 0x18, 0x1e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1b, 0x52, 0x11, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72,
46529
+ 0x72, 0x65, 0x64, 0x4c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x88, 0x01, 0x01, 0x12, 0x6c,
46530
+ 0x0a, 0x23, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73,
46531
+ 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x64, 0x61, 0x74, 0x65,
46532
+ 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
46533
+ 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69,
46534
+ 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x1c, 0x52, 0x1e, 0x72, 0x65, 0x66, 0x72, 0x65,
46535
+ 0x73, 0x68, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x46, 0x72, 0x6f,
46536
+ 0x6d, 0x44, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05,
46537
+ 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x20, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1d, 0x52, 0x05, 0x73,
46538
+ 0x74, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x73, 0x74, 0x72, 0x65, 0x65,
46539
+ 0x74, 0x18, 0x21, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1e, 0x52, 0x06, 0x73, 0x74, 0x72, 0x65, 0x65,
46540
+ 0x74, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e,
46541
+ 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x22, 0x20, 0x01, 0x28, 0x09, 0x48, 0x1f,
46542
+ 0x52, 0x0f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65,
46543
+ 0x72, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x75, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x6c, 0x6f,
46544
+ 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x23, 0x20, 0x01, 0x28, 0x09, 0x48, 0x20, 0x52, 0x0d,
46545
+ 0x75, 0x73, 0x61, 0x67, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01,
46546
+ 0x12, 0x20, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x24, 0x20,
46547
+ 0x01, 0x28, 0x09, 0x48, 0x21, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x88,
46548
+ 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x75, 0x70,
46549
+ 0x6e, 0x18, 0x25, 0x20, 0x01, 0x28, 0x09, 0x48, 0x22, 0x52, 0x0a, 0x6d, 0x61, 0x6e, 0x61, 0x67,
46550
+ 0x65, 0x72, 0x55, 0x70, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x32, 0x0a, 0x12, 0x64, 0x69, 0x73, 0x74,
46551
+ 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x64, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x26,
46552
+ 0x20, 0x01, 0x28, 0x09, 0x48, 0x23, 0x52, 0x11, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75,
46553
+ 0x69, 0x73, 0x68, 0x65, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x43, 0x0a, 0x1c,
46554
+ 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x6f,
46555
+ 0x6e, 0x5f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x6f, 0x6e, 0x18, 0x27, 0x20, 0x01,
46556
+ 0x28, 0x08, 0x48, 0x24, 0x52, 0x18, 0x72, 0x65, 0x73, 0x65, 0x74, 0x50, 0x61, 0x73, 0x73, 0x77,
46557
+ 0x6f, 0x72, 0x64, 0x4f, 0x6e, 0x4e, 0x65, 0x78, 0x74, 0x4c, 0x6f, 0x67, 0x6f, 0x6e, 0x88, 0x01,
46558
+ 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x28, 0x20, 0x01, 0x28, 0x09, 0x48,
46559
+ 0x25, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x3b, 0x0a, 0x17, 0x6f, 0x72,
46560
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74,
46561
+ 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x29, 0x20, 0x01, 0x28, 0x09, 0x48, 0x26, 0x52, 0x15, 0x6f,
46562
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x74, 0x69, 0x74,
46563
+ 0x79, 0x4b, 0x65, 0x79, 0x88, 0x01, 0x01, 0x12, 0x5a, 0x0a, 0x0a, 0x67, 0x72, 0x6f, 0x75, 0x70,
46564
+ 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x2a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x63, 0x6f,
46565
+ 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
46566
+ 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69,
46567
+ 0x63, 0x65, 0x33, 0x36, 0x35, 0x55, 0x73, 0x65, 0x72, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b,
46568
+ 0x65, 0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x4b,
46569
+ 0x65, 0x79, 0x73, 0x12, 0x17, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x2b, 0x20, 0x01, 0x28,
46570
+ 0x09, 0x48, 0x27, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06,
46571
+ 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x2c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x28, 0x52, 0x06,
46572
+ 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x66, 0x0a, 0x0e, 0x61, 0x73, 0x73,
46573
+ 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x73, 0x18, 0x2d, 0x20, 0x03, 0x28,
46574
+ 0x0b, 0x32, 0x3f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
46575
+ 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
46576
+ 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x55, 0x73, 0x65, 0x72, 0x2e,
46577
+ 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x73, 0x45, 0x6e, 0x74,
46578
+ 0x72, 0x79, 0x52, 0x0d, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e,
46579
+ 0x73, 0x1a, 0x3c, 0x0a, 0x0e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4b, 0x65, 0x79, 0x73, 0x45, 0x6e,
46561
46580
  0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
46562
46581
  0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
46563
- 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42,
46564
- 0x16, 0x0a, 0x14, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70,
46565
- 0x61, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70,
46566
- 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d, 0x61, 0x69,
46567
- 0x6c, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x65, 0x6e,
46568
- 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72,
46569
- 0x6f, 0x75, 0x70, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x63, 0x69, 0x74, 0x79, 0x42, 0x0a, 0x0a, 0x08,
46570
- 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x63, 0x6f, 0x6e,
46571
- 0x73, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x64, 0x5f, 0x66, 0x6f,
46572
- 0x72, 0x5f, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x72, 0x65, 0x61,
46573
- 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x64, 0x65,
46574
- 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x64, 0x69, 0x72,
46575
- 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x1d, 0x0a,
46576
- 0x1b, 0x5f, 0x66, 0x61, 0x63, 0x73, 0x69, 0x6d, 0x69, 0x6c, 0x65, 0x5f, 0x74, 0x65, 0x6c, 0x65,
46577
- 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a, 0x0b,
46578
- 0x5f, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
46579
- 0x69, 0x6d, 0x6d, 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x42, 0x1a, 0x0a, 0x18,
46580
- 0x5f, 0x69, 0x73, 0x5f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e,
46581
- 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x69, 0x73, 0x5f,
46582
- 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6a, 0x6f, 0x62,
46583
- 0x5f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f,
46584
- 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x21, 0x0a,
46585
- 0x1f, 0x5f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75,
46586
- 0x70, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
46587
- 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x5f, 0x6e,
46588
- 0x61, 0x6d, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x42, 0x22,
46589
- 0x0a, 0x20, 0x5f, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x65, 0x6d, 0x69, 0x73, 0x65, 0x73, 0x5f, 0x73,
46590
- 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69,
46591
- 0x65, 0x72, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x5f, 0x6d, 0x61, 0x69,
46592
- 0x6c, 0x73, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f,
46593
- 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x70, 0x61, 0x73,
46594
- 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x42, 0x20, 0x0a,
46595
- 0x1e, 0x5f, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x64, 0x65, 0x6c, 0x69, 0x76,
46596
- 0x65, 0x72, 0x79, 0x5f, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42,
46597
- 0x0e, 0x0a, 0x0c, 0x5f, 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42,
46598
- 0x15, 0x0a, 0x13, 0x5f, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x5f, 0x6c, 0x61,
46599
- 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x42, 0x26, 0x0a, 0x24, 0x5f, 0x72, 0x65, 0x66, 0x72, 0x65,
46600
- 0x73, 0x68, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f,
46601
- 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x08,
46602
- 0x0a, 0x06, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x74, 0x72,
46603
- 0x65, 0x65, 0x74, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e,
46604
- 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x75, 0x73, 0x61,
46605
- 0x67, 0x65, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0c, 0x0a, 0x0a, 0x5f,
46606
- 0x75, 0x73, 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61,
46607
- 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x75, 0x70, 0x6e, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x64, 0x69,
46608
- 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x64, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
46609
- 0x42, 0x1f, 0x0a, 0x1d, 0x5f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77,
46610
- 0x6f, 0x72, 0x64, 0x5f, 0x6f, 0x6e, 0x5f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x6f,
46611
- 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x6f,
46612
- 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69,
46613
- 0x74, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42,
46614
- 0x09, 0x0a, 0x07, 0x5f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2a, 0x61, 0x0a, 0x0b, 0x52, 0x65,
46615
- 0x63, 0x6f, 0x6e, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x10, 0x52, 0x45, 0x43,
46616
- 0x4f, 0x4e, 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x4d, 0x41, 0x43, 0x10, 0x00, 0x12,
46617
- 0x22, 0x0a, 0x1e, 0x52, 0x45, 0x43, 0x4f, 0x4e, 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42, 0x59, 0x5f,
46618
- 0x4d, 0x41, 0x4b, 0x45, 0x5f, 0x4d, 0x4f, 0x44, 0x45, 0x4c, 0x5f, 0x53, 0x45, 0x52, 0x49, 0x41,
46619
- 0x4c, 0x10, 0x01, 0x12, 0x18, 0x0a, 0x14, 0x52, 0x45, 0x43, 0x4f, 0x4e, 0x43, 0x49, 0x4c, 0x45,
46620
- 0x5f, 0x42, 0x59, 0x5f, 0x4e, 0x45, 0x54, 0x42, 0x49, 0x4f, 0x53, 0x10, 0x02, 0x32, 0xa4, 0x05,
46621
- 0x0a, 0x17, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x72, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75,
46622
- 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x70, 0x0a, 0x09, 0x47, 0x65, 0x74,
46623
- 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
46582
+ 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a,
46583
+ 0x76, 0x0a, 0x12, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x73,
46584
+ 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01,
46585
+ 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x4a, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
46586
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
46624
46587
  0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f,
46625
- 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79,
46626
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
46627
- 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
46628
- 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74,
46629
- 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x0c, 0x4c,
46630
- 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x6f,
46631
- 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
46632
- 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74,
46633
- 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e,
46634
- 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
46635
- 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69,
46636
- 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
46637
- 0x22, 0x00, 0x30, 0x01, 0x12, 0x7c, 0x0a, 0x0d, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c,
46638
- 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, 0x33, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
46588
+ 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35,
46589
+ 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x05, 0x76, 0x61,
46590
+ 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x75, 0x73, 0x65, 0x72,
46591
+ 0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42,
46592
+ 0x0f, 0x0a, 0x0d, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
46593
+ 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x61, 0x63,
46594
+ 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x0c, 0x0a,
46595
+ 0x0a, 0x5f, 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x07, 0x0a, 0x05, 0x5f,
46596
+ 0x63, 0x69, 0x74, 0x79, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79,
46597
+ 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x63, 0x6f, 0x6e, 0x73, 0x65, 0x6e, 0x74, 0x5f, 0x70, 0x72, 0x6f,
46598
+ 0x76, 0x69, 0x64, 0x65, 0x64, 0x5f, 0x66, 0x6f, 0x72, 0x5f, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x42,
46599
+ 0x10, 0x0a, 0x0e, 0x5f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70,
46600
+ 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74,
46601
+ 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x65, 0x6e,
46602
+ 0x61, 0x62, 0x6c, 0x65, 0x64, 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x66, 0x61, 0x63, 0x73, 0x69, 0x6d,
46603
+ 0x69, 0x6c, 0x65, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75,
46604
+ 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x5f, 0x6e,
46605
+ 0x61, 0x6d, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x69, 0x6d, 0x6d, 0x75, 0x74, 0x61, 0x62, 0x6c,
46606
+ 0x65, 0x5f, 0x69, 0x64, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x69, 0x73, 0x5f, 0x67, 0x6c, 0x6f, 0x62,
46607
+ 0x61, 0x6c, 0x5f, 0x61, 0x64, 0x6d, 0x69, 0x6e, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x6f, 0x72,
46608
+ 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x69, 0x73, 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x64,
46609
+ 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x6a, 0x6f, 0x62, 0x5f, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x42, 0x15,
46610
+ 0x0a, 0x13, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63,
46611
+ 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x21, 0x0a, 0x1f, 0x5f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x5f,
46612
+ 0x61, 0x67, 0x65, 0x5f, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x5f, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x69,
46613
+ 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6d, 0x61, 0x69,
46614
+ 0x6c, 0x5f, 0x6e, 0x69, 0x63, 0x6b, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f,
46615
+ 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x42, 0x22, 0x0a, 0x20, 0x5f, 0x6f, 0x6e, 0x5f, 0x70, 0x72,
46616
+ 0x65, 0x6d, 0x69, 0x73, 0x65, 0x73, 0x5f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x5f,
46617
+ 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6f,
46618
+ 0x74, 0x68, 0x65, 0x72, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x73, 0x42, 0x14, 0x0a, 0x12, 0x5f, 0x70,
46619
+ 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73,
46620
+ 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x70, 0x72,
46621
+ 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x42, 0x20, 0x0a, 0x1e, 0x5f, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63,
46622
+ 0x61, 0x6c, 0x5f, 0x64, 0x65, 0x6c, 0x69, 0x76, 0x65, 0x72, 0x79, 0x5f, 0x6f, 0x66, 0x66, 0x69,
46623
+ 0x63, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x70, 0x6f, 0x73, 0x74,
46624
+ 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x70, 0x72, 0x65, 0x66,
46625
+ 0x65, 0x72, 0x72, 0x65, 0x64, 0x5f, 0x6c, 0x61, 0x6e, 0x67, 0x75, 0x61, 0x67, 0x65, 0x42, 0x26,
46626
+ 0x0a, 0x24, 0x5f, 0x72, 0x65, 0x66, 0x72, 0x65, 0x73, 0x68, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
46627
+ 0x73, 0x5f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x5f, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x64, 0x61, 0x74,
46628
+ 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65,
46629
+ 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x42, 0x13, 0x0a, 0x11, 0x5f,
46630
+ 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
46631
+ 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74,
46632
+ 0x69, 0x6f, 0x6e, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70,
46633
+ 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x5f, 0x75, 0x70,
46634
+ 0x6e, 0x42, 0x15, 0x0a, 0x13, 0x5f, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73,
46635
+ 0x68, 0x65, 0x64, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x1f, 0x0a, 0x1d, 0x5f, 0x72, 0x65, 0x73,
46636
+ 0x65, 0x74, 0x5f, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x5f, 0x6f, 0x6e, 0x5f, 0x6e,
46637
+ 0x65, 0x78, 0x74, 0x5f, 0x6c, 0x6f, 0x67, 0x6f, 0x6e, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61,
46638
+ 0x6d, 0x65, 0x42, 0x1a, 0x0a, 0x18, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
46639
+ 0x69, 0x6f, 0x6e, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x6b, 0x65, 0x79, 0x42, 0x07,
46640
+ 0x0a, 0x05, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x64, 0x6f, 0x6d, 0x61,
46641
+ 0x69, 0x6e, 0x2a, 0x61, 0x0a, 0x0b, 0x52, 0x65, 0x63, 0x6f, 0x6e, 0x52, 0x75, 0x6c, 0x65, 0x49,
46642
+ 0x64, 0x12, 0x14, 0x0a, 0x10, 0x52, 0x45, 0x43, 0x4f, 0x4e, 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42,
46643
+ 0x59, 0x5f, 0x4d, 0x41, 0x43, 0x10, 0x00, 0x12, 0x22, 0x0a, 0x1e, 0x52, 0x45, 0x43, 0x4f, 0x4e,
46644
+ 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x4d, 0x41, 0x4b, 0x45, 0x5f, 0x4d, 0x4f, 0x44,
46645
+ 0x45, 0x4c, 0x5f, 0x53, 0x45, 0x52, 0x49, 0x41, 0x4c, 0x10, 0x01, 0x12, 0x18, 0x0a, 0x14, 0x52,
46646
+ 0x45, 0x43, 0x4f, 0x4e, 0x43, 0x49, 0x4c, 0x45, 0x5f, 0x42, 0x59, 0x5f, 0x4e, 0x45, 0x54, 0x42,
46647
+ 0x49, 0x4f, 0x53, 0x10, 0x02, 0x32, 0xa4, 0x05, 0x0a, 0x17, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f,
46648
+ 0x72, 0x65, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
46649
+ 0x65, 0x12, 0x70, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x2f,
46650
+ 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
46651
+ 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47,
46652
+ 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
46653
+ 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
46654
+ 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
46655
+ 0x47, 0x65, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
46656
+ 0x65, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74,
46657
+ 0x69, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
46658
+ 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
46659
+ 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65,
46660
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
46639
46661
  0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
46640
- 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f,
46641
- 0x6b, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x63, 0x6f, 0x6d,
46642
- 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
46643
- 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c,
46644
- 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
46645
- 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61,
46646
- 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x39, 0x2e, 0x63, 0x6f, 0x6d,
46662
+ 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79,
46663
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x7c, 0x0a, 0x0d,
46664
+ 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x12, 0x33, 0x2e,
46665
+ 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
46666
+ 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x61,
46667
+ 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65,
46668
+ 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
46669
+ 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
46670
+ 0x76, 0x31, 0x2e, 0x43, 0x61, 0x74, 0x61, 0x6c, 0x6f, 0x67, 0x4c, 0x6f, 0x6f, 0x6b, 0x75, 0x70,
46671
+ 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x13, 0x47,
46672
+ 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
46673
+ 0x69, 0x67, 0x12, 0x39, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
46674
+ 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
46675
+ 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
46676
+ 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e,
46677
+ 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
46678
+ 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65,
46679
+ 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69,
46680
+ 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x13,
46681
+ 0x53, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e,
46682
+ 0x66, 0x69, 0x67, 0x12, 0x39, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
46683
+ 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
46684
+ 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
46685
+ 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a,
46686
+ 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
46687
+ 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53,
46688
+ 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
46689
+ 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x32, 0xd4, 0x07, 0x0a,
46690
+ 0x19, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x72, 0x65, 0x42, 0x61, 0x63, 0x6b, 0x6f, 0x66, 0x66,
46691
+ 0x69, 0x63, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x5c, 0x0a, 0x0c, 0x43, 0x72,
46692
+ 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x25, 0x2e, 0x63, 0x6f, 0x6d,
46647
46693
  0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
46648
- 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x70,
46649
- 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65,
46650
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
46694
+ 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74,
46695
+ 0x79, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
46696
+ 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
46697
+ 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x5c, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x41,
46698
+ 0x73, 0x73, 0x65, 0x74, 0x12, 0x29, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
46699
+ 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
46700
+ 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x74, 0x68, 0x1a,
46701
+ 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
46702
+ 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
46703
+ 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x5b, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
46704
+ 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
46651
46705
  0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
46652
- 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74,
46653
- 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
46654
- 0x65, 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x13, 0x53, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63,
46655
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x39, 0x2e, 0x63, 0x6f,
46656
- 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
46657
- 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x49,
46658
- 0x70, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52,
46659
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
46660
- 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f,
46661
- 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x74, 0x49, 0x70, 0x4c, 0x6f, 0x63, 0x61,
46662
- 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
46663
- 0x73, 0x65, 0x22, 0x00, 0x32, 0xd4, 0x07, 0x0a, 0x19, 0x44, 0x61, 0x74, 0x61, 0x43, 0x6f, 0x72,
46664
- 0x65, 0x42, 0x61, 0x63, 0x6b, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69,
46665
- 0x63, 0x65, 0x12, 0x5c, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x69,
46666
- 0x74, 0x79, 0x12, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
46667
- 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
46668
- 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e,
46669
- 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75,
46670
- 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79,
46671
- 0x12, 0x5c, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x29, 0x2e, 0x63,
46706
+ 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x1a, 0x25, 0x2e, 0x63,
46672
46707
  0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70,
46673
46708
  0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74,
46674
- 0x69, 0x74, 0x79, 0x50, 0x61, 0x74, 0x68, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
46675
- 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
46676
- 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x5b,
46677
- 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x25, 0x2e,
46709
+ 0x69, 0x74, 0x79, 0x12, 0x5f, 0x0a, 0x0b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x73, 0x73,
46710
+ 0x65, 0x74, 0x12, 0x29, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
46711
+ 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
46712
+ 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x50, 0x61, 0x74, 0x68, 0x1a, 0x25, 0x2e,
46678
46713
  0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64,
46679
46714
  0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e,
46680
- 0x74, 0x69, 0x74, 0x79, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77,
46681
- 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e,
46682
- 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x5f, 0x0a, 0x0b, 0x44,
46683
- 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x29, 0x2e, 0x63, 0x6f, 0x6d,
46684
- 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
46685
- 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74,
46686
- 0x79, 0x50, 0x61, 0x74, 0x68, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73,
46687
- 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75,
46688
- 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x62, 0x0a, 0x0a,
46689
- 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x73, 0x65, 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x6f, 0x6d,
46690
- 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
46691
- 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74,
46692
- 0x79, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x1a, 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
46693
- 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
46694
- 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x30, 0x01,
46695
- 0x12, 0x56, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x23,
46696
- 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
46697
- 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53,
46698
- 0x69, 0x74, 0x65, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
46699
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
46700
- 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x12, 0x56, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x53,
46701
- 0x69, 0x74, 0x65, 0x12, 0x26, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
46702
- 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
46703
- 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x1a, 0x23, 0x2e, 0x63, 0x6f,
46715
+ 0x74, 0x69, 0x74, 0x79, 0x12, 0x62, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x73, 0x65,
46716
+ 0x74, 0x73, 0x12, 0x2b, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65,
46717
+ 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e,
46718
+ 0x76, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x1a,
46719
+ 0x25, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
46720
+ 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
46721
+ 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x30, 0x01, 0x12, 0x56, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61,
46722
+ 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
46723
+ 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f,
46724
+ 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x1a, 0x23, 0x2e, 0x63, 0x6f,
46704
46725
  0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
46705
46726
  0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65,
46706
- 0x12, 0x56, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x23,
46707
- 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
46708
- 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53,
46709
- 0x69, 0x74, 0x65, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
46727
+ 0x12, 0x56, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x53, 0x69, 0x74, 0x65, 0x12, 0x26, 0x2e, 0x63, 0x6f,
46728
+ 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
46729
+ 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65,
46730
+ 0x4b, 0x65, 0x79, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65,
46710
46731
  0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64,
46711
- 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x12, 0x59, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65,
46712
- 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x26, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
46732
+ 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x12, 0x56, 0x0a, 0x0a, 0x55, 0x70, 0x64, 0x61,
46733
+ 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
46713
46734
  0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f,
46714
- 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x1a, 0x23,
46735
+ 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x1a, 0x23, 0x2e, 0x63, 0x6f,
46736
+ 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e,
46737
+ 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65,
46738
+ 0x12, 0x59, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x69, 0x74, 0x65, 0x12, 0x26,
46715
46739
  0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
46716
46740
  0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53,
46717
- 0x69, 0x74, 0x65, 0x12, 0x76, 0x0a, 0x0f, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x44, 0x65, 0x63,
46718
- 0x6f, 0x6e, 0x63, 0x69, 0x6c, 0x65, 0x12, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
46741
+ 0x69, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x1a, 0x23, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e,
46719
46742
  0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f,
46720
- 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x63, 0x6f, 0x6e, 0x63, 0x69, 0x6c, 0x65,
46721
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61,
46722
- 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62,
46723
- 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x63, 0x6f, 0x6e, 0x63, 0x69, 0x6c,
46724
- 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x12, 0x50, 0x01, 0x5a,
46725
- 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62,
46726
- 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
46743
+ 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x74, 0x65, 0x12, 0x76, 0x0a, 0x0f, 0x45,
46744
+ 0x6e, 0x74, 0x69, 0x74, 0x79, 0x44, 0x65, 0x63, 0x6f, 0x6e, 0x63, 0x69, 0x6c, 0x65, 0x12, 0x2f,
46745
+ 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e,
46746
+ 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x44,
46747
+ 0x65, 0x63, 0x6f, 0x6e, 0x63, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
46748
+ 0x30, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72,
46749
+ 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e,
46750
+ 0x44, 0x65, 0x63, 0x6f, 0x6e, 0x63, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
46751
+ 0x65, 0x22, 0x00, 0x42, 0x12, 0x50, 0x01, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72,
46752
+ 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
46727
46753
  }
46728
46754
 
46729
46755
  var (
@@ -46739,7 +46765,7 @@ func file_outbound_proto_rawDescGZIP() []byte {
46739
46765
  }
46740
46766
 
46741
46767
  var file_outbound_proto_enumTypes = make([]protoimpl.EnumInfo, 15)
46742
- var file_outbound_proto_msgTypes = make([]protoimpl.MessageInfo, 297)
46768
+ var file_outbound_proto_msgTypes = make([]protoimpl.MessageInfo, 298)
46743
46769
  var file_outbound_proto_goTypes = []any{
46744
46770
  (ReconRuleId)(0), // 0: com.lansweeper.dp.outbound.v1.ReconRuleId
46745
46771
  (EntityFilter_EntryState)(0), // 1: com.lansweeper.dp.outbound.v1.EntityFilter.EntryState
@@ -47053,20 +47079,21 @@ var file_outbound_proto_goTypes = []any{
47053
47079
  nil, // 309: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.UsersKeysEntry
47054
47080
  nil, // 310: com.lansweeper.dp.outbound.v1.Office365License.UsersKeysEntry
47055
47081
  nil, // 311: com.lansweeper.dp.outbound.v1.Office365User.GroupKeysEntry
47056
- (*timestamppb.Timestamp)(nil), // 312: google.protobuf.Timestamp
47057
- (*anypb.Any)(nil), // 313: google.protobuf.Any
47082
+ nil, // 312: com.lansweeper.dp.outbound.v1.Office365User.AssignedPlansEntry
47083
+ (*timestamppb.Timestamp)(nil), // 313: google.protobuf.Timestamp
47084
+ (*anypb.Any)(nil), // 314: google.protobuf.Any
47058
47085
  }
47059
47086
  var file_outbound_proto_depIdxs = []int32{
47060
47087
  279, // 0: com.lansweeper.dp.outbound.v1.Site.key:type_name -> com.lansweeper.dp.outbound.v1.SiteKey
47061
- 312, // 1: com.lansweeper.dp.outbound.v1.Site.last_update:type_name -> google.protobuf.Timestamp
47088
+ 313, // 1: com.lansweeper.dp.outbound.v1.Site.last_update:type_name -> google.protobuf.Timestamp
47062
47089
  280, // 2: com.lansweeper.dp.outbound.v1.Site.recon_rule_set:type_name -> com.lansweeper.dp.outbound.v1.ReconRuleSet
47063
47090
  278, // 3: com.lansweeper.dp.outbound.v1.Site.ip_location_configs:type_name -> com.lansweeper.dp.outbound.v1.IpLocationConfig
47064
- 312, // 4: com.lansweeper.dp.outbound.v1.Site.deletion_request:type_name -> google.protobuf.Timestamp
47065
- 312, // 5: com.lansweeper.dp.outbound.v1.Site.deletion_time:type_name -> google.protobuf.Timestamp
47091
+ 313, // 4: com.lansweeper.dp.outbound.v1.Site.deletion_request:type_name -> google.protobuf.Timestamp
47092
+ 313, // 5: com.lansweeper.dp.outbound.v1.Site.deletion_time:type_name -> google.protobuf.Timestamp
47066
47093
  292, // 6: com.lansweeper.dp.outbound.v1.Site.unlinked_installations:type_name -> com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry
47067
- 312, // 7: com.lansweeper.dp.outbound.v1.Site.reconcile_revalidation_time:type_name -> google.protobuf.Timestamp
47068
- 312, // 8: com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deletion_request:type_name -> google.protobuf.Timestamp
47069
- 312, // 9: com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deletion_time:type_name -> google.protobuf.Timestamp
47094
+ 313, // 7: com.lansweeper.dp.outbound.v1.Site.reconcile_revalidation_time:type_name -> google.protobuf.Timestamp
47095
+ 313, // 8: com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deletion_request:type_name -> google.protobuf.Timestamp
47096
+ 313, // 9: com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deletion_time:type_name -> google.protobuf.Timestamp
47070
47097
  1, // 10: com.lansweeper.dp.outbound.v1.EntityFilter.entry_state:type_name -> com.lansweeper.dp.outbound.v1.EntityFilter.EntryState
47071
47098
  2, // 11: com.lansweeper.dp.outbound.v1.EntityFilter.virtual_state:type_name -> com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState
47072
47099
  30, // 12: com.lansweeper.dp.outbound.v1.GetEntityRequest.entity_path:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
@@ -47088,10 +47115,10 @@ var file_outbound_proto_depIdxs = []int32{
47088
47115
  234, // 28: com.lansweeper.dp.outbound.v1.Entity.user:type_name -> com.lansweeper.dp.outbound.v1.User
47089
47116
  236, // 29: com.lansweeper.dp.outbound.v1.Entity.group:type_name -> com.lansweeper.dp.outbound.v1.Group
47090
47117
  30, // 30: com.lansweeper.dp.outbound.v1.Asset.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
47091
- 312, // 31: com.lansweeper.dp.outbound.v1.Asset.last_synced:type_name -> google.protobuf.Timestamp
47092
- 312, // 32: com.lansweeper.dp.outbound.v1.Asset.first_seen:type_name -> google.protobuf.Timestamp
47093
- 312, // 33: com.lansweeper.dp.outbound.v1.Asset.last_updated:type_name -> google.protobuf.Timestamp
47094
- 312, // 34: com.lansweeper.dp.outbound.v1.Asset.last_enriched:type_name -> google.protobuf.Timestamp
47118
+ 313, // 31: com.lansweeper.dp.outbound.v1.Asset.last_synced:type_name -> google.protobuf.Timestamp
47119
+ 313, // 32: com.lansweeper.dp.outbound.v1.Asset.first_seen:type_name -> google.protobuf.Timestamp
47120
+ 313, // 33: com.lansweeper.dp.outbound.v1.Asset.last_updated:type_name -> google.protobuf.Timestamp
47121
+ 313, // 34: com.lansweeper.dp.outbound.v1.Asset.last_enriched:type_name -> google.protobuf.Timestamp
47095
47122
  60, // 35: com.lansweeper.dp.outbound.v1.Asset.source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
47096
47123
  60, // 36: com.lansweeper.dp.outbound.v1.Asset.unlinked_source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
47097
47124
  63, // 37: com.lansweeper.dp.outbound.v1.Asset.data_processor:type_name -> com.lansweeper.dp.outbound.v1.DataProcessor
@@ -47122,15 +47149,15 @@ var file_outbound_proto_depIdxs = []int32{
47122
47149
  243, // 62: com.lansweeper.dp.outbound.v1.Asset.vmware:type_name -> com.lansweeper.dp.outbound.v1.Vmware
47123
47150
  282, // 63: com.lansweeper.dp.outbound.v1.Asset.office_365_organization:type_name -> com.lansweeper.dp.outbound.v1.Office365Organization
47124
47151
  257, // 64: com.lansweeper.dp.outbound.v1.Asset.citrix:type_name -> com.lansweeper.dp.outbound.v1.Citrix
47125
- 312, // 65: com.lansweeper.dp.outbound.v1.AssetChangeEvent.timestamp:type_name -> google.protobuf.Timestamp
47152
+ 313, // 65: com.lansweeper.dp.outbound.v1.AssetChangeEvent.timestamp:type_name -> google.protobuf.Timestamp
47126
47153
  224, // 66: com.lansweeper.dp.outbound.v1.AssetChangeEvent.sw:type_name -> com.lansweeper.dp.outbound.v1.SoftwareChangeEvent
47127
47154
  85, // 67: com.lansweeper.dp.outbound.v1.AssetChangeEvent.os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent
47128
47155
  76, // 68: com.lansweeper.dp.outbound.v1.AssetChangeEvent.sql_server:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent
47129
47156
  77, // 69: com.lansweeper.dp.outbound.v1.AssetChangeEvent.hyper_v:type_name -> com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent
47130
- 312, // 70: com.lansweeper.dp.outbound.v1.WarrantyInfo.timestamp:type_name -> google.protobuf.Timestamp
47131
- 312, // 71: com.lansweeper.dp.outbound.v1.WarrantyInfo.start_date:type_name -> google.protobuf.Timestamp
47132
- 312, // 72: com.lansweeper.dp.outbound.v1.WarrantyInfo.end_date:type_name -> google.protobuf.Timestamp
47133
- 312, // 73: com.lansweeper.dp.outbound.v1.WarrantyInfo.ship_date:type_name -> google.protobuf.Timestamp
47157
+ 313, // 70: com.lansweeper.dp.outbound.v1.WarrantyInfo.timestamp:type_name -> google.protobuf.Timestamp
47158
+ 313, // 71: com.lansweeper.dp.outbound.v1.WarrantyInfo.start_date:type_name -> google.protobuf.Timestamp
47159
+ 313, // 72: com.lansweeper.dp.outbound.v1.WarrantyInfo.end_date:type_name -> google.protobuf.Timestamp
47160
+ 313, // 73: com.lansweeper.dp.outbound.v1.WarrantyInfo.ship_date:type_name -> google.protobuf.Timestamp
47134
47161
  99, // 74: com.lansweeper.dp.outbound.v1.Computer.chassis:type_name -> com.lansweeper.dp.outbound.v1.Chassis
47135
47162
  149, // 75: com.lansweeper.dp.outbound.v1.Computer.motherboard:type_name -> com.lansweeper.dp.outbound.v1.Motherboard
47136
47163
  98, // 76: com.lansweeper.dp.outbound.v1.Computer.processor:type_name -> com.lansweeper.dp.outbound.v1.Processor
@@ -47222,11 +47249,11 @@ var file_outbound_proto_depIdxs = []int32{
47222
47249
  69, // 162: com.lansweeper.dp.outbound.v1.Computer.user_in_group:type_name -> com.lansweeper.dp.outbound.v1.UserInGroup
47223
47250
  66, // 163: com.lansweeper.dp.outbound.v1.Computer.user_logon:type_name -> com.lansweeper.dp.outbound.v1.UserLogon
47224
47251
  37, // 164: com.lansweeper.dp.outbound.v1.ServerGroup.sccm_info:type_name -> com.lansweeper.dp.outbound.v1.SccmInfo
47225
- 312, // 165: com.lansweeper.dp.outbound.v1.SccmInfo.timestamp:type_name -> google.protobuf.Timestamp
47252
+ 313, // 165: com.lansweeper.dp.outbound.v1.SccmInfo.timestamp:type_name -> google.protobuf.Timestamp
47226
47253
  38, // 166: com.lansweeper.dp.outbound.v1.SccmInfo.sccm_server:type_name -> com.lansweeper.dp.outbound.v1.SccmServer
47227
47254
  39, // 167: com.lansweeper.dp.outbound.v1.SccmInfo.sccm_site:type_name -> com.lansweeper.dp.outbound.v1.SccmSite
47228
47255
  40, // 168: com.lansweeper.dp.outbound.v1.SccmInfo.sccm_client:type_name -> com.lansweeper.dp.outbound.v1.SccmClient
47229
- 312, // 169: com.lansweeper.dp.outbound.v1.SccmInfo.creation_date:type_name -> google.protobuf.Timestamp
47256
+ 313, // 169: com.lansweeper.dp.outbound.v1.SccmInfo.creation_date:type_name -> google.protobuf.Timestamp
47230
47257
  30, // 170: com.lansweeper.dp.outbound.v1.SccmServer.server:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
47231
47258
  39, // 171: com.lansweeper.dp.outbound.v1.SccmServer.sccm_site:type_name -> com.lansweeper.dp.outbound.v1.SccmSite
47232
47259
  210, // 172: com.lansweeper.dp.outbound.v1.SccmClient.client_edition:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
@@ -47235,11 +47262,11 @@ var file_outbound_proto_depIdxs = []int32{
47235
47262
  42, // 175: com.lansweeper.dp.outbound.v1.HyperV.hyper_v_network:type_name -> com.lansweeper.dp.outbound.v1.HyperVNetwork
47236
47263
  30, // 176: com.lansweeper.dp.outbound.v1.Relation.from:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
47237
47264
  30, // 177: com.lansweeper.dp.outbound.v1.Relation.to:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
47238
- 312, // 178: com.lansweeper.dp.outbound.v1.Relation.start:type_name -> google.protobuf.Timestamp
47239
- 312, // 179: com.lansweeper.dp.outbound.v1.Relation.end:type_name -> google.protobuf.Timestamp
47265
+ 313, // 178: com.lansweeper.dp.outbound.v1.Relation.start:type_name -> google.protobuf.Timestamp
47266
+ 313, // 179: com.lansweeper.dp.outbound.v1.Relation.end:type_name -> google.protobuf.Timestamp
47240
47267
  43, // 180: com.lansweeper.dp.outbound.v1.Relation.tag:type_name -> com.lansweeper.dp.outbound.v1.Tag
47241
47268
  46, // 181: com.lansweeper.dp.outbound.v1.CorrelationFields.field:type_name -> com.lansweeper.dp.outbound.v1.CorrField
47242
- 312, // 182: com.lansweeper.dp.outbound.v1.ReconciliationInfo.correlation_time:type_name -> google.protobuf.Timestamp
47269
+ 313, // 182: com.lansweeper.dp.outbound.v1.ReconciliationInfo.correlation_time:type_name -> google.protobuf.Timestamp
47243
47270
  3, // 183: com.lansweeper.dp.outbound.v1.ReconciliationInfo.state:type_name -> com.lansweeper.dp.outbound.v1.ReconciliationInfo.EntryState
47244
47271
  4, // 184: com.lansweeper.dp.outbound.v1.ReconciliationInfo.master_type:type_name -> com.lansweeper.dp.outbound.v1.ReconciliationInfo.MasterType
47245
47272
  48, // 185: com.lansweeper.dp.outbound.v1.ReconciliationInfo.master_asset:type_name -> com.lansweeper.dp.outbound.v1.CorrelationInfo
@@ -47248,35 +47275,35 @@ var file_outbound_proto_depIdxs = []int32{
47248
47275
  48, // 188: com.lansweeper.dp.outbound.v1.ReconciliationInfo.unlinked_alias_asset:type_name -> com.lansweeper.dp.outbound.v1.CorrelationInfo
47249
47276
  30, // 189: com.lansweeper.dp.outbound.v1.CorrelationInfo.entity:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
47250
47277
  45, // 190: com.lansweeper.dp.outbound.v1.CorrelationInfo.correlation_fields:type_name -> com.lansweeper.dp.outbound.v1.CorrelationFields
47251
- 313, // 191: com.lansweeper.dp.outbound.v1.CloudEntity.body:type_name -> google.protobuf.Any
47278
+ 314, // 191: com.lansweeper.dp.outbound.v1.CloudEntity.body:type_name -> google.protobuf.Any
47252
47279
  43, // 192: com.lansweeper.dp.outbound.v1.CloudEntity.cdk_tags:type_name -> com.lansweeper.dp.outbound.v1.Tag
47253
47280
  50, // 193: com.lansweeper.dp.outbound.v1.CloudEntity.public_cloud_links:type_name -> com.lansweeper.dp.outbound.v1.PublicCloudLink
47254
47281
  52, // 194: com.lansweeper.dp.outbound.v1.OtModule.bus_config:type_name -> com.lansweeper.dp.outbound.v1.OtBusConfig
47255
47282
  53, // 195: com.lansweeper.dp.outbound.v1.OtModule.ext_info:type_name -> com.lansweeper.dp.outbound.v1.OtModuleExtInfo
47256
47283
  54, // 196: com.lansweeper.dp.outbound.v1.OtModule.scan_info:type_name -> com.lansweeper.dp.outbound.v1.OtScanInfo
47257
47284
  55, // 197: com.lansweeper.dp.outbound.v1.OtModule.fw_history:type_name -> com.lansweeper.dp.outbound.v1.OtFirmwareHistory
47258
- 312, // 198: com.lansweeper.dp.outbound.v1.OtScanInfo.last_tried:type_name -> google.protobuf.Timestamp
47259
- 312, // 199: com.lansweeper.dp.outbound.v1.OtScanInfo.last_scan:type_name -> google.protobuf.Timestamp
47260
- 312, // 200: com.lansweeper.dp.outbound.v1.OtFirmwareHistory.from:type_name -> google.protobuf.Timestamp
47261
- 312, // 201: com.lansweeper.dp.outbound.v1.OtFirmwareHistory.until:type_name -> google.protobuf.Timestamp
47262
- 312, // 202: com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.start_date_time:type_name -> google.protobuf.Timestamp
47263
- 312, // 203: com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.last_updated_date_time:type_name -> google.protobuf.Timestamp
47264
- 312, // 204: com.lansweeper.dp.outbound.v1.IntuneDevice.compliance_grace_period_expiration_date:type_name -> google.protobuf.Timestamp
47265
- 312, // 205: com.lansweeper.dp.outbound.v1.IntuneDevice.exchange_last_successful_sync_date:type_name -> google.protobuf.Timestamp
47285
+ 313, // 198: com.lansweeper.dp.outbound.v1.OtScanInfo.last_tried:type_name -> google.protobuf.Timestamp
47286
+ 313, // 199: com.lansweeper.dp.outbound.v1.OtScanInfo.last_scan:type_name -> google.protobuf.Timestamp
47287
+ 313, // 200: com.lansweeper.dp.outbound.v1.OtFirmwareHistory.from:type_name -> google.protobuf.Timestamp
47288
+ 313, // 201: com.lansweeper.dp.outbound.v1.OtFirmwareHistory.until:type_name -> google.protobuf.Timestamp
47289
+ 313, // 202: com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.start_date_time:type_name -> google.protobuf.Timestamp
47290
+ 313, // 203: com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.last_updated_date_time:type_name -> google.protobuf.Timestamp
47291
+ 313, // 204: com.lansweeper.dp.outbound.v1.IntuneDevice.compliance_grace_period_expiration_date:type_name -> google.protobuf.Timestamp
47292
+ 313, // 205: com.lansweeper.dp.outbound.v1.IntuneDevice.exchange_last_successful_sync_date:type_name -> google.protobuf.Timestamp
47266
47293
  57, // 206: com.lansweeper.dp.outbound.v1.IntuneDevice.device_action_results:type_name -> com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult
47267
- 312, // 207: com.lansweeper.dp.outbound.v1.IntuneDevice.enrolled_date_time:type_name -> google.protobuf.Timestamp
47268
- 312, // 208: com.lansweeper.dp.outbound.v1.IntuneDevice.last_sync_date_time:type_name -> google.protobuf.Timestamp
47269
- 312, // 209: com.lansweeper.dp.outbound.v1.IntuneDevice.eas_activation_date:type_name -> google.protobuf.Timestamp
47270
- 312, // 210: com.lansweeper.dp.outbound.v1.IntuneDevice.last_update:type_name -> google.protobuf.Timestamp
47271
- 312, // 211: com.lansweeper.dp.outbound.v1.IntuneDevice.issued_date:type_name -> google.protobuf.Timestamp
47294
+ 313, // 207: com.lansweeper.dp.outbound.v1.IntuneDevice.enrolled_date_time:type_name -> google.protobuf.Timestamp
47295
+ 313, // 208: com.lansweeper.dp.outbound.v1.IntuneDevice.last_sync_date_time:type_name -> google.protobuf.Timestamp
47296
+ 313, // 209: com.lansweeper.dp.outbound.v1.IntuneDevice.eas_activation_date:type_name -> google.protobuf.Timestamp
47297
+ 313, // 210: com.lansweeper.dp.outbound.v1.IntuneDevice.last_update:type_name -> google.protobuf.Timestamp
47298
+ 313, // 211: com.lansweeper.dp.outbound.v1.IntuneDevice.issued_date:type_name -> google.protobuf.Timestamp
47272
47299
  59, // 212: com.lansweeper.dp.outbound.v1.IntuneDevice.intune_applications:type_name -> com.lansweeper.dp.outbound.v1.IntuneApplication
47273
- 312, // 213: com.lansweeper.dp.outbound.v1.SourceInfo.last_synced:type_name -> google.protobuf.Timestamp
47300
+ 313, // 213: com.lansweeper.dp.outbound.v1.SourceInfo.last_synced:type_name -> google.protobuf.Timestamp
47274
47301
  62, // 214: com.lansweeper.dp.outbound.v1.SourceInfo.credentials:type_name -> com.lansweeper.dp.outbound.v1.ScanCredential
47275
- 312, // 215: com.lansweeper.dp.outbound.v1.ScanError.timestamp:type_name -> google.protobuf.Timestamp
47276
- 312, // 216: com.lansweeper.dp.outbound.v1.DataProcessor.first_time:type_name -> google.protobuf.Timestamp
47277
- 312, // 217: com.lansweeper.dp.outbound.v1.DataProcessor.last_time:type_name -> google.protobuf.Timestamp
47302
+ 313, // 215: com.lansweeper.dp.outbound.v1.ScanError.timestamp:type_name -> google.protobuf.Timestamp
47303
+ 313, // 216: com.lansweeper.dp.outbound.v1.DataProcessor.first_time:type_name -> google.protobuf.Timestamp
47304
+ 313, // 217: com.lansweeper.dp.outbound.v1.DataProcessor.last_time:type_name -> google.protobuf.Timestamp
47278
47305
  56, // 218: com.lansweeper.dp.outbound.v1.CoreFields.type:type_name -> com.lansweeper.dp.outbound.v1.AssetType
47279
- 312, // 219: com.lansweeper.dp.outbound.v1.UserLogon.logon_time:type_name -> google.protobuf.Timestamp
47306
+ 313, // 219: com.lansweeper.dp.outbound.v1.UserLogon.logon_time:type_name -> google.protobuf.Timestamp
47280
47307
  210, // 220: com.lansweeper.dp.outbound.v1.UserAccount.account_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47281
47308
  210, // 221: com.lansweeper.dp.outbound.v1.UserAccount.sid_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47282
47309
  293, // 222: com.lansweeper.dp.outbound.v1.InternetExplorer.active_x:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX
@@ -47292,12 +47319,12 @@ var file_outbound_proto_depIdxs = []int32{
47292
47319
  7, // 232: com.lansweeper.dp.outbound.v1.SqlServerService.startup_type:type_name -> com.lansweeper.dp.outbound.v1.SqlServerService.ServiceStartupType
47293
47320
  75, // 233: com.lansweeper.dp.outbound.v1.SqlServerCluster.cluster_nodes:type_name -> com.lansweeper.dp.outbound.v1.SqlServerClusterNode
47294
47321
  8, // 234: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType
47295
- 312, // 235: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.start:type_name -> google.protobuf.Timestamp
47296
- 312, // 236: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.end:type_name -> google.protobuf.Timestamp
47322
+ 313, // 235: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.start:type_name -> google.protobuf.Timestamp
47323
+ 313, // 236: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.end:type_name -> google.protobuf.Timestamp
47297
47324
  71, // 237: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.windows_sql_server:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServer
47298
47325
  9, // 238: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.EventType
47299
- 312, // 239: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.start:type_name -> google.protobuf.Timestamp
47300
- 312, // 240: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.end:type_name -> google.protobuf.Timestamp
47326
+ 313, // 239: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.start:type_name -> google.protobuf.Timestamp
47327
+ 313, // 240: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.end:type_name -> google.protobuf.Timestamp
47301
47328
  41, // 241: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.hyper_v:type_name -> com.lansweeper.dp.outbound.v1.HyperV
47302
47329
  79, // 242: com.lansweeper.dp.outbound.v1.HardwareInfo.spec:type_name -> com.lansweeper.dp.outbound.v1.SpecHardwareInfo
47303
47330
  226, // 243: com.lansweeper.dp.outbound.v1.HardwareInfo.catalog_brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
@@ -47306,18 +47333,18 @@ var file_outbound_proto_depIdxs = []int32{
47306
47333
  84, // 246: com.lansweeper.dp.outbound.v1.OperatingSystem.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo
47307
47334
  81, // 247: com.lansweeper.dp.outbound.v1.OperatingSystem.mac:type_name -> com.lansweeper.dp.outbound.v1.MacOperatingSystemInfo
47308
47335
  82, // 248: com.lansweeper.dp.outbound.v1.OperatingSystem.linux:type_name -> com.lansweeper.dp.outbound.v1.LinuxOperatingSystemInfo
47309
- 312, // 249: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.install_date:type_name -> google.protobuf.Timestamp
47336
+ 313, // 249: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.install_date:type_name -> google.protobuf.Timestamp
47310
47337
  210, // 250: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.os_language:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47311
47338
  210, // 251: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.os_product_suite:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47312
47339
  210, // 252: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.os_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47313
47340
  210, // 253: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.product_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47314
47341
  10, // 254: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.EventType
47315
- 312, // 255: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.start:type_name -> google.protobuf.Timestamp
47316
- 312, // 256: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.end:type_name -> google.protobuf.Timestamp
47342
+ 313, // 255: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.start:type_name -> google.protobuf.Timestamp
47343
+ 313, // 256: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.end:type_name -> google.protobuf.Timestamp
47317
47344
  80, // 257: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystem
47318
47345
  80, // 258: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prev_os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystem
47319
- 312, // 259: com.lansweeper.dp.outbound.v1.OperatingSystemPatch.install_date:type_name -> google.protobuf.Timestamp
47320
- 312, // 260: com.lansweeper.dp.outbound.v1.NetworkInterfaces.timestamp:type_name -> google.protobuf.Timestamp
47346
+ 313, // 259: com.lansweeper.dp.outbound.v1.OperatingSystemPatch.install_date:type_name -> google.protobuf.Timestamp
47347
+ 313, // 260: com.lansweeper.dp.outbound.v1.NetworkInterfaces.timestamp:type_name -> google.protobuf.Timestamp
47321
47348
  89, // 261: com.lansweeper.dp.outbound.v1.NetworkInterfaces.interface:type_name -> com.lansweeper.dp.outbound.v1.NetworkInterface
47322
47349
  90, // 262: com.lansweeper.dp.outbound.v1.NetworkInterface.ip:type_name -> com.lansweeper.dp.outbound.v1.NetIpAddress
47323
47350
  210, // 263: com.lansweeper.dp.outbound.v1.NetworkInterface.admin_status:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
@@ -47326,13 +47353,13 @@ var file_outbound_proto_depIdxs = []int32{
47326
47353
  277, // 266: com.lansweeper.dp.outbound.v1.NetworkInterface.virtual_interfaces:type_name -> com.lansweeper.dp.outbound.v1.CitrixVirtualInterface
47327
47354
  11, // 267: com.lansweeper.dp.outbound.v1.NetIpAddress.type:type_name -> com.lansweeper.dp.outbound.v1.NetIpAddress.IpType
47328
47355
  92, // 268: com.lansweeper.dp.outbound.v1.NetworkProtocols.snmp:type_name -> com.lansweeper.dp.outbound.v1.SnmpInfo
47329
- 312, // 269: com.lansweeper.dp.outbound.v1.PortScan.timestamp:type_name -> google.protobuf.Timestamp
47356
+ 313, // 269: com.lansweeper.dp.outbound.v1.PortScan.timestamp:type_name -> google.protobuf.Timestamp
47330
47357
  94, // 270: com.lansweeper.dp.outbound.v1.PortScan.scanned_port:type_name -> com.lansweeper.dp.outbound.v1.ScannedPort
47331
47358
  96, // 271: com.lansweeper.dp.outbound.v1.ScannedPort.http_server:type_name -> com.lansweeper.dp.outbound.v1.HttpServerInfo
47332
- 312, // 272: com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.last_run:type_name -> google.protobuf.Timestamp
47359
+ 313, // 272: com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.last_run:type_name -> google.protobuf.Timestamp
47333
47360
  97, // 273: com.lansweeper.dp.outbound.v1.HttpServerInfo.certificates:type_name -> com.lansweeper.dp.outbound.v1.HttpCertificate
47334
- 312, // 274: com.lansweeper.dp.outbound.v1.HttpCertificate.effective_date:type_name -> google.protobuf.Timestamp
47335
- 312, // 275: com.lansweeper.dp.outbound.v1.HttpCertificate.expiration_date:type_name -> google.protobuf.Timestamp
47361
+ 313, // 274: com.lansweeper.dp.outbound.v1.HttpCertificate.effective_date:type_name -> google.protobuf.Timestamp
47362
+ 313, // 275: com.lansweeper.dp.outbound.v1.HttpCertificate.expiration_date:type_name -> google.protobuf.Timestamp
47336
47363
  12, // 276: com.lansweeper.dp.outbound.v1.HttpCertificate.errors:type_name -> com.lansweeper.dp.outbound.v1.HttpCertificate.SslPolicyErrors
47337
47364
  210, // 277: com.lansweeper.dp.outbound.v1.Processor.architecture:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47338
47365
  210, // 278: com.lansweeper.dp.outbound.v1.Processor.family:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
@@ -47370,9 +47397,9 @@ var file_outbound_proto_depIdxs = []int32{
47370
47397
  209, // 310: com.lansweeper.dp.outbound.v1.Driver.mac_ppds:type_name -> com.lansweeper.dp.outbound.v1.MacPrinterSoftwareItem
47371
47398
  209, // 311: com.lansweeper.dp.outbound.v1.Driver.mac_printers:type_name -> com.lansweeper.dp.outbound.v1.MacPrinterSoftwareItem
47372
47399
  209, // 312: com.lansweeper.dp.outbound.v1.Driver.mac_system_library_extensions:type_name -> com.lansweeper.dp.outbound.v1.MacPrinterSoftwareItem
47373
- 312, // 313: com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.driver_date:type_name -> google.protobuf.Timestamp
47400
+ 313, // 313: com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.driver_date:type_name -> google.protobuf.Timestamp
47374
47401
  122, // 314: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.dependency_errors:type_name -> com.lansweeper.dp.outbound.v1.KernelExtensionErrorType
47375
- 312, // 315: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.last_modified:type_name -> google.protobuf.Timestamp
47402
+ 313, // 315: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.last_modified:type_name -> google.protobuf.Timestamp
47376
47403
  122, // 316: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.validity_errors:type_name -> com.lansweeper.dp.outbound.v1.KernelExtensionErrorType
47377
47404
  123, // 317: com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.errors:type_name -> com.lansweeper.dp.outbound.v1.KernelExtensionError
47378
47405
  89, // 318: com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.location_services:type_name -> com.lansweeper.dp.outbound.v1.NetworkInterface
@@ -47388,13 +47415,13 @@ var file_outbound_proto_depIdxs = []int32{
47388
47415
  142, // 328: com.lansweeper.dp.outbound.v1.Bios.win:type_name -> com.lansweeper.dp.outbound.v1.WindowsBios
47389
47416
  143, // 329: com.lansweeper.dp.outbound.v1.Bios.linux:type_name -> com.lansweeper.dp.outbound.v1.LinuxBios
47390
47417
  141, // 330: com.lansweeper.dp.outbound.v1.Bios.esxi:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiBios
47391
- 312, // 331: com.lansweeper.dp.outbound.v1.Bios.release_date:type_name -> google.protobuf.Timestamp
47392
- 312, // 332: com.lansweeper.dp.outbound.v1.VmwareEsxiBios.release_date:type_name -> google.protobuf.Timestamp
47418
+ 313, // 331: com.lansweeper.dp.outbound.v1.Bios.release_date:type_name -> google.protobuf.Timestamp
47419
+ 313, // 332: com.lansweeper.dp.outbound.v1.VmwareEsxiBios.release_date:type_name -> google.protobuf.Timestamp
47393
47420
  210, // 333: com.lansweeper.dp.outbound.v1.WindowsBios.bios_characteristics:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47394
- 312, // 334: com.lansweeper.dp.outbound.v1.WindowsBios.release_date:type_name -> google.protobuf.Timestamp
47421
+ 313, // 334: com.lansweeper.dp.outbound.v1.WindowsBios.release_date:type_name -> google.protobuf.Timestamp
47395
47422
  210, // 335: com.lansweeper.dp.outbound.v1.WindowsBios.software_element_state:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47396
47423
  210, // 336: com.lansweeper.dp.outbound.v1.WindowsBios.target_operating_system:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47397
- 312, // 337: com.lansweeper.dp.outbound.v1.LinuxBios.release_date:type_name -> google.protobuf.Timestamp
47424
+ 313, // 337: com.lansweeper.dp.outbound.v1.LinuxBios.release_date:type_name -> google.protobuf.Timestamp
47398
47425
  145, // 338: com.lansweeper.dp.outbound.v1.ComputerBattery.win_battery:type_name -> com.lansweeper.dp.outbound.v1.WindowsComputerBattery
47399
47426
  146, // 339: com.lansweeper.dp.outbound.v1.ComputerBattery.win_portable:type_name -> com.lansweeper.dp.outbound.v1.WindowsPortableBattery
47400
47427
  147, // 340: com.lansweeper.dp.outbound.v1.ComputerBattery.mac_battery:type_name -> com.lansweeper.dp.outbound.v1.MacComputerBattery
@@ -47450,77 +47477,77 @@ var file_outbound_proto_depIdxs = []int32{
47450
47477
  170, // 390: com.lansweeper.dp.outbound.v1.ComputerLinuxBasicInfo.command_information:type_name -> com.lansweeper.dp.outbound.v1.LinuxCommandInformation
47451
47478
  210, // 391: com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.availability:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47452
47479
  210, // 392: com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.capabilities:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47453
- 312, // 393: com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.install_date:type_name -> google.protobuf.Timestamp
47480
+ 313, // 393: com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.install_date:type_name -> google.protobuf.Timestamp
47454
47481
  182, // 394: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.enhanced_key_usage:type_name -> com.lansweeper.dp.outbound.v1.WindowsCertificateEnhancedKeyUsage
47455
47482
  13, // 395: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.key_usage:type_name -> com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.KeyUsageType
47456
- 312, // 396: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.expiration_date:type_name -> google.protobuf.Timestamp
47457
- 312, // 397: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.start_date:type_name -> google.protobuf.Timestamp
47483
+ 313, // 396: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.expiration_date:type_name -> google.protobuf.Timestamp
47484
+ 313, // 397: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.start_date:type_name -> google.protobuf.Timestamp
47458
47485
  183, // 398: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.location:type_name -> com.lansweeper.dp.outbound.v1.WindowsCertificateLocation
47459
47486
  186, // 399: com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.user_settings:type_name -> com.lansweeper.dp.outbound.v1.MacRegionalUserSettings
47460
47487
  187, // 400: com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.system_settings:type_name -> com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings
47461
47488
  188, // 401: com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.recovery_os_settings:type_name -> com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings
47462
47489
  190, // 402: com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.single:type_name -> com.lansweeper.dp.outbound.v1.WindowsSinglePageFile
47463
47490
  192, // 403: com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.combined:type_name -> com.lansweeper.dp.outbound.v1.WindowsPageFileCombinedData
47464
- 312, // 404: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.creation_date:type_name -> google.protobuf.Timestamp
47465
- 312, // 405: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.install_date:type_name -> google.protobuf.Timestamp
47466
- 312, // 406: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.last_accessed:type_name -> google.protobuf.Timestamp
47467
- 312, // 407: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.last_modified:type_name -> google.protobuf.Timestamp
47491
+ 313, // 404: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.creation_date:type_name -> google.protobuf.Timestamp
47492
+ 313, // 405: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.install_date:type_name -> google.protobuf.Timestamp
47493
+ 313, // 406: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.last_accessed:type_name -> google.protobuf.Timestamp
47494
+ 313, // 407: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.last_modified:type_name -> google.protobuf.Timestamp
47468
47495
  194, // 408: com.lansweeper.dp.outbound.v1.WindowsPageFileCombinedData.page_file_usages:type_name -> com.lansweeper.dp.outbound.v1.WindowsPageFileUsage
47469
47496
  193, // 409: com.lansweeper.dp.outbound.v1.WindowsPageFileCombinedData.page_file_settings:type_name -> com.lansweeper.dp.outbound.v1.WindowsPageFileSetting
47470
- 312, // 410: com.lansweeper.dp.outbound.v1.WindowsPageFileUsage.install_date:type_name -> google.protobuf.Timestamp
47497
+ 313, // 410: com.lansweeper.dp.outbound.v1.WindowsPageFileUsage.install_date:type_name -> google.protobuf.Timestamp
47471
47498
  210, // 411: com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.availability:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47472
47499
  210, // 412: com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.protocol_supported:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47473
47500
  210, // 413: com.lansweeper.dp.outbound.v1.PortableBattery.chemistry:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47474
- 312, // 414: com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.last_modified:type_name -> google.protobuf.Timestamp
47475
- 312, // 415: com.lansweeper.dp.outbound.v1.MonitorInventory.timestamp:type_name -> google.protobuf.Timestamp
47501
+ 313, // 414: com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.last_modified:type_name -> google.protobuf.Timestamp
47502
+ 313, // 415: com.lansweeper.dp.outbound.v1.MonitorInventory.timestamp:type_name -> google.protobuf.Timestamp
47476
47503
  212, // 416: com.lansweeper.dp.outbound.v1.MonitorInventory.monitor:type_name -> com.lansweeper.dp.outbound.v1.Monitor
47477
- 312, // 417: com.lansweeper.dp.outbound.v1.Monitor.manufacturer_date:type_name -> google.protobuf.Timestamp
47504
+ 313, // 417: com.lansweeper.dp.outbound.v1.Monitor.manufacturer_date:type_name -> google.protobuf.Timestamp
47478
47505
  213, // 418: com.lansweeper.dp.outbound.v1.Monitor.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsMonitorInfo
47479
47506
  214, // 419: com.lansweeper.dp.outbound.v1.Monitor.mac:type_name -> com.lansweeper.dp.outbound.v1.MacMonitorInfo
47480
47507
  226, // 420: com.lansweeper.dp.outbound.v1.Monitor.catalog_brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
47481
47508
  230, // 421: com.lansweeper.dp.outbound.v1.Monitor.catalog_monitor:type_name -> com.lansweeper.dp.outbound.v1.CatalogMonitor
47482
- 312, // 422: com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.manufacturer_date:type_name -> google.protobuf.Timestamp
47509
+ 313, // 422: com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.manufacturer_date:type_name -> google.protobuf.Timestamp
47483
47510
  216, // 423: com.lansweeper.dp.outbound.v1.ComputerMacWifiController.airport_interfaces:type_name -> com.lansweeper.dp.outbound.v1.WiFiInterface
47484
47511
  218, // 424: com.lansweeper.dp.outbound.v1.ComputerMacWifiController.software_information:type_name -> com.lansweeper.dp.outbound.v1.WiFiSoftware
47485
47512
  217, // 425: com.lansweeper.dp.outbound.v1.WiFiInterface.current_network:type_name -> com.lansweeper.dp.outbound.v1.WiFiNetwork
47486
47513
  217, // 426: com.lansweeper.dp.outbound.v1.WiFiInterface.other_local_networks:type_name -> com.lansweeper.dp.outbound.v1.WiFiNetwork
47487
47514
  222, // 427: com.lansweeper.dp.outbound.v1.AntivirusSoftware.software:type_name -> com.lansweeper.dp.outbound.v1.Software
47488
- 312, // 428: com.lansweeper.dp.outbound.v1.SoftwareInventory.timestamp:type_name -> google.protobuf.Timestamp
47515
+ 313, // 428: com.lansweeper.dp.outbound.v1.SoftwareInventory.timestamp:type_name -> google.protobuf.Timestamp
47489
47516
  222, // 429: com.lansweeper.dp.outbound.v1.SoftwareInventory.software:type_name -> com.lansweeper.dp.outbound.v1.Software
47490
47517
  223, // 430: com.lansweeper.dp.outbound.v1.Software.raw:type_name -> com.lansweeper.dp.outbound.v1.RawSoftware
47491
47518
  226, // 431: com.lansweeper.dp.outbound.v1.Software.catalog_brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
47492
47519
  229, // 432: com.lansweeper.dp.outbound.v1.Software.catalog_software:type_name -> com.lansweeper.dp.outbound.v1.CatalogSoftware
47493
47520
  229, // 433: com.lansweeper.dp.outbound.v1.Software.catalog_parent:type_name -> com.lansweeper.dp.outbound.v1.CatalogSoftware
47494
- 312, // 434: com.lansweeper.dp.outbound.v1.RawSoftware.install_date:type_name -> google.protobuf.Timestamp
47521
+ 313, // 434: com.lansweeper.dp.outbound.v1.RawSoftware.install_date:type_name -> google.protobuf.Timestamp
47495
47522
  14, // 435: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.EventType
47496
- 312, // 436: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.start:type_name -> google.protobuf.Timestamp
47497
- 312, // 437: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.end:type_name -> google.protobuf.Timestamp
47523
+ 313, // 436: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.start:type_name -> google.protobuf.Timestamp
47524
+ 313, // 437: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.end:type_name -> google.protobuf.Timestamp
47498
47525
  222, // 438: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.software:type_name -> com.lansweeper.dp.outbound.v1.Software
47499
47526
  222, // 439: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.prev_software:type_name -> com.lansweeper.dp.outbound.v1.Software
47500
- 312, // 440: com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory.install_date:type_name -> google.protobuf.Timestamp
47501
- 312, // 441: com.lansweeper.dp.outbound.v1.CatalogBrand.last_update_time:type_name -> google.protobuf.Timestamp
47502
- 312, // 442: com.lansweeper.dp.outbound.v1.CatalogModel.release_date:type_name -> google.protobuf.Timestamp
47503
- 312, // 443: com.lansweeper.dp.outbound.v1.CatalogModel.disc_date:type_name -> google.protobuf.Timestamp
47504
- 312, // 444: com.lansweeper.dp.outbound.v1.CatalogModel.eos_date:type_name -> google.protobuf.Timestamp
47505
- 312, // 445: com.lansweeper.dp.outbound.v1.CatalogModel.last_update_time:type_name -> google.protobuf.Timestamp
47506
- 312, // 446: com.lansweeper.dp.outbound.v1.CatalogOs.release_date:type_name -> google.protobuf.Timestamp
47507
- 312, // 447: com.lansweeper.dp.outbound.v1.CatalogOs.eol_date:type_name -> google.protobuf.Timestamp
47508
- 312, // 448: com.lansweeper.dp.outbound.v1.CatalogOs.eos_date:type_name -> google.protobuf.Timestamp
47509
- 312, // 449: com.lansweeper.dp.outbound.v1.CatalogOs.eosx_date:type_name -> google.protobuf.Timestamp
47510
- 312, // 450: com.lansweeper.dp.outbound.v1.CatalogOs.last_update_time:type_name -> google.protobuf.Timestamp
47511
- 312, // 451: com.lansweeper.dp.outbound.v1.CatalogSoftware.release_date:type_name -> google.protobuf.Timestamp
47512
- 312, // 452: com.lansweeper.dp.outbound.v1.CatalogSoftware.eol_date:type_name -> google.protobuf.Timestamp
47513
- 312, // 453: com.lansweeper.dp.outbound.v1.CatalogSoftware.eos_date:type_name -> google.protobuf.Timestamp
47514
- 312, // 454: com.lansweeper.dp.outbound.v1.CatalogSoftware.eosx_date:type_name -> google.protobuf.Timestamp
47515
- 312, // 455: com.lansweeper.dp.outbound.v1.CatalogSoftware.last_update_time:type_name -> google.protobuf.Timestamp
47516
- 312, // 456: com.lansweeper.dp.outbound.v1.CatalogMonitor.last_update_time:type_name -> google.protobuf.Timestamp
47527
+ 313, // 440: com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory.install_date:type_name -> google.protobuf.Timestamp
47528
+ 313, // 441: com.lansweeper.dp.outbound.v1.CatalogBrand.last_update_time:type_name -> google.protobuf.Timestamp
47529
+ 313, // 442: com.lansweeper.dp.outbound.v1.CatalogModel.release_date:type_name -> google.protobuf.Timestamp
47530
+ 313, // 443: com.lansweeper.dp.outbound.v1.CatalogModel.disc_date:type_name -> google.protobuf.Timestamp
47531
+ 313, // 444: com.lansweeper.dp.outbound.v1.CatalogModel.eos_date:type_name -> google.protobuf.Timestamp
47532
+ 313, // 445: com.lansweeper.dp.outbound.v1.CatalogModel.last_update_time:type_name -> google.protobuf.Timestamp
47533
+ 313, // 446: com.lansweeper.dp.outbound.v1.CatalogOs.release_date:type_name -> google.protobuf.Timestamp
47534
+ 313, // 447: com.lansweeper.dp.outbound.v1.CatalogOs.eol_date:type_name -> google.protobuf.Timestamp
47535
+ 313, // 448: com.lansweeper.dp.outbound.v1.CatalogOs.eos_date:type_name -> google.protobuf.Timestamp
47536
+ 313, // 449: com.lansweeper.dp.outbound.v1.CatalogOs.eosx_date:type_name -> google.protobuf.Timestamp
47537
+ 313, // 450: com.lansweeper.dp.outbound.v1.CatalogOs.last_update_time:type_name -> google.protobuf.Timestamp
47538
+ 313, // 451: com.lansweeper.dp.outbound.v1.CatalogSoftware.release_date:type_name -> google.protobuf.Timestamp
47539
+ 313, // 452: com.lansweeper.dp.outbound.v1.CatalogSoftware.eol_date:type_name -> google.protobuf.Timestamp
47540
+ 313, // 453: com.lansweeper.dp.outbound.v1.CatalogSoftware.eos_date:type_name -> google.protobuf.Timestamp
47541
+ 313, // 454: com.lansweeper.dp.outbound.v1.CatalogSoftware.eosx_date:type_name -> google.protobuf.Timestamp
47542
+ 313, // 455: com.lansweeper.dp.outbound.v1.CatalogSoftware.last_update_time:type_name -> google.protobuf.Timestamp
47543
+ 313, // 456: com.lansweeper.dp.outbound.v1.CatalogMonitor.last_update_time:type_name -> google.protobuf.Timestamp
47517
47544
  232, // 457: com.lansweeper.dp.outbound.v1.Printer.toner:type_name -> com.lansweeper.dp.outbound.v1.PrinterTonerInfo
47518
47545
  210, // 458: com.lansweeper.dp.outbound.v1.PrinterTonerInfo.color_number:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
47519
47546
  30, // 459: com.lansweeper.dp.outbound.v1.User.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
47520
- 312, // 460: com.lansweeper.dp.outbound.v1.User.last_synced:type_name -> google.protobuf.Timestamp
47521
- 312, // 461: com.lansweeper.dp.outbound.v1.User.first_seen:type_name -> google.protobuf.Timestamp
47522
- 312, // 462: com.lansweeper.dp.outbound.v1.User.last_updated:type_name -> google.protobuf.Timestamp
47523
- 312, // 463: com.lansweeper.dp.outbound.v1.User.last_enriched:type_name -> google.protobuf.Timestamp
47547
+ 313, // 460: com.lansweeper.dp.outbound.v1.User.last_synced:type_name -> google.protobuf.Timestamp
47548
+ 313, // 461: com.lansweeper.dp.outbound.v1.User.first_seen:type_name -> google.protobuf.Timestamp
47549
+ 313, // 462: com.lansweeper.dp.outbound.v1.User.last_updated:type_name -> google.protobuf.Timestamp
47550
+ 313, // 463: com.lansweeper.dp.outbound.v1.User.last_enriched:type_name -> google.protobuf.Timestamp
47524
47551
  60, // 464: com.lansweeper.dp.outbound.v1.User.source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
47525
47552
  60, // 465: com.lansweeper.dp.outbound.v1.User.unlinked_source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
47526
47553
  63, // 466: com.lansweeper.dp.outbound.v1.User.data_processor:type_name -> com.lansweeper.dp.outbound.v1.DataProcessor
@@ -47534,10 +47561,10 @@ var file_outbound_proto_depIdxs = []int32{
47534
47561
  241, // 474: com.lansweeper.dp.outbound.v1.User.ad_user:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryUser
47535
47562
  291, // 475: com.lansweeper.dp.outbound.v1.User.office_365_user:type_name -> com.lansweeper.dp.outbound.v1.Office365User
47536
47563
  30, // 476: com.lansweeper.dp.outbound.v1.Group.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
47537
- 312, // 477: com.lansweeper.dp.outbound.v1.Group.last_synced:type_name -> google.protobuf.Timestamp
47538
- 312, // 478: com.lansweeper.dp.outbound.v1.Group.first_seen:type_name -> google.protobuf.Timestamp
47539
- 312, // 479: com.lansweeper.dp.outbound.v1.Group.last_updated:type_name -> google.protobuf.Timestamp
47540
- 312, // 480: com.lansweeper.dp.outbound.v1.Group.last_enriched:type_name -> google.protobuf.Timestamp
47564
+ 313, // 477: com.lansweeper.dp.outbound.v1.Group.last_synced:type_name -> google.protobuf.Timestamp
47565
+ 313, // 478: com.lansweeper.dp.outbound.v1.Group.first_seen:type_name -> google.protobuf.Timestamp
47566
+ 313, // 479: com.lansweeper.dp.outbound.v1.Group.last_updated:type_name -> google.protobuf.Timestamp
47567
+ 313, // 480: com.lansweeper.dp.outbound.v1.Group.last_enriched:type_name -> google.protobuf.Timestamp
47541
47568
  60, // 481: com.lansweeper.dp.outbound.v1.Group.source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
47542
47569
  60, // 482: com.lansweeper.dp.outbound.v1.Group.unlinked_source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
47543
47570
  63, // 483: com.lansweeper.dp.outbound.v1.Group.data_processor:type_name -> com.lansweeper.dp.outbound.v1.DataProcessor
@@ -47550,20 +47577,20 @@ var file_outbound_proto_depIdxs = []int32{
47550
47577
  237, // 490: com.lansweeper.dp.outbound.v1.Group.core:type_name -> com.lansweeper.dp.outbound.v1.GroupCoreFields
47551
47578
  242, // 491: com.lansweeper.dp.outbound.v1.Group.ad_group:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup
47552
47579
  288, // 492: com.lansweeper.dp.outbound.v1.Group.office_365_group:type_name -> com.lansweeper.dp.outbound.v1.Office365Group
47553
- 312, // 493: com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.creation_time:type_name -> google.protobuf.Timestamp
47554
- 312, // 494: com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.last_changed:type_name -> google.protobuf.Timestamp
47580
+ 313, // 493: com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.creation_time:type_name -> google.protobuf.Timestamp
47581
+ 313, // 494: com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.last_changed:type_name -> google.protobuf.Timestamp
47555
47582
  238, // 495: com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
47556
47583
  240, // 496: com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.ad_domain:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain
47557
47584
  238, // 497: com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
47558
47585
  238, // 498: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
47559
47586
  240, // 499: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.ad_domain:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain
47560
- 312, // 500: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.account_expires:type_name -> google.protobuf.Timestamp
47561
- 312, // 501: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.lockout_time:type_name -> google.protobuf.Timestamp
47562
- 312, // 502: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_last_set:type_name -> google.protobuf.Timestamp
47563
- 312, // 503: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.last_logon:type_name -> google.protobuf.Timestamp
47564
- 312, // 504: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.lockout_date:type_name -> google.protobuf.Timestamp
47565
- 312, // 505: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_expiration_date:type_name -> google.protobuf.Timestamp
47566
- 312, // 506: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_changeable_date:type_name -> google.protobuf.Timestamp
47587
+ 313, // 500: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.account_expires:type_name -> google.protobuf.Timestamp
47588
+ 313, // 501: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.lockout_time:type_name -> google.protobuf.Timestamp
47589
+ 313, // 502: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_last_set:type_name -> google.protobuf.Timestamp
47590
+ 313, // 503: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.last_logon:type_name -> google.protobuf.Timestamp
47591
+ 313, // 504: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.lockout_date:type_name -> google.protobuf.Timestamp
47592
+ 313, // 505: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_expiration_date:type_name -> google.protobuf.Timestamp
47593
+ 313, // 506: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_changeable_date:type_name -> google.protobuf.Timestamp
47567
47594
  238, // 507: com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
47568
47595
  240, // 508: com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup.ad_domain:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain
47569
47596
  210, // 509: com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup.type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
@@ -47575,9 +47602,9 @@ var file_outbound_proto_depIdxs = []int32{
47575
47602
  247, // 515: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.product_info:type_name -> com.lansweeper.dp.outbound.v1.VmwareProductInfo
47576
47603
  298, // 516: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.esxi_hypervisor_datastores:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry
47577
47604
  299, // 517: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.esxi_guest_vm_key:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiGuestVmKeyEntry
47578
- 312, // 518: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.boot_time:type_name -> google.protobuf.Timestamp
47605
+ 313, // 518: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.boot_time:type_name -> google.protobuf.Timestamp
47579
47606
  300, // 519: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.esxi_guest_snapshots:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry
47580
- 312, // 520: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.boot_time:type_name -> google.protobuf.Timestamp
47607
+ 313, // 520: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.boot_time:type_name -> google.protobuf.Timestamp
47581
47608
  301, // 521: com.lansweeper.dp.outbound.v1.VmwareDatacenter.clusters:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry
47582
47609
  302, // 522: com.lansweeper.dp.outbound.v1.VmwareDatacenter.hypervisors:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.HypervisorsEntry
47583
47610
  303, // 523: com.lansweeper.dp.outbound.v1.VmwareDatacenter.datastore_clusters:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry
@@ -47588,8 +47615,8 @@ var file_outbound_proto_depIdxs = []int32{
47588
47615
  252, // 528: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.drs_pod_config_rule:type_name -> com.lansweeper.dp.outbound.v1.DatastoreClusterDrsPodConfigRule
47589
47616
  253, // 529: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.drs_vm_override:type_name -> com.lansweeper.dp.outbound.v1.DatastoreClusterDrsVmOverride
47590
47617
  307, // 530: com.lansweeper.dp.outbound.v1.VmwareDatastore.disks:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry
47591
- 312, // 531: com.lansweeper.dp.outbound.v1.VmwareDatastore.timestamp:type_name -> google.protobuf.Timestamp
47592
- 312, // 532: com.lansweeper.dp.outbound.v1.VmwareSnapshot.create_time:type_name -> google.protobuf.Timestamp
47618
+ 313, // 531: com.lansweeper.dp.outbound.v1.VmwareDatastore.timestamp:type_name -> google.protobuf.Timestamp
47619
+ 313, // 532: com.lansweeper.dp.outbound.v1.VmwareSnapshot.create_time:type_name -> google.protobuf.Timestamp
47593
47620
  258, // 533: com.lansweeper.dp.outbound.v1.Citrix.citrix_pool:type_name -> com.lansweeper.dp.outbound.v1.CitrixPool
47594
47621
  263, // 534: com.lansweeper.dp.outbound.v1.Citrix.citrix_host:type_name -> com.lansweeper.dp.outbound.v1.CitrixHost
47595
47622
  272, // 535: com.lansweeper.dp.outbound.v1.Citrix.citrix_guest:type_name -> com.lansweeper.dp.outbound.v1.CitrixGuest
@@ -47600,7 +47627,7 @@ var file_outbound_proto_depIdxs = []int32{
47600
47627
  261, // 540: com.lansweeper.dp.outbound.v1.CitrixPool.restrictions:type_name -> com.lansweeper.dp.outbound.v1.CitrixPoolRestriction
47601
47628
  275, // 541: com.lansweeper.dp.outbound.v1.CitrixPool.physical_interfaces:type_name -> com.lansweeper.dp.outbound.v1.CitrixPhysicalInterface
47602
47629
  277, // 542: com.lansweeper.dp.outbound.v1.CitrixPool.virtual_interfaces:type_name -> com.lansweeper.dp.outbound.v1.CitrixVirtualInterface
47603
- 312, // 543: com.lansweeper.dp.outbound.v1.CitrixHost.last_updated:type_name -> google.protobuf.Timestamp
47630
+ 313, // 543: com.lansweeper.dp.outbound.v1.CitrixHost.last_updated:type_name -> google.protobuf.Timestamp
47604
47631
  267, // 544: com.lansweeper.dp.outbound.v1.CitrixHost.storages:type_name -> com.lansweeper.dp.outbound.v1.CitrixStorage
47605
47632
  275, // 545: com.lansweeper.dp.outbound.v1.CitrixHost.physical_interfaces:type_name -> com.lansweeper.dp.outbound.v1.CitrixPhysicalInterface
47606
47633
  270, // 546: com.lansweeper.dp.outbound.v1.CitrixHost.pcis:type_name -> com.lansweeper.dp.outbound.v1.CitrixPci
@@ -47608,79 +47635,81 @@ var file_outbound_proto_depIdxs = []int32{
47608
47635
  266, // 548: com.lansweeper.dp.outbound.v1.CitrixHost.patches:type_name -> com.lansweeper.dp.outbound.v1.CitrixHostPatch
47609
47636
  265, // 549: com.lansweeper.dp.outbound.v1.CitrixHost.physical_cpus:type_name -> com.lansweeper.dp.outbound.v1.CitrixHostPhysicalCpu
47610
47637
  264, // 550: com.lansweeper.dp.outbound.v1.CitrixHost.crash_dumps:type_name -> com.lansweeper.dp.outbound.v1.CitrixHostCrashDump
47611
- 312, // 551: com.lansweeper.dp.outbound.v1.CitrixHostCrashDump.timestamp:type_name -> google.protobuf.Timestamp
47612
- 312, // 552: com.lansweeper.dp.outbound.v1.CitrixHostPatch.applied:type_name -> google.protobuf.Timestamp
47638
+ 313, // 551: com.lansweeper.dp.outbound.v1.CitrixHostCrashDump.timestamp:type_name -> google.protobuf.Timestamp
47639
+ 313, // 552: com.lansweeper.dp.outbound.v1.CitrixHostPatch.applied:type_name -> google.protobuf.Timestamp
47613
47640
  268, // 553: com.lansweeper.dp.outbound.v1.CitrixStorage.physical_block_devices:type_name -> com.lansweeper.dp.outbound.v1.CitrixPhysicalBlockDevice
47614
47641
  269, // 554: com.lansweeper.dp.outbound.v1.CitrixStorage.virtual_disk_images:type_name -> com.lansweeper.dp.outbound.v1.CitrixVirtualDiskImage
47615
- 312, // 555: com.lansweeper.dp.outbound.v1.CitrixGuest.last_updated:type_name -> google.protobuf.Timestamp
47616
- 312, // 556: com.lansweeper.dp.outbound.v1.CitrixGuest.install_time:type_name -> google.protobuf.Timestamp
47617
- 312, // 557: com.lansweeper.dp.outbound.v1.CitrixGuest.start_time:type_name -> google.protobuf.Timestamp
47642
+ 313, // 555: com.lansweeper.dp.outbound.v1.CitrixGuest.last_updated:type_name -> google.protobuf.Timestamp
47643
+ 313, // 556: com.lansweeper.dp.outbound.v1.CitrixGuest.install_time:type_name -> google.protobuf.Timestamp
47644
+ 313, // 557: com.lansweeper.dp.outbound.v1.CitrixGuest.start_time:type_name -> google.protobuf.Timestamp
47618
47645
  277, // 558: com.lansweeper.dp.outbound.v1.CitrixGuest.virtual_interfaces:type_name -> com.lansweeper.dp.outbound.v1.CitrixVirtualInterface
47619
47646
  273, // 559: com.lansweeper.dp.outbound.v1.CitrixGuest.extra_infos:type_name -> com.lansweeper.dp.outbound.v1.CitrixGuestExtraInfo
47620
47647
  274, // 560: com.lansweeper.dp.outbound.v1.CitrixGuest.virtual_block_devices:type_name -> com.lansweeper.dp.outbound.v1.CitrixVirtualBlockDevice
47621
- 312, // 561: com.lansweeper.dp.outbound.v1.CitrixPhysicalInterface.last_updated:type_name -> google.protobuf.Timestamp
47648
+ 313, // 561: com.lansweeper.dp.outbound.v1.CitrixPhysicalInterface.last_updated:type_name -> google.protobuf.Timestamp
47622
47649
  276, // 562: com.lansweeper.dp.outbound.v1.CitrixVirtualInterface.addresses:type_name -> com.lansweeper.dp.outbound.v1.CitrixVirtualInterfaceAddress
47623
47650
  281, // 563: com.lansweeper.dp.outbound.v1.ReconRuleSet.recon_rules:type_name -> com.lansweeper.dp.outbound.v1.ReconRule
47624
47651
  0, // 564: com.lansweeper.dp.outbound.v1.ReconRule.id:type_name -> com.lansweeper.dp.outbound.v1.ReconRuleId
47625
- 312, // 565: com.lansweeper.dp.outbound.v1.Office365Organization.company_last_dir_sync_time:type_name -> google.protobuf.Timestamp
47652
+ 313, // 565: com.lansweeper.dp.outbound.v1.Office365Organization.company_last_dir_sync_time:type_name -> google.protobuf.Timestamp
47626
47653
  287, // 566: com.lansweeper.dp.outbound.v1.Office365Organization.domains:type_name -> com.lansweeper.dp.outbound.v1.Office365Domain
47627
47654
  289, // 567: com.lansweeper.dp.outbound.v1.Office365Organization.licenses:type_name -> com.lansweeper.dp.outbound.v1.Office365License
47628
47655
  308, // 568: com.lansweeper.dp.outbound.v1.Office365Organization.assigned_plans:type_name -> com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry
47629
47656
  286, // 569: com.lansweeper.dp.outbound.v1.Office365Organization.contacts:type_name -> com.lansweeper.dp.outbound.v1.Office365Contact
47630
47657
  283, // 570: com.lansweeper.dp.outbound.v1.Office365Organization.mailboxes:type_name -> com.lansweeper.dp.outbound.v1.Office365Mailbox
47631
47658
  285, // 571: com.lansweeper.dp.outbound.v1.Office365Organization.assigned_licenses:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedLicense
47632
- 312, // 572: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.assigned_time_stamp:type_name -> google.protobuf.Timestamp
47659
+ 313, // 572: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.assigned_time_stamp:type_name -> google.protobuf.Timestamp
47633
47660
  309, // 573: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.users_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedPlan.UsersKeysEntry
47634
47661
  310, // 574: com.lansweeper.dp.outbound.v1.Office365License.users_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365License.UsersKeysEntry
47635
47662
  290, // 575: com.lansweeper.dp.outbound.v1.Office365License.service_plans:type_name -> com.lansweeper.dp.outbound.v1.Office365ServicePlan
47636
- 312, // 576: com.lansweeper.dp.outbound.v1.Office365User.last_dir_sync_time:type_name -> google.protobuf.Timestamp
47637
- 312, // 577: com.lansweeper.dp.outbound.v1.Office365User.refresh_tokens_valid_from_date_time:type_name -> google.protobuf.Timestamp
47663
+ 313, // 576: com.lansweeper.dp.outbound.v1.Office365User.last_dir_sync_time:type_name -> google.protobuf.Timestamp
47664
+ 313, // 577: com.lansweeper.dp.outbound.v1.Office365User.refresh_tokens_valid_from_date_time:type_name -> google.protobuf.Timestamp
47638
47665
  311, // 578: com.lansweeper.dp.outbound.v1.Office365User.group_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365User.GroupKeysEntry
47639
- 16, // 579: com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry.value:type_name -> com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata
47640
- 248, // 580: com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter
47641
- 254, // 581: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
47642
- 256, // 582: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareSnapshot
47643
- 249, // 583: com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.EsxiCluster
47644
- 250, // 584: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster
47645
- 254, // 585: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
47646
- 254, // 586: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
47647
- 255, // 587: com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDisk
47648
- 284, // 588: com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry.value:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedPlan
47649
- 18, // 589: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:input_type -> com.lansweeper.dp.outbound.v1.GetEntityRequest
47650
- 21, // 590: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:input_type -> com.lansweeper.dp.outbound.v1.ListEntityRequest
47651
- 24, // 591: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:input_type -> com.lansweeper.dp.outbound.v1.CatalogLookupRequest
47652
- 26, // 592: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetIpLocationConfig:input_type -> com.lansweeper.dp.outbound.v1.GetIpLocationConfigRequest
47653
- 28, // 593: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.SetIpLocationConfig:input_type -> com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest
47654
- 31, // 594: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateEntity:input_type -> com.lansweeper.dp.outbound.v1.Entity
47655
- 30, // 595: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetAsset:input_type -> com.lansweeper.dp.outbound.v1.EntityPath
47656
- 31, // 596: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateAsset:input_type -> com.lansweeper.dp.outbound.v1.Entity
47657
- 30, // 597: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteAsset:input_type -> com.lansweeper.dp.outbound.v1.EntityPath
47658
- 17, // 598: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.ListAssets:input_type -> com.lansweeper.dp.outbound.v1.EntityFilter
47659
- 15, // 599: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateSite:input_type -> com.lansweeper.dp.outbound.v1.Site
47660
- 279, // 600: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetSite:input_type -> com.lansweeper.dp.outbound.v1.SiteKey
47661
- 15, // 601: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateSite:input_type -> com.lansweeper.dp.outbound.v1.Site
47662
- 279, // 602: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteSite:input_type -> com.lansweeper.dp.outbound.v1.SiteKey
47663
- 23, // 603: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.EntityDeconcile:input_type -> com.lansweeper.dp.outbound.v1.DeconcileRequest
47664
- 20, // 604: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:output_type -> com.lansweeper.dp.outbound.v1.GetEntityResponse
47665
- 22, // 605: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:output_type -> com.lansweeper.dp.outbound.v1.ListEntityResponse
47666
- 25, // 606: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:output_type -> com.lansweeper.dp.outbound.v1.CatalogLookupResponse
47667
- 27, // 607: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetIpLocationConfig:output_type -> com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse
47668
- 29, // 608: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.SetIpLocationConfig:output_type -> com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse
47669
- 31, // 609: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateEntity:output_type -> com.lansweeper.dp.outbound.v1.Entity
47670
- 31, // 610: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
47671
- 31, // 611: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
47672
- 31, // 612: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
47673
- 31, // 613: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.ListAssets:output_type -> com.lansweeper.dp.outbound.v1.Entity
47674
- 15, // 614: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateSite:output_type -> com.lansweeper.dp.outbound.v1.Site
47675
- 15, // 615: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetSite:output_type -> com.lansweeper.dp.outbound.v1.Site
47676
- 15, // 616: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateSite:output_type -> com.lansweeper.dp.outbound.v1.Site
47677
- 15, // 617: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteSite:output_type -> com.lansweeper.dp.outbound.v1.Site
47678
- 19, // 618: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.EntityDeconcile:output_type -> com.lansweeper.dp.outbound.v1.DeconcileResponse
47679
- 604, // [604:619] is the sub-list for method output_type
47680
- 589, // [589:604] is the sub-list for method input_type
47681
- 589, // [589:589] is the sub-list for extension type_name
47682
- 589, // [589:589] is the sub-list for extension extendee
47683
- 0, // [0:589] is the sub-list for field type_name
47666
+ 312, // 579: com.lansweeper.dp.outbound.v1.Office365User.assigned_plans:type_name -> com.lansweeper.dp.outbound.v1.Office365User.AssignedPlansEntry
47667
+ 16, // 580: com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry.value:type_name -> com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata
47668
+ 248, // 581: com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter
47669
+ 254, // 582: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
47670
+ 256, // 583: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareSnapshot
47671
+ 249, // 584: com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.EsxiCluster
47672
+ 250, // 585: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster
47673
+ 254, // 586: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
47674
+ 254, // 587: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
47675
+ 255, // 588: com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDisk
47676
+ 284, // 589: com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry.value:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedPlan
47677
+ 284, // 590: com.lansweeper.dp.outbound.v1.Office365User.AssignedPlansEntry.value:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedPlan
47678
+ 18, // 591: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:input_type -> com.lansweeper.dp.outbound.v1.GetEntityRequest
47679
+ 21, // 592: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:input_type -> com.lansweeper.dp.outbound.v1.ListEntityRequest
47680
+ 24, // 593: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:input_type -> com.lansweeper.dp.outbound.v1.CatalogLookupRequest
47681
+ 26, // 594: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetIpLocationConfig:input_type -> com.lansweeper.dp.outbound.v1.GetIpLocationConfigRequest
47682
+ 28, // 595: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.SetIpLocationConfig:input_type -> com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest
47683
+ 31, // 596: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateEntity:input_type -> com.lansweeper.dp.outbound.v1.Entity
47684
+ 30, // 597: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetAsset:input_type -> com.lansweeper.dp.outbound.v1.EntityPath
47685
+ 31, // 598: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateAsset:input_type -> com.lansweeper.dp.outbound.v1.Entity
47686
+ 30, // 599: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteAsset:input_type -> com.lansweeper.dp.outbound.v1.EntityPath
47687
+ 17, // 600: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.ListAssets:input_type -> com.lansweeper.dp.outbound.v1.EntityFilter
47688
+ 15, // 601: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateSite:input_type -> com.lansweeper.dp.outbound.v1.Site
47689
+ 279, // 602: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetSite:input_type -> com.lansweeper.dp.outbound.v1.SiteKey
47690
+ 15, // 603: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateSite:input_type -> com.lansweeper.dp.outbound.v1.Site
47691
+ 279, // 604: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteSite:input_type -> com.lansweeper.dp.outbound.v1.SiteKey
47692
+ 23, // 605: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.EntityDeconcile:input_type -> com.lansweeper.dp.outbound.v1.DeconcileRequest
47693
+ 20, // 606: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:output_type -> com.lansweeper.dp.outbound.v1.GetEntityResponse
47694
+ 22, // 607: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:output_type -> com.lansweeper.dp.outbound.v1.ListEntityResponse
47695
+ 25, // 608: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:output_type -> com.lansweeper.dp.outbound.v1.CatalogLookupResponse
47696
+ 27, // 609: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetIpLocationConfig:output_type -> com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse
47697
+ 29, // 610: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.SetIpLocationConfig:output_type -> com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse
47698
+ 31, // 611: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateEntity:output_type -> com.lansweeper.dp.outbound.v1.Entity
47699
+ 31, // 612: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
47700
+ 31, // 613: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
47701
+ 31, // 614: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
47702
+ 31, // 615: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.ListAssets:output_type -> com.lansweeper.dp.outbound.v1.Entity
47703
+ 15, // 616: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateSite:output_type -> com.lansweeper.dp.outbound.v1.Site
47704
+ 15, // 617: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetSite:output_type -> com.lansweeper.dp.outbound.v1.Site
47705
+ 15, // 618: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateSite:output_type -> com.lansweeper.dp.outbound.v1.Site
47706
+ 15, // 619: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteSite:output_type -> com.lansweeper.dp.outbound.v1.Site
47707
+ 19, // 620: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.EntityDeconcile:output_type -> com.lansweeper.dp.outbound.v1.DeconcileResponse
47708
+ 606, // [606:621] is the sub-list for method output_type
47709
+ 591, // [591:606] is the sub-list for method input_type
47710
+ 591, // [591:591] is the sub-list for extension type_name
47711
+ 591, // [591:591] is the sub-list for extension extendee
47712
+ 0, // [0:591] is the sub-list for field type_name
47684
47713
  }
47685
47714
 
47686
47715
  func init() { file_outbound_proto_init() }
@@ -51373,7 +51402,7 @@ func file_outbound_proto_init() {
51373
51402
  GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
51374
51403
  RawDescriptor: file_outbound_proto_rawDesc,
51375
51404
  NumEnums: 15,
51376
- NumMessages: 297,
51405
+ NumMessages: 298,
51377
51406
  NumExtensions: 0,
51378
51407
  NumServices: 2,
51379
51408
  },