@lansweeper/data-platform-outbound-grpc 0.3.30 → 0.3.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +43 -0
- package/gen-proto/outbound_pb.js +388 -3
- package/generated-go/outbound.pb.go +482 -337
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +11 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$UsersKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +11 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.java +1086 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.java +70 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.java +272 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.java +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +351 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +200 -181
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/model/target/{outbound-model-0.3.29-sources.jar → outbound-model-0.3.30-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.29.jar → outbound-model-0.3.30.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +11 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.29-sources.jar → outbound-service-0.3.30-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.29.jar → outbound-service-0.3.30.jar} +0 -0
|
@@ -30336,11 +30336,12 @@ type Office365Organization struct {
|
|
|
30336
30336
|
CompanyLastDirSyncTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=company_last_dir_sync_time,json=companyLastDirSyncTime,proto3,oneof" json:"company_last_dir_sync_time,omitempty"`
|
|
30337
30337
|
DirSyncEnabled *bool `protobuf:"varint,11,opt,name=dir_sync_enabled,json=dirSyncEnabled,proto3,oneof" json:"dir_sync_enabled,omitempty"`
|
|
30338
30338
|
// Users and groups are standalone entities, so they are not included here
|
|
30339
|
-
Domains
|
|
30340
|
-
Licenses
|
|
30341
|
-
AssignedPlans
|
|
30342
|
-
Contacts
|
|
30343
|
-
Mailboxes
|
|
30339
|
+
Domains []*Office365Domain `protobuf:"bytes,12,rep,name=domains,proto3" json:"domains,omitempty"`
|
|
30340
|
+
Licenses []*Office365License `protobuf:"bytes,15,rep,name=licenses,proto3" json:"licenses,omitempty"`
|
|
30341
|
+
AssignedPlans map[string]*Office365AssignedPlan `protobuf:"bytes,16,rep,name=assigned_plans,json=assignedPlans,proto3" json:"assigned_plans,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // The key is the service plan id
|
|
30342
|
+
Contacts []*Office365Contact `protobuf:"bytes,17,rep,name=contacts,proto3" json:"contacts,omitempty"`
|
|
30343
|
+
Mailboxes []*Office365Mailbox `protobuf:"bytes,18,rep,name=mailboxes,proto3" json:"mailboxes,omitempty"`
|
|
30344
|
+
AssignedLicenses []*Office365AssignedLicense `protobuf:"bytes,19,rep,name=assigned_licenses,json=assignedLicenses,proto3" json:"assigned_licenses,omitempty"`
|
|
30344
30345
|
}
|
|
30345
30346
|
|
|
30346
30347
|
func (x *Office365Organization) Reset() {
|
|
@@ -30487,6 +30488,13 @@ func (x *Office365Organization) GetMailboxes() []*Office365Mailbox {
|
|
|
30487
30488
|
return nil
|
|
30488
30489
|
}
|
|
30489
30490
|
|
|
30491
|
+
func (x *Office365Organization) GetAssignedLicenses() []*Office365AssignedLicense {
|
|
30492
|
+
if x != nil {
|
|
30493
|
+
return x.AssignedLicenses
|
|
30494
|
+
}
|
|
30495
|
+
return nil
|
|
30496
|
+
}
|
|
30497
|
+
|
|
30490
30498
|
type Office365Mailbox struct {
|
|
30491
30499
|
state protoimpl.MessageState
|
|
30492
30500
|
sizeCache protoimpl.SizeCache
|
|
@@ -30627,11 +30635,13 @@ type Office365AssignedPlan struct {
|
|
|
30627
30635
|
sizeCache protoimpl.SizeCache
|
|
30628
30636
|
unknownFields protoimpl.UnknownFields
|
|
30629
30637
|
|
|
30630
|
-
ServicePlanId
|
|
30631
|
-
Service
|
|
30632
|
-
CapabilityStatus
|
|
30633
|
-
AssignedTimeStamp
|
|
30634
|
-
UsersKeys
|
|
30638
|
+
ServicePlanId string `protobuf:"bytes,1,opt,name=service_plan_id,json=servicePlanId,proto3" json:"service_plan_id,omitempty"`
|
|
30639
|
+
Service *string `protobuf:"bytes,2,opt,name=service,proto3,oneof" json:"service,omitempty"`
|
|
30640
|
+
CapabilityStatus *string `protobuf:"bytes,3,opt,name=capability_status,json=capabilityStatus,proto3,oneof" json:"capability_status,omitempty"`
|
|
30641
|
+
AssignedTimeStamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=assigned_time_stamp,json=assignedTimeStamp,proto3,oneof" json:"assigned_time_stamp,omitempty"`
|
|
30642
|
+
UsersKeys map[string]bool `protobuf:"bytes,5,rep,name=users_keys,json=usersKeys,proto3" json:"users_keys,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` // Entity keys of users assigned to this plan
|
|
30643
|
+
O365AssignedPlanId string `protobuf:"bytes,6,opt,name=o365_assigned_plan_id,json=o365AssignedPlanId,proto3" json:"o365_assigned_plan_id,omitempty"`
|
|
30644
|
+
O365UserId string `protobuf:"bytes,8,opt,name=o365_user_id,json=o365UserId,proto3" json:"o365_user_id,omitempty"`
|
|
30635
30645
|
}
|
|
30636
30646
|
|
|
30637
30647
|
func (x *Office365AssignedPlan) Reset() {
|
|
@@ -30701,6 +30711,99 @@ func (x *Office365AssignedPlan) GetUsersKeys() map[string]bool {
|
|
|
30701
30711
|
return nil
|
|
30702
30712
|
}
|
|
30703
30713
|
|
|
30714
|
+
func (x *Office365AssignedPlan) GetO365AssignedPlanId() string {
|
|
30715
|
+
if x != nil {
|
|
30716
|
+
return x.O365AssignedPlanId
|
|
30717
|
+
}
|
|
30718
|
+
return ""
|
|
30719
|
+
}
|
|
30720
|
+
|
|
30721
|
+
func (x *Office365AssignedPlan) GetO365UserId() string {
|
|
30722
|
+
if x != nil {
|
|
30723
|
+
return x.O365UserId
|
|
30724
|
+
}
|
|
30725
|
+
return ""
|
|
30726
|
+
}
|
|
30727
|
+
|
|
30728
|
+
type Office365AssignedLicense struct {
|
|
30729
|
+
state protoimpl.MessageState
|
|
30730
|
+
sizeCache protoimpl.SizeCache
|
|
30731
|
+
unknownFields protoimpl.UnknownFields
|
|
30732
|
+
|
|
30733
|
+
O365AssignedLicenseId string `protobuf:"bytes,1,opt,name=o365_assigned_license_id,json=o365AssignedLicenseId,proto3" json:"o365_assigned_license_id,omitempty"`
|
|
30734
|
+
O365LicenseId string `protobuf:"bytes,2,opt,name=o365_license_id,json=o365LicenseId,proto3" json:"o365_license_id,omitempty"`
|
|
30735
|
+
O365UserId string `protobuf:"bytes,3,opt,name=o365_user_id,json=o365UserId,proto3" json:"o365_user_id,omitempty"`
|
|
30736
|
+
O365AssignedLicenseKey string `protobuf:"bytes,4,opt,name=o365_assigned_license_key,json=o365AssignedLicenseKey,proto3" json:"o365_assigned_license_key,omitempty"`
|
|
30737
|
+
O365LicenseKey string `protobuf:"bytes,5,opt,name=o365_license_key,json=o365LicenseKey,proto3" json:"o365_license_key,omitempty"`
|
|
30738
|
+
}
|
|
30739
|
+
|
|
30740
|
+
func (x *Office365AssignedLicense) Reset() {
|
|
30741
|
+
*x = Office365AssignedLicense{}
|
|
30742
|
+
if protoimpl.UnsafeEnabled {
|
|
30743
|
+
mi := &file_outbound_proto_msgTypes[247]
|
|
30744
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
30745
|
+
ms.StoreMessageInfo(mi)
|
|
30746
|
+
}
|
|
30747
|
+
}
|
|
30748
|
+
|
|
30749
|
+
func (x *Office365AssignedLicense) String() string {
|
|
30750
|
+
return protoimpl.X.MessageStringOf(x)
|
|
30751
|
+
}
|
|
30752
|
+
|
|
30753
|
+
func (*Office365AssignedLicense) ProtoMessage() {}
|
|
30754
|
+
|
|
30755
|
+
func (x *Office365AssignedLicense) ProtoReflect() protoreflect.Message {
|
|
30756
|
+
mi := &file_outbound_proto_msgTypes[247]
|
|
30757
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
30758
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
30759
|
+
if ms.LoadMessageInfo() == nil {
|
|
30760
|
+
ms.StoreMessageInfo(mi)
|
|
30761
|
+
}
|
|
30762
|
+
return ms
|
|
30763
|
+
}
|
|
30764
|
+
return mi.MessageOf(x)
|
|
30765
|
+
}
|
|
30766
|
+
|
|
30767
|
+
// Deprecated: Use Office365AssignedLicense.ProtoReflect.Descriptor instead.
|
|
30768
|
+
func (*Office365AssignedLicense) Descriptor() ([]byte, []int) {
|
|
30769
|
+
return file_outbound_proto_rawDescGZIP(), []int{247}
|
|
30770
|
+
}
|
|
30771
|
+
|
|
30772
|
+
func (x *Office365AssignedLicense) GetO365AssignedLicenseId() string {
|
|
30773
|
+
if x != nil {
|
|
30774
|
+
return x.O365AssignedLicenseId
|
|
30775
|
+
}
|
|
30776
|
+
return ""
|
|
30777
|
+
}
|
|
30778
|
+
|
|
30779
|
+
func (x *Office365AssignedLicense) GetO365LicenseId() string {
|
|
30780
|
+
if x != nil {
|
|
30781
|
+
return x.O365LicenseId
|
|
30782
|
+
}
|
|
30783
|
+
return ""
|
|
30784
|
+
}
|
|
30785
|
+
|
|
30786
|
+
func (x *Office365AssignedLicense) GetO365UserId() string {
|
|
30787
|
+
if x != nil {
|
|
30788
|
+
return x.O365UserId
|
|
30789
|
+
}
|
|
30790
|
+
return ""
|
|
30791
|
+
}
|
|
30792
|
+
|
|
30793
|
+
func (x *Office365AssignedLicense) GetO365AssignedLicenseKey() string {
|
|
30794
|
+
if x != nil {
|
|
30795
|
+
return x.O365AssignedLicenseKey
|
|
30796
|
+
}
|
|
30797
|
+
return ""
|
|
30798
|
+
}
|
|
30799
|
+
|
|
30800
|
+
func (x *Office365AssignedLicense) GetO365LicenseKey() string {
|
|
30801
|
+
if x != nil {
|
|
30802
|
+
return x.O365LicenseKey
|
|
30803
|
+
}
|
|
30804
|
+
return ""
|
|
30805
|
+
}
|
|
30806
|
+
|
|
30704
30807
|
type Office365Contact struct {
|
|
30705
30808
|
state protoimpl.MessageState
|
|
30706
30809
|
sizeCache protoimpl.SizeCache
|
|
@@ -30713,7 +30816,7 @@ type Office365Contact struct {
|
|
|
30713
30816
|
func (x *Office365Contact) Reset() {
|
|
30714
30817
|
*x = Office365Contact{}
|
|
30715
30818
|
if protoimpl.UnsafeEnabled {
|
|
30716
|
-
mi := &file_outbound_proto_msgTypes[
|
|
30819
|
+
mi := &file_outbound_proto_msgTypes[248]
|
|
30717
30820
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
30718
30821
|
ms.StoreMessageInfo(mi)
|
|
30719
30822
|
}
|
|
@@ -30726,7 +30829,7 @@ func (x *Office365Contact) String() string {
|
|
|
30726
30829
|
func (*Office365Contact) ProtoMessage() {}
|
|
30727
30830
|
|
|
30728
30831
|
func (x *Office365Contact) ProtoReflect() protoreflect.Message {
|
|
30729
|
-
mi := &file_outbound_proto_msgTypes[
|
|
30832
|
+
mi := &file_outbound_proto_msgTypes[248]
|
|
30730
30833
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
30731
30834
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
30732
30835
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -30739,7 +30842,7 @@ func (x *Office365Contact) ProtoReflect() protoreflect.Message {
|
|
|
30739
30842
|
|
|
30740
30843
|
// Deprecated: Use Office365Contact.ProtoReflect.Descriptor instead.
|
|
30741
30844
|
func (*Office365Contact) Descriptor() ([]byte, []int) {
|
|
30742
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
30845
|
+
return file_outbound_proto_rawDescGZIP(), []int{248}
|
|
30743
30846
|
}
|
|
30744
30847
|
|
|
30745
30848
|
func (x *Office365Contact) GetDisplayName() string {
|
|
@@ -30778,7 +30881,7 @@ type Office365Domain struct {
|
|
|
30778
30881
|
func (x *Office365Domain) Reset() {
|
|
30779
30882
|
*x = Office365Domain{}
|
|
30780
30883
|
if protoimpl.UnsafeEnabled {
|
|
30781
|
-
mi := &file_outbound_proto_msgTypes[
|
|
30884
|
+
mi := &file_outbound_proto_msgTypes[249]
|
|
30782
30885
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
30783
30886
|
ms.StoreMessageInfo(mi)
|
|
30784
30887
|
}
|
|
@@ -30791,7 +30894,7 @@ func (x *Office365Domain) String() string {
|
|
|
30791
30894
|
func (*Office365Domain) ProtoMessage() {}
|
|
30792
30895
|
|
|
30793
30896
|
func (x *Office365Domain) ProtoReflect() protoreflect.Message {
|
|
30794
|
-
mi := &file_outbound_proto_msgTypes[
|
|
30897
|
+
mi := &file_outbound_proto_msgTypes[249]
|
|
30795
30898
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
30796
30899
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
30797
30900
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -30804,7 +30907,7 @@ func (x *Office365Domain) ProtoReflect() protoreflect.Message {
|
|
|
30804
30907
|
|
|
30805
30908
|
// Deprecated: Use Office365Domain.ProtoReflect.Descriptor instead.
|
|
30806
30909
|
func (*Office365Domain) Descriptor() ([]byte, []int) {
|
|
30807
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
30910
|
+
return file_outbound_proto_rawDescGZIP(), []int{249}
|
|
30808
30911
|
}
|
|
30809
30912
|
|
|
30810
30913
|
func (x *Office365Domain) GetId() int32 {
|
|
@@ -30911,7 +31014,7 @@ type Office365Group struct {
|
|
|
30911
31014
|
func (x *Office365Group) Reset() {
|
|
30912
31015
|
*x = Office365Group{}
|
|
30913
31016
|
if protoimpl.UnsafeEnabled {
|
|
30914
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31017
|
+
mi := &file_outbound_proto_msgTypes[250]
|
|
30915
31018
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
30916
31019
|
ms.StoreMessageInfo(mi)
|
|
30917
31020
|
}
|
|
@@ -30924,7 +31027,7 @@ func (x *Office365Group) String() string {
|
|
|
30924
31027
|
func (*Office365Group) ProtoMessage() {}
|
|
30925
31028
|
|
|
30926
31029
|
func (x *Office365Group) ProtoReflect() protoreflect.Message {
|
|
30927
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31030
|
+
mi := &file_outbound_proto_msgTypes[250]
|
|
30928
31031
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
30929
31032
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
30930
31033
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -30937,7 +31040,7 @@ func (x *Office365Group) ProtoReflect() protoreflect.Message {
|
|
|
30937
31040
|
|
|
30938
31041
|
// Deprecated: Use Office365Group.ProtoReflect.Descriptor instead.
|
|
30939
31042
|
func (*Office365Group) Descriptor() ([]byte, []int) {
|
|
30940
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
31043
|
+
return file_outbound_proto_rawDescGZIP(), []int{250}
|
|
30941
31044
|
}
|
|
30942
31045
|
|
|
30943
31046
|
func (x *Office365Group) GetObjectId() string {
|
|
@@ -31031,7 +31134,7 @@ type Office365License struct {
|
|
|
31031
31134
|
func (x *Office365License) Reset() {
|
|
31032
31135
|
*x = Office365License{}
|
|
31033
31136
|
if protoimpl.UnsafeEnabled {
|
|
31034
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31137
|
+
mi := &file_outbound_proto_msgTypes[251]
|
|
31035
31138
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31036
31139
|
ms.StoreMessageInfo(mi)
|
|
31037
31140
|
}
|
|
@@ -31044,7 +31147,7 @@ func (x *Office365License) String() string {
|
|
|
31044
31147
|
func (*Office365License) ProtoMessage() {}
|
|
31045
31148
|
|
|
31046
31149
|
func (x *Office365License) ProtoReflect() protoreflect.Message {
|
|
31047
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31150
|
+
mi := &file_outbound_proto_msgTypes[251]
|
|
31048
31151
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
31049
31152
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31050
31153
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -31057,7 +31160,7 @@ func (x *Office365License) ProtoReflect() protoreflect.Message {
|
|
|
31057
31160
|
|
|
31058
31161
|
// Deprecated: Use Office365License.ProtoReflect.Descriptor instead.
|
|
31059
31162
|
func (*Office365License) Descriptor() ([]byte, []int) {
|
|
31060
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
31163
|
+
return file_outbound_proto_rawDescGZIP(), []int{251}
|
|
31061
31164
|
}
|
|
31062
31165
|
|
|
31063
31166
|
func (x *Office365License) GetSkuId() string {
|
|
@@ -31151,7 +31254,7 @@ type Office365ServicePlan struct {
|
|
|
31151
31254
|
func (x *Office365ServicePlan) Reset() {
|
|
31152
31255
|
*x = Office365ServicePlan{}
|
|
31153
31256
|
if protoimpl.UnsafeEnabled {
|
|
31154
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31257
|
+
mi := &file_outbound_proto_msgTypes[252]
|
|
31155
31258
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31156
31259
|
ms.StoreMessageInfo(mi)
|
|
31157
31260
|
}
|
|
@@ -31164,7 +31267,7 @@ func (x *Office365ServicePlan) String() string {
|
|
|
31164
31267
|
func (*Office365ServicePlan) ProtoMessage() {}
|
|
31165
31268
|
|
|
31166
31269
|
func (x *Office365ServicePlan) ProtoReflect() protoreflect.Message {
|
|
31167
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31270
|
+
mi := &file_outbound_proto_msgTypes[252]
|
|
31168
31271
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
31169
31272
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31170
31273
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -31177,7 +31280,7 @@ func (x *Office365ServicePlan) ProtoReflect() protoreflect.Message {
|
|
|
31177
31280
|
|
|
31178
31281
|
// Deprecated: Use Office365ServicePlan.ProtoReflect.Descriptor instead.
|
|
31179
31282
|
func (*Office365ServicePlan) Descriptor() ([]byte, []int) {
|
|
31180
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
31283
|
+
return file_outbound_proto_rawDescGZIP(), []int{252}
|
|
31181
31284
|
}
|
|
31182
31285
|
|
|
31183
31286
|
func (x *Office365ServicePlan) GetServicePlanId() string {
|
|
@@ -31261,7 +31364,7 @@ type Office365User struct {
|
|
|
31261
31364
|
func (x *Office365User) Reset() {
|
|
31262
31365
|
*x = Office365User{}
|
|
31263
31366
|
if protoimpl.UnsafeEnabled {
|
|
31264
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31367
|
+
mi := &file_outbound_proto_msgTypes[253]
|
|
31265
31368
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31266
31369
|
ms.StoreMessageInfo(mi)
|
|
31267
31370
|
}
|
|
@@ -31274,7 +31377,7 @@ func (x *Office365User) String() string {
|
|
|
31274
31377
|
func (*Office365User) ProtoMessage() {}
|
|
31275
31378
|
|
|
31276
31379
|
func (x *Office365User) ProtoReflect() protoreflect.Message {
|
|
31277
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31380
|
+
mi := &file_outbound_proto_msgTypes[253]
|
|
31278
31381
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
31279
31382
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31280
31383
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -31287,7 +31390,7 @@ func (x *Office365User) ProtoReflect() protoreflect.Message {
|
|
|
31287
31390
|
|
|
31288
31391
|
// Deprecated: Use Office365User.ProtoReflect.Descriptor instead.
|
|
31289
31392
|
func (*Office365User) Descriptor() ([]byte, []int) {
|
|
31290
|
-
return file_outbound_proto_rawDescGZIP(), []int{
|
|
31393
|
+
return file_outbound_proto_rawDescGZIP(), []int{253}
|
|
31291
31394
|
}
|
|
31292
31395
|
|
|
31293
31396
|
func (x *Office365User) GetObjectId() string {
|
|
@@ -31606,7 +31709,7 @@ type InternetExplorer_ActiveX struct {
|
|
|
31606
31709
|
func (x *InternetExplorer_ActiveX) Reset() {
|
|
31607
31710
|
*x = InternetExplorer_ActiveX{}
|
|
31608
31711
|
if protoimpl.UnsafeEnabled {
|
|
31609
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31712
|
+
mi := &file_outbound_proto_msgTypes[255]
|
|
31610
31713
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31611
31714
|
ms.StoreMessageInfo(mi)
|
|
31612
31715
|
}
|
|
@@ -31619,7 +31722,7 @@ func (x *InternetExplorer_ActiveX) String() string {
|
|
|
31619
31722
|
func (*InternetExplorer_ActiveX) ProtoMessage() {}
|
|
31620
31723
|
|
|
31621
31724
|
func (x *InternetExplorer_ActiveX) ProtoReflect() protoreflect.Message {
|
|
31622
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31725
|
+
mi := &file_outbound_proto_msgTypes[255]
|
|
31623
31726
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
31624
31727
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31625
31728
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -31683,7 +31786,7 @@ type InternetExplorer_Extension struct {
|
|
|
31683
31786
|
func (x *InternetExplorer_Extension) Reset() {
|
|
31684
31787
|
*x = InternetExplorer_Extension{}
|
|
31685
31788
|
if protoimpl.UnsafeEnabled {
|
|
31686
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31789
|
+
mi := &file_outbound_proto_msgTypes[256]
|
|
31687
31790
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31688
31791
|
ms.StoreMessageInfo(mi)
|
|
31689
31792
|
}
|
|
@@ -31696,7 +31799,7 @@ func (x *InternetExplorer_Extension) String() string {
|
|
|
31696
31799
|
func (*InternetExplorer_Extension) ProtoMessage() {}
|
|
31697
31800
|
|
|
31698
31801
|
func (x *InternetExplorer_Extension) ProtoReflect() protoreflect.Message {
|
|
31699
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31802
|
+
mi := &file_outbound_proto_msgTypes[256]
|
|
31700
31803
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
31701
31804
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31702
31805
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -31787,7 +31890,7 @@ type InternetExplorer_BrowserObject struct {
|
|
|
31787
31890
|
func (x *InternetExplorer_BrowserObject) Reset() {
|
|
31788
31891
|
*x = InternetExplorer_BrowserObject{}
|
|
31789
31892
|
if protoimpl.UnsafeEnabled {
|
|
31790
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31893
|
+
mi := &file_outbound_proto_msgTypes[257]
|
|
31791
31894
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31792
31895
|
ms.StoreMessageInfo(mi)
|
|
31793
31896
|
}
|
|
@@ -31800,7 +31903,7 @@ func (x *InternetExplorer_BrowserObject) String() string {
|
|
|
31800
31903
|
func (*InternetExplorer_BrowserObject) ProtoMessage() {}
|
|
31801
31904
|
|
|
31802
31905
|
func (x *InternetExplorer_BrowserObject) ProtoReflect() protoreflect.Message {
|
|
31803
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31906
|
+
mi := &file_outbound_proto_msgTypes[257]
|
|
31804
31907
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
31805
31908
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31806
31909
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -31835,7 +31938,7 @@ type InternetExplorer_BarInfo struct {
|
|
|
31835
31938
|
func (x *InternetExplorer_BarInfo) Reset() {
|
|
31836
31939
|
*x = InternetExplorer_BarInfo{}
|
|
31837
31940
|
if protoimpl.UnsafeEnabled {
|
|
31838
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31941
|
+
mi := &file_outbound_proto_msgTypes[258]
|
|
31839
31942
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31840
31943
|
ms.StoreMessageInfo(mi)
|
|
31841
31944
|
}
|
|
@@ -31848,7 +31951,7 @@ func (x *InternetExplorer_BarInfo) String() string {
|
|
|
31848
31951
|
func (*InternetExplorer_BarInfo) ProtoMessage() {}
|
|
31849
31952
|
|
|
31850
31953
|
func (x *InternetExplorer_BarInfo) ProtoReflect() protoreflect.Message {
|
|
31851
|
-
mi := &file_outbound_proto_msgTypes[
|
|
31954
|
+
mi := &file_outbound_proto_msgTypes[258]
|
|
31852
31955
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
31853
31956
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
31854
31957
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -41804,7 +41907,7 @@ var file_outbound_proto_rawDesc = []byte{
|
|
|
41804
41907
|
0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08,
|
|
41805
41908
|
0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62,
|
|
41806
41909
|
0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c,
|
|
41807
|
-
0x65, 0x64, 0x22,
|
|
41910
|
+
0x65, 0x64, 0x22, 0xfa, 0x09, 0x0a, 0x15, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35,
|
|
41808
41911
|
0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x0a, 0x09,
|
|
41809
41912
|
0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
41810
41913
|
0x08, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0b, 0x64, 0x69, 0x73,
|
|
@@ -41859,85 +41962,113 @@ var file_outbound_proto_rawDesc = []byte{
|
|
|
41859
41962
|
0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70,
|
|
41860
41963
|
0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76,
|
|
41861
41964
|
0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62,
|
|
41862
|
-
0x6f, 0x78, 0x52, 0x09, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x65, 0x73,
|
|
41863
|
-
|
|
41864
|
-
|
|
41865
|
-
|
|
41866
|
-
|
|
41867
|
-
|
|
41868
|
-
|
|
41869
|
-
0x73,
|
|
41870
|
-
|
|
41871
|
-
|
|
41872
|
-
|
|
41873
|
-
0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
|
|
41874
|
-
0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f,
|
|
41875
|
-
0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x65, 0x74,
|
|
41876
|
-
0x42, 0x13, 0x0a, 0x11, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e,
|
|
41877
|
-
0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x1d, 0x0a, 0x1b, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
|
|
41878
|
-
0x79, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f,
|
|
41879
|
-
0x74, 0x69, 0x6d, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x64, 0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e,
|
|
41880
|
-
0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0xf6, 0x03, 0x0a, 0x10, 0x4f, 0x66,
|
|
41881
|
-
0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x12, 0x26,
|
|
41882
|
-
0x0a, 0x0f, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x5f, 0x69,
|
|
41883
|
-
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6f, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69,
|
|
41884
|
-
0x6c, 0x62, 0x6f, 0x78, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x14, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6f,
|
|
41885
|
-
0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02,
|
|
41886
|
-
0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6f, 0x33, 0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
|
|
41887
|
-
0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70,
|
|
41888
|
-
0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b,
|
|
41889
|
-
0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70,
|
|
41890
|
-
0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x5f, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x04, 0x20, 0x01,
|
|
41891
|
-
0x28, 0x09, 0x52, 0x0c, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x45, 0x6d, 0x61, 0x69, 0x6c,
|
|
41892
|
-
0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73,
|
|
41893
|
-
0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x41, 0x64,
|
|
41894
|
-
0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x18, 0x06,
|
|
41895
|
-
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x6c, 0x69, 0x61, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x72,
|
|
41896
|
-
0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20,
|
|
41897
|
-
0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79,
|
|
41898
|
-
0x70, 0x65, 0x12, 0x34, 0x0a, 0x16, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f,
|
|
41899
|
-
0x74, 0x79, 0x70, 0x65, 0x5f, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x08, 0x20, 0x01,
|
|
41900
|
-
0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70,
|
|
41901
|
-
0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x2e, 0x0a, 0x13, 0x75, 0x73, 0x65, 0x72,
|
|
41902
|
-
0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
41903
|
-
0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x75, 0x73, 0x65, 0x72, 0x50, 0x72, 0x69, 0x6e, 0x63,
|
|
41904
|
-
0x69, 0x70, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e,
|
|
41905
|
-
0x74, 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x69, 0x64, 0x65, 0x6e,
|
|
41906
|
-
0x74, 0x69, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6d, 0x61, 0x69,
|
|
41907
|
-
0x6c, 0x62, 0x6f, 0x78, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e,
|
|
41908
|
-
0x6f, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x4b, 0x65, 0x79, 0x12, 0x32,
|
|
41909
|
-
0x0a, 0x15, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
|
|
41910
|
-
0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x6f,
|
|
41911
|
-
0x33, 0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4b,
|
|
41912
|
-
0x65, 0x79, 0x22, 0xbd, 0x03, 0x0a, 0x15, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35,
|
|
41913
|
-
0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x26, 0x0a, 0x0f,
|
|
41914
|
-
0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18,
|
|
41915
|
-
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6c,
|
|
41916
|
-
0x61, 0x6e, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18,
|
|
41917
|
-
0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
|
|
41918
|
-
0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74,
|
|
41919
|
-
0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01,
|
|
41920
|
-
0x52, 0x10, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x53, 0x74, 0x61, 0x74,
|
|
41921
|
-
0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x4f, 0x0a, 0x13, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65,
|
|
41922
|
-
0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01,
|
|
41923
|
-
0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
41924
|
-
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x02,
|
|
41925
|
-
0x52, 0x11, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x53, 0x74,
|
|
41926
|
-
0x61, 0x6d, 0x70, 0x88, 0x01, 0x01, 0x12, 0x62, 0x0a, 0x0a, 0x75, 0x73, 0x65, 0x72, 0x73, 0x5f,
|
|
41927
|
-
0x6b, 0x65, 0x79, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x63, 0x6f, 0x6d,
|
|
41965
|
+
0x6f, 0x78, 0x52, 0x09, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x65, 0x73, 0x12, 0x64, 0x0a,
|
|
41966
|
+
0x11, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73,
|
|
41967
|
+
0x65, 0x73, 0x18, 0x13, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c,
|
|
41968
|
+
0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74,
|
|
41969
|
+
0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33,
|
|
41970
|
+
0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73,
|
|
41971
|
+
0x65, 0x52, 0x10, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63, 0x65, 0x6e,
|
|
41972
|
+
0x73, 0x65, 0x73, 0x1a, 0x76, 0x0a, 0x12, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50,
|
|
41973
|
+
0x6c, 0x61, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79,
|
|
41974
|
+
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x4a, 0x0a, 0x05, 0x76,
|
|
41975
|
+
0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x63, 0x6f, 0x6d,
|
|
41928
41976
|
0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65, 0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f,
|
|
41929
41977
|
0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63,
|
|
41930
41978
|
0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e,
|
|
41931
|
-
|
|
41932
|
-
|
|
41933
|
-
|
|
41934
|
-
|
|
41935
|
-
|
|
41936
|
-
|
|
41937
|
-
|
|
41938
|
-
|
|
41979
|
+
0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
|
|
41980
|
+
0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f,
|
|
41981
|
+
0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x63, 0x69, 0x74, 0x79,
|
|
41982
|
+
0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x5f, 0x6e, 0x61, 0x6d,
|
|
41983
|
+
0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x70, 0x6f, 0x73, 0x74, 0x61, 0x6c, 0x5f, 0x63, 0x6f, 0x64,
|
|
41984
|
+
0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x42, 0x09, 0x0a, 0x07, 0x5f,
|
|
41985
|
+
0x73, 0x74, 0x72, 0x65, 0x65, 0x74, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x74, 0x65, 0x6c, 0x65, 0x70,
|
|
41986
|
+
0x68, 0x6f, 0x6e, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x1d, 0x0a, 0x1b, 0x5f,
|
|
41987
|
+
0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x64, 0x69, 0x72,
|
|
41988
|
+
0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x64,
|
|
41989
|
+
0x69, 0x72, 0x5f, 0x73, 0x79, 0x6e, 0x63, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22,
|
|
41990
|
+
0xf6, 0x03, 0x0a, 0x10, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69,
|
|
41991
|
+
0x6c, 0x62, 0x6f, 0x78, 0x12, 0x26, 0x0a, 0x0f, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6d, 0x61, 0x69,
|
|
41992
|
+
0x6c, 0x62, 0x6f, 0x78, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6f,
|
|
41993
|
+
0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x14,
|
|
41994
|
+
0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
|
|
41995
|
+
0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6f, 0x33, 0x36, 0x35,
|
|
41996
|
+
0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x21,
|
|
41997
|
+
0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03,
|
|
41998
|
+
0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d,
|
|
41999
|
+
0x65, 0x12, 0x23, 0x0a, 0x0d, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72, 0x79, 0x5f, 0x65, 0x6d, 0x61,
|
|
42000
|
+
0x69, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x70, 0x72, 0x69, 0x6d, 0x61, 0x72,
|
|
42001
|
+
0x79, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x5f,
|
|
42002
|
+
0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65,
|
|
42003
|
+
0x6d, 0x61, 0x69, 0x6c, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x61,
|
|
42004
|
+
0x6c, 0x69, 0x61, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x6c, 0x69, 0x61,
|
|
42005
|
+
0x73, 0x12, 0x25, 0x0a, 0x0e, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x74,
|
|
42006
|
+
0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x63, 0x69, 0x70,
|
|
42007
|
+
0x69, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x34, 0x0a, 0x16, 0x72, 0x65, 0x63, 0x69,
|
|
42008
|
+
0x70, 0x69, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x64, 0x65, 0x74, 0x61, 0x69,
|
|
42009
|
+
0x6c, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x63, 0x69, 0x70, 0x69,
|
|
42010
|
+
0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x2e,
|
|
42011
|
+
0x0a, 0x13, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c,
|
|
42012
|
+
0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x75, 0x73, 0x65,
|
|
42013
|
+
0x72, 0x50, 0x72, 0x69, 0x6e, 0x63, 0x69, 0x70, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a,
|
|
42014
|
+
0x0a, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09,
|
|
42015
|
+
0x52, 0x08, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x6f, 0x33,
|
|
42016
|
+
0x36, 0x35, 0x5f, 0x6d, 0x61, 0x69, 0x6c, 0x62, 0x6f, 0x78, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x0b,
|
|
42017
|
+
0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x33, 0x36, 0x35, 0x4d, 0x61, 0x69, 0x6c, 0x62, 0x6f,
|
|
42018
|
+
0x78, 0x4b, 0x65, 0x79, 0x12, 0x32, 0x0a, 0x15, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6f, 0x72, 0x67,
|
|
42019
|
+
0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x0c, 0x20,
|
|
42020
|
+
0x01, 0x28, 0x09, 0x52, 0x13, 0x6f, 0x33, 0x36, 0x35, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
|
|
42021
|
+
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x22, 0x92, 0x04, 0x0a, 0x15, 0x4f, 0x66, 0x66,
|
|
42022
|
+
0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c,
|
|
42023
|
+
0x61, 0x6e, 0x12, 0x26, 0x0a, 0x0f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x70, 0x6c,
|
|
42024
|
+
0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x65, 0x72,
|
|
42025
|
+
0x76, 0x69, 0x63, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x07, 0x73, 0x65,
|
|
42026
|
+
0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x07, 0x73,
|
|
42027
|
+
0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x88, 0x01, 0x01, 0x12, 0x30, 0x0a, 0x11, 0x63, 0x61, 0x70,
|
|
42028
|
+
0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03,
|
|
42029
|
+
0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x10, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69,
|
|
42030
|
+
0x74, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x88, 0x01, 0x01, 0x12, 0x4f, 0x0a, 0x13, 0x61,
|
|
41939
42031
|
0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x74, 0x61,
|
|
41940
|
-
0x6d, 0x70,
|
|
42032
|
+
0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
42033
|
+
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, 0x65, 0x73,
|
|
42034
|
+
0x74, 0x61, 0x6d, 0x70, 0x48, 0x02, 0x52, 0x11, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64,
|
|
42035
|
+
0x54, 0x69, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x88, 0x01, 0x01, 0x12, 0x62, 0x0a, 0x0a,
|
|
42036
|
+
0x75, 0x73, 0x65, 0x72, 0x73, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b,
|
|
42037
|
+
0x32, 0x43, 0x2e, 0x63, 0x6f, 0x6d, 0x2e, 0x6c, 0x61, 0x6e, 0x73, 0x77, 0x65, 0x65, 0x70, 0x65,
|
|
42038
|
+
0x72, 0x2e, 0x64, 0x70, 0x2e, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x2e, 0x76, 0x31,
|
|
42039
|
+
0x2e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e,
|
|
42040
|
+
0x65, 0x64, 0x50, 0x6c, 0x61, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73,
|
|
42041
|
+
0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x09, 0x75, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65, 0x79, 0x73,
|
|
42042
|
+
0x12, 0x31, 0x0a, 0x15, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65,
|
|
42043
|
+
0x64, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
42044
|
+
0x12, 0x6f, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x50, 0x6c, 0x61,
|
|
42045
|
+
0x6e, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x75, 0x73, 0x65, 0x72,
|
|
42046
|
+
0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x33, 0x36, 0x35, 0x55,
|
|
42047
|
+
0x73, 0x65, 0x72, 0x49, 0x64, 0x1a, 0x3c, 0x0a, 0x0e, 0x55, 0x73, 0x65, 0x72, 0x73, 0x4b, 0x65,
|
|
42048
|
+
0x79, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01,
|
|
42049
|
+
0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c,
|
|
42050
|
+
0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a,
|
|
42051
|
+
0x02, 0x38, 0x01, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x42,
|
|
42052
|
+
0x14, 0x0a, 0x12, 0x5f, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x5f, 0x73,
|
|
42053
|
+
0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e,
|
|
42054
|
+
0x65, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0x82, 0x02,
|
|
42055
|
+
0x0a, 0x18, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67,
|
|
42056
|
+
0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x37, 0x0a, 0x18, 0x6f, 0x33,
|
|
42057
|
+
0x36, 0x35, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x6c, 0x69, 0x63, 0x65,
|
|
42058
|
+
0x6e, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x6f, 0x33,
|
|
42059
|
+
0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73,
|
|
42060
|
+
0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x6c, 0x69, 0x63, 0x65,
|
|
42061
|
+
0x6e, 0x73, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6f, 0x33,
|
|
42062
|
+
0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x6f,
|
|
42063
|
+
0x33, 0x36, 0x35, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
42064
|
+
0x09, 0x52, 0x0a, 0x6f, 0x33, 0x36, 0x35, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x39, 0x0a,
|
|
42065
|
+
0x19, 0x6f, 0x33, 0x36, 0x35, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x6c,
|
|
42066
|
+
0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
|
|
42067
|
+
0x52, 0x16, 0x6f, 0x33, 0x36, 0x35, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x4c, 0x69,
|
|
42068
|
+
0x63, 0x65, 0x6e, 0x73, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x28, 0x0a, 0x10, 0x6f, 0x33, 0x36, 0x35,
|
|
42069
|
+
0x5f, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x05, 0x20, 0x01,
|
|
42070
|
+
0x28, 0x09, 0x52, 0x0e, 0x6f, 0x33, 0x36, 0x35, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4b,
|
|
42071
|
+
0x65, 0x79, 0x22, 0x6d, 0x0a, 0x10, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x33, 0x36, 0x35, 0x43,
|
|
41941
42072
|
0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x12, 0x26, 0x0a, 0x0c, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61,
|
|
41942
42073
|
0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b,
|
|
41943
42074
|
0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x17,
|
|
@@ -42395,7 +42526,7 @@ func file_outbound_proto_rawDescGZIP() []byte {
|
|
|
42395
42526
|
}
|
|
42396
42527
|
|
|
42397
42528
|
var file_outbound_proto_enumTypes = make([]protoimpl.EnumInfo, 15)
|
|
42398
|
-
var file_outbound_proto_msgTypes = make([]protoimpl.MessageInfo,
|
|
42529
|
+
var file_outbound_proto_msgTypes = make([]protoimpl.MessageInfo, 274)
|
|
42399
42530
|
var file_outbound_proto_goTypes = []any{
|
|
42400
42531
|
(ReconRuleId)(0), // 0: com.lansweeper.dp.outbound.v1.ReconRuleId
|
|
42401
42532
|
(EntityFilter_EntryState)(0), // 1: com.lansweeper.dp.outbound.v1.EntityFilter.EntryState
|
|
@@ -42659,45 +42790,46 @@ var file_outbound_proto_goTypes = []any{
|
|
|
42659
42790
|
(*Office365Organization)(nil), // 259: com.lansweeper.dp.outbound.v1.Office365Organization
|
|
42660
42791
|
(*Office365Mailbox)(nil), // 260: com.lansweeper.dp.outbound.v1.Office365Mailbox
|
|
42661
42792
|
(*Office365AssignedPlan)(nil), // 261: com.lansweeper.dp.outbound.v1.Office365AssignedPlan
|
|
42662
|
-
(*
|
|
42663
|
-
(*
|
|
42664
|
-
(*
|
|
42665
|
-
(*
|
|
42666
|
-
(*
|
|
42667
|
-
(*
|
|
42668
|
-
nil,
|
|
42669
|
-
|
|
42670
|
-
(*
|
|
42671
|
-
(*
|
|
42672
|
-
(*
|
|
42673
|
-
nil,
|
|
42674
|
-
nil, // 274: com.lansweeper.dp.outbound.v1.
|
|
42675
|
-
nil, // 275: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.
|
|
42676
|
-
nil, // 276: com.lansweeper.dp.outbound.v1.
|
|
42677
|
-
nil, // 277: com.lansweeper.dp.outbound.v1.
|
|
42678
|
-
nil, // 278: com.lansweeper.dp.outbound.v1.VmwareDatacenter.
|
|
42679
|
-
nil, // 279: com.lansweeper.dp.outbound.v1.VmwareDatacenter.
|
|
42680
|
-
nil, // 280: com.lansweeper.dp.outbound.v1.VmwareDatacenter.
|
|
42681
|
-
nil, // 281: com.lansweeper.dp.outbound.v1.
|
|
42682
|
-
nil, // 282: com.lansweeper.dp.outbound.v1.
|
|
42683
|
-
nil, // 283: com.lansweeper.dp.outbound.v1.
|
|
42684
|
-
nil, // 284: com.lansweeper.dp.outbound.v1.
|
|
42685
|
-
nil, // 285: com.lansweeper.dp.outbound.v1.
|
|
42686
|
-
nil, // 286: com.lansweeper.dp.outbound.v1.
|
|
42687
|
-
nil, // 287: com.lansweeper.dp.outbound.v1.
|
|
42688
|
-
|
|
42689
|
-
(*
|
|
42793
|
+
(*Office365AssignedLicense)(nil), // 262: com.lansweeper.dp.outbound.v1.Office365AssignedLicense
|
|
42794
|
+
(*Office365Contact)(nil), // 263: com.lansweeper.dp.outbound.v1.Office365Contact
|
|
42795
|
+
(*Office365Domain)(nil), // 264: com.lansweeper.dp.outbound.v1.Office365Domain
|
|
42796
|
+
(*Office365Group)(nil), // 265: com.lansweeper.dp.outbound.v1.Office365Group
|
|
42797
|
+
(*Office365License)(nil), // 266: com.lansweeper.dp.outbound.v1.Office365License
|
|
42798
|
+
(*Office365ServicePlan)(nil), // 267: com.lansweeper.dp.outbound.v1.Office365ServicePlan
|
|
42799
|
+
(*Office365User)(nil), // 268: com.lansweeper.dp.outbound.v1.Office365User
|
|
42800
|
+
nil, // 269: com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry
|
|
42801
|
+
(*InternetExplorer_ActiveX)(nil), // 270: com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX
|
|
42802
|
+
(*InternetExplorer_Extension)(nil), // 271: com.lansweeper.dp.outbound.v1.InternetExplorer.Extension
|
|
42803
|
+
(*InternetExplorer_BrowserObject)(nil), // 272: com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject
|
|
42804
|
+
(*InternetExplorer_BarInfo)(nil), // 273: com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo
|
|
42805
|
+
nil, // 274: com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry
|
|
42806
|
+
nil, // 275: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry
|
|
42807
|
+
nil, // 276: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiGuestVmKeyEntry
|
|
42808
|
+
nil, // 277: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry
|
|
42809
|
+
nil, // 278: com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry
|
|
42810
|
+
nil, // 279: com.lansweeper.dp.outbound.v1.VmwareDatacenter.HypervisorsEntry
|
|
42811
|
+
nil, // 280: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry
|
|
42812
|
+
nil, // 281: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry
|
|
42813
|
+
nil, // 282: com.lansweeper.dp.outbound.v1.EsxiCluster.HypervisorsEntry
|
|
42814
|
+
nil, // 283: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry
|
|
42815
|
+
nil, // 284: com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry
|
|
42816
|
+
nil, // 285: com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry
|
|
42817
|
+
nil, // 286: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.UsersKeysEntry
|
|
42818
|
+
nil, // 287: com.lansweeper.dp.outbound.v1.Office365License.UsersKeysEntry
|
|
42819
|
+
nil, // 288: com.lansweeper.dp.outbound.v1.Office365User.GroupKeysEntry
|
|
42820
|
+
(*timestamppb.Timestamp)(nil), // 289: google.protobuf.Timestamp
|
|
42821
|
+
(*anypb.Any)(nil), // 290: google.protobuf.Any
|
|
42690
42822
|
}
|
|
42691
42823
|
var file_outbound_proto_depIdxs = []int32{
|
|
42692
42824
|
256, // 0: com.lansweeper.dp.outbound.v1.Site.key:type_name -> com.lansweeper.dp.outbound.v1.SiteKey
|
|
42693
|
-
|
|
42825
|
+
289, // 1: com.lansweeper.dp.outbound.v1.Site.last_update:type_name -> google.protobuf.Timestamp
|
|
42694
42826
|
257, // 2: com.lansweeper.dp.outbound.v1.Site.recon_rule_set:type_name -> com.lansweeper.dp.outbound.v1.ReconRuleSet
|
|
42695
42827
|
255, // 3: com.lansweeper.dp.outbound.v1.Site.ip_location_configs:type_name -> com.lansweeper.dp.outbound.v1.IpLocationConfig
|
|
42696
|
-
|
|
42697
|
-
|
|
42698
|
-
|
|
42699
|
-
|
|
42700
|
-
|
|
42828
|
+
289, // 4: com.lansweeper.dp.outbound.v1.Site.deletion_request:type_name -> google.protobuf.Timestamp
|
|
42829
|
+
289, // 5: com.lansweeper.dp.outbound.v1.Site.deletion_time:type_name -> google.protobuf.Timestamp
|
|
42830
|
+
269, // 6: com.lansweeper.dp.outbound.v1.Site.unlinked_installations:type_name -> com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry
|
|
42831
|
+
289, // 7: com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deletion_request:type_name -> google.protobuf.Timestamp
|
|
42832
|
+
289, // 8: com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deletion_time:type_name -> google.protobuf.Timestamp
|
|
42701
42833
|
1, // 9: com.lansweeper.dp.outbound.v1.EntityFilter.entry_state:type_name -> com.lansweeper.dp.outbound.v1.EntityFilter.EntryState
|
|
42702
42834
|
2, // 10: com.lansweeper.dp.outbound.v1.EntityFilter.virtual_state:type_name -> com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState
|
|
42703
42835
|
28, // 11: com.lansweeper.dp.outbound.v1.GetEntityRequest.entity_path:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
@@ -42717,10 +42849,10 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
42717
42849
|
232, // 25: com.lansweeper.dp.outbound.v1.Entity.user:type_name -> com.lansweeper.dp.outbound.v1.User
|
|
42718
42850
|
234, // 26: com.lansweeper.dp.outbound.v1.Entity.group:type_name -> com.lansweeper.dp.outbound.v1.Group
|
|
42719
42851
|
28, // 27: com.lansweeper.dp.outbound.v1.Asset.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
42720
|
-
|
|
42721
|
-
|
|
42722
|
-
|
|
42723
|
-
|
|
42852
|
+
289, // 28: com.lansweeper.dp.outbound.v1.Asset.last_synced:type_name -> google.protobuf.Timestamp
|
|
42853
|
+
289, // 29: com.lansweeper.dp.outbound.v1.Asset.first_seen:type_name -> google.protobuf.Timestamp
|
|
42854
|
+
289, // 30: com.lansweeper.dp.outbound.v1.Asset.last_updated:type_name -> google.protobuf.Timestamp
|
|
42855
|
+
289, // 31: com.lansweeper.dp.outbound.v1.Asset.last_enriched:type_name -> google.protobuf.Timestamp
|
|
42724
42856
|
58, // 32: com.lansweeper.dp.outbound.v1.Asset.source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
|
|
42725
42857
|
58, // 33: com.lansweeper.dp.outbound.v1.Asset.unlinked_source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
|
|
42726
42858
|
61, // 34: com.lansweeper.dp.outbound.v1.Asset.data_processor:type_name -> com.lansweeper.dp.outbound.v1.DataProcessor
|
|
@@ -42750,15 +42882,15 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
42750
42882
|
56, // 58: com.lansweeper.dp.outbound.v1.Asset.intune_device:type_name -> com.lansweeper.dp.outbound.v1.IntuneDevice
|
|
42751
42883
|
241, // 59: com.lansweeper.dp.outbound.v1.Asset.vmware:type_name -> com.lansweeper.dp.outbound.v1.Vmware
|
|
42752
42884
|
259, // 60: com.lansweeper.dp.outbound.v1.Asset.office_365_organization:type_name -> com.lansweeper.dp.outbound.v1.Office365Organization
|
|
42753
|
-
|
|
42885
|
+
289, // 61: com.lansweeper.dp.outbound.v1.AssetChangeEvent.timestamp:type_name -> google.protobuf.Timestamp
|
|
42754
42886
|
222, // 62: com.lansweeper.dp.outbound.v1.AssetChangeEvent.sw:type_name -> com.lansweeper.dp.outbound.v1.SoftwareChangeEvent
|
|
42755
42887
|
83, // 63: com.lansweeper.dp.outbound.v1.AssetChangeEvent.os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent
|
|
42756
42888
|
74, // 64: com.lansweeper.dp.outbound.v1.AssetChangeEvent.sql_server:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent
|
|
42757
42889
|
75, // 65: com.lansweeper.dp.outbound.v1.AssetChangeEvent.hyper_v:type_name -> com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent
|
|
42758
|
-
|
|
42759
|
-
|
|
42760
|
-
|
|
42761
|
-
|
|
42890
|
+
289, // 66: com.lansweeper.dp.outbound.v1.WarrantyInfo.timestamp:type_name -> google.protobuf.Timestamp
|
|
42891
|
+
289, // 67: com.lansweeper.dp.outbound.v1.WarrantyInfo.start_date:type_name -> google.protobuf.Timestamp
|
|
42892
|
+
289, // 68: com.lansweeper.dp.outbound.v1.WarrantyInfo.end_date:type_name -> google.protobuf.Timestamp
|
|
42893
|
+
289, // 69: com.lansweeper.dp.outbound.v1.WarrantyInfo.ship_date:type_name -> google.protobuf.Timestamp
|
|
42762
42894
|
97, // 70: com.lansweeper.dp.outbound.v1.Computer.chassis:type_name -> com.lansweeper.dp.outbound.v1.Chassis
|
|
42763
42895
|
148, // 71: com.lansweeper.dp.outbound.v1.Computer.motherboard:type_name -> com.lansweeper.dp.outbound.v1.Motherboard
|
|
42764
42896
|
96, // 72: com.lansweeper.dp.outbound.v1.Computer.processor:type_name -> com.lansweeper.dp.outbound.v1.Processor
|
|
@@ -42850,11 +42982,11 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
42850
42982
|
67, // 158: com.lansweeper.dp.outbound.v1.Computer.user_in_group:type_name -> com.lansweeper.dp.outbound.v1.UserInGroup
|
|
42851
42983
|
64, // 159: com.lansweeper.dp.outbound.v1.Computer.user_logon:type_name -> com.lansweeper.dp.outbound.v1.UserLogon
|
|
42852
42984
|
35, // 160: com.lansweeper.dp.outbound.v1.ServerGroup.sccm_info:type_name -> com.lansweeper.dp.outbound.v1.SccmInfo
|
|
42853
|
-
|
|
42985
|
+
289, // 161: com.lansweeper.dp.outbound.v1.SccmInfo.timestamp:type_name -> google.protobuf.Timestamp
|
|
42854
42986
|
36, // 162: com.lansweeper.dp.outbound.v1.SccmInfo.sccm_server:type_name -> com.lansweeper.dp.outbound.v1.SccmServer
|
|
42855
42987
|
37, // 163: com.lansweeper.dp.outbound.v1.SccmInfo.sccm_site:type_name -> com.lansweeper.dp.outbound.v1.SccmSite
|
|
42856
42988
|
38, // 164: com.lansweeper.dp.outbound.v1.SccmInfo.sccm_client:type_name -> com.lansweeper.dp.outbound.v1.SccmClient
|
|
42857
|
-
|
|
42989
|
+
289, // 165: com.lansweeper.dp.outbound.v1.SccmInfo.creation_date:type_name -> google.protobuf.Timestamp
|
|
42858
42990
|
28, // 166: com.lansweeper.dp.outbound.v1.SccmServer.server:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
42859
42991
|
37, // 167: com.lansweeper.dp.outbound.v1.SccmServer.sccm_site:type_name -> com.lansweeper.dp.outbound.v1.SccmSite
|
|
42860
42992
|
209, // 168: com.lansweeper.dp.outbound.v1.SccmClient.client_edition:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
@@ -42863,11 +42995,11 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
42863
42995
|
40, // 171: com.lansweeper.dp.outbound.v1.HyperV.hyper_v_network:type_name -> com.lansweeper.dp.outbound.v1.HyperVNetwork
|
|
42864
42996
|
28, // 172: com.lansweeper.dp.outbound.v1.Relation.from:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
42865
42997
|
28, // 173: com.lansweeper.dp.outbound.v1.Relation.to:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
42866
|
-
|
|
42867
|
-
|
|
42998
|
+
289, // 174: com.lansweeper.dp.outbound.v1.Relation.start:type_name -> google.protobuf.Timestamp
|
|
42999
|
+
289, // 175: com.lansweeper.dp.outbound.v1.Relation.end:type_name -> google.protobuf.Timestamp
|
|
42868
43000
|
41, // 176: com.lansweeper.dp.outbound.v1.Relation.tag:type_name -> com.lansweeper.dp.outbound.v1.Tag
|
|
42869
43001
|
44, // 177: com.lansweeper.dp.outbound.v1.CorrelationFields.field:type_name -> com.lansweeper.dp.outbound.v1.CorrField
|
|
42870
|
-
|
|
43002
|
+
289, // 178: com.lansweeper.dp.outbound.v1.ReconciliationInfo.correlation_time:type_name -> google.protobuf.Timestamp
|
|
42871
43003
|
3, // 179: com.lansweeper.dp.outbound.v1.ReconciliationInfo.state:type_name -> com.lansweeper.dp.outbound.v1.ReconciliationInfo.EntryState
|
|
42872
43004
|
4, // 180: com.lansweeper.dp.outbound.v1.ReconciliationInfo.master_type:type_name -> com.lansweeper.dp.outbound.v1.ReconciliationInfo.MasterType
|
|
42873
43005
|
46, // 181: com.lansweeper.dp.outbound.v1.ReconciliationInfo.master_asset:type_name -> com.lansweeper.dp.outbound.v1.CorrelationInfo
|
|
@@ -42876,41 +43008,41 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
42876
43008
|
46, // 184: com.lansweeper.dp.outbound.v1.ReconciliationInfo.unlinked_alias_asset:type_name -> com.lansweeper.dp.outbound.v1.CorrelationInfo
|
|
42877
43009
|
28, // 185: com.lansweeper.dp.outbound.v1.CorrelationInfo.entity:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
42878
43010
|
43, // 186: com.lansweeper.dp.outbound.v1.CorrelationInfo.correlation_fields:type_name -> com.lansweeper.dp.outbound.v1.CorrelationFields
|
|
42879
|
-
|
|
43011
|
+
290, // 187: com.lansweeper.dp.outbound.v1.CloudEntity.body:type_name -> google.protobuf.Any
|
|
42880
43012
|
41, // 188: com.lansweeper.dp.outbound.v1.CloudEntity.cdk_tags:type_name -> com.lansweeper.dp.outbound.v1.Tag
|
|
42881
43013
|
48, // 189: com.lansweeper.dp.outbound.v1.CloudEntity.public_cloud_links:type_name -> com.lansweeper.dp.outbound.v1.PublicCloudLink
|
|
42882
43014
|
50, // 190: com.lansweeper.dp.outbound.v1.OtModule.bus_config:type_name -> com.lansweeper.dp.outbound.v1.OtBusConfig
|
|
42883
43015
|
51, // 191: com.lansweeper.dp.outbound.v1.OtModule.ext_info:type_name -> com.lansweeper.dp.outbound.v1.OtModuleExtInfo
|
|
42884
43016
|
52, // 192: com.lansweeper.dp.outbound.v1.OtModule.scan_info:type_name -> com.lansweeper.dp.outbound.v1.OtScanInfo
|
|
42885
43017
|
53, // 193: com.lansweeper.dp.outbound.v1.OtModule.fw_history:type_name -> com.lansweeper.dp.outbound.v1.OtFirmwareHistory
|
|
42886
|
-
|
|
42887
|
-
|
|
42888
|
-
|
|
42889
|
-
|
|
42890
|
-
|
|
42891
|
-
|
|
42892
|
-
|
|
42893
|
-
|
|
43018
|
+
289, // 194: com.lansweeper.dp.outbound.v1.OtScanInfo.last_tried:type_name -> google.protobuf.Timestamp
|
|
43019
|
+
289, // 195: com.lansweeper.dp.outbound.v1.OtScanInfo.last_scan:type_name -> google.protobuf.Timestamp
|
|
43020
|
+
289, // 196: com.lansweeper.dp.outbound.v1.OtFirmwareHistory.from:type_name -> google.protobuf.Timestamp
|
|
43021
|
+
289, // 197: com.lansweeper.dp.outbound.v1.OtFirmwareHistory.until:type_name -> google.protobuf.Timestamp
|
|
43022
|
+
289, // 198: com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.start_date_time:type_name -> google.protobuf.Timestamp
|
|
43023
|
+
289, // 199: com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.last_updated_date_time:type_name -> google.protobuf.Timestamp
|
|
43024
|
+
289, // 200: com.lansweeper.dp.outbound.v1.IntuneDevice.compliance_grace_period_expiration_date:type_name -> google.protobuf.Timestamp
|
|
43025
|
+
289, // 201: com.lansweeper.dp.outbound.v1.IntuneDevice.exchange_last_successful_sync_date:type_name -> google.protobuf.Timestamp
|
|
42894
43026
|
55, // 202: com.lansweeper.dp.outbound.v1.IntuneDevice.device_action_results:type_name -> com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult
|
|
42895
|
-
|
|
42896
|
-
|
|
42897
|
-
|
|
42898
|
-
|
|
42899
|
-
|
|
43027
|
+
289, // 203: com.lansweeper.dp.outbound.v1.IntuneDevice.enrolled_date_time:type_name -> google.protobuf.Timestamp
|
|
43028
|
+
289, // 204: com.lansweeper.dp.outbound.v1.IntuneDevice.last_sync_date_time:type_name -> google.protobuf.Timestamp
|
|
43029
|
+
289, // 205: com.lansweeper.dp.outbound.v1.IntuneDevice.eas_activation_date:type_name -> google.protobuf.Timestamp
|
|
43030
|
+
289, // 206: com.lansweeper.dp.outbound.v1.IntuneDevice.last_update:type_name -> google.protobuf.Timestamp
|
|
43031
|
+
289, // 207: com.lansweeper.dp.outbound.v1.IntuneDevice.issued_date:type_name -> google.protobuf.Timestamp
|
|
42900
43032
|
57, // 208: com.lansweeper.dp.outbound.v1.IntuneDevice.intune_applications:type_name -> com.lansweeper.dp.outbound.v1.IntuneApplication
|
|
42901
|
-
|
|
43033
|
+
289, // 209: com.lansweeper.dp.outbound.v1.SourceInfo.last_synced:type_name -> google.protobuf.Timestamp
|
|
42902
43034
|
60, // 210: com.lansweeper.dp.outbound.v1.SourceInfo.credentials:type_name -> com.lansweeper.dp.outbound.v1.ScanCredential
|
|
42903
|
-
|
|
42904
|
-
|
|
42905
|
-
|
|
43035
|
+
289, // 211: com.lansweeper.dp.outbound.v1.ScanError.timestamp:type_name -> google.protobuf.Timestamp
|
|
43036
|
+
289, // 212: com.lansweeper.dp.outbound.v1.DataProcessor.first_time:type_name -> google.protobuf.Timestamp
|
|
43037
|
+
289, // 213: com.lansweeper.dp.outbound.v1.DataProcessor.last_time:type_name -> google.protobuf.Timestamp
|
|
42906
43038
|
54, // 214: com.lansweeper.dp.outbound.v1.CoreFields.type:type_name -> com.lansweeper.dp.outbound.v1.AssetType
|
|
42907
|
-
|
|
43039
|
+
289, // 215: com.lansweeper.dp.outbound.v1.UserLogon.logon_time:type_name -> google.protobuf.Timestamp
|
|
42908
43040
|
209, // 216: com.lansweeper.dp.outbound.v1.UserAccount.account_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
42909
43041
|
209, // 217: com.lansweeper.dp.outbound.v1.UserAccount.sid_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
42910
|
-
|
|
42911
|
-
|
|
42912
|
-
|
|
42913
|
-
|
|
43042
|
+
270, // 218: com.lansweeper.dp.outbound.v1.InternetExplorer.active_x:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX
|
|
43043
|
+
272, // 219: com.lansweeper.dp.outbound.v1.InternetExplorer.bar:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject
|
|
43044
|
+
272, // 220: com.lansweeper.dp.outbound.v1.InternetExplorer.browser_object:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject
|
|
43045
|
+
271, // 221: com.lansweeper.dp.outbound.v1.InternetExplorer.extension:type_name -> com.lansweeper.dp.outbound.v1.InternetExplorer.Extension
|
|
42914
43046
|
5, // 222: com.lansweeper.dp.outbound.v1.WindowsSqlServer.sql_authentication_mode:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServer.SqlAuthenticationMode
|
|
42915
43047
|
70, // 223: com.lansweeper.dp.outbound.v1.WindowsSqlServer.databases:type_name -> com.lansweeper.dp.outbound.v1.SqlServerDatabase
|
|
42916
43048
|
71, // 224: com.lansweeper.dp.outbound.v1.WindowsSqlServer.services:type_name -> com.lansweeper.dp.outbound.v1.SqlServerService
|
|
@@ -42920,12 +43052,12 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
42920
43052
|
7, // 228: com.lansweeper.dp.outbound.v1.SqlServerService.startup_type:type_name -> com.lansweeper.dp.outbound.v1.SqlServerService.ServiceStartupType
|
|
42921
43053
|
73, // 229: com.lansweeper.dp.outbound.v1.SqlServerCluster.cluster_nodes:type_name -> com.lansweeper.dp.outbound.v1.SqlServerClusterNode
|
|
42922
43054
|
8, // 230: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType
|
|
42923
|
-
|
|
42924
|
-
|
|
43055
|
+
289, // 231: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.start:type_name -> google.protobuf.Timestamp
|
|
43056
|
+
289, // 232: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.end:type_name -> google.protobuf.Timestamp
|
|
42925
43057
|
69, // 233: com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.windows_sql_server:type_name -> com.lansweeper.dp.outbound.v1.WindowsSqlServer
|
|
42926
43058
|
9, // 234: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.EventType
|
|
42927
|
-
|
|
42928
|
-
|
|
43059
|
+
289, // 235: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.start:type_name -> google.protobuf.Timestamp
|
|
43060
|
+
289, // 236: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.end:type_name -> google.protobuf.Timestamp
|
|
42929
43061
|
39, // 237: com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.hyper_v:type_name -> com.lansweeper.dp.outbound.v1.HyperV
|
|
42930
43062
|
77, // 238: com.lansweeper.dp.outbound.v1.HardwareInfo.spec:type_name -> com.lansweeper.dp.outbound.v1.SpecHardwareInfo
|
|
42931
43063
|
224, // 239: com.lansweeper.dp.outbound.v1.HardwareInfo.catalog_brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
|
|
@@ -42934,31 +43066,31 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
42934
43066
|
82, // 242: com.lansweeper.dp.outbound.v1.OperatingSystem.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo
|
|
42935
43067
|
79, // 243: com.lansweeper.dp.outbound.v1.OperatingSystem.mac:type_name -> com.lansweeper.dp.outbound.v1.MacOperatingSystemInfo
|
|
42936
43068
|
80, // 244: com.lansweeper.dp.outbound.v1.OperatingSystem.linux:type_name -> com.lansweeper.dp.outbound.v1.LinuxOperatingSystemInfo
|
|
42937
|
-
|
|
43069
|
+
289, // 245: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.install_date:type_name -> google.protobuf.Timestamp
|
|
42938
43070
|
209, // 246: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.os_language:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
42939
43071
|
209, // 247: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.os_product_suite:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
42940
43072
|
209, // 248: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.os_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
42941
43073
|
209, // 249: com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.product_type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
42942
43074
|
10, // 250: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.EventType
|
|
42943
|
-
|
|
42944
|
-
|
|
43075
|
+
289, // 251: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.start:type_name -> google.protobuf.Timestamp
|
|
43076
|
+
289, // 252: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.end:type_name -> google.protobuf.Timestamp
|
|
42945
43077
|
78, // 253: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystem
|
|
42946
43078
|
78, // 254: com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prev_os:type_name -> com.lansweeper.dp.outbound.v1.OperatingSystem
|
|
42947
|
-
|
|
42948
|
-
|
|
43079
|
+
289, // 255: com.lansweeper.dp.outbound.v1.OperatingSystemPatch.install_date:type_name -> google.protobuf.Timestamp
|
|
43080
|
+
289, // 256: com.lansweeper.dp.outbound.v1.NetworkInterfaces.timestamp:type_name -> google.protobuf.Timestamp
|
|
42949
43081
|
87, // 257: com.lansweeper.dp.outbound.v1.NetworkInterfaces.interface:type_name -> com.lansweeper.dp.outbound.v1.NetworkInterface
|
|
42950
43082
|
88, // 258: com.lansweeper.dp.outbound.v1.NetworkInterface.ip:type_name -> com.lansweeper.dp.outbound.v1.NetIpAddress
|
|
42951
43083
|
209, // 259: com.lansweeper.dp.outbound.v1.NetworkInterface.admin_status:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
42952
43084
|
209, // 260: com.lansweeper.dp.outbound.v1.NetworkInterface.oper_status:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
42953
43085
|
11, // 261: com.lansweeper.dp.outbound.v1.NetIpAddress.type:type_name -> com.lansweeper.dp.outbound.v1.NetIpAddress.IpType
|
|
42954
43086
|
90, // 262: com.lansweeper.dp.outbound.v1.NetworkProtocols.snmp:type_name -> com.lansweeper.dp.outbound.v1.SnmpInfo
|
|
42955
|
-
|
|
43087
|
+
289, // 263: com.lansweeper.dp.outbound.v1.PortScan.timestamp:type_name -> google.protobuf.Timestamp
|
|
42956
43088
|
92, // 264: com.lansweeper.dp.outbound.v1.PortScan.scanned_port:type_name -> com.lansweeper.dp.outbound.v1.ScannedPort
|
|
42957
43089
|
94, // 265: com.lansweeper.dp.outbound.v1.ScannedPort.http_server:type_name -> com.lansweeper.dp.outbound.v1.HttpServerInfo
|
|
42958
|
-
|
|
43090
|
+
289, // 266: com.lansweeper.dp.outbound.v1.ComputerMacDiagnostics.last_run:type_name -> google.protobuf.Timestamp
|
|
42959
43091
|
95, // 267: com.lansweeper.dp.outbound.v1.HttpServerInfo.certificates:type_name -> com.lansweeper.dp.outbound.v1.HttpCertificate
|
|
42960
|
-
|
|
42961
|
-
|
|
43092
|
+
289, // 268: com.lansweeper.dp.outbound.v1.HttpCertificate.effective_date:type_name -> google.protobuf.Timestamp
|
|
43093
|
+
289, // 269: com.lansweeper.dp.outbound.v1.HttpCertificate.expiration_date:type_name -> google.protobuf.Timestamp
|
|
42962
43094
|
12, // 270: com.lansweeper.dp.outbound.v1.HttpCertificate.errors:type_name -> com.lansweeper.dp.outbound.v1.HttpCertificate.SslPolicyErrors
|
|
42963
43095
|
209, // 271: com.lansweeper.dp.outbound.v1.Processor.architecture:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
42964
43096
|
209, // 272: com.lansweeper.dp.outbound.v1.Processor.family:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
@@ -42996,9 +43128,9 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
42996
43128
|
208, // 304: com.lansweeper.dp.outbound.v1.Driver.mac_ppds:type_name -> com.lansweeper.dp.outbound.v1.MacPrinterSoftwareItem
|
|
42997
43129
|
208, // 305: com.lansweeper.dp.outbound.v1.Driver.mac_printers:type_name -> com.lansweeper.dp.outbound.v1.MacPrinterSoftwareItem
|
|
42998
43130
|
208, // 306: com.lansweeper.dp.outbound.v1.Driver.mac_system_library_extensions:type_name -> com.lansweeper.dp.outbound.v1.MacPrinterSoftwareItem
|
|
42999
|
-
|
|
43131
|
+
289, // 307: com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.driver_date:type_name -> google.protobuf.Timestamp
|
|
43000
43132
|
120, // 308: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.dependency_errors:type_name -> com.lansweeper.dp.outbound.v1.KernelExtensionErrorType
|
|
43001
|
-
|
|
43133
|
+
289, // 309: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.last_modified:type_name -> google.protobuf.Timestamp
|
|
43002
43134
|
120, // 310: com.lansweeper.dp.outbound.v1.MacOsKernelExtension.validity_errors:type_name -> com.lansweeper.dp.outbound.v1.KernelExtensionErrorType
|
|
43003
43135
|
121, // 311: com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.errors:type_name -> com.lansweeper.dp.outbound.v1.KernelExtensionError
|
|
43004
43136
|
87, // 312: com.lansweeper.dp.outbound.v1.ComputerMacNetworkLocation.location_services:type_name -> com.lansweeper.dp.outbound.v1.NetworkInterface
|
|
@@ -43015,13 +43147,13 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
43015
43147
|
141, // 323: com.lansweeper.dp.outbound.v1.Bios.win:type_name -> com.lansweeper.dp.outbound.v1.WindowsBios
|
|
43016
43148
|
142, // 324: com.lansweeper.dp.outbound.v1.Bios.linux:type_name -> com.lansweeper.dp.outbound.v1.LinuxBios
|
|
43017
43149
|
140, // 325: com.lansweeper.dp.outbound.v1.Bios.esxi:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiBios
|
|
43018
|
-
|
|
43019
|
-
|
|
43150
|
+
289, // 326: com.lansweeper.dp.outbound.v1.Bios.release_date:type_name -> google.protobuf.Timestamp
|
|
43151
|
+
289, // 327: com.lansweeper.dp.outbound.v1.VmwareEsxiBios.release_date:type_name -> google.protobuf.Timestamp
|
|
43020
43152
|
209, // 328: com.lansweeper.dp.outbound.v1.WindowsBios.bios_characteristics:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
43021
|
-
|
|
43153
|
+
289, // 329: com.lansweeper.dp.outbound.v1.WindowsBios.release_date:type_name -> google.protobuf.Timestamp
|
|
43022
43154
|
209, // 330: com.lansweeper.dp.outbound.v1.WindowsBios.software_element_state:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
43023
43155
|
209, // 331: com.lansweeper.dp.outbound.v1.WindowsBios.target_operating_system:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
43024
|
-
|
|
43156
|
+
289, // 332: com.lansweeper.dp.outbound.v1.LinuxBios.release_date:type_name -> google.protobuf.Timestamp
|
|
43025
43157
|
144, // 333: com.lansweeper.dp.outbound.v1.ComputerBattery.win_battery:type_name -> com.lansweeper.dp.outbound.v1.WindowsComputerBattery
|
|
43026
43158
|
145, // 334: com.lansweeper.dp.outbound.v1.ComputerBattery.win_portable:type_name -> com.lansweeper.dp.outbound.v1.WindowsPortableBattery
|
|
43027
43159
|
146, // 335: com.lansweeper.dp.outbound.v1.ComputerBattery.mac_battery:type_name -> com.lansweeper.dp.outbound.v1.MacComputerBattery
|
|
@@ -43077,76 +43209,76 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
43077
43209
|
169, // 385: com.lansweeper.dp.outbound.v1.ComputerLinuxBasicInfo.command_information:type_name -> com.lansweeper.dp.outbound.v1.LinuxCommandInformation
|
|
43078
43210
|
209, // 386: com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.availability:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
43079
43211
|
209, // 387: com.lansweeper.dp.outbound.v1.ComputerConnectedTapeDrive.capabilities:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
43080
|
-
|
|
43212
|
+
289, // 388: com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.install_date:type_name -> google.protobuf.Timestamp
|
|
43081
43213
|
181, // 389: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.enhanced_key_usage:type_name -> com.lansweeper.dp.outbound.v1.WindowsCertificateEnhancedKeyUsage
|
|
43082
43214
|
13, // 390: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.key_usage:type_name -> com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.KeyUsageType
|
|
43083
|
-
|
|
43084
|
-
|
|
43215
|
+
289, // 391: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.expiration_date:type_name -> google.protobuf.Timestamp
|
|
43216
|
+
289, // 392: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.start_date:type_name -> google.protobuf.Timestamp
|
|
43085
43217
|
182, // 393: com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.location:type_name -> com.lansweeper.dp.outbound.v1.WindowsCertificateLocation
|
|
43086
43218
|
185, // 394: com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.user_settings:type_name -> com.lansweeper.dp.outbound.v1.MacRegionalUserSettings
|
|
43087
43219
|
186, // 395: com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.system_settings:type_name -> com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings
|
|
43088
43220
|
187, // 396: com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.recovery_os_settings:type_name -> com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings
|
|
43089
43221
|
189, // 397: com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.single:type_name -> com.lansweeper.dp.outbound.v1.WindowsSinglePageFile
|
|
43090
43222
|
191, // 398: com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.combined:type_name -> com.lansweeper.dp.outbound.v1.WindowsPageFileCombinedData
|
|
43091
|
-
|
|
43092
|
-
|
|
43093
|
-
|
|
43094
|
-
|
|
43223
|
+
289, // 399: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.creation_date:type_name -> google.protobuf.Timestamp
|
|
43224
|
+
289, // 400: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.install_date:type_name -> google.protobuf.Timestamp
|
|
43225
|
+
289, // 401: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.last_accessed:type_name -> google.protobuf.Timestamp
|
|
43226
|
+
289, // 402: com.lansweeper.dp.outbound.v1.WindowsSinglePageFile.last_modified:type_name -> google.protobuf.Timestamp
|
|
43095
43227
|
193, // 403: com.lansweeper.dp.outbound.v1.WindowsPageFileCombinedData.page_file_usages:type_name -> com.lansweeper.dp.outbound.v1.WindowsPageFileUsage
|
|
43096
43228
|
192, // 404: com.lansweeper.dp.outbound.v1.WindowsPageFileCombinedData.page_file_settings:type_name -> com.lansweeper.dp.outbound.v1.WindowsPageFileSetting
|
|
43097
|
-
|
|
43229
|
+
289, // 405: com.lansweeper.dp.outbound.v1.WindowsPageFileUsage.install_date:type_name -> google.protobuf.Timestamp
|
|
43098
43230
|
209, // 406: com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor.availability:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
43099
43231
|
209, // 407: com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.protocol_supported:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
43100
43232
|
209, // 408: com.lansweeper.dp.outbound.v1.PortableBattery.chemistry:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
43101
|
-
|
|
43102
|
-
|
|
43233
|
+
289, // 409: com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.last_modified:type_name -> google.protobuf.Timestamp
|
|
43234
|
+
289, // 410: com.lansweeper.dp.outbound.v1.MonitorInventory.timestamp:type_name -> google.protobuf.Timestamp
|
|
43103
43235
|
211, // 411: com.lansweeper.dp.outbound.v1.MonitorInventory.monitor:type_name -> com.lansweeper.dp.outbound.v1.Monitor
|
|
43104
|
-
|
|
43236
|
+
289, // 412: com.lansweeper.dp.outbound.v1.Monitor.manufacturer_date:type_name -> google.protobuf.Timestamp
|
|
43105
43237
|
212, // 413: com.lansweeper.dp.outbound.v1.Monitor.windows:type_name -> com.lansweeper.dp.outbound.v1.WindowsMonitorInfo
|
|
43106
43238
|
224, // 414: com.lansweeper.dp.outbound.v1.Monitor.catalog_brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
|
|
43107
43239
|
228, // 415: com.lansweeper.dp.outbound.v1.Monitor.catalog_monitor:type_name -> com.lansweeper.dp.outbound.v1.CatalogMonitor
|
|
43108
|
-
|
|
43240
|
+
289, // 416: com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.manufacturer_date:type_name -> google.protobuf.Timestamp
|
|
43109
43241
|
214, // 417: com.lansweeper.dp.outbound.v1.ComputerMacWifiController.airport_interfaces:type_name -> com.lansweeper.dp.outbound.v1.WiFiInterface
|
|
43110
43242
|
216, // 418: com.lansweeper.dp.outbound.v1.ComputerMacWifiController.software_information:type_name -> com.lansweeper.dp.outbound.v1.WiFiSoftware
|
|
43111
43243
|
215, // 419: com.lansweeper.dp.outbound.v1.WiFiInterface.current_network:type_name -> com.lansweeper.dp.outbound.v1.WiFiNetwork
|
|
43112
43244
|
215, // 420: com.lansweeper.dp.outbound.v1.WiFiInterface.other_local_networks:type_name -> com.lansweeper.dp.outbound.v1.WiFiNetwork
|
|
43113
43245
|
220, // 421: com.lansweeper.dp.outbound.v1.AntivirusSoftware.software:type_name -> com.lansweeper.dp.outbound.v1.Software
|
|
43114
|
-
|
|
43246
|
+
289, // 422: com.lansweeper.dp.outbound.v1.SoftwareInventory.timestamp:type_name -> google.protobuf.Timestamp
|
|
43115
43247
|
220, // 423: com.lansweeper.dp.outbound.v1.SoftwareInventory.software:type_name -> com.lansweeper.dp.outbound.v1.Software
|
|
43116
43248
|
221, // 424: com.lansweeper.dp.outbound.v1.Software.raw:type_name -> com.lansweeper.dp.outbound.v1.RawSoftware
|
|
43117
43249
|
224, // 425: com.lansweeper.dp.outbound.v1.Software.catalog_brand:type_name -> com.lansweeper.dp.outbound.v1.CatalogBrand
|
|
43118
43250
|
227, // 426: com.lansweeper.dp.outbound.v1.Software.catalog_software:type_name -> com.lansweeper.dp.outbound.v1.CatalogSoftware
|
|
43119
43251
|
227, // 427: com.lansweeper.dp.outbound.v1.Software.catalog_parent:type_name -> com.lansweeper.dp.outbound.v1.CatalogSoftware
|
|
43120
|
-
|
|
43252
|
+
289, // 428: com.lansweeper.dp.outbound.v1.RawSoftware.install_date:type_name -> google.protobuf.Timestamp
|
|
43121
43253
|
14, // 429: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.event_type:type_name -> com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.EventType
|
|
43122
|
-
|
|
43123
|
-
|
|
43254
|
+
289, // 430: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.start:type_name -> google.protobuf.Timestamp
|
|
43255
|
+
289, // 431: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.end:type_name -> google.protobuf.Timestamp
|
|
43124
43256
|
220, // 432: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.software:type_name -> com.lansweeper.dp.outbound.v1.Software
|
|
43125
43257
|
220, // 433: com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.prev_software:type_name -> com.lansweeper.dp.outbound.v1.Software
|
|
43126
|
-
|
|
43127
|
-
|
|
43128
|
-
|
|
43129
|
-
|
|
43130
|
-
|
|
43131
|
-
|
|
43132
|
-
|
|
43133
|
-
|
|
43134
|
-
|
|
43135
|
-
|
|
43136
|
-
|
|
43137
|
-
|
|
43138
|
-
|
|
43139
|
-
|
|
43140
|
-
|
|
43141
|
-
|
|
43142
|
-
|
|
43258
|
+
289, // 434: com.lansweeper.dp.outbound.v1.ComputerMacInstallHistory.install_date:type_name -> google.protobuf.Timestamp
|
|
43259
|
+
289, // 435: com.lansweeper.dp.outbound.v1.CatalogBrand.last_update_time:type_name -> google.protobuf.Timestamp
|
|
43260
|
+
289, // 436: com.lansweeper.dp.outbound.v1.CatalogModel.release_date:type_name -> google.protobuf.Timestamp
|
|
43261
|
+
289, // 437: com.lansweeper.dp.outbound.v1.CatalogModel.disc_date:type_name -> google.protobuf.Timestamp
|
|
43262
|
+
289, // 438: com.lansweeper.dp.outbound.v1.CatalogModel.eos_date:type_name -> google.protobuf.Timestamp
|
|
43263
|
+
289, // 439: com.lansweeper.dp.outbound.v1.CatalogModel.last_update_time:type_name -> google.protobuf.Timestamp
|
|
43264
|
+
289, // 440: com.lansweeper.dp.outbound.v1.CatalogOs.release_date:type_name -> google.protobuf.Timestamp
|
|
43265
|
+
289, // 441: com.lansweeper.dp.outbound.v1.CatalogOs.eol_date:type_name -> google.protobuf.Timestamp
|
|
43266
|
+
289, // 442: com.lansweeper.dp.outbound.v1.CatalogOs.eos_date:type_name -> google.protobuf.Timestamp
|
|
43267
|
+
289, // 443: com.lansweeper.dp.outbound.v1.CatalogOs.eosx_date:type_name -> google.protobuf.Timestamp
|
|
43268
|
+
289, // 444: com.lansweeper.dp.outbound.v1.CatalogOs.last_update_time:type_name -> google.protobuf.Timestamp
|
|
43269
|
+
289, // 445: com.lansweeper.dp.outbound.v1.CatalogSoftware.release_date:type_name -> google.protobuf.Timestamp
|
|
43270
|
+
289, // 446: com.lansweeper.dp.outbound.v1.CatalogSoftware.eol_date:type_name -> google.protobuf.Timestamp
|
|
43271
|
+
289, // 447: com.lansweeper.dp.outbound.v1.CatalogSoftware.eos_date:type_name -> google.protobuf.Timestamp
|
|
43272
|
+
289, // 448: com.lansweeper.dp.outbound.v1.CatalogSoftware.eosx_date:type_name -> google.protobuf.Timestamp
|
|
43273
|
+
289, // 449: com.lansweeper.dp.outbound.v1.CatalogSoftware.last_update_time:type_name -> google.protobuf.Timestamp
|
|
43274
|
+
289, // 450: com.lansweeper.dp.outbound.v1.CatalogMonitor.last_update_time:type_name -> google.protobuf.Timestamp
|
|
43143
43275
|
230, // 451: com.lansweeper.dp.outbound.v1.Printer.toner:type_name -> com.lansweeper.dp.outbound.v1.PrinterTonerInfo
|
|
43144
43276
|
209, // 452: com.lansweeper.dp.outbound.v1.PrinterTonerInfo.color_number:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
43145
43277
|
28, // 453: com.lansweeper.dp.outbound.v1.User.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
43146
|
-
|
|
43147
|
-
|
|
43148
|
-
|
|
43149
|
-
|
|
43278
|
+
289, // 454: com.lansweeper.dp.outbound.v1.User.last_synced:type_name -> google.protobuf.Timestamp
|
|
43279
|
+
289, // 455: com.lansweeper.dp.outbound.v1.User.first_seen:type_name -> google.protobuf.Timestamp
|
|
43280
|
+
289, // 456: com.lansweeper.dp.outbound.v1.User.last_updated:type_name -> google.protobuf.Timestamp
|
|
43281
|
+
289, // 457: com.lansweeper.dp.outbound.v1.User.last_enriched:type_name -> google.protobuf.Timestamp
|
|
43150
43282
|
58, // 458: com.lansweeper.dp.outbound.v1.User.source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
|
|
43151
43283
|
58, // 459: com.lansweeper.dp.outbound.v1.User.unlinked_source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
|
|
43152
43284
|
61, // 460: com.lansweeper.dp.outbound.v1.User.data_processor:type_name -> com.lansweeper.dp.outbound.v1.DataProcessor
|
|
@@ -43158,12 +43290,12 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
43158
43290
|
45, // 466: com.lansweeper.dp.outbound.v1.User.reconciliation:type_name -> com.lansweeper.dp.outbound.v1.ReconciliationInfo
|
|
43159
43291
|
233, // 467: com.lansweeper.dp.outbound.v1.User.core:type_name -> com.lansweeper.dp.outbound.v1.UserCoreFields
|
|
43160
43292
|
239, // 468: com.lansweeper.dp.outbound.v1.User.ad_user:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryUser
|
|
43161
|
-
|
|
43293
|
+
268, // 469: com.lansweeper.dp.outbound.v1.User.office_365_user:type_name -> com.lansweeper.dp.outbound.v1.Office365User
|
|
43162
43294
|
28, // 470: com.lansweeper.dp.outbound.v1.Group.id:type_name -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
43163
|
-
|
|
43164
|
-
|
|
43165
|
-
|
|
43166
|
-
|
|
43295
|
+
289, // 471: com.lansweeper.dp.outbound.v1.Group.last_synced:type_name -> google.protobuf.Timestamp
|
|
43296
|
+
289, // 472: com.lansweeper.dp.outbound.v1.Group.first_seen:type_name -> google.protobuf.Timestamp
|
|
43297
|
+
289, // 473: com.lansweeper.dp.outbound.v1.Group.last_updated:type_name -> google.protobuf.Timestamp
|
|
43298
|
+
289, // 474: com.lansweeper.dp.outbound.v1.Group.last_enriched:type_name -> google.protobuf.Timestamp
|
|
43167
43299
|
58, // 475: com.lansweeper.dp.outbound.v1.Group.source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
|
|
43168
43300
|
58, // 476: com.lansweeper.dp.outbound.v1.Group.unlinked_source_info:type_name -> com.lansweeper.dp.outbound.v1.SourceInfo
|
|
43169
43301
|
61, // 477: com.lansweeper.dp.outbound.v1.Group.data_processor:type_name -> com.lansweeper.dp.outbound.v1.DataProcessor
|
|
@@ -43175,102 +43307,103 @@ var file_outbound_proto_depIdxs = []int32{
|
|
|
43175
43307
|
45, // 483: com.lansweeper.dp.outbound.v1.Group.reconciliation:type_name -> com.lansweeper.dp.outbound.v1.ReconciliationInfo
|
|
43176
43308
|
235, // 484: com.lansweeper.dp.outbound.v1.Group.core:type_name -> com.lansweeper.dp.outbound.v1.GroupCoreFields
|
|
43177
43309
|
240, // 485: com.lansweeper.dp.outbound.v1.Group.ad_group:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup
|
|
43178
|
-
|
|
43179
|
-
|
|
43180
|
-
|
|
43310
|
+
265, // 486: com.lansweeper.dp.outbound.v1.Group.office_365_group:type_name -> com.lansweeper.dp.outbound.v1.Office365Group
|
|
43311
|
+
289, // 487: com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.creation_time:type_name -> google.protobuf.Timestamp
|
|
43312
|
+
289, // 488: com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.last_changed:type_name -> google.protobuf.Timestamp
|
|
43181
43313
|
236, // 489: com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
|
|
43182
43314
|
236, // 490: com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
|
|
43183
43315
|
236, // 491: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
|
|
43184
|
-
|
|
43185
|
-
|
|
43186
|
-
|
|
43187
|
-
|
|
43188
|
-
|
|
43189
|
-
|
|
43190
|
-
|
|
43316
|
+
289, // 492: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.account_expires:type_name -> google.protobuf.Timestamp
|
|
43317
|
+
289, // 493: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.lockout_time:type_name -> google.protobuf.Timestamp
|
|
43318
|
+
289, // 494: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_last_set:type_name -> google.protobuf.Timestamp
|
|
43319
|
+
289, // 495: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.last_logon:type_name -> google.protobuf.Timestamp
|
|
43320
|
+
289, // 496: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.lockout_date:type_name -> google.protobuf.Timestamp
|
|
43321
|
+
289, // 497: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_expiration_date:type_name -> google.protobuf.Timestamp
|
|
43322
|
+
289, // 498: com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.password_changeable_date:type_name -> google.protobuf.Timestamp
|
|
43191
43323
|
236, // 499: com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup.ad_object:type_name -> com.lansweeper.dp.outbound.v1.ActiveDirectoryObject
|
|
43192
43324
|
209, // 500: com.lansweeper.dp.outbound.v1.ActiveDirectoryGroup.type:type_name -> com.lansweeper.dp.outbound.v1.MappedValue
|
|
43193
43325
|
242, // 501: com.lansweeper.dp.outbound.v1.Vmware.vcenter:type_name -> com.lansweeper.dp.outbound.v1.VmwareVCenter
|
|
43194
43326
|
243, // 502: com.lansweeper.dp.outbound.v1.Vmware.esxi:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor
|
|
43195
43327
|
244, // 503: com.lansweeper.dp.outbound.v1.Vmware.guest_vm:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm
|
|
43196
43328
|
245, // 504: com.lansweeper.dp.outbound.v1.VmwareVCenter.product_info:type_name -> com.lansweeper.dp.outbound.v1.VmwareProductInfo
|
|
43197
|
-
|
|
43329
|
+
274, // 505: com.lansweeper.dp.outbound.v1.VmwareVCenter.vcenter_datacenters:type_name -> com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry
|
|
43198
43330
|
245, // 506: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.product_info:type_name -> com.lansweeper.dp.outbound.v1.VmwareProductInfo
|
|
43199
|
-
|
|
43200
|
-
|
|
43201
|
-
|
|
43202
|
-
|
|
43203
|
-
|
|
43204
|
-
|
|
43205
|
-
|
|
43206
|
-
|
|
43207
|
-
|
|
43208
|
-
|
|
43209
|
-
|
|
43331
|
+
275, // 507: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.esxi_hypervisor_datastores:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry
|
|
43332
|
+
276, // 508: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.esxi_guest_vm_key:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiGuestVmKeyEntry
|
|
43333
|
+
289, // 509: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.boot_time:type_name -> google.protobuf.Timestamp
|
|
43334
|
+
277, // 510: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.esxi_guest_snapshots:type_name -> com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry
|
|
43335
|
+
289, // 511: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.boot_time:type_name -> google.protobuf.Timestamp
|
|
43336
|
+
278, // 512: com.lansweeper.dp.outbound.v1.VmwareDatacenter.clusters:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry
|
|
43337
|
+
279, // 513: com.lansweeper.dp.outbound.v1.VmwareDatacenter.hypervisors:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.HypervisorsEntry
|
|
43338
|
+
280, // 514: com.lansweeper.dp.outbound.v1.VmwareDatacenter.datastore_clusters:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry
|
|
43339
|
+
281, // 515: com.lansweeper.dp.outbound.v1.VmwareDatacenter.datastores:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry
|
|
43340
|
+
282, // 516: com.lansweeper.dp.outbound.v1.EsxiCluster.hypervisors:type_name -> com.lansweeper.dp.outbound.v1.EsxiCluster.HypervisorsEntry
|
|
43341
|
+
283, // 517: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.datastores:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry
|
|
43210
43342
|
249, // 518: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.storage_drs:type_name -> com.lansweeper.dp.outbound.v1.DatastoreClusterStorageDrs
|
|
43211
43343
|
250, // 519: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.drs_pod_config_rule:type_name -> com.lansweeper.dp.outbound.v1.DatastoreClusterDrsPodConfigRule
|
|
43212
43344
|
251, // 520: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.drs_vm_override:type_name -> com.lansweeper.dp.outbound.v1.DatastoreClusterDrsVmOverride
|
|
43213
|
-
|
|
43214
|
-
|
|
43215
|
-
|
|
43345
|
+
284, // 521: com.lansweeper.dp.outbound.v1.VmwareDatastore.disks:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry
|
|
43346
|
+
289, // 522: com.lansweeper.dp.outbound.v1.VmwareDatastore.timestamp:type_name -> google.protobuf.Timestamp
|
|
43347
|
+
289, // 523: com.lansweeper.dp.outbound.v1.VmwareSnapshot.create_time:type_name -> google.protobuf.Timestamp
|
|
43216
43348
|
258, // 524: com.lansweeper.dp.outbound.v1.ReconRuleSet.recon_rules:type_name -> com.lansweeper.dp.outbound.v1.ReconRule
|
|
43217
43349
|
0, // 525: com.lansweeper.dp.outbound.v1.ReconRule.id:type_name -> com.lansweeper.dp.outbound.v1.ReconRuleId
|
|
43218
|
-
|
|
43219
|
-
|
|
43220
|
-
|
|
43221
|
-
|
|
43222
|
-
|
|
43350
|
+
289, // 526: com.lansweeper.dp.outbound.v1.Office365Organization.company_last_dir_sync_time:type_name -> google.protobuf.Timestamp
|
|
43351
|
+
264, // 527: com.lansweeper.dp.outbound.v1.Office365Organization.domains:type_name -> com.lansweeper.dp.outbound.v1.Office365Domain
|
|
43352
|
+
266, // 528: com.lansweeper.dp.outbound.v1.Office365Organization.licenses:type_name -> com.lansweeper.dp.outbound.v1.Office365License
|
|
43353
|
+
285, // 529: com.lansweeper.dp.outbound.v1.Office365Organization.assigned_plans:type_name -> com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry
|
|
43354
|
+
263, // 530: com.lansweeper.dp.outbound.v1.Office365Organization.contacts:type_name -> com.lansweeper.dp.outbound.v1.Office365Contact
|
|
43223
43355
|
260, // 531: com.lansweeper.dp.outbound.v1.Office365Organization.mailboxes:type_name -> com.lansweeper.dp.outbound.v1.Office365Mailbox
|
|
43224
|
-
|
|
43225
|
-
|
|
43226
|
-
286, // 534: com.lansweeper.dp.outbound.v1.
|
|
43227
|
-
|
|
43228
|
-
|
|
43229
|
-
|
|
43230
|
-
|
|
43231
|
-
|
|
43232
|
-
|
|
43233
|
-
|
|
43234
|
-
|
|
43235
|
-
|
|
43236
|
-
|
|
43237
|
-
|
|
43238
|
-
252, // 546: com.lansweeper.dp.outbound.v1.
|
|
43239
|
-
|
|
43240
|
-
|
|
43241
|
-
|
|
43242
|
-
|
|
43243
|
-
|
|
43244
|
-
|
|
43245
|
-
|
|
43246
|
-
|
|
43247
|
-
|
|
43248
|
-
|
|
43249
|
-
|
|
43250
|
-
|
|
43251
|
-
|
|
43252
|
-
|
|
43253
|
-
|
|
43254
|
-
|
|
43255
|
-
|
|
43256
|
-
|
|
43257
|
-
|
|
43258
|
-
|
|
43259
|
-
|
|
43260
|
-
|
|
43261
|
-
29, // 569: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.
|
|
43262
|
-
29, // 570: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.
|
|
43263
|
-
29, // 571: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.
|
|
43264
|
-
29, // 572: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.
|
|
43265
|
-
|
|
43266
|
-
15, // 574: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.
|
|
43267
|
-
15, // 575: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.
|
|
43268
|
-
15, // 576: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.
|
|
43269
|
-
|
|
43270
|
-
|
|
43271
|
-
|
|
43272
|
-
|
|
43273
|
-
|
|
43356
|
+
262, // 532: com.lansweeper.dp.outbound.v1.Office365Organization.assigned_licenses:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedLicense
|
|
43357
|
+
289, // 533: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.assigned_time_stamp:type_name -> google.protobuf.Timestamp
|
|
43358
|
+
286, // 534: com.lansweeper.dp.outbound.v1.Office365AssignedPlan.users_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedPlan.UsersKeysEntry
|
|
43359
|
+
287, // 535: com.lansweeper.dp.outbound.v1.Office365License.users_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365License.UsersKeysEntry
|
|
43360
|
+
267, // 536: com.lansweeper.dp.outbound.v1.Office365License.service_plans:type_name -> com.lansweeper.dp.outbound.v1.Office365ServicePlan
|
|
43361
|
+
289, // 537: com.lansweeper.dp.outbound.v1.Office365User.last_dir_sync_time:type_name -> google.protobuf.Timestamp
|
|
43362
|
+
289, // 538: com.lansweeper.dp.outbound.v1.Office365User.refresh_tokens_valid_from_date_time:type_name -> google.protobuf.Timestamp
|
|
43363
|
+
288, // 539: com.lansweeper.dp.outbound.v1.Office365User.group_keys:type_name -> com.lansweeper.dp.outbound.v1.Office365User.GroupKeysEntry
|
|
43364
|
+
16, // 540: com.lansweeper.dp.outbound.v1.Site.UnlinkedInstallationsEntry.value:type_name -> com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata
|
|
43365
|
+
246, // 541: com.lansweeper.dp.outbound.v1.VmwareVCenter.VcenterDatacentersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatacenter
|
|
43366
|
+
252, // 542: com.lansweeper.dp.outbound.v1.VmwareEsxiHypervisor.EsxiHypervisorDatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
|
|
43367
|
+
254, // 543: com.lansweeper.dp.outbound.v1.VmwareEsxiGuestVm.EsxiGuestSnapshotsEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareSnapshot
|
|
43368
|
+
247, // 544: com.lansweeper.dp.outbound.v1.VmwareDatacenter.ClustersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.EsxiCluster
|
|
43369
|
+
248, // 545: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoreClustersEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster
|
|
43370
|
+
252, // 546: com.lansweeper.dp.outbound.v1.VmwareDatacenter.DatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
|
|
43371
|
+
252, // 547: com.lansweeper.dp.outbound.v1.VmwareDatastoreCluster.DatastoresEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDatastore
|
|
43372
|
+
253, // 548: com.lansweeper.dp.outbound.v1.VmwareDatastore.DisksEntry.value:type_name -> com.lansweeper.dp.outbound.v1.VmwareDisk
|
|
43373
|
+
261, // 549: com.lansweeper.dp.outbound.v1.Office365Organization.AssignedPlansEntry.value:type_name -> com.lansweeper.dp.outbound.v1.Office365AssignedPlan
|
|
43374
|
+
18, // 550: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:input_type -> com.lansweeper.dp.outbound.v1.GetEntityRequest
|
|
43375
|
+
20, // 551: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:input_type -> com.lansweeper.dp.outbound.v1.ListEntityRequest
|
|
43376
|
+
22, // 552: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:input_type -> com.lansweeper.dp.outbound.v1.CatalogLookupRequest
|
|
43377
|
+
24, // 553: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetIpLocationConfig:input_type -> com.lansweeper.dp.outbound.v1.GetIpLocationConfigRequest
|
|
43378
|
+
26, // 554: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.SetIpLocationConfig:input_type -> com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest
|
|
43379
|
+
29, // 555: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateEntity:input_type -> com.lansweeper.dp.outbound.v1.Entity
|
|
43380
|
+
28, // 556: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetAsset:input_type -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
43381
|
+
29, // 557: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateAsset:input_type -> com.lansweeper.dp.outbound.v1.Entity
|
|
43382
|
+
28, // 558: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteAsset:input_type -> com.lansweeper.dp.outbound.v1.EntityPath
|
|
43383
|
+
17, // 559: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.ListAssets:input_type -> com.lansweeper.dp.outbound.v1.EntityFilter
|
|
43384
|
+
15, // 560: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateSite:input_type -> com.lansweeper.dp.outbound.v1.Site
|
|
43385
|
+
256, // 561: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetSite:input_type -> com.lansweeper.dp.outbound.v1.SiteKey
|
|
43386
|
+
15, // 562: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateSite:input_type -> com.lansweeper.dp.outbound.v1.Site
|
|
43387
|
+
256, // 563: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteSite:input_type -> com.lansweeper.dp.outbound.v1.SiteKey
|
|
43388
|
+
19, // 564: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetEntity:output_type -> com.lansweeper.dp.outbound.v1.GetEntityResponse
|
|
43389
|
+
21, // 565: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.ListEntities:output_type -> com.lansweeper.dp.outbound.v1.ListEntityResponse
|
|
43390
|
+
23, // 566: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.CatalogLookup:output_type -> com.lansweeper.dp.outbound.v1.CatalogLookupResponse
|
|
43391
|
+
25, // 567: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.GetIpLocationConfig:output_type -> com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse
|
|
43392
|
+
27, // 568: com.lansweeper.dp.outbound.v1.DataCoreOutboundService.SetIpLocationConfig:output_type -> com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse
|
|
43393
|
+
29, // 569: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateEntity:output_type -> com.lansweeper.dp.outbound.v1.Entity
|
|
43394
|
+
29, // 570: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
|
|
43395
|
+
29, // 571: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
|
|
43396
|
+
29, // 572: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteAsset:output_type -> com.lansweeper.dp.outbound.v1.Entity
|
|
43397
|
+
29, // 573: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.ListAssets:output_type -> com.lansweeper.dp.outbound.v1.Entity
|
|
43398
|
+
15, // 574: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.CreateSite:output_type -> com.lansweeper.dp.outbound.v1.Site
|
|
43399
|
+
15, // 575: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.GetSite:output_type -> com.lansweeper.dp.outbound.v1.Site
|
|
43400
|
+
15, // 576: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.UpdateSite:output_type -> com.lansweeper.dp.outbound.v1.Site
|
|
43401
|
+
15, // 577: com.lansweeper.dp.outbound.v1.DataCoreBackofficeService.DeleteSite:output_type -> com.lansweeper.dp.outbound.v1.Site
|
|
43402
|
+
564, // [564:578] is the sub-list for method output_type
|
|
43403
|
+
550, // [550:564] is the sub-list for method input_type
|
|
43404
|
+
550, // [550:550] is the sub-list for extension type_name
|
|
43405
|
+
550, // [550:550] is the sub-list for extension extendee
|
|
43406
|
+
0, // [0:550] is the sub-list for field type_name
|
|
43274
43407
|
}
|
|
43275
43408
|
|
|
43276
43409
|
func init() { file_outbound_proto_init() }
|
|
@@ -46244,7 +46377,7 @@ func file_outbound_proto_init() {
|
|
|
46244
46377
|
}
|
|
46245
46378
|
}
|
|
46246
46379
|
file_outbound_proto_msgTypes[247].Exporter = func(v any, i int) any {
|
|
46247
|
-
switch v := v.(*
|
|
46380
|
+
switch v := v.(*Office365AssignedLicense); i {
|
|
46248
46381
|
case 0:
|
|
46249
46382
|
return &v.state
|
|
46250
46383
|
case 1:
|
|
@@ -46256,7 +46389,7 @@ func file_outbound_proto_init() {
|
|
|
46256
46389
|
}
|
|
46257
46390
|
}
|
|
46258
46391
|
file_outbound_proto_msgTypes[248].Exporter = func(v any, i int) any {
|
|
46259
|
-
switch v := v.(*
|
|
46392
|
+
switch v := v.(*Office365Contact); i {
|
|
46260
46393
|
case 0:
|
|
46261
46394
|
return &v.state
|
|
46262
46395
|
case 1:
|
|
@@ -46268,7 +46401,7 @@ func file_outbound_proto_init() {
|
|
|
46268
46401
|
}
|
|
46269
46402
|
}
|
|
46270
46403
|
file_outbound_proto_msgTypes[249].Exporter = func(v any, i int) any {
|
|
46271
|
-
switch v := v.(*
|
|
46404
|
+
switch v := v.(*Office365Domain); i {
|
|
46272
46405
|
case 0:
|
|
46273
46406
|
return &v.state
|
|
46274
46407
|
case 1:
|
|
@@ -46280,7 +46413,7 @@ func file_outbound_proto_init() {
|
|
|
46280
46413
|
}
|
|
46281
46414
|
}
|
|
46282
46415
|
file_outbound_proto_msgTypes[250].Exporter = func(v any, i int) any {
|
|
46283
|
-
switch v := v.(*
|
|
46416
|
+
switch v := v.(*Office365Group); i {
|
|
46284
46417
|
case 0:
|
|
46285
46418
|
return &v.state
|
|
46286
46419
|
case 1:
|
|
@@ -46292,7 +46425,7 @@ func file_outbound_proto_init() {
|
|
|
46292
46425
|
}
|
|
46293
46426
|
}
|
|
46294
46427
|
file_outbound_proto_msgTypes[251].Exporter = func(v any, i int) any {
|
|
46295
|
-
switch v := v.(*
|
|
46428
|
+
switch v := v.(*Office365License); i {
|
|
46296
46429
|
case 0:
|
|
46297
46430
|
return &v.state
|
|
46298
46431
|
case 1:
|
|
@@ -46304,6 +46437,18 @@ func file_outbound_proto_init() {
|
|
|
46304
46437
|
}
|
|
46305
46438
|
}
|
|
46306
46439
|
file_outbound_proto_msgTypes[252].Exporter = func(v any, i int) any {
|
|
46440
|
+
switch v := v.(*Office365ServicePlan); i {
|
|
46441
|
+
case 0:
|
|
46442
|
+
return &v.state
|
|
46443
|
+
case 1:
|
|
46444
|
+
return &v.sizeCache
|
|
46445
|
+
case 2:
|
|
46446
|
+
return &v.unknownFields
|
|
46447
|
+
default:
|
|
46448
|
+
return nil
|
|
46449
|
+
}
|
|
46450
|
+
}
|
|
46451
|
+
file_outbound_proto_msgTypes[253].Exporter = func(v any, i int) any {
|
|
46307
46452
|
switch v := v.(*Office365User); i {
|
|
46308
46453
|
case 0:
|
|
46309
46454
|
return &v.state
|
|
@@ -46315,7 +46460,7 @@ func file_outbound_proto_init() {
|
|
|
46315
46460
|
return nil
|
|
46316
46461
|
}
|
|
46317
46462
|
}
|
|
46318
|
-
file_outbound_proto_msgTypes[
|
|
46463
|
+
file_outbound_proto_msgTypes[255].Exporter = func(v any, i int) any {
|
|
46319
46464
|
switch v := v.(*InternetExplorer_ActiveX); i {
|
|
46320
46465
|
case 0:
|
|
46321
46466
|
return &v.state
|
|
@@ -46327,7 +46472,7 @@ func file_outbound_proto_init() {
|
|
|
46327
46472
|
return nil
|
|
46328
46473
|
}
|
|
46329
46474
|
}
|
|
46330
|
-
file_outbound_proto_msgTypes[
|
|
46475
|
+
file_outbound_proto_msgTypes[256].Exporter = func(v any, i int) any {
|
|
46331
46476
|
switch v := v.(*InternetExplorer_Extension); i {
|
|
46332
46477
|
case 0:
|
|
46333
46478
|
return &v.state
|
|
@@ -46339,7 +46484,7 @@ func file_outbound_proto_init() {
|
|
|
46339
46484
|
return nil
|
|
46340
46485
|
}
|
|
46341
46486
|
}
|
|
46342
|
-
file_outbound_proto_msgTypes[
|
|
46487
|
+
file_outbound_proto_msgTypes[257].Exporter = func(v any, i int) any {
|
|
46343
46488
|
switch v := v.(*InternetExplorer_BrowserObject); i {
|
|
46344
46489
|
case 0:
|
|
46345
46490
|
return &v.state
|
|
@@ -46351,7 +46496,7 @@ func file_outbound_proto_init() {
|
|
|
46351
46496
|
return nil
|
|
46352
46497
|
}
|
|
46353
46498
|
}
|
|
46354
|
-
file_outbound_proto_msgTypes[
|
|
46499
|
+
file_outbound_proto_msgTypes[258].Exporter = func(v any, i int) any {
|
|
46355
46500
|
switch v := v.(*InternetExplorer_BarInfo); i {
|
|
46356
46501
|
case 0:
|
|
46357
46502
|
return &v.state
|
|
@@ -46634,21 +46779,21 @@ func file_outbound_proto_init() {
|
|
|
46634
46779
|
file_outbound_proto_msgTypes[240].OneofWrappers = []any{}
|
|
46635
46780
|
file_outbound_proto_msgTypes[244].OneofWrappers = []any{}
|
|
46636
46781
|
file_outbound_proto_msgTypes[246].OneofWrappers = []any{}
|
|
46637
|
-
file_outbound_proto_msgTypes[247].OneofWrappers = []any{}
|
|
46638
46782
|
file_outbound_proto_msgTypes[248].OneofWrappers = []any{}
|
|
46639
46783
|
file_outbound_proto_msgTypes[249].OneofWrappers = []any{}
|
|
46640
46784
|
file_outbound_proto_msgTypes[250].OneofWrappers = []any{}
|
|
46641
46785
|
file_outbound_proto_msgTypes[251].OneofWrappers = []any{}
|
|
46642
46786
|
file_outbound_proto_msgTypes[252].OneofWrappers = []any{}
|
|
46643
|
-
file_outbound_proto_msgTypes[
|
|
46787
|
+
file_outbound_proto_msgTypes[253].OneofWrappers = []any{}
|
|
46644
46788
|
file_outbound_proto_msgTypes[255].OneofWrappers = []any{}
|
|
46789
|
+
file_outbound_proto_msgTypes[256].OneofWrappers = []any{}
|
|
46645
46790
|
type x struct{}
|
|
46646
46791
|
out := protoimpl.TypeBuilder{
|
|
46647
46792
|
File: protoimpl.DescBuilder{
|
|
46648
46793
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
46649
46794
|
RawDescriptor: file_outbound_proto_rawDesc,
|
|
46650
46795
|
NumEnums: 15,
|
|
46651
|
-
NumMessages:
|
|
46796
|
+
NumMessages: 274,
|
|
46652
46797
|
NumExtensions: 0,
|
|
46653
46798
|
NumServices: 2,
|
|
46654
46799
|
},
|