@lansweeper/data-platform-outbound-grpc 0.10.3 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +103 -0
  4. package/gen-proto/outbound_pb.js +802 -4
  5. package/generated-go/outbound.pb.go +5499 -5186
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +20 -1
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKey$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKey$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKey.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKeyOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputer$1.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputer$Builder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputer.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerList$1.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerList$Builder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerList.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerListOrBuilder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerOrBuilder.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$1.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$2.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$Builder.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$RelationCase.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.class +0 -0
  31. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  32. package/model/target/classes/outbound.proto +20 -1
  33. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.java +391 -18
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.java +36 -6
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKey.java +735 -0
  36. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/BitLockerRecoveryKeyOrBuilder.java +37 -0
  37. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorConnectedComputer.java +832 -0
  38. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerList.java +760 -0
  39. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerListOrBuilder.java +34 -0
  40. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorConnectedComputerOrBuilder.java +52 -0
  41. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorInventory.java +587 -0
  42. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.java +56 -0
  43. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1560 -1510
  44. package/model/target/maven-archiver/pom.properties +2 -2
  45. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +14 -0
  46. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +6 -0
  47. package/model/target/{outbound-model-0.10.2-sources.jar → outbound-model-0.10.4-sources.jar} +0 -0
  48. package/model/target/{outbound-model-0.10.2.jar → outbound-model-0.10.4.jar} +0 -0
  49. package/package.json +2 -2
  50. package/pom.xml +1 -1
  51. package/proto/outbound.proto +20 -1
  52. package/service/pom.xml +1 -1
  53. package/service/target/maven-archiver/pom.properties +2 -2
  54. package/service/target/{outbound-service-0.10.2-sources.jar → outbound-service-0.10.4-sources.jar} +0 -0
  55. package/service/target/{outbound-service-0.10.2.jar → outbound-service-0.10.4.jar} +0 -0
@@ -1090,6 +1090,16 @@ public final class Outbound {
1090
1090
  static final
1091
1091
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1092
1092
  internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_fieldAccessorTable;
1093
+ static final com.google.protobuf.Descriptors.Descriptor
1094
+ internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputerList_descriptor;
1095
+ static final
1096
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1097
+ internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputerList_fieldAccessorTable;
1098
+ static final com.google.protobuf.Descriptors.Descriptor
1099
+ internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputer_descriptor;
1100
+ static final
1101
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1102
+ internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputer_fieldAccessorTable;
1093
1103
  static final com.google.protobuf.Descriptors.Descriptor
1094
1104
  internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor;
1095
1105
  static final
@@ -1180,9 +1190,9 @@ public final class Outbound {
1180
1190
  static final
1181
1191
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1182
1192
  internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable;
1183
- static final com.google.protobuf.Descriptors.Descriptor
1193
+ static com.google.protobuf.Descriptors.Descriptor
1184
1194
  internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor;
1185
- static final
1195
+ static
1186
1196
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1187
1197
  internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable;
1188
1198
  static com.google.protobuf.Descriptors.Descriptor
@@ -1245,6 +1255,11 @@ public final class Outbound {
1245
1255
  static
1246
1256
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1247
1257
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_fieldAccessorTable;
1258
+ static com.google.protobuf.Descriptors.Descriptor
1259
+ internal_static_com_lansweeper_dp_outbound_v1_BitLockerRecoveryKey_descriptor;
1260
+ static
1261
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1262
+ internal_static_com_lansweeper_dp_outbound_v1_BitLockerRecoveryKey_fieldAccessorTable;
1248
1263
  static com.google.protobuf.Descriptors.Descriptor
1249
1264
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_descriptor;
1250
1265
  static
@@ -4204,1429 +4219,1446 @@ public final class Outbound {
4204
4219
  "\001\001B\014\n\n_info_pathB\017\n\r_info_version\"8\n\013Map" +
4205
4220
  "pedValue\022\r\n\005value\030\001 \001(\003\022\021\n\004name\030\002 \001(\tH\000\210" +
4206
4221
  "\001\001B\007\n\005_name\"5\n\nFieldValue\022\013\n\003key\030\001 \001(\t\022\021" +
4207
- "\n\004name\030\002 \001(\tH\000\210\001\001B\007\n\005_name\"z\n\020MonitorInv" +
4208
- "entory\022-\n\ttimestamp\030\001 \001(\0132\032.google.proto" +
4209
- "buf.Timestamp\0227\n\007monitor\030\002 \003(\0132&.com.lan" +
4210
- "sweeper.dp.outbound.v1.Monitor\"\337\004\n\007Monit" +
4211
- "or\022\017\n\002id\030\001 \001(\003H\001\210\001\001\022\024\n\007make_id\030\002 \001(\003H\002\210\001" +
4212
- "\001\022\021\n\tmake_name\030\003 \001(\t\022\022\n\nmodel_name\030\004 \001(\t" +
4213
- "\022\032\n\rserial_number\030\005 \001(\tH\003\210\001\001\0225\n\021manufact" +
4214
- "urer_date\030\006 \001(\0132\032.google.protobuf.Timest" +
4215
- "amp\022D\n\007windows\030\024 \001(\01321.com.lansweeper.dp" +
4216
- ".outbound.v1.WindowsMonitorInfoH\000\022<\n\003mac" +
4217
- "\030\025 \001(\0132-.com.lansweeper.dp.outbound.v1.M" +
4218
- "acMonitorInfoH\000\022=\n\004data\030\026 \001(\0132*.com.lans" +
4219
- "weeper.dp.outbound.v1.MonitorDataH\004\210\001\001\022G" +
4220
- "\n\rcatalog_brand\0302 \001(\0132+.com.lansweeper.d" +
4221
- "p.outbound.v1.CatalogBrandH\005\210\001\001\022K\n\017catal" +
4222
- "og_monitor\0303 \001(\0132-.com.lansweeper.dp.out" +
4223
- "bound.v1.CatalogMonitorH\006\210\001\001B\006\n\004specB\005\n\003" +
4224
- "_idB\n\n\010_make_idB\020\n\016_serial_numberB\007\n\005_da" +
4225
- "taB\020\n\016_catalog_brandB\022\n\020_catalog_monitor" +
4226
- "\"\251\r\n\013MonitorData\022\031\n\014size_in_inch\030\001 \001(\001H\000" +
4227
- "\210\001\001\022\033\n\016max_resolution\030\002 \001(\tH\001\210\001\001\022\031\n\014aspe" +
4228
- "ct_ratio\030\003 \001(\tH\002\210\001\001\022 \n\023response_time_in_" +
4229
- "ms\030\004 \001(\001H\003\210\001\001\022\024\n\007hd_type\030\005 \001(\tH\004\210\001\001\022\031\n\014d" +
4230
- "isplay_tech\030\006 \001(\tH\005\210\001\001\022\031\n\014refresh_rate\030\007" +
4231
- " \001(\001H\006\210\001\001\022\022\n\005panel\030\010 \001(\tH\007\210\001\001\022\031\n\014height_" +
4232
- "in_cm\030\t \001(\001H\010\210\001\001\022\030\n\013width_in_cm\030\n \001(\001H\t\210" +
4233
- "\001\001\022\033\n\016diagonal_in_cm\030\013 \001(\001H\n\210\001\001\022\031\n\014has_s" +
4234
- "peakers\030\014 \001(\010H\013\210\001\001\022\027\n\nhas_camera\030\r \001(\010H\014" +
4235
- "\210\001\001\022\030\n\013has_usb_hub\030\016 \001(\010H\r\210\001\001\022\031\n\014usb_ups" +
4236
- "tream\030\017 \001(\tH\016\210\001\001\022\037\n\022nr_of_usb_upstream\030\020" +
4237
- " \001(\003H\017\210\001\001\022\"\n\025usb_type_a_downstream\030\021 \001(\003" +
4238
- "H\020\210\001\001\022\026\n\tnr_of_vga\030\022 \001(\003H\021\210\001\001\022\026\n\tnr_of_d" +
4239
- "vi\030\023 \001(\003H\022\210\001\001\022\027\n\nnr_of_hdmi\030\024 \001(\003H\023\210\001\001\022\031" +
4240
- "\n\014hdmi_version\030\025 \001(\tH\024\210\001\001\022$\n\027number_of_d" +
4241
- "isplay_ports\030\026 \001(\003H\025\210\001\001\022!\n\024display_port_" +
4242
- "version\030\027 \001(\tH\026\210\001\001\022\031\n\014energy_class\030\030 \001(\t" +
4243
- "H\027\210\001\001\022\033\n\016sdr_per_1000_u\030\031 \001(\001H\030\210\001\001\022\037\n\022av" +
4244
- "erage_watt_usage\030\032 \001(\001H\031\210\001\001\022\037\n\022standby_w" +
4245
- "att_usage\030\033 \001(\001H\032\210\001\001\022\033\n\016max_watt_usage\030\034" +
4246
- " \001(\001H\033\210\001\001\022 \n\023watt_usage_when_off\030\035 \001(\001H\034" +
4247
- "\210\001\001\022\034\n\017watt_power_save\030\036 \001(\001H\035\210\001\001\022\027\n\nac_" +
4248
- "voltage\030\037 \001(\tH\036\210\001\001\022\032\n\rac_freq_in_hz\030 \001(" +
4249
- "\tH\037\210\001\001\022\031\n\014current_in_a\030! \001(\001H \210\001\001\022\031\n\014man" +
4250
- "ufacturer\030\" \001(\tH!\210\001\001\022\022\n\005model\030# \001(\tH\"\210\001\001" +
4251
- "\0226\n\rcreation_date\030$ \001(\0132\032.google.protobu" +
4252
- "f.TimestampH#\210\001\001B\017\n\r_size_in_inchB\021\n\017_ma" +
4253
- "x_resolutionB\017\n\r_aspect_ratioB\026\n\024_respon" +
4254
- "se_time_in_msB\n\n\010_hd_typeB\017\n\r_display_te" +
4255
- "chB\017\n\r_refresh_rateB\010\n\006_panelB\017\n\r_height" +
4256
- "_in_cmB\016\n\014_width_in_cmB\021\n\017_diagonal_in_c" +
4257
- "mB\017\n\r_has_speakersB\r\n\013_has_cameraB\016\n\014_ha" +
4258
- "s_usb_hubB\017\n\r_usb_upstreamB\025\n\023_nr_of_usb" +
4259
- "_upstreamB\030\n\026_usb_type_a_downstreamB\014\n\n_" +
4260
- "nr_of_vgaB\014\n\n_nr_of_dviB\r\n\013_nr_of_hdmiB\017" +
4261
- "\n\r_hdmi_versionB\032\n\030_number_of_display_po" +
4262
- "rtsB\027\n\025_display_port_versionB\017\n\r_energy_" +
4263
- "classB\021\n\017_sdr_per_1000_uB\025\n\023_average_wat" +
4264
- "t_usageB\025\n\023_standby_watt_usageB\021\n\017_max_w" +
4265
- "att_usageB\026\n\024_watt_usage_when_offB\022\n\020_wa" +
4266
- "tt_power_saveB\r\n\013_ac_voltageB\020\n\016_ac_freq" +
4267
- "_in_hzB\017\n\r_current_in_aB\017\n\r_manufacturer" +
4268
- "B\010\n\006_modelB\020\n\016_creation_date\"\211\003\n\022Windows" +
4269
- "MonitorInfo\022\r\n\005model\030\001 \001(\t\022\032\n\rpnp_device" +
4270
- "_id\030\002 \001(\tH\000\210\001\001\022\032\n\rserial_number\030\003 \001(\tH\001\210" +
4271
- "\001\001\022\027\n\nserial_hex\030\004 \001(\tH\002\210\001\001\022\036\n\021vesa_manu" +
4272
- "facturer\030\005 \001(\tH\003\210\001\001\022\035\n\020key_manufacturer\030" +
4273
- "\006 \001(\tH\004\210\001\001\022:\n\021manufacturer_date\030\007 \001(\0132\032." +
4274
- "google.protobuf.TimestampH\005\210\001\001\022\026\n\tdevice" +
4275
- "_id\030\010 \001(\tH\006\210\001\001B\020\n\016_pnp_device_idB\020\n\016_ser" +
4276
- "ial_numberB\r\n\013_serial_hexB\024\n\022_vesa_manuf" +
4277
- "acturerB\023\n\021_key_manufacturerB\024\n\022_manufac" +
4278
- "turer_dateB\014\n\n_device_id\"\266\006\n\016MacMonitorI" +
4279
- "nfo\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\027\n\nproduct_id\030\002 \001" +
4280
- "(\tH\001\210\001\001\022\032\n\rserial_number\030\003 \001(\tH\002\210\001\001\022\026\n\tv" +
4281
- "endor_id\030\004 \001(\tH\003\210\001\001\022\021\n\004week\030\005 \001(\tH\004\210\001\001\022\021" +
4282
- "\n\004year\030\006 \001(\tH\005\210\001\001\022\017\n\002id\030\007 \001(\tH\006\210\001\001\022\023\n\006pi" +
4283
- "xels\030\010 \001(\tH\007\210\001\001\022\027\n\nresolution\030\t \001(\tH\010\210\001\001" +
4284
- "\022\037\n\022ambient_brightness\030\n \001(\tH\t\210\001\001\022\034\n\017con" +
4285
- "nection_type\030\013 \001(\tH\n\210\001\001\022\031\n\014display_type\030" +
4286
- "\014 \001(\tH\013\210\001\001\022\024\n\007is_main\030\r \001(\tH\014\210\001\001\022\023\n\006mirr" +
4287
- "or\030\016 \001(\tH\r\210\001\001\022\026\n\tis_online\030\017 \001(\tH\016\210\001\001\022\035\n" +
4288
- "\020pixel_resolution\030\020 \001(\tH\017\210\001\001\022\027\n\ncore_ima" +
4289
- "ge\030\021 \001(\tH\020\210\001\001\022\022\n\005depth\030\022 \001(\tH\021\210\001\001\022\033\n\016qua" +
4290
- "rtz_extreme\030\023 \001(\tH\022\210\001\001\022\030\n\013device_type\030\024 " +
4291
- "\001(\tH\023\210\001\001\022\025\n\010built_in\030\025 \001(\tH\024\210\001\001B\007\n\005_name" +
4292
- "B\r\n\013_product_idB\020\n\016_serial_numberB\014\n\n_ve" +
4293
- "ndor_idB\007\n\005_weekB\007\n\005_yearB\005\n\003_idB\t\n\007_pix" +
4294
- "elsB\r\n\013_resolutionB\025\n\023_ambient_brightnes" +
4295
- "sB\022\n\020_connection_typeB\017\n\r_display_typeB\n" +
4296
- "\n\010_is_mainB\t\n\007_mirrorB\014\n\n_is_onlineB\023\n\021_" +
4297
- "pixel_resolutionB\r\n\013_core_imageB\010\n\006_dept" +
4298
- "hB\021\n\017_quartz_extremeB\016\n\014_device_typeB\013\n\t" +
4299
- "_built_in\"\316\001\n\031ComputerMacWifiController\022" +
4300
- "H\n\022airport_interfaces\030\001 \003(\0132,.com.lanswe" +
4301
- "eper.dp.outbound.v1.WiFiInterface\022N\n\024sof" +
4302
- "tware_information\030\002 \001(\0132+.com.lansweeper" +
4303
- ".dp.outbound.v1.WiFiSoftwareH\000\210\001\001B\027\n\025_so" +
4304
- "ftware_information\"\237\006\n\rWiFiInterface\022\021\n\004" +
4305
- "name\030\001 \001(\tH\000\210\001\001\022\034\n\017airdrop_channel\030\002 \001(\t" +
4306
- "H\001\210\001\001\022\036\n\021airdrop_supported\030\003 \001(\010H\002\210\001\001\022\"\n" +
4307
- "\025auto_unlock_supported\030\004 \001(\010H\003\210\001\001\022\026\n\tcar" +
4308
- "d_type\030\005 \001(\tH\004\210\001\001\022\031\n\014country_code\030\006 \001(\tH" +
4309
- "\005\210\001\001\022\035\n\020firmware_version\030\007 \001(\tH\006\210\001\001\022\023\n\006l" +
4310
- "ocale\030\010 \001(\tH\007\210\001\001\022\030\n\013mac_address\030\t \001(\tH\010\210" +
4311
- "\001\001\022\037\n\022status_information\030\n \001(\tH\t\210\001\001\022\032\n\022s" +
4312
- "upported_channels\030\013 \003(\t\022 \n\023supported_phy" +
4313
- "_modes\030\014 \001(\tH\n\210\001\001\022\'\n\032wake_on_wireless_su" +
4314
- "pported\030\r \001(\010H\013\210\001\001\022H\n\017current_network\030\016 " +
4315
- "\001(\0132*.com.lansweeper.dp.outbound.v1.WiFi" +
4316
- "NetworkH\014\210\001\001\022H\n\024other_local_networks\030\017 \003" +
4317
- "(\0132*.com.lansweeper.dp.outbound.v1.WiFiN" +
4318
- "etworkB\007\n\005_nameB\022\n\020_airdrop_channelB\024\n\022_" +
4319
- "airdrop_supportedB\030\n\026_auto_unlock_suppor" +
4320
- "tedB\014\n\n_card_typeB\017\n\r_country_codeB\023\n\021_f" +
4321
- "irmware_versionB\t\n\007_localeB\016\n\014_mac_addre" +
4322
- "ssB\025\n\023_status_informationB\026\n\024_supported_" +
4323
- "phy_modesB\035\n\033_wake_on_wireless_supported" +
4324
- "B\022\n\020_current_network\"\363\003\n\013WiFiNetwork\022\021\n\004" +
4325
- "name\030\001 \001(\tH\000\210\001\001\022\032\n\rnetwork_bssid\030\002 \001(\tH\001" +
4326
- "\210\001\001\022\034\n\017network_channel\030\003 \001(\tH\002\210\001\001\022!\n\024net" +
4327
- "work_country_code\030\004 \001(\tH\003\210\001\001\022\036\n\021network_" +
4328
- "mcs_index\030\005 \001(\tH\004\210\001\001\022\035\n\020network_phy_mode" +
4329
- "\030\006 \001(\tH\005\210\001\001\022\"\n\025network_transmit_rate\030\007 \001" +
4330
- "(\tH\006\210\001\001\022\031\n\014network_type\030\010 \001(\tH\007\210\001\001\022\032\n\rse" +
4331
- "curity_mode\030\t \001(\tH\010\210\001\001\022\031\n\014signal_noise\030\n" +
4332
- " \001(\tH\t\210\001\001B\007\n\005_nameB\020\n\016_network_bssidB\022\n\020" +
4333
- "_network_channelB\027\n\025_network_country_cod" +
4334
- "eB\024\n\022_network_mcs_indexB\023\n\021_network_phy_" +
4335
- "modeB\030\n\026_network_transmit_rateB\017\n\r_netwo" +
4336
- "rk_typeB\020\n\016_security_modeB\017\n\r_signal_noi" +
4337
- "se\"\276\003\n\014WiFiSoftware\022$\n\027airport_utility_v" +
4338
- "ersion\030\001 \001(\tH\000\210\001\001\022\036\n\021core_wlan_version\030\002" +
4339
- " \001(\tH\001\210\001\001\022\"\n\025core_wlan_kit_version\030\003 \001(\t" +
4340
- "H\002\210\001\001\022 \n\023diagnostics_version\030\004 \001(\tH\003\210\001\001\022" +
4341
- "#\n\026io80211_family_version\030\005 \001(\tH\004\210\001\001\022\037\n\022" +
4342
- "menu_extra_version\030\006 \001(\tH\005\210\001\001\022\'\n\032system_" +
4343
- "information_version\030\007 \001(\tH\006\210\001\001B\032\n\030_airpo" +
4344
- "rt_utility_versionB\024\n\022_core_wlan_version" +
4345
- "B\030\n\026_core_wlan_kit_versionB\026\n\024_diagnosti" +
4346
- "cs_versionB\031\n\027_io80211_family_versionB\025\n" +
4347
- "\023_menu_extra_versionB\035\n\033_system_informat" +
4348
- "ion_version\"\342\001\n\021AntivirusSoftware\022\021\n\004nam" +
4349
- "e\030\002 \001(\tH\000\210\001\001\022\021\n\004guid\030\003 \001(\tH\001\210\001\001\022\024\n\007enabl" +
4350
- "ed\030\004 \001(\010H\002\210\001\001\022\027\n\nup_to_date\030\005 \001(\010H\003\210\001\001\022>" +
4351
- "\n\010software\030\006 \001(\0132\'.com.lansweeper.dp.out" +
4352
- "bound.v1.SoftwareH\004\210\001\001B\007\n\005_nameB\007\n\005_guid" +
4353
- "B\n\n\010_enabledB\r\n\013_up_to_dateB\013\n\t_software" +
4354
- "\"\331\002\n\006IpInfo\022\017\n\007address\030\001 \001(\t\022\025\n\010hostname" +
4355
- "\030\002 \001(\tH\000\210\001\001\022\025\n\010timezone\030\003 \001(\tH\001\210\001\001\022\033\n\016co" +
4356
- "ntinent_code\030\004 \001(\tH\002\210\001\001\022\031\n\014country_code\030" +
4357
- "\005 \001(\tH\003\210\001\001\022\030\n\013region_code\030\006 \001(\tH\004\210\001\001\022\031\n\014" +
4358
- "country_city\030\007 \001(\tH\005\210\001\001\022\020\n\003isp\030\010 \001(\tH\006\210\001" +
4359
- "\001\022\031\n\014organization\030\t \001(\tH\007\210\001\001B\013\n\t_hostnam" +
4360
- "eB\013\n\t_timezoneB\021\n\017_continent_codeB\017\n\r_co" +
4361
- "untry_codeB\016\n\014_region_codeB\017\n\r_country_c" +
4362
- "ityB\006\n\004_ispB\017\n\r_organization\"\203\001\n\021Softwar" +
4363
- "eInventory\022-\n\ttimestamp\030\001 \001(\0132\032.google.p" +
4364
- "rotobuf.Timestamp\0229\n\010software\030\002 \003(\0132\'.co" +
4365
- "m.lansweeper.dp.outbound.v1.SoftwareJ\004\010\003" +
4366
- "\020\004\"\225\n\n\010Software\022\021\n\004rank\030\001 \001(\005H\000\210\001\001\022\024\n\007ty" +
4367
- "pe_id\030\002 \001(\003H\001\210\001\001\022\023\n\006cat_id\030\003 \001(\003H\002\210\001\001\022\024\n" +
4368
- "\007make_id\030\004 \001(\003H\003\210\001\001\022\022\n\005sw_id\030\005 \001(\003H\004\210\001\001\022" +
4369
- "\026\n\tparent_id\030\006 \001(\003H\005\210\001\001\022\026\n\ttype_name\030\007 \001" +
4370
- "(\tH\006\210\001\001\022\025\n\010cat_name\030\010 \001(\tH\007\210\001\001\022\026\n\tmake_n" +
4371
- "ame\030\t \001(\tH\010\210\001\001\022\021\n\004name\030\n \001(\tH\t\210\001\001\022\024\n\007ver" +
4372
- "sion\030\013 \001(\tH\n\210\001\001\022\027\n\nmarket_ver\030\014 \001(\tH\013\210\001\001" +
4373
- "\022\024\n\007edition\030\r \001(\tH\014\210\001\001\022\022\n\005build\030\016 \001(\tH\r\210" +
4374
- "\001\001\022\021\n\004arch\030\024 \001(\tH\016\210\001\001\022\021\n\004lang\030\025 \001(\tH\017\210\001\001" +
4375
- "\022\032\n\robtained_from\030\026 \001(\tH\020\210\001\001\022\021\n\tsigned_b" +
4376
- "y\030\027 \003(\t\022\020\n\003cpe\030\017 \001(\tH\021\210\001\001\0227\n\003raw\030\021 \001(\0132*" +
4377
- ".com.lansweeper.dp.outbound.v1.RawSoftwa" +
4378
- "re\022\025\n\010raw_hash\030\022 \001(\tH\022\210\001\001\022\025\n\010nre_hash\030\023 " +
4379
- "\001(\tH\023\210\001\001\022G\n\rcatalog_brand\0302 \001(\0132+.com.la" +
4380
- "nsweeper.dp.outbound.v1.CatalogBrandH\024\210\001" +
4381
- "\001\022M\n\020catalog_software\0303 \001(\0132..com.lanswe" +
4382
- "eper.dp.outbound.v1.CatalogSoftwareH\025\210\001\001" +
4383
- "\022K\n\016catalog_parent\0304 \001(\0132..com.lansweepe" +
4384
- "r.dp.outbound.v1.CatalogSoftwareH\026\210\001\001\022_\n" +
4385
- "\026rhel_based_data_points\0305 \001(\0132:.com.lans" +
4386
- "weeper.dp.outbound.v1.RhelBasedSoftwareD" +
4387
- "ataPointsH\027\210\001\001\022c\n\030debian_based_data_poin" +
4388
- "ts\0306 \001(\0132<.com.lansweeper.dp.outbound.v1" +
4389
- ".DebianBasedSoftwareDataPointsH\030\210\001\001B\007\n\005_" +
4390
- "rankB\n\n\010_type_idB\t\n\007_cat_idB\n\n\010_make_idB" +
4391
- "\010\n\006_sw_idB\014\n\n_parent_idB\014\n\n_type_nameB\013\n" +
4392
- "\t_cat_nameB\014\n\n_make_nameB\007\n\005_nameB\n\n\010_ve" +
4393
- "rsionB\r\n\013_market_verB\n\n\010_editionB\010\n\006_bui" +
4394
- "ldB\007\n\005_archB\007\n\005_langB\020\n\016_obtained_fromB\006" +
4395
- "\n\004_cpeB\013\n\t_raw_hashB\013\n\t_nre_hashB\020\n\016_cat" +
4396
- "alog_brandB\023\n\021_catalog_softwareB\021\n\017_cata" +
4397
- "log_parentB\031\n\027_rhel_based_data_pointsB\033\n" +
4398
- "\031_debian_based_data_points\"\217\001\n\033RhelBased" +
4399
- "SoftwareDataPoints\022\027\n\nsource_rpm\030\001 \001(\tH\000" +
4400
- "\210\001\001\022\022\n\005epoch\030\002 \001(\rH\001\210\001\001\022\031\n\014ui_from_repo\030" +
4401
- "\003 \001(\tH\002\210\001\001B\r\n\013_source_rpmB\010\n\006_epochB\017\n\r_" +
4402
- "ui_from_repo\"\373\001\n\035DebianBasedSoftwareData" +
4403
- "Points\022\037\n\022dpkg_status_abbrev\030\001 \001(\tH\000\210\001\001\022" +
4404
- " \n\023binary_package_name\030\002 \001(\tH\001\210\001\001\022 \n\023sou" +
4405
- "rce_package_name\030\003 \001(\tH\002\210\001\001\022\033\n\016source_ve" +
4406
- "rsion\030\004 \001(\tH\003\210\001\001B\025\n\023_dpkg_status_abbrevB" +
4407
- "\026\n\024_binary_package_nameB\026\n\024_source_packa" +
4408
- "ge_nameB\021\n\017_source_version\"\373\002\n\013RawSoftwa" +
4409
- "re\022\014\n\004name\030\001 \001(\t\022\023\n\006vendor\030\002 \001(\tH\000\210\001\001\022\024\n" +
4410
- "\007version\030\003 \001(\tH\001\210\001\001\022\021\n\004info\030\004 \001(\tH\002\210\001\001\022\025" +
4411
- "\n\010exe_path\030\005 \001(\tH\003\210\001\001\022\021\n\004arch\030\006 \001(\tH\004\210\001\001",
4412
- "\0225\n\014install_date\030\007 \001(\0132\032.google.protobuf" +
4413
- ".TimestampH\005\210\001\001\022\030\n\013source_type\030\010 \001(\tH\006\210\001" +
4414
- "\001\022\022\n\005sw_id\030\t \001(\tH\007\210\001\001\022\034\n\017is_current_user" +
4415
- "\030\n \001(\010H\010\210\001\001B\t\n\007_vendorB\n\n\010_versionB\007\n\005_i" +
4416
- "nfoB\013\n\t_exe_pathB\007\n\005_archB\017\n\r_install_da" +
4417
- "teB\016\n\014_source_typeB\010\n\006_sw_idB\022\n\020_is_curr" +
4418
- "ent_user\"\217\003\n\023SoftwareChangeEvent\022P\n\neven" +
4419
- "t_type\030\001 \001(\0162<.com.lansweeper.dp.outboun" +
4420
- "d.v1.SoftwareChangeEvent.EventType\022)\n\005st" +
4421
- "art\030\002 \001(\0132\032.google.protobuf.Timestamp\022,\n" +
4422
- "\003end\030\003 \001(\0132\032.google.protobuf.TimestampH\000" +
4423
- "\210\001\001\0229\n\010software\030\004 \001(\0132\'.com.lansweeper.d" +
4424
- "p.outbound.v1.Software\022C\n\rprev_software\030" +
4425
- "\005 \001(\0132\'.com.lansweeper.dp.outbound.v1.So" +
4426
- "ftwareH\001\210\001\001\"3\n\tEventType\022\013\n\007INSTALL\020\000\022\r\n" +
4427
- "\tUNINSTALL\020\001\022\n\n\006UPDATE\020\002B\006\n\004_endB\020\n\016_pre" +
4428
- "v_software\"\341\001\n\031ComputerMacInstallHistory" +
4429
- "\022\021\n\004name\030\001 \001(\tH\000\210\001\001\0225\n\014install_date\030\002 \001(" +
4430
- "\0132\032.google.protobuf.TimestampH\001\210\001\001\022\034\n\017in" +
4431
- "stall_version\030\003 \001(\tH\002\210\001\001\022\033\n\016package_sour" +
4432
- "ce\030\004 \001(\tH\003\210\001\001B\007\n\005_nameB\017\n\r_install_dateB" +
4433
- "\022\n\020_install_versionB\021\n\017_package_source\"\355" +
4434
- "\n\n\014CatalogBrand\022\n\n\002id\030\001 \001(\003\022\021\n\tmake_name" +
4435
- "\030\003 \001(\t\022\026\n\tparent_id\030\022 \001(\003H\000\210\001\001\0229\n\020last_u" +
4436
- "pdate_time\030\005 \001(\0132\032.google.protobuf.Times" +
4437
- "tampH\001\210\001\001\022\031\n\014country_code\030\006 \001(\tH\002\210\001\001\022\033\n\016" +
4438
- "logo_image_url\030\007 \001(\tH\003\210\001\001\022\035\n\020banner_imag" +
4439
- "e_url\030\010 \001(\tH\004\210\001\001\022\031\n\014wikipedia_id\030\t \001(\tH\005" +
4440
- "\210\001\001\022 \n\023wikipedia_lang_code\030\n \001(\tH\006\210\001\001\022\030\n" +
4441
- "\013website_url\030\013 \001(\tH\007\210\001\001\022\030\n\013support_url\030\014" +
4442
- " \001(\tH\010\210\001\001\022\032\n\rsupport_phone\030\r \001(\tH\t\210\001\001\022\035\n" +
4443
- "\020facebook_account\030\016 \001(\tH\n\210\001\001\022\034\n\017twitter_" +
4444
- "account\030\017 \001(\tH\013\210\001\001\022\031\n\014warranty_url\030\020 \001(\t" +
4445
- "H\014\210\001\001\022 \n\023warranty_direct_url\030\021 \001(\tH\r\210\001\001\022" +
4446
- "\032\n\rcommunity_url\030\024 \001(\tH\016\210\001\001\022\035\n\020linkedin_" +
4447
- "account\030\025 \001(\tH\017\210\001\001\022\036\n\021instagram_account\030" +
4448
- "\026 \001(\tH\020\210\001\001\022\034\n\017youtube_account\030\027 \001(\tH\021\210\001\001" +
4449
- "\022\036\n\021pinterest_account\030\030 \001(\tH\022\210\001\001\022\033\n\016tikt" +
4450
- "ok_account\030\037 \001(\tH\023\210\001\001\022\033\n\016class_hardware\030" +
4451
- "\031 \001(\010H\024\210\001\001\022\033\n\016class_software\030\032 \001(\010H\025\210\001\001\022" +
4452
- "\033\n\016class_consumer\030\033 \001(\010H\026\210\001\001\022\035\n\020class_en" +
4453
- "terprise\030\034 \001(\010H\027\210\001\001\022\035\n\020class_industrial\030" +
4454
- "\035 \001(\010H\030\210\001\001\022\035\n\020class_individual\030\036 \001(\010H\031\210\001" +
4455
- "\001\022\030\n\013match_score\030\023 \001(\005H\032\210\001\001B\014\n\n_parent_i" +
4456
- "dB\023\n\021_last_update_timeB\017\n\r_country_codeB" +
4457
- "\021\n\017_logo_image_urlB\023\n\021_banner_image_urlB" +
4458
- "\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang_code" +
4459
- "B\016\n\014_website_urlB\016\n\014_support_urlB\020\n\016_sup" +
4460
- "port_phoneB\023\n\021_facebook_accountB\022\n\020_twit" +
4461
- "ter_accountB\017\n\r_warranty_urlB\026\n\024_warrant" +
4462
- "y_direct_urlB\020\n\016_community_urlB\023\n\021_linke" +
4463
- "din_accountB\024\n\022_instagram_accountB\022\n\020_yo" +
4464
- "utube_accountB\024\n\022_pinterest_accountB\021\n\017_" +
4465
- "tiktok_accountB\021\n\017_class_hardwareB\021\n\017_cl" +
4466
- "ass_softwareB\021\n\017_class_consumerB\023\n\021_clas" +
4467
- "s_enterpriseB\023\n\021_class_industrialB\023\n\021_cl" +
4468
- "ass_individualB\016\n\014_match_score\"\317\t\n\014Catal" +
4469
- "ogModel\022\n\n\002id\030\001 \001(\003\022\017\n\007make_id\030\003 \001(\003\022\024\n\014" +
4470
- "device_model\030\004 \001(\t\022\033\n\016device_type_id\030\005 \001" +
4471
- "(\003H\000\210\001\001\022\031\n\021device_model_code\030\006 \003(\t\022\026\n\tfa" +
4472
- "mily_id\030\n \001(\003H\001\210\001\001\022\026\n\tis_family\030\013 \001(\010H\002\210" +
4473
- "\001\001\022\027\n\nmanual_url\030\014 \001(\tH\003\210\001\001\022\024\n\007faq_url\030\r" +
4474
- " \001(\tH\004\210\001\001\0225\n\014release_date\030\016 \001(\0132\032.google" +
4475
- ".protobuf.TimestampH\005\210\001\001\0222\n\tdisc_date\030\017 " +
4476
- "\001(\0132\032.google.protobuf.TimestampH\006\210\001\001\0221\n\010" +
4477
- "eos_date\030\032 \001(\0132\032.google.protobuf.Timesta" +
4478
- "mpH\007\210\001\001\022 \n\023lifecyle_confidence\030\035 \001(\tH\010\210\001" +
4479
- "\001\022\030\n\013price_class\030\030 \001(\tH\t\210\001\001\022\032\n\rproduct_c" +
4480
- "lass\030\031 \001(\tH\n\210\001\001\022\032\n\rcfp_emissions\030\036 \001(\005H\013" +
4481
- "\210\001\001\022\036\n\021cfp_emissions_std\030\037 \001(\005H\014\210\001\001\022\024\n\007c" +
4482
- "fp_use\030 \001(\005H\r\210\001\001\022\034\n\017sh_ifttt_handle\030\021 \001" +
4483
- "(\tH\016\210\001\001\022\033\n\023sh_google_ass_langs\030\022 \003(\t\022\026\n\016" +
4484
- "sh_alexa_langs\030\023 \003(\t\022\033\n\016sh_hass_handle\030\024" +
4485
- " \001(\tH\017\210\001\001\022\036\n\021sh_apple_home_kit\030\025 \001(\010H\020\210\001" +
4486
- "\001\022\037\n\022sh_open_hab_handle\030\026 \001(\tH\021\210\001\001\022\025\n\010ni" +
4487
- "st_cpe\030\034 \001(\tH\022\210\001\001\022\027\n\npopularity\030\027 \001(\005H\023\210" +
4488
- "\001\001\0229\n\020last_update_time\030\020 \001(\0132\032.google.pr" +
4489
- "otobuf.TimestampH\024\210\001\001\022\030\n\013match_score\030\033 \001" +
4490
- "(\005H\025\210\001\001B\021\n\017_device_type_idB\014\n\n_family_id" +
4491
- "B\014\n\n_is_familyB\r\n\013_manual_urlB\n\n\010_faq_ur" +
4492
- "lB\017\n\r_release_dateB\014\n\n_disc_dateB\013\n\t_eos" +
4493
- "_dateB\026\n\024_lifecyle_confidenceB\016\n\014_price_" +
4494
- "classB\020\n\016_product_classB\020\n\016_cfp_emission" +
4495
- "sB\024\n\022_cfp_emissions_stdB\n\n\010_cfp_useB\022\n\020_" +
4496
- "sh_ifttt_handleB\021\n\017_sh_hass_handleB\024\n\022_s" +
4497
- "h_apple_home_kitB\025\n\023_sh_open_hab_handleB" +
4498
- "\013\n\t_nist_cpeB\r\n\013_popularityB\023\n\021_last_upd" +
4499
- "ate_timeB\016\n\014_match_score\"\254\t\n\tCatalogOs\022\n" +
4500
- "\n\002id\030\001 \001(\003\022\017\n\007os_name\030\003 \001(\t\022\027\n\nos_versio" +
4501
- "n\030\004 \001(\tH\000\210\001\001\022\025\n\010os_build\030\014 \001(\tH\001\210\001\001\022\034\n\017o" +
4502
- "s_version_name\030\005 \001(\tH\002\210\001\001\022\030\n\013override_id" +
4503
- "\030\006 \001(\003H\003\210\001\001\022\024\n\007make_id\030\007 \001(\003H\004\210\001\001\022\026\n\tpar" +
4504
- "ent_id\030\010 \001(\003H\005\210\001\001\0225\n\014release_date\030\t \001(\0132" +
4505
- "\032.google.protobuf.TimestampH\006\210\001\001\0221\n\010eol_" +
4506
- "date\030\n \001(\0132\032.google.protobuf.TimestampH\007" +
4507
- "\210\001\001\0221\n\010eos_date\030\026 \001(\0132\032.google.protobuf." +
4508
- "TimestampH\010\210\001\001\0222\n\teosx_date\030\031 \001(\0132\032.goog" +
4509
- "le.protobuf.TimestampH\t\210\001\001\022 \n\023lifecyle_c" +
4510
- "onfidence\030\032 \001(\tH\n\210\001\001\022\033\n\016logo_image_url\030\r" +
4511
- " \001(\tH\013\210\001\001\022\035\n\020banner_image_url\030\016 \001(\tH\014\210\001\001" +
4512
- "\022\031\n\014wikipedia_id\030\017 \001(\tH\r\210\001\001\022 \n\023wikipedia" +
4513
- "_lang_code\030\020 \001(\tH\016\210\001\001\022\030\n\013website_url\030\021 \001" +
4514
- "(\tH\017\210\001\001\022\030\n\013support_url\030\022 \001(\tH\020\210\001\001\022\032\n\rsup" +
4515
- "port_phone\030\023 \001(\tH\021\210\001\001\022\035\n\020facebook_accoun" +
4516
- "t\030\024 \001(\tH\022\210\001\001\022\034\n\017twitter_account\030\025 \001(\tH\023\210" +
4517
- "\001\001\022\025\n\010nist_cpe\030\027 \001(\tH\024\210\001\001\0229\n\020last_update" +
4518
- "_time\030\013 \001(\0132\032.google.protobuf.TimestampH" +
4519
- "\025\210\001\001\022\030\n\013match_score\030\030 \001(\005H\026\210\001\001B\r\n\013_os_ve" +
4520
- "rsionB\013\n\t_os_buildB\022\n\020_os_version_nameB\016" +
4521
- "\n\014_override_idB\n\n\010_make_idB\014\n\n_parent_id" +
4522
- "B\017\n\r_release_dateB\013\n\t_eol_dateB\013\n\t_eos_d" +
4523
- "ateB\014\n\n_eosx_dateB\026\n\024_lifecyle_confidenc" +
4524
- "eB\021\n\017_logo_image_urlB\023\n\021_banner_image_ur" +
4525
- "lB\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang_co" +
4526
- "deB\016\n\014_website_urlB\016\n\014_support_urlB\020\n\016_s" +
4527
- "upport_phoneB\023\n\021_facebook_accountB\022\n\020_tw" +
4528
- "itter_accountB\013\n\t_nist_cpeB\023\n\021_last_upda" +
4529
- "te_timeB\016\n\014_match_score\"\370\007\n\017CatalogSoftw" +
4530
- "are\022\n\n\002id\030\001 \001(\003\022\017\n\007sw_name\030\002 \001(\t\022\027\n\nsw_v" +
4531
- "ersion\030\003 \001(\tH\000\210\001\001\022\032\n\rsw_market_ver\030\004 \001(\t" +
4532
- "H\001\210\001\001\022\027\n\nsw_edition\030\005 \001(\tH\002\210\001\001\022\024\n\007sw_lan" +
4533
- "g\030\006 \001(\tH\003\210\001\001\022\025\n\010sw_build\030\007 \001(\tH\004\210\001\001\022\024\n\007m" +
4534
- "ake_id\030\010 \001(\003H\005\210\001\001\022\026\n\tparent_id\030\t \001(\003H\006\210\001" +
4535
- "\001\022\026\n\tlatest_id\030\n \001(\003H\007\210\001\001\022\024\n\007sw_type\030\013 \001" +
4536
- "(\tH\010\210\001\001\022\030\n\013sw_category\030\014 \001(\tH\t\210\001\001\0225\n\014rel" +
4537
- "ease_date\030\r \001(\0132\032.google.protobuf.Timest" +
4538
- "ampH\n\210\001\001\0221\n\010eol_date\030\016 \001(\0132\032.google.prot" +
4539
- "obuf.TimestampH\013\210\001\001\0221\n\010eos_date\030\017 \001(\0132\032." +
4540
- "google.protobuf.TimestampH\014\210\001\001\0222\n\teosx_d" +
4541
- "ate\030\020 \001(\0132\032.google.protobuf.TimestampH\r\210" +
4542
- "\001\001\022 \n\023lifecyle_confidence\030\021 \001(\tH\016\210\001\001\022\030\n\013" +
4543
- "flag_latest\030\022 \001(\010H\017\210\001\001\022\034\n\017flag_widesprea" +
4544
- "d\030\023 \001(\010H\020\210\001\001\022\034\n\017flag_deprecated\030\024 \001(\010H\021\210" +
4545
- "\001\001\0229\n\020last_update_time\030\025 \001(\0132\032.google.pr" +
4546
- "otobuf.TimestampH\022\210\001\001\022\030\n\013match_score\030d \001" +
4547
- "(\005H\023\210\001\001B\r\n\013_sw_versionB\020\n\016_sw_market_ver" +
4548
- "B\r\n\013_sw_editionB\n\n\010_sw_langB\013\n\t_sw_build" +
4549
- "B\n\n\010_make_idB\014\n\n_parent_idB\014\n\n_latest_id" +
4550
- "B\n\n\010_sw_typeB\016\n\014_sw_categoryB\017\n\r_release" +
4551
- "_dateB\013\n\t_eol_dateB\013\n\t_eos_dateB\014\n\n_eosx" +
4552
- "_dateB\026\n\024_lifecyle_confidenceB\016\n\014_flag_l" +
4553
- "atestB\022\n\020_flag_widespreadB\022\n\020_flag_depre" +
4554
- "catedB\023\n\021_last_update_timeB\016\n\014_match_sco" +
4555
- "re\"\341\017\n\016CatalogMonitor\022\n\n\002id\030\001 \001(\003\022\r\n\005mod" +
4556
- "el\030\003 \001(\t\022\026\n\tvendor_id\030\004 \001(\tH\000\210\001\001\022\024\n\007make" +
4557
- "_id\030\005 \001(\003H\001\210\001\001\022\026\n\tfamily_id\030\006 \001(\003H\002\210\001\001\022\026" +
4558
- "\n\tis_family\030\007 \001(\010H\003\210\001\001\022\032\n\rofficial_page\030" +
4559
- "\010 \001(\tH\004\210\001\001\022\031\n\014support_page\030\t \001(\tH\005\210\001\001\022\026\n" +
4560
- "\tsize_inch\030\n \001(\001H\006\210\001\001\022\033\n\016max_resolution\030" +
4561
- "\013 \001(\tH\007\210\001\001\022\031\n\014aspect_ratio\030\014 \001(\tH\010\210\001\001\022\035\n" +
4562
- "\020response_time_ms\030\r \001(\001H\t\210\001\001\022\024\n\007hd_type\030" +
4563
- "\016 \001(\tH\n\210\001\001\022\031\n\014display_tech\030\017 \001(\tH\013\210\001\001\022\031\n" +
4564
- "\014refresh_rate\030\020 \001(\005H\014\210\001\001\022\022\n\005panel\030\021 \001(\tH" +
4565
- "\r\210\001\001\022\026\n\theight_cm\030\022 \001(\001H\016\210\001\001\022\025\n\010width_cm" +
4566
- "\030\023 \001(\001H\017\210\001\001\022\030\n\013diagonal_cm\030\024 \001(\001H\020\210\001\001\022\031\n" +
4567
- "\014usb_upstream\030\025 \001(\tH\021\210\001\001\022\034\n\017nr_usb_upstr" +
4568
- "eam\030\026 \001(\005H\022\210\001\001\022%\n\030nr_usb_type_a_downstre" +
4569
- "am\030\027 \001(\005H\023\210\001\001\022\024\n\007nr_hdmi\030\030 \001(\005H\024\210\001\001\022\023\n\006n" +
4570
- "r_vga\030\031 \001(\005H\025\210\001\001\022\023\n\006nr_dvi\030\032 \001(\005H\026\210\001\001\022\031\n" +
4571
- "\014hdmi_version\030\033 \001(\001H\027\210\001\001\022\035\n\020nr_display_p" +
4572
- "orts\030\034 \001(\005H\030\210\001\001\022!\n\024display_port_version\030" +
4573
- "\035 \001(\001H\031\210\001\001\022\031\n\014energy_class\030\036 \001(\tH\032\210\001\001\022\033\n" +
4574
- "\016sdr_per_1000_u\030\037 \001(\005H\033\210\001\001\022\037\n\022average_wa" +
4575
- "tt_usage\030 \001(\001H\034\210\001\001\022\033\n\016max_watt_usage\030! " +
4576
- "\001(\001H\035\210\001\001\022\037\n\022watt_usage_standby\030\" \001(\001H\036\210\001" +
4577
- "\001\022\034\n\017watt_power_save\030# \001(\001H\037\210\001\001\022\027\n\nac_vo" +
4578
- "ltage\030$ \001(\tH \210\001\001\022\027\n\nac_freq_hz\030% \001(\tH!\210\001" +
4579
- "\001\022\026\n\tcurrent_a\030& \001(\001H\"\210\001\001\022\030\n\013feature_aio" +
4580
- "\030\' \001(\010H#\210\001\001\022\033\n\016feature_camera\030( \001(\010H$\210\001\001" +
4581
- "\022\035\n\020feature_speakers\030) \001(\010H%\210\001\001\022\031\n\014featu" +
4582
- "re_hdmi\030* \001(\010H&\210\001\001\022\030\n\013feature_eth\030+ \001(\010H" +
4583
- "\'\210\001\001\022\035\n\020feature_portrait\030, \001(\010H(\210\001\001\022\033\n\016f" +
4584
- "eature_curved\030- \001(\010H)\210\001\001\0229\n\020last_update_" +
4585
- "time\030. \001(\0132\032.google.protobuf.TimestampH*" +
4586
- "\210\001\001\022\030\n\013match_score\030d \001(\005H+\210\001\001B\014\n\n_vendor" +
4587
- "_idB\n\n\010_make_idB\014\n\n_family_idB\014\n\n_is_fam" +
4588
- "ilyB\020\n\016_official_pageB\017\n\r_support_pageB\014" +
4589
- "\n\n_size_inchB\021\n\017_max_resolutionB\017\n\r_aspe" +
4590
- "ct_ratioB\023\n\021_response_time_msB\n\n\010_hd_typ" +
4591
- "eB\017\n\r_display_techB\017\n\r_refresh_rateB\010\n\006_" +
4592
- "panelB\014\n\n_height_cmB\013\n\t_width_cmB\016\n\014_dia" +
4593
- "gonal_cmB\017\n\r_usb_upstreamB\022\n\020_nr_usb_ups" +
4594
- "treamB\033\n\031_nr_usb_type_a_downstreamB\n\n\010_n" +
4595
- "r_hdmiB\t\n\007_nr_vgaB\t\n\007_nr_dviB\017\n\r_hdmi_ve" +
4596
- "rsionB\023\n\021_nr_display_portsB\027\n\025_display_p" +
4597
- "ort_versionB\017\n\r_energy_classB\021\n\017_sdr_per" +
4598
- "_1000_uB\025\n\023_average_watt_usageB\021\n\017_max_w" +
4599
- "att_usageB\025\n\023_watt_usage_standbyB\022\n\020_wat" +
4600
- "t_power_saveB\r\n\013_ac_voltageB\r\n\013_ac_freq_" +
4601
- "hzB\014\n\n_current_aB\016\n\014_feature_aioB\021\n\017_fea" +
4602
- "ture_cameraB\023\n\021_feature_speakersB\017\n\r_fea" +
4603
- "ture_hdmiB\016\n\014_feature_ethB\023\n\021_feature_po" +
4604
- "rtraitB\021\n\017_feature_curvedB\023\n\021_last_updat" +
4605
- "e_timeB\016\n\014_match_score\"\363\002\n\007Printer\022\031\n\014pr" +
4606
- "inter_name\030\001 \001(\tH\000\210\001\001\022\032\n\rprinted_pages\030\002" +
4607
- " \001(\003H\001\210\001\001\022 \n\023printed_color_pages\030\003 \001(\003H\002" +
4608
- "\210\001\001\022\037\n\022printed_mono_pages\030\004 \001(\003H\003\210\001\001\022\033\n\016" +
4609
- "printer_status\030\005 \001(\tH\004\210\001\001\022\032\n\rserial_numb" +
4610
- "er\030\006 \001(\tH\005\210\001\001\022>\n\005toner\030\007 \003(\0132/.com.lansw" +
4611
- "eeper.dp.outbound.v1.PrinterTonerInfoB\017\n" +
4612
- "\r_printer_nameB\020\n\016_printed_pagesB\026\n\024_pri" +
4613
- "nted_color_pagesB\025\n\023_printed_mono_pagesB" +
4614
- "\021\n\017_printer_statusB\020\n\016_serial_number\"\274\002\n" +
4615
- "\020PrinterTonerInfo\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\022\n\005" +
4616
- "color\030\002 \001(\tH\001\210\001\001\022E\n\014color_number\030\003 \001(\0132*" +
4617
- ".com.lansweeper.dp.outbound.v1.MappedVal" +
4618
- "ueH\002\210\001\001\022 \n\023maximum_toner_level\030\004 \001(\003H\003\210\001" +
4619
- "\001\022\023\n\006number\030\005 \001(\003H\004\210\001\001\022\"\n\025remaining_tone" +
4620
- "r_level\030\006 \001(\003H\005\210\001\001B\007\n\005_nameB\010\n\006_colorB\017\n" +
4621
- "\r_color_numberB\026\n\024_maximum_toner_levelB\t" +
4622
- "\n\007_numberB\030\n\026_remaining_toner_level\"\343\005\n\003" +
4623
- "Ups\022\031\n\014manufacturer\030\001 \001(\tH\000\210\001\001\022\022\n\005model\030" +
4624
- "\002 \001(\tH\001\210\001\001\022!\n\024ups_software_version\030\003 \001(\t" +
4625
- "H\002\210\001\001\022#\n\026agent_software_version\030\004 \001(\tH\003\210" +
4626
- "\001\001\022\021\n\004name\030\005 \001(\tH\004\210\001\001\022\035\n\020attached_device" +
4627
- "s\030\006 \001(\tH\005\210\001\001\022\033\n\016battery_status\030\007 \001(\003H\006\210\001" +
4628
- "\001\022\037\n\022seconds_on_battery\030\010 \001(\003H\007\210\001\001\022(\n\033es" +
4629
- "timated_minutes_remaining\030\t \001(\003H\010\210\001\001\022\'\n\032" +
4630
- "estimated_charge_remaining\030\n \001(\003H\t\210\001\001\022\034\n" +
4631
- "\017battery_voltage\030\013 \001(\003H\n\210\001\001\022\034\n\017battery_c" +
4632
- "urrent\030\014 \001(\003H\013\210\001\001\022 \n\023battery_temperature" +
4633
- "\030\r \001(\003H\014\210\001\001\022\033\n\016alarms_present\030\016 \001(\003H\r\210\001\001" +
4634
- "B\017\n\r_manufacturerB\010\n\006_modelB\027\n\025_ups_soft" +
4635
- "ware_versionB\031\n\027_agent_software_versionB" +
4636
- "\007\n\005_nameB\023\n\021_attached_devicesB\021\n\017_batter" +
4637
- "y_statusB\025\n\023_seconds_on_batteryB\036\n\034_esti" +
4638
- "mated_minutes_remainingB\035\n\033_estimated_ch" +
4639
- "arge_remainingB\022\n\020_battery_voltageB\022\n\020_b" +
4640
- "attery_currentB\026\n\024_battery_temperatureB\021" +
4641
- "\n\017_alarms_present\"\273\n\n\004User\0225\n\002id\030\001 \001(\0132)" +
4642
- ".com.lansweeper.dp.outbound.v1.EntityPat" +
4643
- "h\022/\n\013last_synced\030\002 \001(\0132\032.google.protobuf" +
4644
- ".Timestamp\022.\n\nfirst_seen\030\003 \001(\0132\032.google." +
4645
- "protobuf.Timestamp\0220\n\014last_updated\030\004 \001(\013" +
4646
- "2\032.google.protobuf.Timestamp\0221\n\rlast_enr" +
4647
- "iched\030\005 \001(\0132\032.google.protobuf.Timestamp\022" +
4648
- "%\n\030last_synced_source_agent\030\006 \001(\tH\000\210\001\001\022$" +
4649
- "\n\027last_synced_source_name\030\007 \001(\tH\001\210\001\001\022>\n\013" +
4650
- "source_info\030\010 \003(\0132).com.lansweeper.dp.ou" +
4651
- "tbound.v1.SourceInfo\022G\n\024unlinked_source_" +
4652
- "info\030\t \003(\0132).com.lansweeper.dp.outbound." +
4653
- "v1.SourceInfo\022D\n\016data_processor\030\027 \003(\0132,." +
4654
- "com.lansweeper.dp.outbound.v1.DataProces" +
4655
- "sor\022\027\n\nunique_key\030\n \001(\tH\002\210\001\001\022<\n\nscan_err" +
4656
- "or\030\013 \003(\0132(.com.lansweeper.dp.outbound.v1" +
4657
- ".ScanError\022?\n\013internet_ip\030\014 \001(\0132%.com.la" +
4658
- "nsweeper.dp.outbound.v1.IpInfoH\003\210\001\001\022/\n\003t" +
4659
- "ag\030\r \003(\0132\".com.lansweeper.dp.outbound.v1" +
4660
- ".Tag\0229\n\010relation\030\016 \003(\0132\'.com.lansweeper." +
4661
- "dp.outbound.v1.Relation\022Q\n\022correlation_f" +
4662
- "ields\030\017 \001(\01320.com.lansweeper.dp.outbound" +
4663
- ".v1.CorrelationFieldsH\004\210\001\001\022N\n\016reconcilia" +
4664
- "tion\030\020 \001(\01321.com.lansweeper.dp.outbound." +
4665
- "v1.ReconciliationInfoH\005\210\001\001\022;\n\004core\030\024 \001(\013" +
4666
- "2-.com.lansweeper.dp.outbound.v1.UserCor" +
4667
- "eFields\022H\n\007ad_user\030\025 \001(\01322.com.lansweepe" +
4668
- "r.dp.outbound.v1.ActiveDirectoryUserH\006\210\001" +
4669
- "\001\022J\n\017office_365_user\030\026 \001(\0132,.com.lanswee" +
4670
- "per.dp.outbound.v1.Office365UserH\007\210\001\001B\033\n" +
4671
- "\031_last_synced_source_agentB\032\n\030_last_sync" +
4672
- "ed_source_nameB\r\n\013_unique_keyB\016\n\014_intern" +
4673
- "et_ipB\025\n\023_correlation_fieldsB\021\n\017_reconci" +
4674
- "liationB\n\n\010_ad_userB\022\n\020_office_365_user\"" +
4675
- "\210\001\n\016UserCoreFields\022\026\n\tuser_name\030\001 \001(\tH\000\210" +
4676
- "\001\001\022\020\n\003upn\030\002 \001(\tH\001\210\001\001\022\020\n\003sid\030\003 \001(\tH\002\210\001\001\022\022" +
4677
- "\n\005email\030\004 \001(\tH\003\210\001\001B\014\n\n_user_nameB\006\n\004_upn" +
4678
- "B\006\n\004_sidB\010\n\006_email\"\303\n\n\005Group\0225\n\002id\030\001 \001(\013" +
4679
- "2).com.lansweeper.dp.outbound.v1.EntityP" +
4680
- "ath\022/\n\013last_synced\030\002 \001(\0132\032.google.protob" +
4681
- "uf.Timestamp\022.\n\nfirst_seen\030\003 \001(\0132\032.googl" +
4682
- "e.protobuf.Timestamp\0220\n\014last_updated\030\004 \001" +
4683
- "(\0132\032.google.protobuf.Timestamp\0221\n\rlast_e" +
4684
- "nriched\030\005 \001(\0132\032.google.protobuf.Timestam" +
4685
- "p\022%\n\030last_synced_source_agent\030\006 \001(\tH\000\210\001\001" +
4686
- "\022$\n\027last_synced_source_name\030\007 \001(\tH\001\210\001\001\022>" +
4687
- "\n\013source_info\030\010 \003(\0132).com.lansweeper.dp." +
4688
- "outbound.v1.SourceInfo\022G\n\024unlinked_sourc" +
4689
- "e_info\030\t \003(\0132).com.lansweeper.dp.outboun" +
4690
- "d.v1.SourceInfo\022D\n\016data_processor\030\026 \003(\0132" +
4691
- ",.com.lansweeper.dp.outbound.v1.DataProc" +
4692
- "essor\022\027\n\nunique_key\030\n \001(\tH\002\210\001\001\022<\n\nscan_e" +
4693
- "rror\030\013 \003(\0132(.com.lansweeper.dp.outbound." +
4694
- "v1.ScanError\022?\n\013internet_ip\030\014 \001(\0132%.com." +
4695
- "lansweeper.dp.outbound.v1.IpInfoH\003\210\001\001\022/\n" +
4696
- "\003tag\030\r \003(\0132\".com.lansweeper.dp.outbound." +
4697
- "v1.Tag\0229\n\010relation\030\016 \003(\0132\'.com.lansweepe" +
4698
- "r.dp.outbound.v1.Relation\022Q\n\022correlation" +
4699
- "_fields\030\017 \001(\01320.com.lansweeper.dp.outbou" +
4700
- "nd.v1.CorrelationFieldsH\004\210\001\001\022N\n\016reconcil" +
4701
- "iation\030\020 \001(\01321.com.lansweeper.dp.outboun" +
4702
- "d.v1.ReconciliationInfoH\005\210\001\001\022<\n\004core\030\024 \001" +
4703
- "(\0132..com.lansweeper.dp.outbound.v1.Group" +
4704
- "CoreFields\022J\n\010ad_group\030\025 \001(\01323.com.lansw" +
4705
- "eeper.dp.outbound.v1.ActiveDirectoryGrou" +
4706
- "pH\006\210\001\001\022L\n\020office_365_group\030\027 \001(\0132-.com.l" +
4707
- "answeeper.dp.outbound.v1.Office365GroupH" +
4708
- "\007\210\001\001B\033\n\031_last_synced_source_agentB\032\n\030_la" +
4709
- "st_synced_source_nameB\r\n\013_unique_keyB\016\n\014" +
4710
- "_internet_ipB\025\n\023_correlation_fieldsB\021\n\017_" +
4711
- "reconciliationB\013\n\t_ad_groupB\023\n\021_office_3" +
4712
- "65_group\"G\n\017GroupCoreFields\022\020\n\003sid\030\001 \001(\t" +
4713
- "H\000\210\001\001\022\021\n\004name\030\002 \001(\tH\001\210\001\001B\006\n\004_sidB\007\n\005_nam" +
4714
- "e\"\343\002\n\025ActiveDirectoryObject\022\022\n\ndomain_oi" +
4715
- "d\030\001 \001(\t\022\013\n\003oid\030\002 \001(\t\022\013\n\003sid\030\003 \001(\t\022\032\n\022dis" +
4716
- "tinguished_name\030\004 \001(\t\022\027\n\ndomain_dns\030\005 \001(" +
4717
- "\tH\000\210\001\001\022\021\n\004name\030\006 \001(\tH\001\210\001\001\022\031\n\014object_clas" +
4718
- "s\030\007 \001(\tH\002\210\001\001\0226\n\rcreation_time\030\010 \001(\0132\032.go" +
4719
- "ogle.protobuf.TimestampH\003\210\001\001\0225\n\014last_cha" +
4720
- "nged\030\t \001(\0132\032.google.protobuf.TimestampH\004" +
4721
- "\210\001\001B\r\n\013_domain_dnsB\007\n\005_nameB\017\n\r_object_c" +
4722
- "lassB\020\n\016_creation_timeB\017\n\r_last_changed\"" +
4723
- "\256\006\n\027ActiveDirectoryComputer\022G\n\tad_object" +
4724
- "\030\001 \001(\01324.com.lansweeper.dp.outbound.v1.A" +
4725
- "ctiveDirectoryObject\022L\n\tad_domain\030\020 \001(\0132" +
4726
- "4.com.lansweeper.dp.outbound.v1.ActiveDi" +
4727
- "rectoryDomainH\000\210\001\001\022\035\n\020sam_account_name\030\002" +
4728
- " \001(\tH\001\210\001\001\022\017\n\002cn\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003" +
4729
- "\210\001\001\022\030\n\013description\030\005 \001(\tH\004\210\001\001\022\024\n\007comment" +
4730
- "\030\006 \001(\tH\005\210\001\001\022\024\n\007company\030\007 \001(\tH\006\210\001\001\022\025\n\010loc" +
4731
- "ation\030\010 \001(\tH\007\210\001\001\022\027\n\nip_address\030\t \001(\tH\010\210\001" +
4732
- "\001\022\024\n\007enabled\030\n \001(\010H\t\210\001\001\022$\n\027bitlocker_rec" +
4733
- "overy_info\030\013 \001(\tH\n\210\001\001\022\035\n\020operating_syste" +
4734
- "m\030\014 \001(\tH\013\210\001\001\022%\n\030operating_system_version" +
4735
- "\030\r \001(\tH\014\210\001\001\022 \n\023managed_by_user_oid\030\016 \001(\t" +
4736
- "H\r\210\001\001\022!\n\024managed_by_group_oid\030\017 \001(\tH\016\210\001\001" +
4737
- "B\014\n\n_ad_domainB\023\n\021_sam_account_nameB\005\n\003_" +
4738
- "cnB\005\n\003_ouB\016\n\014_descriptionB\n\n\010_commentB\n\n" +
4739
- "\010_companyB\013\n\t_locationB\r\n\013_ip_addressB\n\n" +
4740
- "\010_enabledB\032\n\030_bitlocker_recovery_infoB\023\n" +
4741
- "\021_operating_systemB\033\n\031_operating_system_" +
4742
- "versionB\026\n\024_managed_by_user_oidB\027\n\025_mana" +
4743
- "ged_by_group_oid\"\364\016\n\026ActiveDirectoryPrin" +
4744
- "ter\022\030\n\013description\030\001 \001(\tH\000\210\001\001\022\017\n\002cn\030\002 \001(" +
4745
- "\tH\001\210\001\001\022\033\n\016driver_version\030\003 \001(\rH\002\210\001\001\022\030\n\013s" +
4746
- "erver_name\030\004 \001(\tH\003\210\001\001\022%\n\030d_score_propaga" +
4747
- "tion_data\030\005 \001(\tH\004\210\001\001\022#\n\026nt_security_desc" +
4748
- "riptor\030\006 \001(\tH\005\210\001\001\022\035\n\020print_start_time\030\007 " +
4749
- "\001(\rH\006\210\001\001\022\027\n\017print_bin_names\030\010 \003(\t\022\030\n\013pri" +
4750
- "nt_color\030\t \001(\010H\007\210\001\001\022$\n\027print_keep_printe" +
4751
- "d_jobs\030\n \001(\010H\010\210\001\001\022\033\n\016print_spooling\030\013 \001(" +
4752
- "\tH\t\210\001\001\022#\n\026print_duplex_supported\030\014 \001(\010H\n" +
4753
- "\210\001\001\022\037\n\022print_min_y_extent\030\r \001(\rH\013\210\001\001\022\037\n\022" +
4754
- "print_max_y_extent\030\016 \001(\rH\014\210\001\001\022\037\n\022print_m" +
4755
- "in_x_extent\030\017 \001(\rH\r\210\001\001\022\037\n\022print_max_x_ex" +
4756
- "tent\030\020 \001(\rH\016\210\001\001\022+\n\036print_max_resolution_" +
4757
- "supported\030\021 \001(\rH\017\210\001\001\022#\n\026print_pages_per_" +
4758
- "minute\030\022 \001(\rH\020\210\001\001\022%\n\030print_stapling_supp" +
4759
- "orted\030\023 \001(\010H\021\210\001\001\022\032\n\rinstance_type\030\024 \001(\rH" +
4760
- "\022\210\001\001\022\032\n\rprint_collate\030\025 \001(\010H\023\210\001\001\022\027\n\nprin" +
4761
- "t_rate\030& \001(\rH\024\210\001\001\022\034\n\017print_rate_unit\030\026 \001" +
4762
- "(\tH\025\210\001\001\022\033\n\016print_end_time\030\027 \001(\rH\026\210\001\001\022\026\n\t" +
4763
- "port_name\030\030 \001(\tH\027\210\001\001\022\025\n\010priority\030\031 \001(\tH\030" +
4764
- "\210\001\001\022\033\n\016version_number\030\032 \001(\tH\031\210\001\001\022\031\n\014prin" +
4765
- "ter_name\030\033 \001(\tH\032\210\001\001\022\036\n\021short_server_name" +
4766
- "\030\034 \001(\tH\033\210\001\001\022\036\n\021print_media_ready\030\035 \001(\tH\034" +
4767
- "\210\001\001\022\035\n\025print_media_supported\030\036 \003(\t\022\025\n\010un" +
4768
- "c_name\030\037 \001(\tH\035\210\001\001\022\030\n\013usn_changed\030 \001(\tH\036" +
4769
- "\210\001\001\022\030\n\013usn_created\030! \001(\tH\037\210\001\001\022\025\n\010categor" +
4770
- "y\030\" \001(\tH \210\001\001\022\030\n\013driver_name\030# \001(\tH!\210\001\001\022$" +
4771
- "\n\034print_orientations_supported\030$ \003(\t\022\035\n\020" +
4772
- "print_share_name\030% \001(\tH\"\210\001\001\022\027\n\nip_addres" +
4773
- "s\030\' \001(\tH#\210\001\001B\016\n\014_descriptionB\005\n\003_cnB\021\n\017_" +
4774
- "driver_versionB\016\n\014_server_nameB\033\n\031_d_sco" +
4775
- "re_propagation_dataB\031\n\027_nt_security_desc" +
4776
- "riptorB\023\n\021_print_start_timeB\016\n\014_print_co" +
4777
- "lorB\032\n\030_print_keep_printed_jobsB\021\n\017_prin" +
4778
- "t_spoolingB\031\n\027_print_duplex_supportedB\025\n" +
4779
- "\023_print_min_y_extentB\025\n\023_print_max_y_ext" +
4780
- "entB\025\n\023_print_min_x_extentB\025\n\023_print_max" +
4781
- "_x_extentB!\n\037_print_max_resolution_suppo" +
4782
- "rtedB\031\n\027_print_pages_per_minuteB\033\n\031_prin" +
4783
- "t_stapling_supportedB\020\n\016_instance_typeB\020" +
4784
- "\n\016_print_collateB\r\n\013_print_rateB\022\n\020_prin" +
4785
- "t_rate_unitB\021\n\017_print_end_timeB\014\n\n_port_" +
4786
- "nameB\013\n\t_priorityB\021\n\017_version_numberB\017\n\r" +
4787
- "_printer_nameB\024\n\022_short_server_nameB\024\n\022_" +
4788
- "print_media_readyB\013\n\t_unc_nameB\016\n\014_usn_c" +
4789
- "hangedB\016\n\014_usn_createdB\013\n\t_categoryB\016\n\014_" +
4790
- "driver_nameB\023\n\021_print_share_nameB\r\n\013_ip_" +
4791
- "address\"\330\001\n\025ActiveDirectoryDomain\022G\n\tad_" +
4792
- "object\030\001 \001(\01324.com.lansweeper.dp.outboun" +
4793
- "d.v1.ActiveDirectoryObject\022!\n\024minimum_pa" +
4794
- "ssword_age\030\002 \001(\005H\000\210\001\001\022!\n\024maximum_passwor" +
4795
- "d_age\030\003 \001(\005H\001\210\001\001B\027\n\025_minimum_password_ag" +
4796
- "eB\027\n\025_maximum_password_age\"\366\026\n\023ActiveDir" +
4797
- "ectoryUser\022G\n\tad_object\030\001 \001(\01324.com.lans" +
4798
- "weeper.dp.outbound.v1.ActiveDirectoryObj" +
4799
- "ect\022L\n\tad_domain\030; \001(\01324.com.lansweeper." +
4800
- "dp.outbound.v1.ActiveDirectoryDomainH\000\210\001" +
4801
- "\001\022\035\n\020sam_account_name\030\002 \001(\tH\001\210\001\001\022\017\n\002cn\030\003" +
4802
- " \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\023\n\006domain\030: \001" +
4803
- "(\tH\004\210\001\001\022\030\n\013description\030\005 \001(\tH\005\210\001\001\022\024\n\007com" +
4804
- "ment\030\006 \001(\tH\006\210\001\001\022\024\n\007company\030\007 \001(\tH\007\210\001\001\022\035\n" +
4805
- "\020primary_group_id\030\010 \001(\005H\010\210\001\001\022\024\n\007enabled\030" +
4806
- "\t \001(\010H\t\210\001\001\022!\n\024user_account_control\030\n \001(\005" +
4807
- "H\n\210\001\001\0228\n\017account_expires\030\013 \001(\0132\032.google." +
4808
- "protobuf.TimestampH\013\210\001\001\0225\n\014lockout_time\030" +
4809
- "\014 \001(\0132\032.google.protobuf.TimestampH\014\210\001\001\022:" +
4810
- "\n\021password_last_set\030\r \001(\0132\032.google.proto" +
4811
- "buf.TimestampH\r\210\001\001\0223\n\nlast_logon\030\016 \001(\0132\032",
4812
- ".google.protobuf.TimestampH\016\210\001\001\0225\n\014locko" +
4813
- "ut_date\030\017 \001(\0132\032.google.protobuf.Timestam" +
4814
- "pH\017\210\001\001\022%\n\030can_user_change_password\030\020 \001(\010" +
4815
- "H\020\210\001\001\022A\n\030password_expiration_date\030\021 \001(\0132" +
4816
- "\032.google.protobuf.TimestampH\021\210\001\001\022#\n\026pass" +
4817
- "word_never_expires\030\022 \001(\010H\022\210\001\001\022\036\n\021passwor" +
4818
- "d_required\030\023 \001(\010H\023\210\001\001\022A\n\030password_change" +
4819
- "able_date\030\024 \001(\0132\032.google.protobuf.Timest" +
4820
- "ampH\024\210\001\001\022\022\n\005email\030\025 \001(\tH\025\210\001\001\022\031\n\014display_" +
4821
- "name\030\026 \001(\tH\026\210\001\001\022\027\n\ngiven_name\030\027 \001(\tH\027\210\001\001" +
4822
- "\022\024\n\007surname\030\030 \001(\tH\030\210\001\001\022\026\n\ttelephone\030\031 \001(" +
4823
- "\tH\031\210\001\001\022\027\n\nfac_simile\030\032 \001(\tH\032\210\001\001\022\023\n\006mobil" +
4824
- "e\030\033 \001(\tH\033\210\001\001\022\033\n\016street_address\030\034 \001(\tH\034\210\001" +
4825
- "\001\022\021\n\004city\030\035 \001(\tH\035\210\001\001\022\024\n\007country\030\036 \001(\tH\036\210" +
4826
- "\001\001\022\027\n\ndepartment\030\037 \001(\tH\037\210\001\001\022!\n\024delivery_" +
4827
- "office_name\030 \001(\tH \210\001\001\022!\n\024country_abbrev" +
4828
- "iation\030! \001(\tH!\210\001\001\022\030\n\013postal_code\030\" \001(\tH\"" +
4829
- "\210\001\001\022\031\n\014country_code\030# \001(\tH#\210\001\001\022\033\n\016princi" +
4830
- "pal_name\030$ \001(\tH$\210\001\001\022\022\n\005title\030% \001(\tH%\210\001\001\022" +
4831
- "\025\n\010division\030& \001(\tH&\210\001\001\022\021\n\004info\030\' \001(\tH\'\210\001" +
4832
- "\001\022\027\n\nhome_phone\030( \001(\tH(\210\001\001\022\022\n\005pager\030) \001(" +
4833
- "\tH)\210\001\001\022\025\n\010ip_phone\030* \001(\tH*\210\001\001\022\026\n\thome_pa" +
4834
- "ge\030+ \001(\tH+\210\001\001\022\034\n\017post_office_box\030, \001(\tH," +
4835
- "\210\001\001\022\022\n\005state\030- \001(\tH-\210\001\001\022\031\n\014profile_path\030" +
4836
- ". \001(\tH.\210\001\001\022\030\n\013script_path\030/ \001(\tH/\210\001\001\022\033\n\016" +
4837
- "home_directory\0300 \001(\tH0\210\001\001\022\034\n\017thumbnail_p" +
4838
- "hoto\0301 \001(\014H1\210\001\001\022\030\n\013employee_id\0302 \001(\tH2\210\001" +
4839
- "\001\022\034\n\017employee_number\0303 \001(\tH3\210\001\001\022\032\n\remplo" +
4840
- "yee_type\0304 \001(\tH4\210\001\001\022\025\n\010initials\0305 \001(\tH5\210" +
4841
- "\001\001\022\030\n\013middle_name\0306 \001(\tH6\210\001\001\022\036\n\021primary_" +
4842
- "group_oid\0307 \001(\tH7\210\001\001\022\030\n\013manager_oid\0308 \001(" +
4843
- "\tH8\210\001\001\022\025\n\rmember_of_oid\0309 \003(\t\022C\n\016direct_" +
4844
- "reports\030< \003(\0132+.com.lansweeper.dp.outbou" +
4845
- "nd.v1.DirectReport\022\030\n\013manager_upn\030= \001(\tH" +
4846
- "9\210\001\001B\014\n\n_ad_domainB\023\n\021_sam_account_nameB" +
4847
- "\005\n\003_cnB\005\n\003_ouB\t\n\007_domainB\016\n\014_description" +
4848
- "B\n\n\010_commentB\n\n\010_companyB\023\n\021_primary_gro" +
4849
- "up_idB\n\n\010_enabledB\027\n\025_user_account_contr" +
4850
- "olB\022\n\020_account_expiresB\017\n\r_lockout_timeB" +
4851
- "\024\n\022_password_last_setB\r\n\013_last_logonB\017\n\r" +
4852
- "_lockout_dateB\033\n\031_can_user_change_passwo" +
4853
- "rdB\033\n\031_password_expiration_dateB\031\n\027_pass" +
4854
- "word_never_expiresB\024\n\022_password_required" +
4855
- "B\033\n\031_password_changeable_dateB\010\n\006_emailB" +
4856
- "\017\n\r_display_nameB\r\n\013_given_nameB\n\n\010_surn" +
4857
- "ameB\014\n\n_telephoneB\r\n\013_fac_simileB\t\n\007_mob" +
4858
- "ileB\021\n\017_street_addressB\007\n\005_cityB\n\n\010_coun" +
4859
- "tryB\r\n\013_departmentB\027\n\025_delivery_office_n" +
4860
- "ameB\027\n\025_country_abbreviationB\016\n\014_postal_" +
4861
- "codeB\017\n\r_country_codeB\021\n\017_principal_name" +
4862
- "B\010\n\006_titleB\013\n\t_divisionB\007\n\005_infoB\r\n\013_hom" +
4863
- "e_phoneB\010\n\006_pagerB\013\n\t_ip_phoneB\014\n\n_home_" +
4864
- "pageB\022\n\020_post_office_boxB\010\n\006_stateB\017\n\r_p" +
4865
- "rofile_pathB\016\n\014_script_pathB\021\n\017_home_dir" +
4866
- "ectoryB\022\n\020_thumbnail_photoB\016\n\014_employee_" +
4867
- "idB\022\n\020_employee_numberB\020\n\016_employee_type" +
4868
- "B\013\n\t_initialsB\016\n\014_middle_nameB\024\n\022_primar" +
4869
- "y_group_oidB\016\n\014_manager_oidB\016\n\014_manager_" +
4870
- "upn\"9\n\014DirectReport\022\023\n\013ad_user_key\030\001 \001(\t" +
4871
- "\022\024\n\014display_name\030\002 \001(\t\"\344\004\n\024ActiveDirecto" +
4872
- "ryGroup\022G\n\tad_object\030\001 \001(\01324.com.lanswee" +
4873
- "per.dp.outbound.v1.ActiveDirectoryObject" +
4874
- "\022L\n\tad_domain\030\r \001(\01324.com.lansweeper.dp." +
4875
- "outbound.v1.ActiveDirectoryDomainH\000\210\001\001\022\035" +
4876
- "\n\020sam_account_name\030\002 \001(\tH\001\210\001\001\022\017\n\002cn\030\003 \001(" +
4877
- "\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\030\n\013description\030\005" +
4878
- " \001(\tH\004\210\001\001\022\024\n\007comment\030\006 \001(\tH\005\210\001\001\022=\n\004type\030" +
4879
- "\014 \001(\0132*.com.lansweeper.dp.outbound.v1.Ma" +
4880
- "ppedValueH\006\210\001\001\022\022\n\005email\030\010 \001(\tH\007\210\001\001\022 \n\023ma" +
4881
- "naged_by_user_oid\030\t \001(\tH\010\210\001\001\022!\n\024managed_" +
4882
- "by_group_oid\030\n \001(\tH\t\210\001\001\022\025\n\rmember_of_oid" +
4883
- "\030\013 \003(\tB\014\n\n_ad_domainB\023\n\021_sam_account_nam" +
4884
- "eB\005\n\003_cnB\005\n\003_ouB\016\n\014_descriptionB\n\n\010_comm" +
4885
- "entB\007\n\005_typeB\010\n\006_emailB\026\n\024_managed_by_us" +
4886
- "er_oidB\027\n\025_managed_by_group_oidJ\004\010\007\020\010\"\370\001" +
4887
- "\n\006Vmware\022C\n\004esxi\030\002 \001(\01323.com.lansweeper." +
4888
- "dp.outbound.v1.VmwareEsxiHypervisorH\000\022D\n" +
4889
- "\010guest_vm\030\003 \001(\01320.com.lansweeper.dp.outb" +
4890
- "ound.v1.VmwareEsxiGuestVmH\000\022B\n\007vcenter\030\004" +
4891
- " \001(\0132,.com.lansweeper.dp.outbound.v1.Vmw" +
4892
- "areVCenterH\001\210\001\001B\r\n\013vmware_dataB\n\n\010_vcent" +
4893
- "erJ\004\010\001\020\002\"\274\002\n\rVmwareVCenter\022K\n\014product_in" +
4894
- "fo\030\001 \001(\01320.com.lansweeper.dp.outbound.v1" +
4895
- ".VmwareProductInfoH\000\210\001\001\022a\n\023vcenter_datac" +
4896
- "enters\030\002 \003(\0132D.com.lansweeper.dp.outboun" +
4897
- "d.v1.VmwareVCenter.VcenterDatacentersEnt" +
4898
- "ry\032j\n\027VcenterDatacentersEntry\022\013\n\003key\030\001 \001" +
4899
- "(\t\022>\n\005value\030\002 \001(\0132/.com.lansweeper.dp.ou" +
4900
- "tbound.v1.VmwareDatacenter:\0028\001B\017\n\r_produ" +
4901
- "ct_info\"\236\014\n\024VmwareEsxiHypervisor\022K\n\014prod" +
4902
- "uct_info\030\001 \001(\01320.com.lansweeper.dp.outbo" +
4903
- "und.v1.VmwareProductInfoH\000\210\001\001\022\036\n\021vcenter" +
4904
- "_asset_key\030\002 \001(\tH\001\210\001\001\022#\n\026vmware_esxi_clu" +
4905
- "ster_id\030\032 \001(\tH\002\210\001\001\022u\n\032esxi_hypervisor_da" +
4906
- "tastores\030\003 \003(\0132Q.com.lansweeper.dp.outbo" +
4907
- "und.v1.VmwareEsxiHypervisor.EsxiHypervis" +
4908
- "orDatastoresEntry\022b\n\021esxi_guest_vm_key\030\004" +
4909
- " \003(\0132G.com.lansweeper.dp.outbound.v1.Vmw" +
4910
- "areEsxiHypervisor.EsxiGuestVmKeyEntry\022\024\n" +
4911
- "\007up_time\030\005 \001(\004H\003\210\001\001\0222\n\tboot_time\030\021 \001(\0132\032" +
4912
- ".google.protobuf.TimestampH\004\210\001\001\022+\n\036host_" +
4913
- "max_virtual_disk_capacity\030\006 \001(\004H\005\210\001\001\022\035\n\020" +
4914
- "num_cpu_packages\030\007 \001(\rH\006\210\001\001\022!\n\031cpu_packa" +
4915
- "ges_descriptions\030\010 \003(\t\022\025\n\010num_nics\030\t \001(\r" +
4916
- "H\007\210\001\001\022\025\n\010num_hbas\030\n \001(\rH\010\210\001\001\022\021\n\004uuid\030\013 \001" +
4917
- "(\tH\t\210\001\001\022\035\n\020connection_state\030\014 \001(\tH\n\210\001\001\022\030" +
4918
- "\n\013power_state\030\r \001(\tH\013\210\001\001\022\032\n\rdatacenter_i" +
4919
- "d\030\016 \001(\tH\014\210\001\001\022\031\n\014internal_key\030\017 \001(\tH\r\210\001\001\022" +
4920
- "\033\n\016admin_disabled\030\020 \001(\010H\016\210\001\001\022\027\n\nip_addre" +
4921
- "ss\030\022 \001(\tH\017\210\001\001\022\021\n\004port\030\023 \001(\rH\020\210\001\001\022\033\n\016ssl_" +
4922
- "thumbprint\030\024 \001(\tH\021\210\001\001\022!\n\024management_serv" +
4923
- "er_ip\030\025 \001(\tH\022\210\001\001\022\024\n\007num_cpu\030\026 \001(\rH\023\210\001\001\022!" +
4924
- "\n\024num_cores_per_socket\030\027 \001(\rH\024\210\001\001\022\024\n\007ver" +
4925
- "sion\030\030 \001(\tH\025\210\001\001\022\030\n\013memory_size\030\031 \001(\004H\026\210\001" +
4926
- "\001\032o\n\035EsxiHypervisorDatastoresEntry\022\013\n\003ke" +
4927
- "y\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lansweeper." +
4928
- "dp.outbound.v1.VmwareDatastore:\0028\001\0325\n\023Es" +
4929
- "xiGuestVmKeyEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030" +
4930
- "\002 \001(\010:\0028\001B\017\n\r_product_infoB\024\n\022_vcenter_a" +
4931
- "sset_keyB\031\n\027_vmware_esxi_cluster_idB\n\n\010_" +
4932
- "up_timeB\014\n\n_boot_timeB!\n\037_host_max_virtu" +
4933
- "al_disk_capacityB\023\n\021_num_cpu_packagesB\013\n" +
4934
- "\t_num_nicsB\013\n\t_num_hbasB\007\n\005_uuidB\023\n\021_con" +
4935
- "nection_stateB\016\n\014_power_stateB\020\n\016_datace" +
4936
- "nter_idB\017\n\r_internal_keyB\021\n\017_admin_disab" +
4937
- "ledB\r\n\013_ip_addressB\007\n\005_portB\021\n\017_ssl_thum" +
4938
- "bprintB\027\n\025_management_server_ipB\n\n\010_num_" +
4939
- "cpuB\027\n\025_num_cores_per_socketB\n\n\010_version" +
4940
- "B\016\n\014_memory_size\"\262\t\n\021VmwareEsxiGuestVm\022!" +
4941
- "\n\031esxi_hypervisor_asset_key\030\001 \001(\t\022\024\n\014int" +
4942
- "ernal_key\030\024 \001(\t\022f\n\024esxi_guest_snapshots\030" +
4943
- "\002 \003(\0132H.com.lansweeper.dp.outbound.v1.Vm" +
4944
- "wareEsxiGuestVm.EsxiGuestSnapshotsEntry\022" +
4945
- "\025\n\010guest_id\030\003 \001(\tH\000\210\001\001\022\034\n\017guest_full_nam" +
4946
- "e\030\004 \001(\tH\001\210\001\001\022\024\n\007version\030\005 \001(\tH\002\210\001\001\022\021\n\004uu" +
4947
- "id\030\006 \001(\tH\003\210\001\001\022\032\n\rinstance_uuid\030\007 \001(\tH\004\210\001" +
4948
- "\001\022\035\n\020unshared_storage\030\010 \001(\004H\005\210\001\001\022\032\n\rrunn" +
4949
- "ing_state\030\t \001(\tH\006\210\001\001\022\032\n\rtools_version\030\n " +
4950
- "\001(\tH\007\210\001\001\022\031\n\014tools_status\030\013 \001(\tH\010\210\001\001\022!\n\024t" +
4951
- "ools_running_status\030\014 \001(\tH\t\210\001\001\022!\n\024tools_" +
4952
- "version_status\030\r \001(\tH\n\210\001\001\022\024\n\007num_cpu\030\016 \001" +
4953
- "(\rH\013\210\001\001\022\037\n\022num_ethernet_cards\030\017 \001(\rH\014\210\001\001" +
4954
- "\022\036\n\021num_virtual_disks\030\020 \001(\rH\r\210\001\001\0222\n\tboot" +
4955
- "_time\030\021 \001(\0132\032.google.protobuf.TimestampH" +
4956
- "\016\210\001\001\022\030\n\013domain_name\030\022 \001(\tH\017\210\001\001\022\030\n\013config" +
4957
- "_name\030\023 \001(\tH\020\210\001\001\022\033\n\016memory_size_mb\030\025 \001(\001" +
4958
- "H\021\210\001\001\022\'\n\032vcenter_instance_reference\030\026 \001(" +
4959
- "\tH\022\210\001\001\032h\n\027EsxiGuestSnapshotsEntry\022\013\n\003key" +
4960
- "\030\001 \001(\t\022<\n\005value\030\002 \001(\0132-.com.lansweeper.d" +
4961
- "p.outbound.v1.VmwareSnapshot:\0028\001B\013\n\t_gue" +
4962
- "st_idB\022\n\020_guest_full_nameB\n\n\010_versionB\007\n" +
4963
- "\005_uuidB\020\n\016_instance_uuidB\023\n\021_unshared_st" +
4964
- "orageB\020\n\016_running_stateB\020\n\016_tools_versio" +
4965
- "nB\017\n\r_tools_statusB\027\n\025_tools_running_sta" +
4966
- "tusB\027\n\025_tools_version_statusB\n\n\010_num_cpu" +
4967
- "B\025\n\023_num_ethernet_cardsB\024\n\022_num_virtual_" +
4968
- "disksB\014\n\n_boot_timeB\016\n\014_domain_nameB\016\n\014_" +
4969
- "config_nameB\021\n\017_memory_size_mbB\035\n\033_vcent" +
4970
- "er_instance_reference\"\363\005\n\021VmwareProductI" +
4971
- "nfo\022\024\n\014internal_key\030\001 \001(\t\022\021\n\004uuid\030\002 \001(\tH" +
4972
- "\000\210\001\001\022\032\n\rparent_folder\030\003 \001(\tH\001\210\001\001\022\"\n\025num_" +
4973
- "host_bus_adapters\030\004 \001(\rH\002\210\001\001\022(\n\033num_netw" +
4974
- "ork_interface_cards\030\005 \001(\rH\003\210\001\001\022\021\n\004name\030\006" +
4975
- " \001(\tH\004\210\001\001\022\025\n\010api_type\030\007 \001(\tH\005\210\001\001\022\030\n\013api_" +
4976
- "version\030\010 \001(\tH\006\210\001\001\022\022\n\005build\030\t \001(\tH\007\210\001\001\022!" +
4977
- "\n\024license_product_name\030\n \001(\tH\010\210\001\001\022$\n\027lic" +
4978
- "ense_product_version\030\013 \001(\tH\t\210\001\001\022\031\n\014local" +
4979
- "e_build\030\014 \001(\tH\n\210\001\001\022\033\n\016locale_version\030\r \001" +
4980
- "(\tH\013\210\001\001\022\024\n\007os_type\030\016 \001(\tH\014\210\001\001\022\034\n\017product" +
4981
- "_line_id\030\017 \001(\tH\r\210\001\001\022\023\n\006vendor\030\020 \001(\tH\016\210\001\001" +
4982
- "\022\024\n\007version\030\021 \001(\tH\017\210\001\001B\007\n\005_uuidB\020\n\016_pare" +
4983
- "nt_folderB\030\n\026_num_host_bus_adaptersB\036\n\034_" +
4984
- "num_network_interface_cardsB\007\n\005_nameB\013\n\t" +
4985
- "_api_typeB\016\n\014_api_versionB\010\n\006_buildB\027\n\025_" +
4986
- "license_product_nameB\032\n\030_license_product" +
4987
- "_versionB\017\n\r_locale_buildB\021\n\017_locale_ver" +
4988
- "sionB\n\n\010_os_typeB\022\n\020_product_line_idB\t\n\007" +
4989
- "_vendorB\n\n\010_version\"\263\006\n\020VmwareDatacenter" +
4990
- "\022\014\n\004uuid\030\001 \001(\t\022\031\n\021vcenter_asset_key\030\002 \001(" +
4991
- "\t\022\024\n\014internal_key\030\003 \001(\t\022\021\n\004name\030\004 \001(\tH\000\210" +
4992
- "\001\001\022O\n\010clusters\030\005 \003(\0132=.com.lansweeper.dp" +
4993
- ".outbound.v1.VmwareDatacenter.ClustersEn" +
4994
- "try\022U\n\013hypervisors\030\006 \003(\0132@.com.lansweepe" +
4995
- "r.dp.outbound.v1.VmwareDatacenter.Hyperv" +
4996
- "isorsEntry\022b\n\022datastore_clusters\030\007 \003(\0132F" +
4997
- ".com.lansweeper.dp.outbound.v1.VmwareDat" +
4998
- "acenter.DatastoreClustersEntry\022S\n\ndatast" +
4999
- "ores\030\010 \003(\0132?.com.lansweeper.dp.outbound." +
5000
- "v1.VmwareDatacenter.DatastoresEntry\032[\n\rC" +
5001
- "lustersEntry\022\013\n\003key\030\001 \001(\t\0229\n\005value\030\002 \001(\013" +
5002
- "2*.com.lansweeper.dp.outbound.v1.EsxiClu" +
5003
- "ster:\0028\001\0322\n\020HypervisorsEntry\022\013\n\003key\030\001 \001(" +
5004
- "\t\022\r\n\005value\030\002 \001(\010:\0028\001\032o\n\026DatastoreCluster" +
5005
- "sEntry\022\013\n\003key\030\001 \001(\t\022D\n\005value\030\002 \001(\01325.com" +
4222
+ "\n\004name\030\002 \001(\tH\000\210\001\001B\007\n\005_name\"\250\002\n\020MonitorIn" +
4223
+ "ventory\022-\n\ttimestamp\030\001 \001(\0132\032.google.prot" +
4224
+ "obuf.Timestamp\0227\n\007monitor\030\002 \003(\0132&.com.la" +
4225
+ "nsweeper.dp.outbound.v1.Monitor\022E\n\020exter" +
4226
+ "nal_monitor\030\003 \001(\0132).com.lansweeper.dp.ou" +
4227
+ "tbound.v1.EntityPathH\000\022Y\n\022connected_comp" +
4228
+ "uter\030\004 \001(\0132;.com.lansweeper.dp.outbound." +
4229
+ "v1.MonitorConnectedComputerListH\000B\n\n\010rel" +
4230
+ "ation\"t\n\034MonitorConnectedComputerList\022T\n" +
4231
+ "\023connected_computers\030\001 \003(\01327.com.lanswee" +
4232
+ "per.dp.outbound.v1.MonitorConnectedCompu" +
4233
+ "ter\"\273\001\n\030MonitorConnectedComputer\0223\n\nscan" +
4234
+ "ned_at\030\001 \001(\0132\032.google.protobuf.Timestamp" +
4235
+ "H\000\210\001\001\022G\n\017asset_reference\030\002 \001(\0132).com.lan" +
4236
+ "sweeper.dp.outbound.v1.EntityPathH\001\210\001\001B\r" +
4237
+ "\n\013_scanned_atB\022\n\020_asset_reference\"\337\004\n\007Mo" +
4238
+ "nitor\022\017\n\002id\030\001 \001(\003H\001\210\001\001\022\024\n\007make_id\030\002 \001(\003H" +
4239
+ "\002\210\001\001\022\021\n\tmake_name\030\003 \001(\t\022\022\n\nmodel_name\030\004 " +
4240
+ "\001(\t\022\032\n\rserial_number\030\005 \001(\tH\003\210\001\001\0225\n\021manuf" +
4241
+ "acturer_date\030\006 \001(\0132\032.google.protobuf.Tim" +
4242
+ "estamp\022D\n\007windows\030\024 \001(\01321.com.lansweeper" +
4243
+ ".dp.outbound.v1.WindowsMonitorInfoH\000\022<\n\003" +
4244
+ "mac\030\025 \001(\0132-.com.lansweeper.dp.outbound.v" +
4245
+ "1.MacMonitorInfoH\000\022=\n\004data\030\026 \001(\0132*.com.l" +
4246
+ "answeeper.dp.outbound.v1.MonitorDataH\004\210\001" +
4247
+ "\001\022G\n\rcatalog_brand\0302 \001(\0132+.com.lansweepe" +
4248
+ "r.dp.outbound.v1.CatalogBrandH\005\210\001\001\022K\n\017ca" +
4249
+ "talog_monitor\0303 \001(\0132-.com.lansweeper.dp." +
4250
+ "outbound.v1.CatalogMonitorH\006\210\001\001B\006\n\004specB" +
4251
+ "\005\n\003_idB\n\n\010_make_idB\020\n\016_serial_numberB\007\n\005" +
4252
+ "_dataB\020\n\016_catalog_brandB\022\n\020_catalog_moni" +
4253
+ "tor\"\251\r\n\013MonitorData\022\031\n\014size_in_inch\030\001 \001(" +
4254
+ "\001H\000\210\001\001\022\033\n\016max_resolution\030\002 \001(\tH\001\210\001\001\022\031\n\014a" +
4255
+ "spect_ratio\030\003 \001(\tH\002\210\001\001\022 \n\023response_time_" +
4256
+ "in_ms\030\004 \001(\001H\003\210\001\001\022\024\n\007hd_type\030\005 \001(\tH\004\210\001\001\022\031" +
4257
+ "\n\014display_tech\030\006 \001(\tH\005\210\001\001\022\031\n\014refresh_rat" +
4258
+ "e\030\007 \001(\001H\006\210\001\001\022\022\n\005panel\030\010 \001(\tH\007\210\001\001\022\031\n\014heig" +
4259
+ "ht_in_cm\030\t \001(\001H\010\210\001\001\022\030\n\013width_in_cm\030\n \001(\001" +
4260
+ "H\t\210\001\001\022\033\n\016diagonal_in_cm\030\013 \001(\001H\n\210\001\001\022\031\n\014ha" +
4261
+ "s_speakers\030\014 \001(\010H\013\210\001\001\022\027\n\nhas_camera\030\r \001(" +
4262
+ "\010H\014\210\001\001\022\030\n\013has_usb_hub\030\016 \001(\010H\r\210\001\001\022\031\n\014usb_" +
4263
+ "upstream\030\017 \001(\tH\016\210\001\001\022\037\n\022nr_of_usb_upstrea" +
4264
+ "m\030\020 \001(\003H\017\210\001\001\022\"\n\025usb_type_a_downstream\030\021 " +
4265
+ "\001(\003H\020\210\001\001\022\026\n\tnr_of_vga\030\022 \001(\003H\021\210\001\001\022\026\n\tnr_o" +
4266
+ "f_dvi\030\023 \001(\003H\022\210\001\001\022\027\n\nnr_of_hdmi\030\024 \001(\003H\023\210\001" +
4267
+ "\001\022\031\n\014hdmi_version\030\025 \001(\tH\024\210\001\001\022$\n\027number_o" +
4268
+ "f_display_ports\030\026 \001(\003H\025\210\001\001\022!\n\024display_po" +
4269
+ "rt_version\030\027 \001(\tH\026\210\001\001\022\031\n\014energy_class\030\030 " +
4270
+ "\001(\tH\027\210\001\001\022\033\n\016sdr_per_1000_u\030\031 \001(\001H\030\210\001\001\022\037\n" +
4271
+ "\022average_watt_usage\030\032 \001(\001H\031\210\001\001\022\037\n\022standb" +
4272
+ "y_watt_usage\030\033 \001(\001H\032\210\001\001\022\033\n\016max_watt_usag" +
4273
+ "e\030\034 \001(\001H\033\210\001\001\022 \n\023watt_usage_when_off\030\035 \001(" +
4274
+ "\001H\034\210\001\001\022\034\n\017watt_power_save\030\036 \001(\001H\035\210\001\001\022\027\n\n" +
4275
+ "ac_voltage\030\037 \001(\tH\036\210\001\001\022\032\n\rac_freq_in_hz\030 " +
4276
+ " \001(\tH\037\210\001\001\022\031\n\014current_in_a\030! \001(\001H \210\001\001\022\031\n\014" +
4277
+ "manufacturer\030\" \001(\tH!\210\001\001\022\022\n\005model\030# \001(\tH\"" +
4278
+ "\210\001\001\0226\n\rcreation_date\030$ \001(\0132\032.google.prot" +
4279
+ "obuf.TimestampH#\210\001\001B\017\n\r_size_in_inchB\021\n\017" +
4280
+ "_max_resolutionB\017\n\r_aspect_ratioB\026\n\024_res" +
4281
+ "ponse_time_in_msB\n\n\010_hd_typeB\017\n\r_display" +
4282
+ "_techB\017\n\r_refresh_rateB\010\n\006_panelB\017\n\r_hei" +
4283
+ "ght_in_cmB\016\n\014_width_in_cmB\021\n\017_diagonal_i" +
4284
+ "n_cmB\017\n\r_has_speakersB\r\n\013_has_cameraB\016\n\014" +
4285
+ "_has_usb_hubB\017\n\r_usb_upstreamB\025\n\023_nr_of_" +
4286
+ "usb_upstreamB\030\n\026_usb_type_a_downstreamB\014" +
4287
+ "\n\n_nr_of_vgaB\014\n\n_nr_of_dviB\r\n\013_nr_of_hdm" +
4288
+ "iB\017\n\r_hdmi_versionB\032\n\030_number_of_display" +
4289
+ "_portsB\027\n\025_display_port_versionB\017\n\r_ener" +
4290
+ "gy_classB\021\n\017_sdr_per_1000_uB\025\n\023_average_" +
4291
+ "watt_usageB\025\n\023_standby_watt_usageB\021\n\017_ma" +
4292
+ "x_watt_usageB\026\n\024_watt_usage_when_offB\022\n\020" +
4293
+ "_watt_power_saveB\r\n\013_ac_voltageB\020\n\016_ac_f" +
4294
+ "req_in_hzB\017\n\r_current_in_aB\017\n\r_manufactu" +
4295
+ "rerB\010\n\006_modelB\020\n\016_creation_date\"\211\003\n\022Wind" +
4296
+ "owsMonitorInfo\022\r\n\005model\030\001 \001(\t\022\032\n\rpnp_dev" +
4297
+ "ice_id\030\002 \001(\tH\000\210\001\001\022\032\n\rserial_number\030\003 \001(\t" +
4298
+ "H\001\210\001\001\022\027\n\nserial_hex\030\004 \001(\tH\002\210\001\001\022\036\n\021vesa_m" +
4299
+ "anufacturer\030\005 \001(\tH\003\210\001\001\022\035\n\020key_manufactur" +
4300
+ "er\030\006 \001(\tH\004\210\001\001\022:\n\021manufacturer_date\030\007 \001(\013" +
4301
+ "2\032.google.protobuf.TimestampH\005\210\001\001\022\026\n\tdev" +
4302
+ "ice_id\030\010 \001(\tH\006\210\001\001B\020\n\016_pnp_device_idB\020\n\016_" +
4303
+ "serial_numberB\r\n\013_serial_hexB\024\n\022_vesa_ma" +
4304
+ "nufacturerB\023\n\021_key_manufacturerB\024\n\022_manu" +
4305
+ "facturer_dateB\014\n\n_device_id\"\266\006\n\016MacMonit" +
4306
+ "orInfo\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\027\n\nproduct_id\030" +
4307
+ "\002 \001(\tH\001\210\001\001\022\032\n\rserial_number\030\003 \001(\tH\002\210\001\001\022\026" +
4308
+ "\n\tvendor_id\030\004 \001(\tH\003\210\001\001\022\021\n\004week\030\005 \001(\tH\004\210\001" +
4309
+ "\001\022\021\n\004year\030\006 \001(\tH\005\210\001\001\022\017\n\002id\030\007 \001(\tH\006\210\001\001\022\023\n" +
4310
+ "\006pixels\030\010 \001(\tH\007\210\001\001\022\027\n\nresolution\030\t \001(\tH\010" +
4311
+ "\210\001\001\022\037\n\022ambient_brightness\030\n \001(\tH\t\210\001\001\022\034\n\017" +
4312
+ "connection_type\030\013 \001(\tH\n\210\001\001\022\031\n\014display_ty" +
4313
+ "pe\030\014 \001(\tH\013\210\001\001\022\024\n\007is_main\030\r \001(\tH\014\210\001\001\022\023\n\006m" +
4314
+ "irror\030\016 \001(\tH\r\210\001\001\022\026\n\tis_online\030\017 \001(\tH\016\210\001\001" +
4315
+ "\022\035\n\020pixel_resolution\030\020 \001(\tH\017\210\001\001\022\027\n\ncore_" +
4316
+ "image\030\021 \001(\tH\020\210\001\001\022\022\n\005depth\030\022 \001(\tH\021\210\001\001\022\033\n\016" +
4317
+ "quartz_extreme\030\023 \001(\tH\022\210\001\001\022\030\n\013device_type" +
4318
+ "\030\024 \001(\tH\023\210\001\001\022\025\n\010built_in\030\025 \001(\tH\024\210\001\001B\007\n\005_n" +
4319
+ "ameB\r\n\013_product_idB\020\n\016_serial_numberB\014\n\n" +
4320
+ "_vendor_idB\007\n\005_weekB\007\n\005_yearB\005\n\003_idB\t\n\007_" +
4321
+ "pixelsB\r\n\013_resolutionB\025\n\023_ambient_bright" +
4322
+ "nessB\022\n\020_connection_typeB\017\n\r_display_typ" +
4323
+ "eB\n\n\010_is_mainB\t\n\007_mirrorB\014\n\n_is_onlineB\023" +
4324
+ "\n\021_pixel_resolutionB\r\n\013_core_imageB\010\n\006_d" +
4325
+ "epthB\021\n\017_quartz_extremeB\016\n\014_device_typeB" +
4326
+ "\013\n\t_built_in\"\316\001\n\031ComputerMacWifiControll" +
4327
+ "er\022H\n\022airport_interfaces\030\001 \003(\0132,.com.lan" +
4328
+ "sweeper.dp.outbound.v1.WiFiInterface\022N\n\024" +
4329
+ "software_information\030\002 \001(\0132+.com.lanswee" +
4330
+ "per.dp.outbound.v1.WiFiSoftwareH\000\210\001\001B\027\n\025" +
4331
+ "_software_information\"\237\006\n\rWiFiInterface\022" +
4332
+ "\021\n\004name\030\001 \001(\tH\000\210\001\001\022\034\n\017airdrop_channel\030\002 " +
4333
+ "\001(\tH\001\210\001\001\022\036\n\021airdrop_supported\030\003 \001(\010H\002\210\001\001" +
4334
+ "\022\"\n\025auto_unlock_supported\030\004 \001(\010H\003\210\001\001\022\026\n\t" +
4335
+ "card_type\030\005 \001(\tH\004\210\001\001\022\031\n\014country_code\030\006 \001" +
4336
+ "(\tH\005\210\001\001\022\035\n\020firmware_version\030\007 \001(\tH\006\210\001\001\022\023" +
4337
+ "\n\006locale\030\010 \001(\tH\007\210\001\001\022\030\n\013mac_address\030\t \001(\t" +
4338
+ "H\010\210\001\001\022\037\n\022status_information\030\n \001(\tH\t\210\001\001\022\032" +
4339
+ "\n\022supported_channels\030\013 \003(\t\022 \n\023supported_" +
4340
+ "phy_modes\030\014 \001(\tH\n\210\001\001\022\'\n\032wake_on_wireless" +
4341
+ "_supported\030\r \001(\010H\013\210\001\001\022H\n\017current_network" +
4342
+ "\030\016 \001(\0132*.com.lansweeper.dp.outbound.v1.W" +
4343
+ "iFiNetworkH\014\210\001\001\022H\n\024other_local_networks\030" +
4344
+ "\017 \003(\0132*.com.lansweeper.dp.outbound.v1.Wi" +
4345
+ "FiNetworkB\007\n\005_nameB\022\n\020_airdrop_channelB\024" +
4346
+ "\n\022_airdrop_supportedB\030\n\026_auto_unlock_sup" +
4347
+ "portedB\014\n\n_card_typeB\017\n\r_country_codeB\023\n" +
4348
+ "\021_firmware_versionB\t\n\007_localeB\016\n\014_mac_ad" +
4349
+ "dressB\025\n\023_status_informationB\026\n\024_support" +
4350
+ "ed_phy_modesB\035\n\033_wake_on_wireless_suppor" +
4351
+ "tedB\022\n\020_current_network\"\363\003\n\013WiFiNetwork\022" +
4352
+ "\021\n\004name\030\001 \001(\tH\000\210\001\001\022\032\n\rnetwork_bssid\030\002 \001(" +
4353
+ "\tH\001\210\001\001\022\034\n\017network_channel\030\003 \001(\tH\002\210\001\001\022!\n\024" +
4354
+ "network_country_code\030\004 \001(\tH\003\210\001\001\022\036\n\021netwo" +
4355
+ "rk_mcs_index\030\005 \001(\tH\004\210\001\001\022\035\n\020network_phy_m" +
4356
+ "ode\030\006 \001(\tH\005\210\001\001\022\"\n\025network_transmit_rate\030" +
4357
+ "\007 \001(\tH\006\210\001\001\022\031\n\014network_type\030\010 \001(\tH\007\210\001\001\022\032\n" +
4358
+ "\rsecurity_mode\030\t \001(\tH\010\210\001\001\022\031\n\014signal_nois" +
4359
+ "e\030\n \001(\tH\t\210\001\001B\007\n\005_nameB\020\n\016_network_bssidB" +
4360
+ "\022\n\020_network_channelB\027\n\025_network_country_" +
4361
+ "codeB\024\n\022_network_mcs_indexB\023\n\021_network_p" +
4362
+ "hy_modeB\030\n\026_network_transmit_rateB\017\n\r_ne" +
4363
+ "twork_typeB\020\n\016_security_modeB\017\n\r_signal_" +
4364
+ "noise\"\276\003\n\014WiFiSoftware\022$\n\027airport_utilit" +
4365
+ "y_version\030\001 \001(\tH\000\210\001\001\022\036\n\021core_wlan_versio" +
4366
+ "n\030\002 \001(\tH\001\210\001\001\022\"\n\025core_wlan_kit_version\030\003 " +
4367
+ "\001(\tH\002\210\001\001\022 \n\023diagnostics_version\030\004 \001(\tH\003\210" +
4368
+ "\001\001\022#\n\026io80211_family_version\030\005 \001(\tH\004\210\001\001\022" +
4369
+ "\037\n\022menu_extra_version\030\006 \001(\tH\005\210\001\001\022\'\n\032syst" +
4370
+ "em_information_version\030\007 \001(\tH\006\210\001\001B\032\n\030_ai" +
4371
+ "rport_utility_versionB\024\n\022_core_wlan_vers" +
4372
+ "ionB\030\n\026_core_wlan_kit_versionB\026\n\024_diagno" +
4373
+ "stics_versionB\031\n\027_io80211_family_version" +
4374
+ "B\025\n\023_menu_extra_versionB\035\n\033_system_infor" +
4375
+ "mation_version\"\342\001\n\021AntivirusSoftware\022\021\n\004" +
4376
+ "name\030\002 \001(\tH\000\210\001\001\022\021\n\004guid\030\003 \001(\tH\001\210\001\001\022\024\n\007en" +
4377
+ "abled\030\004 \001(\010H\002\210\001\001\022\027\n\nup_to_date\030\005 \001(\010H\003\210\001" +
4378
+ "\001\022>\n\010software\030\006 \001(\0132\'.com.lansweeper.dp." +
4379
+ "outbound.v1.SoftwareH\004\210\001\001B\007\n\005_nameB\007\n\005_g" +
4380
+ "uidB\n\n\010_enabledB\r\n\013_up_to_dateB\013\n\t_softw" +
4381
+ "are\"\331\002\n\006IpInfo\022\017\n\007address\030\001 \001(\t\022\025\n\010hostn" +
4382
+ "ame\030\002 \001(\tH\000\210\001\001\022\025\n\010timezone\030\003 \001(\tH\001\210\001\001\022\033\n" +
4383
+ "\016continent_code\030\004 \001(\tH\002\210\001\001\022\031\n\014country_co" +
4384
+ "de\030\005 \001(\tH\003\210\001\001\022\030\n\013region_code\030\006 \001(\tH\004\210\001\001\022" +
4385
+ "\031\n\014country_city\030\007 \001(\tH\005\210\001\001\022\020\n\003isp\030\010 \001(\tH" +
4386
+ "\006\210\001\001\022\031\n\014organization\030\t \001(\tH\007\210\001\001B\013\n\t_host" +
4387
+ "nameB\013\n\t_timezoneB\021\n\017_continent_codeB\017\n\r" +
4388
+ "_country_codeB\016\n\014_region_codeB\017\n\r_countr" +
4389
+ "y_cityB\006\n\004_ispB\017\n\r_organization\"\203\001\n\021Soft" +
4390
+ "wareInventory\022-\n\ttimestamp\030\001 \001(\0132\032.googl" +
4391
+ "e.protobuf.Timestamp\0229\n\010software\030\002 \003(\0132\'" +
4392
+ ".com.lansweeper.dp.outbound.v1.SoftwareJ" +
4393
+ "\004\010\003\020\004\"\225\n\n\010Software\022\021\n\004rank\030\001 \001(\005H\000\210\001\001\022\024\n" +
4394
+ "\007type_id\030\002 \001(\003H\001\210\001\001\022\023\n\006cat_id\030\003 \001(\003H\002\210\001\001" +
4395
+ "\022\024\n\007make_id\030\004 \001(\003H\003\210\001\001\022\022\n\005sw_id\030\005 \001(\003H\004\210" +
4396
+ "\001\001\022\026\n\tparent_id\030\006 \001(\003H\005\210\001\001\022\026\n\ttype_name\030" +
4397
+ "\007 \001(\tH\006\210\001\001\022\025\n\010cat_name\030\010 \001(\tH\007\210\001\001\022\026\n\tmak" +
4398
+ "e_name\030\t \001(\tH\010\210\001\001\022\021\n\004name\030\n \001(\tH\t\210\001\001\022\024\n\007" +
4399
+ "version\030\013 \001(\tH\n\210\001\001\022\027\n\nmarket_ver\030\014 \001(\tH\013" +
4400
+ "\210\001\001\022\024\n\007edition\030\r \001(\tH\014\210\001\001\022\022\n\005build\030\016 \001(\t" +
4401
+ "H\r\210\001\001\022\021\n\004arch\030\024 \001(\tH\016\210\001\001\022\021\n\004lang\030\025 \001(\tH\017" +
4402
+ "\210\001\001\022\032\n\robtained_from\030\026 \001(\tH\020\210\001\001\022\021\n\tsigne" +
4403
+ "d_by\030\027 \003(\t\022\020\n\003cpe\030\017 \001(\tH\021\210\001\001\0227\n\003raw\030\021 \001(" +
4404
+ "\0132*.com.lansweeper.dp.outbound.v1.RawSof" +
4405
+ "tware\022\025\n\010raw_hash\030\022 \001(\tH\022\210\001\001\022\025\n\010nre_hash" +
4406
+ "\030\023 \001(\tH\023\210\001\001\022G\n\rcatalog_brand\0302 \001(\0132+.com" +
4407
+ ".lansweeper.dp.outbound.v1.CatalogBrandH" +
4408
+ "\024\210\001\001\022M\n\020catalog_software\0303 \001(\0132..com.lan" +
4409
+ "sweeper.dp.outbound.v1.CatalogSoftwareH\025" +
4410
+ "\210\001\001\022K\n\016catalog_parent\0304 \001(\0132..com.lanswe" +
4411
+ "eper.dp.outbound.v1.CatalogSoftwareH\026\210\001\001" +
4412
+ "\022_\n\026rhel_based_data_points\0305 \001(\0132:.com.l" +
4413
+ "answeeper.dp.outbound.v1.RhelBasedSoftwa" +
4414
+ "reDataPointsH\027\210\001\001\022c\n\030debian_based_data_p" +
4415
+ "oints\0306 \001(\0132<.com.lansweeper.dp.outbound" +
4416
+ ".v1.DebianBasedSoftwareDataPointsH\030\210\001\001B\007" +
4417
+ "\n\005_rankB\n\n\010_type_idB\t\n\007_cat_idB\n\n\010_make_" +
4418
+ "idB\010\n\006_sw_idB\014\n\n_parent_idB\014\n\n_type_name" +
4419
+ "B\013\n\t_cat_nameB\014\n\n_make_nameB\007\n\005_nameB\n\n\010" +
4420
+ "_versionB\r\n\013_market_verB\n\n\010_editionB\010\n\006_" +
4421
+ "buildB\007\n\005_archB\007\n\005_langB\020\n\016_obtained_fro" +
4422
+ "mB\006\n\004_cpeB\013\n\t_raw_hashB\013\n\t_nre_hashB\020\n\016_" +
4423
+ "catalog_brandB\023\n\021_catalog_softwareB\021\n\017_c" +
4424
+ "atalog_parentB\031\n\027_rhel_based_data_points" +
4425
+ "B\033\n\031_debian_based_data_points\"\217\001\n\033RhelBa" +
4426
+ "sedSoftwareDataPoints\022\027\n\nsource_rpm\030\001 \001(",
4427
+ "\tH\000\210\001\001\022\022\n\005epoch\030\002 \001(\rH\001\210\001\001\022\031\n\014ui_from_re" +
4428
+ "po\030\003 \001(\tH\002\210\001\001B\r\n\013_source_rpmB\010\n\006_epochB\017" +
4429
+ "\n\r_ui_from_repo\"\373\001\n\035DebianBasedSoftwareD" +
4430
+ "ataPoints\022\037\n\022dpkg_status_abbrev\030\001 \001(\tH\000\210" +
4431
+ "\001\001\022 \n\023binary_package_name\030\002 \001(\tH\001\210\001\001\022 \n\023" +
4432
+ "source_package_name\030\003 \001(\tH\002\210\001\001\022\033\n\016source" +
4433
+ "_version\030\004 \001(\tH\003\210\001\001B\025\n\023_dpkg_status_abbr" +
4434
+ "evB\026\n\024_binary_package_nameB\026\n\024_source_pa" +
4435
+ "ckage_nameB\021\n\017_source_version\"\373\002\n\013RawSof" +
4436
+ "tware\022\014\n\004name\030\001 \001(\t\022\023\n\006vendor\030\002 \001(\tH\000\210\001\001" +
4437
+ "\022\024\n\007version\030\003 \001(\tH\001\210\001\001\022\021\n\004info\030\004 \001(\tH\002\210\001" +
4438
+ "\001\022\025\n\010exe_path\030\005 \001(\tH\003\210\001\001\022\021\n\004arch\030\006 \001(\tH\004" +
4439
+ "\210\001\001\0225\n\014install_date\030\007 \001(\0132\032.google.proto" +
4440
+ "buf.TimestampH\005\210\001\001\022\030\n\013source_type\030\010 \001(\tH" +
4441
+ "\006\210\001\001\022\022\n\005sw_id\030\t \001(\tH\007\210\001\001\022\034\n\017is_current_u" +
4442
+ "ser\030\n \001(\010H\010\210\001\001B\t\n\007_vendorB\n\n\010_versionB\007\n" +
4443
+ "\005_infoB\013\n\t_exe_pathB\007\n\005_archB\017\n\r_install" +
4444
+ "_dateB\016\n\014_source_typeB\010\n\006_sw_idB\022\n\020_is_c" +
4445
+ "urrent_user\"\217\003\n\023SoftwareChangeEvent\022P\n\ne" +
4446
+ "vent_type\030\001 \001(\0162<.com.lansweeper.dp.outb" +
4447
+ "ound.v1.SoftwareChangeEvent.EventType\022)\n" +
4448
+ "\005start\030\002 \001(\0132\032.google.protobuf.Timestamp" +
4449
+ "\022,\n\003end\030\003 \001(\0132\032.google.protobuf.Timestam" +
4450
+ "pH\000\210\001\001\0229\n\010software\030\004 \001(\0132\'.com.lansweepe" +
4451
+ "r.dp.outbound.v1.Software\022C\n\rprev_softwa" +
4452
+ "re\030\005 \001(\0132\'.com.lansweeper.dp.outbound.v1" +
4453
+ ".SoftwareH\001\210\001\001\"3\n\tEventType\022\013\n\007INSTALL\020\000" +
4454
+ "\022\r\n\tUNINSTALL\020\001\022\n\n\006UPDATE\020\002B\006\n\004_endB\020\n\016_" +
4455
+ "prev_software\"\341\001\n\031ComputerMacInstallHist" +
4456
+ "ory\022\021\n\004name\030\001 \001(\tH\000\210\001\001\0225\n\014install_date\030\002" +
4457
+ " \001(\0132\032.google.protobuf.TimestampH\001\210\001\001\022\034\n" +
4458
+ "\017install_version\030\003 \001(\tH\002\210\001\001\022\033\n\016package_s" +
4459
+ "ource\030\004 \001(\tH\003\210\001\001B\007\n\005_nameB\017\n\r_install_da" +
4460
+ "teB\022\n\020_install_versionB\021\n\017_package_sourc" +
4461
+ "e\"\355\n\n\014CatalogBrand\022\n\n\002id\030\001 \001(\003\022\021\n\tmake_n" +
4462
+ "ame\030\003 \001(\t\022\026\n\tparent_id\030\022 \001(\003H\000\210\001\001\0229\n\020las" +
4463
+ "t_update_time\030\005 \001(\0132\032.google.protobuf.Ti" +
4464
+ "mestampH\001\210\001\001\022\031\n\014country_code\030\006 \001(\tH\002\210\001\001\022" +
4465
+ "\033\n\016logo_image_url\030\007 \001(\tH\003\210\001\001\022\035\n\020banner_i" +
4466
+ "mage_url\030\010 \001(\tH\004\210\001\001\022\031\n\014wikipedia_id\030\t \001(" +
4467
+ "\tH\005\210\001\001\022 \n\023wikipedia_lang_code\030\n \001(\tH\006\210\001\001" +
4468
+ "\022\030\n\013website_url\030\013 \001(\tH\007\210\001\001\022\030\n\013support_ur" +
4469
+ "l\030\014 \001(\tH\010\210\001\001\022\032\n\rsupport_phone\030\r \001(\tH\t\210\001\001" +
4470
+ "\022\035\n\020facebook_account\030\016 \001(\tH\n\210\001\001\022\034\n\017twitt" +
4471
+ "er_account\030\017 \001(\tH\013\210\001\001\022\031\n\014warranty_url\030\020 " +
4472
+ "\001(\tH\014\210\001\001\022 \n\023warranty_direct_url\030\021 \001(\tH\r\210" +
4473
+ "\001\001\022\032\n\rcommunity_url\030\024 \001(\tH\016\210\001\001\022\035\n\020linked" +
4474
+ "in_account\030\025 \001(\tH\017\210\001\001\022\036\n\021instagram_accou" +
4475
+ "nt\030\026 \001(\tH\020\210\001\001\022\034\n\017youtube_account\030\027 \001(\tH\021" +
4476
+ "\210\001\001\022\036\n\021pinterest_account\030\030 \001(\tH\022\210\001\001\022\033\n\016t" +
4477
+ "iktok_account\030\037 \001(\tH\023\210\001\001\022\033\n\016class_hardwa" +
4478
+ "re\030\031 \001(\010H\024\210\001\001\022\033\n\016class_software\030\032 \001(\010H\025\210" +
4479
+ "\001\001\022\033\n\016class_consumer\030\033 \001(\010H\026\210\001\001\022\035\n\020class" +
4480
+ "_enterprise\030\034 \001(\010H\027\210\001\001\022\035\n\020class_industri" +
4481
+ "al\030\035 \001(\010H\030\210\001\001\022\035\n\020class_individual\030\036 \001(\010H" +
4482
+ "\031\210\001\001\022\030\n\013match_score\030\023 \001(\005H\032\210\001\001B\014\n\n_paren" +
4483
+ "t_idB\023\n\021_last_update_timeB\017\n\r_country_co" +
4484
+ "deB\021\n\017_logo_image_urlB\023\n\021_banner_image_u" +
4485
+ "rlB\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang_c" +
4486
+ "odeB\016\n\014_website_urlB\016\n\014_support_urlB\020\n\016_" +
4487
+ "support_phoneB\023\n\021_facebook_accountB\022\n\020_t" +
4488
+ "witter_accountB\017\n\r_warranty_urlB\026\n\024_warr" +
4489
+ "anty_direct_urlB\020\n\016_community_urlB\023\n\021_li" +
4490
+ "nkedin_accountB\024\n\022_instagram_accountB\022\n\020" +
4491
+ "_youtube_accountB\024\n\022_pinterest_accountB\021" +
4492
+ "\n\017_tiktok_accountB\021\n\017_class_hardwareB\021\n\017" +
4493
+ "_class_softwareB\021\n\017_class_consumerB\023\n\021_c" +
4494
+ "lass_enterpriseB\023\n\021_class_industrialB\023\n\021" +
4495
+ "_class_individualB\016\n\014_match_score\"\317\t\n\014Ca" +
4496
+ "talogModel\022\n\n\002id\030\001 \001(\003\022\017\n\007make_id\030\003 \001(\003\022" +
4497
+ "\024\n\014device_model\030\004 \001(\t\022\033\n\016device_type_id\030" +
4498
+ "\005 \001(\003H\000\210\001\001\022\031\n\021device_model_code\030\006 \003(\t\022\026\n" +
4499
+ "\tfamily_id\030\n \001(\003H\001\210\001\001\022\026\n\tis_family\030\013 \001(\010" +
4500
+ "H\002\210\001\001\022\027\n\nmanual_url\030\014 \001(\tH\003\210\001\001\022\024\n\007faq_ur" +
4501
+ "l\030\r \001(\tH\004\210\001\001\0225\n\014release_date\030\016 \001(\0132\032.goo" +
4502
+ "gle.protobuf.TimestampH\005\210\001\001\0222\n\tdisc_date" +
4503
+ "\030\017 \001(\0132\032.google.protobuf.TimestampH\006\210\001\001\022" +
4504
+ "1\n\010eos_date\030\032 \001(\0132\032.google.protobuf.Time" +
4505
+ "stampH\007\210\001\001\022 \n\023lifecyle_confidence\030\035 \001(\tH" +
4506
+ "\010\210\001\001\022\030\n\013price_class\030\030 \001(\tH\t\210\001\001\022\032\n\rproduc" +
4507
+ "t_class\030\031 \001(\tH\n\210\001\001\022\032\n\rcfp_emissions\030\036 \001(" +
4508
+ "\005H\013\210\001\001\022\036\n\021cfp_emissions_std\030\037 \001(\005H\014\210\001\001\022\024" +
4509
+ "\n\007cfp_use\030 \001(\005H\r\210\001\001\022\034\n\017sh_ifttt_handle\030" +
4510
+ "\021 \001(\tH\016\210\001\001\022\033\n\023sh_google_ass_langs\030\022 \003(\t\022" +
4511
+ "\026\n\016sh_alexa_langs\030\023 \003(\t\022\033\n\016sh_hass_handl" +
4512
+ "e\030\024 \001(\tH\017\210\001\001\022\036\n\021sh_apple_home_kit\030\025 \001(\010H" +
4513
+ "\020\210\001\001\022\037\n\022sh_open_hab_handle\030\026 \001(\tH\021\210\001\001\022\025\n" +
4514
+ "\010nist_cpe\030\034 \001(\tH\022\210\001\001\022\027\n\npopularity\030\027 \001(\005" +
4515
+ "H\023\210\001\001\0229\n\020last_update_time\030\020 \001(\0132\032.google" +
4516
+ ".protobuf.TimestampH\024\210\001\001\022\030\n\013match_score\030" +
4517
+ "\033 \001(\005H\025\210\001\001B\021\n\017_device_type_idB\014\n\n_family" +
4518
+ "_idB\014\n\n_is_familyB\r\n\013_manual_urlB\n\n\010_faq" +
4519
+ "_urlB\017\n\r_release_dateB\014\n\n_disc_dateB\013\n\t_" +
4520
+ "eos_dateB\026\n\024_lifecyle_confidenceB\016\n\014_pri" +
4521
+ "ce_classB\020\n\016_product_classB\020\n\016_cfp_emiss" +
4522
+ "ionsB\024\n\022_cfp_emissions_stdB\n\n\010_cfp_useB\022" +
4523
+ "\n\020_sh_ifttt_handleB\021\n\017_sh_hass_handleB\024\n" +
4524
+ "\022_sh_apple_home_kitB\025\n\023_sh_open_hab_hand" +
4525
+ "leB\013\n\t_nist_cpeB\r\n\013_popularityB\023\n\021_last_" +
4526
+ "update_timeB\016\n\014_match_score\"\254\t\n\tCatalogO" +
4527
+ "s\022\n\n\002id\030\001 \001(\003\022\017\n\007os_name\030\003 \001(\t\022\027\n\nos_ver" +
4528
+ "sion\030\004 \001(\tH\000\210\001\001\022\025\n\010os_build\030\014 \001(\tH\001\210\001\001\022\034" +
4529
+ "\n\017os_version_name\030\005 \001(\tH\002\210\001\001\022\030\n\013override" +
4530
+ "_id\030\006 \001(\003H\003\210\001\001\022\024\n\007make_id\030\007 \001(\003H\004\210\001\001\022\026\n\t" +
4531
+ "parent_id\030\010 \001(\003H\005\210\001\001\0225\n\014release_date\030\t \001" +
4532
+ "(\0132\032.google.protobuf.TimestampH\006\210\001\001\0221\n\010e" +
4533
+ "ol_date\030\n \001(\0132\032.google.protobuf.Timestam" +
4534
+ "pH\007\210\001\001\0221\n\010eos_date\030\026 \001(\0132\032.google.protob" +
4535
+ "uf.TimestampH\010\210\001\001\0222\n\teosx_date\030\031 \001(\0132\032.g" +
4536
+ "oogle.protobuf.TimestampH\t\210\001\001\022 \n\023lifecyl" +
4537
+ "e_confidence\030\032 \001(\tH\n\210\001\001\022\033\n\016logo_image_ur" +
4538
+ "l\030\r \001(\tH\013\210\001\001\022\035\n\020banner_image_url\030\016 \001(\tH\014" +
4539
+ "\210\001\001\022\031\n\014wikipedia_id\030\017 \001(\tH\r\210\001\001\022 \n\023wikipe" +
4540
+ "dia_lang_code\030\020 \001(\tH\016\210\001\001\022\030\n\013website_url\030" +
4541
+ "\021 \001(\tH\017\210\001\001\022\030\n\013support_url\030\022 \001(\tH\020\210\001\001\022\032\n\r" +
4542
+ "support_phone\030\023 \001(\tH\021\210\001\001\022\035\n\020facebook_acc" +
4543
+ "ount\030\024 \001(\tH\022\210\001\001\022\034\n\017twitter_account\030\025 \001(\t" +
4544
+ "H\023\210\001\001\022\025\n\010nist_cpe\030\027 \001(\tH\024\210\001\001\0229\n\020last_upd" +
4545
+ "ate_time\030\013 \001(\0132\032.google.protobuf.Timesta" +
4546
+ "mpH\025\210\001\001\022\030\n\013match_score\030\030 \001(\005H\026\210\001\001B\r\n\013_os" +
4547
+ "_versionB\013\n\t_os_buildB\022\n\020_os_version_nam" +
4548
+ "eB\016\n\014_override_idB\n\n\010_make_idB\014\n\n_parent" +
4549
+ "_idB\017\n\r_release_dateB\013\n\t_eol_dateB\013\n\t_eo" +
4550
+ "s_dateB\014\n\n_eosx_dateB\026\n\024_lifecyle_confid" +
4551
+ "enceB\021\n\017_logo_image_urlB\023\n\021_banner_image" +
4552
+ "_urlB\017\n\r_wikipedia_idB\026\n\024_wikipedia_lang" +
4553
+ "_codeB\016\n\014_website_urlB\016\n\014_support_urlB\020\n" +
4554
+ "\016_support_phoneB\023\n\021_facebook_accountB\022\n\020" +
4555
+ "_twitter_accountB\013\n\t_nist_cpeB\023\n\021_last_u" +
4556
+ "pdate_timeB\016\n\014_match_score\"\370\007\n\017CatalogSo" +
4557
+ "ftware\022\n\n\002id\030\001 \001(\003\022\017\n\007sw_name\030\002 \001(\t\022\027\n\ns" +
4558
+ "w_version\030\003 \001(\tH\000\210\001\001\022\032\n\rsw_market_ver\030\004 " +
4559
+ "\001(\tH\001\210\001\001\022\027\n\nsw_edition\030\005 \001(\tH\002\210\001\001\022\024\n\007sw_" +
4560
+ "lang\030\006 \001(\tH\003\210\001\001\022\025\n\010sw_build\030\007 \001(\tH\004\210\001\001\022\024" +
4561
+ "\n\007make_id\030\010 \001(\003H\005\210\001\001\022\026\n\tparent_id\030\t \001(\003H" +
4562
+ "\006\210\001\001\022\026\n\tlatest_id\030\n \001(\003H\007\210\001\001\022\024\n\007sw_type\030" +
4563
+ "\013 \001(\tH\010\210\001\001\022\030\n\013sw_category\030\014 \001(\tH\t\210\001\001\0225\n\014" +
4564
+ "release_date\030\r \001(\0132\032.google.protobuf.Tim" +
4565
+ "estampH\n\210\001\001\0221\n\010eol_date\030\016 \001(\0132\032.google.p" +
4566
+ "rotobuf.TimestampH\013\210\001\001\0221\n\010eos_date\030\017 \001(\013" +
4567
+ "2\032.google.protobuf.TimestampH\014\210\001\001\0222\n\teos" +
4568
+ "x_date\030\020 \001(\0132\032.google.protobuf.Timestamp" +
4569
+ "H\r\210\001\001\022 \n\023lifecyle_confidence\030\021 \001(\tH\016\210\001\001\022" +
4570
+ "\030\n\013flag_latest\030\022 \001(\010H\017\210\001\001\022\034\n\017flag_widesp" +
4571
+ "read\030\023 \001(\010H\020\210\001\001\022\034\n\017flag_deprecated\030\024 \001(\010" +
4572
+ "H\021\210\001\001\0229\n\020last_update_time\030\025 \001(\0132\032.google" +
4573
+ ".protobuf.TimestampH\022\210\001\001\022\030\n\013match_score\030" +
4574
+ "d \001(\005H\023\210\001\001B\r\n\013_sw_versionB\020\n\016_sw_market_" +
4575
+ "verB\r\n\013_sw_editionB\n\n\010_sw_langB\013\n\t_sw_bu" +
4576
+ "ildB\n\n\010_make_idB\014\n\n_parent_idB\014\n\n_latest" +
4577
+ "_idB\n\n\010_sw_typeB\016\n\014_sw_categoryB\017\n\r_rele" +
4578
+ "ase_dateB\013\n\t_eol_dateB\013\n\t_eos_dateB\014\n\n_e" +
4579
+ "osx_dateB\026\n\024_lifecyle_confidenceB\016\n\014_fla" +
4580
+ "g_latestB\022\n\020_flag_widespreadB\022\n\020_flag_de" +
4581
+ "precatedB\023\n\021_last_update_timeB\016\n\014_match_" +
4582
+ "score\"\341\017\n\016CatalogMonitor\022\n\n\002id\030\001 \001(\003\022\r\n\005" +
4583
+ "model\030\003 \001(\t\022\026\n\tvendor_id\030\004 \001(\tH\000\210\001\001\022\024\n\007m" +
4584
+ "ake_id\030\005 \001(\003H\001\210\001\001\022\026\n\tfamily_id\030\006 \001(\003H\002\210\001" +
4585
+ "\001\022\026\n\tis_family\030\007 \001(\010H\003\210\001\001\022\032\n\rofficial_pa" +
4586
+ "ge\030\010 \001(\tH\004\210\001\001\022\031\n\014support_page\030\t \001(\tH\005\210\001\001" +
4587
+ "\022\026\n\tsize_inch\030\n \001(\001H\006\210\001\001\022\033\n\016max_resoluti" +
4588
+ "on\030\013 \001(\tH\007\210\001\001\022\031\n\014aspect_ratio\030\014 \001(\tH\010\210\001\001" +
4589
+ "\022\035\n\020response_time_ms\030\r \001(\001H\t\210\001\001\022\024\n\007hd_ty" +
4590
+ "pe\030\016 \001(\tH\n\210\001\001\022\031\n\014display_tech\030\017 \001(\tH\013\210\001\001" +
4591
+ "\022\031\n\014refresh_rate\030\020 \001(\005H\014\210\001\001\022\022\n\005panel\030\021 \001" +
4592
+ "(\tH\r\210\001\001\022\026\n\theight_cm\030\022 \001(\001H\016\210\001\001\022\025\n\010width" +
4593
+ "_cm\030\023 \001(\001H\017\210\001\001\022\030\n\013diagonal_cm\030\024 \001(\001H\020\210\001\001" +
4594
+ "\022\031\n\014usb_upstream\030\025 \001(\tH\021\210\001\001\022\034\n\017nr_usb_up" +
4595
+ "stream\030\026 \001(\005H\022\210\001\001\022%\n\030nr_usb_type_a_downs" +
4596
+ "tream\030\027 \001(\005H\023\210\001\001\022\024\n\007nr_hdmi\030\030 \001(\005H\024\210\001\001\022\023" +
4597
+ "\n\006nr_vga\030\031 \001(\005H\025\210\001\001\022\023\n\006nr_dvi\030\032 \001(\005H\026\210\001\001" +
4598
+ "\022\031\n\014hdmi_version\030\033 \001(\001H\027\210\001\001\022\035\n\020nr_displa" +
4599
+ "y_ports\030\034 \001(\005H\030\210\001\001\022!\n\024display_port_versi" +
4600
+ "on\030\035 \001(\001H\031\210\001\001\022\031\n\014energy_class\030\036 \001(\tH\032\210\001\001" +
4601
+ "\022\033\n\016sdr_per_1000_u\030\037 \001(\005H\033\210\001\001\022\037\n\022average" +
4602
+ "_watt_usage\030 \001(\001H\034\210\001\001\022\033\n\016max_watt_usage" +
4603
+ "\030! \001(\001H\035\210\001\001\022\037\n\022watt_usage_standby\030\" \001(\001H" +
4604
+ "\036\210\001\001\022\034\n\017watt_power_save\030# \001(\001H\037\210\001\001\022\027\n\nac" +
4605
+ "_voltage\030$ \001(\tH \210\001\001\022\027\n\nac_freq_hz\030% \001(\tH" +
4606
+ "!\210\001\001\022\026\n\tcurrent_a\030& \001(\001H\"\210\001\001\022\030\n\013feature_" +
4607
+ "aio\030\' \001(\010H#\210\001\001\022\033\n\016feature_camera\030( \001(\010H$" +
4608
+ "\210\001\001\022\035\n\020feature_speakers\030) \001(\010H%\210\001\001\022\031\n\014fe" +
4609
+ "ature_hdmi\030* \001(\010H&\210\001\001\022\030\n\013feature_eth\030+ \001" +
4610
+ "(\010H\'\210\001\001\022\035\n\020feature_portrait\030, \001(\010H(\210\001\001\022\033" +
4611
+ "\n\016feature_curved\030- \001(\010H)\210\001\001\0229\n\020last_upda" +
4612
+ "te_time\030. \001(\0132\032.google.protobuf.Timestam" +
4613
+ "pH*\210\001\001\022\030\n\013match_score\030d \001(\005H+\210\001\001B\014\n\n_ven" +
4614
+ "dor_idB\n\n\010_make_idB\014\n\n_family_idB\014\n\n_is_" +
4615
+ "familyB\020\n\016_official_pageB\017\n\r_support_pag" +
4616
+ "eB\014\n\n_size_inchB\021\n\017_max_resolutionB\017\n\r_a" +
4617
+ "spect_ratioB\023\n\021_response_time_msB\n\n\010_hd_" +
4618
+ "typeB\017\n\r_display_techB\017\n\r_refresh_rateB\010" +
4619
+ "\n\006_panelB\014\n\n_height_cmB\013\n\t_width_cmB\016\n\014_" +
4620
+ "diagonal_cmB\017\n\r_usb_upstreamB\022\n\020_nr_usb_" +
4621
+ "upstreamB\033\n\031_nr_usb_type_a_downstreamB\n\n" +
4622
+ "\010_nr_hdmiB\t\n\007_nr_vgaB\t\n\007_nr_dviB\017\n\r_hdmi" +
4623
+ "_versionB\023\n\021_nr_display_portsB\027\n\025_displa" +
4624
+ "y_port_versionB\017\n\r_energy_classB\021\n\017_sdr_" +
4625
+ "per_1000_uB\025\n\023_average_watt_usageB\021\n\017_ma" +
4626
+ "x_watt_usageB\025\n\023_watt_usage_standbyB\022\n\020_" +
4627
+ "watt_power_saveB\r\n\013_ac_voltageB\r\n\013_ac_fr" +
4628
+ "eq_hzB\014\n\n_current_aB\016\n\014_feature_aioB\021\n\017_" +
4629
+ "feature_cameraB\023\n\021_feature_speakersB\017\n\r_" +
4630
+ "feature_hdmiB\016\n\014_feature_ethB\023\n\021_feature" +
4631
+ "_portraitB\021\n\017_feature_curvedB\023\n\021_last_up" +
4632
+ "date_timeB\016\n\014_match_score\"\363\002\n\007Printer\022\031\n" +
4633
+ "\014printer_name\030\001 \001(\tH\000\210\001\001\022\032\n\rprinted_page" +
4634
+ "s\030\002 \001(\003H\001\210\001\001\022 \n\023printed_color_pages\030\003 \001(" +
4635
+ "\003H\002\210\001\001\022\037\n\022printed_mono_pages\030\004 \001(\003H\003\210\001\001\022" +
4636
+ "\033\n\016printer_status\030\005 \001(\tH\004\210\001\001\022\032\n\rserial_n" +
4637
+ "umber\030\006 \001(\tH\005\210\001\001\022>\n\005toner\030\007 \003(\0132/.com.la" +
4638
+ "nsweeper.dp.outbound.v1.PrinterTonerInfo" +
4639
+ "B\017\n\r_printer_nameB\020\n\016_printed_pagesB\026\n\024_" +
4640
+ "printed_color_pagesB\025\n\023_printed_mono_pag" +
4641
+ "esB\021\n\017_printer_statusB\020\n\016_serial_number\"" +
4642
+ "\274\002\n\020PrinterTonerInfo\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022" +
4643
+ "\022\n\005color\030\002 \001(\tH\001\210\001\001\022E\n\014color_number\030\003 \001(" +
4644
+ "\0132*.com.lansweeper.dp.outbound.v1.Mapped" +
4645
+ "ValueH\002\210\001\001\022 \n\023maximum_toner_level\030\004 \001(\003H" +
4646
+ "\003\210\001\001\022\023\n\006number\030\005 \001(\003H\004\210\001\001\022\"\n\025remaining_t" +
4647
+ "oner_level\030\006 \001(\003H\005\210\001\001B\007\n\005_nameB\010\n\006_color" +
4648
+ "B\017\n\r_color_numberB\026\n\024_maximum_toner_leve" +
4649
+ "lB\t\n\007_numberB\030\n\026_remaining_toner_level\"\343" +
4650
+ "\005\n\003Ups\022\031\n\014manufacturer\030\001 \001(\tH\000\210\001\001\022\022\n\005mod" +
4651
+ "el\030\002 \001(\tH\001\210\001\001\022!\n\024ups_software_version\030\003 " +
4652
+ "\001(\tH\002\210\001\001\022#\n\026agent_software_version\030\004 \001(\t" +
4653
+ "H\003\210\001\001\022\021\n\004name\030\005 \001(\tH\004\210\001\001\022\035\n\020attached_dev" +
4654
+ "ices\030\006 \001(\tH\005\210\001\001\022\033\n\016battery_status\030\007 \001(\003H" +
4655
+ "\006\210\001\001\022\037\n\022seconds_on_battery\030\010 \001(\003H\007\210\001\001\022(\n" +
4656
+ "\033estimated_minutes_remaining\030\t \001(\003H\010\210\001\001\022" +
4657
+ "\'\n\032estimated_charge_remaining\030\n \001(\003H\t\210\001\001" +
4658
+ "\022\034\n\017battery_voltage\030\013 \001(\003H\n\210\001\001\022\034\n\017batter" +
4659
+ "y_current\030\014 \001(\003H\013\210\001\001\022 \n\023battery_temperat" +
4660
+ "ure\030\r \001(\003H\014\210\001\001\022\033\n\016alarms_present\030\016 \001(\003H\r" +
4661
+ "\210\001\001B\017\n\r_manufacturerB\010\n\006_modelB\027\n\025_ups_s" +
4662
+ "oftware_versionB\031\n\027_agent_software_versi" +
4663
+ "onB\007\n\005_nameB\023\n\021_attached_devicesB\021\n\017_bat" +
4664
+ "tery_statusB\025\n\023_seconds_on_batteryB\036\n\034_e" +
4665
+ "stimated_minutes_remainingB\035\n\033_estimated" +
4666
+ "_charge_remainingB\022\n\020_battery_voltageB\022\n" +
4667
+ "\020_battery_currentB\026\n\024_battery_temperatur" +
4668
+ "eB\021\n\017_alarms_present\"\273\n\n\004User\0225\n\002id\030\001 \001(" +
4669
+ "\0132).com.lansweeper.dp.outbound.v1.Entity" +
4670
+ "Path\022/\n\013last_synced\030\002 \001(\0132\032.google.proto" +
4671
+ "buf.Timestamp\022.\n\nfirst_seen\030\003 \001(\0132\032.goog" +
4672
+ "le.protobuf.Timestamp\0220\n\014last_updated\030\004 " +
4673
+ "\001(\0132\032.google.protobuf.Timestamp\0221\n\rlast_" +
4674
+ "enriched\030\005 \001(\0132\032.google.protobuf.Timesta" +
4675
+ "mp\022%\n\030last_synced_source_agent\030\006 \001(\tH\000\210\001" +
4676
+ "\001\022$\n\027last_synced_source_name\030\007 \001(\tH\001\210\001\001\022" +
4677
+ ">\n\013source_info\030\010 \003(\0132).com.lansweeper.dp" +
4678
+ ".outbound.v1.SourceInfo\022G\n\024unlinked_sour" +
4679
+ "ce_info\030\t \003(\0132).com.lansweeper.dp.outbou" +
4680
+ "nd.v1.SourceInfo\022D\n\016data_processor\030\027 \003(\013" +
4681
+ "2,.com.lansweeper.dp.outbound.v1.DataPro" +
4682
+ "cessor\022\027\n\nunique_key\030\n \001(\tH\002\210\001\001\022<\n\nscan_" +
4683
+ "error\030\013 \003(\0132(.com.lansweeper.dp.outbound" +
4684
+ ".v1.ScanError\022?\n\013internet_ip\030\014 \001(\0132%.com" +
4685
+ ".lansweeper.dp.outbound.v1.IpInfoH\003\210\001\001\022/" +
4686
+ "\n\003tag\030\r \003(\0132\".com.lansweeper.dp.outbound" +
4687
+ ".v1.Tag\0229\n\010relation\030\016 \003(\0132\'.com.lansweep" +
4688
+ "er.dp.outbound.v1.Relation\022Q\n\022correlatio" +
4689
+ "n_fields\030\017 \001(\01320.com.lansweeper.dp.outbo" +
4690
+ "und.v1.CorrelationFieldsH\004\210\001\001\022N\n\016reconci" +
4691
+ "liation\030\020 \001(\01321.com.lansweeper.dp.outbou" +
4692
+ "nd.v1.ReconciliationInfoH\005\210\001\001\022;\n\004core\030\024 " +
4693
+ "\001(\0132-.com.lansweeper.dp.outbound.v1.User" +
4694
+ "CoreFields\022H\n\007ad_user\030\025 \001(\01322.com.lanswe" +
4695
+ "eper.dp.outbound.v1.ActiveDirectoryUserH" +
4696
+ "\006\210\001\001\022J\n\017office_365_user\030\026 \001(\0132,.com.lans" +
4697
+ "weeper.dp.outbound.v1.Office365UserH\007\210\001\001" +
4698
+ "B\033\n\031_last_synced_source_agentB\032\n\030_last_s" +
4699
+ "ynced_source_nameB\r\n\013_unique_keyB\016\n\014_int" +
4700
+ "ernet_ipB\025\n\023_correlation_fieldsB\021\n\017_reco" +
4701
+ "nciliationB\n\n\010_ad_userB\022\n\020_office_365_us" +
4702
+ "er\"\210\001\n\016UserCoreFields\022\026\n\tuser_name\030\001 \001(\t" +
4703
+ "H\000\210\001\001\022\020\n\003upn\030\002 \001(\tH\001\210\001\001\022\020\n\003sid\030\003 \001(\tH\002\210\001" +
4704
+ "\001\022\022\n\005email\030\004 \001(\tH\003\210\001\001B\014\n\n_user_nameB\006\n\004_" +
4705
+ "upnB\006\n\004_sidB\010\n\006_email\"\303\n\n\005Group\0225\n\002id\030\001 " +
4706
+ "\001(\0132).com.lansweeper.dp.outbound.v1.Enti" +
4707
+ "tyPath\022/\n\013last_synced\030\002 \001(\0132\032.google.pro" +
4708
+ "tobuf.Timestamp\022.\n\nfirst_seen\030\003 \001(\0132\032.go" +
4709
+ "ogle.protobuf.Timestamp\0220\n\014last_updated\030" +
4710
+ "\004 \001(\0132\032.google.protobuf.Timestamp\0221\n\rlas" +
4711
+ "t_enriched\030\005 \001(\0132\032.google.protobuf.Times" +
4712
+ "tamp\022%\n\030last_synced_source_agent\030\006 \001(\tH\000" +
4713
+ "\210\001\001\022$\n\027last_synced_source_name\030\007 \001(\tH\001\210\001" +
4714
+ "\001\022>\n\013source_info\030\010 \003(\0132).com.lansweeper." +
4715
+ "dp.outbound.v1.SourceInfo\022G\n\024unlinked_so" +
4716
+ "urce_info\030\t \003(\0132).com.lansweeper.dp.outb" +
4717
+ "ound.v1.SourceInfo\022D\n\016data_processor\030\026 \003" +
4718
+ "(\0132,.com.lansweeper.dp.outbound.v1.DataP" +
4719
+ "rocessor\022\027\n\nunique_key\030\n \001(\tH\002\210\001\001\022<\n\nsca" +
4720
+ "n_error\030\013 \003(\0132(.com.lansweeper.dp.outbou" +
4721
+ "nd.v1.ScanError\022?\n\013internet_ip\030\014 \001(\0132%.c" +
4722
+ "om.lansweeper.dp.outbound.v1.IpInfoH\003\210\001\001" +
4723
+ "\022/\n\003tag\030\r \003(\0132\".com.lansweeper.dp.outbou" +
4724
+ "nd.v1.Tag\0229\n\010relation\030\016 \003(\0132\'.com.lanswe" +
4725
+ "eper.dp.outbound.v1.Relation\022Q\n\022correlat" +
4726
+ "ion_fields\030\017 \001(\01320.com.lansweeper.dp.out" +
4727
+ "bound.v1.CorrelationFieldsH\004\210\001\001\022N\n\016recon" +
4728
+ "ciliation\030\020 \001(\01321.com.lansweeper.dp.outb" +
4729
+ "ound.v1.ReconciliationInfoH\005\210\001\001\022<\n\004core\030" +
4730
+ "\024 \001(\0132..com.lansweeper.dp.outbound.v1.Gr" +
4731
+ "oupCoreFields\022J\n\010ad_group\030\025 \001(\01323.com.la" +
4732
+ "nsweeper.dp.outbound.v1.ActiveDirectoryG" +
4733
+ "roupH\006\210\001\001\022L\n\020office_365_group\030\027 \001(\0132-.co" +
4734
+ "m.lansweeper.dp.outbound.v1.Office365Gro" +
4735
+ "upH\007\210\001\001B\033\n\031_last_synced_source_agentB\032\n\030" +
4736
+ "_last_synced_source_nameB\r\n\013_unique_keyB" +
4737
+ "\016\n\014_internet_ipB\025\n\023_correlation_fieldsB\021" +
4738
+ "\n\017_reconciliationB\013\n\t_ad_groupB\023\n\021_offic" +
4739
+ "e_365_group\"G\n\017GroupCoreFields\022\020\n\003sid\030\001 " +
4740
+ "\001(\tH\000\210\001\001\022\021\n\004name\030\002 \001(\tH\001\210\001\001B\006\n\004_sidB\007\n\005_" +
4741
+ "name\"\343\002\n\025ActiveDirectoryObject\022\022\n\ndomain" +
4742
+ "_oid\030\001 \001(\t\022\013\n\003oid\030\002 \001(\t\022\013\n\003sid\030\003 \001(\t\022\032\n\022" +
4743
+ "distinguished_name\030\004 \001(\t\022\027\n\ndomain_dns\030\005" +
4744
+ " \001(\tH\000\210\001\001\022\021\n\004name\030\006 \001(\tH\001\210\001\001\022\031\n\014object_c" +
4745
+ "lass\030\007 \001(\tH\002\210\001\001\0226\n\rcreation_time\030\010 \001(\0132\032" +
4746
+ ".google.protobuf.TimestampH\003\210\001\001\0225\n\014last_" +
4747
+ "changed\030\t \001(\0132\032.google.protobuf.Timestam" +
4748
+ "pH\004\210\001\001B\r\n\013_domain_dnsB\007\n\005_nameB\017\n\r_objec" +
4749
+ "t_classB\020\n\016_creation_timeB\017\n\r_last_chang" +
4750
+ "ed\"\211\007\n\027ActiveDirectoryComputer\022G\n\tad_obj" +
4751
+ "ect\030\001 \001(\01324.com.lansweeper.dp.outbound.v" +
4752
+ "1.ActiveDirectoryObject\022L\n\tad_domain\030\020 \001" +
4753
+ "(\01324.com.lansweeper.dp.outbound.v1.Activ" +
4754
+ "eDirectoryDomainH\000\210\001\001\022\035\n\020sam_account_nam" +
4755
+ "e\030\002 \001(\tH\001\210\001\001\022\017\n\002cn\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(" +
4756
+ "\tH\003\210\001\001\022\030\n\013description\030\005 \001(\tH\004\210\001\001\022\024\n\007comm" +
4757
+ "ent\030\006 \001(\tH\005\210\001\001\022\024\n\007company\030\007 \001(\tH\006\210\001\001\022\025\n\010" +
4758
+ "location\030\010 \001(\tH\007\210\001\001\022\027\n\nip_address\030\t \001(\tH" +
4759
+ "\010\210\001\001\022\024\n\007enabled\030\n \001(\010H\t\210\001\001\022(\n\027bitlocker_" +
4760
+ "recovery_info\030\013 \001(\tB\002\030\001H\n\210\001\001\022\035\n\020operatin" +
4761
+ "g_system\030\014 \001(\tH\013\210\001\001\022%\n\030operating_system_" +
4762
+ "version\030\r \001(\tH\014\210\001\001\022 \n\023managed_by_user_oi" +
4763
+ "d\030\016 \001(\tH\r\210\001\001\022!\n\024managed_by_group_oid\030\017 \001" +
4764
+ "(\tH\016\210\001\001\022U\n\030bit_locker_recovery_keys\030\021 \003(" +
4765
+ "\01323.com.lansweeper.dp.outbound.v1.BitLoc" +
4766
+ "kerRecoveryKeyB\014\n\n_ad_domainB\023\n\021_sam_acc" +
4767
+ "ount_nameB\005\n\003_cnB\005\n\003_ouB\016\n\014_descriptionB" +
4768
+ "\n\n\010_commentB\n\n\010_companyB\013\n\t_locationB\r\n\013" +
4769
+ "_ip_addressB\n\n\010_enabledB\032\n\030_bitlocker_re" +
4770
+ "covery_infoB\023\n\021_operating_systemB\033\n\031_ope" +
4771
+ "rating_system_versionB\026\n\024_managed_by_use" +
4772
+ "r_oidB\027\n\025_managed_by_group_oid\"t\n\024BitLoc" +
4773
+ "kerRecoveryKey\022\024\n\014recovery_key\030\001 \001(\t\0225\n\014" +
4774
+ "last_changed\030\002 \001(\0132\032.google.protobuf.Tim" +
4775
+ "estampH\000\210\001\001B\017\n\r_last_changed\"\364\016\n\026ActiveD" +
4776
+ "irectoryPrinter\022\030\n\013description\030\001 \001(\tH\000\210\001" +
4777
+ "\001\022\017\n\002cn\030\002 \001(\tH\001\210\001\001\022\033\n\016driver_version\030\003 \001" +
4778
+ "(\rH\002\210\001\001\022\030\n\013server_name\030\004 \001(\tH\003\210\001\001\022%\n\030d_s" +
4779
+ "core_propagation_data\030\005 \001(\tH\004\210\001\001\022#\n\026nt_s" +
4780
+ "ecurity_descriptor\030\006 \001(\tH\005\210\001\001\022\035\n\020print_s" +
4781
+ "tart_time\030\007 \001(\rH\006\210\001\001\022\027\n\017print_bin_names\030" +
4782
+ "\010 \003(\t\022\030\n\013print_color\030\t \001(\010H\007\210\001\001\022$\n\027print" +
4783
+ "_keep_printed_jobs\030\n \001(\010H\010\210\001\001\022\033\n\016print_s" +
4784
+ "pooling\030\013 \001(\tH\t\210\001\001\022#\n\026print_duplex_suppo" +
4785
+ "rted\030\014 \001(\010H\n\210\001\001\022\037\n\022print_min_y_extent\030\r " +
4786
+ "\001(\rH\013\210\001\001\022\037\n\022print_max_y_extent\030\016 \001(\rH\014\210\001" +
4787
+ "\001\022\037\n\022print_min_x_extent\030\017 \001(\rH\r\210\001\001\022\037\n\022pr" +
4788
+ "int_max_x_extent\030\020 \001(\rH\016\210\001\001\022+\n\036print_max" +
4789
+ "_resolution_supported\030\021 \001(\rH\017\210\001\001\022#\n\026prin" +
4790
+ "t_pages_per_minute\030\022 \001(\rH\020\210\001\001\022%\n\030print_s" +
4791
+ "tapling_supported\030\023 \001(\010H\021\210\001\001\022\032\n\rinstance" +
4792
+ "_type\030\024 \001(\rH\022\210\001\001\022\032\n\rprint_collate\030\025 \001(\010H" +
4793
+ "\023\210\001\001\022\027\n\nprint_rate\030& \001(\rH\024\210\001\001\022\034\n\017print_r" +
4794
+ "ate_unit\030\026 \001(\tH\025\210\001\001\022\033\n\016print_end_time\030\027 " +
4795
+ "\001(\rH\026\210\001\001\022\026\n\tport_name\030\030 \001(\tH\027\210\001\001\022\025\n\010prio" +
4796
+ "rity\030\031 \001(\tH\030\210\001\001\022\033\n\016version_number\030\032 \001(\tH" +
4797
+ "\031\210\001\001\022\031\n\014printer_name\030\033 \001(\tH\032\210\001\001\022\036\n\021short" +
4798
+ "_server_name\030\034 \001(\tH\033\210\001\001\022\036\n\021print_media_r" +
4799
+ "eady\030\035 \001(\tH\034\210\001\001\022\035\n\025print_media_supported" +
4800
+ "\030\036 \003(\t\022\025\n\010unc_name\030\037 \001(\tH\035\210\001\001\022\030\n\013usn_cha" +
4801
+ "nged\030 \001(\tH\036\210\001\001\022\030\n\013usn_created\030! \001(\tH\037\210\001" +
4802
+ "\001\022\025\n\010category\030\" \001(\tH \210\001\001\022\030\n\013driver_name\030" +
4803
+ "# \001(\tH!\210\001\001\022$\n\034print_orientations_support" +
4804
+ "ed\030$ \003(\t\022\035\n\020print_share_name\030% \001(\tH\"\210\001\001\022" +
4805
+ "\027\n\nip_address\030\' \001(\tH#\210\001\001B\016\n\014_description" +
4806
+ "B\005\n\003_cnB\021\n\017_driver_versionB\016\n\014_server_na" +
4807
+ "meB\033\n\031_d_score_propagation_dataB\031\n\027_nt_s" +
4808
+ "ecurity_descriptorB\023\n\021_print_start_timeB" +
4809
+ "\016\n\014_print_colorB\032\n\030_print_keep_printed_j" +
4810
+ "obsB\021\n\017_print_spoolingB\031\n\027_print_duplex_" +
4811
+ "supportedB\025\n\023_print_min_y_extentB\025\n\023_pri" +
4812
+ "nt_max_y_extentB\025\n\023_print_min_x_extentB\025" +
4813
+ "\n\023_print_max_x_extentB!\n\037_print_max_reso" +
4814
+ "lution_supportedB\031\n\027_print_pages_per_min" +
4815
+ "uteB\033\n\031_print_stapling_supportedB\020\n\016_ins" +
4816
+ "tance_typeB\020\n\016_print_collateB\r\n\013_print_r" +
4817
+ "ateB\022\n\020_print_rate_unitB\021\n\017_print_end_ti" +
4818
+ "meB\014\n\n_port_nameB\013\n\t_priorityB\021\n\017_versio" +
4819
+ "n_numberB\017\n\r_printer_nameB\024\n\022_short_serv" +
4820
+ "er_nameB\024\n\022_print_media_readyB\013\n\t_unc_na" +
4821
+ "meB\016\n\014_usn_changedB\016\n\014_usn_createdB\013\n\t_c" +
4822
+ "ategoryB\016\n\014_driver_nameB\023\n\021_print_share_" +
4823
+ "nameB\r\n\013_ip_address\"\330\001\n\025ActiveDirectoryD" +
4824
+ "omain\022G\n\tad_object\030\001 \001(\01324.com.lansweepe" +
4825
+ "r.dp.outbound.v1.ActiveDirectoryObject\022!" +
4826
+ "\n\024minimum_password_age\030\002 \001(\005H\000\210\001\001\022!\n\024max",
4827
+ "imum_password_age\030\003 \001(\005H\001\210\001\001B\027\n\025_minimum" +
4828
+ "_password_ageB\027\n\025_maximum_password_age\"\366" +
4829
+ "\026\n\023ActiveDirectoryUser\022G\n\tad_object\030\001 \001(" +
4830
+ "\01324.com.lansweeper.dp.outbound.v1.Active" +
4831
+ "DirectoryObject\022L\n\tad_domain\030; \001(\01324.com" +
4832
+ ".lansweeper.dp.outbound.v1.ActiveDirecto" +
4833
+ "ryDomainH\000\210\001\001\022\035\n\020sam_account_name\030\002 \001(\tH" +
4834
+ "\001\210\001\001\022\017\n\002cn\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\023" +
4835
+ "\n\006domain\030: \001(\tH\004\210\001\001\022\030\n\013description\030\005 \001(\t" +
4836
+ "H\005\210\001\001\022\024\n\007comment\030\006 \001(\tH\006\210\001\001\022\024\n\007company\030\007" +
4837
+ " \001(\tH\007\210\001\001\022\035\n\020primary_group_id\030\010 \001(\005H\010\210\001\001" +
4838
+ "\022\024\n\007enabled\030\t \001(\010H\t\210\001\001\022!\n\024user_account_c" +
4839
+ "ontrol\030\n \001(\005H\n\210\001\001\0228\n\017account_expires\030\013 \001" +
4840
+ "(\0132\032.google.protobuf.TimestampH\013\210\001\001\0225\n\014l" +
4841
+ "ockout_time\030\014 \001(\0132\032.google.protobuf.Time" +
4842
+ "stampH\014\210\001\001\022:\n\021password_last_set\030\r \001(\0132\032." +
4843
+ "google.protobuf.TimestampH\r\210\001\001\0223\n\nlast_l" +
4844
+ "ogon\030\016 \001(\0132\032.google.protobuf.TimestampH\016" +
4845
+ "\210\001\001\0225\n\014lockout_date\030\017 \001(\0132\032.google.proto" +
4846
+ "buf.TimestampH\017\210\001\001\022%\n\030can_user_change_pa" +
4847
+ "ssword\030\020 \001(\010H\020\210\001\001\022A\n\030password_expiration" +
4848
+ "_date\030\021 \001(\0132\032.google.protobuf.TimestampH" +
4849
+ "\021\210\001\001\022#\n\026password_never_expires\030\022 \001(\010H\022\210\001" +
4850
+ "\001\022\036\n\021password_required\030\023 \001(\010H\023\210\001\001\022A\n\030pas" +
4851
+ "sword_changeable_date\030\024 \001(\0132\032.google.pro" +
4852
+ "tobuf.TimestampH\024\210\001\001\022\022\n\005email\030\025 \001(\tH\025\210\001\001" +
4853
+ "\022\031\n\014display_name\030\026 \001(\tH\026\210\001\001\022\027\n\ngiven_nam" +
4854
+ "e\030\027 \001(\tH\027\210\001\001\022\024\n\007surname\030\030 \001(\tH\030\210\001\001\022\026\n\tte" +
4855
+ "lephone\030\031 \001(\tH\031\210\001\001\022\027\n\nfac_simile\030\032 \001(\tH\032" +
4856
+ "\210\001\001\022\023\n\006mobile\030\033 \001(\tH\033\210\001\001\022\033\n\016street_addre" +
4857
+ "ss\030\034 \001(\tH\034\210\001\001\022\021\n\004city\030\035 \001(\tH\035\210\001\001\022\024\n\007coun" +
4858
+ "try\030\036 \001(\tH\036\210\001\001\022\027\n\ndepartment\030\037 \001(\tH\037\210\001\001\022" +
4859
+ "!\n\024delivery_office_name\030 \001(\tH \210\001\001\022!\n\024co" +
4860
+ "untry_abbreviation\030! \001(\tH!\210\001\001\022\030\n\013postal_" +
4861
+ "code\030\" \001(\tH\"\210\001\001\022\031\n\014country_code\030# \001(\tH#\210" +
4862
+ "\001\001\022\033\n\016principal_name\030$ \001(\tH$\210\001\001\022\022\n\005title" +
4863
+ "\030% \001(\tH%\210\001\001\022\025\n\010division\030& \001(\tH&\210\001\001\022\021\n\004in" +
4864
+ "fo\030\' \001(\tH\'\210\001\001\022\027\n\nhome_phone\030( \001(\tH(\210\001\001\022\022" +
4865
+ "\n\005pager\030) \001(\tH)\210\001\001\022\025\n\010ip_phone\030* \001(\tH*\210\001" +
4866
+ "\001\022\026\n\thome_page\030+ \001(\tH+\210\001\001\022\034\n\017post_office" +
4867
+ "_box\030, \001(\tH,\210\001\001\022\022\n\005state\030- \001(\tH-\210\001\001\022\031\n\014p" +
4868
+ "rofile_path\030. \001(\tH.\210\001\001\022\030\n\013script_path\030/ " +
4869
+ "\001(\tH/\210\001\001\022\033\n\016home_directory\0300 \001(\tH0\210\001\001\022\034\n" +
4870
+ "\017thumbnail_photo\0301 \001(\014H1\210\001\001\022\030\n\013employee_" +
4871
+ "id\0302 \001(\tH2\210\001\001\022\034\n\017employee_number\0303 \001(\tH3" +
4872
+ "\210\001\001\022\032\n\remployee_type\0304 \001(\tH4\210\001\001\022\025\n\010initi" +
4873
+ "als\0305 \001(\tH5\210\001\001\022\030\n\013middle_name\0306 \001(\tH6\210\001\001" +
4874
+ "\022\036\n\021primary_group_oid\0307 \001(\tH7\210\001\001\022\030\n\013mana" +
4875
+ "ger_oid\0308 \001(\tH8\210\001\001\022\025\n\rmember_of_oid\0309 \003(" +
4876
+ "\t\022C\n\016direct_reports\030< \003(\0132+.com.lansweep" +
4877
+ "er.dp.outbound.v1.DirectReport\022\030\n\013manage" +
4878
+ "r_upn\030= \001(\tH9\210\001\001B\014\n\n_ad_domainB\023\n\021_sam_a" +
4879
+ "ccount_nameB\005\n\003_cnB\005\n\003_ouB\t\n\007_domainB\016\n\014" +
4880
+ "_descriptionB\n\n\010_commentB\n\n\010_companyB\023\n\021" +
4881
+ "_primary_group_idB\n\n\010_enabledB\027\n\025_user_a" +
4882
+ "ccount_controlB\022\n\020_account_expiresB\017\n\r_l" +
4883
+ "ockout_timeB\024\n\022_password_last_setB\r\n\013_la" +
4884
+ "st_logonB\017\n\r_lockout_dateB\033\n\031_can_user_c" +
4885
+ "hange_passwordB\033\n\031_password_expiration_d" +
4886
+ "ateB\031\n\027_password_never_expiresB\024\n\022_passw" +
4887
+ "ord_requiredB\033\n\031_password_changeable_dat" +
4888
+ "eB\010\n\006_emailB\017\n\r_display_nameB\r\n\013_given_n" +
4889
+ "ameB\n\n\010_surnameB\014\n\n_telephoneB\r\n\013_fac_si" +
4890
+ "mileB\t\n\007_mobileB\021\n\017_street_addressB\007\n\005_c" +
4891
+ "ityB\n\n\010_countryB\r\n\013_departmentB\027\n\025_deliv" +
4892
+ "ery_office_nameB\027\n\025_country_abbreviation" +
4893
+ "B\016\n\014_postal_codeB\017\n\r_country_codeB\021\n\017_pr" +
4894
+ "incipal_nameB\010\n\006_titleB\013\n\t_divisionB\007\n\005_" +
4895
+ "infoB\r\n\013_home_phoneB\010\n\006_pagerB\013\n\t_ip_pho" +
4896
+ "neB\014\n\n_home_pageB\022\n\020_post_office_boxB\010\n\006" +
4897
+ "_stateB\017\n\r_profile_pathB\016\n\014_script_pathB" +
4898
+ "\021\n\017_home_directoryB\022\n\020_thumbnail_photoB\016" +
4899
+ "\n\014_employee_idB\022\n\020_employee_numberB\020\n\016_e" +
4900
+ "mployee_typeB\013\n\t_initialsB\016\n\014_middle_nam" +
4901
+ "eB\024\n\022_primary_group_oidB\016\n\014_manager_oidB" +
4902
+ "\016\n\014_manager_upn\"9\n\014DirectReport\022\023\n\013ad_us" +
4903
+ "er_key\030\001 \001(\t\022\024\n\014display_name\030\002 \001(\t\"\344\004\n\024A" +
4904
+ "ctiveDirectoryGroup\022G\n\tad_object\030\001 \001(\01324" +
4905
+ ".com.lansweeper.dp.outbound.v1.ActiveDir" +
4906
+ "ectoryObject\022L\n\tad_domain\030\r \001(\01324.com.la" +
4907
+ "nsweeper.dp.outbound.v1.ActiveDirectoryD" +
4908
+ "omainH\000\210\001\001\022\035\n\020sam_account_name\030\002 \001(\tH\001\210\001" +
4909
+ "\001\022\017\n\002cn\030\003 \001(\tH\002\210\001\001\022\017\n\002ou\030\004 \001(\tH\003\210\001\001\022\030\n\013d" +
4910
+ "escription\030\005 \001(\tH\004\210\001\001\022\024\n\007comment\030\006 \001(\tH\005" +
4911
+ "\210\001\001\022=\n\004type\030\014 \001(\0132*.com.lansweeper.dp.ou" +
4912
+ "tbound.v1.MappedValueH\006\210\001\001\022\022\n\005email\030\010 \001(" +
4913
+ "\tH\007\210\001\001\022 \n\023managed_by_user_oid\030\t \001(\tH\010\210\001\001" +
4914
+ "\022!\n\024managed_by_group_oid\030\n \001(\tH\t\210\001\001\022\025\n\rm" +
4915
+ "ember_of_oid\030\013 \003(\tB\014\n\n_ad_domainB\023\n\021_sam" +
4916
+ "_account_nameB\005\n\003_cnB\005\n\003_ouB\016\n\014_descript" +
4917
+ "ionB\n\n\010_commentB\007\n\005_typeB\010\n\006_emailB\026\n\024_m" +
4918
+ "anaged_by_user_oidB\027\n\025_managed_by_group_" +
4919
+ "oidJ\004\010\007\020\010\"\370\001\n\006Vmware\022C\n\004esxi\030\002 \001(\01323.com" +
4920
+ ".lansweeper.dp.outbound.v1.VmwareEsxiHyp" +
4921
+ "ervisorH\000\022D\n\010guest_vm\030\003 \001(\01320.com.lanswe" +
4922
+ "eper.dp.outbound.v1.VmwareEsxiGuestVmH\000\022" +
4923
+ "B\n\007vcenter\030\004 \001(\0132,.com.lansweeper.dp.out" +
4924
+ "bound.v1.VmwareVCenterH\001\210\001\001B\r\n\013vmware_da" +
4925
+ "taB\n\n\010_vcenterJ\004\010\001\020\002\"\274\002\n\rVmwareVCenter\022K" +
4926
+ "\n\014product_info\030\001 \001(\01320.com.lansweeper.dp" +
4927
+ ".outbound.v1.VmwareProductInfoH\000\210\001\001\022a\n\023v" +
4928
+ "center_datacenters\030\002 \003(\0132D.com.lansweepe" +
4929
+ "r.dp.outbound.v1.VmwareVCenter.VcenterDa" +
4930
+ "tacentersEntry\032j\n\027VcenterDatacentersEntr" +
4931
+ "y\022\013\n\003key\030\001 \001(\t\022>\n\005value\030\002 \001(\0132/.com.lans" +
4932
+ "weeper.dp.outbound.v1.VmwareDatacenter:\002" +
4933
+ "8\001B\017\n\r_product_info\"\236\014\n\024VmwareEsxiHyperv" +
4934
+ "isor\022K\n\014product_info\030\001 \001(\01320.com.lanswee" +
4935
+ "per.dp.outbound.v1.VmwareProductInfoH\000\210\001" +
4936
+ "\001\022\036\n\021vcenter_asset_key\030\002 \001(\tH\001\210\001\001\022#\n\026vmw" +
4937
+ "are_esxi_cluster_id\030\032 \001(\tH\002\210\001\001\022u\n\032esxi_h" +
4938
+ "ypervisor_datastores\030\003 \003(\0132Q.com.lanswee" +
4939
+ "per.dp.outbound.v1.VmwareEsxiHypervisor." +
4940
+ "EsxiHypervisorDatastoresEntry\022b\n\021esxi_gu" +
4941
+ "est_vm_key\030\004 \003(\0132G.com.lansweeper.dp.out" +
4942
+ "bound.v1.VmwareEsxiHypervisor.EsxiGuestV" +
4943
+ "mKeyEntry\022\024\n\007up_time\030\005 \001(\004H\003\210\001\001\0222\n\tboot_" +
4944
+ "time\030\021 \001(\0132\032.google.protobuf.TimestampH\004" +
4945
+ "\210\001\001\022+\n\036host_max_virtual_disk_capacity\030\006 " +
4946
+ "\001(\004H\005\210\001\001\022\035\n\020num_cpu_packages\030\007 \001(\rH\006\210\001\001\022" +
4947
+ "!\n\031cpu_packages_descriptions\030\010 \003(\t\022\025\n\010nu" +
4948
+ "m_nics\030\t \001(\rH\007\210\001\001\022\025\n\010num_hbas\030\n \001(\rH\010\210\001\001" +
4949
+ "\022\021\n\004uuid\030\013 \001(\tH\t\210\001\001\022\035\n\020connection_state\030" +
4950
+ "\014 \001(\tH\n\210\001\001\022\030\n\013power_state\030\r \001(\tH\013\210\001\001\022\032\n\r" +
4951
+ "datacenter_id\030\016 \001(\tH\014\210\001\001\022\031\n\014internal_key" +
4952
+ "\030\017 \001(\tH\r\210\001\001\022\033\n\016admin_disabled\030\020 \001(\010H\016\210\001\001" +
4953
+ "\022\027\n\nip_address\030\022 \001(\tH\017\210\001\001\022\021\n\004port\030\023 \001(\rH" +
4954
+ "\020\210\001\001\022\033\n\016ssl_thumbprint\030\024 \001(\tH\021\210\001\001\022!\n\024man" +
4955
+ "agement_server_ip\030\025 \001(\tH\022\210\001\001\022\024\n\007num_cpu\030" +
4956
+ "\026 \001(\rH\023\210\001\001\022!\n\024num_cores_per_socket\030\027 \001(\r" +
4957
+ "H\024\210\001\001\022\024\n\007version\030\030 \001(\tH\025\210\001\001\022\030\n\013memory_si" +
4958
+ "ze\030\031 \001(\004H\026\210\001\001\032o\n\035EsxiHypervisorDatastore" +
4959
+ "sEntry\022\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com" +
5006
4960
  ".lansweeper.dp.outbound.v1.VmwareDatasto" +
5007
- "reCluster:\0028\001\032a\n\017DatastoresEntry\022\013\n\003key\030" +
5008
- "\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lansweeper.dp" +
5009
- ".outbound.v1.VmwareDatastore:\0028\001B\007\n\005_nam" +
5010
- "e\"\364\005\n\013EsxiCluster\022\014\n\004uuid\030\016 \001(\t\022\026\n\016datac" +
5011
- "enter_key\030\001 \001(\t\022\031\n\021vcenter_asset_key\030\002 \001" +
5012
- "(\t\022\021\n\004name\030\003 \001(\tH\000\210\001\001\022\035\n\020total_number_cp" +
5013
- "u\030\004 \001(\rH\001\210\001\001\022\037\n\022total_memory_bytes\030\005 \001(\004" +
5014
- "H\002\210\001\001\022\037\n\022total_number_cores\030\006 \001(\rH\003\210\001\001\022!" +
5015
- "\n\024total_number_threads\030\007 \001(\rH\004\210\001\001\022\032\n\reff" +
5016
- "ective_cpu\030\010 \001(\rH\005\210\001\001\022#\n\026effective_memor" +
5017
- "y_bytes\030\t \001(\004H\006\210\001\001\022\030\n\013total_hosts\030\n \001(\rH" +
5018
- "\007\210\001\001\022\"\n\025total_effective_hosts\030\013 \001(\rH\010\210\001\001" +
5019
- "\022\023\n\006status\030\014 \001(\tH\t\210\001\001\022P\n\013hypervisors\030\r \003" +
5020
- "(\0132;.com.lansweeper.dp.outbound.v1.EsxiC" +
5021
- "luster.HypervisorsEntry\022\032\n\rparent_folder" +
5022
- "\030\017 \001(\tH\n\210\001\001\0322\n\020HypervisorsEntry\022\013\n\003key\030\001" +
5023
- " \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\007\n\005_nameB\023\n\021_tot" +
5024
- "al_number_cpuB\025\n\023_total_memory_bytesB\025\n\023" +
5025
- "_total_number_coresB\027\n\025_total_number_thr" +
5026
- "eadsB\020\n\016_effective_cpuB\031\n\027_effective_mem" +
5027
- "ory_bytesB\016\n\014_total_hostsB\030\n\026_total_effe" +
5028
- "ctive_hostsB\t\n\007_statusB\020\n\016_parent_folder" +
5029
- "\"\267\005\n\026VmwareDatastoreCluster\022\026\n\016datacente" +
5030
- "r_key\030\001 \001(\t\022\031\n\021vcenter_asset_key\030\002 \001(\t\022\031" +
5031
- "\n\014internal_key\030\003 \001(\tH\000\210\001\001\022\021\n\004name\030\004 \001(\tH" +
5032
- "\001\210\001\001\022\025\n\010capacity\030\t \001(\003H\002\210\001\001\022\027\n\nfree_spac" +
5033
- "e\030\n \001(\003H\003\210\001\001\022Y\n\ndatastores\030\005 \003(\0132E.com.l" +
4961
+ "re:\0028\001\0325\n\023EsxiGuestVmKeyEntry\022\013\n\003key\030\001 \001" +
4962
+ "(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\017\n\r_product_infoB\024" +
4963
+ "\n\022_vcenter_asset_keyB\031\n\027_vmware_esxi_clu" +
4964
+ "ster_idB\n\n\010_up_timeB\014\n\n_boot_timeB!\n\037_ho" +
4965
+ "st_max_virtual_disk_capacityB\023\n\021_num_cpu" +
4966
+ "_packagesB\013\n\t_num_nicsB\013\n\t_num_hbasB\007\n\005_" +
4967
+ "uuidB\023\n\021_connection_stateB\016\n\014_power_stat" +
4968
+ "eB\020\n\016_datacenter_idB\017\n\r_internal_keyB\021\n\017" +
4969
+ "_admin_disabledB\r\n\013_ip_addressB\007\n\005_portB" +
4970
+ "\021\n\017_ssl_thumbprintB\027\n\025_management_server" +
4971
+ "_ipB\n\n\010_num_cpuB\027\n\025_num_cores_per_socket" +
4972
+ "B\n\n\010_versionB\016\n\014_memory_size\"\262\t\n\021VmwareE" +
4973
+ "sxiGuestVm\022!\n\031esxi_hypervisor_asset_key\030" +
4974
+ "\001 \001(\t\022\024\n\014internal_key\030\024 \001(\t\022f\n\024esxi_gues" +
4975
+ "t_snapshots\030\002 \003(\0132H.com.lansweeper.dp.ou" +
4976
+ "tbound.v1.VmwareEsxiGuestVm.EsxiGuestSna" +
4977
+ "pshotsEntry\022\025\n\010guest_id\030\003 \001(\tH\000\210\001\001\022\034\n\017gu" +
4978
+ "est_full_name\030\004 \001(\tH\001\210\001\001\022\024\n\007version\030\005 \001(" +
4979
+ "\tH\002\210\001\001\022\021\n\004uuid\030\006 \001(\tH\003\210\001\001\022\032\n\rinstance_uu" +
4980
+ "id\030\007 \001(\tH\004\210\001\001\022\035\n\020unshared_storage\030\010 \001(\004H" +
4981
+ "\005\210\001\001\022\032\n\rrunning_state\030\t \001(\tH\006\210\001\001\022\032\n\rtool" +
4982
+ "s_version\030\n \001(\tH\007\210\001\001\022\031\n\014tools_status\030\013 \001" +
4983
+ "(\tH\010\210\001\001\022!\n\024tools_running_status\030\014 \001(\tH\t\210" +
4984
+ "\001\001\022!\n\024tools_version_status\030\r \001(\tH\n\210\001\001\022\024\n" +
4985
+ "\007num_cpu\030\016 \001(\rH\013\210\001\001\022\037\n\022num_ethernet_card" +
4986
+ "s\030\017 \001(\rH\014\210\001\001\022\036\n\021num_virtual_disks\030\020 \001(\rH" +
4987
+ "\r\210\001\001\0222\n\tboot_time\030\021 \001(\0132\032.google.protobu" +
4988
+ "f.TimestampH\016\210\001\001\022\030\n\013domain_name\030\022 \001(\tH\017\210" +
4989
+ "\001\001\022\030\n\013config_name\030\023 \001(\tH\020\210\001\001\022\033\n\016memory_s" +
4990
+ "ize_mb\030\025 \001(\001H\021\210\001\001\022\'\n\032vcenter_instance_re" +
4991
+ "ference\030\026 \001(\tH\022\210\001\001\032h\n\027EsxiGuestSnapshots" +
4992
+ "Entry\022\013\n\003key\030\001 \001(\t\022<\n\005value\030\002 \001(\0132-.com." +
4993
+ "lansweeper.dp.outbound.v1.VmwareSnapshot" +
4994
+ ":\0028\001B\013\n\t_guest_idB\022\n\020_guest_full_nameB\n\n" +
4995
+ "\010_versionB\007\n\005_uuidB\020\n\016_instance_uuidB\023\n\021" +
4996
+ "_unshared_storageB\020\n\016_running_stateB\020\n\016_" +
4997
+ "tools_versionB\017\n\r_tools_statusB\027\n\025_tools" +
4998
+ "_running_statusB\027\n\025_tools_version_status" +
4999
+ "B\n\n\010_num_cpuB\025\n\023_num_ethernet_cardsB\024\n\022_" +
5000
+ "num_virtual_disksB\014\n\n_boot_timeB\016\n\014_doma" +
5001
+ "in_nameB\016\n\014_config_nameB\021\n\017_memory_size_" +
5002
+ "mbB\035\n\033_vcenter_instance_reference\"\363\005\n\021Vm" +
5003
+ "wareProductInfo\022\024\n\014internal_key\030\001 \001(\t\022\021\n" +
5004
+ "\004uuid\030\002 \001(\tH\000\210\001\001\022\032\n\rparent_folder\030\003 \001(\tH" +
5005
+ "\001\210\001\001\022\"\n\025num_host_bus_adapters\030\004 \001(\rH\002\210\001\001" +
5006
+ "\022(\n\033num_network_interface_cards\030\005 \001(\rH\003\210" +
5007
+ "\001\001\022\021\n\004name\030\006 \001(\tH\004\210\001\001\022\025\n\010api_type\030\007 \001(\tH" +
5008
+ "\005\210\001\001\022\030\n\013api_version\030\010 \001(\tH\006\210\001\001\022\022\n\005build\030" +
5009
+ "\t \001(\tH\007\210\001\001\022!\n\024license_product_name\030\n \001(\t" +
5010
+ "H\010\210\001\001\022$\n\027license_product_version\030\013 \001(\tH\t" +
5011
+ "\210\001\001\022\031\n\014locale_build\030\014 \001(\tH\n\210\001\001\022\033\n\016locale" +
5012
+ "_version\030\r \001(\tH\013\210\001\001\022\024\n\007os_type\030\016 \001(\tH\014\210\001" +
5013
+ "\001\022\034\n\017product_line_id\030\017 \001(\tH\r\210\001\001\022\023\n\006vendo" +
5014
+ "r\030\020 \001(\tH\016\210\001\001\022\024\n\007version\030\021 \001(\tH\017\210\001\001B\007\n\005_u" +
5015
+ "uidB\020\n\016_parent_folderB\030\n\026_num_host_bus_a" +
5016
+ "daptersB\036\n\034_num_network_interface_cardsB" +
5017
+ "\007\n\005_nameB\013\n\t_api_typeB\016\n\014_api_versionB\010\n" +
5018
+ "\006_buildB\027\n\025_license_product_nameB\032\n\030_lic" +
5019
+ "ense_product_versionB\017\n\r_locale_buildB\021\n" +
5020
+ "\017_locale_versionB\n\n\010_os_typeB\022\n\020_product" +
5021
+ "_line_idB\t\n\007_vendorB\n\n\010_version\"\263\006\n\020Vmwa" +
5022
+ "reDatacenter\022\014\n\004uuid\030\001 \001(\t\022\031\n\021vcenter_as" +
5023
+ "set_key\030\002 \001(\t\022\024\n\014internal_key\030\003 \001(\t\022\021\n\004n" +
5024
+ "ame\030\004 \001(\tH\000\210\001\001\022O\n\010clusters\030\005 \003(\0132=.com.l" +
5025
+ "answeeper.dp.outbound.v1.VmwareDatacente" +
5026
+ "r.ClustersEntry\022U\n\013hypervisors\030\006 \003(\0132@.c" +
5027
+ "om.lansweeper.dp.outbound.v1.VmwareDatac" +
5028
+ "enter.HypervisorsEntry\022b\n\022datastore_clus" +
5029
+ "ters\030\007 \003(\0132F.com.lansweeper.dp.outbound." +
5030
+ "v1.VmwareDatacenter.DatastoreClustersEnt" +
5031
+ "ry\022S\n\ndatastores\030\010 \003(\0132?.com.lansweeper." +
5032
+ "dp.outbound.v1.VmwareDatacenter.Datastor" +
5033
+ "esEntry\032[\n\rClustersEntry\022\013\n\003key\030\001 \001(\t\0229\n" +
5034
+ "\005value\030\002 \001(\0132*.com.lansweeper.dp.outboun" +
5035
+ "d.v1.EsxiCluster:\0028\001\0322\n\020HypervisorsEntry" +
5036
+ "\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032o\n\026Data" +
5037
+ "storeClustersEntry\022\013\n\003key\030\001 \001(\t\022D\n\005value" +
5038
+ "\030\002 \001(\01325.com.lansweeper.dp.outbound.v1.V" +
5039
+ "mwareDatastoreCluster:\0028\001\032a\n\017DatastoresE" +
5040
+ "ntry\022\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.l" +
5034
5041
  "answeeper.dp.outbound.v1.VmwareDatastore" +
5035
- "Cluster.DatastoresEntry\022S\n\013storage_drs\030\006" +
5036
- " \001(\01329.com.lansweeper.dp.outbound.v1.Dat" +
5037
- "astoreClusterStorageDrsH\004\210\001\001\022\\\n\023drs_pod_" +
5038
- "config_rule\030\007 \003(\0132?.com.lansweeper.dp.ou" +
5039
- "tbound.v1.DatastoreClusterDrsPodConfigRu" +
5040
- "le\022U\n\017drs_vm_override\030\010 \003(\0132<.com.lanswe" +
5041
- "eper.dp.outbound.v1.DatastoreClusterDrsV" +
5042
- "mOverride\032a\n\017DatastoresEntry\022\013\n\003key\030\001 \001(" +
5043
- "\t\022=\n\005value\030\002 \001(\0132..com.lansweeper.dp.out" +
5044
- "bound.v1.VmwareDatastore:\0028\001B\017\n\r_interna" +
5045
- "l_keyB\007\n\005_nameB\013\n\t_capacityB\r\n\013_free_spa" +
5046
- "ceB\016\n\014_storage_drs\"\262\004\n\032DatastoreClusterS" +
5047
- "torageDrs\022\017\n\007enabled\030\001 \001(\010\022\037\n\027io_load_ba" +
5048
- "lance_enabled\030\002 \001(\010\022!\n\024default_vm_behavi" +
5049
- "our\030\003 \001(\tH\000\210\001\001\022\"\n\025load_balance_interval\030" +
5050
- "\004 \001(\005H\001\210\001\001\022&\n\031default_intra_vm_affinity\030" +
5051
- "\005 \001(\010H\002\210\001\001\022(\n\033space_utilization_threshol" +
5052
- "d\030\006 \001(\005H\003\210\001\001\022-\n min_space_utilization_di" +
5053
- "fference\030\007 \001(\005H\004\210\001\001\022!\n\024io_latency_thresh" +
5054
- "old\030\010 \001(\005H\005\210\001\001\022(\n\033io_load_imbalance_thre" +
5055
- "shold\030\t \001(\005H\006\210\001\001B\027\n\025_default_vm_behaviou" +
5056
- "rB\030\n\026_load_balance_intervalB\034\n\032_default_" +
5057
- "intra_vm_affinityB\036\n\034_space_utilization_" +
5058
- "thresholdB#\n!_min_space_utilization_diff" +
5059
- "erenceB\027\n\025_io_latency_thresholdB\036\n\034_io_l" +
5060
- "oad_imbalance_threshold\"|\n DatastoreClus" +
5061
- "terDrsPodConfigRule\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\024" +
5062
- "\n\007enabled\030\002 \001(\010H\001\210\001\001\022\021\n\004type\030\003 \001(\005H\002\210\001\001B" +
5063
- "\007\n\005_nameB\n\n\010_enabledB\007\n\005_type\"\335\001\n\035Datast" +
5064
- "oreClusterDrsVmOverride\022\024\n\007enabled\030\001 \001(\010" +
5065
- "H\000\210\001\001\022\026\n\tbehaviour\030\002 \001(\tH\001\210\001\001\022\036\n\021intra_v" +
5066
- "m_affinity\030\003 \001(\010H\002\210\001\001\022#\n\026intra_vm_anti_a" +
5067
- "ffinity\030\004 \001(\tH\003\210\001\001B\n\n\010_enabledB\014\n\n_behav" +
5068
- "iourB\024\n\022_intra_vm_affinityB\031\n\027_intra_vm_" +
5069
- "anti_affinity\"\356\007\n\017VmwareDatastore\022\014\n\004uui" +
5070
- "d\030\001 \001(\t\022\031\n\014internal_key\030\002 \001(\tH\000\210\001\001\022\032\n\rda" +
5071
- "tacenter_id\030\003 \001(\tH\001\210\001\001\022!\n\024datastore_clus" +
5072
- "ter_id\030\004 \001(\tH\002\210\001\001\022\037\n\022esxi_hypervisor_id\030" +
5073
- "\021 \001(\tH\003\210\001\001\022H\n\005disks\030\005 \003(\01329.com.lansweep" +
5074
- "er.dp.outbound.v1.VmwareDatastore.DisksE" +
5075
- "ntry\022\030\n\013uncommitted\030\006 \001(\004H\004\210\001\001\022\027\n\naccess" +
5076
- "ible\030\007 \001(\010H\005\210\001\001\022!\n\024multiple_host_access\030" +
5077
- "\010 \001(\010H\006\210\001\001\022\021\n\004type\030\t \001(\tH\007\210\001\001\022\035\n\020mainten" +
5078
- "ance_mode\030\n \001(\tH\010\210\001\001\022\'\n\032max_physical_rdm" +
5079
- "_file_size\030\013 \001(\004H\t\210\001\001\022&\n\031max_virtual_rdm" +
5080
- "_file_size\030\014 \001(\004H\n\210\001\001\022\032\n\rmax_file_size\030\r" +
5081
- " \001(\004H\013\210\001\001\022&\n\031max_virtual_disk_capacity\030\016" +
5082
- " \001(\004H\014\210\001\001\022!\n\024max_memory_file_size\030\017 \001(\004H" +
5083
- "\r\210\001\001\0222\n\ttimestamp\030\020 \001(\0132\032.google.protobu" +
5084
- "f.TimestampH\016\210\001\001\032W\n\nDisksEntry\022\013\n\003key\030\001 " +
5085
- "\001(\t\0228\n\005value\030\002 \001(\0132).com.lansweeper.dp.o" +
5086
- "utbound.v1.VmwareDisk:\0028\001B\017\n\r_internal_k" +
5087
- "eyB\020\n\016_datacenter_idB\027\n\025_datastore_clust" +
5088
- "er_idB\025\n\023_esxi_hypervisor_idB\016\n\014_uncommi" +
5089
- "ttedB\r\n\013_accessibleB\027\n\025_multiple_host_ac" +
5090
- "cessB\007\n\005_typeB\023\n\021_maintenance_modeB\035\n\033_m" +
5091
- "ax_physical_rdm_file_sizeB\034\n\032_max_virtua" +
5092
- "l_rdm_file_sizeB\020\n\016_max_file_sizeB\034\n\032_ma" +
5093
- "x_virtual_disk_capacityB\027\n\025_max_memory_f" +
5094
- "ile_sizeB\014\n\n_timestamp\"\206\001\n\nVmwareDisk\022\014\n" +
5095
- "\004name\030\001 \001(\t\022\020\n\003url\030\002 \001(\tH\000\210\001\001\022\030\n\013total_s" +
5096
- "pace\030\003 \001(\004H\001\210\001\001\022\027\n\nfree_space\030\004 \001(\004H\002\210\001\001" +
5097
- "B\006\n\004_urlB\016\n\014_total_spaceB\r\n\013_free_space\"" +
5098
- "s\n\016VmwareSnapshot\022\024\n\014internal_key\030\001 \001(\t\022" +
5099
- "\021\n\004name\030\002 \001(\tH\000\210\001\001\022/\n\013create_time\030\003 \001(\0132" +
5100
- "\032.google.protobuf.TimestampB\007\n\005_name\"\337\001\n" +
5101
- "\006Citrix\022@\n\013citrix_pool\030\001 \001(\0132).com.lansw" +
5102
- "eeper.dp.outbound.v1.CitrixPoolH\000\022@\n\013cit" +
5103
- "rix_host\030\002 \001(\0132).com.lansweeper.dp.outbo" +
5104
- "und.v1.CitrixHostH\000\022B\n\014citrix_guest\030\003 \001(" +
5105
- "\0132*.com.lansweeper.dp.outbound.v1.Citrix" +
5106
- "GuestH\000B\r\n\013citrix_data\"\247\r\n\nCitrixPool\022\021\n" +
5107
- "\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210" +
5108
- "\001\001\022\025\n\010redo_log\030\003 \001(\010H\002\210\001\001\022\021\n\004tags\030\004 \001(\tH" +
5109
- "\003\210\001\001\022 \n\023v_switch_controller\030\005 \001(\tH\004\210\001\001\022\036" +
5110
- "\n\021high_availability\030\006 \001(\010H\005\210\001\001\022/\n\"high_a" +
5111
- "vailability_allow_overcommit\030\007 \001(\010H\006\210\001\001\022" +
5112
- ",\n\037high_availability_overcommitted\030\010 \001(\010" +
5113
- "H\007\210\001\001\0228\n+high_availability_host_failures" +
5114
- "_to_tolerate\030\t \001(\003H\010\210\001\001\022.\n!high_availabi" +
5115
- "lity_plan_exists_for\030\n \001(\003H\t\210\001\001\022\037\n\022workl" +
5116
- "oad_balancing\030\013 \001(\010H\n\210\001\001\022#\n\026workload_bal" +
5117
- "ancing_url\030\014 \001(\tH\013\210\001\001\022(\n\033workload_balanc" +
5118
- "ing_username\030\r \001(\tH\014\210\001\001\022+\n\036workload_bala" +
5119
- "ncing_verify_cert\030\016 \001(\010H\r\210\001\001\022\035\n\020master_h" +
5120
- "ost_uuid\030\017 \001(\tH\016\210\001\001\022#\n\026crash_dump_storag" +
5121
- "e_ref\030\020 \001(\tH\017\210\001\001\022&\n\031suspend_image_storag" +
5122
- "e_ref\030\021 \001(\tH\020\210\001\001\022B\n\nappliances\030\022 \003(\0132..c" +
5123
- "om.lansweeper.dp.outbound.v1.CitrixAppli" +
5124
- "ance\022B\n\010networks\030\023 \003(\01320.com.lansweeper." +
5125
- "dp.outbound.v1.NetworkInterfaces\022Y\n\024othe" +
5126
- "r_configurations\030\024 \003(\0132;.com.lansweeper." +
5127
- "dp.outbound.v1.CitrixPoolOtherConfigurat" +
5128
- "ion\022?\n\007patches\030\025 \003(\0132..com.lansweeper.dp" +
5129
- ".outbound.v1.CitrixPoolPatch\022J\n\014restrict" +
5130
- "ions\030\026 \003(\01324.com.lansweeper.dp.outbound." +
5131
- "v1.CitrixPoolRestriction\022\025\n\rtemplate_nam" +
5132
- "e\030\027 \003(\t\022S\n\023physical_interfaces\030\030 \003(\01326.c" +
5133
- "om.lansweeper.dp.outbound.v1.CitrixPhysi" +
5134
- "calInterface\022Q\n\022virtual_interfaces\030\031 \003(\013" +
5135
- "25.com.lansweeper.dp.outbound.v1.CitrixV" +
5136
- "irtualInterface\022>\n\013citrix_user\030\032 \003(\0132).c" +
5137
- "om.lansweeper.dp.outbound.v1.CitrixUserB" +
5138
- "\007\n\005_nameB\016\n\014_descriptionB\013\n\t_redo_logB\007\n" +
5139
- "\005_tagsB\026\n\024_v_switch_controllerB\024\n\022_high_" +
5140
- "availabilityB%\n#_high_availability_allow" +
5141
- "_overcommitB\"\n _high_availability_overco" +
5142
- "mmittedB.\n,_high_availability_host_failu" +
5143
- "res_to_tolerateB$\n\"_high_availability_pl" +
5144
- "an_exists_forB\025\n\023_workload_balancingB\031\n\027" +
5145
- "_workload_balancing_urlB\036\n\034_workload_bal" +
5146
- "ancing_usernameB!\n\037_workload_balancing_v" +
5147
- "erify_certB\023\n\021_master_host_uuidB\031\n\027_cras" +
5148
- "h_dump_storage_refB\034\n\032_suspend_image_sto" +
5149
- "rage_ref\"P\n\nCitrixUser\022\021\n\004name\030\001 \001(\tH\000\210\001" +
5150
- "\001\022\027\n\nshort_name\030\002 \001(\tH\001\210\001\001B\007\n\005_nameB\r\n\013_" +
5151
- "short_name\"W\n\017CitrixAppliance\022\021\n\004name\030\001 " +
5152
- "\001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001B\007\n\005_n" +
5153
- "ameB\016\n\014_description\"\210\001\n\034CitrixPoolOtherC" +
5154
- "onfiguration\022\020\n\003key\030\001 \001(\tH\000\210\001\001\022\022\n\005value\030" +
5155
- "\002 \001(\tH\001\210\001\001\022\034\n\017is_custom_field\030\003 \001(\010H\002\210\001\001" +
5156
- "B\006\n\004_keyB\010\n\006_valueB\022\n\020_is_custom_field\"O" +
5157
- "\n\025CitrixPoolRestriction\022\020\n\003key\030\001 \001(\tH\000\210\001" +
5158
- "\001\022\022\n\005value\030\002 \001(\tH\001\210\001\001B\006\n\004_keyB\010\n\006_value\"" +
5159
- "\363\001\n\017CitrixPoolPatch\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030" +
5160
- "\n\013description\030\002 \001(\tH\001\210\001\001\022\021\n\004size\030\003 \001(\003H\002" +
5161
- "\210\001\001\022\024\n\007version\030\004 \001(\tH\003\210\001\001\022!\n\024after_apply" +
5162
- "_guidance\030\005 \001(\tH\004\210\001\001\022\024\n\007applied\030\006 \001(\010H\005\210" +
5163
- "\001\001B\007\n\005_nameB\016\n\014_descriptionB\007\n\005_sizeB\n\n\010" +
5164
- "_versionB\027\n\025_after_apply_guidanceB\n\n\010_ap" +
5165
- "plied\"\305\014\n\nCitrixHost\022\025\n\010hostname\030\001 \001(\tH\000" +
5166
- "\210\001\001\022\021\n\004name\030\002 \001(\tH\001\210\001\001\022\030\n\013description\030\003 " +
5167
- "\001(\tH\002\210\001\001\022\026\n\tis_master\030\004 \001(\010H\003\210\001\001\022\024\n\007addr" +
5168
- "ess\030\005 \001(\tH\004\210\001\001\022\024\n\007edition\030\006 \001(\tH\005\210\001\001\022\024\n\007" +
5169
- "enabled\030\007 \001(\010H\006\210\001\001\0221\n$external_authentic" +
5170
- "ation_service_name\030\010 \001(\tH\007\210\001\001\022)\n\034externa" +
5171
- "l_authentication_type\030\t \001(\tH\010\210\001\001\022\034\n\017memo" +
5172
- "ry_overhead\030\n \001(\003H\t\210\001\001\022\032\n\rpower_on_mode\030" +
5173
- "\013 \001(\tH\n\210\001\001\022\035\n\020scheduler_policy\030\014 \001(\tH\013\210\001" +
5174
- "\001\022\021\n\004tags\030\r \001(\tH\014\210\001\001\022\024\n\007display\030\016 \001(\tH\r\210" +
5175
- "\001\001\0225\n\014last_updated\030\017 \001(\0132\032.google.protob" +
5176
- "uf.TimestampH\016\210\001\001\022\021\n\004live\030\020 \001(\010H\017\210\001\001\022\030\n\013" +
5177
- "memory_free\030\021 \001(\003H\020\210\001\001\022\031\n\014memory_total\030\022" +
5178
- " \001(\003H\021\210\001\001\022\026\n\thost_uuid\030\023 \001(\tH\022\210\001\001\022#\n\026cra" +
5179
- "sh_dump_storage_ref\030\024 \001(\tH\023\210\001\001\022$\n\027local_" +
5180
- "cache_storage_ref\030\025 \001(\tH\024\210\001\001\022&\n\031suspend_" +
5181
- "image_storage_ref\030\026 \001(\tH\025\210\001\001\022>\n\010storages" +
5182
- "\030\027 \003(\0132,.com.lansweeper.dp.outbound.v1.C" +
5183
- "itrixStorage\022S\n\023physical_interfaces\030\030 \003(" +
5184
- "\01326.com.lansweeper.dp.outbound.v1.Citrix" +
5185
- "PhysicalInterface\0226\n\004pcis\030\031 \003(\0132(.com.la" +
5186
- "nsweeper.dp.outbound.v1.CitrixPci\022G\n\013ext" +
5187
- "ra_infos\030\032 \003(\01322.com.lansweeper.dp.outbo" +
5188
- "und.v1.CitrixHostExtraInfo\022?\n\007patches\030\033 " +
5189
- "\003(\0132..com.lansweeper.dp.outbound.v1.Citr" +
5190
- "ixHostPatch\022K\n\rphysical_cpus\030\034 \003(\01324.com" +
5191
- ".lansweeper.dp.outbound.v1.CitrixHostPhy" +
5192
- "sicalCpu\022G\n\013crash_dumps\030\035 \003(\01322.com.lans" +
5193
- "weeper.dp.outbound.v1.CitrixHostCrashDum" +
5194
- "p\022\030\n\020citrix_pool_uuid\030\036 \001(\t\022\030\n\020guest_ass" +
5195
- "et_refs\030\037 \003(\tB\013\n\t_hostnameB\007\n\005_nameB\016\n\014_" +
5196
- "descriptionB\014\n\n_is_masterB\n\n\010_addressB\n\n" +
5197
- "\010_editionB\n\n\010_enabledB\'\n%_external_authe" +
5198
- "ntication_service_nameB\037\n\035_external_auth" +
5199
- "entication_typeB\022\n\020_memory_overheadB\020\n\016_" +
5200
- "power_on_modeB\023\n\021_scheduler_policyB\007\n\005_t" +
5201
- "agsB\n\n\010_displayB\017\n\r_last_updatedB\007\n\005_liv" +
5202
- "eB\016\n\014_memory_freeB\017\n\r_memory_totalB\014\n\n_h" +
5203
- "ost_uuidB\031\n\027_crash_dump_storage_refB\032\n\030_" +
5204
- "local_cache_storage_refB\034\n\032_suspend_imag" +
5205
- "e_storage_ref\"s\n\023CitrixHostCrashDump\022\021\n\004" +
5206
- "size\030\001 \001(\003H\000\210\001\001\0222\n\ttimestamp\030\002 \001(\0132\032.goo" +
5207
- "gle.protobuf.TimestampH\001\210\001\001B\007\n\005_sizeB\014\n\n" +
5208
- "_timestamp\"\321\002\n\025CitrixHostPhysicalCpu\022\023\n\006" +
5209
- "family\030\001 \001(\003H\000\210\001\001\022\025\n\010features\030\002 \001(\tH\001\210\001\001" +
5210
- "\022\022\n\005flags\030\003 \001(\tH\002\210\001\001\022\022\n\005model\030\004 \001(\003H\003\210\001\001" +
5211
- "\022\027\n\nmodel_name\030\005 \001(\tH\004\210\001\001\022\033\n\016number_of_c",
5212
- "pus\030\006 \001(\003H\005\210\001\001\022\022\n\005speed\030\007 \001(\003H\006\210\001\001\022\025\n\010st" +
5213
- "epping\030\010 \001(\tH\007\210\001\001\022\023\n\006vendor\030\t \001(\tH\010\210\001\001B\t" +
5214
- "\n\007_familyB\013\n\t_featuresB\010\n\006_flagsB\010\n\006_mod" +
5215
- "elB\r\n\013_model_nameB\021\n\017_number_of_cpusB\010\n\006" +
5216
- "_speedB\013\n\t_steppingB\t\n\007_vendor\"\323\001\n\017Citri" +
5217
- "xHostPatch\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013descrip" +
5218
- "tion\030\002 \001(\tH\001\210\001\001\022\021\n\004size\030\003 \001(\003H\002\210\001\001\0220\n\007ap" +
5219
- "plied\030\004 \001(\0132\032.google.protobuf.TimestampH" +
5220
- "\003\210\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\007\n\005_nameB\016\n\014_" +
5221
- "descriptionB\007\n\005_sizeB\n\n\010_appliedB\n\n\010_ver" +
5222
- "sion\"\353\005\n\rCitrixStorage\022\021\n\004name\030\001 \001(\tH\000\210\001" +
5223
- "\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\032\n\rphysical_" +
5224
- "size\030\003 \001(\003H\002\210\001\001\022!\n\024physical_utilization\030" +
5225
- "\004 \001(\003H\003\210\001\001\022\021\n\004type\030\005 \001(\tH\004\210\001\001\022\031\n\014content" +
5226
- "_type\030\006 \001(\tH\005\210\001\001\022\026\n\tclustered\030\007 \001(\010H\006\210\001\001" +
5227
- "\022\035\n\020is_tools_storage\030\010 \001(\010H\007\210\001\001\022\030\n\013local" +
5228
- "_cache\030\t \001(\010H\010\210\001\001\022\023\n\006shared\030\n \001(\010H\t\210\001\001\022\021" +
5229
- "\n\004tags\030\013 \001(\tH\n\210\001\001\022\037\n\022virtual_allocation\030" +
5230
- "\014 \001(\003H\013\210\001\001\022\022\n\nhost_uuids\030\r \003(\t\022\030\n\013storag" +
5231
- "e_ref\030\016 \001(\tH\014\210\001\001\022X\n\026physical_block_devic" +
5232
- "es\030\017 \003(\01328.com.lansweeper.dp.outbound.v1" +
5233
- ".CitrixPhysicalBlockDevice\022R\n\023virtual_di" +
5234
- "sk_images\030\020 \003(\01325.com.lansweeper.dp.outb" +
5235
- "ound.v1.CitrixVirtualDiskImageB\007\n\005_nameB" +
5236
- "\016\n\014_descriptionB\020\n\016_physical_sizeB\027\n\025_ph" +
5237
- "ysical_utilizationB\007\n\005_typeB\017\n\r_content_" +
5238
- "typeB\014\n\n_clusteredB\023\n\021_is_tools_storageB" +
5239
- "\016\n\014_local_cacheB\t\n\007_sharedB\007\n\005_tagsB\025\n\023_" +
5240
- "virtual_allocationB\016\n\014_storage_ref\"\331\001\n\031C" +
5241
- "itrixPhysicalBlockDevice\022\037\n\022currently_at" +
5242
- "tached\030\001 \001(\010H\000\210\001\001\022\025\n\010location\030\002 \001(\tH\001\210\001\001" +
5243
- "\022\025\n\010username\030\003 \001(\tH\002\210\001\001\022\021\n\004type\030\004 \001(\tH\003\210" +
5244
- "\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\025\n\023_currently_a" +
5245
- "ttachedB\013\n\t_locationB\013\n\t_usernameB\007\n\005_ty" +
5246
- "peB\n\n\010_version\"\326\005\n\026CitrixVirtualDiskImag" +
5042
+ ":\0028\001B\007\n\005_name\"\364\005\n\013EsxiCluster\022\014\n\004uuid\030\016 " +
5043
+ "\001(\t\022\026\n\016datacenter_key\030\001 \001(\t\022\031\n\021vcenter_a" +
5044
+ "sset_key\030\002 \001(\t\022\021\n\004name\030\003 \001(\tH\000\210\001\001\022\035\n\020tot" +
5045
+ "al_number_cpu\030\004 \001(\rH\001\210\001\001\022\037\n\022total_memory" +
5046
+ "_bytes\030\005 \001(\004H\002\210\001\001\022\037\n\022total_number_cores\030" +
5047
+ "\006 \001(\rH\003\210\001\001\022!\n\024total_number_threads\030\007 \001(\r" +
5048
+ "H\004\210\001\001\022\032\n\reffective_cpu\030\010 \001(\rH\005\210\001\001\022#\n\026eff" +
5049
+ "ective_memory_bytes\030\t \001(\004H\006\210\001\001\022\030\n\013total_" +
5050
+ "hosts\030\n \001(\rH\007\210\001\001\022\"\n\025total_effective_host" +
5051
+ "s\030\013 \001(\rH\010\210\001\001\022\023\n\006status\030\014 \001(\tH\t\210\001\001\022P\n\013hyp" +
5052
+ "ervisors\030\r \003(\0132;.com.lansweeper.dp.outbo" +
5053
+ "und.v1.EsxiCluster.HypervisorsEntry\022\032\n\rp" +
5054
+ "arent_folder\030\017 \001(\tH\n\210\001\001\0322\n\020HypervisorsEn" +
5055
+ "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\007\n\005_" +
5056
+ "nameB\023\n\021_total_number_cpuB\025\n\023_total_memo" +
5057
+ "ry_bytesB\025\n\023_total_number_coresB\027\n\025_tota" +
5058
+ "l_number_threadsB\020\n\016_effective_cpuB\031\n\027_e" +
5059
+ "ffective_memory_bytesB\016\n\014_total_hostsB\030\n" +
5060
+ "\026_total_effective_hostsB\t\n\007_statusB\020\n\016_p" +
5061
+ "arent_folder\"\267\005\n\026VmwareDatastoreCluster\022" +
5062
+ "\026\n\016datacenter_key\030\001 \001(\t\022\031\n\021vcenter_asset" +
5063
+ "_key\030\002 \001(\t\022\031\n\014internal_key\030\003 \001(\tH\000\210\001\001\022\021\n" +
5064
+ "\004name\030\004 \001(\tH\001\210\001\001\022\025\n\010capacity\030\t \001(\003H\002\210\001\001\022" +
5065
+ "\027\n\nfree_space\030\n \001(\003H\003\210\001\001\022Y\n\ndatastores\030\005" +
5066
+ " \003(\0132E.com.lansweeper.dp.outbound.v1.Vmw" +
5067
+ "areDatastoreCluster.DatastoresEntry\022S\n\013s" +
5068
+ "torage_drs\030\006 \001(\01329.com.lansweeper.dp.out" +
5069
+ "bound.v1.DatastoreClusterStorageDrsH\004\210\001\001" +
5070
+ "\022\\\n\023drs_pod_config_rule\030\007 \003(\0132?.com.lans" +
5071
+ "weeper.dp.outbound.v1.DatastoreClusterDr" +
5072
+ "sPodConfigRule\022U\n\017drs_vm_override\030\010 \003(\0132" +
5073
+ "<.com.lansweeper.dp.outbound.v1.Datastor" +
5074
+ "eClusterDrsVmOverride\032a\n\017DatastoresEntry" +
5075
+ "\022\013\n\003key\030\001 \001(\t\022=\n\005value\030\002 \001(\0132..com.lansw" +
5076
+ "eeper.dp.outbound.v1.VmwareDatastore:\0028\001" +
5077
+ "B\017\n\r_internal_keyB\007\n\005_nameB\013\n\t_capacityB" +
5078
+ "\r\n\013_free_spaceB\016\n\014_storage_drs\"\262\004\n\032Datas" +
5079
+ "toreClusterStorageDrs\022\017\n\007enabled\030\001 \001(\010\022\037" +
5080
+ "\n\027io_load_balance_enabled\030\002 \001(\010\022!\n\024defau" +
5081
+ "lt_vm_behaviour\030\003 \001(\tH\000\210\001\001\022\"\n\025load_balan" +
5082
+ "ce_interval\030\004 \001(\005H\001\210\001\001\022&\n\031default_intra_" +
5083
+ "vm_affinity\030\005 \001(\010H\002\210\001\001\022(\n\033space_utilizat" +
5084
+ "ion_threshold\030\006 \001(\005H\003\210\001\001\022-\n min_space_ut" +
5085
+ "ilization_difference\030\007 \001(\005H\004\210\001\001\022!\n\024io_la" +
5086
+ "tency_threshold\030\010 \001(\005H\005\210\001\001\022(\n\033io_load_im" +
5087
+ "balance_threshold\030\t \001(\005H\006\210\001\001B\027\n\025_default" +
5088
+ "_vm_behaviourB\030\n\026_load_balance_intervalB" +
5089
+ "\034\n\032_default_intra_vm_affinityB\036\n\034_space_" +
5090
+ "utilization_thresholdB#\n!_min_space_util" +
5091
+ "ization_differenceB\027\n\025_io_latency_thresh" +
5092
+ "oldB\036\n\034_io_load_imbalance_threshold\"|\n D" +
5093
+ "atastoreClusterDrsPodConfigRule\022\021\n\004name\030" +
5094
+ "\001 \001(\tH\000\210\001\001\022\024\n\007enabled\030\002 \001(\010H\001\210\001\001\022\021\n\004type" +
5095
+ "\030\003 \001(\005H\002\210\001\001B\007\n\005_nameB\n\n\010_enabledB\007\n\005_typ" +
5096
+ "e\"\335\001\n\035DatastoreClusterDrsVmOverride\022\024\n\007e" +
5097
+ "nabled\030\001 \001(\010H\000\210\001\001\022\026\n\tbehaviour\030\002 \001(\tH\001\210\001" +
5098
+ "\001\022\036\n\021intra_vm_affinity\030\003 \001(\010H\002\210\001\001\022#\n\026int" +
5099
+ "ra_vm_anti_affinity\030\004 \001(\tH\003\210\001\001B\n\n\010_enabl" +
5100
+ "edB\014\n\n_behaviourB\024\n\022_intra_vm_affinityB\031" +
5101
+ "\n\027_intra_vm_anti_affinity\"\356\007\n\017VmwareData" +
5102
+ "store\022\014\n\004uuid\030\001 \001(\t\022\031\n\014internal_key\030\002 \001(" +
5103
+ "\tH\000\210\001\001\022\032\n\rdatacenter_id\030\003 \001(\tH\001\210\001\001\022!\n\024da" +
5104
+ "tastore_cluster_id\030\004 \001(\tH\002\210\001\001\022\037\n\022esxi_hy" +
5105
+ "pervisor_id\030\021 \001(\tH\003\210\001\001\022H\n\005disks\030\005 \003(\01329." +
5106
+ "com.lansweeper.dp.outbound.v1.VmwareData" +
5107
+ "store.DisksEntry\022\030\n\013uncommitted\030\006 \001(\004H\004\210" +
5108
+ "\001\001\022\027\n\naccessible\030\007 \001(\010H\005\210\001\001\022!\n\024multiple_" +
5109
+ "host_access\030\010 \001(\010H\006\210\001\001\022\021\n\004type\030\t \001(\tH\007\210\001" +
5110
+ "\001\022\035\n\020maintenance_mode\030\n \001(\tH\010\210\001\001\022\'\n\032max_" +
5111
+ "physical_rdm_file_size\030\013 \001(\004H\t\210\001\001\022&\n\031max" +
5112
+ "_virtual_rdm_file_size\030\014 \001(\004H\n\210\001\001\022\032\n\rmax" +
5113
+ "_file_size\030\r \001(\004H\013\210\001\001\022&\n\031max_virtual_dis" +
5114
+ "k_capacity\030\016 \001(\004H\014\210\001\001\022!\n\024max_memory_file" +
5115
+ "_size\030\017 \001(\004H\r\210\001\001\0222\n\ttimestamp\030\020 \001(\0132\032.go" +
5116
+ "ogle.protobuf.TimestampH\016\210\001\001\032W\n\nDisksEnt" +
5117
+ "ry\022\013\n\003key\030\001 \001(\t\0228\n\005value\030\002 \001(\0132).com.lan" +
5118
+ "sweeper.dp.outbound.v1.VmwareDisk:\0028\001B\017\n" +
5119
+ "\r_internal_keyB\020\n\016_datacenter_idB\027\n\025_dat" +
5120
+ "astore_cluster_idB\025\n\023_esxi_hypervisor_id" +
5121
+ "B\016\n\014_uncommittedB\r\n\013_accessibleB\027\n\025_mult" +
5122
+ "iple_host_accessB\007\n\005_typeB\023\n\021_maintenanc" +
5123
+ "e_modeB\035\n\033_max_physical_rdm_file_sizeB\034\n" +
5124
+ "\032_max_virtual_rdm_file_sizeB\020\n\016_max_file" +
5125
+ "_sizeB\034\n\032_max_virtual_disk_capacityB\027\n\025_" +
5126
+ "max_memory_file_sizeB\014\n\n_timestamp\"\206\001\n\nV" +
5127
+ "mwareDisk\022\014\n\004name\030\001 \001(\t\022\020\n\003url\030\002 \001(\tH\000\210\001" +
5128
+ "\001\022\030\n\013total_space\030\003 \001(\004H\001\210\001\001\022\027\n\nfree_spac" +
5129
+ "e\030\004 \001(\004H\002\210\001\001B\006\n\004_urlB\016\n\014_total_spaceB\r\n\013" +
5130
+ "_free_space\"s\n\016VmwareSnapshot\022\024\n\014interna" +
5131
+ "l_key\030\001 \001(\t\022\021\n\004name\030\002 \001(\tH\000\210\001\001\022/\n\013create" +
5132
+ "_time\030\003 \001(\0132\032.google.protobuf.TimestampB" +
5133
+ "\007\n\005_name\"\337\001\n\006Citrix\022@\n\013citrix_pool\030\001 \001(\013" +
5134
+ "2).com.lansweeper.dp.outbound.v1.CitrixP" +
5135
+ "oolH\000\022@\n\013citrix_host\030\002 \001(\0132).com.lanswee" +
5136
+ "per.dp.outbound.v1.CitrixHostH\000\022B\n\014citri" +
5137
+ "x_guest\030\003 \001(\0132*.com.lansweeper.dp.outbou" +
5138
+ "nd.v1.CitrixGuestH\000B\r\n\013citrix_data\"\247\r\n\nC" +
5139
+ "itrixPool\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013descript" +
5140
+ "ion\030\002 \001(\tH\001\210\001\001\022\025\n\010redo_log\030\003 \001(\010H\002\210\001\001\022\021\n" +
5141
+ "\004tags\030\004 \001(\tH\003\210\001\001\022 \n\023v_switch_controller\030" +
5142
+ "\005 \001(\tH\004\210\001\001\022\036\n\021high_availability\030\006 \001(\010H\005\210" +
5143
+ "\001\001\022/\n\"high_availability_allow_overcommit" +
5144
+ "\030\007 \001(\010H\006\210\001\001\022,\n\037high_availability_overcom" +
5145
+ "mitted\030\010 \001(\010H\007\210\001\001\0228\n+high_availability_h" +
5146
+ "ost_failures_to_tolerate\030\t \001(\003H\010\210\001\001\022.\n!h" +
5147
+ "igh_availability_plan_exists_for\030\n \001(\003H\t" +
5148
+ "\210\001\001\022\037\n\022workload_balancing\030\013 \001(\010H\n\210\001\001\022#\n\026" +
5149
+ "workload_balancing_url\030\014 \001(\tH\013\210\001\001\022(\n\033wor" +
5150
+ "kload_balancing_username\030\r \001(\tH\014\210\001\001\022+\n\036w" +
5151
+ "orkload_balancing_verify_cert\030\016 \001(\010H\r\210\001\001" +
5152
+ "\022\035\n\020master_host_uuid\030\017 \001(\tH\016\210\001\001\022#\n\026crash" +
5153
+ "_dump_storage_ref\030\020 \001(\tH\017\210\001\001\022&\n\031suspend_" +
5154
+ "image_storage_ref\030\021 \001(\tH\020\210\001\001\022B\n\napplianc" +
5155
+ "es\030\022 \003(\0132..com.lansweeper.dp.outbound.v1" +
5156
+ ".CitrixAppliance\022B\n\010networks\030\023 \003(\01320.com" +
5157
+ ".lansweeper.dp.outbound.v1.NetworkInterf" +
5158
+ "aces\022Y\n\024other_configurations\030\024 \003(\0132;.com" +
5159
+ ".lansweeper.dp.outbound.v1.CitrixPoolOth" +
5160
+ "erConfiguration\022?\n\007patches\030\025 \003(\0132..com.l" +
5161
+ "answeeper.dp.outbound.v1.CitrixPoolPatch" +
5162
+ "\022J\n\014restrictions\030\026 \003(\01324.com.lansweeper." +
5163
+ "dp.outbound.v1.CitrixPoolRestriction\022\025\n\r" +
5164
+ "template_name\030\027 \003(\t\022S\n\023physical_interfac" +
5165
+ "es\030\030 \003(\01326.com.lansweeper.dp.outbound.v1" +
5166
+ ".CitrixPhysicalInterface\022Q\n\022virtual_inte" +
5167
+ "rfaces\030\031 \003(\01325.com.lansweeper.dp.outboun" +
5168
+ "d.v1.CitrixVirtualInterface\022>\n\013citrix_us" +
5169
+ "er\030\032 \003(\0132).com.lansweeper.dp.outbound.v1" +
5170
+ ".CitrixUserB\007\n\005_nameB\016\n\014_descriptionB\013\n\t" +
5171
+ "_redo_logB\007\n\005_tagsB\026\n\024_v_switch_controll" +
5172
+ "erB\024\n\022_high_availabilityB%\n#_high_availa" +
5173
+ "bility_allow_overcommitB\"\n _high_availab" +
5174
+ "ility_overcommittedB.\n,_high_availabilit" +
5175
+ "y_host_failures_to_tolerateB$\n\"_high_ava" +
5176
+ "ilability_plan_exists_forB\025\n\023_workload_b" +
5177
+ "alancingB\031\n\027_workload_balancing_urlB\036\n\034_" +
5178
+ "workload_balancing_usernameB!\n\037_workload" +
5179
+ "_balancing_verify_certB\023\n\021_master_host_u" +
5180
+ "uidB\031\n\027_crash_dump_storage_refB\034\n\032_suspe" +
5181
+ "nd_image_storage_ref\"P\n\nCitrixUser\022\021\n\004na" +
5182
+ "me\030\001 \001(\tH\000\210\001\001\022\027\n\nshort_name\030\002 \001(\tH\001\210\001\001B\007" +
5183
+ "\n\005_nameB\r\n\013_short_name\"W\n\017CitrixApplianc" +
5247
5184
  "e\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(" +
5248
- "\tH\001\210\001\001\022\032\n\rallow_caching\030\003 \001(\010H\002\210\001\001\022\032\n\ris" +
5249
- "_a_snapshot\030\004 \001(\010H\003\210\001\001\022\025\n\010location\030\005 \001(\t" +
5250
- "H\004\210\001\001\022\024\n\007managed\030\006 \001(\010H\005\210\001\001\022\034\n\017metadata_" +
5251
- "latest\030\007 \001(\010H\006\210\001\001\022\024\n\007missing\030\010 \001(\010H\007\210\001\001\022" +
5252
- "\024\n\007on_boot\030\t \001(\tH\010\210\001\001\022!\n\024physical_utilis" +
5253
- "ation\030\n \001(\003H\t\210\001\001\022\026\n\tread_only\030\013 \001(\010H\n\210\001\001" +
5254
- "\022\025\n\010sharable\030\014 \001(\010H\013\210\001\001\022\031\n\014storage_lock\030" +
5255
- "\r \001(\010H\014\210\001\001\022\021\n\004tags\030\016 \001(\tH\r\210\001\001\022\021\n\004type\030\017 " +
5256
- "\001(\tH\016\210\001\001\022\031\n\014virtual_size\030\020 \001(\003H\017\210\001\001\022\026\n\th" +
5257
- "ost_uuid\030\021 \001(\tH\020\210\001\001\022\"\n\032virtual_block_dev" +
5258
- "ice_uuids\030\022 \003(\tB\007\n\005_nameB\016\n\014_description" +
5259
- "B\020\n\016_allow_cachingB\020\n\016_is_a_snapshotB\013\n\t" +
5260
- "_locationB\n\n\010_managedB\022\n\020_metadata_lates" +
5261
- "tB\n\n\010_missingB\n\n\010_on_bootB\027\n\025_physical_u" +
5262
- "tilisationB\014\n\n_read_onlyB\013\n\t_sharableB\017\n" +
5263
- "\r_storage_lockB\007\n\005_tagsB\007\n\005_typeB\017\n\r_vir" +
5264
- "tual_sizeB\014\n\n_host_uuid\"\203\002\n\tCitrixPci\022\027\n" +
5265
- "\nclass_name\030\001 \001(\tH\000\210\001\001\022\030\n\013device_name\030\002 " +
5266
- "\001(\tH\001\210\001\001\022\"\n\025subsystem_device_name\030\003 \001(\tH" +
5267
- "\002\210\001\001\022\"\n\025subsystem_vendor_name\030\004 \001(\tH\003\210\001\001" +
5268
- "\022\030\n\013vendor_name\030\005 \001(\tH\004\210\001\001B\r\n\013_class_nam" +
5269
- "eB\016\n\014_device_nameB\030\n\026_subsystem_device_n" +
5270
- "ameB\030\n\026_subsystem_vendor_nameB\016\n\014_vendor" +
5271
- "_name\"y\n\023CitrixHostExtraInfo\022\031\n\014info_typ" +
5272
- "e_id\030\001 \001(\005H\000\210\001\001\022\020\n\003key\030\002 \001(\tH\001\210\001\001\022\022\n\005val" +
5273
- "ue\030\003 \001(\tH\002\210\001\001B\017\n\r_info_type_idB\006\n\004_keyB\010" +
5274
- "\n\006_value\"\344\021\n\013CitrixGuest\022\021\n\004name\030\001 \001(\tH\000" +
5275
- "\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\023\n\006memory\030" +
5276
- "\003 \001(\003H\002\210\001\001\022\026\n\tcpu_count\030\004 \001(\003H\003\210\001\001\022\022\n\005st" +
5277
- "ate\030\005 \001(\tH\004\210\001\001\022\021\n\004live\030\006 \001(\010H\005\210\001\001\0225\n\014las" +
5278
- "t_updated\030\007 \001(\0132\032.google.protobuf.Timest" +
5279
- "ampH\006\210\001\001\022\034\n\017hvm_boot_policy\030\010 \001(\tH\007\210\001\001\022\"" +
5280
- "\n\025hvm_shadow_multiplier\030\t \001(\001H\010\210\001\001\022\024\n\007pc" +
5281
- "i_bus\030\n \001(\tH\t\210\001\001\022\031\n\014pv_arguments\030\013 \001(\tH\n" +
5282
- "\210\001\001\022\032\n\rpv_bootloader\030\014 \001(\tH\013\210\001\001\022$\n\027pv_bo" +
5283
- "otloader_arguments\030\r \001(\tH\014\210\001\001\022\026\n\tpv_kern" +
5284
- "el\030\016 \001(\tH\r\210\001\001\022 \n\023pv_legacy_arguments\030\017 \001" +
5285
- "(\tH\016\210\001\001\022\027\n\npv_ramdisk\030\020 \001(\tH\017\210\001\001\022 \n\023acti" +
5286
- "ons_after_crash\030\021 \001(\tH\020\210\001\001\022!\n\024actions_af" +
5287
- "ter_reboot\030\022 \001(\tH\021\210\001\001\022#\n\026actions_after_s" +
5288
- "hutdown\030\023 \001(\tH\022\210\001\001\022\032\n\rha_always_run\030\024 \001(" +
5289
- "\010H\023\210\001\001\022 \n\023ha_restart_priority\030\025 \001(\tH\024\210\001\001" +
5290
- "\022&\n\031hardware_platform_version\030\026 \001(\003H\025\210\001\001" +
5291
- "\022\037\n\022last_booted_record\030\027 \001(\tH\026\210\001\001\022\037\n\022mem" +
5292
- "ory_dynamic_max\030\030 \001(\003H\027\210\001\001\022\037\n\022memory_dyn" +
5293
- "amic_min\030\031 \001(\003H\030\210\001\001\022\034\n\017memory_overhead\030\032" +
5294
- " \001(\003H\031\210\001\001\022\036\n\021memory_static_max\030\033 \001(\003H\032\210\001" +
5295
- "\001\022\036\n\021memory_static_min\030\034 \001(\003H\033\210\001\001\022\032\n\rmem" +
5296
- "ory_target\030\035 \001(\003H\034\210\001\001\022\022\n\005order\030\036 \001(\003H\035\210\001" +
5297
- "\001\022\030\n\013power_state\030\037 \001(\tH\036\210\001\001\022\033\n\016shutdown_" +
5298
- "delay\030 \001(\003H\037\210\001\001\022\030\n\013start_delay\030! \001(\003H \210" +
5299
- "\001\001\022\021\n\004tags\030\" \001(\tH!\210\001\001\022\031\n\014user_version\030# " +
5300
- "\001(\003H\"\210\001\001\022\024\n\007version\030$ \001(\003H#\210\001\001\0225\n\014instal" +
5301
- "l_time\030% \001(\0132\032.google.protobuf.Timestamp" +
5302
- "H$\210\001\001\0223\n\nstart_time\030& \001(\0132\032.google.proto" +
5303
- "buf.TimestampH%\210\001\001\022\026\n\thost_uuid\030\' \001(\tH&\210" +
5304
- "\001\001\022\027\n\nguest_uuid\030( \001(\tH\'\210\001\001\022Q\n\022virtual_i" +
5305
- "nterfaces\030) \003(\01325.com.lansweeper.dp.outb" +
5306
- "ound.v1.CitrixVirtualInterface\022H\n\013extra_" +
5307
- "infos\030* \003(\01323.com.lansweeper.dp.outbound" +
5308
- ".v1.CitrixGuestExtraInfo\022V\n\025virtual_bloc" +
5309
- "k_devices\030+ \003(\01327.com.lansweeper.dp.outb" +
5310
- "ound.v1.CitrixVirtualBlockDevice\022\030\n\020citr" +
5311
- "ix_host_uuid\030, \001(\t\022\030\n\020citrix_pool_uuid\030-" +
5312
- " \001(\t\022\031\n\014appliance_id\030. \001(\tH(\210\001\001B\007\n\005_name" +
5313
- "B\016\n\014_descriptionB\t\n\007_memoryB\014\n\n_cpu_coun" +
5314
- "tB\010\n\006_stateB\007\n\005_liveB\017\n\r_last_updatedB\022\n" +
5315
- "\020_hvm_boot_policyB\030\n\026_hvm_shadow_multipl" +
5316
- "ierB\n\n\010_pci_busB\017\n\r_pv_argumentsB\020\n\016_pv_" +
5317
- "bootloaderB\032\n\030_pv_bootloader_argumentsB\014" +
5318
- "\n\n_pv_kernelB\026\n\024_pv_legacy_argumentsB\r\n\013" +
5319
- "_pv_ramdiskB\026\n\024_actions_after_crashB\027\n\025_" +
5320
- "actions_after_rebootB\031\n\027_actions_after_s" +
5321
- "hutdownB\020\n\016_ha_always_runB\026\n\024_ha_restart" +
5322
- "_priorityB\034\n\032_hardware_platform_versionB" +
5323
- "\025\n\023_last_booted_recordB\025\n\023_memory_dynami" +
5324
- "c_maxB\025\n\023_memory_dynamic_minB\022\n\020_memory_" +
5325
- "overheadB\024\n\022_memory_static_maxB\024\n\022_memor" +
5326
- "y_static_minB\020\n\016_memory_targetB\010\n\006_order" +
5327
- "B\016\n\014_power_stateB\021\n\017_shutdown_delayB\016\n\014_" +
5328
- "start_delayB\007\n\005_tagsB\017\n\r_user_versionB\n\n" +
5329
- "\010_versionB\017\n\r_install_timeB\r\n\013_start_tim" +
5330
- "eB\014\n\n_host_uuidB\r\n\013_guest_uuidB\017\n\r_appli" +
5331
- "ance_id\"z\n\024CitrixGuestExtraInfo\022\031\n\014info_" +
5332
- "type_id\030\001 \001(\005H\000\210\001\001\022\020\n\003key\030\002 \001(\tH\001\210\001\001\022\022\n\005" +
5333
- "value\030\003 \001(\tH\002\210\001\001B\017\n\r_info_type_idB\006\n\004_ke" +
5334
- "yB\010\n\006_value\"\204\006\n\030CitrixVirtualBlockDevice" +
5335
- "\022\025\n\010bootable\030\001 \001(\010H\000\210\001\001\022\037\n\022currently_att" +
5336
- "ached\030\002 \001(\010H\001\210\001\001\022\023\n\006device\030\003 \001(\tH\002\210\001\001\022\022\n" +
5337
- "\005empty\030\004 \001(\010H\003\210\001\001\022\021\n\004mode\030\005 \001(\tH\004\210\001\001\022%\n\030" +
5338
- "qos_algorithm_parameters\030\006 \001(\tH\005\210\001\001\022\037\n\022q" +
5339
- "os_algorithm_type\030\007 \001(\tH\006\210\001\001\022%\n\030qos_supp" +
5340
- "orted_algorithms\030\010 \001(\tH\007\210\001\001\022\037\n\022runtime_p" +
5341
- "roperties\030\t \001(\tH\010\210\001\001\022\030\n\013status_code\030\n \001(" +
5342
- "\003H\t\210\001\001\022\033\n\016status_details\030\013 \001(\tH\n\210\001\001\022\031\n\014s" +
5343
- "torage_lock\030\014 \001(\010H\013\210\001\001\022\021\n\004type\030\r \001(\tH\014\210\001" +
5344
- "\001\022\030\n\013unpluggable\030\016 \001(\010H\r\210\001\001\022\030\n\013user_devi" +
5345
- "ce\030\017 \001(\tH\016\210\001\001\022&\n\031virtual_block_device_uu" +
5346
- "id\030\020 \001(\tH\017\210\001\001B\013\n\t_bootableB\025\n\023_currently" +
5347
- "_attachedB\t\n\007_deviceB\010\n\006_emptyB\007\n\005_modeB" +
5348
- "\033\n\031_qos_algorithm_parametersB\025\n\023_qos_alg" +
5349
- "orithm_typeB\033\n\031_qos_supported_algorithms" +
5350
- "B\025\n\023_runtime_propertiesB\016\n\014_status_codeB" +
5351
- "\021\n\017_status_detailsB\017\n\r_storage_lockB\007\n\005_" +
5352
- "typeB\016\n\014_unpluggableB\016\n\014_user_deviceB\034\n\032" +
5353
- "_virtual_block_device_uuid\"\257\t\n\027CitrixPhy" +
5354
- "sicalInterface\022\030\n\013device_name\030\001 \001(\tH\000\210\001\001" +
5355
- "\022\020\n\003mac\030\002 \001(\tH\001\210\001\001\022\020\n\003mtu\030\003 \001(\003H\002\210\001\001\022\020\n\003" +
5356
- "dns\030\004 \001(\tH\003\210\001\001\022\017\n\002ip\030\005 \001(\tH\004\210\001\001\022\024\n\007netma" +
5357
- "sk\030\006 \001(\tH\005\210\001\001\022\024\n\007gateway\030\007 \001(\tH\006\210\001\001\022\023\n\006v" +
5358
- "endor\030\010 \001(\tH\007\210\001\001\022\022\n\005speed\030\t \001(\003H\010\210\001\001\0225\n\014" +
5359
- "last_updated\030\n \001(\0132\032.google.protobuf.Tim" +
5360
- "estampH\t\210\001\001\022\037\n\022currently_attached\030\013 \001(\010H" +
5361
- "\n\210\001\001\022\034\n\017disallow_unplug\030\014 \001(\010H\013\210\001\001\022\022\n\005ip" +
5362
- "_v6\030\r \001(\tH\014\210\001\001\022\023\n\006device\030\016 \001(\tH\r\210\001\001\022\"\n\025i" +
5363
- "p_configuration_mode\030\017 \001(\tH\016\210\001\001\022%\n\030ip_v6" +
5364
- "_configuration_mode\030\020 \001(\tH\017\210\001\001\022\032\n\rip_v6_" +
5365
- "gateway\030\021 \001(\tH\020\210\001\001\022\024\n\007managed\030\022 \001(\010H\021\210\001\001" +
5366
- "\022\027\n\nmanagement\030\023 \001(\010H\022\210\001\001\022\025\n\010physical\030\024 " +
5367
- "\001(\010H\023\210\001\001\022!\n\024primary_address_type\030\025 \001(\tH\024" +
5368
- "\210\001\001\022\024\n\007carrier\030\026 \001(\010H\025\210\001\001\022\023\n\006duplex\030\027 \001(" +
5369
- "\010H\026\210\001\001\022\026\n\tdevice_id\030\030 \001(\tH\027\210\001\001\022\031\n\014pci_bu" +
5370
- "s_path\030\031 \001(\tH\030\210\001\001\022\026\n\tvendor_id\030\032 \001(\tH\031\210\001" +
5371
- "\001\022\030\n\013vendor_name\030\033 \001(\tH\032\210\001\001\022\026\n\thost_uuid" +
5372
- "\030\034 \001(\tH\033\210\001\001\022\033\n\016interface_uuid\030\035 \001(\tH\034\210\001\001" +
5373
- "B\016\n\014_device_nameB\006\n\004_macB\006\n\004_mtuB\006\n\004_dns" +
5374
- "B\005\n\003_ipB\n\n\010_netmaskB\n\n\010_gatewayB\t\n\007_vend" +
5375
- "orB\010\n\006_speedB\017\n\r_last_updatedB\025\n\023_curren" +
5376
- "tly_attachedB\022\n\020_disallow_unplugB\010\n\006_ip_" +
5377
- "v6B\t\n\007_deviceB\030\n\026_ip_configuration_modeB" +
5378
- "\033\n\031_ip_v6_configuration_modeB\020\n\016_ip_v6_g" +
5379
- "atewayB\n\n\010_managedB\r\n\013_managementB\013\n\t_ph" +
5380
- "ysicalB\027\n\025_primary_address_typeB\n\n\010_carr" +
5381
- "ierB\t\n\007_duplexB\014\n\n_device_idB\017\n\r_pci_bus" +
5382
- "_pathB\014\n\n_vendor_idB\016\n\014_vendor_nameB\014\n\n_" +
5383
- "host_uuidB\021\n\017_interface_uuid\"_\n\035CitrixVi" +
5384
- "rtualInterfaceAddress\022\027\n\nip_version\030\001 \001(" +
5385
- "\rH\000\210\001\001\022\017\n\002ip\030\002 \001(\tH\001\210\001\001B\r\n\013_ip_versionB\005" +
5386
- "\n\003_ip\"\221\005\n\026CitrixVirtualInterface\022\023\n\006devi" +
5387
- "ce\030\001 \001(\tH\000\210\001\001\022\020\n\003mac\030\002 \001(\tH\001\210\001\001\022\037\n\022mac_a" +
5388
- "uto_generated\030\003 \001(\010H\002\210\001\001\022\020\n\003mtu\030\004 \001(\003H\003\210" +
5389
- "\001\001\022\030\n\013status_code\030\005 \001(\003H\004\210\001\001\022\033\n\016status_d" +
5390
- "etails\030\006 \001(\tH\005\210\001\001\022\037\n\022currently_attached\030" +
5391
- "\007 \001(\010H\006\210\001\001\022\037\n\022qos_algorithm_type\030\010 \001(\tH\007" +
5392
- "\210\001\001\022\033\n\016qos_algorithms\030\t \001(\tH\010\210\001\001\022\031\n\014lock" +
5393
- "ing_mode\030\n \001(\tH\t\210\001\001\022\026\n\thost_uuid\030\013 \001(\tH\n" +
5394
- "\210\001\001\022\023\n\006vm_ref\030\014 \001(\tH\013\210\001\001\022\033\n\016interface_uu" +
5395
- "id\030\r \001(\tH\014\210\001\001\022O\n\taddresses\030\016 \003(\0132<.com.l" +
5396
- "answeeper.dp.outbound.v1.CitrixVirtualIn" +
5397
- "terfaceAddressB\t\n\007_deviceB\006\n\004_macB\025\n\023_ma" +
5398
- "c_auto_generatedB\006\n\004_mtuB\016\n\014_status_code" +
5399
- "B\021\n\017_status_detailsB\025\n\023_currently_attach" +
5400
- "edB\025\n\023_qos_algorithm_typeB\021\n\017_qos_algori" +
5401
- "thmsB\017\n\r_locking_modeB\014\n\n_host_uuidB\t\n\007_" +
5402
- "vm_refB\021\n\017_interface_uuid\"\200\003\n\020IpLocation" +
5403
- "Config\022\014\n\004name\030\001 \001(\t\022\032\n\rlocal_ip_cidr\030\002 " +
5404
- "\001(\tH\000\210\001\001\022\033\n\016local_ip_start\030\003 \001(\tH\001\210\001\001\022\031\n" +
5405
- "\014local_ip_end\030\004 \001(\tH\002\210\001\001\022\026\n\tsource_id\030\005 " +
5406
- "\001(\tH\003\210\001\001\022\035\n\020internet_ip_cidr\030\006 \001(\tH\004\210\001\001\022" +
5407
- "\"\n\025internet_country_code\030\007 \001(\tH\005\210\001\001\022\"\n\025i" +
5408
- "nternet_country_city\030\010 \001(\tH\006\210\001\001B\020\n\016_loca" +
5409
- "l_ip_cidrB\021\n\017_local_ip_startB\017\n\r_local_i" +
5410
- "p_endB\014\n\n_source_idB\023\n\021_internet_ip_cidr" +
5411
- "B\030\n\026_internet_country_codeB\030\n\026_internet_" +
5412
- "country_city\"\032\n\007SiteKey\022\017\n\007site_id\030\001 \001(\t" +
5413
- "\"M\n\014ReconRuleSet\022=\n\013recon_rules\030\001 \003(\0132(." +
5414
- "com.lansweeper.dp.outbound.v1.ReconRule\"" +
5415
- "\211\001\n\tReconRule\0226\n\002id\030\001 \001(\0162*.com.lansweep" +
5416
- "er.dp.outbound.v1.ReconRuleId\022\014\n\004name\030\002 " +
5417
- "\001(\t\022\023\n\013description\030\003 \001(\t\022\020\n\010priority\030\004 \001" +
5418
- "(\005\022\017\n\007enabled\030\005 \001(\010\"\246\010\n\025Office365Organiz" +
5419
- "ation\022\021\n\ttenant_id\030\001 \001(\t\022\030\n\013displayname\030" +
5420
- "\002 \001(\tH\000\210\001\001\022\024\n\007country\030\003 \001(\tH\001\210\001\001\022\021\n\004city" +
5421
- "\030\004 \001(\tH\002\210\001\001\022\031\n\014country_name\030\005 \001(\tH\003\210\001\001\022\030" +
5422
- "\n\013postal_code\030\006 \001(\tH\004\210\001\001\022\022\n\005state\030\007 \001(\tH" +
5423
- "\005\210\001\001\022\023\n\006street\030\010 \001(\tH\006\210\001\001\022\035\n\020telephone_n" +
5424
- "umber\030\t \001(\tH\007\210\001\001\022C\n\032company_last_dir_syn" +
5425
- "c_time\030\n \001(\0132\032.google.protobuf.Timestamp" +
5426
- "H\010\210\001\001\022\035\n\020dir_sync_enabled\030\013 \001(\010H\t\210\001\001\022?\n\007" +
5427
- "domains\030\014 \003(\0132..com.lansweeper.dp.outbou" +
5428
- "nd.v1.Office365Domain\022A\n\010licenses\030\017 \003(\0132" +
5429
- "/.com.lansweeper.dp.outbound.v1.Office36" +
5430
- "5License\022c\n\016assigned_plans\030\020 \003(\0132G.com.l" +
5431
- "answeeper.dp.outbound.v1.Office365Organi" +
5432
- "zation.AssignedPlansEntryB\002\030\001\022A\n\010contact" +
5433
- "s\030\021 \003(\0132/.com.lansweeper.dp.outbound.v1." +
5434
- "Office365Contact\022B\n\tmailboxes\030\022 \003(\0132/.co" +
5435
- "m.lansweeper.dp.outbound.v1.Office365Mai" +
5436
- "lbox\022V\n\021assigned_licenses\030\023 \003(\01327.com.la" +
5437
- "nsweeper.dp.outbound.v1.Office365Assigne" +
5438
- "dLicenseB\002\030\001\032j\n\022AssignedPlansEntry\022\013\n\003ke" +
5439
- "y\030\001 \001(\t\022C\n\005value\030\002 \001(\01324.com.lansweeper." +
5440
- "dp.outbound.v1.Office365AssignedPlan:\0028\001" +
5441
- "B\016\n\014_displaynameB\n\n\010_countryB\007\n\005_cityB\017\n" +
5442
- "\r_country_nameB\016\n\014_postal_codeB\010\n\006_state" +
5443
- "B\t\n\007_streetB\023\n\021_telephone_numberB\035\n\033_com" +
5444
- "pany_last_dir_sync_timeB\023\n\021_dir_sync_ena" +
5445
- "bled\"\274\002\n\020Office365Mailbox\022\027\n\017o365_mailbo" +
5446
- "x_id\030\001 \001(\t\022\034\n\024o365_organization_id\030\002 \001(\t" +
5447
- "\022\024\n\014display_name\030\003 \001(\t\022\025\n\rprimary_email\030" +
5448
- "\004 \001(\t\022\025\n\remail_address\030\005 \001(\t\022\r\n\005alias\030\006 " +
5449
- "\001(\t\022\026\n\016recipient_type\030\007 \001(\t\022\036\n\026recipient" +
5450
- "_type_details\030\010 \001(\t\022\033\n\023user_principal_na" +
5451
- "me\030\t \001(\t\022\020\n\010identity\030\n \001(\t\022\030\n\020o365_mailb" +
5452
- "ox_key\030\013 \001(\t\022\035\n\025o365_organization_key\030\014 " +
5453
- "\001(\t\"\236\003\n\025Office365AssignedPlan\022\027\n\017service" +
5454
- "_plan_id\030\001 \001(\t\022\024\n\007service\030\002 \001(\tH\000\210\001\001\022\036\n\021" +
5455
- "capability_status\030\003 \001(\tH\001\210\001\001\022<\n\023assigned" +
5456
- "_time_stamp\030\004 \001(\0132\032.google.protobuf.Time" +
5457
- "stampH\002\210\001\001\022W\n\nusers_keys\030\005 \003(\0132C.com.lan" +
5458
- "sweeper.dp.outbound.v1.Office365Assigned" +
5459
- "Plan.UsersKeysEntry\022\035\n\025o365_assigned_pla" +
5460
- "n_id\030\006 \001(\t\022\024\n\014o365_user_id\030\010 \001(\t\0320\n\016User" +
5461
- "sKeysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\002" +
5462
- "8\001B\n\n\010_serviceB\024\n\022_capability_statusB\026\n\024" +
5463
- "_assigned_time_stamp\"\250\001\n\030Office365Assign" +
5464
- "edLicense\022 \n\030o365_assigned_license_id\030\001 " +
5465
- "\001(\t\022\027\n\017o365_license_id\030\002 \001(\t\022\024\n\014o365_use" +
5466
- "r_id\030\003 \001(\t\022!\n\031o365_assigned_license_key\030" +
5467
- "\004 \001(\t\022\030\n\020o365_license_key\030\005 \001(\t\"Z\n\020Offic" +
5468
- "e365Contact\022\031\n\014display_name\030\001 \001(\tH\000\210\001\001\022\021" +
5469
- "\n\004mail\030\002 \001(\tH\001\210\001\001B\017\n\r_display_nameB\007\n\005_m" +
5470
- "ail\"\223\004\n\017Office365Domain\022\n\n\002id\030\001 \001(\005\022\034\n\017o" +
5471
- "rganization_id\030\002 \001(\005H\000\210\001\001\022\030\n\013domain_name" +
5472
- "\030\003 \001(\tH\001\210\001\001\022 \n\023authentication_type\030\004 \001(\t" +
5473
- "H\002\210\001\001\022\035\n\020is_admin_managed\030\005 \001(\010H\003\210\001\001\022\027\n\n" +
5474
- "is_default\030\006 \001(\010H\004\210\001\001\022\027\n\nis_initial\030\007 \001(" +
5475
- "\010H\005\210\001\001\022\024\n\007is_root\030\010 \001(\010H\006\210\001\001\022\030\n\013is_verif" +
5476
- "ied\030\t \001(\010H\007\210\001\001\022\037\n\022supported_services\030\n \001" +
5477
- "(\tH\010\210\001\001\022\022\n\005state\030\013 \001(\tH\t\210\001\001\022 \n\023availabil" +
5478
- "ity_status\030\014 \001(\tH\n\210\001\001B\022\n\020_organization_i" +
5479
- "dB\016\n\014_domain_nameB\026\n\024_authentication_typ" +
5480
- "eB\023\n\021_is_admin_managedB\r\n\013_is_defaultB\r\n" +
5481
- "\013_is_initialB\n\n\010_is_rootB\016\n\014_is_verified" +
5482
- "B\025\n\023_supported_servicesB\010\n\006_stateB\026\n\024_av" +
5483
- "ailability_status\"\263\003\n\016Office365Group\022\021\n\t" +
5484
- "object_id\030\001 \001(\t\022\031\n\014display_name\030\002 \001(\tH\000\210" +
5485
- "\001\001\022\030\n\013description\030\003 \001(\tH\001\210\001\001\022\031\n\014mail_ena" +
5486
- "bled\030\004 \001(\010H\002\210\001\001\022\035\n\020security_enabled\030\005 \001(" +
5487
- "\010H\003\210\001\001\022\021\n\004mail\030\006 \001(\tH\004\210\001\001\022\032\n\rmail_nickna" +
5488
- "me\030\007 \001(\tH\005\210\001\001\022\034\n\017proxy_addresses\030\010 \001(\tH\006" +
5489
- "\210\001\001\022$\n\027organization_entity_key\030\t \001(\tH\007\210\001" +
5490
- "\001\022\021\n\004type\030\n \001(\tH\010\210\001\001B\017\n\r_display_nameB\016\n" +
5491
- "\014_descriptionB\017\n\r_mail_enabledB\023\n\021_secur" +
5492
- "ity_enabledB\007\n\005_mailB\020\n\016_mail_nicknameB\022" +
5493
- "\n\020_proxy_addressesB\032\n\030_organization_enti" +
5494
- "ty_keyB\007\n\005_type\"\216\005\n\020Office365License\022\016\n\006" +
5495
- "sku_id\030\001 \001(\t\022\033\n\016consumed_units\030\002 \001(\005H\000\210\001" +
5496
- "\001\022\"\n\025prepaid_units_enabled\030\003 \001(\005H\001\210\001\001\022$\n" +
5497
- "\027prepaid_units_suspended\030\004 \001(\005H\002\210\001\001\022\"\n\025p" +
5498
- "repaid_units_warning\030\005 \001(\005H\003\210\001\001\022\034\n\017sku_p" +
5499
- "art_number\030\006 \001(\tH\004\210\001\001\022\027\n\napplies_to\030\007 \001(" +
5500
- "\tH\005\210\001\001\022\036\n\021capability_status\030\010 \001(\tH\006\210\001\001\022R" +
5501
- "\n\nusers_keys\030\t \003(\0132>.com.lansweeper.dp.o" +
5502
- "utbound.v1.Office365License.UsersKeysEnt" +
5503
- "ry\022J\n\rservice_plans\030\n \003(\01323.com.lansweep" +
5504
- "er.dp.outbound.v1.Office365ServicePlan\022\021" +
5505
- "\n\004name\030\013 \001(\tH\007\210\001\001\0320\n\016UsersKeysEntry\022\013\n\003k" +
5506
- "ey\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\021\n\017_consumed" +
5507
- "_unitsB\030\n\026_prepaid_units_enabledB\032\n\030_pre" +
5508
- "paid_units_suspendedB\030\n\026_prepaid_units_w" +
5509
- "arningB\022\n\020_sku_part_numberB\r\n\013_applies_t" +
5510
- "oB\024\n\022_capability_statusB\007\n\005_name\"\340\001\n\024Off" +
5511
- "ice365ServicePlan\022\034\n\017service_plan_id\030\001 \001" +
5512
- "(\tH\000\210\001\001\022\036\n\021service_plan_name\030\002 \001(\tH\001\210\001\001\022" +
5513
- " \n\023provisioning_status\030\003 \001(\tH\002\210\001\001\022\027\n\napp" +
5514
- "lies_to\030\004 \001(\tH\003\210\001\001B\022\n\020_service_plan_idB\024" +
5515
- "\n\022_service_plan_nameB\026\n\024_provisioning_st" +
5516
- "atusB\r\n\013_applies_to\"\222\023\n\rOffice365User\022\021\n" +
5517
- "\tobject_id\030\001 \001(\t\022 \n\023user_principal_name\030" +
5518
- "\002 \001(\tH\000\210\001\001\022\031\n\014display_name\030\003 \001(\tH\001\210\001\001\022\021\n" +
5519
- "\004mail\030\004 \001(\tH\002\210\001\001\022\034\n\017account_enabled\030\005 \001(" +
5520
- "\010H\003\210\001\001\022\026\n\tage_group\030\006 \001(\tH\004\210\001\001\022\021\n\004city\030\007" +
5521
- " \001(\tH\005\210\001\001\022\024\n\007company\030\010 \001(\tH\006\210\001\001\022\'\n\032conse" +
5522
- "nt_provided_for_minor\030\t \001(\tH\007\210\001\001\022\032\n\rcrea" +
5523
- "tion_type\030\n \001(\tH\010\210\001\001\022\027\n\ndepartment\030\013 \001(\t" +
5524
- "H\t\210\001\001\022\035\n\020dir_sync_enabled\030\014 \001(\010H\n\210\001\001\022\'\n\032" +
5525
- "facsimile_telephone_number\030\r \001(\tH\013\210\001\001\022\027\n" +
5526
- "\ngiven_name\030\016 \001(\tH\014\210\001\001\022\031\n\014immutable_id\030\017" +
5527
- " \001(\tH\r\210\001\001\022$\n\027is_global_administrator\030\020 \001" +
5528
- "(\010H\016\210\001\001\022\030\n\013is_licensed\030\021 \001(\010H\017\210\001\001\022\026\n\tjob" +
5529
- "_title\030\022 \001(\tH\020\210\001\001\022;\n\022last_dir_sync_time\030" +
5530
- "\023 \001(\0132\032.google.protobuf.TimestampH\021\210\001\001\022+" +
5531
- "\n\036legal_age_group_classification\030\024 \001(\tH\022" +
5532
- "\210\001\001\022\033\n\016mail_nick_name\030\025 \001(\tH\023\210\001\001\022\023\n\006mobi" +
5533
- "le\030\026 \001(\tH\024\210\001\001\022,\n\037on_premises_security_id" +
5534
- "entifier\030\027 \001(\tH\025\210\001\001\022\030\n\013other_mails\030\030 \001(\t" +
5535
- "H\026\210\001\001\022\036\n\021password_policies\030\031 \001(\tH\027\210\001\001\022\035\n" +
5536
- "\020password_profile\030\032 \001(\tH\030\210\001\001\022*\n\035physical" +
5537
- "_delivery_office_name\030\033 \001(\tH\031\210\001\001\022\030\n\013post" +
5538
- "al_code\030\034 \001(\tH\032\210\001\001\022\037\n\022preferred_language" +
5539
- "\030\036 \001(\tH\033\210\001\001\022L\n#refresh_tokens_valid_from" +
5540
- "_date_time\030\037 \001(\0132\032.google.protobuf.Times" +
5541
- "tampH\034\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001\001\022\023\n\006street\030" +
5542
- "! \001(\tH\036\210\001\001\022\035\n\020telephone_number\030\" \001(\tH\037\210\001" +
5543
- "\001\022\033\n\016usage_location\030# \001(\tH \210\001\001\022\026\n\tuser_t" +
5544
- "ype\030$ \001(\tH!\210\001\001\022\030\n\013manager_upn\030% \001(\tH\"\210\001\001" +
5545
- "\022\037\n\022distinguished_name\030& \001(\tH#\210\001\001\022)\n\034res" +
5546
- "et_password_on_next_logon\030\' \001(\010H$\210\001\001\022\021\n\004" +
5547
- "name\030( \001(\tH%\210\001\001\022$\n\027organization_entity_k" +
5548
- "ey\030) \001(\tH&\210\001\001\022O\n\ngroup_keys\030* \003(\0132;.com." +
5549
- "lansweeper.dp.outbound.v1.Office365User." +
5550
- "GroupKeysEntry\022\021\n\004type\030+ \001(\tH\'\210\001\001\022\023\n\006dom" +
5551
- "ain\030, \001(\tH(\210\001\001\022W\n\016assigned_plans\030- \003(\0132?" +
5552
- ".com.lansweeper.dp.outbound.v1.Office365" +
5553
- "User.AssignedPlansEntry\0320\n\016GroupKeysEntr" +
5554
- "y\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032j\n\022Ass" +
5555
- "ignedPlansEntry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 " +
5556
- "\001(\01324.com.lansweeper.dp.outbound.v1.Offi" +
5557
- "ce365AssignedPlan:\0028\001B\026\n\024_user_principal" +
5558
- "_nameB\017\n\r_display_nameB\007\n\005_mailB\022\n\020_acco" +
5559
- "unt_enabledB\014\n\n_age_groupB\007\n\005_cityB\n\n\010_c" +
5560
- "ompanyB\035\n\033_consent_provided_for_minorB\020\n" +
5561
- "\016_creation_typeB\r\n\013_departmentB\023\n\021_dir_s" +
5562
- "ync_enabledB\035\n\033_facsimile_telephone_numb" +
5563
- "erB\r\n\013_given_nameB\017\n\r_immutable_idB\032\n\030_i" +
5564
- "s_global_administratorB\016\n\014_is_licensedB\014" +
5565
- "\n\n_job_titleB\025\n\023_last_dir_sync_timeB!\n\037_" +
5566
- "legal_age_group_classificationB\021\n\017_mail_" +
5567
- "nick_nameB\t\n\007_mobileB\"\n _on_premises_sec" +
5568
- "urity_identifierB\016\n\014_other_mailsB\024\n\022_pas" +
5569
- "sword_policiesB\023\n\021_password_profileB \n\036_" +
5570
- "physical_delivery_office_nameB\016\n\014_postal" +
5571
- "_codeB\025\n\023_preferred_languageB&\n$_refresh" +
5572
- "_tokens_valid_from_date_timeB\010\n\006_stateB\t" +
5573
- "\n\007_streetB\023\n\021_telephone_numberB\021\n\017_usage" +
5574
- "_locationB\014\n\n_user_typeB\016\n\014_manager_upnB" +
5575
- "\025\n\023_distinguished_nameB\037\n\035_reset_passwor" +
5576
- "d_on_next_logonB\007\n\005_nameB\032\n\030_organizatio" +
5577
- "n_entity_keyB\007\n\005_typeB\t\n\007_domain*a\n\013Reco" +
5578
- "nRuleId\022\024\n\020RECONCILE_BY_MAC\020\000\022\"\n\036RECONCI" +
5579
- "LE_BY_MAKE_MODEL_SERIAL\020\001\022\030\n\024RECONCILE_B" +
5580
- "Y_NETBIOS\020\0022\244\005\n\027DataCoreOutboundService\022" +
5581
- "p\n\tGetEntity\022/.com.lansweeper.dp.outboun" +
5582
- "d.v1.GetEntityRequest\0320.com.lansweeper.d" +
5583
- "p.outbound.v1.GetEntityResponse\"\000\022w\n\014Lis" +
5584
- "tEntities\0220.com.lansweeper.dp.outbound.v" +
5585
- "1.ListEntityRequest\0321.com.lansweeper.dp." +
5586
- "outbound.v1.ListEntityResponse\"\0000\001\022|\n\rCa" +
5587
- "talogLookup\0223.com.lansweeper.dp.outbound" +
5588
- ".v1.CatalogLookupRequest\0324.com.lansweepe" +
5589
- "r.dp.outbound.v1.CatalogLookupResponse\"\000" +
5590
- "\022\216\001\n\023GetIpLocationConfig\0229.com.lansweepe" +
5591
- "r.dp.outbound.v1.GetIpLocationConfigRequ" +
5592
- "est\032:.com.lansweeper.dp.outbound.v1.GetI" +
5593
- "pLocationConfigResponse\"\000\022\216\001\n\023SetIpLocat" +
5594
- "ionConfig\0229.com.lansweeper.dp.outbound.v" +
5595
- "1.SetIpLocationConfigRequest\032:.com.lansw" +
5596
- "eeper.dp.outbound.v1.SetIpLocationConfig" +
5597
- "Response\"\0002\331\t\n\031DataCoreBackofficeService" +
5598
- "\022\\\n\014CreateEntity\022%.com.lansweeper.dp.out" +
5599
- "bound.v1.Entity\032%.com.lansweeper.dp.outb" +
5600
- "ound.v1.Entity\022\\\n\010GetAsset\022).com.lanswee" +
5601
- "per.dp.outbound.v1.EntityPath\032%.com.lans" +
5602
- "weeper.dp.outbound.v1.Entity\022[\n\013UpdateAs" +
5603
- "set\022%.com.lansweeper.dp.outbound.v1.Enti" +
5604
- "ty\032%.com.lansweeper.dp.outbound.v1.Entit" +
5605
- "y\022_\n\013DeleteAsset\022).com.lansweeper.dp.out" +
5606
- "bound.v1.EntityPath\032%.com.lansweeper.dp." +
5607
- "outbound.v1.Entity\022b\n\nListAssets\022+.com.l" +
5608
- "answeeper.dp.outbound.v1.EntityFilter\032%." +
5609
- "com.lansweeper.dp.outbound.v1.Entity0\001\022V" +
5610
- "\n\nCreateSite\022#.com.lansweeper.dp.outboun" +
5611
- "d.v1.Site\032#.com.lansweeper.dp.outbound.v",
5612
- "1.Site\022V\n\007GetSite\022&.com.lansweeper.dp.ou" +
5613
- "tbound.v1.SiteKey\032#.com.lansweeper.dp.ou" +
5614
- "tbound.v1.Site\022V\n\nUpdateSite\022#.com.lansw" +
5615
- "eeper.dp.outbound.v1.Site\032#.com.lansweep" +
5616
- "er.dp.outbound.v1.Site\022Y\n\nDeleteSite\022&.c" +
5617
- "om.lansweeper.dp.outbound.v1.SiteKey\032#.c" +
5618
- "om.lansweeper.dp.outbound.v1.Site\022v\n\017Ent" +
5619
- "ityDeconcile\022/.com.lansweeper.dp.outboun" +
5620
- "d.v1.DeconcileRequest\0320.com.lansweeper.d" +
5621
- "p.outbound.v1.DeconcileResponse\"\000\022\237\001\n\033Co" +
5622
- "rrelationIndexRealignment\022<.com.lansweep" +
5623
- "er.dp.outbound.v1.CorrelationRealignment" +
5624
- "Request\032B.com.lansweeper.dp.outbound.v1." +
5625
- "CorrelationIndexRealignmentResponse\022a\n\022R" +
5626
- "efreshEntityCount\022&.com.lansweeper.dp.ou" +
5627
- "tbound.v1.SiteKey\032#.com.lansweeper.dp.ou" +
5628
- "tbound.v1.SiteB\022P\001Z\016./generated-gob\006prot" +
5629
- "o3"
5185
+ "\tH\001\210\001\001B\007\n\005_nameB\016\n\014_description\"\210\001\n\034Citr" +
5186
+ "ixPoolOtherConfiguration\022\020\n\003key\030\001 \001(\tH\000\210" +
5187
+ "\001\001\022\022\n\005value\030\002 \001(\tH\001\210\001\001\022\034\n\017is_custom_fiel" +
5188
+ "d\030\003 \001(\010H\002\210\001\001B\006\n\004_keyB\010\n\006_valueB\022\n\020_is_cu" +
5189
+ "stom_field\"O\n\025CitrixPoolRestriction\022\020\n\003k" +
5190
+ "ey\030\001 \001(\tH\000\210\001\001\022\022\n\005value\030\002 \001(\tH\001\210\001\001B\006\n\004_ke" +
5191
+ "yB\010\n\006_value\"\363\001\n\017CitrixPoolPatch\022\021\n\004name\030" +
5192
+ "\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\021\n\004" +
5193
+ "size\030\003 \001(\003H\002\210\001\001\022\024\n\007version\030\004 \001(\tH\003\210\001\001\022!\n" +
5194
+ "\024after_apply_guidance\030\005 \001(\tH\004\210\001\001\022\024\n\007appl" +
5195
+ "ied\030\006 \001(\010H\005\210\001\001B\007\n\005_nameB\016\n\014_descriptionB" +
5196
+ "\007\n\005_sizeB\n\n\010_versionB\027\n\025_after_apply_gui" +
5197
+ "danceB\n\n\010_applied\"\305\014\n\nCitrixHost\022\025\n\010host" +
5198
+ "name\030\001 \001(\tH\000\210\001\001\022\021\n\004name\030\002 \001(\tH\001\210\001\001\022\030\n\013de" +
5199
+ "scription\030\003 \001(\tH\002\210\001\001\022\026\n\tis_master\030\004 \001(\010H" +
5200
+ "\003\210\001\001\022\024\n\007address\030\005 \001(\tH\004\210\001\001\022\024\n\007edition\030\006 " +
5201
+ "\001(\tH\005\210\001\001\022\024\n\007enabled\030\007 \001(\010H\006\210\001\001\0221\n$extern" +
5202
+ "al_authentication_service_name\030\010 \001(\tH\007\210\001" +
5203
+ "\001\022)\n\034external_authentication_type\030\t \001(\tH" +
5204
+ "\010\210\001\001\022\034\n\017memory_overhead\030\n \001(\003H\t\210\001\001\022\032\n\rpo" +
5205
+ "wer_on_mode\030\013 \001(\tH\n\210\001\001\022\035\n\020scheduler_poli" +
5206
+ "cy\030\014 \001(\tH\013\210\001\001\022\021\n\004tags\030\r \001(\tH\014\210\001\001\022\024\n\007disp" +
5207
+ "lay\030\016 \001(\tH\r\210\001\001\0225\n\014last_updated\030\017 \001(\0132\032.g" +
5208
+ "oogle.protobuf.TimestampH\016\210\001\001\022\021\n\004live\030\020 " +
5209
+ "\001(\010H\017\210\001\001\022\030\n\013memory_free\030\021 \001(\003H\020\210\001\001\022\031\n\014me" +
5210
+ "mory_total\030\022 \001(\003H\021\210\001\001\022\026\n\thost_uuid\030\023 \001(\t" +
5211
+ "H\022\210\001\001\022#\n\026crash_dump_storage_ref\030\024 \001(\tH\023\210" +
5212
+ "\001\001\022$\n\027local_cache_storage_ref\030\025 \001(\tH\024\210\001\001" +
5213
+ "\022&\n\031suspend_image_storage_ref\030\026 \001(\tH\025\210\001\001" +
5214
+ "\022>\n\010storages\030\027 \003(\0132,.com.lansweeper.dp.o" +
5215
+ "utbound.v1.CitrixStorage\022S\n\023physical_int" +
5216
+ "erfaces\030\030 \003(\01326.com.lansweeper.dp.outbou" +
5217
+ "nd.v1.CitrixPhysicalInterface\0226\n\004pcis\030\031 " +
5218
+ "\003(\0132(.com.lansweeper.dp.outbound.v1.Citr" +
5219
+ "ixPci\022G\n\013extra_infos\030\032 \003(\01322.com.lanswee" +
5220
+ "per.dp.outbound.v1.CitrixHostExtraInfo\022?" +
5221
+ "\n\007patches\030\033 \003(\0132..com.lansweeper.dp.outb" +
5222
+ "ound.v1.CitrixHostPatch\022K\n\rphysical_cpus" +
5223
+ "\030\034 \003(\01324.com.lansweeper.dp.outbound.v1.C" +
5224
+ "itrixHostPhysicalCpu\022G\n\013crash_dumps\030\035 \003(" +
5225
+ "\01322.com.lansweeper.dp.outbound.v1.Citrix" +
5226
+ "HostCrashDump\022\030\n\020citrix_pool_uuid\030\036 \001(\t\022",
5227
+ "\030\n\020guest_asset_refs\030\037 \003(\tB\013\n\t_hostnameB\007" +
5228
+ "\n\005_nameB\016\n\014_descriptionB\014\n\n_is_masterB\n\n" +
5229
+ "\010_addressB\n\n\010_editionB\n\n\010_enabledB\'\n%_ex" +
5230
+ "ternal_authentication_service_nameB\037\n\035_e" +
5231
+ "xternal_authentication_typeB\022\n\020_memory_o" +
5232
+ "verheadB\020\n\016_power_on_modeB\023\n\021_scheduler_" +
5233
+ "policyB\007\n\005_tagsB\n\n\010_displayB\017\n\r_last_upd" +
5234
+ "atedB\007\n\005_liveB\016\n\014_memory_freeB\017\n\r_memory" +
5235
+ "_totalB\014\n\n_host_uuidB\031\n\027_crash_dump_stor" +
5236
+ "age_refB\032\n\030_local_cache_storage_refB\034\n\032_" +
5237
+ "suspend_image_storage_ref\"s\n\023CitrixHostC" +
5238
+ "rashDump\022\021\n\004size\030\001 \001(\003H\000\210\001\001\0222\n\ttimestamp" +
5239
+ "\030\002 \001(\0132\032.google.protobuf.TimestampH\001\210\001\001B" +
5240
+ "\007\n\005_sizeB\014\n\n_timestamp\"\321\002\n\025CitrixHostPhy" +
5241
+ "sicalCpu\022\023\n\006family\030\001 \001(\003H\000\210\001\001\022\025\n\010feature" +
5242
+ "s\030\002 \001(\tH\001\210\001\001\022\022\n\005flags\030\003 \001(\tH\002\210\001\001\022\022\n\005mode" +
5243
+ "l\030\004 \001(\003H\003\210\001\001\022\027\n\nmodel_name\030\005 \001(\tH\004\210\001\001\022\033\n" +
5244
+ "\016number_of_cpus\030\006 \001(\003H\005\210\001\001\022\022\n\005speed\030\007 \001(" +
5245
+ "\003H\006\210\001\001\022\025\n\010stepping\030\010 \001(\tH\007\210\001\001\022\023\n\006vendor\030" +
5246
+ "\t \001(\tH\010\210\001\001B\t\n\007_familyB\013\n\t_featuresB\010\n\006_f" +
5247
+ "lagsB\010\n\006_modelB\r\n\013_model_nameB\021\n\017_number" +
5248
+ "_of_cpusB\010\n\006_speedB\013\n\t_steppingB\t\n\007_vend" +
5249
+ "or\"\323\001\n\017CitrixHostPatch\022\021\n\004name\030\001 \001(\tH\000\210\001" +
5250
+ "\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022\021\n\004size\030\003 \001(" +
5251
+ "\003H\002\210\001\001\0220\n\007applied\030\004 \001(\0132\032.google.protobu" +
5252
+ "f.TimestampH\003\210\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\007" +
5253
+ "\n\005_nameB\016\n\014_descriptionB\007\n\005_sizeB\n\n\010_app" +
5254
+ "liedB\n\n\010_version\"\353\005\n\rCitrixStorage\022\021\n\004na" +
5255
+ "me\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001\001\022" +
5256
+ "\032\n\rphysical_size\030\003 \001(\003H\002\210\001\001\022!\n\024physical_" +
5257
+ "utilization\030\004 \001(\003H\003\210\001\001\022\021\n\004type\030\005 \001(\tH\004\210\001" +
5258
+ "\001\022\031\n\014content_type\030\006 \001(\tH\005\210\001\001\022\026\n\tclustere" +
5259
+ "d\030\007 \001(\010H\006\210\001\001\022\035\n\020is_tools_storage\030\010 \001(\010H\007" +
5260
+ "\210\001\001\022\030\n\013local_cache\030\t \001(\010H\010\210\001\001\022\023\n\006shared\030" +
5261
+ "\n \001(\010H\t\210\001\001\022\021\n\004tags\030\013 \001(\tH\n\210\001\001\022\037\n\022virtual" +
5262
+ "_allocation\030\014 \001(\003H\013\210\001\001\022\022\n\nhost_uuids\030\r \003" +
5263
+ "(\t\022\030\n\013storage_ref\030\016 \001(\tH\014\210\001\001\022X\n\026physical" +
5264
+ "_block_devices\030\017 \003(\01328.com.lansweeper.dp" +
5265
+ ".outbound.v1.CitrixPhysicalBlockDevice\022R" +
5266
+ "\n\023virtual_disk_images\030\020 \003(\01325.com.lanswe" +
5267
+ "eper.dp.outbound.v1.CitrixVirtualDiskIma" +
5268
+ "geB\007\n\005_nameB\016\n\014_descriptionB\020\n\016_physical" +
5269
+ "_sizeB\027\n\025_physical_utilizationB\007\n\005_typeB" +
5270
+ "\017\n\r_content_typeB\014\n\n_clusteredB\023\n\021_is_to" +
5271
+ "ols_storageB\016\n\014_local_cacheB\t\n\007_sharedB\007" +
5272
+ "\n\005_tagsB\025\n\023_virtual_allocationB\016\n\014_stora" +
5273
+ "ge_ref\"\331\001\n\031CitrixPhysicalBlockDevice\022\037\n\022" +
5274
+ "currently_attached\030\001 \001(\010H\000\210\001\001\022\025\n\010locatio" +
5275
+ "n\030\002 \001(\tH\001\210\001\001\022\025\n\010username\030\003 \001(\tH\002\210\001\001\022\021\n\004t" +
5276
+ "ype\030\004 \001(\tH\003\210\001\001\022\024\n\007version\030\005 \001(\tH\004\210\001\001B\025\n\023" +
5277
+ "_currently_attachedB\013\n\t_locationB\013\n\t_use" +
5278
+ "rnameB\007\n\005_typeB\n\n\010_version\"\326\005\n\026CitrixVir" +
5279
+ "tualDiskImage\022\021\n\004name\030\001 \001(\tH\000\210\001\001\022\030\n\013desc" +
5280
+ "ription\030\002 \001(\tH\001\210\001\001\022\032\n\rallow_caching\030\003 \001(" +
5281
+ "\010H\002\210\001\001\022\032\n\ris_a_snapshot\030\004 \001(\010H\003\210\001\001\022\025\n\010lo" +
5282
+ "cation\030\005 \001(\tH\004\210\001\001\022\024\n\007managed\030\006 \001(\010H\005\210\001\001\022" +
5283
+ "\034\n\017metadata_latest\030\007 \001(\010H\006\210\001\001\022\024\n\007missing" +
5284
+ "\030\010 \001(\010H\007\210\001\001\022\024\n\007on_boot\030\t \001(\tH\010\210\001\001\022!\n\024phy" +
5285
+ "sical_utilisation\030\n \001(\003H\t\210\001\001\022\026\n\tread_onl" +
5286
+ "y\030\013 \001(\010H\n\210\001\001\022\025\n\010sharable\030\014 \001(\010H\013\210\001\001\022\031\n\014s" +
5287
+ "torage_lock\030\r \001(\010H\014\210\001\001\022\021\n\004tags\030\016 \001(\tH\r\210\001" +
5288
+ "\001\022\021\n\004type\030\017 \001(\tH\016\210\001\001\022\031\n\014virtual_size\030\020 \001" +
5289
+ "(\003H\017\210\001\001\022\026\n\thost_uuid\030\021 \001(\tH\020\210\001\001\022\"\n\032virtu" +
5290
+ "al_block_device_uuids\030\022 \003(\tB\007\n\005_nameB\016\n\014" +
5291
+ "_descriptionB\020\n\016_allow_cachingB\020\n\016_is_a_" +
5292
+ "snapshotB\013\n\t_locationB\n\n\010_managedB\022\n\020_me" +
5293
+ "tadata_latestB\n\n\010_missingB\n\n\010_on_bootB\027\n" +
5294
+ "\025_physical_utilisationB\014\n\n_read_onlyB\013\n\t" +
5295
+ "_sharableB\017\n\r_storage_lockB\007\n\005_tagsB\007\n\005_" +
5296
+ "typeB\017\n\r_virtual_sizeB\014\n\n_host_uuid\"\203\002\n\t" +
5297
+ "CitrixPci\022\027\n\nclass_name\030\001 \001(\tH\000\210\001\001\022\030\n\013de" +
5298
+ "vice_name\030\002 \001(\tH\001\210\001\001\022\"\n\025subsystem_device" +
5299
+ "_name\030\003 \001(\tH\002\210\001\001\022\"\n\025subsystem_vendor_nam" +
5300
+ "e\030\004 \001(\tH\003\210\001\001\022\030\n\013vendor_name\030\005 \001(\tH\004\210\001\001B\r" +
5301
+ "\n\013_class_nameB\016\n\014_device_nameB\030\n\026_subsys" +
5302
+ "tem_device_nameB\030\n\026_subsystem_vendor_nam" +
5303
+ "eB\016\n\014_vendor_name\"y\n\023CitrixHostExtraInfo" +
5304
+ "\022\031\n\014info_type_id\030\001 \001(\005H\000\210\001\001\022\020\n\003key\030\002 \001(\t" +
5305
+ "H\001\210\001\001\022\022\n\005value\030\003 \001(\tH\002\210\001\001B\017\n\r_info_type_" +
5306
+ "idB\006\n\004_keyB\010\n\006_value\"\344\021\n\013CitrixGuest\022\021\n\004" +
5307
+ "name\030\001 \001(\tH\000\210\001\001\022\030\n\013description\030\002 \001(\tH\001\210\001" +
5308
+ "\001\022\023\n\006memory\030\003 \001(\003H\002\210\001\001\022\026\n\tcpu_count\030\004 \001(" +
5309
+ "\003H\003\210\001\001\022\022\n\005state\030\005 \001(\tH\004\210\001\001\022\021\n\004live\030\006 \001(\010" +
5310
+ "H\005\210\001\001\0225\n\014last_updated\030\007 \001(\0132\032.google.pro" +
5311
+ "tobuf.TimestampH\006\210\001\001\022\034\n\017hvm_boot_policy\030" +
5312
+ "\010 \001(\tH\007\210\001\001\022\"\n\025hvm_shadow_multiplier\030\t \001(" +
5313
+ "\001H\010\210\001\001\022\024\n\007pci_bus\030\n \001(\tH\t\210\001\001\022\031\n\014pv_argum" +
5314
+ "ents\030\013 \001(\tH\n\210\001\001\022\032\n\rpv_bootloader\030\014 \001(\tH\013" +
5315
+ "\210\001\001\022$\n\027pv_bootloader_arguments\030\r \001(\tH\014\210\001" +
5316
+ "\001\022\026\n\tpv_kernel\030\016 \001(\tH\r\210\001\001\022 \n\023pv_legacy_a" +
5317
+ "rguments\030\017 \001(\tH\016\210\001\001\022\027\n\npv_ramdisk\030\020 \001(\tH" +
5318
+ "\017\210\001\001\022 \n\023actions_after_crash\030\021 \001(\tH\020\210\001\001\022!" +
5319
+ "\n\024actions_after_reboot\030\022 \001(\tH\021\210\001\001\022#\n\026act" +
5320
+ "ions_after_shutdown\030\023 \001(\tH\022\210\001\001\022\032\n\rha_alw" +
5321
+ "ays_run\030\024 \001(\010H\023\210\001\001\022 \n\023ha_restart_priorit" +
5322
+ "y\030\025 \001(\tH\024\210\001\001\022&\n\031hardware_platform_versio" +
5323
+ "n\030\026 \001(\003H\025\210\001\001\022\037\n\022last_booted_record\030\027 \001(\t" +
5324
+ "H\026\210\001\001\022\037\n\022memory_dynamic_max\030\030 \001(\003H\027\210\001\001\022\037" +
5325
+ "\n\022memory_dynamic_min\030\031 \001(\003H\030\210\001\001\022\034\n\017memor" +
5326
+ "y_overhead\030\032 \001(\003H\031\210\001\001\022\036\n\021memory_static_m" +
5327
+ "ax\030\033 \001(\003H\032\210\001\001\022\036\n\021memory_static_min\030\034 \001(\003" +
5328
+ "H\033\210\001\001\022\032\n\rmemory_target\030\035 \001(\003H\034\210\001\001\022\022\n\005ord" +
5329
+ "er\030\036 \001(\003H\035\210\001\001\022\030\n\013power_state\030\037 \001(\tH\036\210\001\001\022" +
5330
+ "\033\n\016shutdown_delay\030 \001(\003H\037\210\001\001\022\030\n\013start_de" +
5331
+ "lay\030! \001(\003H \210\001\001\022\021\n\004tags\030\" \001(\tH!\210\001\001\022\031\n\014use" +
5332
+ "r_version\030# \001(\003H\"\210\001\001\022\024\n\007version\030$ \001(\003H#\210" +
5333
+ "\001\001\0225\n\014install_time\030% \001(\0132\032.google.protob" +
5334
+ "uf.TimestampH$\210\001\001\0223\n\nstart_time\030& \001(\0132\032." +
5335
+ "google.protobuf.TimestampH%\210\001\001\022\026\n\thost_u" +
5336
+ "uid\030\' \001(\tH&\210\001\001\022\027\n\nguest_uuid\030( \001(\tH\'\210\001\001\022" +
5337
+ "Q\n\022virtual_interfaces\030) \003(\01325.com.lanswe" +
5338
+ "eper.dp.outbound.v1.CitrixVirtualInterfa" +
5339
+ "ce\022H\n\013extra_infos\030* \003(\01323.com.lansweeper" +
5340
+ ".dp.outbound.v1.CitrixGuestExtraInfo\022V\n\025" +
5341
+ "virtual_block_devices\030+ \003(\01327.com.lanswe" +
5342
+ "eper.dp.outbound.v1.CitrixVirtualBlockDe" +
5343
+ "vice\022\030\n\020citrix_host_uuid\030, \001(\t\022\030\n\020citrix" +
5344
+ "_pool_uuid\030- \001(\t\022\031\n\014appliance_id\030. \001(\tH(" +
5345
+ "\210\001\001B\007\n\005_nameB\016\n\014_descriptionB\t\n\007_memoryB" +
5346
+ "\014\n\n_cpu_countB\010\n\006_stateB\007\n\005_liveB\017\n\r_las" +
5347
+ "t_updatedB\022\n\020_hvm_boot_policyB\030\n\026_hvm_sh" +
5348
+ "adow_multiplierB\n\n\010_pci_busB\017\n\r_pv_argum" +
5349
+ "entsB\020\n\016_pv_bootloaderB\032\n\030_pv_bootloader" +
5350
+ "_argumentsB\014\n\n_pv_kernelB\026\n\024_pv_legacy_a" +
5351
+ "rgumentsB\r\n\013_pv_ramdiskB\026\n\024_actions_afte" +
5352
+ "r_crashB\027\n\025_actions_after_rebootB\031\n\027_act" +
5353
+ "ions_after_shutdownB\020\n\016_ha_always_runB\026\n" +
5354
+ "\024_ha_restart_priorityB\034\n\032_hardware_platf" +
5355
+ "orm_versionB\025\n\023_last_booted_recordB\025\n\023_m" +
5356
+ "emory_dynamic_maxB\025\n\023_memory_dynamic_min" +
5357
+ "B\022\n\020_memory_overheadB\024\n\022_memory_static_m" +
5358
+ "axB\024\n\022_memory_static_minB\020\n\016_memory_targ" +
5359
+ "etB\010\n\006_orderB\016\n\014_power_stateB\021\n\017_shutdow" +
5360
+ "n_delayB\016\n\014_start_delayB\007\n\005_tagsB\017\n\r_use" +
5361
+ "r_versionB\n\n\010_versionB\017\n\r_install_timeB\r" +
5362
+ "\n\013_start_timeB\014\n\n_host_uuidB\r\n\013_guest_uu" +
5363
+ "idB\017\n\r_appliance_id\"z\n\024CitrixGuestExtraI" +
5364
+ "nfo\022\031\n\014info_type_id\030\001 \001(\005H\000\210\001\001\022\020\n\003key\030\002 " +
5365
+ "\001(\tH\001\210\001\001\022\022\n\005value\030\003 \001(\tH\002\210\001\001B\017\n\r_info_ty" +
5366
+ "pe_idB\006\n\004_keyB\010\n\006_value\"\204\006\n\030CitrixVirtua" +
5367
+ "lBlockDevice\022\025\n\010bootable\030\001 \001(\010H\000\210\001\001\022\037\n\022c" +
5368
+ "urrently_attached\030\002 \001(\010H\001\210\001\001\022\023\n\006device\030\003" +
5369
+ " \001(\tH\002\210\001\001\022\022\n\005empty\030\004 \001(\010H\003\210\001\001\022\021\n\004mode\030\005 " +
5370
+ "\001(\tH\004\210\001\001\022%\n\030qos_algorithm_parameters\030\006 \001" +
5371
+ "(\tH\005\210\001\001\022\037\n\022qos_algorithm_type\030\007 \001(\tH\006\210\001\001" +
5372
+ "\022%\n\030qos_supported_algorithms\030\010 \001(\tH\007\210\001\001\022" +
5373
+ "\037\n\022runtime_properties\030\t \001(\tH\010\210\001\001\022\030\n\013stat" +
5374
+ "us_code\030\n \001(\003H\t\210\001\001\022\033\n\016status_details\030\013 \001" +
5375
+ "(\tH\n\210\001\001\022\031\n\014storage_lock\030\014 \001(\010H\013\210\001\001\022\021\n\004ty" +
5376
+ "pe\030\r \001(\tH\014\210\001\001\022\030\n\013unpluggable\030\016 \001(\010H\r\210\001\001\022" +
5377
+ "\030\n\013user_device\030\017 \001(\tH\016\210\001\001\022&\n\031virtual_blo" +
5378
+ "ck_device_uuid\030\020 \001(\tH\017\210\001\001B\013\n\t_bootableB\025" +
5379
+ "\n\023_currently_attachedB\t\n\007_deviceB\010\n\006_emp" +
5380
+ "tyB\007\n\005_modeB\033\n\031_qos_algorithm_parameters" +
5381
+ "B\025\n\023_qos_algorithm_typeB\033\n\031_qos_supporte" +
5382
+ "d_algorithmsB\025\n\023_runtime_propertiesB\016\n\014_" +
5383
+ "status_codeB\021\n\017_status_detailsB\017\n\r_stora" +
5384
+ "ge_lockB\007\n\005_typeB\016\n\014_unpluggableB\016\n\014_use" +
5385
+ "r_deviceB\034\n\032_virtual_block_device_uuid\"\257" +
5386
+ "\t\n\027CitrixPhysicalInterface\022\030\n\013device_nam" +
5387
+ "e\030\001 \001(\tH\000\210\001\001\022\020\n\003mac\030\002 \001(\tH\001\210\001\001\022\020\n\003mtu\030\003 " +
5388
+ "\001(\003H\002\210\001\001\022\020\n\003dns\030\004 \001(\tH\003\210\001\001\022\017\n\002ip\030\005 \001(\tH\004" +
5389
+ "\210\001\001\022\024\n\007netmask\030\006 \001(\tH\005\210\001\001\022\024\n\007gateway\030\007 \001" +
5390
+ "(\tH\006\210\001\001\022\023\n\006vendor\030\010 \001(\tH\007\210\001\001\022\022\n\005speed\030\t " +
5391
+ "\001(\003H\010\210\001\001\0225\n\014last_updated\030\n \001(\0132\032.google." +
5392
+ "protobuf.TimestampH\t\210\001\001\022\037\n\022currently_att" +
5393
+ "ached\030\013 \001(\010H\n\210\001\001\022\034\n\017disallow_unplug\030\014 \001(" +
5394
+ "\010H\013\210\001\001\022\022\n\005ip_v6\030\r \001(\tH\014\210\001\001\022\023\n\006device\030\016 \001" +
5395
+ "(\tH\r\210\001\001\022\"\n\025ip_configuration_mode\030\017 \001(\tH\016" +
5396
+ "\210\001\001\022%\n\030ip_v6_configuration_mode\030\020 \001(\tH\017\210" +
5397
+ "\001\001\022\032\n\rip_v6_gateway\030\021 \001(\tH\020\210\001\001\022\024\n\007manage" +
5398
+ "d\030\022 \001(\010H\021\210\001\001\022\027\n\nmanagement\030\023 \001(\010H\022\210\001\001\022\025\n" +
5399
+ "\010physical\030\024 \001(\010H\023\210\001\001\022!\n\024primary_address_" +
5400
+ "type\030\025 \001(\tH\024\210\001\001\022\024\n\007carrier\030\026 \001(\010H\025\210\001\001\022\023\n" +
5401
+ "\006duplex\030\027 \001(\010H\026\210\001\001\022\026\n\tdevice_id\030\030 \001(\tH\027\210" +
5402
+ "\001\001\022\031\n\014pci_bus_path\030\031 \001(\tH\030\210\001\001\022\026\n\tvendor_" +
5403
+ "id\030\032 \001(\tH\031\210\001\001\022\030\n\013vendor_name\030\033 \001(\tH\032\210\001\001\022" +
5404
+ "\026\n\thost_uuid\030\034 \001(\tH\033\210\001\001\022\033\n\016interface_uui" +
5405
+ "d\030\035 \001(\tH\034\210\001\001B\016\n\014_device_nameB\006\n\004_macB\006\n\004" +
5406
+ "_mtuB\006\n\004_dnsB\005\n\003_ipB\n\n\010_netmaskB\n\n\010_gate" +
5407
+ "wayB\t\n\007_vendorB\010\n\006_speedB\017\n\r_last_update" +
5408
+ "dB\025\n\023_currently_attachedB\022\n\020_disallow_un" +
5409
+ "plugB\010\n\006_ip_v6B\t\n\007_deviceB\030\n\026_ip_configu" +
5410
+ "ration_modeB\033\n\031_ip_v6_configuration_mode" +
5411
+ "B\020\n\016_ip_v6_gatewayB\n\n\010_managedB\r\n\013_manag" +
5412
+ "ementB\013\n\t_physicalB\027\n\025_primary_address_t" +
5413
+ "ypeB\n\n\010_carrierB\t\n\007_duplexB\014\n\n_device_id" +
5414
+ "B\017\n\r_pci_bus_pathB\014\n\n_vendor_idB\016\n\014_vend" +
5415
+ "or_nameB\014\n\n_host_uuidB\021\n\017_interface_uuid" +
5416
+ "\"_\n\035CitrixVirtualInterfaceAddress\022\027\n\nip_" +
5417
+ "version\030\001 \001(\rH\000\210\001\001\022\017\n\002ip\030\002 \001(\tH\001\210\001\001B\r\n\013_" +
5418
+ "ip_versionB\005\n\003_ip\"\221\005\n\026CitrixVirtualInter" +
5419
+ "face\022\023\n\006device\030\001 \001(\tH\000\210\001\001\022\020\n\003mac\030\002 \001(\tH\001" +
5420
+ "\210\001\001\022\037\n\022mac_auto_generated\030\003 \001(\010H\002\210\001\001\022\020\n\003" +
5421
+ "mtu\030\004 \001(\003H\003\210\001\001\022\030\n\013status_code\030\005 \001(\003H\004\210\001\001" +
5422
+ "\022\033\n\016status_details\030\006 \001(\tH\005\210\001\001\022\037\n\022current" +
5423
+ "ly_attached\030\007 \001(\010H\006\210\001\001\022\037\n\022qos_algorithm_" +
5424
+ "type\030\010 \001(\tH\007\210\001\001\022\033\n\016qos_algorithms\030\t \001(\tH" +
5425
+ "\010\210\001\001\022\031\n\014locking_mode\030\n \001(\tH\t\210\001\001\022\026\n\thost_" +
5426
+ "uuid\030\013 \001(\tH\n\210\001\001\022\023\n\006vm_ref\030\014 \001(\tH\013\210\001\001\022\033\n\016" +
5427
+ "interface_uuid\030\r \001(\tH\014\210\001\001\022O\n\taddresses\030\016" +
5428
+ " \003(\0132<.com.lansweeper.dp.outbound.v1.Cit" +
5429
+ "rixVirtualInterfaceAddressB\t\n\007_deviceB\006\n" +
5430
+ "\004_macB\025\n\023_mac_auto_generatedB\006\n\004_mtuB\016\n\014" +
5431
+ "_status_codeB\021\n\017_status_detailsB\025\n\023_curr" +
5432
+ "ently_attachedB\025\n\023_qos_algorithm_typeB\021\n" +
5433
+ "\017_qos_algorithmsB\017\n\r_locking_modeB\014\n\n_ho" +
5434
+ "st_uuidB\t\n\007_vm_refB\021\n\017_interface_uuid\"\200\003" +
5435
+ "\n\020IpLocationConfig\022\014\n\004name\030\001 \001(\t\022\032\n\rloca" +
5436
+ "l_ip_cidr\030\002 \001(\tH\000\210\001\001\022\033\n\016local_ip_start\030\003" +
5437
+ " \001(\tH\001\210\001\001\022\031\n\014local_ip_end\030\004 \001(\tH\002\210\001\001\022\026\n\t" +
5438
+ "source_id\030\005 \001(\tH\003\210\001\001\022\035\n\020internet_ip_cidr" +
5439
+ "\030\006 \001(\tH\004\210\001\001\022\"\n\025internet_country_code\030\007 \001" +
5440
+ "(\tH\005\210\001\001\022\"\n\025internet_country_city\030\010 \001(\tH\006" +
5441
+ "\210\001\001B\020\n\016_local_ip_cidrB\021\n\017_local_ip_start" +
5442
+ "B\017\n\r_local_ip_endB\014\n\n_source_idB\023\n\021_inte" +
5443
+ "rnet_ip_cidrB\030\n\026_internet_country_codeB\030" +
5444
+ "\n\026_internet_country_city\"\032\n\007SiteKey\022\017\n\007s" +
5445
+ "ite_id\030\001 \001(\t\"M\n\014ReconRuleSet\022=\n\013recon_ru" +
5446
+ "les\030\001 \003(\0132(.com.lansweeper.dp.outbound.v" +
5447
+ "1.ReconRule\"\211\001\n\tReconRule\0226\n\002id\030\001 \001(\0162*." +
5448
+ "com.lansweeper.dp.outbound.v1.ReconRuleI" +
5449
+ "d\022\014\n\004name\030\002 \001(\t\022\023\n\013description\030\003 \001(\t\022\020\n\010" +
5450
+ "priority\030\004 \001(\005\022\017\n\007enabled\030\005 \001(\010\"\246\010\n\025Offi" +
5451
+ "ce365Organization\022\021\n\ttenant_id\030\001 \001(\t\022\030\n\013" +
5452
+ "displayname\030\002 \001(\tH\000\210\001\001\022\024\n\007country\030\003 \001(\tH" +
5453
+ "\001\210\001\001\022\021\n\004city\030\004 \001(\tH\002\210\001\001\022\031\n\014country_name\030" +
5454
+ "\005 \001(\tH\003\210\001\001\022\030\n\013postal_code\030\006 \001(\tH\004\210\001\001\022\022\n\005" +
5455
+ "state\030\007 \001(\tH\005\210\001\001\022\023\n\006street\030\010 \001(\tH\006\210\001\001\022\035\n" +
5456
+ "\020telephone_number\030\t \001(\tH\007\210\001\001\022C\n\032company_" +
5457
+ "last_dir_sync_time\030\n \001(\0132\032.google.protob" +
5458
+ "uf.TimestampH\010\210\001\001\022\035\n\020dir_sync_enabled\030\013 " +
5459
+ "\001(\010H\t\210\001\001\022?\n\007domains\030\014 \003(\0132..com.lansweep" +
5460
+ "er.dp.outbound.v1.Office365Domain\022A\n\010lic" +
5461
+ "enses\030\017 \003(\0132/.com.lansweeper.dp.outbound" +
5462
+ ".v1.Office365License\022c\n\016assigned_plans\030\020" +
5463
+ " \003(\0132G.com.lansweeper.dp.outbound.v1.Off" +
5464
+ "ice365Organization.AssignedPlansEntryB\002\030" +
5465
+ "\001\022A\n\010contacts\030\021 \003(\0132/.com.lansweeper.dp." +
5466
+ "outbound.v1.Office365Contact\022B\n\tmailboxe" +
5467
+ "s\030\022 \003(\0132/.com.lansweeper.dp.outbound.v1." +
5468
+ "Office365Mailbox\022V\n\021assigned_licenses\030\023 " +
5469
+ "\003(\01327.com.lansweeper.dp.outbound.v1.Offi" +
5470
+ "ce365AssignedLicenseB\002\030\001\032j\n\022AssignedPlan" +
5471
+ "sEntry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01324.com" +
5472
+ ".lansweeper.dp.outbound.v1.Office365Assi" +
5473
+ "gnedPlan:\0028\001B\016\n\014_displaynameB\n\n\010_country" +
5474
+ "B\007\n\005_cityB\017\n\r_country_nameB\016\n\014_postal_co" +
5475
+ "deB\010\n\006_stateB\t\n\007_streetB\023\n\021_telephone_nu" +
5476
+ "mberB\035\n\033_company_last_dir_sync_timeB\023\n\021_" +
5477
+ "dir_sync_enabled\"\274\002\n\020Office365Mailbox\022\027\n" +
5478
+ "\017o365_mailbox_id\030\001 \001(\t\022\034\n\024o365_organizat" +
5479
+ "ion_id\030\002 \001(\t\022\024\n\014display_name\030\003 \001(\t\022\025\n\rpr" +
5480
+ "imary_email\030\004 \001(\t\022\025\n\remail_address\030\005 \001(\t" +
5481
+ "\022\r\n\005alias\030\006 \001(\t\022\026\n\016recipient_type\030\007 \001(\t\022" +
5482
+ "\036\n\026recipient_type_details\030\010 \001(\t\022\033\n\023user_" +
5483
+ "principal_name\030\t \001(\t\022\020\n\010identity\030\n \001(\t\022\030" +
5484
+ "\n\020o365_mailbox_key\030\013 \001(\t\022\035\n\025o365_organiz" +
5485
+ "ation_key\030\014 \001(\t\"\236\003\n\025Office365AssignedPla" +
5486
+ "n\022\027\n\017service_plan_id\030\001 \001(\t\022\024\n\007service\030\002 " +
5487
+ "\001(\tH\000\210\001\001\022\036\n\021capability_status\030\003 \001(\tH\001\210\001\001" +
5488
+ "\022<\n\023assigned_time_stamp\030\004 \001(\0132\032.google.p" +
5489
+ "rotobuf.TimestampH\002\210\001\001\022W\n\nusers_keys\030\005 \003" +
5490
+ "(\0132C.com.lansweeper.dp.outbound.v1.Offic" +
5491
+ "e365AssignedPlan.UsersKeysEntry\022\035\n\025o365_" +
5492
+ "assigned_plan_id\030\006 \001(\t\022\024\n\014o365_user_id\030\010" +
5493
+ " \001(\t\0320\n\016UsersKeysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005v" +
5494
+ "alue\030\002 \001(\010:\0028\001B\n\n\010_serviceB\024\n\022_capabilit" +
5495
+ "y_statusB\026\n\024_assigned_time_stamp\"\250\001\n\030Off" +
5496
+ "ice365AssignedLicense\022 \n\030o365_assigned_l" +
5497
+ "icense_id\030\001 \001(\t\022\027\n\017o365_license_id\030\002 \001(\t" +
5498
+ "\022\024\n\014o365_user_id\030\003 \001(\t\022!\n\031o365_assigned_" +
5499
+ "license_key\030\004 \001(\t\022\030\n\020o365_license_key\030\005 " +
5500
+ "\001(\t\"Z\n\020Office365Contact\022\031\n\014display_name\030" +
5501
+ "\001 \001(\tH\000\210\001\001\022\021\n\004mail\030\002 \001(\tH\001\210\001\001B\017\n\r_displa" +
5502
+ "y_nameB\007\n\005_mail\"\223\004\n\017Office365Domain\022\n\n\002i" +
5503
+ "d\030\001 \001(\005\022\034\n\017organization_id\030\002 \001(\005H\000\210\001\001\022\030\n" +
5504
+ "\013domain_name\030\003 \001(\tH\001\210\001\001\022 \n\023authenticatio" +
5505
+ "n_type\030\004 \001(\tH\002\210\001\001\022\035\n\020is_admin_managed\030\005 " +
5506
+ "\001(\010H\003\210\001\001\022\027\n\nis_default\030\006 \001(\010H\004\210\001\001\022\027\n\nis_" +
5507
+ "initial\030\007 \001(\010H\005\210\001\001\022\024\n\007is_root\030\010 \001(\010H\006\210\001\001" +
5508
+ "\022\030\n\013is_verified\030\t \001(\010H\007\210\001\001\022\037\n\022supported_" +
5509
+ "services\030\n \001(\tH\010\210\001\001\022\022\n\005state\030\013 \001(\tH\t\210\001\001\022" +
5510
+ " \n\023availability_status\030\014 \001(\tH\n\210\001\001B\022\n\020_or" +
5511
+ "ganization_idB\016\n\014_domain_nameB\026\n\024_authen" +
5512
+ "tication_typeB\023\n\021_is_admin_managedB\r\n\013_i" +
5513
+ "s_defaultB\r\n\013_is_initialB\n\n\010_is_rootB\016\n\014" +
5514
+ "_is_verifiedB\025\n\023_supported_servicesB\010\n\006_" +
5515
+ "stateB\026\n\024_availability_status\"\263\003\n\016Office" +
5516
+ "365Group\022\021\n\tobject_id\030\001 \001(\t\022\031\n\014display_n" +
5517
+ "ame\030\002 \001(\tH\000\210\001\001\022\030\n\013description\030\003 \001(\tH\001\210\001\001" +
5518
+ "\022\031\n\014mail_enabled\030\004 \001(\010H\002\210\001\001\022\035\n\020security_" +
5519
+ "enabled\030\005 \001(\010H\003\210\001\001\022\021\n\004mail\030\006 \001(\tH\004\210\001\001\022\032\n" +
5520
+ "\rmail_nickname\030\007 \001(\tH\005\210\001\001\022\034\n\017proxy_addre" +
5521
+ "sses\030\010 \001(\tH\006\210\001\001\022$\n\027organization_entity_k" +
5522
+ "ey\030\t \001(\tH\007\210\001\001\022\021\n\004type\030\n \001(\tH\010\210\001\001B\017\n\r_dis" +
5523
+ "play_nameB\016\n\014_descriptionB\017\n\r_mail_enabl" +
5524
+ "edB\023\n\021_security_enabledB\007\n\005_mailB\020\n\016_mai" +
5525
+ "l_nicknameB\022\n\020_proxy_addressesB\032\n\030_organ" +
5526
+ "ization_entity_keyB\007\n\005_type\"\216\005\n\020Office36" +
5527
+ "5License\022\016\n\006sku_id\030\001 \001(\t\022\033\n\016consumed_uni" +
5528
+ "ts\030\002 \001(\005H\000\210\001\001\022\"\n\025prepaid_units_enabled\030\003" +
5529
+ " \001(\005H\001\210\001\001\022$\n\027prepaid_units_suspended\030\004 \001" +
5530
+ "(\005H\002\210\001\001\022\"\n\025prepaid_units_warning\030\005 \001(\005H\003" +
5531
+ "\210\001\001\022\034\n\017sku_part_number\030\006 \001(\tH\004\210\001\001\022\027\n\napp" +
5532
+ "lies_to\030\007 \001(\tH\005\210\001\001\022\036\n\021capability_status\030" +
5533
+ "\010 \001(\tH\006\210\001\001\022R\n\nusers_keys\030\t \003(\0132>.com.lan" +
5534
+ "sweeper.dp.outbound.v1.Office365License." +
5535
+ "UsersKeysEntry\022J\n\rservice_plans\030\n \003(\01323." +
5536
+ "com.lansweeper.dp.outbound.v1.Office365S" +
5537
+ "ervicePlan\022\021\n\004name\030\013 \001(\tH\007\210\001\001\0320\n\016UsersKe" +
5538
+ "ysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B" +
5539
+ "\021\n\017_consumed_unitsB\030\n\026_prepaid_units_ena" +
5540
+ "bledB\032\n\030_prepaid_units_suspendedB\030\n\026_pre" +
5541
+ "paid_units_warningB\022\n\020_sku_part_numberB\r" +
5542
+ "\n\013_applies_toB\024\n\022_capability_statusB\007\n\005_" +
5543
+ "name\"\340\001\n\024Office365ServicePlan\022\034\n\017service" +
5544
+ "_plan_id\030\001 \001(\tH\000\210\001\001\022\036\n\021service_plan_name" +
5545
+ "\030\002 \001(\tH\001\210\001\001\022 \n\023provisioning_status\030\003 \001(\t" +
5546
+ "H\002\210\001\001\022\027\n\napplies_to\030\004 \001(\tH\003\210\001\001B\022\n\020_servi" +
5547
+ "ce_plan_idB\024\n\022_service_plan_nameB\026\n\024_pro" +
5548
+ "visioning_statusB\r\n\013_applies_to\"\222\023\n\rOffi" +
5549
+ "ce365User\022\021\n\tobject_id\030\001 \001(\t\022 \n\023user_pri" +
5550
+ "ncipal_name\030\002 \001(\tH\000\210\001\001\022\031\n\014display_name\030\003" +
5551
+ " \001(\tH\001\210\001\001\022\021\n\004mail\030\004 \001(\tH\002\210\001\001\022\034\n\017account_" +
5552
+ "enabled\030\005 \001(\010H\003\210\001\001\022\026\n\tage_group\030\006 \001(\tH\004\210" +
5553
+ "\001\001\022\021\n\004city\030\007 \001(\tH\005\210\001\001\022\024\n\007company\030\010 \001(\tH\006" +
5554
+ "\210\001\001\022\'\n\032consent_provided_for_minor\030\t \001(\tH" +
5555
+ "\007\210\001\001\022\032\n\rcreation_type\030\n \001(\tH\010\210\001\001\022\027\n\ndepa" +
5556
+ "rtment\030\013 \001(\tH\t\210\001\001\022\035\n\020dir_sync_enabled\030\014 " +
5557
+ "\001(\010H\n\210\001\001\022\'\n\032facsimile_telephone_number\030\r" +
5558
+ " \001(\tH\013\210\001\001\022\027\n\ngiven_name\030\016 \001(\tH\014\210\001\001\022\031\n\014im" +
5559
+ "mutable_id\030\017 \001(\tH\r\210\001\001\022$\n\027is_global_admin" +
5560
+ "istrator\030\020 \001(\010H\016\210\001\001\022\030\n\013is_licensed\030\021 \001(\010" +
5561
+ "H\017\210\001\001\022\026\n\tjob_title\030\022 \001(\tH\020\210\001\001\022;\n\022last_di" +
5562
+ "r_sync_time\030\023 \001(\0132\032.google.protobuf.Time" +
5563
+ "stampH\021\210\001\001\022+\n\036legal_age_group_classifica" +
5564
+ "tion\030\024 \001(\tH\022\210\001\001\022\033\n\016mail_nick_name\030\025 \001(\tH" +
5565
+ "\023\210\001\001\022\023\n\006mobile\030\026 \001(\tH\024\210\001\001\022,\n\037on_premises" +
5566
+ "_security_identifier\030\027 \001(\tH\025\210\001\001\022\030\n\013other" +
5567
+ "_mails\030\030 \001(\tH\026\210\001\001\022\036\n\021password_policies\030\031" +
5568
+ " \001(\tH\027\210\001\001\022\035\n\020password_profile\030\032 \001(\tH\030\210\001\001" +
5569
+ "\022*\n\035physical_delivery_office_name\030\033 \001(\tH" +
5570
+ "\031\210\001\001\022\030\n\013postal_code\030\034 \001(\tH\032\210\001\001\022\037\n\022prefer" +
5571
+ "red_language\030\036 \001(\tH\033\210\001\001\022L\n#refresh_token" +
5572
+ "s_valid_from_date_time\030\037 \001(\0132\032.google.pr" +
5573
+ "otobuf.TimestampH\034\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001" +
5574
+ "\001\022\023\n\006street\030! \001(\tH\036\210\001\001\022\035\n\020telephone_numb" +
5575
+ "er\030\" \001(\tH\037\210\001\001\022\033\n\016usage_location\030# \001(\tH \210" +
5576
+ "\001\001\022\026\n\tuser_type\030$ \001(\tH!\210\001\001\022\030\n\013manager_up" +
5577
+ "n\030% \001(\tH\"\210\001\001\022\037\n\022distinguished_name\030& \001(\t" +
5578
+ "H#\210\001\001\022)\n\034reset_password_on_next_logon\030\' " +
5579
+ "\001(\010H$\210\001\001\022\021\n\004name\030( \001(\tH%\210\001\001\022$\n\027organizat" +
5580
+ "ion_entity_key\030) \001(\tH&\210\001\001\022O\n\ngroup_keys\030" +
5581
+ "* \003(\0132;.com.lansweeper.dp.outbound.v1.Of" +
5582
+ "fice365User.GroupKeysEntry\022\021\n\004type\030+ \001(\t" +
5583
+ "H\'\210\001\001\022\023\n\006domain\030, \001(\tH(\210\001\001\022W\n\016assigned_p" +
5584
+ "lans\030- \003(\0132?.com.lansweeper.dp.outbound." +
5585
+ "v1.Office365User.AssignedPlansEntry\0320\n\016G" +
5586
+ "roupKeysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(" +
5587
+ "\010:\0028\001\032j\n\022AssignedPlansEntry\022\013\n\003key\030\001 \001(\t" +
5588
+ "\022C\n\005value\030\002 \001(\01324.com.lansweeper.dp.outb" +
5589
+ "ound.v1.Office365AssignedPlan:\0028\001B\026\n\024_us" +
5590
+ "er_principal_nameB\017\n\r_display_nameB\007\n\005_m" +
5591
+ "ailB\022\n\020_account_enabledB\014\n\n_age_groupB\007\n" +
5592
+ "\005_cityB\n\n\010_companyB\035\n\033_consent_provided_" +
5593
+ "for_minorB\020\n\016_creation_typeB\r\n\013_departme" +
5594
+ "ntB\023\n\021_dir_sync_enabledB\035\n\033_facsimile_te" +
5595
+ "lephone_numberB\r\n\013_given_nameB\017\n\r_immuta" +
5596
+ "ble_idB\032\n\030_is_global_administratorB\016\n\014_i" +
5597
+ "s_licensedB\014\n\n_job_titleB\025\n\023_last_dir_sy" +
5598
+ "nc_timeB!\n\037_legal_age_group_classificati" +
5599
+ "onB\021\n\017_mail_nick_nameB\t\n\007_mobileB\"\n _on_" +
5600
+ "premises_security_identifierB\016\n\014_other_m" +
5601
+ "ailsB\024\n\022_password_policiesB\023\n\021_password_" +
5602
+ "profileB \n\036_physical_delivery_office_nam" +
5603
+ "eB\016\n\014_postal_codeB\025\n\023_preferred_language" +
5604
+ "B&\n$_refresh_tokens_valid_from_date_time" +
5605
+ "B\010\n\006_stateB\t\n\007_streetB\023\n\021_telephone_numb" +
5606
+ "erB\021\n\017_usage_locationB\014\n\n_user_typeB\016\n\014_" +
5607
+ "manager_upnB\025\n\023_distinguished_nameB\037\n\035_r" +
5608
+ "eset_password_on_next_logonB\007\n\005_nameB\032\n\030" +
5609
+ "_organization_entity_keyB\007\n\005_typeB\t\n\007_do" +
5610
+ "main*a\n\013ReconRuleId\022\024\n\020RECONCILE_BY_MAC\020" +
5611
+ "\000\022\"\n\036RECONCILE_BY_MAKE_MODEL_SERIAL\020\001\022\030\n" +
5612
+ "\024RECONCILE_BY_NETBIOS\020\0022\244\005\n\027DataCoreOutb" +
5613
+ "oundService\022p\n\tGetEntity\022/.com.lansweepe" +
5614
+ "r.dp.outbound.v1.GetEntityRequest\0320.com." +
5615
+ "lansweeper.dp.outbound.v1.GetEntityRespo" +
5616
+ "nse\"\000\022w\n\014ListEntities\0220.com.lansweeper.d" +
5617
+ "p.outbound.v1.ListEntityRequest\0321.com.la" +
5618
+ "nsweeper.dp.outbound.v1.ListEntityRespon" +
5619
+ "se\"\0000\001\022|\n\rCatalogLookup\0223.com.lansweeper" +
5620
+ ".dp.outbound.v1.CatalogLookupRequest\0324.c" +
5621
+ "om.lansweeper.dp.outbound.v1.CatalogLook" +
5622
+ "upResponse\"\000\022\216\001\n\023GetIpLocationConfig\0229.c" +
5623
+ "om.lansweeper.dp.outbound.v1.GetIpLocati" +
5624
+ "onConfigRequest\032:.com.lansweeper.dp.outb" +
5625
+ "ound.v1.GetIpLocationConfigResponse\"\000\022\216\001" +
5626
+ "\n\023SetIpLocationConfig\0229.com.lansweeper.d",
5627
+ "p.outbound.v1.SetIpLocationConfigRequest" +
5628
+ "\032:.com.lansweeper.dp.outbound.v1.SetIpLo" +
5629
+ "cationConfigResponse\"\0002\331\t\n\031DataCoreBacko" +
5630
+ "fficeService\022\\\n\014CreateEntity\022%.com.lansw" +
5631
+ "eeper.dp.outbound.v1.Entity\032%.com.lanswe" +
5632
+ "eper.dp.outbound.v1.Entity\022\\\n\010GetAsset\022)" +
5633
+ ".com.lansweeper.dp.outbound.v1.EntityPat" +
5634
+ "h\032%.com.lansweeper.dp.outbound.v1.Entity" +
5635
+ "\022[\n\013UpdateAsset\022%.com.lansweeper.dp.outb" +
5636
+ "ound.v1.Entity\032%.com.lansweeper.dp.outbo" +
5637
+ "und.v1.Entity\022_\n\013DeleteAsset\022).com.lansw" +
5638
+ "eeper.dp.outbound.v1.EntityPath\032%.com.la" +
5639
+ "nsweeper.dp.outbound.v1.Entity\022b\n\nListAs" +
5640
+ "sets\022+.com.lansweeper.dp.outbound.v1.Ent" +
5641
+ "ityFilter\032%.com.lansweeper.dp.outbound.v" +
5642
+ "1.Entity0\001\022V\n\nCreateSite\022#.com.lansweepe" +
5643
+ "r.dp.outbound.v1.Site\032#.com.lansweeper.d" +
5644
+ "p.outbound.v1.Site\022V\n\007GetSite\022&.com.lans" +
5645
+ "weeper.dp.outbound.v1.SiteKey\032#.com.lans" +
5646
+ "weeper.dp.outbound.v1.Site\022V\n\nUpdateSite" +
5647
+ "\022#.com.lansweeper.dp.outbound.v1.Site\032#." +
5648
+ "com.lansweeper.dp.outbound.v1.Site\022Y\n\nDe" +
5649
+ "leteSite\022&.com.lansweeper.dp.outbound.v1" +
5650
+ ".SiteKey\032#.com.lansweeper.dp.outbound.v1" +
5651
+ ".Site\022v\n\017EntityDeconcile\022/.com.lansweepe" +
5652
+ "r.dp.outbound.v1.DeconcileRequest\0320.com." +
5653
+ "lansweeper.dp.outbound.v1.DeconcileRespo" +
5654
+ "nse\"\000\022\237\001\n\033CorrelationIndexRealignment\022<." +
5655
+ "com.lansweeper.dp.outbound.v1.Correlatio" +
5656
+ "nRealignmentRequest\032B.com.lansweeper.dp." +
5657
+ "outbound.v1.CorrelationIndexRealignmentR" +
5658
+ "esponse\022a\n\022RefreshEntityCount\022&.com.lans" +
5659
+ "weeper.dp.outbound.v1.SiteKey\032#.com.lans" +
5660
+ "weeper.dp.outbound.v1.SiteB\022P\001Z\016./genera" +
5661
+ "ted-gob\006proto3"
5630
5662
  };
5631
5663
  descriptor = com.google.protobuf.Descriptors.FileDescriptor
5632
5664
  .internalBuildGeneratedFileFrom(descriptorData,
@@ -6923,231 +6955,249 @@ public final class Outbound {
6923
6955
  internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_fieldAccessorTable = new
6924
6956
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6925
6957
  internal_static_com_lansweeper_dp_outbound_v1_MonitorInventory_descriptor,
6926
- new java.lang.String[] { "Timestamp", "Monitor", });
6927
- internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor =
6958
+ new java.lang.String[] { "Timestamp", "Monitor", "ExternalMonitor", "ConnectedComputer", "Relation", });
6959
+ internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputerList_descriptor =
6928
6960
  getDescriptor().getMessageTypes().get(208);
6961
+ internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputerList_fieldAccessorTable = new
6962
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6963
+ internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputerList_descriptor,
6964
+ new java.lang.String[] { "ConnectedComputers", });
6965
+ internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputer_descriptor =
6966
+ getDescriptor().getMessageTypes().get(209);
6967
+ internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputer_fieldAccessorTable = new
6968
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6969
+ internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputer_descriptor,
6970
+ new java.lang.String[] { "ScannedAt", "AssetReference", });
6971
+ internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor =
6972
+ getDescriptor().getMessageTypes().get(210);
6929
6973
  internal_static_com_lansweeper_dp_outbound_v1_Monitor_fieldAccessorTable = new
6930
6974
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6931
6975
  internal_static_com_lansweeper_dp_outbound_v1_Monitor_descriptor,
6932
6976
  new java.lang.String[] { "Id", "MakeId", "MakeName", "ModelName", "SerialNumber", "ManufacturerDate", "Windows", "Mac", "Data", "CatalogBrand", "CatalogMonitor", "Spec", });
6933
6977
  internal_static_com_lansweeper_dp_outbound_v1_MonitorData_descriptor =
6934
- getDescriptor().getMessageTypes().get(209);
6978
+ getDescriptor().getMessageTypes().get(211);
6935
6979
  internal_static_com_lansweeper_dp_outbound_v1_MonitorData_fieldAccessorTable = new
6936
6980
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6937
6981
  internal_static_com_lansweeper_dp_outbound_v1_MonitorData_descriptor,
6938
6982
  new java.lang.String[] { "SizeInInch", "MaxResolution", "AspectRatio", "ResponseTimeInMs", "HdType", "DisplayTech", "RefreshRate", "Panel", "HeightInCm", "WidthInCm", "DiagonalInCm", "HasSpeakers", "HasCamera", "HasUsbHub", "UsbUpstream", "NrOfUsbUpstream", "UsbTypeADownstream", "NrOfVga", "NrOfDvi", "NrOfHdmi", "HdmiVersion", "NumberOfDisplayPorts", "DisplayPortVersion", "EnergyClass", "SdrPer1000U", "AverageWattUsage", "StandbyWattUsage", "MaxWattUsage", "WattUsageWhenOff", "WattPowerSave", "AcVoltage", "AcFreqInHz", "CurrentInA", "Manufacturer", "Model", "CreationDate", });
6939
6983
  internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_descriptor =
6940
- getDescriptor().getMessageTypes().get(210);
6984
+ getDescriptor().getMessageTypes().get(212);
6941
6985
  internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_fieldAccessorTable = new
6942
6986
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6943
6987
  internal_static_com_lansweeper_dp_outbound_v1_WindowsMonitorInfo_descriptor,
6944
6988
  new java.lang.String[] { "Model", "PnpDeviceId", "SerialNumber", "SerialHex", "VesaManufacturer", "KeyManufacturer", "ManufacturerDate", "DeviceId", });
6945
6989
  internal_static_com_lansweeper_dp_outbound_v1_MacMonitorInfo_descriptor =
6946
- getDescriptor().getMessageTypes().get(211);
6990
+ getDescriptor().getMessageTypes().get(213);
6947
6991
  internal_static_com_lansweeper_dp_outbound_v1_MacMonitorInfo_fieldAccessorTable = new
6948
6992
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6949
6993
  internal_static_com_lansweeper_dp_outbound_v1_MacMonitorInfo_descriptor,
6950
6994
  new java.lang.String[] { "Name", "ProductId", "SerialNumber", "VendorId", "Week", "Year", "Id", "Pixels", "Resolution", "AmbientBrightness", "ConnectionType", "DisplayType", "IsMain", "Mirror", "IsOnline", "PixelResolution", "CoreImage", "Depth", "QuartzExtreme", "DeviceType", "BuiltIn", });
6951
6995
  internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_descriptor =
6952
- getDescriptor().getMessageTypes().get(212);
6996
+ getDescriptor().getMessageTypes().get(214);
6953
6997
  internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_fieldAccessorTable = new
6954
6998
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6955
6999
  internal_static_com_lansweeper_dp_outbound_v1_ComputerMacWifiController_descriptor,
6956
7000
  new java.lang.String[] { "AirportInterfaces", "SoftwareInformation", });
6957
7001
  internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_descriptor =
6958
- getDescriptor().getMessageTypes().get(213);
7002
+ getDescriptor().getMessageTypes().get(215);
6959
7003
  internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_fieldAccessorTable = new
6960
7004
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6961
7005
  internal_static_com_lansweeper_dp_outbound_v1_WiFiInterface_descriptor,
6962
7006
  new java.lang.String[] { "Name", "AirdropChannel", "AirdropSupported", "AutoUnlockSupported", "CardType", "CountryCode", "FirmwareVersion", "Locale", "MacAddress", "StatusInformation", "SupportedChannels", "SupportedPhyModes", "WakeOnWirelessSupported", "CurrentNetwork", "OtherLocalNetworks", });
6963
7007
  internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_descriptor =
6964
- getDescriptor().getMessageTypes().get(214);
7008
+ getDescriptor().getMessageTypes().get(216);
6965
7009
  internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_fieldAccessorTable = new
6966
7010
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6967
7011
  internal_static_com_lansweeper_dp_outbound_v1_WiFiNetwork_descriptor,
6968
7012
  new java.lang.String[] { "Name", "NetworkBssid", "NetworkChannel", "NetworkCountryCode", "NetworkMcsIndex", "NetworkPhyMode", "NetworkTransmitRate", "NetworkType", "SecurityMode", "SignalNoise", });
6969
7013
  internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_descriptor =
6970
- getDescriptor().getMessageTypes().get(215);
7014
+ getDescriptor().getMessageTypes().get(217);
6971
7015
  internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_fieldAccessorTable = new
6972
7016
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6973
7017
  internal_static_com_lansweeper_dp_outbound_v1_WiFiSoftware_descriptor,
6974
7018
  new java.lang.String[] { "AirportUtilityVersion", "CoreWlanVersion", "CoreWlanKitVersion", "DiagnosticsVersion", "Io80211FamilyVersion", "MenuExtraVersion", "SystemInformationVersion", });
6975
7019
  internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_descriptor =
6976
- getDescriptor().getMessageTypes().get(216);
7020
+ getDescriptor().getMessageTypes().get(218);
6977
7021
  internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_fieldAccessorTable = new
6978
7022
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6979
7023
  internal_static_com_lansweeper_dp_outbound_v1_AntivirusSoftware_descriptor,
6980
7024
  new java.lang.String[] { "Name", "Guid", "Enabled", "UpToDate", "Software", });
6981
7025
  internal_static_com_lansweeper_dp_outbound_v1_IpInfo_descriptor =
6982
- getDescriptor().getMessageTypes().get(217);
7026
+ getDescriptor().getMessageTypes().get(219);
6983
7027
  internal_static_com_lansweeper_dp_outbound_v1_IpInfo_fieldAccessorTable = new
6984
7028
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6985
7029
  internal_static_com_lansweeper_dp_outbound_v1_IpInfo_descriptor,
6986
7030
  new java.lang.String[] { "Address", "Hostname", "Timezone", "ContinentCode", "CountryCode", "RegionCode", "CountryCity", "Isp", "Organization", });
6987
7031
  internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor =
6988
- getDescriptor().getMessageTypes().get(218);
7032
+ getDescriptor().getMessageTypes().get(220);
6989
7033
  internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_fieldAccessorTable = new
6990
7034
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6991
7035
  internal_static_com_lansweeper_dp_outbound_v1_SoftwareInventory_descriptor,
6992
7036
  new java.lang.String[] { "Timestamp", "Software", });
6993
7037
  internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor =
6994
- getDescriptor().getMessageTypes().get(219);
7038
+ getDescriptor().getMessageTypes().get(221);
6995
7039
  internal_static_com_lansweeper_dp_outbound_v1_Software_fieldAccessorTable = new
6996
7040
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
6997
7041
  internal_static_com_lansweeper_dp_outbound_v1_Software_descriptor,
6998
7042
  new java.lang.String[] { "Rank", "TypeId", "CatId", "MakeId", "SwId", "ParentId", "TypeName", "CatName", "MakeName", "Name", "Version", "MarketVer", "Edition", "Build", "Arch", "Lang", "ObtainedFrom", "SignedBy", "Cpe", "Raw", "RawHash", "NreHash", "CatalogBrand", "CatalogSoftware", "CatalogParent", "RhelBasedDataPoints", "DebianBasedDataPoints", });
6999
7043
  internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_descriptor =
7000
- getDescriptor().getMessageTypes().get(220);
7044
+ getDescriptor().getMessageTypes().get(222);
7001
7045
  internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_fieldAccessorTable = new
7002
7046
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7003
7047
  internal_static_com_lansweeper_dp_outbound_v1_RhelBasedSoftwareDataPoints_descriptor,
7004
7048
  new java.lang.String[] { "SourceRpm", "Epoch", "UiFromRepo", });
7005
7049
  internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_descriptor =
7006
- getDescriptor().getMessageTypes().get(221);
7050
+ getDescriptor().getMessageTypes().get(223);
7007
7051
  internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_fieldAccessorTable = new
7008
7052
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7009
7053
  internal_static_com_lansweeper_dp_outbound_v1_DebianBasedSoftwareDataPoints_descriptor,
7010
7054
  new java.lang.String[] { "DpkgStatusAbbrev", "BinaryPackageName", "SourcePackageName", "SourceVersion", });
7011
7055
  internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor =
7012
- getDescriptor().getMessageTypes().get(222);
7056
+ getDescriptor().getMessageTypes().get(224);
7013
7057
  internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_fieldAccessorTable = new
7014
7058
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7015
7059
  internal_static_com_lansweeper_dp_outbound_v1_RawSoftware_descriptor,
7016
7060
  new java.lang.String[] { "Name", "Vendor", "Version", "Info", "ExePath", "Arch", "InstallDate", "SourceType", "SwId", "IsCurrentUser", });
7017
7061
  internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_descriptor =
7018
- getDescriptor().getMessageTypes().get(223);
7062
+ getDescriptor().getMessageTypes().get(225);
7019
7063
  internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_fieldAccessorTable = new
7020
7064
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7021
7065
  internal_static_com_lansweeper_dp_outbound_v1_SoftwareChangeEvent_descriptor,
7022
7066
  new java.lang.String[] { "EventType", "Start", "End", "Software", "PrevSoftware", });
7023
7067
  internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_descriptor =
7024
- getDescriptor().getMessageTypes().get(224);
7068
+ getDescriptor().getMessageTypes().get(226);
7025
7069
  internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_fieldAccessorTable = new
7026
7070
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7027
7071
  internal_static_com_lansweeper_dp_outbound_v1_ComputerMacInstallHistory_descriptor,
7028
7072
  new java.lang.String[] { "Name", "InstallDate", "InstallVersion", "PackageSource", });
7029
7073
  internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor =
7030
- getDescriptor().getMessageTypes().get(225);
7074
+ getDescriptor().getMessageTypes().get(227);
7031
7075
  internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_fieldAccessorTable = new
7032
7076
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7033
7077
  internal_static_com_lansweeper_dp_outbound_v1_CatalogBrand_descriptor,
7034
7078
  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", "TiktokAccount", "ClassHardware", "ClassSoftware", "ClassConsumer", "ClassEnterprise", "ClassIndustrial", "ClassIndividual", "MatchScore", });
7035
7079
  internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor =
7036
- getDescriptor().getMessageTypes().get(226);
7080
+ getDescriptor().getMessageTypes().get(228);
7037
7081
  internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_fieldAccessorTable = new
7038
7082
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7039
7083
  internal_static_com_lansweeper_dp_outbound_v1_CatalogModel_descriptor,
7040
7084
  new java.lang.String[] { "Id", "MakeId", "DeviceModel", "DeviceTypeId", "DeviceModelCode", "FamilyId", "IsFamily", "ManualUrl", "FaqUrl", "ReleaseDate", "DiscDate", "EosDate", "LifecyleConfidence", "PriceClass", "ProductClass", "CfpEmissions", "CfpEmissionsStd", "CfpUse", "ShIftttHandle", "ShGoogleAssLangs", "ShAlexaLangs", "ShHassHandle", "ShAppleHomeKit", "ShOpenHabHandle", "NistCpe", "Popularity", "LastUpdateTime", "MatchScore", });
7041
7085
  internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor =
7042
- getDescriptor().getMessageTypes().get(227);
7086
+ getDescriptor().getMessageTypes().get(229);
7043
7087
  internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_fieldAccessorTable = new
7044
7088
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7045
7089
  internal_static_com_lansweeper_dp_outbound_v1_CatalogOs_descriptor,
7046
7090
  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", });
7047
7091
  internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor =
7048
- getDescriptor().getMessageTypes().get(228);
7092
+ getDescriptor().getMessageTypes().get(230);
7049
7093
  internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_fieldAccessorTable = new
7050
7094
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7051
7095
  internal_static_com_lansweeper_dp_outbound_v1_CatalogSoftware_descriptor,
7052
7096
  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", });
7053
7097
  internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor =
7054
- getDescriptor().getMessageTypes().get(229);
7098
+ getDescriptor().getMessageTypes().get(231);
7055
7099
  internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_fieldAccessorTable = new
7056
7100
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7057
7101
  internal_static_com_lansweeper_dp_outbound_v1_CatalogMonitor_descriptor,
7058
7102
  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", });
7059
7103
  internal_static_com_lansweeper_dp_outbound_v1_Printer_descriptor =
7060
- getDescriptor().getMessageTypes().get(230);
7104
+ getDescriptor().getMessageTypes().get(232);
7061
7105
  internal_static_com_lansweeper_dp_outbound_v1_Printer_fieldAccessorTable = new
7062
7106
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7063
7107
  internal_static_com_lansweeper_dp_outbound_v1_Printer_descriptor,
7064
7108
  new java.lang.String[] { "PrinterName", "PrintedPages", "PrintedColorPages", "PrintedMonoPages", "PrinterStatus", "SerialNumber", "Toner", });
7065
7109
  internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_descriptor =
7066
- getDescriptor().getMessageTypes().get(231);
7110
+ getDescriptor().getMessageTypes().get(233);
7067
7111
  internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_fieldAccessorTable = new
7068
7112
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7069
7113
  internal_static_com_lansweeper_dp_outbound_v1_PrinterTonerInfo_descriptor,
7070
7114
  new java.lang.String[] { "Name", "Color", "ColorNumber", "MaximumTonerLevel", "Number", "RemainingTonerLevel", });
7071
7115
  internal_static_com_lansweeper_dp_outbound_v1_Ups_descriptor =
7072
- getDescriptor().getMessageTypes().get(232);
7116
+ getDescriptor().getMessageTypes().get(234);
7073
7117
  internal_static_com_lansweeper_dp_outbound_v1_Ups_fieldAccessorTable = new
7074
7118
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7075
7119
  internal_static_com_lansweeper_dp_outbound_v1_Ups_descriptor,
7076
7120
  new java.lang.String[] { "Manufacturer", "Model", "UpsSoftwareVersion", "AgentSoftwareVersion", "Name", "AttachedDevices", "BatteryStatus", "SecondsOnBattery", "EstimatedMinutesRemaining", "EstimatedChargeRemaining", "BatteryVoltage", "BatteryCurrent", "BatteryTemperature", "AlarmsPresent", });
7077
7121
  internal_static_com_lansweeper_dp_outbound_v1_User_descriptor =
7078
- getDescriptor().getMessageTypes().get(233);
7122
+ getDescriptor().getMessageTypes().get(235);
7079
7123
  internal_static_com_lansweeper_dp_outbound_v1_User_fieldAccessorTable = new
7080
7124
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7081
7125
  internal_static_com_lansweeper_dp_outbound_v1_User_descriptor,
7082
7126
  new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "LastSyncedSourceAgent", "LastSyncedSourceName", "SourceInfo", "UnlinkedSourceInfo", "DataProcessor", "UniqueKey", "ScanError", "InternetIp", "Tag", "Relation", "CorrelationFields", "Reconciliation", "Core", "AdUser", "Office365User", });
7083
7127
  internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_descriptor =
7084
- getDescriptor().getMessageTypes().get(234);
7128
+ getDescriptor().getMessageTypes().get(236);
7085
7129
  internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_fieldAccessorTable = new
7086
7130
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7087
7131
  internal_static_com_lansweeper_dp_outbound_v1_UserCoreFields_descriptor,
7088
7132
  new java.lang.String[] { "UserName", "Upn", "Sid", "Email", });
7089
7133
  internal_static_com_lansweeper_dp_outbound_v1_Group_descriptor =
7090
- getDescriptor().getMessageTypes().get(235);
7134
+ getDescriptor().getMessageTypes().get(237);
7091
7135
  internal_static_com_lansweeper_dp_outbound_v1_Group_fieldAccessorTable = new
7092
7136
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7093
7137
  internal_static_com_lansweeper_dp_outbound_v1_Group_descriptor,
7094
7138
  new java.lang.String[] { "Id", "LastSynced", "FirstSeen", "LastUpdated", "LastEnriched", "LastSyncedSourceAgent", "LastSyncedSourceName", "SourceInfo", "UnlinkedSourceInfo", "DataProcessor", "UniqueKey", "ScanError", "InternetIp", "Tag", "Relation", "CorrelationFields", "Reconciliation", "Core", "AdGroup", "Office365Group", });
7095
7139
  internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_descriptor =
7096
- getDescriptor().getMessageTypes().get(236);
7140
+ getDescriptor().getMessageTypes().get(238);
7097
7141
  internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_fieldAccessorTable = new
7098
7142
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7099
7143
  internal_static_com_lansweeper_dp_outbound_v1_GroupCoreFields_descriptor,
7100
7144
  new java.lang.String[] { "Sid", "Name", });
7101
7145
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_descriptor =
7102
- getDescriptor().getMessageTypes().get(237);
7146
+ getDescriptor().getMessageTypes().get(239);
7103
7147
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_fieldAccessorTable = new
7104
7148
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7105
7149
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryObject_descriptor,
7106
7150
  new java.lang.String[] { "DomainOid", "Oid", "Sid", "DistinguishedName", "DomainDns", "Name", "ObjectClass", "CreationTime", "LastChanged", });
7107
7151
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_descriptor =
7108
- getDescriptor().getMessageTypes().get(238);
7152
+ getDescriptor().getMessageTypes().get(240);
7109
7153
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_fieldAccessorTable = new
7110
7154
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7111
7155
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryComputer_descriptor,
7112
- new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Company", "Location", "IpAddress", "Enabled", "BitlockerRecoveryInfo", "OperatingSystem", "OperatingSystemVersion", "ManagedByUserOid", "ManagedByGroupOid", });
7156
+ new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Company", "Location", "IpAddress", "Enabled", "BitlockerRecoveryInfo", "OperatingSystem", "OperatingSystemVersion", "ManagedByUserOid", "ManagedByGroupOid", "BitLockerRecoveryKeys", });
7157
+ internal_static_com_lansweeper_dp_outbound_v1_BitLockerRecoveryKey_descriptor =
7158
+ getDescriptor().getMessageTypes().get(241);
7159
+ internal_static_com_lansweeper_dp_outbound_v1_BitLockerRecoveryKey_fieldAccessorTable = new
7160
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7161
+ internal_static_com_lansweeper_dp_outbound_v1_BitLockerRecoveryKey_descriptor,
7162
+ new java.lang.String[] { "RecoveryKey", "LastChanged", });
7113
7163
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_descriptor =
7114
- getDescriptor().getMessageTypes().get(239);
7164
+ getDescriptor().getMessageTypes().get(242);
7115
7165
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_fieldAccessorTable = new
7116
7166
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7117
7167
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryPrinter_descriptor,
7118
7168
  new java.lang.String[] { "Description", "Cn", "DriverVersion", "ServerName", "DScorePropagationData", "NtSecurityDescriptor", "PrintStartTime", "PrintBinNames", "PrintColor", "PrintKeepPrintedJobs", "PrintSpooling", "PrintDuplexSupported", "PrintMinYExtent", "PrintMaxYExtent", "PrintMinXExtent", "PrintMaxXExtent", "PrintMaxResolutionSupported", "PrintPagesPerMinute", "PrintStaplingSupported", "InstanceType", "PrintCollate", "PrintRate", "PrintRateUnit", "PrintEndTime", "PortName", "Priority", "VersionNumber", "PrinterName", "ShortServerName", "PrintMediaReady", "PrintMediaSupported", "UncName", "UsnChanged", "UsnCreated", "Category", "DriverName", "PrintOrientationsSupported", "PrintShareName", "IpAddress", });
7119
7169
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_descriptor =
7120
- getDescriptor().getMessageTypes().get(240);
7170
+ getDescriptor().getMessageTypes().get(243);
7121
7171
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_fieldAccessorTable = new
7122
7172
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7123
7173
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryDomain_descriptor,
7124
7174
  new java.lang.String[] { "AdObject", "MinimumPasswordAge", "MaximumPasswordAge", });
7125
7175
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor =
7126
- getDescriptor().getMessageTypes().get(241);
7176
+ getDescriptor().getMessageTypes().get(244);
7127
7177
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_fieldAccessorTable = new
7128
7178
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7129
7179
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryUser_descriptor,
7130
7180
  new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Domain", "Description", "Comment", "Company", "PrimaryGroupId", "Enabled", "UserAccountControl", "AccountExpires", "LockoutTime", "PasswordLastSet", "LastLogon", "LockoutDate", "CanUserChangePassword", "PasswordExpirationDate", "PasswordNeverExpires", "PasswordRequired", "PasswordChangeableDate", "Email", "DisplayName", "GivenName", "Surname", "Telephone", "FacSimile", "Mobile", "StreetAddress", "City", "Country", "Department", "DeliveryOfficeName", "CountryAbbreviation", "PostalCode", "CountryCode", "PrincipalName", "Title", "Division", "Info", "HomePhone", "Pager", "IpPhone", "HomePage", "PostOfficeBox", "State", "ProfilePath", "ScriptPath", "HomeDirectory", "ThumbnailPhoto", "EmployeeId", "EmployeeNumber", "EmployeeType", "Initials", "MiddleName", "PrimaryGroupOid", "ManagerOid", "MemberOfOid", "DirectReports", "ManagerUpn", });
7131
7181
  internal_static_com_lansweeper_dp_outbound_v1_DirectReport_descriptor =
7132
- getDescriptor().getMessageTypes().get(242);
7182
+ getDescriptor().getMessageTypes().get(245);
7133
7183
  internal_static_com_lansweeper_dp_outbound_v1_DirectReport_fieldAccessorTable = new
7134
7184
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7135
7185
  internal_static_com_lansweeper_dp_outbound_v1_DirectReport_descriptor,
7136
7186
  new java.lang.String[] { "AdUserKey", "DisplayName", });
7137
7187
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor =
7138
- getDescriptor().getMessageTypes().get(243);
7188
+ getDescriptor().getMessageTypes().get(246);
7139
7189
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_fieldAccessorTable = new
7140
7190
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7141
7191
  internal_static_com_lansweeper_dp_outbound_v1_ActiveDirectoryGroup_descriptor,
7142
7192
  new java.lang.String[] { "AdObject", "AdDomain", "SamAccountName", "Cn", "Ou", "Description", "Comment", "Type", "Email", "ManagedByUserOid", "ManagedByGroupOid", "MemberOfOid", });
7143
7193
  internal_static_com_lansweeper_dp_outbound_v1_Vmware_descriptor =
7144
- getDescriptor().getMessageTypes().get(244);
7194
+ getDescriptor().getMessageTypes().get(247);
7145
7195
  internal_static_com_lansweeper_dp_outbound_v1_Vmware_fieldAccessorTable = new
7146
7196
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7147
7197
  internal_static_com_lansweeper_dp_outbound_v1_Vmware_descriptor,
7148
7198
  new java.lang.String[] { "Esxi", "GuestVm", "Vcenter", "VmwareData", });
7149
7199
  internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_descriptor =
7150
- getDescriptor().getMessageTypes().get(245);
7200
+ getDescriptor().getMessageTypes().get(248);
7151
7201
  internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_fieldAccessorTable = new
7152
7202
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7153
7203
  internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_descriptor,
@@ -7159,7 +7209,7 @@ public final class Outbound {
7159
7209
  internal_static_com_lansweeper_dp_outbound_v1_VmwareVCenter_VcenterDatacentersEntry_descriptor,
7160
7210
  new java.lang.String[] { "Key", "Value", });
7161
7211
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_descriptor =
7162
- getDescriptor().getMessageTypes().get(246);
7212
+ getDescriptor().getMessageTypes().get(249);
7163
7213
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_fieldAccessorTable = new
7164
7214
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7165
7215
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_descriptor,
@@ -7177,7 +7227,7 @@ public final class Outbound {
7177
7227
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiHypervisor_EsxiGuestVmKeyEntry_descriptor,
7178
7228
  new java.lang.String[] { "Key", "Value", });
7179
7229
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_descriptor =
7180
- getDescriptor().getMessageTypes().get(247);
7230
+ getDescriptor().getMessageTypes().get(250);
7181
7231
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_fieldAccessorTable = new
7182
7232
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7183
7233
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_descriptor,
@@ -7189,13 +7239,13 @@ public final class Outbound {
7189
7239
  internal_static_com_lansweeper_dp_outbound_v1_VmwareEsxiGuestVm_EsxiGuestSnapshotsEntry_descriptor,
7190
7240
  new java.lang.String[] { "Key", "Value", });
7191
7241
  internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_descriptor =
7192
- getDescriptor().getMessageTypes().get(248);
7242
+ getDescriptor().getMessageTypes().get(251);
7193
7243
  internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_fieldAccessorTable = new
7194
7244
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7195
7245
  internal_static_com_lansweeper_dp_outbound_v1_VmwareProductInfo_descriptor,
7196
7246
  new java.lang.String[] { "InternalKey", "Uuid", "ParentFolder", "NumHostBusAdapters", "NumNetworkInterfaceCards", "Name", "ApiType", "ApiVersion", "Build", "LicenseProductName", "LicenseProductVersion", "LocaleBuild", "LocaleVersion", "OsType", "ProductLineId", "Vendor", "Version", });
7197
7247
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_descriptor =
7198
- getDescriptor().getMessageTypes().get(249);
7248
+ getDescriptor().getMessageTypes().get(252);
7199
7249
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_fieldAccessorTable = new
7200
7250
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7201
7251
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_descriptor,
@@ -7225,7 +7275,7 @@ public final class Outbound {
7225
7275
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatacenter_DatastoresEntry_descriptor,
7226
7276
  new java.lang.String[] { "Key", "Value", });
7227
7277
  internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_descriptor =
7228
- getDescriptor().getMessageTypes().get(250);
7278
+ getDescriptor().getMessageTypes().get(253);
7229
7279
  internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_fieldAccessorTable = new
7230
7280
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7231
7281
  internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_descriptor,
@@ -7237,7 +7287,7 @@ public final class Outbound {
7237
7287
  internal_static_com_lansweeper_dp_outbound_v1_EsxiCluster_HypervisorsEntry_descriptor,
7238
7288
  new java.lang.String[] { "Key", "Value", });
7239
7289
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_descriptor =
7240
- getDescriptor().getMessageTypes().get(251);
7290
+ getDescriptor().getMessageTypes().get(254);
7241
7291
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_fieldAccessorTable = new
7242
7292
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7243
7293
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_descriptor,
@@ -7249,25 +7299,25 @@ public final class Outbound {
7249
7299
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastoreCluster_DatastoresEntry_descriptor,
7250
7300
  new java.lang.String[] { "Key", "Value", });
7251
7301
  internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_descriptor =
7252
- getDescriptor().getMessageTypes().get(252);
7302
+ getDescriptor().getMessageTypes().get(255);
7253
7303
  internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_fieldAccessorTable = new
7254
7304
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7255
7305
  internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterStorageDrs_descriptor,
7256
7306
  new java.lang.String[] { "Enabled", "IoLoadBalanceEnabled", "DefaultVmBehaviour", "LoadBalanceInterval", "DefaultIntraVmAffinity", "SpaceUtilizationThreshold", "MinSpaceUtilizationDifference", "IoLatencyThreshold", "IoLoadImbalanceThreshold", });
7257
7307
  internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_descriptor =
7258
- getDescriptor().getMessageTypes().get(253);
7308
+ getDescriptor().getMessageTypes().get(256);
7259
7309
  internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_fieldAccessorTable = new
7260
7310
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7261
7311
  internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsPodConfigRule_descriptor,
7262
7312
  new java.lang.String[] { "Name", "Enabled", "Type", });
7263
7313
  internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_descriptor =
7264
- getDescriptor().getMessageTypes().get(254);
7314
+ getDescriptor().getMessageTypes().get(257);
7265
7315
  internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_fieldAccessorTable = new
7266
7316
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7267
7317
  internal_static_com_lansweeper_dp_outbound_v1_DatastoreClusterDrsVmOverride_descriptor,
7268
7318
  new java.lang.String[] { "Enabled", "Behaviour", "IntraVmAffinity", "IntraVmAntiAffinity", });
7269
7319
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_descriptor =
7270
- getDescriptor().getMessageTypes().get(255);
7320
+ getDescriptor().getMessageTypes().get(258);
7271
7321
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_fieldAccessorTable = new
7272
7322
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7273
7323
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_descriptor,
@@ -7279,175 +7329,175 @@ public final class Outbound {
7279
7329
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDatastore_DisksEntry_descriptor,
7280
7330
  new java.lang.String[] { "Key", "Value", });
7281
7331
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_descriptor =
7282
- getDescriptor().getMessageTypes().get(256);
7332
+ getDescriptor().getMessageTypes().get(259);
7283
7333
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_fieldAccessorTable = new
7284
7334
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7285
7335
  internal_static_com_lansweeper_dp_outbound_v1_VmwareDisk_descriptor,
7286
7336
  new java.lang.String[] { "Name", "Url", "TotalSpace", "FreeSpace", });
7287
7337
  internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_descriptor =
7288
- getDescriptor().getMessageTypes().get(257);
7338
+ getDescriptor().getMessageTypes().get(260);
7289
7339
  internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_fieldAccessorTable = new
7290
7340
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7291
7341
  internal_static_com_lansweeper_dp_outbound_v1_VmwareSnapshot_descriptor,
7292
7342
  new java.lang.String[] { "InternalKey", "Name", "CreateTime", });
7293
7343
  internal_static_com_lansweeper_dp_outbound_v1_Citrix_descriptor =
7294
- getDescriptor().getMessageTypes().get(258);
7344
+ getDescriptor().getMessageTypes().get(261);
7295
7345
  internal_static_com_lansweeper_dp_outbound_v1_Citrix_fieldAccessorTable = new
7296
7346
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7297
7347
  internal_static_com_lansweeper_dp_outbound_v1_Citrix_descriptor,
7298
7348
  new java.lang.String[] { "CitrixPool", "CitrixHost", "CitrixGuest", "CitrixData", });
7299
7349
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_descriptor =
7300
- getDescriptor().getMessageTypes().get(259);
7350
+ getDescriptor().getMessageTypes().get(262);
7301
7351
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_fieldAccessorTable = new
7302
7352
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7303
7353
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPool_descriptor,
7304
7354
  new java.lang.String[] { "Name", "Description", "RedoLog", "Tags", "VSwitchController", "HighAvailability", "HighAvailabilityAllowOvercommit", "HighAvailabilityOvercommitted", "HighAvailabilityHostFailuresToTolerate", "HighAvailabilityPlanExistsFor", "WorkloadBalancing", "WorkloadBalancingUrl", "WorkloadBalancingUsername", "WorkloadBalancingVerifyCert", "MasterHostUuid", "CrashDumpStorageRef", "SuspendImageStorageRef", "Appliances", "Networks", "OtherConfigurations", "Patches", "Restrictions", "TemplateName", "PhysicalInterfaces", "VirtualInterfaces", "CitrixUser", });
7305
7355
  internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_descriptor =
7306
- getDescriptor().getMessageTypes().get(260);
7356
+ getDescriptor().getMessageTypes().get(263);
7307
7357
  internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_fieldAccessorTable = new
7308
7358
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7309
7359
  internal_static_com_lansweeper_dp_outbound_v1_CitrixUser_descriptor,
7310
7360
  new java.lang.String[] { "Name", "ShortName", });
7311
7361
  internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_descriptor =
7312
- getDescriptor().getMessageTypes().get(261);
7362
+ getDescriptor().getMessageTypes().get(264);
7313
7363
  internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_fieldAccessorTable = new
7314
7364
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7315
7365
  internal_static_com_lansweeper_dp_outbound_v1_CitrixAppliance_descriptor,
7316
7366
  new java.lang.String[] { "Name", "Description", });
7317
7367
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_descriptor =
7318
- getDescriptor().getMessageTypes().get(262);
7368
+ getDescriptor().getMessageTypes().get(265);
7319
7369
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_fieldAccessorTable = new
7320
7370
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7321
7371
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolOtherConfiguration_descriptor,
7322
7372
  new java.lang.String[] { "Key", "Value", "IsCustomField", });
7323
7373
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_descriptor =
7324
- getDescriptor().getMessageTypes().get(263);
7374
+ getDescriptor().getMessageTypes().get(266);
7325
7375
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_fieldAccessorTable = new
7326
7376
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7327
7377
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolRestriction_descriptor,
7328
7378
  new java.lang.String[] { "Key", "Value", });
7329
7379
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_descriptor =
7330
- getDescriptor().getMessageTypes().get(264);
7380
+ getDescriptor().getMessageTypes().get(267);
7331
7381
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_fieldAccessorTable = new
7332
7382
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7333
7383
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPoolPatch_descriptor,
7334
7384
  new java.lang.String[] { "Name", "Description", "Size", "Version", "AfterApplyGuidance", "Applied", });
7335
7385
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_descriptor =
7336
- getDescriptor().getMessageTypes().get(265);
7386
+ getDescriptor().getMessageTypes().get(268);
7337
7387
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_fieldAccessorTable = new
7338
7388
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7339
7389
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHost_descriptor,
7340
7390
  new java.lang.String[] { "Hostname", "Name", "Description", "IsMaster", "Address", "Edition", "Enabled", "ExternalAuthenticationServiceName", "ExternalAuthenticationType", "MemoryOverhead", "PowerOnMode", "SchedulerPolicy", "Tags", "Display", "LastUpdated", "Live", "MemoryFree", "MemoryTotal", "HostUuid", "CrashDumpStorageRef", "LocalCacheStorageRef", "SuspendImageStorageRef", "Storages", "PhysicalInterfaces", "Pcis", "ExtraInfos", "Patches", "PhysicalCpus", "CrashDumps", "CitrixPoolUuid", "GuestAssetRefs", });
7341
7391
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_descriptor =
7342
- getDescriptor().getMessageTypes().get(266);
7392
+ getDescriptor().getMessageTypes().get(269);
7343
7393
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_fieldAccessorTable = new
7344
7394
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7345
7395
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostCrashDump_descriptor,
7346
7396
  new java.lang.String[] { "Size", "Timestamp", });
7347
7397
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_descriptor =
7348
- getDescriptor().getMessageTypes().get(267);
7398
+ getDescriptor().getMessageTypes().get(270);
7349
7399
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_fieldAccessorTable = new
7350
7400
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7351
7401
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPhysicalCpu_descriptor,
7352
7402
  new java.lang.String[] { "Family", "Features", "Flags", "Model", "ModelName", "NumberOfCpus", "Speed", "Stepping", "Vendor", });
7353
7403
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_descriptor =
7354
- getDescriptor().getMessageTypes().get(268);
7404
+ getDescriptor().getMessageTypes().get(271);
7355
7405
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_fieldAccessorTable = new
7356
7406
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7357
7407
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostPatch_descriptor,
7358
7408
  new java.lang.String[] { "Name", "Description", "Size", "Applied", "Version", });
7359
7409
  internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_descriptor =
7360
- getDescriptor().getMessageTypes().get(269);
7410
+ getDescriptor().getMessageTypes().get(272);
7361
7411
  internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_fieldAccessorTable = new
7362
7412
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7363
7413
  internal_static_com_lansweeper_dp_outbound_v1_CitrixStorage_descriptor,
7364
7414
  new java.lang.String[] { "Name", "Description", "PhysicalSize", "PhysicalUtilization", "Type", "ContentType", "Clustered", "IsToolsStorage", "LocalCache", "Shared", "Tags", "VirtualAllocation", "HostUuids", "StorageRef", "PhysicalBlockDevices", "VirtualDiskImages", });
7365
7415
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_descriptor =
7366
- getDescriptor().getMessageTypes().get(270);
7416
+ getDescriptor().getMessageTypes().get(273);
7367
7417
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_fieldAccessorTable = new
7368
7418
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7369
7419
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalBlockDevice_descriptor,
7370
7420
  new java.lang.String[] { "CurrentlyAttached", "Location", "Username", "Type", "Version", });
7371
7421
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_descriptor =
7372
- getDescriptor().getMessageTypes().get(271);
7422
+ getDescriptor().getMessageTypes().get(274);
7373
7423
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_fieldAccessorTable = new
7374
7424
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7375
7425
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualDiskImage_descriptor,
7376
7426
  new java.lang.String[] { "Name", "Description", "AllowCaching", "IsASnapshot", "Location", "Managed", "MetadataLatest", "Missing", "OnBoot", "PhysicalUtilisation", "ReadOnly", "Sharable", "StorageLock", "Tags", "Type", "VirtualSize", "HostUuid", "VirtualBlockDeviceUuids", });
7377
7427
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_descriptor =
7378
- getDescriptor().getMessageTypes().get(272);
7428
+ getDescriptor().getMessageTypes().get(275);
7379
7429
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_fieldAccessorTable = new
7380
7430
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7381
7431
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPci_descriptor,
7382
7432
  new java.lang.String[] { "ClassName", "DeviceName", "SubsystemDeviceName", "SubsystemVendorName", "VendorName", });
7383
7433
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_descriptor =
7384
- getDescriptor().getMessageTypes().get(273);
7434
+ getDescriptor().getMessageTypes().get(276);
7385
7435
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_fieldAccessorTable = new
7386
7436
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7387
7437
  internal_static_com_lansweeper_dp_outbound_v1_CitrixHostExtraInfo_descriptor,
7388
7438
  new java.lang.String[] { "InfoTypeId", "Key", "Value", });
7389
7439
  internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_descriptor =
7390
- getDescriptor().getMessageTypes().get(274);
7440
+ getDescriptor().getMessageTypes().get(277);
7391
7441
  internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_fieldAccessorTable = new
7392
7442
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7393
7443
  internal_static_com_lansweeper_dp_outbound_v1_CitrixGuest_descriptor,
7394
7444
  new java.lang.String[] { "Name", "Description", "Memory", "CpuCount", "State", "Live", "LastUpdated", "HvmBootPolicy", "HvmShadowMultiplier", "PciBus", "PvArguments", "PvBootloader", "PvBootloaderArguments", "PvKernel", "PvLegacyArguments", "PvRamdisk", "ActionsAfterCrash", "ActionsAfterReboot", "ActionsAfterShutdown", "HaAlwaysRun", "HaRestartPriority", "HardwarePlatformVersion", "LastBootedRecord", "MemoryDynamicMax", "MemoryDynamicMin", "MemoryOverhead", "MemoryStaticMax", "MemoryStaticMin", "MemoryTarget", "Order", "PowerState", "ShutdownDelay", "StartDelay", "Tags", "UserVersion", "Version", "InstallTime", "StartTime", "HostUuid", "GuestUuid", "VirtualInterfaces", "ExtraInfos", "VirtualBlockDevices", "CitrixHostUuid", "CitrixPoolUuid", "ApplianceId", });
7395
7445
  internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_descriptor =
7396
- getDescriptor().getMessageTypes().get(275);
7446
+ getDescriptor().getMessageTypes().get(278);
7397
7447
  internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_fieldAccessorTable = new
7398
7448
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7399
7449
  internal_static_com_lansweeper_dp_outbound_v1_CitrixGuestExtraInfo_descriptor,
7400
7450
  new java.lang.String[] { "InfoTypeId", "Key", "Value", });
7401
7451
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_descriptor =
7402
- getDescriptor().getMessageTypes().get(276);
7452
+ getDescriptor().getMessageTypes().get(279);
7403
7453
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_fieldAccessorTable = new
7404
7454
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7405
7455
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualBlockDevice_descriptor,
7406
7456
  new java.lang.String[] { "Bootable", "CurrentlyAttached", "Device", "Empty", "Mode", "QosAlgorithmParameters", "QosAlgorithmType", "QosSupportedAlgorithms", "RuntimeProperties", "StatusCode", "StatusDetails", "StorageLock", "Type", "Unpluggable", "UserDevice", "VirtualBlockDeviceUuid", });
7407
7457
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_descriptor =
7408
- getDescriptor().getMessageTypes().get(277);
7458
+ getDescriptor().getMessageTypes().get(280);
7409
7459
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_fieldAccessorTable = new
7410
7460
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7411
7461
  internal_static_com_lansweeper_dp_outbound_v1_CitrixPhysicalInterface_descriptor,
7412
7462
  new java.lang.String[] { "DeviceName", "Mac", "Mtu", "Dns", "Ip", "Netmask", "Gateway", "Vendor", "Speed", "LastUpdated", "CurrentlyAttached", "DisallowUnplug", "IpV6", "Device", "IpConfigurationMode", "IpV6ConfigurationMode", "IpV6Gateway", "Managed", "Management", "Physical", "PrimaryAddressType", "Carrier", "Duplex", "DeviceId", "PciBusPath", "VendorId", "VendorName", "HostUuid", "InterfaceUuid", });
7413
7463
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_descriptor =
7414
- getDescriptor().getMessageTypes().get(278);
7464
+ getDescriptor().getMessageTypes().get(281);
7415
7465
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_fieldAccessorTable = new
7416
7466
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7417
7467
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterfaceAddress_descriptor,
7418
7468
  new java.lang.String[] { "IpVersion", "Ip", });
7419
7469
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_descriptor =
7420
- getDescriptor().getMessageTypes().get(279);
7470
+ getDescriptor().getMessageTypes().get(282);
7421
7471
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_fieldAccessorTable = new
7422
7472
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7423
7473
  internal_static_com_lansweeper_dp_outbound_v1_CitrixVirtualInterface_descriptor,
7424
7474
  new java.lang.String[] { "Device", "Mac", "MacAutoGenerated", "Mtu", "StatusCode", "StatusDetails", "CurrentlyAttached", "QosAlgorithmType", "QosAlgorithms", "LockingMode", "HostUuid", "VmRef", "InterfaceUuid", "Addresses", });
7425
7475
  internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor =
7426
- getDescriptor().getMessageTypes().get(280);
7476
+ getDescriptor().getMessageTypes().get(283);
7427
7477
  internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_fieldAccessorTable = new
7428
7478
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7429
7479
  internal_static_com_lansweeper_dp_outbound_v1_IpLocationConfig_descriptor,
7430
7480
  new java.lang.String[] { "Name", "LocalIpCidr", "LocalIpStart", "LocalIpEnd", "SourceId", "InternetIpCidr", "InternetCountryCode", "InternetCountryCity", });
7431
7481
  internal_static_com_lansweeper_dp_outbound_v1_SiteKey_descriptor =
7432
- getDescriptor().getMessageTypes().get(281);
7482
+ getDescriptor().getMessageTypes().get(284);
7433
7483
  internal_static_com_lansweeper_dp_outbound_v1_SiteKey_fieldAccessorTable = new
7434
7484
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7435
7485
  internal_static_com_lansweeper_dp_outbound_v1_SiteKey_descriptor,
7436
7486
  new java.lang.String[] { "SiteId", });
7437
7487
  internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_descriptor =
7438
- getDescriptor().getMessageTypes().get(282);
7488
+ getDescriptor().getMessageTypes().get(285);
7439
7489
  internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_fieldAccessorTable = new
7440
7490
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7441
7491
  internal_static_com_lansweeper_dp_outbound_v1_ReconRuleSet_descriptor,
7442
7492
  new java.lang.String[] { "ReconRules", });
7443
7493
  internal_static_com_lansweeper_dp_outbound_v1_ReconRule_descriptor =
7444
- getDescriptor().getMessageTypes().get(283);
7494
+ getDescriptor().getMessageTypes().get(286);
7445
7495
  internal_static_com_lansweeper_dp_outbound_v1_ReconRule_fieldAccessorTable = new
7446
7496
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7447
7497
  internal_static_com_lansweeper_dp_outbound_v1_ReconRule_descriptor,
7448
7498
  new java.lang.String[] { "Id", "Name", "Description", "Priority", "Enabled", });
7449
7499
  internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_descriptor =
7450
- getDescriptor().getMessageTypes().get(284);
7500
+ getDescriptor().getMessageTypes().get(287);
7451
7501
  internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_fieldAccessorTable = new
7452
7502
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7453
7503
  internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_descriptor,
@@ -7459,13 +7509,13 @@ public final class Outbound {
7459
7509
  internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_AssignedPlansEntry_descriptor,
7460
7510
  new java.lang.String[] { "Key", "Value", });
7461
7511
  internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor =
7462
- getDescriptor().getMessageTypes().get(285);
7512
+ getDescriptor().getMessageTypes().get(288);
7463
7513
  internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_fieldAccessorTable = new
7464
7514
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7465
7515
  internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor,
7466
7516
  new java.lang.String[] { "O365MailboxId", "O365OrganizationId", "DisplayName", "PrimaryEmail", "EmailAddress", "Alias", "RecipientType", "RecipientTypeDetails", "UserPrincipalName", "Identity", "O365MailboxKey", "O365OrganizationKey", });
7467
7517
  internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor =
7468
- getDescriptor().getMessageTypes().get(286);
7518
+ getDescriptor().getMessageTypes().get(289);
7469
7519
  internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_fieldAccessorTable = new
7470
7520
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7471
7521
  internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor,
@@ -7477,31 +7527,31 @@ public final class Outbound {
7477
7527
  internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_UsersKeysEntry_descriptor,
7478
7528
  new java.lang.String[] { "Key", "Value", });
7479
7529
  internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor =
7480
- getDescriptor().getMessageTypes().get(287);
7530
+ getDescriptor().getMessageTypes().get(290);
7481
7531
  internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_fieldAccessorTable = new
7482
7532
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7483
7533
  internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor,
7484
7534
  new java.lang.String[] { "O365AssignedLicenseId", "O365LicenseId", "O365UserId", "O365AssignedLicenseKey", "O365LicenseKey", });
7485
7535
  internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_descriptor =
7486
- getDescriptor().getMessageTypes().get(288);
7536
+ getDescriptor().getMessageTypes().get(291);
7487
7537
  internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_fieldAccessorTable = new
7488
7538
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7489
7539
  internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_descriptor,
7490
7540
  new java.lang.String[] { "DisplayName", "Mail", });
7491
7541
  internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_descriptor =
7492
- getDescriptor().getMessageTypes().get(289);
7542
+ getDescriptor().getMessageTypes().get(292);
7493
7543
  internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_fieldAccessorTable = new
7494
7544
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7495
7545
  internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_descriptor,
7496
7546
  new java.lang.String[] { "Id", "OrganizationId", "DomainName", "AuthenticationType", "IsAdminManaged", "IsDefault", "IsInitial", "IsRoot", "IsVerified", "SupportedServices", "State", "AvailabilityStatus", });
7497
7547
  internal_static_com_lansweeper_dp_outbound_v1_Office365Group_descriptor =
7498
- getDescriptor().getMessageTypes().get(290);
7548
+ getDescriptor().getMessageTypes().get(293);
7499
7549
  internal_static_com_lansweeper_dp_outbound_v1_Office365Group_fieldAccessorTable = new
7500
7550
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7501
7551
  internal_static_com_lansweeper_dp_outbound_v1_Office365Group_descriptor,
7502
7552
  new java.lang.String[] { "ObjectId", "DisplayName", "Description", "MailEnabled", "SecurityEnabled", "Mail", "MailNickname", "ProxyAddresses", "OrganizationEntityKey", "Type", });
7503
7553
  internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor =
7504
- getDescriptor().getMessageTypes().get(291);
7554
+ getDescriptor().getMessageTypes().get(294);
7505
7555
  internal_static_com_lansweeper_dp_outbound_v1_Office365License_fieldAccessorTable = new
7506
7556
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7507
7557
  internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor,
@@ -7513,13 +7563,13 @@ public final class Outbound {
7513
7563
  internal_static_com_lansweeper_dp_outbound_v1_Office365License_UsersKeysEntry_descriptor,
7514
7564
  new java.lang.String[] { "Key", "Value", });
7515
7565
  internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_descriptor =
7516
- getDescriptor().getMessageTypes().get(292);
7566
+ getDescriptor().getMessageTypes().get(295);
7517
7567
  internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_fieldAccessorTable = new
7518
7568
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7519
7569
  internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_descriptor,
7520
7570
  new java.lang.String[] { "ServicePlanId", "ServicePlanName", "ProvisioningStatus", "AppliesTo", });
7521
7571
  internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor =
7522
- getDescriptor().getMessageTypes().get(293);
7572
+ getDescriptor().getMessageTypes().get(296);
7523
7573
  internal_static_com_lansweeper_dp_outbound_v1_Office365User_fieldAccessorTable = new
7524
7574
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7525
7575
  internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor,