@lansweeper/data-platform-outbound-grpc 0.3.31 → 0.3.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +156 -0
- package/gen-proto/outbound_pb.js +1233 -3
- package/generated-go/outbound.pb.go +8893 -8575
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +31 -5
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$2.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$SpecCase.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +31 -5
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCard.java +42 -42
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCardOrBuilder.java +14 -14
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfo.java +3706 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.java +367 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Monitor.java +226 -18
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2684 -2650
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.java +193 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.java +29 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/model/target/{outbound-model-0.3.30-sources.jar → outbound-model-0.3.31-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.30.jar → outbound-model-0.3.31.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +31 -5
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.30-sources.jar → outbound-service-0.3.31-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.30.jar → outbound-service-0.3.31.jar} +0 -0
package/java.json
CHANGED
package/model/pom.xml
CHANGED
|
@@ -1143,6 +1143,7 @@ message SpecHardwareInfo {
|
|
|
1143
1143
|
optional string bus_speed = 7; // mac
|
|
1144
1144
|
optional string boot_rom_version = 8; // mac
|
|
1145
1145
|
optional string smc_version_system = 9; // mac
|
|
1146
|
+
optional string model_number = 10; // mac
|
|
1146
1147
|
|
|
1147
1148
|
}
|
|
1148
1149
|
|
|
@@ -2102,7 +2103,7 @@ message SoundCard {
|
|
|
2102
2103
|
* Graphics Card for computers: Windows.VideoControllers, Unix.SoundCards (=PciCards)
|
|
2103
2104
|
**/
|
|
2104
2105
|
message GraphicsCard {
|
|
2105
|
-
optional string name = 1; // Windows, Linux
|
|
2106
|
+
optional string name = 1; // Windows, Linux, MacOS
|
|
2106
2107
|
optional int32 color_planes_count = 2; // Windows
|
|
2107
2108
|
optional int32 current_bits_per_pixel = 3; // Windows
|
|
2108
2109
|
optional int32 current_horizontal_resolution = 4; // Windows
|
|
@@ -2110,22 +2111,22 @@ message GraphicsCard {
|
|
|
2110
2111
|
optional int32 current_refresh_rate = 6; // Windows
|
|
2111
2112
|
optional MappedValue current_scan_mode = 7; // Windows
|
|
2112
2113
|
optional int32 current_vertical_resolution = 8; // Windows
|
|
2113
|
-
optional string device_id = 9; // Windows, Linux
|
|
2114
|
+
optional string device_id = 9; // Windows, Linux, MacOS
|
|
2114
2115
|
optional int32 device_specific_pens = 10; // Windows
|
|
2115
2116
|
optional string driver_version = 11; // Windows
|
|
2116
2117
|
optional string inf_filename = 12; // Windows
|
|
2117
2118
|
optional string inf_section = 13; // Windows
|
|
2118
2119
|
optional string installed_display_drivers = 14; // Windows
|
|
2119
2120
|
optional bool is_monochrome = 15; // Windows
|
|
2120
|
-
optional string manufacturer = 16; // Windows, Linux
|
|
2121
|
+
optional string manufacturer = 16; // Windows, Linux, MacOS
|
|
2121
2122
|
optional int32 max_refresh_rate = 17; // Windows
|
|
2122
|
-
optional int64 memory = 18; // Windows
|
|
2123
|
+
optional int64 memory = 18; // Windows, MacOS
|
|
2123
2124
|
optional MappedValue memory_type = 19; // Windows
|
|
2124
2125
|
optional int32 min_refresh_rate = 20; // Windows
|
|
2125
2126
|
optional string pci_type = 21; // Linux
|
|
2126
2127
|
optional string pnp_device_id = 22; // Windows
|
|
2127
2128
|
optional MappedValue state = 23; // Windows
|
|
2128
|
-
optional string subsystem_manufacturer = 24; // Linux
|
|
2129
|
+
optional string subsystem_manufacturer = 24; // Linux, MacOS
|
|
2129
2130
|
optional string subsystem_name = 25; // Linux
|
|
2130
2131
|
optional MappedValue video_architecture = 26; // Windows
|
|
2131
2132
|
optional string video_mode = 27; // Windows
|
|
@@ -3220,6 +3221,7 @@ message Monitor {
|
|
|
3220
3221
|
|
|
3221
3222
|
oneof spec {
|
|
3222
3223
|
WindowsMonitorInfo windows = 20;
|
|
3224
|
+
MacMonitorInfo mac = 21;
|
|
3223
3225
|
}
|
|
3224
3226
|
|
|
3225
3227
|
// placeholder to be able to inject the catalog meta-data if/when needed
|
|
@@ -3239,6 +3241,30 @@ message WindowsMonitorInfo {
|
|
|
3239
3241
|
optional string device_id = 8;
|
|
3240
3242
|
}
|
|
3241
3243
|
|
|
3244
|
+
message MacMonitorInfo {
|
|
3245
|
+
optional string name = 1;
|
|
3246
|
+
optional string product_id = 2;
|
|
3247
|
+
optional string serial_number = 3;
|
|
3248
|
+
optional string vendor_id = 4;
|
|
3249
|
+
optional string week = 5;
|
|
3250
|
+
optional string year = 6;
|
|
3251
|
+
optional string id = 7;
|
|
3252
|
+
optional string pixels = 8;
|
|
3253
|
+
optional string resolution = 9;
|
|
3254
|
+
optional string ambient_brightness = 10;
|
|
3255
|
+
optional string connection_type = 11;
|
|
3256
|
+
optional string display_type = 12;
|
|
3257
|
+
optional string is_main = 13;
|
|
3258
|
+
optional string mirror = 14;
|
|
3259
|
+
optional string is_online = 15;
|
|
3260
|
+
optional string pixel_resolution = 16;
|
|
3261
|
+
optional string core_image = 17;
|
|
3262
|
+
optional string depth = 18;
|
|
3263
|
+
optional string quartz_extreme = 19;
|
|
3264
|
+
optional string device_type = 20;
|
|
3265
|
+
optional string built_in = 21;
|
|
3266
|
+
}
|
|
3267
|
+
|
|
3242
3268
|
// Section element for Wi-Fi (AirPort) info on Mac. To be mapper from MacWifi from inbound model
|
|
3243
3269
|
message ComputerMacWifiController {
|
|
3244
3270
|
repeated WiFiInterface airport_interfaces = 1;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1143,6 +1143,7 @@ message SpecHardwareInfo {
|
|
|
1143
1143
|
optional string bus_speed = 7; // mac
|
|
1144
1144
|
optional string boot_rom_version = 8; // mac
|
|
1145
1145
|
optional string smc_version_system = 9; // mac
|
|
1146
|
+
optional string model_number = 10; // mac
|
|
1146
1147
|
|
|
1147
1148
|
}
|
|
1148
1149
|
|
|
@@ -2102,7 +2103,7 @@ message SoundCard {
|
|
|
2102
2103
|
* Graphics Card for computers: Windows.VideoControllers, Unix.SoundCards (=PciCards)
|
|
2103
2104
|
**/
|
|
2104
2105
|
message GraphicsCard {
|
|
2105
|
-
optional string name = 1; // Windows, Linux
|
|
2106
|
+
optional string name = 1; // Windows, Linux, MacOS
|
|
2106
2107
|
optional int32 color_planes_count = 2; // Windows
|
|
2107
2108
|
optional int32 current_bits_per_pixel = 3; // Windows
|
|
2108
2109
|
optional int32 current_horizontal_resolution = 4; // Windows
|
|
@@ -2110,22 +2111,22 @@ message GraphicsCard {
|
|
|
2110
2111
|
optional int32 current_refresh_rate = 6; // Windows
|
|
2111
2112
|
optional MappedValue current_scan_mode = 7; // Windows
|
|
2112
2113
|
optional int32 current_vertical_resolution = 8; // Windows
|
|
2113
|
-
optional string device_id = 9; // Windows, Linux
|
|
2114
|
+
optional string device_id = 9; // Windows, Linux, MacOS
|
|
2114
2115
|
optional int32 device_specific_pens = 10; // Windows
|
|
2115
2116
|
optional string driver_version = 11; // Windows
|
|
2116
2117
|
optional string inf_filename = 12; // Windows
|
|
2117
2118
|
optional string inf_section = 13; // Windows
|
|
2118
2119
|
optional string installed_display_drivers = 14; // Windows
|
|
2119
2120
|
optional bool is_monochrome = 15; // Windows
|
|
2120
|
-
optional string manufacturer = 16; // Windows, Linux
|
|
2121
|
+
optional string manufacturer = 16; // Windows, Linux, MacOS
|
|
2121
2122
|
optional int32 max_refresh_rate = 17; // Windows
|
|
2122
|
-
optional int64 memory = 18; // Windows
|
|
2123
|
+
optional int64 memory = 18; // Windows, MacOS
|
|
2123
2124
|
optional MappedValue memory_type = 19; // Windows
|
|
2124
2125
|
optional int32 min_refresh_rate = 20; // Windows
|
|
2125
2126
|
optional string pci_type = 21; // Linux
|
|
2126
2127
|
optional string pnp_device_id = 22; // Windows
|
|
2127
2128
|
optional MappedValue state = 23; // Windows
|
|
2128
|
-
optional string subsystem_manufacturer = 24; // Linux
|
|
2129
|
+
optional string subsystem_manufacturer = 24; // Linux, MacOS
|
|
2129
2130
|
optional string subsystem_name = 25; // Linux
|
|
2130
2131
|
optional MappedValue video_architecture = 26; // Windows
|
|
2131
2132
|
optional string video_mode = 27; // Windows
|
|
@@ -3220,6 +3221,7 @@ message Monitor {
|
|
|
3220
3221
|
|
|
3221
3222
|
oneof spec {
|
|
3222
3223
|
WindowsMonitorInfo windows = 20;
|
|
3224
|
+
MacMonitorInfo mac = 21;
|
|
3223
3225
|
}
|
|
3224
3226
|
|
|
3225
3227
|
// placeholder to be able to inject the catalog meta-data if/when needed
|
|
@@ -3239,6 +3241,30 @@ message WindowsMonitorInfo {
|
|
|
3239
3241
|
optional string device_id = 8;
|
|
3240
3242
|
}
|
|
3241
3243
|
|
|
3244
|
+
message MacMonitorInfo {
|
|
3245
|
+
optional string name = 1;
|
|
3246
|
+
optional string product_id = 2;
|
|
3247
|
+
optional string serial_number = 3;
|
|
3248
|
+
optional string vendor_id = 4;
|
|
3249
|
+
optional string week = 5;
|
|
3250
|
+
optional string year = 6;
|
|
3251
|
+
optional string id = 7;
|
|
3252
|
+
optional string pixels = 8;
|
|
3253
|
+
optional string resolution = 9;
|
|
3254
|
+
optional string ambient_brightness = 10;
|
|
3255
|
+
optional string connection_type = 11;
|
|
3256
|
+
optional string display_type = 12;
|
|
3257
|
+
optional string is_main = 13;
|
|
3258
|
+
optional string mirror = 14;
|
|
3259
|
+
optional string is_online = 15;
|
|
3260
|
+
optional string pixel_resolution = 16;
|
|
3261
|
+
optional string core_image = 17;
|
|
3262
|
+
optional string depth = 18;
|
|
3263
|
+
optional string quartz_extreme = 19;
|
|
3264
|
+
optional string device_type = 20;
|
|
3265
|
+
optional string built_in = 21;
|
|
3266
|
+
}
|
|
3267
|
+
|
|
3242
3268
|
// Section element for Wi-Fi (AirPort) info on Mac. To be mapper from MacWifi from inbound model
|
|
3243
3269
|
message ComputerMacWifiController {
|
|
3244
3270
|
repeated WiFiInterface airport_interfaces = 1;
|
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCard.java
CHANGED
|
@@ -63,7 +63,7 @@ private static final long serialVersionUID = 0L;
|
|
|
63
63
|
private volatile java.lang.Object name_ = "";
|
|
64
64
|
/**
|
|
65
65
|
* <pre>
|
|
66
|
-
* Windows, Linux
|
|
66
|
+
* Windows, Linux, MacOS
|
|
67
67
|
* </pre>
|
|
68
68
|
*
|
|
69
69
|
* <code>optional string name = 1;</code>
|
|
@@ -75,7 +75,7 @@ private static final long serialVersionUID = 0L;
|
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* <pre>
|
|
78
|
-
* Windows, Linux
|
|
78
|
+
* Windows, Linux, MacOS
|
|
79
79
|
* </pre>
|
|
80
80
|
*
|
|
81
81
|
* <code>optional string name = 1;</code>
|
|
@@ -96,7 +96,7 @@ private static final long serialVersionUID = 0L;
|
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
98
98
|
* <pre>
|
|
99
|
-
* Windows, Linux
|
|
99
|
+
* Windows, Linux, MacOS
|
|
100
100
|
* </pre>
|
|
101
101
|
*
|
|
102
102
|
* <code>optional string name = 1;</code>
|
|
@@ -322,7 +322,7 @@ private static final long serialVersionUID = 0L;
|
|
|
322
322
|
private volatile java.lang.Object deviceId_ = "";
|
|
323
323
|
/**
|
|
324
324
|
* <pre>
|
|
325
|
-
* Windows, Linux
|
|
325
|
+
* Windows, Linux, MacOS
|
|
326
326
|
* </pre>
|
|
327
327
|
*
|
|
328
328
|
* <code>optional string device_id = 9;</code>
|
|
@@ -334,7 +334,7 @@ private static final long serialVersionUID = 0L;
|
|
|
334
334
|
}
|
|
335
335
|
/**
|
|
336
336
|
* <pre>
|
|
337
|
-
* Windows, Linux
|
|
337
|
+
* Windows, Linux, MacOS
|
|
338
338
|
* </pre>
|
|
339
339
|
*
|
|
340
340
|
* <code>optional string device_id = 9;</code>
|
|
@@ -355,7 +355,7 @@ private static final long serialVersionUID = 0L;
|
|
|
355
355
|
}
|
|
356
356
|
/**
|
|
357
357
|
* <pre>
|
|
358
|
-
* Windows, Linux
|
|
358
|
+
* Windows, Linux, MacOS
|
|
359
359
|
* </pre>
|
|
360
360
|
*
|
|
361
361
|
* <code>optional string device_id = 9;</code>
|
|
@@ -671,7 +671,7 @@ private static final long serialVersionUID = 0L;
|
|
|
671
671
|
private volatile java.lang.Object manufacturer_ = "";
|
|
672
672
|
/**
|
|
673
673
|
* <pre>
|
|
674
|
-
* Windows, Linux
|
|
674
|
+
* Windows, Linux, MacOS
|
|
675
675
|
* </pre>
|
|
676
676
|
*
|
|
677
677
|
* <code>optional string manufacturer = 16;</code>
|
|
@@ -683,7 +683,7 @@ private static final long serialVersionUID = 0L;
|
|
|
683
683
|
}
|
|
684
684
|
/**
|
|
685
685
|
* <pre>
|
|
686
|
-
* Windows, Linux
|
|
686
|
+
* Windows, Linux, MacOS
|
|
687
687
|
* </pre>
|
|
688
688
|
*
|
|
689
689
|
* <code>optional string manufacturer = 16;</code>
|
|
@@ -704,7 +704,7 @@ private static final long serialVersionUID = 0L;
|
|
|
704
704
|
}
|
|
705
705
|
/**
|
|
706
706
|
* <pre>
|
|
707
|
-
* Windows, Linux
|
|
707
|
+
* Windows, Linux, MacOS
|
|
708
708
|
* </pre>
|
|
709
709
|
*
|
|
710
710
|
* <code>optional string manufacturer = 16;</code>
|
|
@@ -756,7 +756,7 @@ private static final long serialVersionUID = 0L;
|
|
|
756
756
|
private long memory_ = 0L;
|
|
757
757
|
/**
|
|
758
758
|
* <pre>
|
|
759
|
-
* Windows
|
|
759
|
+
* Windows, MacOS
|
|
760
760
|
* </pre>
|
|
761
761
|
*
|
|
762
762
|
* <code>optional int64 memory = 18;</code>
|
|
@@ -768,7 +768,7 @@ private static final long serialVersionUID = 0L;
|
|
|
768
768
|
}
|
|
769
769
|
/**
|
|
770
770
|
* <pre>
|
|
771
|
-
* Windows
|
|
771
|
+
* Windows, MacOS
|
|
772
772
|
* </pre>
|
|
773
773
|
*
|
|
774
774
|
* <code>optional int64 memory = 18;</code>
|
|
@@ -1005,7 +1005,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1005
1005
|
private volatile java.lang.Object subsystemManufacturer_ = "";
|
|
1006
1006
|
/**
|
|
1007
1007
|
* <pre>
|
|
1008
|
-
* Linux
|
|
1008
|
+
* Linux, MacOS
|
|
1009
1009
|
* </pre>
|
|
1010
1010
|
*
|
|
1011
1011
|
* <code>optional string subsystem_manufacturer = 24;</code>
|
|
@@ -1017,7 +1017,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1017
1017
|
}
|
|
1018
1018
|
/**
|
|
1019
1019
|
* <pre>
|
|
1020
|
-
* Linux
|
|
1020
|
+
* Linux, MacOS
|
|
1021
1021
|
* </pre>
|
|
1022
1022
|
*
|
|
1023
1023
|
* <code>optional string subsystem_manufacturer = 24;</code>
|
|
@@ -1038,7 +1038,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1038
1038
|
}
|
|
1039
1039
|
/**
|
|
1040
1040
|
* <pre>
|
|
1041
|
-
* Linux
|
|
1041
|
+
* Linux, MacOS
|
|
1042
1042
|
* </pre>
|
|
1043
1043
|
*
|
|
1044
1044
|
* <code>optional string subsystem_manufacturer = 24;</code>
|
|
@@ -2455,7 +2455,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2455
2455
|
private java.lang.Object name_ = "";
|
|
2456
2456
|
/**
|
|
2457
2457
|
* <pre>
|
|
2458
|
-
* Windows, Linux
|
|
2458
|
+
* Windows, Linux, MacOS
|
|
2459
2459
|
* </pre>
|
|
2460
2460
|
*
|
|
2461
2461
|
* <code>optional string name = 1;</code>
|
|
@@ -2466,7 +2466,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2466
2466
|
}
|
|
2467
2467
|
/**
|
|
2468
2468
|
* <pre>
|
|
2469
|
-
* Windows, Linux
|
|
2469
|
+
* Windows, Linux, MacOS
|
|
2470
2470
|
* </pre>
|
|
2471
2471
|
*
|
|
2472
2472
|
* <code>optional string name = 1;</code>
|
|
@@ -2486,7 +2486,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2486
2486
|
}
|
|
2487
2487
|
/**
|
|
2488
2488
|
* <pre>
|
|
2489
|
-
* Windows, Linux
|
|
2489
|
+
* Windows, Linux, MacOS
|
|
2490
2490
|
* </pre>
|
|
2491
2491
|
*
|
|
2492
2492
|
* <code>optional string name = 1;</code>
|
|
@@ -2507,7 +2507,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2507
2507
|
}
|
|
2508
2508
|
/**
|
|
2509
2509
|
* <pre>
|
|
2510
|
-
* Windows, Linux
|
|
2510
|
+
* Windows, Linux, MacOS
|
|
2511
2511
|
* </pre>
|
|
2512
2512
|
*
|
|
2513
2513
|
* <code>optional string name = 1;</code>
|
|
@@ -2524,7 +2524,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2524
2524
|
}
|
|
2525
2525
|
/**
|
|
2526
2526
|
* <pre>
|
|
2527
|
-
* Windows, Linux
|
|
2527
|
+
* Windows, Linux, MacOS
|
|
2528
2528
|
* </pre>
|
|
2529
2529
|
*
|
|
2530
2530
|
* <code>optional string name = 1;</code>
|
|
@@ -2538,7 +2538,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2538
2538
|
}
|
|
2539
2539
|
/**
|
|
2540
2540
|
* <pre>
|
|
2541
|
-
* Windows, Linux
|
|
2541
|
+
* Windows, Linux, MacOS
|
|
2542
2542
|
* </pre>
|
|
2543
2543
|
*
|
|
2544
2544
|
* <code>optional string name = 1;</code>
|
|
@@ -3051,7 +3051,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3051
3051
|
private java.lang.Object deviceId_ = "";
|
|
3052
3052
|
/**
|
|
3053
3053
|
* <pre>
|
|
3054
|
-
* Windows, Linux
|
|
3054
|
+
* Windows, Linux, MacOS
|
|
3055
3055
|
* </pre>
|
|
3056
3056
|
*
|
|
3057
3057
|
* <code>optional string device_id = 9;</code>
|
|
@@ -3062,7 +3062,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3062
3062
|
}
|
|
3063
3063
|
/**
|
|
3064
3064
|
* <pre>
|
|
3065
|
-
* Windows, Linux
|
|
3065
|
+
* Windows, Linux, MacOS
|
|
3066
3066
|
* </pre>
|
|
3067
3067
|
*
|
|
3068
3068
|
* <code>optional string device_id = 9;</code>
|
|
@@ -3082,7 +3082,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3082
3082
|
}
|
|
3083
3083
|
/**
|
|
3084
3084
|
* <pre>
|
|
3085
|
-
* Windows, Linux
|
|
3085
|
+
* Windows, Linux, MacOS
|
|
3086
3086
|
* </pre>
|
|
3087
3087
|
*
|
|
3088
3088
|
* <code>optional string device_id = 9;</code>
|
|
@@ -3103,7 +3103,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3103
3103
|
}
|
|
3104
3104
|
/**
|
|
3105
3105
|
* <pre>
|
|
3106
|
-
* Windows, Linux
|
|
3106
|
+
* Windows, Linux, MacOS
|
|
3107
3107
|
* </pre>
|
|
3108
3108
|
*
|
|
3109
3109
|
* <code>optional string device_id = 9;</code>
|
|
@@ -3120,7 +3120,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3120
3120
|
}
|
|
3121
3121
|
/**
|
|
3122
3122
|
* <pre>
|
|
3123
|
-
* Windows, Linux
|
|
3123
|
+
* Windows, Linux, MacOS
|
|
3124
3124
|
* </pre>
|
|
3125
3125
|
*
|
|
3126
3126
|
* <code>optional string device_id = 9;</code>
|
|
@@ -3134,7 +3134,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3134
3134
|
}
|
|
3135
3135
|
/**
|
|
3136
3136
|
* <pre>
|
|
3137
|
-
* Windows, Linux
|
|
3137
|
+
* Windows, Linux, MacOS
|
|
3138
3138
|
* </pre>
|
|
3139
3139
|
*
|
|
3140
3140
|
* <code>optional string device_id = 9;</code>
|
|
@@ -3678,7 +3678,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3678
3678
|
private java.lang.Object manufacturer_ = "";
|
|
3679
3679
|
/**
|
|
3680
3680
|
* <pre>
|
|
3681
|
-
* Windows, Linux
|
|
3681
|
+
* Windows, Linux, MacOS
|
|
3682
3682
|
* </pre>
|
|
3683
3683
|
*
|
|
3684
3684
|
* <code>optional string manufacturer = 16;</code>
|
|
@@ -3689,7 +3689,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3689
3689
|
}
|
|
3690
3690
|
/**
|
|
3691
3691
|
* <pre>
|
|
3692
|
-
* Windows, Linux
|
|
3692
|
+
* Windows, Linux, MacOS
|
|
3693
3693
|
* </pre>
|
|
3694
3694
|
*
|
|
3695
3695
|
* <code>optional string manufacturer = 16;</code>
|
|
@@ -3709,7 +3709,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3709
3709
|
}
|
|
3710
3710
|
/**
|
|
3711
3711
|
* <pre>
|
|
3712
|
-
* Windows, Linux
|
|
3712
|
+
* Windows, Linux, MacOS
|
|
3713
3713
|
* </pre>
|
|
3714
3714
|
*
|
|
3715
3715
|
* <code>optional string manufacturer = 16;</code>
|
|
@@ -3730,7 +3730,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3730
3730
|
}
|
|
3731
3731
|
/**
|
|
3732
3732
|
* <pre>
|
|
3733
|
-
* Windows, Linux
|
|
3733
|
+
* Windows, Linux, MacOS
|
|
3734
3734
|
* </pre>
|
|
3735
3735
|
*
|
|
3736
3736
|
* <code>optional string manufacturer = 16;</code>
|
|
@@ -3747,7 +3747,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3747
3747
|
}
|
|
3748
3748
|
/**
|
|
3749
3749
|
* <pre>
|
|
3750
|
-
* Windows, Linux
|
|
3750
|
+
* Windows, Linux, MacOS
|
|
3751
3751
|
* </pre>
|
|
3752
3752
|
*
|
|
3753
3753
|
* <code>optional string manufacturer = 16;</code>
|
|
@@ -3761,7 +3761,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3761
3761
|
}
|
|
3762
3762
|
/**
|
|
3763
3763
|
* <pre>
|
|
3764
|
-
* Windows, Linux
|
|
3764
|
+
* Windows, Linux, MacOS
|
|
3765
3765
|
* </pre>
|
|
3766
3766
|
*
|
|
3767
3767
|
* <code>optional string manufacturer = 16;</code>
|
|
@@ -3837,7 +3837,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3837
3837
|
private long memory_ ;
|
|
3838
3838
|
/**
|
|
3839
3839
|
* <pre>
|
|
3840
|
-
* Windows
|
|
3840
|
+
* Windows, MacOS
|
|
3841
3841
|
* </pre>
|
|
3842
3842
|
*
|
|
3843
3843
|
* <code>optional int64 memory = 18;</code>
|
|
@@ -3849,7 +3849,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3849
3849
|
}
|
|
3850
3850
|
/**
|
|
3851
3851
|
* <pre>
|
|
3852
|
-
* Windows
|
|
3852
|
+
* Windows, MacOS
|
|
3853
3853
|
* </pre>
|
|
3854
3854
|
*
|
|
3855
3855
|
* <code>optional int64 memory = 18;</code>
|
|
@@ -3861,7 +3861,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3861
3861
|
}
|
|
3862
3862
|
/**
|
|
3863
3863
|
* <pre>
|
|
3864
|
-
* Windows
|
|
3864
|
+
* Windows, MacOS
|
|
3865
3865
|
* </pre>
|
|
3866
3866
|
*
|
|
3867
3867
|
* <code>optional int64 memory = 18;</code>
|
|
@@ -3877,7 +3877,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3877
3877
|
}
|
|
3878
3878
|
/**
|
|
3879
3879
|
* <pre>
|
|
3880
|
-
* Windows
|
|
3880
|
+
* Windows, MacOS
|
|
3881
3881
|
* </pre>
|
|
3882
3882
|
*
|
|
3883
3883
|
* <code>optional int64 memory = 18;</code>
|
|
@@ -4469,7 +4469,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4469
4469
|
private java.lang.Object subsystemManufacturer_ = "";
|
|
4470
4470
|
/**
|
|
4471
4471
|
* <pre>
|
|
4472
|
-
* Linux
|
|
4472
|
+
* Linux, MacOS
|
|
4473
4473
|
* </pre>
|
|
4474
4474
|
*
|
|
4475
4475
|
* <code>optional string subsystem_manufacturer = 24;</code>
|
|
@@ -4480,7 +4480,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4480
4480
|
}
|
|
4481
4481
|
/**
|
|
4482
4482
|
* <pre>
|
|
4483
|
-
* Linux
|
|
4483
|
+
* Linux, MacOS
|
|
4484
4484
|
* </pre>
|
|
4485
4485
|
*
|
|
4486
4486
|
* <code>optional string subsystem_manufacturer = 24;</code>
|
|
@@ -4500,7 +4500,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4500
4500
|
}
|
|
4501
4501
|
/**
|
|
4502
4502
|
* <pre>
|
|
4503
|
-
* Linux
|
|
4503
|
+
* Linux, MacOS
|
|
4504
4504
|
* </pre>
|
|
4505
4505
|
*
|
|
4506
4506
|
* <code>optional string subsystem_manufacturer = 24;</code>
|
|
@@ -4521,7 +4521,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4521
4521
|
}
|
|
4522
4522
|
/**
|
|
4523
4523
|
* <pre>
|
|
4524
|
-
* Linux
|
|
4524
|
+
* Linux, MacOS
|
|
4525
4525
|
* </pre>
|
|
4526
4526
|
*
|
|
4527
4527
|
* <code>optional string subsystem_manufacturer = 24;</code>
|
|
@@ -4538,7 +4538,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4538
4538
|
}
|
|
4539
4539
|
/**
|
|
4540
4540
|
* <pre>
|
|
4541
|
-
* Linux
|
|
4541
|
+
* Linux, MacOS
|
|
4542
4542
|
* </pre>
|
|
4543
4543
|
*
|
|
4544
4544
|
* <code>optional string subsystem_manufacturer = 24;</code>
|
|
@@ -4552,7 +4552,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4552
4552
|
}
|
|
4553
4553
|
/**
|
|
4554
4554
|
* <pre>
|
|
4555
|
-
* Linux
|
|
4555
|
+
* Linux, MacOS
|
|
4556
4556
|
* </pre>
|
|
4557
4557
|
*
|
|
4558
4558
|
* <code>optional string subsystem_manufacturer = 24;</code>
|