@lansweeper/data-platform-outbound-grpc 0.1.9 → 0.1.10
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/java.json +5 -0
- package/package.json +2 -2
- package/pom.xml +0 -29
- package/src/main/java/com/lansweeper/dp/outbound/v1/Asset.java +0 -2325
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +0 -159
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetType.java +0 -801
- package/src/main/java/com/lansweeper/dp/outbound/v1/AssetTypeOrBuilder.java +0 -58
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrand.java +0 -4206
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogBrandOrBuilder.java +0 -423
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModel.java +0 -3639
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogModelOrBuilder.java +0 -379
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitor.java +0 -5453
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogMonitorOrBuilder.java +0 -591
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOs.java +0 -3720
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogOsOrBuilder.java +0 -372
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftware.java +0 -3015
- package/src/main/java/com/lansweeper/dp/outbound/v1/CatalogSoftwareOrBuilder.java +0 -303
- package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFields.java +0 -1731
- package/src/main/java/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.java +0 -138
- package/src/main/java/com/lansweeper/dp/outbound/v1/Entity.java +0 -762
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityOrBuilder.java +0 -41
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPath.java +0 -1283
- package/src/main/java/com/lansweeper/dp/outbound/v1/EntityPathOrBuilder.java +0 -113
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequest.java +0 -655
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityRequestOrBuilder.java +0 -36
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponse.java +0 -1193
- package/src/main/java/com/lansweeper/dp/outbound/v1/GetEntityResponseOrBuilder.java +0 -71
- package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfo.java +0 -2702
- package/src/main/java/com/lansweeper/dp/outbound/v1/HardwareInfoOrBuilder.java +0 -237
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequest.java +0 -655
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityRequestOrBuilder.java +0 -36
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponse.java +0 -958
- package/src/main/java/com/lansweeper/dp/outbound/v1/ListEntityResponseOrBuilder.java +0 -48
- package/src/main/java/com/lansweeper/dp/outbound/v1/Monitor.java +0 -1590
- package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorInventory.java +0 -966
- package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.java +0 -48
- package/src/main/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +0 -100
- package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfo.java +0 -2332
- package/src/main/java/com/lansweeper/dp/outbound/v1/OperatingSystemInfoOrBuilder.java +0 -191
- package/src/main/java/com/lansweeper/dp/outbound/v1/Outbound.java +0 -622
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfo.java +0 -1073
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawHardwareInfoOrBuilder.java +0 -77
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftware.java +0 -1991
- package/src/main/java/com/lansweeper/dp/outbound/v1/RawSoftwareOrBuilder.java +0 -198
- package/src/main/java/com/lansweeper/dp/outbound/v1/Software.java +0 -3911
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventory.java +0 -966
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareInventoryOrBuilder.java +0 -48
- package/src/main/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +0 -380
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawMonitorInfo.java +0 -1728
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawMonitorInfoOrBuilder.java +0 -138
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfo.java +0 -1846
- package/src/main/java/com/lansweeper/dp/outbound/v1/WindowsRawOperatingSystemInfoOrBuilder.java +0 -205
|
@@ -1,622 +0,0 @@
|
|
|
1
|
-
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
// source: packages/data.platform/outbound/grpc/proto/outbound.proto
|
|
3
|
-
|
|
4
|
-
package com.lansweeper.dp.outbound.v1;
|
|
5
|
-
|
|
6
|
-
public final class Outbound {
|
|
7
|
-
private Outbound() {}
|
|
8
|
-
public static void registerAllExtensions(
|
|
9
|
-
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
public static void registerAllExtensions(
|
|
13
|
-
com.google.protobuf.ExtensionRegistry registry) {
|
|
14
|
-
registerAllExtensions(
|
|
15
|
-
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
16
|
-
}
|
|
17
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
18
|
-
internal_static_com_lansweeper_dp_outbound_v1_GetEntityRequest_descriptor;
|
|
19
|
-
static final
|
|
20
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
21
|
-
internal_static_com_lansweeper_dp_outbound_v1_GetEntityRequest_fieldAccessorTable;
|
|
22
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
23
|
-
internal_static_com_lansweeper_dp_outbound_v1_GetEntityResponse_descriptor;
|
|
24
|
-
static final
|
|
25
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
26
|
-
internal_static_com_lansweeper_dp_outbound_v1_GetEntityResponse_fieldAccessorTable;
|
|
27
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
28
|
-
internal_static_com_lansweeper_dp_outbound_v1_ListEntityRequest_descriptor;
|
|
29
|
-
static final
|
|
30
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
31
|
-
internal_static_com_lansweeper_dp_outbound_v1_ListEntityRequest_fieldAccessorTable;
|
|
32
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
33
|
-
internal_static_com_lansweeper_dp_outbound_v1_ListEntityResponse_descriptor;
|
|
34
|
-
static final
|
|
35
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
36
|
-
internal_static_com_lansweeper_dp_outbound_v1_ListEntityResponse_fieldAccessorTable;
|
|
37
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
38
|
-
internal_static_com_lansweeper_dp_outbound_v1_EntityPath_descriptor;
|
|
39
|
-
static final
|
|
40
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
41
|
-
internal_static_com_lansweeper_dp_outbound_v1_EntityPath_fieldAccessorTable;
|
|
42
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
43
|
-
internal_static_com_lansweeper_dp_outbound_v1_Entity_descriptor;
|
|
44
|
-
static final
|
|
45
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
46
|
-
internal_static_com_lansweeper_dp_outbound_v1_Entity_fieldAccessorTable;
|
|
47
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
48
|
-
internal_static_com_lansweeper_dp_outbound_v1_Asset_descriptor;
|
|
49
|
-
static final
|
|
50
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
51
|
-
internal_static_com_lansweeper_dp_outbound_v1_Asset_fieldAccessorTable;
|
|
52
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
53
|
-
internal_static_com_lansweeper_dp_outbound_v1_AssetType_descriptor;
|
|
54
|
-
static final
|
|
55
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
56
|
-
internal_static_com_lansweeper_dp_outbound_v1_AssetType_fieldAccessorTable;
|
|
57
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
58
|
-
internal_static_com_lansweeper_dp_outbound_v1_CoreFields_descriptor;
|
|
59
|
-
static final
|
|
60
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
61
|
-
internal_static_com_lansweeper_dp_outbound_v1_CoreFields_fieldAccessorTable;
|
|
62
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
63
|
-
internal_static_com_lansweeper_dp_outbound_v1_HardwareInfo_descriptor;
|
|
64
|
-
static final
|
|
65
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
66
|
-
internal_static_com_lansweeper_dp_outbound_v1_HardwareInfo_fieldAccessorTable;
|
|
67
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
68
|
-
internal_static_com_lansweeper_dp_outbound_v1_RawHardwareInfo_descriptor;
|
|
69
|
-
static final
|
|
70
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
71
|
-
internal_static_com_lansweeper_dp_outbound_v1_RawHardwareInfo_fieldAccessorTable;
|
|
72
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
73
|
-
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemInfo_descriptor;
|
|
74
|
-
static final
|
|
75
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
76
|
-
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemInfo_fieldAccessorTable;
|
|
77
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
78
|
-
internal_static_com_lansweeper_dp_outbound_v1_WindowsRawOperatingSystemInfo_descriptor;
|
|
79
|
-
static final
|
|
80
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
81
|
-
internal_static_com_lansweeper_dp_outbound_v1_WindowsRawOperatingSystemInfo_fieldAccessorTable;
|
|
82
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
83
|
-
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_descriptor;
|
|
84
|
-
static final
|
|
85
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
86
|
-
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_fieldAccessorTable;
|
|
87
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
88
|
-
internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor;
|
|
89
|
-
static final
|
|
90
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
91
|
-
internal_static_com_lansweeper_dp_outbound_v1_Monitor_fieldAccessorTable;
|
|
92
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
93
|
-
internal_static_com_lansweeper_dp_outbound_v1_WindowsRawMonitorInfo_descriptor;
|
|
94
|
-
static final
|
|
95
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
96
|
-
internal_static_com_lansweeper_dp_outbound_v1_WindowsRawMonitorInfo_fieldAccessorTable;
|
|
97
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
98
|
-
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor;
|
|
99
|
-
static final
|
|
100
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
101
|
-
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_fieldAccessorTable;
|
|
102
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
103
|
-
internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor;
|
|
104
|
-
static final
|
|
105
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
106
|
-
internal_static_com_lansweeper_dp_outbound_v1_Software_fieldAccessorTable;
|
|
107
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
108
|
-
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor;
|
|
109
|
-
static final
|
|
110
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
111
|
-
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_fieldAccessorTable;
|
|
112
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
113
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor;
|
|
114
|
-
static final
|
|
115
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
116
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable;
|
|
117
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
118
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor;
|
|
119
|
-
static final
|
|
120
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
121
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable;
|
|
122
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
123
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor;
|
|
124
|
-
static final
|
|
125
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
126
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_fieldAccessorTable;
|
|
127
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
128
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor;
|
|
129
|
-
static final
|
|
130
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
131
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_fieldAccessorTable;
|
|
132
|
-
static final com.google.protobuf.Descriptors.Descriptor
|
|
133
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor;
|
|
134
|
-
static final
|
|
135
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
136
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_fieldAccessorTable;
|
|
137
|
-
|
|
138
|
-
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
139
|
-
getDescriptor() {
|
|
140
|
-
return descriptor;
|
|
141
|
-
}
|
|
142
|
-
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
143
|
-
descriptor;
|
|
144
|
-
static {
|
|
145
|
-
java.lang.String[] descriptorData = {
|
|
146
|
-
"\n9packages/data.platform/outbound/grpc/p" +
|
|
147
|
-
"roto/outbound.proto\022\035com.lansweeper.dp.o" +
|
|
148
|
-
"utbound.v1\032\037google/protobuf/timestamp.pr" +
|
|
149
|
-
"oto\"R\n\020GetEntityRequest\022>\n\013entity_path\030\001" +
|
|
150
|
-
" \001(\0132).com.lansweeper.dp.outbound.v1.Ent" +
|
|
151
|
-
"ityPath\"\331\001\n\021GetEntityResponse\022\017\n\007success" +
|
|
152
|
-
"\030\001 \001(\010\022\036\n\021error_description\030\002 \001(\tH\000\210\001\001\022:" +
|
|
153
|
-
"\n\006entity\030\003 \001(\0132%.com.lansweeper.dp.outbo" +
|
|
154
|
-
"und.v1.EntityH\001\210\001\001\0226\n\007related\030\004 \003(\0132%.co" +
|
|
155
|
-
"m.lansweeper.dp.outbound.v1.EntityB\024\n\022_e" +
|
|
156
|
-
"rror_descriptionB\t\n\007_entity\"N\n\021ListEntit" +
|
|
157
|
-
"yRequest\0229\n\006filter\030\001 \001(\0132).com.lansweepe" +
|
|
158
|
-
"r.dp.outbound.v1.EntityPath\"\203\001\n\022ListEnti" +
|
|
159
|
-
"tyResponse\0225\n\006entity\030\001 \001(\0132%.com.lanswee" +
|
|
160
|
-
"per.dp.outbound.v1.Entity\0226\n\007related\030\002 \003" +
|
|
161
|
-
"(\0132%.com.lansweeper.dp.outbound.v1.Entit" +
|
|
162
|
-
"y\"\275\001\n\nEntityPath\022\017\n\007site_id\030\001 \001(\t\022\026\n\tsou" +
|
|
163
|
-
"rce_id\030\002 \001(\tH\000\210\001\001\022\030\n\013source_type\030\003 \001(\tH\001" +
|
|
164
|
-
"\210\001\001\022\030\n\013entity_type\030\004 \001(\tH\002\210\001\001\022\026\n\tentity_" +
|
|
165
|
-
"id\030\005 \001(\tH\003\210\001\001B\014\n\n_source_idB\016\n\014_source_t" +
|
|
166
|
-
"ypeB\016\n\014_entity_typeB\014\n\n_entity_id\"I\n\006Ent" +
|
|
167
|
-
"ity\0225\n\005asset\030\001 \001(\0132$.com.lansweeper.dp.o" +
|
|
168
|
-
"utbound.v1.AssetH\000B\010\n\006entity\"\237\005\n\005Asset\0225" +
|
|
169
|
-
"\n\002id\030\001 \001(\0132).com.lansweeper.dp.outbound." +
|
|
170
|
-
"v1.EntityPath\022/\n\013last_synced\030\002 \001(\0132\032.goo" +
|
|
171
|
-
"gle.protobuf.Timestamp\022.\n\nfirst_seen\030\003 \001" +
|
|
172
|
-
"(\0132\032.google.protobuf.Timestamp\0220\n\014last_u" +
|
|
173
|
-
"pdated\030\004 \001(\0132\032.google.protobuf.Timestamp" +
|
|
174
|
-
"\0221\n\rlast_enriched\030\005 \001(\0132\032.google.protobu" +
|
|
175
|
-
"f.Timestamp\0227\n\004core\030\006 \001(\0132).com.lansweep" +
|
|
176
|
-
"er.dp.outbound.v1.CoreFields\022<\n\002hw\030\007 \001(\013" +
|
|
177
|
-
"2+.com.lansweeper.dp.outbound.v1.Hardwar" +
|
|
178
|
-
"eInfoH\000\210\001\001\022C\n\002os\030\010 \001(\01322.com.lansweeper." +
|
|
179
|
-
"dp.outbound.v1.OperatingSystemInfoH\001\210\001\001\022" +
|
|
180
|
-
"Q\n\022software_inventory\030\t \001(\01320.com.lanswe" +
|
|
181
|
-
"eper.dp.outbound.v1.SoftwareInventoryH\002\210" +
|
|
182
|
-
"\001\001\022O\n\021monitor_inventory\030\n \001(\0132/.com.lans" +
|
|
183
|
-
"weeper.dp.outbound.v1.MonitorInventoryH\003" +
|
|
184
|
-
"\210\001\001B\005\n\003_hwB\005\n\003_osB\025\n\023_software_inventory" +
|
|
185
|
-
"B\024\n\022_monitor_inventory\"B\n\tAssetType\022\017\n\007l" +
|
|
186
|
-
"s_name\030\001 \001(\t\022\026\n\tfing_type\030\002 \001(\tH\000\210\001\001B\014\n\n" +
|
|
187
|
-
"_fing_type\"\242\002\n\nCoreFields\0226\n\004type\030\001 \001(\0132" +
|
|
188
|
-
"(.com.lansweeper.dp.outbound.v1.AssetTyp" +
|
|
189
|
-
"e\022\014\n\004name\030\002 \001(\t\022\023\n\006domain\030\003 \001(\tH\000\210\001\001\022\027\n\n" +
|
|
190
|
-
"ip_address\030\004 \001(\tH\001\210\001\001\022\023\n\006serial\030\005 \001(\tH\002\210" +
|
|
191
|
-
"\001\001\022\020\n\003mac\030\006 \001(\tH\003\210\001\001\022\027\n\nmac_vendor\030\007 \001(\t" +
|
|
192
|
-
"H\004\210\001\001\022\026\n\tsensor_id\030\010 \001(\tH\005\210\001\001B\t\n\007_domain" +
|
|
193
|
-
"B\r\n\013_ip_addressB\t\n\007_serialB\006\n\004_macB\r\n\013_m" +
|
|
194
|
-
"ac_vendorB\014\n\n_sensor_id\"\223\006\n\014HardwareInfo" +
|
|
195
|
-
"\022\024\n\007type_id\030\001 \001(\003H\000\210\001\001\022\024\n\007make_id\030\002 \001(\003H" +
|
|
196
|
-
"\001\210\001\001\022\025\n\010model_id\030\003 \001(\003H\002\210\001\001\022\026\n\tfamily_id" +
|
|
197
|
-
"\030\004 \001(\003H\003\210\001\001\022\026\n\tis_family\030\006 \001(\010H\004\210\001\001\022\023\n\006s" +
|
|
198
|
-
"erial\030\007 \001(\tH\005\210\001\001\022\026\n\ttype_name\030\n \001(\tH\006\210\001\001" +
|
|
199
|
-
"\022\026\n\tmake_name\030\013 \001(\tH\007\210\001\001\022\027\n\nmodel_name\030\014" +
|
|
200
|
-
" \001(\tH\010\210\001\001\022\030\n\013family_name\030\r \001(\tH\t\210\001\001\022\020\n\003c" +
|
|
201
|
-
"pe\030\025 \001(\tH\n\210\001\001\022\021\n\004rank\030\024 \001(\005H\013\210\001\001\022G\n\rcata" +
|
|
202
|
-
"log_brand\030\026 \001(\0132+.com.lansweeper.dp.outb" +
|
|
203
|
-
"ound.v1.CatalogBrandH\014\210\001\001\022G\n\rcatalog_mod" +
|
|
204
|
-
"el\030\027 \001(\0132+.com.lansweeper.dp.outbound.v1" +
|
|
205
|
-
".CatalogModelH\r\210\001\001\022H\n\016catalog_family\030\031 \001" +
|
|
206
|
-
"(\0132+.com.lansweeper.dp.outbound.v1.Catal" +
|
|
207
|
-
"ogModelH\016\210\001\001\022@\n\003raw\030\030 \001(\0132..com.lansweep" +
|
|
208
|
-
"er.dp.outbound.v1.RawHardwareInfoH\017\210\001\001B\n" +
|
|
209
|
-
"\n\010_type_idB\n\n\010_make_idB\013\n\t_model_idB\014\n\n_" +
|
|
210
|
-
"family_idB\014\n\n_is_familyB\t\n\007_serialB\014\n\n_t" +
|
|
211
|
-
"ype_nameB\014\n\n_make_nameB\r\n\013_model_nameB\016\n" +
|
|
212
|
-
"\014_family_nameB\006\n\004_cpeB\007\n\005_rankB\020\n\016_catal" +
|
|
213
|
-
"og_brandB\020\n\016_catalog_modelB\021\n\017_catalog_f" +
|
|
214
|
-
"amilyB\006\n\004_raw\"\265\001\n\017RawHardwareInfo\022\031\n\014arc" +
|
|
215
|
-
"hitecture\030\001 \001(\tH\000\210\001\001\022\022\n\005model\030\002 \001(\tH\001\210\001\001" +
|
|
216
|
-
"\022\031\n\014manufacturer\030\003 \001(\tH\002\210\001\001\022\032\n\rserial_nu" +
|
|
217
|
-
"mber\030\004 \001(\tH\003\210\001\001B\017\n\r_architectureB\010\n\006_mod" +
|
|
218
|
-
"elB\017\n\r_manufacturerB\020\n\016_serial_number\"\256\004" +
|
|
219
|
-
"\n\023OperatingSystemInfo\022\017\n\002id\030\001 \001(\003H\001\210\001\001\022\024" +
|
|
220
|
-
"\n\007make_id\030\013 \001(\003H\002\210\001\001\022\021\n\004name\030\002 \001(\tH\003\210\001\001\022" +
|
|
221
|
-
"\024\n\007version\030\003 \001(\tH\004\210\001\001\022\022\n\005build\030\004 \001(\tH\005\210\001" +
|
|
222
|
-
"\001\022\027\n\nfw_version\030\005 \001(\tH\006\210\001\001\022\020\n\003cpe\030\006 \001(\tH" +
|
|
223
|
-
"\007\210\001\001\022\023\n\006fw_cpe\030\007 \001(\tH\010\210\001\001\022\021\n\004rank\030\010 \001(\005H" +
|
|
224
|
-
"\t\210\001\001\022G\n\rcatalog_brand\030\t \001(\0132+.com.lanswe" +
|
|
225
|
-
"eper.dp.outbound.v1.CatalogBrandH\n\210\001\001\022A\n" +
|
|
226
|
-
"\ncatalog_os\030\n \001(\0132(.com.lansweeper.dp.ou" +
|
|
227
|
-
"tbound.v1.CatalogOsH\013\210\001\001\022O\n\007windows\030 \001(" +
|
|
228
|
-
"\0132<.com.lansweeper.dp.outbound.v1.Window" +
|
|
229
|
-
"sRawOperatingSystemInfoH\000B\005\n\003rawB\005\n\003_idB" +
|
|
230
|
-
"\n\n\010_make_idB\007\n\005_nameB\n\n\010_versionB\010\n\006_bui" +
|
|
231
|
-
"ldB\r\n\013_fw_versionB\006\n\004_cpeB\t\n\007_fw_cpeB\007\n\005" +
|
|
232
|
-
"_rankB\020\n\016_catalog_brandB\r\n\013_catalog_os\"\325" +
|
|
233
|
-
"\003\n\035WindowsRawOperatingSystemInfo\022\024\n\007vers" +
|
|
234
|
-
"ion\030\001 \001(\tH\000\210\001\001\022\031\n\014service_pack\030\002 \001(\005H\001\210\001" +
|
|
235
|
-
"\001\022\022\n\005build\030\003 \001(\tH\002\210\001\001\022\031\n\014version_name\030\004 " +
|
|
236
|
-
"\001(\tH\003\210\001\001\022\031\n\014build_number\030\005 \001(\tH\004\210\001\001\022\031\n\014p" +
|
|
237
|
-
"roduct_type\030\006 \001(\005H\005\210\001\001\022!\n\024is_domain_cont" +
|
|
238
|
-
"roller\030\007 \001(\010H\006\210\001\001\022\033\n\016part_of_domain\030\010 \001(" +
|
|
239
|
-
"\010H\007\210\001\001\022\037\n\022is_azure_ad_joined\030\t \001(\010H\010\210\001\001\022" +
|
|
240
|
-
"\024\n\007os_code\030\n \001(\tH\t\210\001\001B\n\n\010_versionB\017\n\r_se" +
|
|
241
|
-
"rvice_packB\010\n\006_buildB\017\n\r_version_nameB\017\n" +
|
|
242
|
-
"\r_build_numberB\017\n\r_product_typeB\027\n\025_is_d" +
|
|
243
|
-
"omain_controllerB\021\n\017_part_of_domainB\025\n\023_" +
|
|
244
|
-
"is_azure_ad_joinedB\n\n\010_os_code\"z\n\020Monito" +
|
|
245
|
-
"rInventory\022-\n\ttimestamp\030\001 \001(\0132\032.google.p" +
|
|
246
|
-
"rotobuf.Timestamp\0227\n\007monitor\030\002 \003(\0132&.com" +
|
|
247
|
-
".lansweeper.dp.outbound.v1.Monitor\"\211\003\n\007M" +
|
|
248
|
-
"onitor\022\r\n\005model\030\001 \001(\t\022\032\n\rserial_number\030\002" +
|
|
249
|
-
" \001(\tH\001\210\001\001\0225\n\021manufacturer_date\030\003 \001(\0132\032.g" +
|
|
250
|
-
"oogle.protobuf.Timestamp\022G\n\rcatalog_bran" +
|
|
251
|
-
"d\030\n \001(\0132+.com.lansweeper.dp.outbound.v1." +
|
|
252
|
-
"CatalogBrandH\002\210\001\001\022K\n\017catalog_monitor\030\013 \001" +
|
|
253
|
-
"(\0132-.com.lansweeper.dp.outbound.v1.Catal" +
|
|
254
|
-
"ogMonitorH\003\210\001\001\022G\n\007windows\030\024 \001(\01324.com.la" +
|
|
255
|
-
"nsweeper.dp.outbound.v1.WindowsRawMonito" +
|
|
256
|
-
"rInfoH\000B\005\n\003rawB\020\n\016_serial_numberB\020\n\016_cat" +
|
|
257
|
-
"alog_brandB\022\n\020_catalog_monitor\"\214\003\n\025Windo" +
|
|
258
|
-
"wsRawMonitorInfo\022\r\n\005model\030\001 \001(\t\022\032\n\rpnp_d" +
|
|
259
|
-
"evice_id\030\002 \001(\tH\000\210\001\001\022\032\n\rserial_number\030\003 \001" +
|
|
260
|
-
"(\tH\001\210\001\001\022\027\n\nserial_hex\030\004 \001(\tH\002\210\001\001\022\036\n\021vesa" +
|
|
261
|
-
"_manufacturer\030\005 \001(\tH\003\210\001\001\022\035\n\020key_manufact" +
|
|
262
|
-
"urer\030\006 \001(\tH\004\210\001\001\022:\n\021manufacturer_date\030\007 \001" +
|
|
263
|
-
"(\0132\032.google.protobuf.TimestampH\005\210\001\001\022\026\n\td" +
|
|
264
|
-
"evice_id\030\010 \001(\tH\006\210\001\001B\020\n\016_pnp_device_idB\020\n" +
|
|
265
|
-
"\016_serial_numberB\r\n\013_serial_hexB\024\n\022_vesa_" +
|
|
266
|
-
"manufacturerB\023\n\021_key_manufacturerB\024\n\022_ma" +
|
|
267
|
-
"nufacturer_dateB\014\n\n_device_id\"}\n\021Softwar" +
|
|
268
|
-
"eInventory\022-\n\ttimestamp\030\001 \001(\0132\032.google.p" +
|
|
269
|
-
"rotobuf.Timestamp\0229\n\010software\030\002 \003(\0132\'.co" +
|
|
270
|
-
"m.lansweeper.dp.outbound.v1.Software\"\326\007\n" +
|
|
271
|
-
"\010Software\022\021\n\004rank\030\001 \001(\005H\000\210\001\001\022\024\n\007type_id\030" +
|
|
272
|
-
"\002 \001(\003H\001\210\001\001\022\023\n\006cat_id\030\003 \001(\003H\002\210\001\001\022\024\n\007make_" +
|
|
273
|
-
"id\030\004 \001(\003H\003\210\001\001\022\022\n\005sw_id\030\005 \001(\003H\004\210\001\001\022\026\n\tpar" +
|
|
274
|
-
"ent_id\030\006 \001(\003H\005\210\001\001\022\026\n\ttype_name\030\007 \001(\tH\006\210\001" +
|
|
275
|
-
"\001\022\025\n\010cat_name\030\010 \001(\tH\007\210\001\001\022\026\n\tmake_name\030\t " +
|
|
276
|
-
"\001(\tH\010\210\001\001\022\021\n\004name\030\n \001(\tH\t\210\001\001\022\024\n\007version\030\013" +
|
|
277
|
-
" \001(\tH\n\210\001\001\022\027\n\nmarket_ver\030\014 \001(\tH\013\210\001\001\022\024\n\007ed" +
|
|
278
|
-
"ition\030\r \001(\tH\014\210\001\001\022\022\n\005build\030\016 \001(\tH\r\210\001\001\022\021\n\004" +
|
|
279
|
-
"arch\030\024 \001(\tH\016\210\001\001\022\021\n\004lang\030\025 \001(\tH\017\210\001\001\022\020\n\003cp" +
|
|
280
|
-
"e\030\017 \001(\tH\020\210\001\001\022G\n\rcatalog_brand\030\026 \001(\0132+.co" +
|
|
281
|
-
"m.lansweeper.dp.outbound.v1.CatalogBrand" +
|
|
282
|
-
"H\021\210\001\001\022M\n\020catalog_software\030\020 \001(\0132..com.la" +
|
|
283
|
-
"nsweeper.dp.outbound.v1.CatalogSoftwareH" +
|
|
284
|
-
"\022\210\001\001\022K\n\016catalog_latest\030\027 \001(\0132..com.lansw" +
|
|
285
|
-
"eeper.dp.outbound.v1.CatalogSoftwareH\023\210\001" +
|
|
286
|
-
"\001\0227\n\003raw\030\021 \001(\0132*.com.lansweeper.dp.outbo" +
|
|
287
|
-
"und.v1.RawSoftware\022\025\n\010raw_hash\030\022 \001(\tH\024\210\001" +
|
|
288
|
-
"\001\022\025\n\010nre_hash\030\023 \001(\tH\025\210\001\001B\007\n\005_rankB\n\n\010_ty" +
|
|
289
|
-
"pe_idB\t\n\007_cat_idB\n\n\010_make_idB\010\n\006_sw_idB\014" +
|
|
290
|
-
"\n\n_parent_idB\014\n\n_type_nameB\013\n\t_cat_nameB" +
|
|
291
|
-
"\014\n\n_make_nameB\007\n\005_nameB\n\n\010_versionB\r\n\013_m" +
|
|
292
|
-
"arket_verB\n\n\010_editionB\010\n\006_buildB\007\n\005_arch" +
|
|
293
|
-
"B\007\n\005_langB\006\n\004_cpeB\020\n\016_catalog_brandB\023\n\021_" +
|
|
294
|
-
"catalog_softwareB\021\n\017_catalog_latestB\013\n\t_" +
|
|
295
|
-
"raw_hashB\013\n\t_nre_hash\"\337\002\n\013RawSoftware\022\014\n" +
|
|
296
|
-
"\004name\030\001 \001(\t\022\023\n\006vendor\030\002 \001(\tH\000\210\001\001\022\024\n\007vers" +
|
|
297
|
-
"ion\030\003 \001(\tH\001\210\001\001\022\021\n\004info\030\004 \001(\tH\002\210\001\001\022\025\n\010exe" +
|
|
298
|
-
"_path\030\005 \001(\tH\003\210\001\001\022\021\n\004arch\030\006 \001(\tH\004\210\001\001\022\031\n\014i" +
|
|
299
|
-
"nstall_date\030\007 \001(\003H\005\210\001\001\022\030\n\013source_type\030\010 " +
|
|
300
|
-
"\001(\tH\006\210\001\001\022\022\n\005sw_id\030\t \001(\tH\007\210\001\001\022\034\n\017is_curre" +
|
|
301
|
-
"nt_user\030\n \001(\010H\010\210\001\001B\t\n\007_vendorB\n\n\010_versio" +
|
|
302
|
-
"nB\007\n\005_infoB\013\n\t_exe_pathB\007\n\005_archB\017\n\r_ins" +
|
|
303
|
-
"tall_dateB\016\n\014_source_typeB\010\n\006_sw_idB\022\n\020_" +
|
|
304
|
-
"is_current_user\"\241\n\n\014CatalogBrand\022\n\n\002id\030\001" +
|
|
305
|
-
" \001(\003\022\021\n\tmake_name\030\003 \001(\t\022\026\n\tparent_id\030\022 \001" +
|
|
306
|
-
"(\003H\000\210\001\001\022\035\n\020last_update_time\030\005 \001(\003H\001\210\001\001\022\031" +
|
|
307
|
-
"\n\014country_code\030\006 \001(\tH\002\210\001\001\022\033\n\016logo_image_" +
|
|
308
|
-
"url\030\007 \001(\tH\003\210\001\001\022\035\n\020banner_image_url\030\010 \001(\t" +
|
|
309
|
-
"H\004\210\001\001\022\031\n\014wikipedia_id\030\t \001(\tH\005\210\001\001\022 \n\023wiki" +
|
|
310
|
-
"pedia_lang_code\030\n \001(\tH\006\210\001\001\022\030\n\013website_ur" +
|
|
311
|
-
"l\030\013 \001(\tH\007\210\001\001\022\030\n\013support_url\030\014 \001(\tH\010\210\001\001\022\032" +
|
|
312
|
-
"\n\rsupport_phone\030\r \001(\tH\t\210\001\001\022\035\n\020facebook_a" +
|
|
313
|
-
"ccount\030\016 \001(\tH\n\210\001\001\022\034\n\017twitter_account\030\017 \001" +
|
|
314
|
-
"(\tH\013\210\001\001\022\031\n\014warranty_url\030\020 \001(\tH\014\210\001\001\022 \n\023wa" +
|
|
315
|
-
"rranty_direct_url\030\021 \001(\tH\r\210\001\001\022\032\n\rcommunit" +
|
|
316
|
-
"y_url\030\024 \001(\tH\016\210\001\001\022\035\n\020linkedin_account\030\025 \001" +
|
|
317
|
-
"(\tH\017\210\001\001\022\036\n\021instagram_account\030\026 \001(\tH\020\210\001\001\022" +
|
|
318
|
-
"\034\n\017youtube_account\030\027 \001(\tH\021\210\001\001\022\036\n\021pintere" +
|
|
319
|
-
"st_account\030\030 \001(\tH\022\210\001\001\022\033\n\016class_hardware\030" +
|
|
320
|
-
"\031 \001(\010H\023\210\001\001\022\033\n\016class_software\030\032 \001(\010H\024\210\001\001\022" +
|
|
321
|
-
"\033\n\016class_consumer\030\033 \001(\010H\025\210\001\001\022\035\n\020class_en" +
|
|
322
|
-
"terprise\030\034 \001(\010H\026\210\001\001\022\035\n\020class_industrial\030" +
|
|
323
|
-
"\035 \001(\010H\027\210\001\001\022\035\n\020class_individual\030\036 \001(\010H\030\210\001" +
|
|
324
|
-
"\001\022\030\n\013match_score\030\023 \001(\005H\031\210\001\001B\014\n\n_parent_i" +
|
|
325
|
-
"dB\023\n\021_last_update_timeB\017\n\r_country_codeB" +
|
|
326
|
-
"\021\n\017_logo_image_urlB\023\n\021_banner_image_urlB" +
|
|
327
|
-
"\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang_code" +
|
|
328
|
-
"B\016\n\014_website_urlB\016\n\014_support_urlB\020\n\016_sup" +
|
|
329
|
-
"port_phoneB\023\n\021_facebook_accountB\022\n\020_twit" +
|
|
330
|
-
"ter_accountB\017\n\r_warranty_urlB\026\n\024_warrant" +
|
|
331
|
-
"y_direct_urlB\020\n\016_community_urlB\023\n\021_linke" +
|
|
332
|
-
"din_accountB\024\n\022_instagram_accountB\022\n\020_yo" +
|
|
333
|
-
"utube_accountB\024\n\022_pinterest_accountB\021\n\017_" +
|
|
334
|
-
"class_hardwareB\021\n\017_class_softwareB\021\n\017_cl" +
|
|
335
|
-
"ass_consumerB\023\n\021_class_enterpriseB\023\n\021_cl" +
|
|
336
|
-
"ass_industrialB\023\n\021_class_individualB\016\n\014_" +
|
|
337
|
-
"match_score\"\331\007\n\014CatalogModel\022\n\n\002id\030\001 \001(\003" +
|
|
338
|
-
"\022\017\n\007make_id\030\003 \001(\003\022\024\n\014device_model\030\004 \001(\t\022" +
|
|
339
|
-
"\033\n\016device_type_id\030\005 \001(\003H\000\210\001\001\022\031\n\021device_m" +
|
|
340
|
-
"odel_code\030\006 \003(\t\022\026\n\tfamily_id\030\n \001(\003H\001\210\001\001\022" +
|
|
341
|
-
"\026\n\tis_family\030\013 \001(\010H\002\210\001\001\022\027\n\nmanual_url\030\014 " +
|
|
342
|
-
"\001(\tH\003\210\001\001\022\024\n\007faq_url\030\r \001(\tH\004\210\001\001\022\031\n\014releas" +
|
|
343
|
-
"e_date\030\016 \001(\003H\005\210\001\001\022\026\n\tdisc_date\030\017 \001(\003H\006\210\001" +
|
|
344
|
-
"\001\022\025\n\010eos_date\030\032 \001(\003H\007\210\001\001\022 \n\023lifecyle_con" +
|
|
345
|
-
"fidence\030\035 \001(\tH\010\210\001\001\022\030\n\013price_class\030\030 \001(\tH" +
|
|
346
|
-
"\t\210\001\001\022\032\n\rproduct_class\030\031 \001(\tH\n\210\001\001\022\034\n\017sh_i" +
|
|
347
|
-
"fttt_handle\030\021 \001(\tH\013\210\001\001\022\033\n\023sh_google_ass_" +
|
|
348
|
-
"langs\030\022 \003(\t\022\026\n\016sh_alexa_langs\030\023 \003(\t\022\033\n\016s" +
|
|
349
|
-
"h_hass_handle\030\024 \001(\tH\014\210\001\001\022\036\n\021sh_apple_hom" +
|
|
350
|
-
"e_kit\030\025 \001(\010H\r\210\001\001\022\037\n\022sh_open_hab_handle\030\026" +
|
|
351
|
-
" \001(\tH\016\210\001\001\022\025\n\010nist_cpe\030\034 \001(\tH\017\210\001\001\022\027\n\npopu" +
|
|
352
|
-
"larity\030\027 \001(\005H\020\210\001\001\022\035\n\020last_update_time\030\020 " +
|
|
353
|
-
"\001(\003H\021\210\001\001\022\030\n\013match_score\030\033 \001(\005H\022\210\001\001B\021\n\017_d" +
|
|
354
|
-
"evice_type_idB\014\n\n_family_idB\014\n\n_is_famil" +
|
|
355
|
-
"yB\r\n\013_manual_urlB\n\n\010_faq_urlB\017\n\r_release" +
|
|
356
|
-
"_dateB\014\n\n_disc_dateB\013\n\t_eos_dateB\026\n\024_lif" +
|
|
357
|
-
"ecyle_confidenceB\016\n\014_price_classB\020\n\016_pro" +
|
|
358
|
-
"duct_classB\022\n\020_sh_ifttt_handleB\021\n\017_sh_ha" +
|
|
359
|
-
"ss_handleB\024\n\022_sh_apple_home_kitB\025\n\023_sh_o" +
|
|
360
|
-
"pen_hab_handleB\013\n\t_nist_cpeB\r\n\013_populari" +
|
|
361
|
-
"tyB\023\n\021_last_update_timeB\016\n\014_match_score\"" +
|
|
362
|
-
"\240\010\n\tCatalogOs\022\n\n\002id\030\001 \001(\003\022\017\n\007os_name\030\003 \001" +
|
|
363
|
-
"(\t\022\027\n\nos_version\030\004 \001(\tH\000\210\001\001\022\025\n\010os_build\030" +
|
|
364
|
-
"\014 \001(\tH\001\210\001\001\022\034\n\017os_version_name\030\005 \001(\tH\002\210\001\001" +
|
|
365
|
-
"\022\030\n\013override_id\030\006 \001(\003H\003\210\001\001\022\024\n\007make_id\030\007 " +
|
|
366
|
-
"\001(\003H\004\210\001\001\022\026\n\tparent_id\030\010 \001(\003H\005\210\001\001\022\031\n\014rele" +
|
|
367
|
-
"ase_date\030\t \001(\003H\006\210\001\001\022\025\n\010eol_date\030\n \001(\003H\007\210" +
|
|
368
|
-
"\001\001\022\025\n\010eos_date\030\026 \001(\003H\010\210\001\001\022\026\n\teosx_date\030\031" +
|
|
369
|
-
" \001(\003H\t\210\001\001\022 \n\023lifecyle_confidence\030\032 \001(\tH\n" +
|
|
370
|
-
"\210\001\001\022\033\n\016logo_image_url\030\r \001(\tH\013\210\001\001\022\035\n\020bann" +
|
|
371
|
-
"er_image_url\030\016 \001(\tH\014\210\001\001\022\031\n\014wikipedia_id\030" +
|
|
372
|
-
"\017 \001(\tH\r\210\001\001\022 \n\023wikipedia_lang_code\030\020 \001(\tH" +
|
|
373
|
-
"\016\210\001\001\022\030\n\013website_url\030\021 \001(\tH\017\210\001\001\022\030\n\013suppor" +
|
|
374
|
-
"t_url\030\022 \001(\tH\020\210\001\001\022\032\n\rsupport_phone\030\023 \001(\tH" +
|
|
375
|
-
"\021\210\001\001\022\035\n\020facebook_account\030\024 \001(\tH\022\210\001\001\022\034\n\017t" +
|
|
376
|
-
"witter_account\030\025 \001(\tH\023\210\001\001\022\025\n\010nist_cpe\030\027 " +
|
|
377
|
-
"\001(\tH\024\210\001\001\022\035\n\020last_update_time\030\013 \001(\003H\025\210\001\001\022" +
|
|
378
|
-
"\030\n\013match_score\030\030 \001(\005H\026\210\001\001B\r\n\013_os_version" +
|
|
379
|
-
"B\013\n\t_os_buildB\022\n\020_os_version_nameB\016\n\014_ov" +
|
|
380
|
-
"erride_idB\n\n\010_make_idB\014\n\n_parent_idB\017\n\r_" +
|
|
381
|
-
"release_dateB\013\n\t_eol_dateB\013\n\t_eos_dateB\014" +
|
|
382
|
-
"\n\n_eosx_dateB\026\n\024_lifecyle_confidenceB\021\n\017" +
|
|
383
|
-
"_logo_image_urlB\023\n\021_banner_image_urlB\017\n\r" +
|
|
384
|
-
"_wikipedia_idB\026\n\024_wikipedia_lang_codeB\016\n" +
|
|
385
|
-
"\014_website_urlB\016\n\014_support_urlB\020\n\016_suppor" +
|
|
386
|
-
"t_phoneB\023\n\021_facebook_accountB\022\n\020_twitter" +
|
|
387
|
-
"_accountB\013\n\t_nist_cpeB\023\n\021_last_update_ti" +
|
|
388
|
-
"meB\016\n\014_match_score\"\354\006\n\017CatalogSoftware\022\n" +
|
|
389
|
-
"\n\002id\030\001 \001(\003\022\017\n\007sw_name\030\002 \001(\t\022\027\n\nsw_versio" +
|
|
390
|
-
"n\030\003 \001(\tH\000\210\001\001\022\032\n\rsw_market_ver\030\004 \001(\tH\001\210\001\001" +
|
|
391
|
-
"\022\027\n\nsw_edition\030\005 \001(\tH\002\210\001\001\022\024\n\007sw_lang\030\006 \001" +
|
|
392
|
-
"(\tH\003\210\001\001\022\025\n\010sw_build\030\007 \001(\tH\004\210\001\001\022\024\n\007make_i" +
|
|
393
|
-
"d\030\010 \001(\003H\005\210\001\001\022\026\n\tparent_id\030\t \001(\003H\006\210\001\001\022\026\n\t" +
|
|
394
|
-
"latest_id\030\n \001(\003H\007\210\001\001\022\024\n\007sw_type\030\013 \001(\tH\010\210" +
|
|
395
|
-
"\001\001\022\030\n\013sw_category\030\014 \001(\tH\t\210\001\001\022\031\n\014release_" +
|
|
396
|
-
"date\030\r \001(\003H\n\210\001\001\022\025\n\010eol_date\030\016 \001(\003H\013\210\001\001\022\025" +
|
|
397
|
-
"\n\010eos_date\030\017 \001(\003H\014\210\001\001\022\026\n\teosx_date\030\020 \001(\003" +
|
|
398
|
-
"H\r\210\001\001\022 \n\023lifecyle_confidence\030\021 \001(\tH\016\210\001\001\022" +
|
|
399
|
-
"\030\n\013flag_latest\030\022 \001(\010H\017\210\001\001\022\034\n\017flag_widesp" +
|
|
400
|
-
"read\030\023 \001(\010H\020\210\001\001\022\034\n\017flag_deprecated\030\024 \001(\010" +
|
|
401
|
-
"H\021\210\001\001\022\035\n\020last_update_time\030\025 \001(\003H\022\210\001\001\022\030\n\013" +
|
|
402
|
-
"match_score\030d \001(\005H\023\210\001\001B\r\n\013_sw_versionB\020\n" +
|
|
403
|
-
"\016_sw_market_verB\r\n\013_sw_editionB\n\n\010_sw_la" +
|
|
404
|
-
"ngB\013\n\t_sw_buildB\n\n\010_make_idB\014\n\n_parent_i" +
|
|
405
|
-
"dB\014\n\n_latest_idB\n\n\010_sw_typeB\016\n\014_sw_categ" +
|
|
406
|
-
"oryB\017\n\r_release_dateB\013\n\t_eol_dateB\013\n\t_eo" +
|
|
407
|
-
"s_dateB\014\n\n_eosx_dateB\026\n\024_lifecyle_confid" +
|
|
408
|
-
"enceB\016\n\014_flag_latestB\022\n\020_flag_widespread" +
|
|
409
|
-
"B\022\n\020_flag_deprecatedB\023\n\021_last_update_tim" +
|
|
410
|
-
"eB\016\n\014_match_score\"\305\017\n\016CatalogMonitor\022\n\n\002" +
|
|
411
|
-
"id\030\001 \001(\003\022\r\n\005model\030\003 \001(\t\022\026\n\tvendor_id\030\004 \001" +
|
|
412
|
-
"(\tH\000\210\001\001\022\024\n\007make_id\030\005 \001(\003H\001\210\001\001\022\026\n\tfamily_" +
|
|
413
|
-
"id\030\006 \001(\003H\002\210\001\001\022\026\n\tis_family\030\007 \001(\010H\003\210\001\001\022\032\n" +
|
|
414
|
-
"\rofficial_page\030\010 \001(\tH\004\210\001\001\022\031\n\014support_pag" +
|
|
415
|
-
"e\030\t \001(\tH\005\210\001\001\022\026\n\tsize_inch\030\n \001(\001H\006\210\001\001\022\033\n\016" +
|
|
416
|
-
"max_resolution\030\013 \001(\tH\007\210\001\001\022\031\n\014aspect_rati" +
|
|
417
|
-
"o\030\014 \001(\tH\010\210\001\001\022\035\n\020response_time_ms\030\r \001(\001H\t" +
|
|
418
|
-
"\210\001\001\022\024\n\007hd_type\030\016 \001(\tH\n\210\001\001\022\031\n\014display_tec" +
|
|
419
|
-
"h\030\017 \001(\tH\013\210\001\001\022\031\n\014refresh_rate\030\020 \001(\005H\014\210\001\001\022" +
|
|
420
|
-
"\022\n\005panel\030\021 \001(\tH\r\210\001\001\022\026\n\theight_cm\030\022 \001(\001H\016" +
|
|
421
|
-
"\210\001\001\022\025\n\010width_cm\030\023 \001(\001H\017\210\001\001\022\030\n\013diagonal_c" +
|
|
422
|
-
"m\030\024 \001(\001H\020\210\001\001\022\031\n\014usb_upstream\030\025 \001(\tH\021\210\001\001\022" +
|
|
423
|
-
"\034\n\017nr_usb_upstream\030\026 \001(\005H\022\210\001\001\022%\n\030nr_usb_" +
|
|
424
|
-
"type_a_downstream\030\027 \001(\005H\023\210\001\001\022\024\n\007nr_hdmi\030" +
|
|
425
|
-
"\030 \001(\005H\024\210\001\001\022\023\n\006nr_vga\030\031 \001(\005H\025\210\001\001\022\023\n\006nr_dv" +
|
|
426
|
-
"i\030\032 \001(\005H\026\210\001\001\022\031\n\014hdmi_version\030\033 \001(\001H\027\210\001\001\022" +
|
|
427
|
-
"\035\n\020nr_display_ports\030\034 \001(\005H\030\210\001\001\022!\n\024displa" +
|
|
428
|
-
"y_port_version\030\035 \001(\001H\031\210\001\001\022\031\n\014energy_clas" +
|
|
429
|
-
"s\030\036 \001(\tH\032\210\001\001\022\033\n\016sdr_per_1000_u\030\037 \001(\005H\033\210\001" +
|
|
430
|
-
"\001\022\037\n\022average_watt_usage\030 \001(\001H\034\210\001\001\022\033\n\016ma" +
|
|
431
|
-
"x_watt_usage\030! \001(\001H\035\210\001\001\022\037\n\022watt_usage_st" +
|
|
432
|
-
"andby\030\" \001(\001H\036\210\001\001\022\034\n\017watt_power_save\030# \001(" +
|
|
433
|
-
"\001H\037\210\001\001\022\027\n\nac_voltage\030$ \001(\tH \210\001\001\022\027\n\nac_fr" +
|
|
434
|
-
"eq_hz\030% \001(\tH!\210\001\001\022\026\n\tcurrent_a\030& \001(\001H\"\210\001\001" +
|
|
435
|
-
"\022\030\n\013feature_aio\030\' \001(\010H#\210\001\001\022\033\n\016feature_ca" +
|
|
436
|
-
"mera\030( \001(\010H$\210\001\001\022\035\n\020feature_speakers\030) \001(" +
|
|
437
|
-
"\010H%\210\001\001\022\031\n\014feature_hdmi\030* \001(\010H&\210\001\001\022\030\n\013fea" +
|
|
438
|
-
"ture_eth\030+ \001(\010H\'\210\001\001\022\035\n\020feature_portrait\030" +
|
|
439
|
-
", \001(\010H(\210\001\001\022\033\n\016feature_curved\030- \001(\010H)\210\001\001\022" +
|
|
440
|
-
"\035\n\020last_update_time\030. \001(\003H*\210\001\001\022\030\n\013match_" +
|
|
441
|
-
"score\030d \001(\005H+\210\001\001B\014\n\n_vendor_idB\n\n\010_make_" +
|
|
442
|
-
"idB\014\n\n_family_idB\014\n\n_is_familyB\020\n\016_offic" +
|
|
443
|
-
"ial_pageB\017\n\r_support_pageB\014\n\n_size_inchB" +
|
|
444
|
-
"\021\n\017_max_resolutionB\017\n\r_aspect_ratioB\023\n\021_" +
|
|
445
|
-
"response_time_msB\n\n\010_hd_typeB\017\n\r_display" +
|
|
446
|
-
"_techB\017\n\r_refresh_rateB\010\n\006_panelB\014\n\n_hei" +
|
|
447
|
-
"ght_cmB\013\n\t_width_cmB\016\n\014_diagonal_cmB\017\n\r_" +
|
|
448
|
-
"usb_upstreamB\022\n\020_nr_usb_upstreamB\033\n\031_nr_" +
|
|
449
|
-
"usb_type_a_downstreamB\n\n\010_nr_hdmiB\t\n\007_nr" +
|
|
450
|
-
"_vgaB\t\n\007_nr_dviB\017\n\r_hdmi_versionB\023\n\021_nr_" +
|
|
451
|
-
"display_portsB\027\n\025_display_port_versionB\017" +
|
|
452
|
-
"\n\r_energy_classB\021\n\017_sdr_per_1000_uB\025\n\023_a" +
|
|
453
|
-
"verage_watt_usageB\021\n\017_max_watt_usageB\025\n\023" +
|
|
454
|
-
"_watt_usage_standbyB\022\n\020_watt_power_saveB" +
|
|
455
|
-
"\r\n\013_ac_voltageB\r\n\013_ac_freq_hzB\014\n\n_curren" +
|
|
456
|
-
"t_aB\016\n\014_feature_aioB\021\n\017_feature_cameraB\023" +
|
|
457
|
-
"\n\021_feature_speakersB\017\n\r_feature_hdmiB\016\n\014" +
|
|
458
|
-
"_feature_ethB\023\n\021_feature_portraitB\021\n\017_fe" +
|
|
459
|
-
"ature_curvedB\023\n\021_last_update_timeB\016\n\014_ma" +
|
|
460
|
-
"tch_score2\204\002\n\027DataCoreOutboundService\022p\n" +
|
|
461
|
-
"\tGetEntity\022/.com.lansweeper.dp.outbound." +
|
|
462
|
-
"v1.GetEntityRequest\0320.com.lansweeper.dp." +
|
|
463
|
-
"outbound.v1.GetEntityResponse\"\000\022w\n\014ListE" +
|
|
464
|
-
"ntities\0220.com.lansweeper.dp.outbound.v1." +
|
|
465
|
-
"ListEntityRequest\0321.com.lansweeper.dp.ou" +
|
|
466
|
-
"tbound.v1.ListEntityResponse\"\0000\001B\022P\001Z\016./" +
|
|
467
|
-
"generated-gob\006proto3"
|
|
468
|
-
};
|
|
469
|
-
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
470
|
-
.internalBuildGeneratedFileFrom(descriptorData,
|
|
471
|
-
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
472
|
-
com.google.protobuf.TimestampProto.getDescriptor(),
|
|
473
|
-
});
|
|
474
|
-
internal_static_com_lansweeper_dp_outbound_v1_GetEntityRequest_descriptor =
|
|
475
|
-
getDescriptor().getMessageTypes().get(0);
|
|
476
|
-
internal_static_com_lansweeper_dp_outbound_v1_GetEntityRequest_fieldAccessorTable = new
|
|
477
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
478
|
-
internal_static_com_lansweeper_dp_outbound_v1_GetEntityRequest_descriptor,
|
|
479
|
-
new java.lang.String[] { "EntityPath", });
|
|
480
|
-
internal_static_com_lansweeper_dp_outbound_v1_GetEntityResponse_descriptor =
|
|
481
|
-
getDescriptor().getMessageTypes().get(1);
|
|
482
|
-
internal_static_com_lansweeper_dp_outbound_v1_GetEntityResponse_fieldAccessorTable = new
|
|
483
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
484
|
-
internal_static_com_lansweeper_dp_outbound_v1_GetEntityResponse_descriptor,
|
|
485
|
-
new java.lang.String[] { "Success", "ErrorDescription", "Entity", "Related", "ErrorDescription", "Entity", });
|
|
486
|
-
internal_static_com_lansweeper_dp_outbound_v1_ListEntityRequest_descriptor =
|
|
487
|
-
getDescriptor().getMessageTypes().get(2);
|
|
488
|
-
internal_static_com_lansweeper_dp_outbound_v1_ListEntityRequest_fieldAccessorTable = new
|
|
489
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
490
|
-
internal_static_com_lansweeper_dp_outbound_v1_ListEntityRequest_descriptor,
|
|
491
|
-
new java.lang.String[] { "Filter", });
|
|
492
|
-
internal_static_com_lansweeper_dp_outbound_v1_ListEntityResponse_descriptor =
|
|
493
|
-
getDescriptor().getMessageTypes().get(3);
|
|
494
|
-
internal_static_com_lansweeper_dp_outbound_v1_ListEntityResponse_fieldAccessorTable = new
|
|
495
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
496
|
-
internal_static_com_lansweeper_dp_outbound_v1_ListEntityResponse_descriptor,
|
|
497
|
-
new java.lang.String[] { "Entity", "Related", });
|
|
498
|
-
internal_static_com_lansweeper_dp_outbound_v1_EntityPath_descriptor =
|
|
499
|
-
getDescriptor().getMessageTypes().get(4);
|
|
500
|
-
internal_static_com_lansweeper_dp_outbound_v1_EntityPath_fieldAccessorTable = new
|
|
501
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
502
|
-
internal_static_com_lansweeper_dp_outbound_v1_EntityPath_descriptor,
|
|
503
|
-
new java.lang.String[] { "SiteId", "SourceId", "SourceType", "EntityType", "EntityId", "SourceId", "SourceType", "EntityType", "EntityId", });
|
|
504
|
-
internal_static_com_lansweeper_dp_outbound_v1_Entity_descriptor =
|
|
505
|
-
getDescriptor().getMessageTypes().get(5);
|
|
506
|
-
internal_static_com_lansweeper_dp_outbound_v1_Entity_fieldAccessorTable = new
|
|
507
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
508
|
-
internal_static_com_lansweeper_dp_outbound_v1_Entity_descriptor,
|
|
509
|
-
new java.lang.String[] { "Asset", "Entity", });
|
|
510
|
-
internal_static_com_lansweeper_dp_outbound_v1_Asset_descriptor =
|
|
511
|
-
getDescriptor().getMessageTypes().get(6);
|
|
512
|
-
internal_static_com_lansweeper_dp_outbound_v1_Asset_fieldAccessorTable = new
|
|
513
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
514
|
-
internal_static_com_lansweeper_dp_outbound_v1_Asset_descriptor,
|
|
515
|
-
new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "Core", "Hw", "Os", "SoftwareInventory", "MonitorInventory", "Hw", "Os", "SoftwareInventory", "MonitorInventory", });
|
|
516
|
-
internal_static_com_lansweeper_dp_outbound_v1_AssetType_descriptor =
|
|
517
|
-
getDescriptor().getMessageTypes().get(7);
|
|
518
|
-
internal_static_com_lansweeper_dp_outbound_v1_AssetType_fieldAccessorTable = new
|
|
519
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
520
|
-
internal_static_com_lansweeper_dp_outbound_v1_AssetType_descriptor,
|
|
521
|
-
new java.lang.String[] { "LsName", "FingType", "FingType", });
|
|
522
|
-
internal_static_com_lansweeper_dp_outbound_v1_CoreFields_descriptor =
|
|
523
|
-
getDescriptor().getMessageTypes().get(8);
|
|
524
|
-
internal_static_com_lansweeper_dp_outbound_v1_CoreFields_fieldAccessorTable = new
|
|
525
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
526
|
-
internal_static_com_lansweeper_dp_outbound_v1_CoreFields_descriptor,
|
|
527
|
-
new java.lang.String[] { "Type", "Name", "Domain", "IpAddress", "Serial", "Mac", "MacVendor", "SensorId", "Domain", "IpAddress", "Serial", "Mac", "MacVendor", "SensorId", });
|
|
528
|
-
internal_static_com_lansweeper_dp_outbound_v1_HardwareInfo_descriptor =
|
|
529
|
-
getDescriptor().getMessageTypes().get(9);
|
|
530
|
-
internal_static_com_lansweeper_dp_outbound_v1_HardwareInfo_fieldAccessorTable = new
|
|
531
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
532
|
-
internal_static_com_lansweeper_dp_outbound_v1_HardwareInfo_descriptor,
|
|
533
|
-
new java.lang.String[] { "TypeId", "MakeId", "ModelId", "FamilyId", "IsFamily", "Serial", "TypeName", "MakeName", "ModelName", "FamilyName", "Cpe", "Rank", "CatalogBrand", "CatalogModel", "CatalogFamily", "Raw", "TypeId", "MakeId", "ModelId", "FamilyId", "IsFamily", "Serial", "TypeName", "MakeName", "ModelName", "FamilyName", "Cpe", "Rank", "CatalogBrand", "CatalogModel", "CatalogFamily", "Raw", });
|
|
534
|
-
internal_static_com_lansweeper_dp_outbound_v1_RawHardwareInfo_descriptor =
|
|
535
|
-
getDescriptor().getMessageTypes().get(10);
|
|
536
|
-
internal_static_com_lansweeper_dp_outbound_v1_RawHardwareInfo_fieldAccessorTable = new
|
|
537
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
538
|
-
internal_static_com_lansweeper_dp_outbound_v1_RawHardwareInfo_descriptor,
|
|
539
|
-
new java.lang.String[] { "Architecture", "Model", "Manufacturer", "SerialNumber", "Architecture", "Model", "Manufacturer", "SerialNumber", });
|
|
540
|
-
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemInfo_descriptor =
|
|
541
|
-
getDescriptor().getMessageTypes().get(11);
|
|
542
|
-
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemInfo_fieldAccessorTable = new
|
|
543
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
544
|
-
internal_static_com_lansweeper_dp_outbound_v1_OperatingSystemInfo_descriptor,
|
|
545
|
-
new java.lang.String[] { "Id", "MakeId", "Name", "Version", "Build", "FwVersion", "Cpe", "FwCpe", "Rank", "CatalogBrand", "CatalogOs", "Windows", "Raw", "Id", "MakeId", "Name", "Version", "Build", "FwVersion", "Cpe", "FwCpe", "Rank", "CatalogBrand", "CatalogOs", });
|
|
546
|
-
internal_static_com_lansweeper_dp_outbound_v1_WindowsRawOperatingSystemInfo_descriptor =
|
|
547
|
-
getDescriptor().getMessageTypes().get(12);
|
|
548
|
-
internal_static_com_lansweeper_dp_outbound_v1_WindowsRawOperatingSystemInfo_fieldAccessorTable = new
|
|
549
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
550
|
-
internal_static_com_lansweeper_dp_outbound_v1_WindowsRawOperatingSystemInfo_descriptor,
|
|
551
|
-
new java.lang.String[] { "Version", "ServicePack", "Build", "VersionName", "BuildNumber", "ProductType", "IsDomainController", "PartOfDomain", "IsAzureAdJoined", "OsCode", "Version", "ServicePack", "Build", "VersionName", "BuildNumber", "ProductType", "IsDomainController", "PartOfDomain", "IsAzureAdJoined", "OsCode", });
|
|
552
|
-
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_descriptor =
|
|
553
|
-
getDescriptor().getMessageTypes().get(13);
|
|
554
|
-
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_fieldAccessorTable = new
|
|
555
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
556
|
-
internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_descriptor,
|
|
557
|
-
new java.lang.String[] { "Timestamp", "Monitor", });
|
|
558
|
-
internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor =
|
|
559
|
-
getDescriptor().getMessageTypes().get(14);
|
|
560
|
-
internal_static_com_lansweeper_dp_outbound_v1_Monitor_fieldAccessorTable = new
|
|
561
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
562
|
-
internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor,
|
|
563
|
-
new java.lang.String[] { "Model", "SerialNumber", "ManufacturerDate", "CatalogBrand", "CatalogMonitor", "Windows", "Raw", "SerialNumber", "CatalogBrand", "CatalogMonitor", });
|
|
564
|
-
internal_static_com_lansweeper_dp_outbound_v1_WindowsRawMonitorInfo_descriptor =
|
|
565
|
-
getDescriptor().getMessageTypes().get(15);
|
|
566
|
-
internal_static_com_lansweeper_dp_outbound_v1_WindowsRawMonitorInfo_fieldAccessorTable = new
|
|
567
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
568
|
-
internal_static_com_lansweeper_dp_outbound_v1_WindowsRawMonitorInfo_descriptor,
|
|
569
|
-
new java.lang.String[] { "Model", "PnpDeviceId", "SerialNumber", "SerialHex", "VesaManufacturer", "KeyManufacturer", "ManufacturerDate", "DeviceId", "PnpDeviceId", "SerialNumber", "SerialHex", "VesaManufacturer", "KeyManufacturer", "ManufacturerDate", "DeviceId", });
|
|
570
|
-
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor =
|
|
571
|
-
getDescriptor().getMessageTypes().get(16);
|
|
572
|
-
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_fieldAccessorTable = new
|
|
573
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
574
|
-
internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor,
|
|
575
|
-
new java.lang.String[] { "Timestamp", "Software", });
|
|
576
|
-
internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor =
|
|
577
|
-
getDescriptor().getMessageTypes().get(17);
|
|
578
|
-
internal_static_com_lansweeper_dp_outbound_v1_Software_fieldAccessorTable = new
|
|
579
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
580
|
-
internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor,
|
|
581
|
-
new java.lang.String[] { "Rank", "TypeId", "CatId", "MakeId", "SwId", "ParentId", "TypeName", "CatName", "MakeName", "Name", "Version", "MarketVer", "Edition", "Build", "Arch", "Lang", "Cpe", "CatalogBrand", "CatalogSoftware", "CatalogLatest", "Raw", "RawHash", "NreHash", "Rank", "TypeId", "CatId", "MakeId", "SwId", "ParentId", "TypeName", "CatName", "MakeName", "Name", "Version", "MarketVer", "Edition", "Build", "Arch", "Lang", "Cpe", "CatalogBrand", "CatalogSoftware", "CatalogLatest", "RawHash", "NreHash", });
|
|
582
|
-
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor =
|
|
583
|
-
getDescriptor().getMessageTypes().get(18);
|
|
584
|
-
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_fieldAccessorTable = new
|
|
585
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
586
|
-
internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor,
|
|
587
|
-
new java.lang.String[] { "Name", "Vendor", "Version", "Info", "ExePath", "Arch", "InstallDate", "SourceType", "SwId", "IsCurrentUser", "Vendor", "Version", "Info", "ExePath", "Arch", "InstallDate", "SourceType", "SwId", "IsCurrentUser", });
|
|
588
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor =
|
|
589
|
-
getDescriptor().getMessageTypes().get(19);
|
|
590
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable = new
|
|
591
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
592
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor,
|
|
593
|
-
new java.lang.String[] { "Id", "MakeName", "ParentId", "LastUpdateTime", "CountryCode", "LogoImageUrl", "BannerImageUrl", "WikipediaId", "WikipediaLangCode", "WebsiteUrl", "SupportUrl", "SupportPhone", "FacebookAccount", "TwitterAccount", "WarrantyUrl", "WarrantyDirectUrl", "CommunityUrl", "LinkedinAccount", "InstagramAccount", "YoutubeAccount", "PinterestAccount", "ClassHardware", "ClassSoftware", "ClassConsumer", "ClassEnterprise", "ClassIndustrial", "ClassIndividual", "MatchScore", "ParentId", "LastUpdateTime", "CountryCode", "LogoImageUrl", "BannerImageUrl", "WikipediaId", "WikipediaLangCode", "WebsiteUrl", "SupportUrl", "SupportPhone", "FacebookAccount", "TwitterAccount", "WarrantyUrl", "WarrantyDirectUrl", "CommunityUrl", "LinkedinAccount", "InstagramAccount", "YoutubeAccount", "PinterestAccount", "ClassHardware", "ClassSoftware", "ClassConsumer", "ClassEnterprise", "ClassIndustrial", "ClassIndividual", "MatchScore", });
|
|
594
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor =
|
|
595
|
-
getDescriptor().getMessageTypes().get(20);
|
|
596
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable = new
|
|
597
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
598
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor,
|
|
599
|
-
new java.lang.String[] { "Id", "MakeId", "DeviceModel", "DeviceTypeId", "DeviceModelCode", "FamilyId", "IsFamily", "ManualUrl", "FaqUrl", "ReleaseDate", "DiscDate", "EosDate", "LifecyleConfidence", "PriceClass", "ProductClass", "ShIftttHandle", "ShGoogleAssLangs", "ShAlexaLangs", "ShHassHandle", "ShAppleHomeKit", "ShOpenHabHandle", "NistCpe", "Popularity", "LastUpdateTime", "MatchScore", "DeviceTypeId", "FamilyId", "IsFamily", "ManualUrl", "FaqUrl", "ReleaseDate", "DiscDate", "EosDate", "LifecyleConfidence", "PriceClass", "ProductClass", "ShIftttHandle", "ShHassHandle", "ShAppleHomeKit", "ShOpenHabHandle", "NistCpe", "Popularity", "LastUpdateTime", "MatchScore", });
|
|
600
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor =
|
|
601
|
-
getDescriptor().getMessageTypes().get(21);
|
|
602
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_fieldAccessorTable = new
|
|
603
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
604
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor,
|
|
605
|
-
new java.lang.String[] { "Id", "OsName", "OsVersion", "OsBuild", "OsVersionName", "OverrideId", "MakeId", "ParentId", "ReleaseDate", "EolDate", "EosDate", "EosxDate", "LifecyleConfidence", "LogoImageUrl", "BannerImageUrl", "WikipediaId", "WikipediaLangCode", "WebsiteUrl", "SupportUrl", "SupportPhone", "FacebookAccount", "TwitterAccount", "NistCpe", "LastUpdateTime", "MatchScore", "OsVersion", "OsBuild", "OsVersionName", "OverrideId", "MakeId", "ParentId", "ReleaseDate", "EolDate", "EosDate", "EosxDate", "LifecyleConfidence", "LogoImageUrl", "BannerImageUrl", "WikipediaId", "WikipediaLangCode", "WebsiteUrl", "SupportUrl", "SupportPhone", "FacebookAccount", "TwitterAccount", "NistCpe", "LastUpdateTime", "MatchScore", });
|
|
606
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor =
|
|
607
|
-
getDescriptor().getMessageTypes().get(22);
|
|
608
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_fieldAccessorTable = new
|
|
609
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
610
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor,
|
|
611
|
-
new java.lang.String[] { "Id", "SwName", "SwVersion", "SwMarketVer", "SwEdition", "SwLang", "SwBuild", "MakeId", "ParentId", "LatestId", "SwType", "SwCategory", "ReleaseDate", "EolDate", "EosDate", "EosxDate", "LifecyleConfidence", "FlagLatest", "FlagWidespread", "FlagDeprecated", "LastUpdateTime", "MatchScore", "SwVersion", "SwMarketVer", "SwEdition", "SwLang", "SwBuild", "MakeId", "ParentId", "LatestId", "SwType", "SwCategory", "ReleaseDate", "EolDate", "EosDate", "EosxDate", "LifecyleConfidence", "FlagLatest", "FlagWidespread", "FlagDeprecated", "LastUpdateTime", "MatchScore", });
|
|
612
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor =
|
|
613
|
-
getDescriptor().getMessageTypes().get(23);
|
|
614
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_fieldAccessorTable = new
|
|
615
|
-
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
616
|
-
internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor,
|
|
617
|
-
new java.lang.String[] { "Id", "Model", "VendorId", "MakeId", "FamilyId", "IsFamily", "OfficialPage", "SupportPage", "SizeInch", "MaxResolution", "AspectRatio", "ResponseTimeMs", "HdType", "DisplayTech", "RefreshRate", "Panel", "HeightCm", "WidthCm", "DiagonalCm", "UsbUpstream", "NrUsbUpstream", "NrUsbTypeADownstream", "NrHdmi", "NrVga", "NrDvi", "HdmiVersion", "NrDisplayPorts", "DisplayPortVersion", "EnergyClass", "SdrPer1000U", "AverageWattUsage", "MaxWattUsage", "WattUsageStandby", "WattPowerSave", "AcVoltage", "AcFreqHz", "CurrentA", "FeatureAio", "FeatureCamera", "FeatureSpeakers", "FeatureHdmi", "FeatureEth", "FeaturePortrait", "FeatureCurved", "LastUpdateTime", "MatchScore", "VendorId", "MakeId", "FamilyId", "IsFamily", "OfficialPage", "SupportPage", "SizeInch", "MaxResolution", "AspectRatio", "ResponseTimeMs", "HdType", "DisplayTech", "RefreshRate", "Panel", "HeightCm", "WidthCm", "DiagonalCm", "UsbUpstream", "NrUsbUpstream", "NrUsbTypeADownstream", "NrHdmi", "NrVga", "NrDvi", "HdmiVersion", "NrDisplayPorts", "DisplayPortVersion", "EnergyClass", "SdrPer1000U", "AverageWattUsage", "MaxWattUsage", "WattUsageStandby", "WattPowerSave", "AcVoltage", "AcFreqHz", "CurrentA", "FeatureAio", "FeatureCamera", "FeatureSpeakers", "FeatureHdmi", "FeatureEth", "FeaturePortrait", "FeatureCurved", "LastUpdateTime", "MatchScore", });
|
|
618
|
-
com.google.protobuf.TimestampProto.getDescriptor();
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
// @@protoc_insertion_point(outer_class_scope)
|
|
622
|
-
}
|