@lansweeper/discovery-sensor-proto 2.13.12 → 2.13.14
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/gen-proto/discovery_sections_windows_pb.d.ts +1115 -1038
- package/gen-proto/discovery_sections_windows_pb.js +4160 -3719
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_sections_windows.proto +315 -332
|
@@ -175,93 +175,6 @@ export namespace WindowsBasicInfo {
|
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
export class WindowsSoftware extends jspb.Message {
|
|
179
|
-
clearEntriesList(): void;
|
|
180
|
-
getEntriesList(): Array<SoftwareEntry>;
|
|
181
|
-
setEntriesList(value: Array<SoftwareEntry>): WindowsSoftware;
|
|
182
|
-
addEntries(value?: SoftwareEntry, index?: number): SoftwareEntry;
|
|
183
|
-
|
|
184
|
-
serializeBinary(): Uint8Array;
|
|
185
|
-
toObject(includeInstance?: boolean): WindowsSoftware.AsObject;
|
|
186
|
-
static toObject(includeInstance: boolean, msg: WindowsSoftware): WindowsSoftware.AsObject;
|
|
187
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
188
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
189
|
-
static serializeBinaryToWriter(message: WindowsSoftware, writer: jspb.BinaryWriter): void;
|
|
190
|
-
static deserializeBinary(bytes: Uint8Array): WindowsSoftware;
|
|
191
|
-
static deserializeBinaryFromReader(message: WindowsSoftware, reader: jspb.BinaryReader): WindowsSoftware;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
export namespace WindowsSoftware {
|
|
195
|
-
export type AsObject = {
|
|
196
|
-
entriesList: Array<SoftwareEntry.AsObject>,
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
export class SoftwareEntry extends jspb.Message {
|
|
201
|
-
|
|
202
|
-
hasSoftwarePublisher(): boolean;
|
|
203
|
-
clearSoftwarePublisher(): void;
|
|
204
|
-
getSoftwarePublisher(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
205
|
-
setSoftwarePublisher(value?: google_protobuf_wrappers_pb.StringValue): SoftwareEntry;
|
|
206
|
-
|
|
207
|
-
hasInstallDate(): boolean;
|
|
208
|
-
clearInstallDate(): void;
|
|
209
|
-
getInstallDate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
210
|
-
setInstallDate(value?: google_protobuf_wrappers_pb.StringValue): SoftwareEntry;
|
|
211
|
-
|
|
212
|
-
hasVersion(): boolean;
|
|
213
|
-
clearVersion(): void;
|
|
214
|
-
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
215
|
-
setVersion(value?: google_protobuf_wrappers_pb.StringValue): SoftwareEntry;
|
|
216
|
-
|
|
217
|
-
hasSoftwareName(): boolean;
|
|
218
|
-
clearSoftwareName(): void;
|
|
219
|
-
getSoftwareName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
220
|
-
setSoftwareName(value?: google_protobuf_wrappers_pb.StringValue): SoftwareEntry;
|
|
221
|
-
|
|
222
|
-
hasInstallLocation(): boolean;
|
|
223
|
-
clearInstallLocation(): void;
|
|
224
|
-
getInstallLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
225
|
-
setInstallLocation(value?: google_protobuf_wrappers_pb.StringValue): SoftwareEntry;
|
|
226
|
-
|
|
227
|
-
hasIsWindowsInstaller(): boolean;
|
|
228
|
-
clearIsWindowsInstaller(): void;
|
|
229
|
-
getIsWindowsInstaller(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
230
|
-
setIsWindowsInstaller(value?: google_protobuf_wrappers_pb.BoolValue): SoftwareEntry;
|
|
231
|
-
|
|
232
|
-
hasIsCurrentUser(): boolean;
|
|
233
|
-
clearIsCurrentUser(): void;
|
|
234
|
-
getIsCurrentUser(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
235
|
-
setIsCurrentUser(value?: google_protobuf_wrappers_pb.BoolValue): SoftwareEntry;
|
|
236
|
-
|
|
237
|
-
hasIsMsStore(): boolean;
|
|
238
|
-
clearIsMsStore(): void;
|
|
239
|
-
getIsMsStore(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
240
|
-
setIsMsStore(value?: google_protobuf_wrappers_pb.BoolValue): SoftwareEntry;
|
|
241
|
-
|
|
242
|
-
serializeBinary(): Uint8Array;
|
|
243
|
-
toObject(includeInstance?: boolean): SoftwareEntry.AsObject;
|
|
244
|
-
static toObject(includeInstance: boolean, msg: SoftwareEntry): SoftwareEntry.AsObject;
|
|
245
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
246
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
247
|
-
static serializeBinaryToWriter(message: SoftwareEntry, writer: jspb.BinaryWriter): void;
|
|
248
|
-
static deserializeBinary(bytes: Uint8Array): SoftwareEntry;
|
|
249
|
-
static deserializeBinaryFromReader(message: SoftwareEntry, reader: jspb.BinaryReader): SoftwareEntry;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
export namespace SoftwareEntry {
|
|
253
|
-
export type AsObject = {
|
|
254
|
-
softwarePublisher?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
255
|
-
installDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
256
|
-
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
257
|
-
softwareName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
258
|
-
installLocation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
259
|
-
isWindowsInstaller?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
260
|
-
isCurrentUser?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
261
|
-
isMsStore?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
|
|
265
178
|
export class WindowsActiveX extends jspb.Message {
|
|
266
179
|
clearEntriesList(): void;
|
|
267
180
|
getEntriesList(): Array<ActiveXInfo>;
|
|
@@ -595,8 +508,8 @@ export class WinSat extends jspb.Message {
|
|
|
595
508
|
|
|
596
509
|
hasWinSatAssessmentState(): boolean;
|
|
597
510
|
clearWinSatAssessmentState(): void;
|
|
598
|
-
getWinSatAssessmentState(): google_protobuf_wrappers_pb.
|
|
599
|
-
setWinSatAssessmentState(value?: google_protobuf_wrappers_pb.
|
|
511
|
+
getWinSatAssessmentState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
512
|
+
setWinSatAssessmentState(value?: google_protobuf_wrappers_pb.UInt32Value): WinSat;
|
|
600
513
|
|
|
601
514
|
hasMemoryScore(): boolean;
|
|
602
515
|
clearMemoryScore(): void;
|
|
@@ -637,7 +550,7 @@ export namespace WinSat {
|
|
|
637
550
|
export type AsObject = {
|
|
638
551
|
timeTaken?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
639
552
|
winSprLevel?: google_protobuf_wrappers_pb.FloatValue.AsObject,
|
|
640
|
-
winSatAssessmentState?: google_protobuf_wrappers_pb.
|
|
553
|
+
winSatAssessmentState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
641
554
|
memoryScore?: google_protobuf_wrappers_pb.FloatValue.AsObject,
|
|
642
555
|
cpuScore?: google_protobuf_wrappers_pb.FloatValue.AsObject,
|
|
643
556
|
diskScore?: google_protobuf_wrappers_pb.FloatValue.AsObject,
|
|
@@ -707,8 +620,8 @@ export class Volume extends jspb.Message {
|
|
|
707
620
|
|
|
708
621
|
hasDriveType(): boolean;
|
|
709
622
|
clearDriveType(): void;
|
|
710
|
-
getDriveType(): google_protobuf_wrappers_pb.
|
|
711
|
-
setDriveType(value?: google_protobuf_wrappers_pb.
|
|
623
|
+
getDriveType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
624
|
+
setDriveType(value?: google_protobuf_wrappers_pb.UInt32Value): Volume;
|
|
712
625
|
|
|
713
626
|
hasErrorCleared(): boolean;
|
|
714
627
|
clearErrorCleared(): void;
|
|
@@ -781,7 +694,7 @@ export namespace Volume {
|
|
|
781
694
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
782
695
|
dirtyBitSet?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
783
696
|
driveLetter?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
784
|
-
driveType?: google_protobuf_wrappers_pb.
|
|
697
|
+
driveType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
785
698
|
errorCleared?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
786
699
|
errorDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
787
700
|
errorMethodology?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -827,13 +740,13 @@ export class VideoController extends jspb.Message {
|
|
|
827
740
|
|
|
828
741
|
hasAdapterRam(): boolean;
|
|
829
742
|
clearAdapterRam(): void;
|
|
830
|
-
getAdapterRam(): google_protobuf_wrappers_pb.
|
|
831
|
-
setAdapterRam(value?: google_protobuf_wrappers_pb.
|
|
743
|
+
getAdapterRam(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
744
|
+
setAdapterRam(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
832
745
|
|
|
833
746
|
hasAvailability(): boolean;
|
|
834
747
|
clearAvailability(): void;
|
|
835
|
-
getAvailability(): google_protobuf_wrappers_pb.
|
|
836
|
-
setAvailability(value?: google_protobuf_wrappers_pb.
|
|
748
|
+
getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
749
|
+
setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
837
750
|
|
|
838
751
|
hasCaption(): boolean;
|
|
839
752
|
clearCaption(): void;
|
|
@@ -842,13 +755,13 @@ export class VideoController extends jspb.Message {
|
|
|
842
755
|
|
|
843
756
|
hasCurrentBitsPerPixel(): boolean;
|
|
844
757
|
clearCurrentBitsPerPixel(): void;
|
|
845
|
-
getCurrentBitsPerPixel(): google_protobuf_wrappers_pb.
|
|
846
|
-
setCurrentBitsPerPixel(value?: google_protobuf_wrappers_pb.
|
|
758
|
+
getCurrentBitsPerPixel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
759
|
+
setCurrentBitsPerPixel(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
847
760
|
|
|
848
761
|
hasCurrentHorizontalResolution(): boolean;
|
|
849
762
|
clearCurrentHorizontalResolution(): void;
|
|
850
|
-
getCurrentHorizontalResolution(): google_protobuf_wrappers_pb.
|
|
851
|
-
setCurrentHorizontalResolution(value?: google_protobuf_wrappers_pb.
|
|
763
|
+
getCurrentHorizontalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
764
|
+
setCurrentHorizontalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
852
765
|
|
|
853
766
|
hasCurrentNumberOfColors(): boolean;
|
|
854
767
|
clearCurrentNumberOfColors(): void;
|
|
@@ -857,18 +770,18 @@ export class VideoController extends jspb.Message {
|
|
|
857
770
|
|
|
858
771
|
hasCurrentRefreshRate(): boolean;
|
|
859
772
|
clearCurrentRefreshRate(): void;
|
|
860
|
-
getCurrentRefreshRate(): google_protobuf_wrappers_pb.
|
|
861
|
-
setCurrentRefreshRate(value?: google_protobuf_wrappers_pb.
|
|
773
|
+
getCurrentRefreshRate(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
774
|
+
setCurrentRefreshRate(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
862
775
|
|
|
863
776
|
hasCurrentScanMode(): boolean;
|
|
864
777
|
clearCurrentScanMode(): void;
|
|
865
|
-
getCurrentScanMode(): google_protobuf_wrappers_pb.
|
|
866
|
-
setCurrentScanMode(value?: google_protobuf_wrappers_pb.
|
|
778
|
+
getCurrentScanMode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
779
|
+
setCurrentScanMode(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
867
780
|
|
|
868
781
|
hasCurrentVerticalResolution(): boolean;
|
|
869
782
|
clearCurrentVerticalResolution(): void;
|
|
870
|
-
getCurrentVerticalResolution(): google_protobuf_wrappers_pb.
|
|
871
|
-
setCurrentVerticalResolution(value?: google_protobuf_wrappers_pb.
|
|
783
|
+
getCurrentVerticalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
784
|
+
setCurrentVerticalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
872
785
|
|
|
873
786
|
hasDeviceId(): boolean;
|
|
874
787
|
clearDeviceId(): void;
|
|
@@ -877,8 +790,8 @@ export class VideoController extends jspb.Message {
|
|
|
877
790
|
|
|
878
791
|
hasDeviceSpecificPens(): boolean;
|
|
879
792
|
clearDeviceSpecificPens(): void;
|
|
880
|
-
getDeviceSpecificPens(): google_protobuf_wrappers_pb.
|
|
881
|
-
setDeviceSpecificPens(value?: google_protobuf_wrappers_pb.
|
|
793
|
+
getDeviceSpecificPens(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
794
|
+
setDeviceSpecificPens(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
882
795
|
|
|
883
796
|
hasDriverVersion(): boolean;
|
|
884
797
|
clearDriverVersion(): void;
|
|
@@ -902,13 +815,13 @@ export class VideoController extends jspb.Message {
|
|
|
902
815
|
|
|
903
816
|
hasMaxRefreshRate(): boolean;
|
|
904
817
|
clearMaxRefreshRate(): void;
|
|
905
|
-
getMaxRefreshRate(): google_protobuf_wrappers_pb.
|
|
906
|
-
setMaxRefreshRate(value?: google_protobuf_wrappers_pb.
|
|
818
|
+
getMaxRefreshRate(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
819
|
+
setMaxRefreshRate(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
907
820
|
|
|
908
821
|
hasMinRefreshRate(): boolean;
|
|
909
822
|
clearMinRefreshRate(): void;
|
|
910
|
-
getMinRefreshRate(): google_protobuf_wrappers_pb.
|
|
911
|
-
setMinRefreshRate(value?: google_protobuf_wrappers_pb.
|
|
823
|
+
getMinRefreshRate(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
824
|
+
setMinRefreshRate(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
912
825
|
|
|
913
826
|
hasMonochrome(): boolean;
|
|
914
827
|
clearMonochrome(): void;
|
|
@@ -917,8 +830,8 @@ export class VideoController extends jspb.Message {
|
|
|
917
830
|
|
|
918
831
|
hasNumberOfColorPlanes(): boolean;
|
|
919
832
|
clearNumberOfColorPlanes(): void;
|
|
920
|
-
getNumberOfColorPlanes(): google_protobuf_wrappers_pb.
|
|
921
|
-
setNumberOfColorPlanes(value?: google_protobuf_wrappers_pb.
|
|
833
|
+
getNumberOfColorPlanes(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
834
|
+
setNumberOfColorPlanes(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
922
835
|
|
|
923
836
|
hasPnpDeviceId(): boolean;
|
|
924
837
|
clearPnpDeviceId(): void;
|
|
@@ -927,13 +840,13 @@ export class VideoController extends jspb.Message {
|
|
|
927
840
|
|
|
928
841
|
hasVideoArchitecture(): boolean;
|
|
929
842
|
clearVideoArchitecture(): void;
|
|
930
|
-
getVideoArchitecture(): google_protobuf_wrappers_pb.
|
|
931
|
-
setVideoArchitecture(value?: google_protobuf_wrappers_pb.
|
|
843
|
+
getVideoArchitecture(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
844
|
+
setVideoArchitecture(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
932
845
|
|
|
933
846
|
hasVideoMemoryType(): boolean;
|
|
934
847
|
clearVideoMemoryType(): void;
|
|
935
|
-
getVideoMemoryType(): google_protobuf_wrappers_pb.
|
|
936
|
-
setVideoMemoryType(value?: google_protobuf_wrappers_pb.
|
|
848
|
+
getVideoMemoryType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
849
|
+
setVideoMemoryType(value?: google_protobuf_wrappers_pb.UInt32Value): VideoController;
|
|
937
850
|
|
|
938
851
|
hasVideoModeDescription(): boolean;
|
|
939
852
|
clearVideoModeDescription(): void;
|
|
@@ -958,28 +871,28 @@ export class VideoController extends jspb.Message {
|
|
|
958
871
|
export namespace VideoController {
|
|
959
872
|
export type AsObject = {
|
|
960
873
|
adapterCompatibility?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
961
|
-
adapterRam?: google_protobuf_wrappers_pb.
|
|
962
|
-
availability?: google_protobuf_wrappers_pb.
|
|
874
|
+
adapterRam?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
875
|
+
availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
963
876
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
964
|
-
currentBitsPerPixel?: google_protobuf_wrappers_pb.
|
|
965
|
-
currentHorizontalResolution?: google_protobuf_wrappers_pb.
|
|
877
|
+
currentBitsPerPixel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
878
|
+
currentHorizontalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
966
879
|
currentNumberOfColors?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
967
|
-
currentRefreshRate?: google_protobuf_wrappers_pb.
|
|
968
|
-
currentScanMode?: google_protobuf_wrappers_pb.
|
|
969
|
-
currentVerticalResolution?: google_protobuf_wrappers_pb.
|
|
880
|
+
currentRefreshRate?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
881
|
+
currentScanMode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
882
|
+
currentVerticalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
970
883
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
971
|
-
deviceSpecificPens?: google_protobuf_wrappers_pb.
|
|
884
|
+
deviceSpecificPens?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
972
885
|
driverVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
973
886
|
infFilename?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
974
887
|
infSection?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
975
888
|
installedDisplayDrivers?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
976
|
-
maxRefreshRate?: google_protobuf_wrappers_pb.
|
|
977
|
-
minRefreshRate?: google_protobuf_wrappers_pb.
|
|
889
|
+
maxRefreshRate?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
890
|
+
minRefreshRate?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
978
891
|
monochrome?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
979
|
-
numberOfColorPlanes?: google_protobuf_wrappers_pb.
|
|
892
|
+
numberOfColorPlanes?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
980
893
|
pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
981
|
-
videoArchitecture?: google_protobuf_wrappers_pb.
|
|
982
|
-
videoMemoryType?: google_protobuf_wrappers_pb.
|
|
894
|
+
videoArchitecture?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
895
|
+
videoMemoryType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
983
896
|
videoModeDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
984
897
|
videoProcessor?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
985
898
|
}
|
|
@@ -1049,8 +962,8 @@ export class UserV1 extends jspb.Message {
|
|
|
1049
962
|
|
|
1050
963
|
hasAccountType(): boolean;
|
|
1051
964
|
clearAccountType(): void;
|
|
1052
|
-
getAccountType(): google_protobuf_wrappers_pb.
|
|
1053
|
-
setAccountType(value?: google_protobuf_wrappers_pb.
|
|
965
|
+
getAccountType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
966
|
+
setAccountType(value?: google_protobuf_wrappers_pb.UInt32Value): UserV1;
|
|
1054
967
|
|
|
1055
968
|
hasCaption(): boolean;
|
|
1056
969
|
clearCaption(): void;
|
|
@@ -1109,19 +1022,14 @@ export class UserV1 extends jspb.Message {
|
|
|
1109
1022
|
|
|
1110
1023
|
hasSidType(): boolean;
|
|
1111
1024
|
clearSidType(): void;
|
|
1112
|
-
getSidType(): google_protobuf_wrappers_pb.
|
|
1113
|
-
setSidType(value?: google_protobuf_wrappers_pb.
|
|
1025
|
+
getSidType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1026
|
+
setSidType(value?: google_protobuf_wrappers_pb.UInt32Value): UserV1;
|
|
1114
1027
|
|
|
1115
1028
|
hasStatus(): boolean;
|
|
1116
1029
|
clearStatus(): void;
|
|
1117
1030
|
getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
1118
1031
|
setStatus(value?: google_protobuf_wrappers_pb.StringValue): UserV1;
|
|
1119
1032
|
|
|
1120
|
-
hasLocalAccount(): boolean;
|
|
1121
|
-
clearLocalAccount(): void;
|
|
1122
|
-
getLocalAccount(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
1123
|
-
setLocalAccount(value?: google_protobuf_wrappers_pb.BoolValue): UserV1;
|
|
1124
|
-
|
|
1125
1033
|
serializeBinary(): Uint8Array;
|
|
1126
1034
|
toObject(includeInstance?: boolean): UserV1.AsObject;
|
|
1127
1035
|
static toObject(includeInstance: boolean, msg: UserV1): UserV1.AsObject;
|
|
@@ -1134,7 +1042,7 @@ export class UserV1 extends jspb.Message {
|
|
|
1134
1042
|
|
|
1135
1043
|
export namespace UserV1 {
|
|
1136
1044
|
export type AsObject = {
|
|
1137
|
-
accountType?: google_protobuf_wrappers_pb.
|
|
1045
|
+
accountType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1138
1046
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1139
1047
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1140
1048
|
disabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
@@ -1146,9 +1054,8 @@ export namespace UserV1 {
|
|
|
1146
1054
|
passwordExpires?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1147
1055
|
passwordRequired?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1148
1056
|
sid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1149
|
-
sidType?: google_protobuf_wrappers_pb.
|
|
1057
|
+
sidType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1150
1058
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1151
|
-
localAccount?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1152
1059
|
}
|
|
1153
1060
|
}
|
|
1154
1061
|
|
|
@@ -1156,8 +1063,8 @@ export class UserV2 extends jspb.Message {
|
|
|
1156
1063
|
|
|
1157
1064
|
hasAccountType(): boolean;
|
|
1158
1065
|
clearAccountType(): void;
|
|
1159
|
-
getAccountType(): google_protobuf_wrappers_pb.
|
|
1160
|
-
setAccountType(value?: google_protobuf_wrappers_pb.
|
|
1066
|
+
getAccountType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1067
|
+
setAccountType(value?: google_protobuf_wrappers_pb.UInt32Value): UserV2;
|
|
1161
1068
|
|
|
1162
1069
|
hasCaption(): boolean;
|
|
1163
1070
|
clearCaption(): void;
|
|
@@ -1216,8 +1123,8 @@ export class UserV2 extends jspb.Message {
|
|
|
1216
1123
|
|
|
1217
1124
|
hasSidType(): boolean;
|
|
1218
1125
|
clearSidType(): void;
|
|
1219
|
-
getSidType(): google_protobuf_wrappers_pb.
|
|
1220
|
-
setSidType(value?: google_protobuf_wrappers_pb.
|
|
1126
|
+
getSidType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1127
|
+
setSidType(value?: google_protobuf_wrappers_pb.UInt32Value): UserV2;
|
|
1221
1128
|
|
|
1222
1129
|
hasStatus(): boolean;
|
|
1223
1130
|
clearStatus(): void;
|
|
@@ -1241,7 +1148,7 @@ export class UserV2 extends jspb.Message {
|
|
|
1241
1148
|
|
|
1242
1149
|
export namespace UserV2 {
|
|
1243
1150
|
export type AsObject = {
|
|
1244
|
-
accountType?: google_protobuf_wrappers_pb.
|
|
1151
|
+
accountType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1245
1152
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1246
1153
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1247
1154
|
disabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
@@ -1253,7 +1160,7 @@ export namespace UserV2 {
|
|
|
1253
1160
|
passwordExpires?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1254
1161
|
passwordRequired?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1255
1162
|
sid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1256
|
-
sidType?: google_protobuf_wrappers_pb.
|
|
1163
|
+
sidType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1257
1164
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1258
1165
|
localAccount?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1259
1166
|
}
|
|
@@ -1300,8 +1207,8 @@ export class UsbController extends jspb.Message {
|
|
|
1300
1207
|
|
|
1301
1208
|
hasProtocolSupported(): boolean;
|
|
1302
1209
|
clearProtocolSupported(): void;
|
|
1303
|
-
getProtocolSupported(): google_protobuf_wrappers_pb.
|
|
1304
|
-
setProtocolSupported(value?: google_protobuf_wrappers_pb.
|
|
1210
|
+
getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1211
|
+
setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): UsbController;
|
|
1305
1212
|
|
|
1306
1213
|
serializeBinary(): Uint8Array;
|
|
1307
1214
|
toObject(includeInstance?: boolean): UsbController.AsObject;
|
|
@@ -1318,7 +1225,7 @@ export namespace UsbController {
|
|
|
1318
1225
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1319
1226
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1320
1227
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1321
|
-
protocolSupported?: google_protobuf_wrappers_pb.
|
|
1228
|
+
protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1322
1229
|
}
|
|
1323
1230
|
}
|
|
1324
1231
|
|
|
@@ -1447,8 +1354,8 @@ export class Tpm extends jspb.Message {
|
|
|
1447
1354
|
|
|
1448
1355
|
hasManufacturerId(): boolean;
|
|
1449
1356
|
clearManufacturerId(): void;
|
|
1450
|
-
getManufacturerId(): google_protobuf_wrappers_pb.
|
|
1451
|
-
setManufacturerId(value?: google_protobuf_wrappers_pb.
|
|
1357
|
+
getManufacturerId(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1358
|
+
setManufacturerId(value?: google_protobuf_wrappers_pb.UInt32Value): Tpm;
|
|
1452
1359
|
|
|
1453
1360
|
hasManufacturerVersionFull20(): boolean;
|
|
1454
1361
|
clearManufacturerVersionFull20(): void;
|
|
@@ -1483,7 +1390,7 @@ export namespace Tpm {
|
|
|
1483
1390
|
specVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1484
1391
|
manufacturerVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1485
1392
|
manufacturerVersionInfo?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1486
|
-
manufacturerId?: google_protobuf_wrappers_pb.
|
|
1393
|
+
manufacturerId?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1487
1394
|
manufacturerVersionFull20?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1488
1395
|
manufacturerIdTxt?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1489
1396
|
physicalPresenceVersionInfo?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -1516,13 +1423,12 @@ export class Tape extends jspb.Message {
|
|
|
1516
1423
|
|
|
1517
1424
|
hasAvailability(): boolean;
|
|
1518
1425
|
clearAvailability(): void;
|
|
1519
|
-
getAvailability(): google_protobuf_wrappers_pb.
|
|
1520
|
-
setAvailability(value?: google_protobuf_wrappers_pb.
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
setCapabilities(value?: google_protobuf_wrappers_pb.Int32Value): Tape;
|
|
1426
|
+
getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1427
|
+
setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): Tape;
|
|
1428
|
+
clearCapabilitiesList(): void;
|
|
1429
|
+
getCapabilitiesList(): Array<number>;
|
|
1430
|
+
setCapabilitiesList(value: Array<number>): Tape;
|
|
1431
|
+
addCapabilities(value: number, index?: number): number;
|
|
1526
1432
|
|
|
1527
1433
|
hasCaption(): boolean;
|
|
1528
1434
|
clearCaption(): void;
|
|
@@ -1531,8 +1437,8 @@ export class Tape extends jspb.Message {
|
|
|
1531
1437
|
|
|
1532
1438
|
hasCompression(): boolean;
|
|
1533
1439
|
clearCompression(): void;
|
|
1534
|
-
getCompression(): google_protobuf_wrappers_pb.
|
|
1535
|
-
setCompression(value?: google_protobuf_wrappers_pb.
|
|
1440
|
+
getCompression(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1441
|
+
setCompression(value?: google_protobuf_wrappers_pb.UInt32Value): Tape;
|
|
1536
1442
|
|
|
1537
1443
|
hasDefaultBlockSize(): boolean;
|
|
1538
1444
|
clearDefaultBlockSize(): void;
|
|
@@ -1561,8 +1467,8 @@ export class Tape extends jspb.Message {
|
|
|
1561
1467
|
|
|
1562
1468
|
hasMaxPartitionCount(): boolean;
|
|
1563
1469
|
clearMaxPartitionCount(): void;
|
|
1564
|
-
getMaxPartitionCount(): google_protobuf_wrappers_pb.
|
|
1565
|
-
setMaxPartitionCount(value?: google_protobuf_wrappers_pb.
|
|
1470
|
+
getMaxPartitionCount(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1471
|
+
setMaxPartitionCount(value?: google_protobuf_wrappers_pb.UInt32Value): Tape;
|
|
1566
1472
|
|
|
1567
1473
|
hasMediaType(): boolean;
|
|
1568
1474
|
clearMediaType(): void;
|
|
@@ -1581,13 +1487,13 @@ export class Tape extends jspb.Message {
|
|
|
1581
1487
|
|
|
1582
1488
|
hasNumberOfMediaSupported(): boolean;
|
|
1583
1489
|
clearNumberOfMediaSupported(): void;
|
|
1584
|
-
getNumberOfMediaSupported(): google_protobuf_wrappers_pb.
|
|
1585
|
-
setNumberOfMediaSupported(value?: google_protobuf_wrappers_pb.
|
|
1490
|
+
getNumberOfMediaSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1491
|
+
setNumberOfMediaSupported(value?: google_protobuf_wrappers_pb.UInt32Value): Tape;
|
|
1586
1492
|
|
|
1587
1493
|
hasPadding(): boolean;
|
|
1588
1494
|
clearPadding(): void;
|
|
1589
|
-
getPadding(): google_protobuf_wrappers_pb.
|
|
1590
|
-
setPadding(value?: google_protobuf_wrappers_pb.
|
|
1495
|
+
getPadding(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1496
|
+
setPadding(value?: google_protobuf_wrappers_pb.UInt32Value): Tape;
|
|
1591
1497
|
|
|
1592
1498
|
serializeBinary(): Uint8Array;
|
|
1593
1499
|
toObject(includeInstance?: boolean): Tape.AsObject;
|
|
@@ -1601,21 +1507,21 @@ export class Tape extends jspb.Message {
|
|
|
1601
1507
|
|
|
1602
1508
|
export namespace Tape {
|
|
1603
1509
|
export type AsObject = {
|
|
1604
|
-
availability?: google_protobuf_wrappers_pb.
|
|
1605
|
-
|
|
1510
|
+
availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1511
|
+
capabilitiesList: Array<number>,
|
|
1606
1512
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1607
|
-
compression?: google_protobuf_wrappers_pb.
|
|
1513
|
+
compression?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1608
1514
|
defaultBlockSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
1609
1515
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1610
1516
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1611
1517
|
maxBlockSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
1612
1518
|
maxMediaSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
1613
|
-
maxPartitionCount?: google_protobuf_wrappers_pb.
|
|
1519
|
+
maxPartitionCount?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1614
1520
|
mediaType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1615
1521
|
minBlockSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
1616
1522
|
needsCleaning?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1617
|
-
numberOfMediaSupported?: google_protobuf_wrappers_pb.
|
|
1618
|
-
padding?: google_protobuf_wrappers_pb.
|
|
1523
|
+
numberOfMediaSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1524
|
+
padding?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1619
1525
|
}
|
|
1620
1526
|
}
|
|
1621
1527
|
|
|
@@ -1710,8 +1616,8 @@ export class SystemEnclosure extends jspb.Message {
|
|
|
1710
1616
|
|
|
1711
1617
|
hasSecurityStatus(): boolean;
|
|
1712
1618
|
clearSecurityStatus(): void;
|
|
1713
|
-
getSecurityStatus(): google_protobuf_wrappers_pb.
|
|
1714
|
-
setSecurityStatus(value?: google_protobuf_wrappers_pb.
|
|
1619
|
+
getSecurityStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1620
|
+
setSecurityStatus(value?: google_protobuf_wrappers_pb.UInt32Value): SystemEnclosure;
|
|
1715
1621
|
|
|
1716
1622
|
hasSerialNumber(): boolean;
|
|
1717
1623
|
clearSerialNumber(): void;
|
|
@@ -1748,7 +1654,7 @@ export namespace SystemEnclosure {
|
|
|
1748
1654
|
chassisTypesList: Array<number>,
|
|
1749
1655
|
lockPresent?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1750
1656
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1751
|
-
securityStatus?: google_protobuf_wrappers_pb.
|
|
1657
|
+
securityStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1752
1658
|
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1753
1659
|
smbiosAssetTag?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1754
1660
|
tag?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -1847,8 +1753,8 @@ export class SystemDriver extends jspb.Message {
|
|
|
1847
1753
|
|
|
1848
1754
|
hasExitCode(): boolean;
|
|
1849
1755
|
clearExitCode(): void;
|
|
1850
|
-
getExitCode(): google_protobuf_wrappers_pb.
|
|
1851
|
-
setExitCode(value?: google_protobuf_wrappers_pb.
|
|
1756
|
+
getExitCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1757
|
+
setExitCode(value?: google_protobuf_wrappers_pb.UInt32Value): SystemDriver;
|
|
1852
1758
|
|
|
1853
1759
|
hasPathName(): boolean;
|
|
1854
1760
|
clearPathName(): void;
|
|
@@ -1857,8 +1763,8 @@ export class SystemDriver extends jspb.Message {
|
|
|
1857
1763
|
|
|
1858
1764
|
hasServiceSpecificExitCode(): boolean;
|
|
1859
1765
|
clearServiceSpecificExitCode(): void;
|
|
1860
|
-
getServiceSpecificExitCode(): google_protobuf_wrappers_pb.
|
|
1861
|
-
setServiceSpecificExitCode(value?: google_protobuf_wrappers_pb.
|
|
1766
|
+
getServiceSpecificExitCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1767
|
+
setServiceSpecificExitCode(value?: google_protobuf_wrappers_pb.UInt32Value): SystemDriver;
|
|
1862
1768
|
|
|
1863
1769
|
hasServiceType(): boolean;
|
|
1864
1770
|
clearServiceType(): void;
|
|
@@ -1892,8 +1798,8 @@ export class SystemDriver extends jspb.Message {
|
|
|
1892
1798
|
|
|
1893
1799
|
hasTagId(): boolean;
|
|
1894
1800
|
clearTagId(): void;
|
|
1895
|
-
getTagId(): google_protobuf_wrappers_pb.
|
|
1896
|
-
setTagId(value?: google_protobuf_wrappers_pb.
|
|
1801
|
+
getTagId(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1802
|
+
setTagId(value?: google_protobuf_wrappers_pb.UInt32Value): SystemDriver;
|
|
1897
1803
|
|
|
1898
1804
|
hasSystemDriverUniWrapper(): boolean;
|
|
1899
1805
|
clearSystemDriverUniWrapper(): void;
|
|
@@ -1916,16 +1822,16 @@ export namespace SystemDriver {
|
|
|
1916
1822
|
acceptStop?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1917
1823
|
desktopInteract?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1918
1824
|
errorControl?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1919
|
-
exitCode?: google_protobuf_wrappers_pb.
|
|
1825
|
+
exitCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1920
1826
|
pathName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1921
|
-
serviceSpecificExitCode?: google_protobuf_wrappers_pb.
|
|
1827
|
+
serviceSpecificExitCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1922
1828
|
serviceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1923
1829
|
started?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
1924
1830
|
startMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1925
1831
|
startName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1926
1832
|
state?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1927
1833
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
1928
|
-
tagId?: google_protobuf_wrappers_pb.
|
|
1834
|
+
tagId?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
1929
1835
|
systemDriverUniWrapper?: SystemDriverUniWrapper.AsObject,
|
|
1930
1836
|
}
|
|
1931
1837
|
}
|
|
@@ -2074,8 +1980,8 @@ export class Share extends jspb.Message {
|
|
|
2074
1980
|
|
|
2075
1981
|
hasType(): boolean;
|
|
2076
1982
|
clearType(): void;
|
|
2077
|
-
getType(): google_protobuf_wrappers_pb.
|
|
2078
|
-
setType(value?: google_protobuf_wrappers_pb.
|
|
1983
|
+
getType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
1984
|
+
setType(value?: google_protobuf_wrappers_pb.UInt32Value): Share;
|
|
2079
1985
|
|
|
2080
1986
|
serializeBinary(): Uint8Array;
|
|
2081
1987
|
toObject(includeInstance?: boolean): Share.AsObject;
|
|
@@ -2092,7 +1998,7 @@ export namespace Share {
|
|
|
2092
1998
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2093
1999
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2094
2000
|
path?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2095
|
-
type?: google_protobuf_wrappers_pb.
|
|
2001
|
+
type?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2096
2002
|
}
|
|
2097
2003
|
}
|
|
2098
2004
|
|
|
@@ -2221,8 +2127,8 @@ export class SerialPort extends jspb.Message {
|
|
|
2221
2127
|
|
|
2222
2128
|
hasAvailability(): boolean;
|
|
2223
2129
|
clearAvailability(): void;
|
|
2224
|
-
getAvailability(): google_protobuf_wrappers_pb.
|
|
2225
|
-
setAvailability(value?: google_protobuf_wrappers_pb.
|
|
2130
|
+
getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2131
|
+
setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): SerialPort;
|
|
2226
2132
|
|
|
2227
2133
|
hasBinary(): boolean;
|
|
2228
2134
|
clearBinary(): void;
|
|
@@ -2241,18 +2147,18 @@ export class SerialPort extends jspb.Message {
|
|
|
2241
2147
|
|
|
2242
2148
|
hasMaxBaudRate(): boolean;
|
|
2243
2149
|
clearMaxBaudRate(): void;
|
|
2244
|
-
getMaxBaudRate(): google_protobuf_wrappers_pb.
|
|
2245
|
-
setMaxBaudRate(value?: google_protobuf_wrappers_pb.
|
|
2150
|
+
getMaxBaudRate(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2151
|
+
setMaxBaudRate(value?: google_protobuf_wrappers_pb.UInt32Value): SerialPort;
|
|
2246
2152
|
|
|
2247
2153
|
hasMaximumInputBufferSize(): boolean;
|
|
2248
2154
|
clearMaximumInputBufferSize(): void;
|
|
2249
|
-
getMaximumInputBufferSize(): google_protobuf_wrappers_pb.
|
|
2250
|
-
setMaximumInputBufferSize(value?: google_protobuf_wrappers_pb.
|
|
2155
|
+
getMaximumInputBufferSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2156
|
+
setMaximumInputBufferSize(value?: google_protobuf_wrappers_pb.UInt32Value): SerialPort;
|
|
2251
2157
|
|
|
2252
2158
|
hasMaximumOutputBufferSize(): boolean;
|
|
2253
2159
|
clearMaximumOutputBufferSize(): void;
|
|
2254
|
-
getMaximumOutputBufferSize(): google_protobuf_wrappers_pb.
|
|
2255
|
-
setMaximumOutputBufferSize(value?: google_protobuf_wrappers_pb.
|
|
2160
|
+
getMaximumOutputBufferSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2161
|
+
setMaximumOutputBufferSize(value?: google_protobuf_wrappers_pb.UInt32Value): SerialPort;
|
|
2256
2162
|
|
|
2257
2163
|
hasOsAutoDiscovered(): boolean;
|
|
2258
2164
|
clearOsAutoDiscovered(): void;
|
|
@@ -2281,13 +2187,13 @@ export class SerialPort extends jspb.Message {
|
|
|
2281
2187
|
|
|
2282
2188
|
export namespace SerialPort {
|
|
2283
2189
|
export type AsObject = {
|
|
2284
|
-
availability?: google_protobuf_wrappers_pb.
|
|
2190
|
+
availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2285
2191
|
binary?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
2286
2192
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2287
2193
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2288
|
-
maxBaudRate?: google_protobuf_wrappers_pb.
|
|
2289
|
-
maximumInputBufferSize?: google_protobuf_wrappers_pb.
|
|
2290
|
-
maximumOutputBufferSize?: google_protobuf_wrappers_pb.
|
|
2194
|
+
maxBaudRate?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2195
|
+
maximumInputBufferSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2196
|
+
maximumOutputBufferSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2291
2197
|
osAutoDiscovered?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
2292
2198
|
pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2293
2199
|
providerType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -2320,8 +2226,8 @@ export class Scsi extends jspb.Message {
|
|
|
2320
2226
|
|
|
2321
2227
|
hasAvailability(): boolean;
|
|
2322
2228
|
clearAvailability(): void;
|
|
2323
|
-
getAvailability(): google_protobuf_wrappers_pb.
|
|
2324
|
-
setAvailability(value?: google_protobuf_wrappers_pb.
|
|
2229
|
+
getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2230
|
+
setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): Scsi;
|
|
2325
2231
|
|
|
2326
2232
|
hasCaption(): boolean;
|
|
2327
2233
|
clearCaption(): void;
|
|
@@ -2345,8 +2251,8 @@ export class Scsi extends jspb.Message {
|
|
|
2345
2251
|
|
|
2346
2252
|
hasProtocolSupported(): boolean;
|
|
2347
2253
|
clearProtocolSupported(): void;
|
|
2348
|
-
getProtocolSupported(): google_protobuf_wrappers_pb.
|
|
2349
|
-
setProtocolSupported(value?: google_protobuf_wrappers_pb.
|
|
2254
|
+
getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2255
|
+
setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): Scsi;
|
|
2350
2256
|
|
|
2351
2257
|
serializeBinary(): Uint8Array;
|
|
2352
2258
|
toObject(includeInstance?: boolean): Scsi.AsObject;
|
|
@@ -2360,12 +2266,12 @@ export class Scsi extends jspb.Message {
|
|
|
2360
2266
|
|
|
2361
2267
|
export namespace Scsi {
|
|
2362
2268
|
export type AsObject = {
|
|
2363
|
-
availability?: google_protobuf_wrappers_pb.
|
|
2269
|
+
availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2364
2270
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2365
2271
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2366
2272
|
driverName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2367
2273
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2368
|
-
protocolSupported?: google_protobuf_wrappers_pb.
|
|
2274
|
+
protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2369
2275
|
}
|
|
2370
2276
|
}
|
|
2371
2277
|
|
|
@@ -2508,18 +2414,18 @@ export class ProcessorV1 extends jspb.Message {
|
|
|
2508
2414
|
|
|
2509
2415
|
hasAddressWidth(): boolean;
|
|
2510
2416
|
clearAddressWidth(): void;
|
|
2511
|
-
getAddressWidth(): google_protobuf_wrappers_pb.
|
|
2512
|
-
setAddressWidth(value?: google_protobuf_wrappers_pb.
|
|
2417
|
+
getAddressWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2418
|
+
setAddressWidth(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2513
2419
|
|
|
2514
2420
|
hasArchitecture(): boolean;
|
|
2515
2421
|
clearArchitecture(): void;
|
|
2516
|
-
getArchitecture(): google_protobuf_wrappers_pb.
|
|
2517
|
-
setArchitecture(value?: google_protobuf_wrappers_pb.
|
|
2422
|
+
getArchitecture(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2423
|
+
setArchitecture(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2518
2424
|
|
|
2519
2425
|
hasAvailability(): boolean;
|
|
2520
2426
|
clearAvailability(): void;
|
|
2521
|
-
getAvailability(): google_protobuf_wrappers_pb.
|
|
2522
|
-
setAvailability(value?: google_protobuf_wrappers_pb.
|
|
2427
|
+
getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2428
|
+
setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2523
2429
|
|
|
2524
2430
|
hasCaption(): boolean;
|
|
2525
2431
|
clearCaption(): void;
|
|
@@ -2528,13 +2434,13 @@ export class ProcessorV1 extends jspb.Message {
|
|
|
2528
2434
|
|
|
2529
2435
|
hasCpuStatus(): boolean;
|
|
2530
2436
|
clearCpuStatus(): void;
|
|
2531
|
-
getCpuStatus(): google_protobuf_wrappers_pb.
|
|
2532
|
-
setCpuStatus(value?: google_protobuf_wrappers_pb.
|
|
2437
|
+
getCpuStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2438
|
+
setCpuStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2533
2439
|
|
|
2534
2440
|
hasDataWidth(): boolean;
|
|
2535
2441
|
clearDataWidth(): void;
|
|
2536
|
-
getDataWidth(): google_protobuf_wrappers_pb.
|
|
2537
|
-
setDataWidth(value?: google_protobuf_wrappers_pb.
|
|
2442
|
+
getDataWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2443
|
+
setDataWidth(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2538
2444
|
|
|
2539
2445
|
hasDeviceId(): boolean;
|
|
2540
2446
|
clearDeviceId(): void;
|
|
@@ -2543,28 +2449,28 @@ export class ProcessorV1 extends jspb.Message {
|
|
|
2543
2449
|
|
|
2544
2450
|
hasExtClock(): boolean;
|
|
2545
2451
|
clearExtClock(): void;
|
|
2546
|
-
getExtClock(): google_protobuf_wrappers_pb.
|
|
2547
|
-
setExtClock(value?: google_protobuf_wrappers_pb.
|
|
2452
|
+
getExtClock(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2453
|
+
setExtClock(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2548
2454
|
|
|
2549
2455
|
hasFamily(): boolean;
|
|
2550
2456
|
clearFamily(): void;
|
|
2551
|
-
getFamily(): google_protobuf_wrappers_pb.
|
|
2552
|
-
setFamily(value?: google_protobuf_wrappers_pb.
|
|
2457
|
+
getFamily(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2458
|
+
setFamily(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2553
2459
|
|
|
2554
2460
|
hasL2CacheSize(): boolean;
|
|
2555
2461
|
clearL2CacheSize(): void;
|
|
2556
|
-
getL2CacheSize(): google_protobuf_wrappers_pb.
|
|
2557
|
-
setL2CacheSize(value?: google_protobuf_wrappers_pb.
|
|
2462
|
+
getL2CacheSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2463
|
+
setL2CacheSize(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2558
2464
|
|
|
2559
2465
|
hasL2CacheSpeed(): boolean;
|
|
2560
2466
|
clearL2CacheSpeed(): void;
|
|
2561
|
-
getL2CacheSpeed(): google_protobuf_wrappers_pb.
|
|
2562
|
-
setL2CacheSpeed(value?: google_protobuf_wrappers_pb.
|
|
2467
|
+
getL2CacheSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2468
|
+
setL2CacheSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2563
2469
|
|
|
2564
2470
|
hasLevel(): boolean;
|
|
2565
2471
|
clearLevel(): void;
|
|
2566
|
-
getLevel(): google_protobuf_wrappers_pb.
|
|
2567
|
-
setLevel(value?: google_protobuf_wrappers_pb.
|
|
2472
|
+
getLevel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2473
|
+
setLevel(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2568
2474
|
|
|
2569
2475
|
hasManufacturer(): boolean;
|
|
2570
2476
|
clearManufacturer(): void;
|
|
@@ -2573,8 +2479,8 @@ export class ProcessorV1 extends jspb.Message {
|
|
|
2573
2479
|
|
|
2574
2480
|
hasMaxClockSpeed(): boolean;
|
|
2575
2481
|
clearMaxClockSpeed(): void;
|
|
2576
|
-
getMaxClockSpeed(): google_protobuf_wrappers_pb.
|
|
2577
|
-
setMaxClockSpeed(value?: google_protobuf_wrappers_pb.
|
|
2482
|
+
getMaxClockSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2483
|
+
setMaxClockSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2578
2484
|
|
|
2579
2485
|
hasName(): boolean;
|
|
2580
2486
|
clearName(): void;
|
|
@@ -2588,13 +2494,13 @@ export class ProcessorV1 extends jspb.Message {
|
|
|
2588
2494
|
|
|
2589
2495
|
hasProcessorType(): boolean;
|
|
2590
2496
|
clearProcessorType(): void;
|
|
2591
|
-
getProcessorType(): google_protobuf_wrappers_pb.
|
|
2592
|
-
setProcessorType(value?: google_protobuf_wrappers_pb.
|
|
2497
|
+
getProcessorType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2498
|
+
setProcessorType(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2593
2499
|
|
|
2594
2500
|
hasRevision(): boolean;
|
|
2595
2501
|
clearRevision(): void;
|
|
2596
|
-
getRevision(): google_protobuf_wrappers_pb.
|
|
2597
|
-
setRevision(value?: google_protobuf_wrappers_pb.
|
|
2502
|
+
getRevision(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2503
|
+
setRevision(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2598
2504
|
|
|
2599
2505
|
hasSocketDesignation(): boolean;
|
|
2600
2506
|
clearSocketDesignation(): void;
|
|
@@ -2613,8 +2519,8 @@ export class ProcessorV1 extends jspb.Message {
|
|
|
2613
2519
|
|
|
2614
2520
|
hasUpgradeMethod(): boolean;
|
|
2615
2521
|
clearUpgradeMethod(): void;
|
|
2616
|
-
getUpgradeMethod(): google_protobuf_wrappers_pb.
|
|
2617
|
-
setUpgradeMethod(value?: google_protobuf_wrappers_pb.
|
|
2522
|
+
getUpgradeMethod(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2523
|
+
setUpgradeMethod(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2618
2524
|
|
|
2619
2525
|
hasVersion(): boolean;
|
|
2620
2526
|
clearVersion(): void;
|
|
@@ -2623,8 +2529,8 @@ export class ProcessorV1 extends jspb.Message {
|
|
|
2623
2529
|
|
|
2624
2530
|
hasVoltageCaps(): boolean;
|
|
2625
2531
|
clearVoltageCaps(): void;
|
|
2626
|
-
getVoltageCaps(): google_protobuf_wrappers_pb.
|
|
2627
|
-
setVoltageCaps(value?: google_protobuf_wrappers_pb.
|
|
2532
|
+
getVoltageCaps(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2533
|
+
setVoltageCaps(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV1;
|
|
2628
2534
|
|
|
2629
2535
|
serializeBinary(): Uint8Array;
|
|
2630
2536
|
toObject(includeInstance?: boolean): ProcessorV1.AsObject;
|
|
@@ -2638,30 +2544,30 @@ export class ProcessorV1 extends jspb.Message {
|
|
|
2638
2544
|
|
|
2639
2545
|
export namespace ProcessorV1 {
|
|
2640
2546
|
export type AsObject = {
|
|
2641
|
-
addressWidth?: google_protobuf_wrappers_pb.
|
|
2642
|
-
architecture?: google_protobuf_wrappers_pb.
|
|
2643
|
-
availability?: google_protobuf_wrappers_pb.
|
|
2547
|
+
addressWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2548
|
+
architecture?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2549
|
+
availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2644
2550
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2645
|
-
cpuStatus?: google_protobuf_wrappers_pb.
|
|
2646
|
-
dataWidth?: google_protobuf_wrappers_pb.
|
|
2551
|
+
cpuStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2552
|
+
dataWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2647
2553
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2648
|
-
extClock?: google_protobuf_wrappers_pb.
|
|
2649
|
-
family?: google_protobuf_wrappers_pb.
|
|
2650
|
-
l2CacheSize?: google_protobuf_wrappers_pb.
|
|
2651
|
-
l2CacheSpeed?: google_protobuf_wrappers_pb.
|
|
2652
|
-
level?: google_protobuf_wrappers_pb.
|
|
2554
|
+
extClock?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2555
|
+
family?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2556
|
+
l2CacheSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2557
|
+
l2CacheSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2558
|
+
level?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2653
2559
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2654
|
-
maxClockSpeed?: google_protobuf_wrappers_pb.
|
|
2560
|
+
maxClockSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2655
2561
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2656
2562
|
processorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2657
|
-
processorType?: google_protobuf_wrappers_pb.
|
|
2658
|
-
revision?: google_protobuf_wrappers_pb.
|
|
2563
|
+
processorType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2564
|
+
revision?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2659
2565
|
socketDesignation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2660
2566
|
stepping?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2661
2567
|
uniqueId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2662
|
-
upgradeMethod?: google_protobuf_wrappers_pb.
|
|
2568
|
+
upgradeMethod?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2663
2569
|
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2664
|
-
voltageCaps?: google_protobuf_wrappers_pb.
|
|
2570
|
+
voltageCaps?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2665
2571
|
}
|
|
2666
2572
|
}
|
|
2667
2573
|
|
|
@@ -2669,18 +2575,18 @@ export class ProcessorV2 extends jspb.Message {
|
|
|
2669
2575
|
|
|
2670
2576
|
hasAddressWidth(): boolean;
|
|
2671
2577
|
clearAddressWidth(): void;
|
|
2672
|
-
getAddressWidth(): google_protobuf_wrappers_pb.
|
|
2673
|
-
setAddressWidth(value?: google_protobuf_wrappers_pb.
|
|
2578
|
+
getAddressWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2579
|
+
setAddressWidth(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2674
2580
|
|
|
2675
2581
|
hasArchitecture(): boolean;
|
|
2676
2582
|
clearArchitecture(): void;
|
|
2677
|
-
getArchitecture(): google_protobuf_wrappers_pb.
|
|
2678
|
-
setArchitecture(value?: google_protobuf_wrappers_pb.
|
|
2583
|
+
getArchitecture(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2584
|
+
setArchitecture(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2679
2585
|
|
|
2680
2586
|
hasAvailability(): boolean;
|
|
2681
2587
|
clearAvailability(): void;
|
|
2682
|
-
getAvailability(): google_protobuf_wrappers_pb.
|
|
2683
|
-
setAvailability(value?: google_protobuf_wrappers_pb.
|
|
2588
|
+
getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2589
|
+
setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2684
2590
|
|
|
2685
2591
|
hasCaption(): boolean;
|
|
2686
2592
|
clearCaption(): void;
|
|
@@ -2689,13 +2595,13 @@ export class ProcessorV2 extends jspb.Message {
|
|
|
2689
2595
|
|
|
2690
2596
|
hasCpuStatus(): boolean;
|
|
2691
2597
|
clearCpuStatus(): void;
|
|
2692
|
-
getCpuStatus(): google_protobuf_wrappers_pb.
|
|
2693
|
-
setCpuStatus(value?: google_protobuf_wrappers_pb.
|
|
2598
|
+
getCpuStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2599
|
+
setCpuStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2694
2600
|
|
|
2695
2601
|
hasDataWidth(): boolean;
|
|
2696
2602
|
clearDataWidth(): void;
|
|
2697
|
-
getDataWidth(): google_protobuf_wrappers_pb.
|
|
2698
|
-
setDataWidth(value?: google_protobuf_wrappers_pb.
|
|
2603
|
+
getDataWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2604
|
+
setDataWidth(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2699
2605
|
|
|
2700
2606
|
hasDeviceId(): boolean;
|
|
2701
2607
|
clearDeviceId(): void;
|
|
@@ -2704,28 +2610,28 @@ export class ProcessorV2 extends jspb.Message {
|
|
|
2704
2610
|
|
|
2705
2611
|
hasExtClock(): boolean;
|
|
2706
2612
|
clearExtClock(): void;
|
|
2707
|
-
getExtClock(): google_protobuf_wrappers_pb.
|
|
2708
|
-
setExtClock(value?: google_protobuf_wrappers_pb.
|
|
2613
|
+
getExtClock(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2614
|
+
setExtClock(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2709
2615
|
|
|
2710
2616
|
hasFamily(): boolean;
|
|
2711
2617
|
clearFamily(): void;
|
|
2712
|
-
getFamily(): google_protobuf_wrappers_pb.
|
|
2713
|
-
setFamily(value?: google_protobuf_wrappers_pb.
|
|
2618
|
+
getFamily(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2619
|
+
setFamily(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2714
2620
|
|
|
2715
2621
|
hasL2CacheSize(): boolean;
|
|
2716
2622
|
clearL2CacheSize(): void;
|
|
2717
|
-
getL2CacheSize(): google_protobuf_wrappers_pb.
|
|
2718
|
-
setL2CacheSize(value?: google_protobuf_wrappers_pb.
|
|
2623
|
+
getL2CacheSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2624
|
+
setL2CacheSize(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2719
2625
|
|
|
2720
2626
|
hasL2CacheSpeed(): boolean;
|
|
2721
2627
|
clearL2CacheSpeed(): void;
|
|
2722
|
-
getL2CacheSpeed(): google_protobuf_wrappers_pb.
|
|
2723
|
-
setL2CacheSpeed(value?: google_protobuf_wrappers_pb.
|
|
2628
|
+
getL2CacheSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2629
|
+
setL2CacheSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2724
2630
|
|
|
2725
2631
|
hasLevel(): boolean;
|
|
2726
2632
|
clearLevel(): void;
|
|
2727
|
-
getLevel(): google_protobuf_wrappers_pb.
|
|
2728
|
-
setLevel(value?: google_protobuf_wrappers_pb.
|
|
2633
|
+
getLevel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2634
|
+
setLevel(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2729
2635
|
|
|
2730
2636
|
hasManufacturer(): boolean;
|
|
2731
2637
|
clearManufacturer(): void;
|
|
@@ -2734,8 +2640,8 @@ export class ProcessorV2 extends jspb.Message {
|
|
|
2734
2640
|
|
|
2735
2641
|
hasMaxClockSpeed(): boolean;
|
|
2736
2642
|
clearMaxClockSpeed(): void;
|
|
2737
|
-
getMaxClockSpeed(): google_protobuf_wrappers_pb.
|
|
2738
|
-
setMaxClockSpeed(value?: google_protobuf_wrappers_pb.
|
|
2643
|
+
getMaxClockSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2644
|
+
setMaxClockSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2739
2645
|
|
|
2740
2646
|
hasName(): boolean;
|
|
2741
2647
|
clearName(): void;
|
|
@@ -2749,13 +2655,13 @@ export class ProcessorV2 extends jspb.Message {
|
|
|
2749
2655
|
|
|
2750
2656
|
hasProcessorType(): boolean;
|
|
2751
2657
|
clearProcessorType(): void;
|
|
2752
|
-
getProcessorType(): google_protobuf_wrappers_pb.
|
|
2753
|
-
setProcessorType(value?: google_protobuf_wrappers_pb.
|
|
2658
|
+
getProcessorType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2659
|
+
setProcessorType(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2754
2660
|
|
|
2755
2661
|
hasRevision(): boolean;
|
|
2756
2662
|
clearRevision(): void;
|
|
2757
|
-
getRevision(): google_protobuf_wrappers_pb.
|
|
2758
|
-
setRevision(value?: google_protobuf_wrappers_pb.
|
|
2663
|
+
getRevision(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2664
|
+
setRevision(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2759
2665
|
|
|
2760
2666
|
hasSocketDesignation(): boolean;
|
|
2761
2667
|
clearSocketDesignation(): void;
|
|
@@ -2774,8 +2680,8 @@ export class ProcessorV2 extends jspb.Message {
|
|
|
2774
2680
|
|
|
2775
2681
|
hasUpgradeMethod(): boolean;
|
|
2776
2682
|
clearUpgradeMethod(): void;
|
|
2777
|
-
getUpgradeMethod(): google_protobuf_wrappers_pb.
|
|
2778
|
-
setUpgradeMethod(value?: google_protobuf_wrappers_pb.
|
|
2683
|
+
getUpgradeMethod(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2684
|
+
setUpgradeMethod(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2779
2685
|
|
|
2780
2686
|
hasVersion(): boolean;
|
|
2781
2687
|
clearVersion(): void;
|
|
@@ -2784,18 +2690,18 @@ export class ProcessorV2 extends jspb.Message {
|
|
|
2784
2690
|
|
|
2785
2691
|
hasVoltageCaps(): boolean;
|
|
2786
2692
|
clearVoltageCaps(): void;
|
|
2787
|
-
getVoltageCaps(): google_protobuf_wrappers_pb.
|
|
2788
|
-
setVoltageCaps(value?: google_protobuf_wrappers_pb.
|
|
2693
|
+
getVoltageCaps(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2694
|
+
setVoltageCaps(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2789
2695
|
|
|
2790
2696
|
hasNumberOfLogicalProcessors(): boolean;
|
|
2791
2697
|
clearNumberOfLogicalProcessors(): void;
|
|
2792
|
-
getNumberOfLogicalProcessors(): google_protobuf_wrappers_pb.
|
|
2793
|
-
setNumberOfLogicalProcessors(value?: google_protobuf_wrappers_pb.
|
|
2698
|
+
getNumberOfLogicalProcessors(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2699
|
+
setNumberOfLogicalProcessors(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2794
2700
|
|
|
2795
2701
|
hasNumberOfCores(): boolean;
|
|
2796
2702
|
clearNumberOfCores(): void;
|
|
2797
|
-
getNumberOfCores(): google_protobuf_wrappers_pb.
|
|
2798
|
-
setNumberOfCores(value?: google_protobuf_wrappers_pb.
|
|
2703
|
+
getNumberOfCores(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2704
|
+
setNumberOfCores(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessorV2;
|
|
2799
2705
|
|
|
2800
2706
|
serializeBinary(): Uint8Array;
|
|
2801
2707
|
toObject(includeInstance?: boolean): ProcessorV2.AsObject;
|
|
@@ -2809,32 +2715,32 @@ export class ProcessorV2 extends jspb.Message {
|
|
|
2809
2715
|
|
|
2810
2716
|
export namespace ProcessorV2 {
|
|
2811
2717
|
export type AsObject = {
|
|
2812
|
-
addressWidth?: google_protobuf_wrappers_pb.
|
|
2813
|
-
architecture?: google_protobuf_wrappers_pb.
|
|
2814
|
-
availability?: google_protobuf_wrappers_pb.
|
|
2718
|
+
addressWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2719
|
+
architecture?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2720
|
+
availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2815
2721
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2816
|
-
cpuStatus?: google_protobuf_wrappers_pb.
|
|
2817
|
-
dataWidth?: google_protobuf_wrappers_pb.
|
|
2722
|
+
cpuStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2723
|
+
dataWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2818
2724
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2819
|
-
extClock?: google_protobuf_wrappers_pb.
|
|
2820
|
-
family?: google_protobuf_wrappers_pb.
|
|
2821
|
-
l2CacheSize?: google_protobuf_wrappers_pb.
|
|
2822
|
-
l2CacheSpeed?: google_protobuf_wrappers_pb.
|
|
2823
|
-
level?: google_protobuf_wrappers_pb.
|
|
2725
|
+
extClock?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2726
|
+
family?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2727
|
+
l2CacheSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2728
|
+
l2CacheSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2729
|
+
level?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2824
2730
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2825
|
-
maxClockSpeed?: google_protobuf_wrappers_pb.
|
|
2731
|
+
maxClockSpeed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2826
2732
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2827
2733
|
processorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2828
|
-
processorType?: google_protobuf_wrappers_pb.
|
|
2829
|
-
revision?: google_protobuf_wrappers_pb.
|
|
2734
|
+
processorType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2735
|
+
revision?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2830
2736
|
socketDesignation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2831
2737
|
stepping?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2832
2738
|
uniqueId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2833
|
-
upgradeMethod?: google_protobuf_wrappers_pb.
|
|
2739
|
+
upgradeMethod?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2834
2740
|
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2835
|
-
voltageCaps?: google_protobuf_wrappers_pb.
|
|
2836
|
-
numberOfLogicalProcessors?: google_protobuf_wrappers_pb.
|
|
2837
|
-
numberOfCores?: google_protobuf_wrappers_pb.
|
|
2741
|
+
voltageCaps?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2742
|
+
numberOfLogicalProcessors?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2743
|
+
numberOfCores?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2838
2744
|
}
|
|
2839
2745
|
}
|
|
2840
2746
|
|
|
@@ -2947,13 +2853,13 @@ export class ProcessV2 extends jspb.Message {
|
|
|
2947
2853
|
|
|
2948
2854
|
hasThreadCount(): boolean;
|
|
2949
2855
|
clearThreadCount(): void;
|
|
2950
|
-
getThreadCount(): google_protobuf_wrappers_pb.
|
|
2951
|
-
setThreadCount(value?: google_protobuf_wrappers_pb.
|
|
2856
|
+
getThreadCount(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2857
|
+
setThreadCount(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessV2;
|
|
2952
2858
|
|
|
2953
2859
|
hasPriority(): boolean;
|
|
2954
2860
|
clearPriority(): void;
|
|
2955
|
-
getPriority(): google_protobuf_wrappers_pb.
|
|
2956
|
-
setPriority(value?: google_protobuf_wrappers_pb.
|
|
2861
|
+
getPriority(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2862
|
+
setPriority(value?: google_protobuf_wrappers_pb.UInt32Value): ProcessV2;
|
|
2957
2863
|
getHandle(): number;
|
|
2958
2864
|
setHandle(value: number): ProcessV2;
|
|
2959
2865
|
|
|
@@ -2971,8 +2877,8 @@ export namespace ProcessV2 {
|
|
|
2971
2877
|
export type AsObject = {
|
|
2972
2878
|
caption: string,
|
|
2973
2879
|
executablePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2974
|
-
threadCount?: google_protobuf_wrappers_pb.
|
|
2975
|
-
priority?: google_protobuf_wrappers_pb.
|
|
2880
|
+
threadCount?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2881
|
+
priority?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
2976
2882
|
handle: number,
|
|
2977
2883
|
}
|
|
2978
2884
|
}
|
|
@@ -3088,8 +2994,8 @@ export class PrinterDriver extends jspb.Message {
|
|
|
3088
2994
|
|
|
3089
2995
|
hasVersion(): boolean;
|
|
3090
2996
|
clearVersion(): void;
|
|
3091
|
-
getVersion(): google_protobuf_wrappers_pb.
|
|
3092
|
-
setVersion(value?: google_protobuf_wrappers_pb.
|
|
2997
|
+
getVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
2998
|
+
setVersion(value?: google_protobuf_wrappers_pb.UInt32Value): PrinterDriver;
|
|
3093
2999
|
|
|
3094
3000
|
hasDriverVersion(): boolean;
|
|
3095
3001
|
clearDriverVersion(): void;
|
|
@@ -3146,7 +3052,7 @@ export namespace PrinterDriver {
|
|
|
3146
3052
|
helpFile?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3147
3053
|
monitorName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3148
3054
|
oemUrl?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3149
|
-
version?: google_protobuf_wrappers_pb.
|
|
3055
|
+
version?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3150
3056
|
driverVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3151
3057
|
driverDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3152
3058
|
hardwareId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -3277,26 +3183,56 @@ export class PrinterV1 extends jspb.Message {
|
|
|
3277
3183
|
getCapabilityDescriptionsList(): Array<string>;
|
|
3278
3184
|
setCapabilityDescriptionsList(value: Array<string>): PrinterV1;
|
|
3279
3185
|
addCapabilityDescriptions(value: string, index?: number): string;
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3186
|
+
|
|
3187
|
+
hasCaption(): boolean;
|
|
3188
|
+
clearCaption(): void;
|
|
3189
|
+
getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3190
|
+
setCaption(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
|
|
3191
|
+
|
|
3192
|
+
hasDeviceId(): boolean;
|
|
3193
|
+
clearDeviceId(): void;
|
|
3194
|
+
getDeviceId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3195
|
+
setDeviceId(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
|
|
3196
|
+
|
|
3197
|
+
hasHorizontalResolution(): boolean;
|
|
3198
|
+
clearHorizontalResolution(): void;
|
|
3199
|
+
getHorizontalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3200
|
+
setHorizontalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): PrinterV1;
|
|
3201
|
+
|
|
3202
|
+
hasLocation(): boolean;
|
|
3203
|
+
clearLocation(): void;
|
|
3204
|
+
getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3205
|
+
setLocation(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
|
|
3206
|
+
|
|
3207
|
+
hasPortName(): boolean;
|
|
3208
|
+
clearPortName(): void;
|
|
3209
|
+
getPortName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3210
|
+
setPortName(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
|
|
3211
|
+
|
|
3212
|
+
hasPrintJobDataType(): boolean;
|
|
3213
|
+
clearPrintJobDataType(): void;
|
|
3214
|
+
getPrintJobDataType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3215
|
+
setPrintJobDataType(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
|
|
3216
|
+
|
|
3217
|
+
hasPrintProcessor(): boolean;
|
|
3218
|
+
clearPrintProcessor(): void;
|
|
3219
|
+
getPrintProcessor(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3220
|
+
setPrintProcessor(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
|
|
3221
|
+
|
|
3222
|
+
hasShareName(): boolean;
|
|
3223
|
+
clearShareName(): void;
|
|
3224
|
+
getShareName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3225
|
+
setShareName(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
|
|
3226
|
+
|
|
3227
|
+
hasStatus(): boolean;
|
|
3228
|
+
clearStatus(): void;
|
|
3229
|
+
getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3230
|
+
setStatus(value?: google_protobuf_wrappers_pb.StringValue): PrinterV1;
|
|
3231
|
+
|
|
3232
|
+
hasVerticalResolution(): boolean;
|
|
3233
|
+
clearVerticalResolution(): void;
|
|
3234
|
+
getVerticalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3235
|
+
setVerticalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): PrinterV1;
|
|
3300
3236
|
|
|
3301
3237
|
serializeBinary(): Uint8Array;
|
|
3302
3238
|
toObject(includeInstance?: boolean): PrinterV1.AsObject;
|
|
@@ -3311,16 +3247,16 @@ export class PrinterV1 extends jspb.Message {
|
|
|
3311
3247
|
export namespace PrinterV1 {
|
|
3312
3248
|
export type AsObject = {
|
|
3313
3249
|
capabilityDescriptionsList: Array<string>,
|
|
3314
|
-
caption
|
|
3315
|
-
deviceId
|
|
3316
|
-
horizontalResolution
|
|
3317
|
-
location
|
|
3318
|
-
portName
|
|
3319
|
-
printJobDataType
|
|
3320
|
-
printProcessor
|
|
3321
|
-
shareName
|
|
3322
|
-
status
|
|
3323
|
-
verticalResolution
|
|
3250
|
+
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3251
|
+
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3252
|
+
horizontalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3253
|
+
location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3254
|
+
portName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3255
|
+
printJobDataType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3256
|
+
printProcessor?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3257
|
+
shareName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3258
|
+
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3259
|
+
verticalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3324
3260
|
}
|
|
3325
3261
|
}
|
|
3326
3262
|
|
|
@@ -3329,28 +3265,61 @@ export class PrinterV2 extends jspb.Message {
|
|
|
3329
3265
|
getCapabilityDescriptionsList(): Array<string>;
|
|
3330
3266
|
setCapabilityDescriptionsList(value: Array<string>): PrinterV2;
|
|
3331
3267
|
addCapabilityDescriptions(value: string, index?: number): string;
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3268
|
+
|
|
3269
|
+
hasCaption(): boolean;
|
|
3270
|
+
clearCaption(): void;
|
|
3271
|
+
getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3272
|
+
setCaption(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
|
|
3273
|
+
|
|
3274
|
+
hasDeviceId(): boolean;
|
|
3275
|
+
clearDeviceId(): void;
|
|
3276
|
+
getDeviceId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3277
|
+
setDeviceId(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
|
|
3278
|
+
|
|
3279
|
+
hasHorizontalResolution(): boolean;
|
|
3280
|
+
clearHorizontalResolution(): void;
|
|
3281
|
+
getHorizontalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3282
|
+
setHorizontalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): PrinterV2;
|
|
3283
|
+
|
|
3284
|
+
hasLocation(): boolean;
|
|
3285
|
+
clearLocation(): void;
|
|
3286
|
+
getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3287
|
+
setLocation(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
|
|
3288
|
+
|
|
3289
|
+
hasPortName(): boolean;
|
|
3290
|
+
clearPortName(): void;
|
|
3291
|
+
getPortName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3292
|
+
setPortName(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
|
|
3293
|
+
|
|
3294
|
+
hasPrintJobDataType(): boolean;
|
|
3295
|
+
clearPrintJobDataType(): void;
|
|
3296
|
+
getPrintJobDataType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3297
|
+
setPrintJobDataType(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
|
|
3298
|
+
|
|
3299
|
+
hasPrintProcessor(): boolean;
|
|
3300
|
+
clearPrintProcessor(): void;
|
|
3301
|
+
getPrintProcessor(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3302
|
+
setPrintProcessor(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
|
|
3303
|
+
|
|
3304
|
+
hasShareName(): boolean;
|
|
3305
|
+
clearShareName(): void;
|
|
3306
|
+
getShareName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3307
|
+
setShareName(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
|
|
3308
|
+
|
|
3309
|
+
hasStatus(): boolean;
|
|
3310
|
+
clearStatus(): void;
|
|
3311
|
+
getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3312
|
+
setStatus(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
|
|
3313
|
+
|
|
3314
|
+
hasVerticalResolution(): boolean;
|
|
3315
|
+
clearVerticalResolution(): void;
|
|
3316
|
+
getVerticalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3317
|
+
setVerticalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): PrinterV2;
|
|
3318
|
+
|
|
3319
|
+
hasComment(): boolean;
|
|
3320
|
+
clearComment(): void;
|
|
3321
|
+
getComment(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3322
|
+
setComment(value?: google_protobuf_wrappers_pb.StringValue): PrinterV2;
|
|
3354
3323
|
|
|
3355
3324
|
hasEnableBidi(): boolean;
|
|
3356
3325
|
clearEnableBidi(): void;
|
|
@@ -3380,17 +3349,17 @@ export class PrinterV2 extends jspb.Message {
|
|
|
3380
3349
|
export namespace PrinterV2 {
|
|
3381
3350
|
export type AsObject = {
|
|
3382
3351
|
capabilityDescriptionsList: Array<string>,
|
|
3383
|
-
caption
|
|
3384
|
-
deviceId
|
|
3385
|
-
horizontalResolution
|
|
3386
|
-
location
|
|
3387
|
-
portName
|
|
3388
|
-
printJobDataType
|
|
3389
|
-
printProcessor
|
|
3390
|
-
shareName
|
|
3391
|
-
status
|
|
3392
|
-
verticalResolution
|
|
3393
|
-
comment
|
|
3352
|
+
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3353
|
+
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3354
|
+
horizontalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3355
|
+
location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3356
|
+
portName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3357
|
+
printJobDataType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3358
|
+
printProcessor?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3359
|
+
shareName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3360
|
+
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3361
|
+
verticalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3362
|
+
comment?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3394
3363
|
enableBidi?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
3395
3364
|
local?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
3396
3365
|
network?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
@@ -3448,13 +3417,13 @@ export class PotsModem extends jspb.Message {
|
|
|
3448
3417
|
|
|
3449
3418
|
hasMaxBaudRateToPhone(): boolean;
|
|
3450
3419
|
clearMaxBaudRateToPhone(): void;
|
|
3451
|
-
getMaxBaudRateToPhone(): google_protobuf_wrappers_pb.
|
|
3452
|
-
setMaxBaudRateToPhone(value?: google_protobuf_wrappers_pb.
|
|
3420
|
+
getMaxBaudRateToPhone(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3421
|
+
setMaxBaudRateToPhone(value?: google_protobuf_wrappers_pb.UInt32Value): PotsModem;
|
|
3453
3422
|
|
|
3454
3423
|
hasMaxBaudRateToSerialPort(): boolean;
|
|
3455
3424
|
clearMaxBaudRateToSerialPort(): void;
|
|
3456
|
-
getMaxBaudRateToSerialPort(): google_protobuf_wrappers_pb.
|
|
3457
|
-
setMaxBaudRateToSerialPort(value?: google_protobuf_wrappers_pb.
|
|
3425
|
+
getMaxBaudRateToSerialPort(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3426
|
+
setMaxBaudRateToSerialPort(value?: google_protobuf_wrappers_pb.UInt32Value): PotsModem;
|
|
3458
3427
|
|
|
3459
3428
|
hasModemInfPath(): boolean;
|
|
3460
3429
|
clearModemInfPath(): void;
|
|
@@ -3488,8 +3457,8 @@ export namespace PotsModem {
|
|
|
3488
3457
|
countrySelected?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3489
3458
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3490
3459
|
deviceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3491
|
-
maxBaudRateToPhone?: google_protobuf_wrappers_pb.
|
|
3492
|
-
maxBaudRateToSerialPort?: google_protobuf_wrappers_pb.
|
|
3460
|
+
maxBaudRateToPhone?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3461
|
+
maxBaudRateToSerialPort?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3493
3462
|
modemInfPath?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3494
3463
|
modemInfSection?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3495
3464
|
providerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -3536,8 +3505,8 @@ export class PortConnector extends jspb.Message {
|
|
|
3536
3505
|
|
|
3537
3506
|
hasPortType(): boolean;
|
|
3538
3507
|
clearPortType(): void;
|
|
3539
|
-
getPortType(): google_protobuf_wrappers_pb.
|
|
3540
|
-
setPortType(value?: google_protobuf_wrappers_pb.
|
|
3508
|
+
getPortType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3509
|
+
setPortType(value?: google_protobuf_wrappers_pb.UInt32Value): PortConnector;
|
|
3541
3510
|
|
|
3542
3511
|
hasTag(): boolean;
|
|
3543
3512
|
clearTag(): void;
|
|
@@ -3559,7 +3528,7 @@ export namespace PortConnector {
|
|
|
3559
3528
|
connectortypeList: Array<number>,
|
|
3560
3529
|
externalReferenceDesignator?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3561
3530
|
internalReferenceDesignator?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3562
|
-
portType?: google_protobuf_wrappers_pb.
|
|
3531
|
+
portType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3563
3532
|
tag?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3564
3533
|
}
|
|
3565
3534
|
}
|
|
@@ -3590,18 +3559,18 @@ export class PortableBattery extends jspb.Message {
|
|
|
3590
3559
|
|
|
3591
3560
|
hasCapacityMultiplier(): boolean;
|
|
3592
3561
|
clearCapacityMultiplier(): void;
|
|
3593
|
-
getCapacityMultiplier(): google_protobuf_wrappers_pb.
|
|
3594
|
-
setCapacityMultiplier(value?: google_protobuf_wrappers_pb.
|
|
3562
|
+
getCapacityMultiplier(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3563
|
+
setCapacityMultiplier(value?: google_protobuf_wrappers_pb.UInt32Value): PortableBattery;
|
|
3595
3564
|
|
|
3596
3565
|
hasChemistry(): boolean;
|
|
3597
3566
|
clearChemistry(): void;
|
|
3598
|
-
getChemistry(): google_protobuf_wrappers_pb.
|
|
3599
|
-
setChemistry(value?: google_protobuf_wrappers_pb.
|
|
3567
|
+
getChemistry(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3568
|
+
setChemistry(value?: google_protobuf_wrappers_pb.UInt32Value): PortableBattery;
|
|
3600
3569
|
|
|
3601
3570
|
hasDesignCapacity(): boolean;
|
|
3602
3571
|
clearDesignCapacity(): void;
|
|
3603
|
-
getDesignCapacity(): google_protobuf_wrappers_pb.
|
|
3604
|
-
setDesignCapacity(value?: google_protobuf_wrappers_pb.
|
|
3572
|
+
getDesignCapacity(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3573
|
+
setDesignCapacity(value?: google_protobuf_wrappers_pb.UInt32Value): PortableBattery;
|
|
3605
3574
|
|
|
3606
3575
|
hasDesignVoltage(): boolean;
|
|
3607
3576
|
clearDesignVoltage(): void;
|
|
@@ -3630,8 +3599,8 @@ export class PortableBattery extends jspb.Message {
|
|
|
3630
3599
|
|
|
3631
3600
|
hasMaxBatteryError(): boolean;
|
|
3632
3601
|
clearMaxBatteryError(): void;
|
|
3633
|
-
getMaxBatteryError(): google_protobuf_wrappers_pb.
|
|
3634
|
-
setMaxBatteryError(value?: google_protobuf_wrappers_pb.
|
|
3602
|
+
getMaxBatteryError(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3603
|
+
setMaxBatteryError(value?: google_protobuf_wrappers_pb.UInt32Value): PortableBattery;
|
|
3635
3604
|
|
|
3636
3605
|
hasName(): boolean;
|
|
3637
3606
|
clearName(): void;
|
|
@@ -3655,15 +3624,15 @@ export class PortableBattery extends jspb.Message {
|
|
|
3655
3624
|
|
|
3656
3625
|
export namespace PortableBattery {
|
|
3657
3626
|
export type AsObject = {
|
|
3658
|
-
capacityMultiplier?: google_protobuf_wrappers_pb.
|
|
3659
|
-
chemistry?: google_protobuf_wrappers_pb.
|
|
3660
|
-
designCapacity?: google_protobuf_wrappers_pb.
|
|
3627
|
+
capacityMultiplier?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3628
|
+
chemistry?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3629
|
+
designCapacity?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3661
3630
|
designVoltage?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
3662
3631
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3663
3632
|
location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3664
3633
|
manufacturerDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3665
3634
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3666
|
-
maxBatteryError?: google_protobuf_wrappers_pb.
|
|
3635
|
+
maxBatteryError?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3667
3636
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3668
3637
|
smartBatteryVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3669
3638
|
}
|
|
@@ -3705,18 +3674,18 @@ export class PointingDevice extends jspb.Message {
|
|
|
3705
3674
|
|
|
3706
3675
|
hasDeviceinterface(): boolean;
|
|
3707
3676
|
clearDeviceinterface(): void;
|
|
3708
|
-
getDeviceinterface(): google_protobuf_wrappers_pb.
|
|
3709
|
-
setDeviceinterface(value?: google_protobuf_wrappers_pb.
|
|
3677
|
+
getDeviceinterface(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3678
|
+
setDeviceinterface(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3710
3679
|
|
|
3711
3680
|
hasDoublespeedthreshold(): boolean;
|
|
3712
3681
|
clearDoublespeedthreshold(): void;
|
|
3713
|
-
getDoublespeedthreshold(): google_protobuf_wrappers_pb.
|
|
3714
|
-
setDoublespeedthreshold(value?: google_protobuf_wrappers_pb.
|
|
3682
|
+
getDoublespeedthreshold(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3683
|
+
setDoublespeedthreshold(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3715
3684
|
|
|
3716
3685
|
hasHandedness(): boolean;
|
|
3717
3686
|
clearHandedness(): void;
|
|
3718
|
-
getHandedness(): google_protobuf_wrappers_pb.
|
|
3719
|
-
setHandedness(value?: google_protobuf_wrappers_pb.
|
|
3687
|
+
getHandedness(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3688
|
+
setHandedness(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3720
3689
|
|
|
3721
3690
|
hasInffilename(): boolean;
|
|
3722
3691
|
clearInffilename(): void;
|
|
@@ -3735,18 +3704,18 @@ export class PointingDevice extends jspb.Message {
|
|
|
3735
3704
|
|
|
3736
3705
|
hasNumberofbuttons(): boolean;
|
|
3737
3706
|
clearNumberofbuttons(): void;
|
|
3738
|
-
getNumberofbuttons(): google_protobuf_wrappers_pb.
|
|
3739
|
-
setNumberofbuttons(value?: google_protobuf_wrappers_pb.
|
|
3707
|
+
getNumberofbuttons(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3708
|
+
setNumberofbuttons(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3740
3709
|
|
|
3741
3710
|
hasPointingtype(): boolean;
|
|
3742
3711
|
clearPointingtype(): void;
|
|
3743
|
-
getPointingtype(): google_protobuf_wrappers_pb.
|
|
3744
|
-
setPointingtype(value?: google_protobuf_wrappers_pb.
|
|
3712
|
+
getPointingtype(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3713
|
+
setPointingtype(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3745
3714
|
|
|
3746
3715
|
hasQuadspeedthreshold(): boolean;
|
|
3747
3716
|
clearQuadspeedthreshold(): void;
|
|
3748
|
-
getQuadspeedthreshold(): google_protobuf_wrappers_pb.
|
|
3749
|
-
setQuadspeedthreshold(value?: google_protobuf_wrappers_pb.
|
|
3717
|
+
getQuadspeedthreshold(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3718
|
+
setQuadspeedthreshold(value?: google_protobuf_wrappers_pb.UInt32Value): PointingDevice;
|
|
3750
3719
|
|
|
3751
3720
|
serializeBinary(): Uint8Array;
|
|
3752
3721
|
toObject(includeInstance?: boolean): PointingDevice.AsObject;
|
|
@@ -3762,15 +3731,15 @@ export namespace PointingDevice {
|
|
|
3762
3731
|
export type AsObject = {
|
|
3763
3732
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3764
3733
|
deviceid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3765
|
-
deviceinterface?: google_protobuf_wrappers_pb.
|
|
3766
|
-
doublespeedthreshold?: google_protobuf_wrappers_pb.
|
|
3767
|
-
handedness?: google_protobuf_wrappers_pb.
|
|
3734
|
+
deviceinterface?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3735
|
+
doublespeedthreshold?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3736
|
+
handedness?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3768
3737
|
inffilename?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3769
3738
|
infsection?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3770
3739
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3771
|
-
numberofbuttons?: google_protobuf_wrappers_pb.
|
|
3772
|
-
pointingtype?: google_protobuf_wrappers_pb.
|
|
3773
|
-
quadspeedthreshold?: google_protobuf_wrappers_pb.
|
|
3740
|
+
numberofbuttons?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3741
|
+
pointingtype?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3742
|
+
quadspeedthreshold?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3774
3743
|
}
|
|
3775
3744
|
}
|
|
3776
3745
|
|
|
@@ -3952,8 +3921,8 @@ export class Pcmcia extends jspb.Message {
|
|
|
3952
3921
|
|
|
3953
3922
|
hasConfigManagerErrorCode(): boolean;
|
|
3954
3923
|
clearConfigManagerErrorCode(): void;
|
|
3955
|
-
getConfigManagerErrorCode(): google_protobuf_wrappers_pb.
|
|
3956
|
-
setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.
|
|
3924
|
+
getConfigManagerErrorCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3925
|
+
setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.UInt32Value): Pcmcia;
|
|
3957
3926
|
|
|
3958
3927
|
hasConfigManagerUserConfig(): boolean;
|
|
3959
3928
|
clearConfigManagerUserConfig(): void;
|
|
@@ -3972,8 +3941,8 @@ export class Pcmcia extends jspb.Message {
|
|
|
3972
3941
|
|
|
3973
3942
|
hasProtocolSupported(): boolean;
|
|
3974
3943
|
clearProtocolSupported(): void;
|
|
3975
|
-
getProtocolSupported(): google_protobuf_wrappers_pb.
|
|
3976
|
-
setProtocolSupported(value?: google_protobuf_wrappers_pb.
|
|
3944
|
+
getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3945
|
+
setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): Pcmcia;
|
|
3977
3946
|
|
|
3978
3947
|
serializeBinary(): Uint8Array;
|
|
3979
3948
|
toObject(includeInstance?: boolean): Pcmcia.AsObject;
|
|
@@ -3988,11 +3957,11 @@ export class Pcmcia extends jspb.Message {
|
|
|
3988
3957
|
export namespace Pcmcia {
|
|
3989
3958
|
export type AsObject = {
|
|
3990
3959
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3991
|
-
configManagerErrorCode?: google_protobuf_wrappers_pb.
|
|
3960
|
+
configManagerErrorCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3992
3961
|
configManagerUserConfig?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
3993
3962
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3994
3963
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3995
|
-
protocolSupported?: google_protobuf_wrappers_pb.
|
|
3964
|
+
protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
3996
3965
|
}
|
|
3997
3966
|
}
|
|
3998
3967
|
|
|
@@ -4022,8 +3991,8 @@ export class ParallelPort extends jspb.Message {
|
|
|
4022
3991
|
|
|
4023
3992
|
hasAvailability(): boolean;
|
|
4024
3993
|
clearAvailability(): void;
|
|
4025
|
-
getAvailability(): google_protobuf_wrappers_pb.
|
|
4026
|
-
setAvailability(value?: google_protobuf_wrappers_pb.
|
|
3994
|
+
getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
3995
|
+
setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): ParallelPort;
|
|
4027
3996
|
|
|
4028
3997
|
hasCaption(): boolean;
|
|
4029
3998
|
clearCaption(): void;
|
|
@@ -4032,8 +4001,8 @@ export class ParallelPort extends jspb.Message {
|
|
|
4032
4001
|
|
|
4033
4002
|
hasConfigManagerErrorCode(): boolean;
|
|
4034
4003
|
clearConfigManagerErrorCode(): void;
|
|
4035
|
-
getConfigManagerErrorCode(): google_protobuf_wrappers_pb.
|
|
4036
|
-
setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.
|
|
4004
|
+
getConfigManagerErrorCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4005
|
+
setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.UInt32Value): ParallelPort;
|
|
4037
4006
|
|
|
4038
4007
|
hasConfigManagerUserConfig(): boolean;
|
|
4039
4008
|
clearConfigManagerUserConfig(): void;
|
|
@@ -4054,8 +4023,8 @@ export class ParallelPort extends jspb.Message {
|
|
|
4054
4023
|
|
|
4055
4024
|
hasProtocolSupported(): boolean;
|
|
4056
4025
|
clearProtocolSupported(): void;
|
|
4057
|
-
getProtocolSupported(): google_protobuf_wrappers_pb.
|
|
4058
|
-
setProtocolSupported(value?: google_protobuf_wrappers_pb.
|
|
4026
|
+
getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4027
|
+
setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): ParallelPort;
|
|
4059
4028
|
|
|
4060
4029
|
serializeBinary(): Uint8Array;
|
|
4061
4030
|
toObject(includeInstance?: boolean): ParallelPort.AsObject;
|
|
@@ -4069,14 +4038,14 @@ export class ParallelPort extends jspb.Message {
|
|
|
4069
4038
|
|
|
4070
4039
|
export namespace ParallelPort {
|
|
4071
4040
|
export type AsObject = {
|
|
4072
|
-
availability?: google_protobuf_wrappers_pb.
|
|
4041
|
+
availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4073
4042
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4074
|
-
configManagerErrorCode?: google_protobuf_wrappers_pb.
|
|
4043
|
+
configManagerErrorCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4075
4044
|
configManagerUserConfig?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
4076
4045
|
osAutoDiscovered: boolean,
|
|
4077
4046
|
pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4078
4047
|
powerManagementSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
4079
|
-
protocolSupported?: google_protobuf_wrappers_pb.
|
|
4048
|
+
protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4080
4049
|
}
|
|
4081
4050
|
}
|
|
4082
4051
|
|
|
@@ -4169,8 +4138,8 @@ export class SinglePageFile extends jspb.Message {
|
|
|
4169
4138
|
|
|
4170
4139
|
hasInitialSize(): boolean;
|
|
4171
4140
|
clearInitialSize(): void;
|
|
4172
|
-
getInitialSize(): google_protobuf_wrappers_pb.
|
|
4173
|
-
setInitialSize(value?: google_protobuf_wrappers_pb.
|
|
4141
|
+
getInitialSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4142
|
+
setInitialSize(value?: google_protobuf_wrappers_pb.UInt32Value): SinglePageFile;
|
|
4174
4143
|
|
|
4175
4144
|
hasInstallDate(): boolean;
|
|
4176
4145
|
clearInstallDate(): void;
|
|
@@ -4189,8 +4158,8 @@ export class SinglePageFile extends jspb.Message {
|
|
|
4189
4158
|
|
|
4190
4159
|
hasMaximumSize(): boolean;
|
|
4191
4160
|
clearMaximumSize(): void;
|
|
4192
|
-
getMaximumSize(): google_protobuf_wrappers_pb.
|
|
4193
|
-
setMaximumSize(value?: google_protobuf_wrappers_pb.
|
|
4161
|
+
getMaximumSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4162
|
+
setMaximumSize(value?: google_protobuf_wrappers_pb.UInt32Value): SinglePageFile;
|
|
4194
4163
|
|
|
4195
4164
|
hasName(): boolean;
|
|
4196
4165
|
clearName(): void;
|
|
@@ -4234,11 +4203,11 @@ export namespace SinglePageFile {
|
|
|
4234
4203
|
creationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4235
4204
|
fileSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
4236
4205
|
hidden?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
4237
|
-
initialSize?: google_protobuf_wrappers_pb.
|
|
4206
|
+
initialSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4238
4207
|
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4239
4208
|
lastAccessed?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4240
4209
|
lastModified?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4241
|
-
maximumSize?: google_protobuf_wrappers_pb.
|
|
4210
|
+
maximumSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4242
4211
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4243
4212
|
path?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4244
4213
|
readable?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
@@ -4288,13 +4257,13 @@ export class PageFileSetting extends jspb.Message {
|
|
|
4288
4257
|
|
|
4289
4258
|
hasInitialSize(): boolean;
|
|
4290
4259
|
clearInitialSize(): void;
|
|
4291
|
-
getInitialSize(): google_protobuf_wrappers_pb.
|
|
4292
|
-
setInitialSize(value?: google_protobuf_wrappers_pb.
|
|
4260
|
+
getInitialSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4261
|
+
setInitialSize(value?: google_protobuf_wrappers_pb.UInt32Value): PageFileSetting;
|
|
4293
4262
|
|
|
4294
4263
|
hasMaximumSize(): boolean;
|
|
4295
4264
|
clearMaximumSize(): void;
|
|
4296
|
-
getMaximumSize(): google_protobuf_wrappers_pb.
|
|
4297
|
-
setMaximumSize(value?: google_protobuf_wrappers_pb.
|
|
4265
|
+
getMaximumSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4266
|
+
setMaximumSize(value?: google_protobuf_wrappers_pb.UInt32Value): PageFileSetting;
|
|
4298
4267
|
|
|
4299
4268
|
hasName(): boolean;
|
|
4300
4269
|
clearName(): void;
|
|
@@ -4320,8 +4289,8 @@ export namespace PageFileSetting {
|
|
|
4320
4289
|
export type AsObject = {
|
|
4321
4290
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4322
4291
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4323
|
-
initialSize?: google_protobuf_wrappers_pb.
|
|
4324
|
-
maximumSize?: google_protobuf_wrappers_pb.
|
|
4292
|
+
initialSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4293
|
+
maximumSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4325
4294
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4326
4295
|
settingId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4327
4296
|
}
|
|
@@ -4331,8 +4300,8 @@ export class PageFileUsage extends jspb.Message {
|
|
|
4331
4300
|
|
|
4332
4301
|
hasAllocatedBaseSize(): boolean;
|
|
4333
4302
|
clearAllocatedBaseSize(): void;
|
|
4334
|
-
getAllocatedBaseSize(): google_protobuf_wrappers_pb.
|
|
4335
|
-
setAllocatedBaseSize(value?: google_protobuf_wrappers_pb.
|
|
4303
|
+
getAllocatedBaseSize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4304
|
+
setAllocatedBaseSize(value?: google_protobuf_wrappers_pb.UInt32Value): PageFileUsage;
|
|
4336
4305
|
|
|
4337
4306
|
hasCaption(): boolean;
|
|
4338
4307
|
clearCaption(): void;
|
|
@@ -4341,8 +4310,8 @@ export class PageFileUsage extends jspb.Message {
|
|
|
4341
4310
|
|
|
4342
4311
|
hasCurrentUsage(): boolean;
|
|
4343
4312
|
clearCurrentUsage(): void;
|
|
4344
|
-
getCurrentUsage(): google_protobuf_wrappers_pb.
|
|
4345
|
-
setCurrentUsage(value?: google_protobuf_wrappers_pb.
|
|
4313
|
+
getCurrentUsage(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4314
|
+
setCurrentUsage(value?: google_protobuf_wrappers_pb.UInt32Value): PageFileUsage;
|
|
4346
4315
|
|
|
4347
4316
|
hasDescription(): boolean;
|
|
4348
4317
|
clearDescription(): void;
|
|
@@ -4361,8 +4330,8 @@ export class PageFileUsage extends jspb.Message {
|
|
|
4361
4330
|
|
|
4362
4331
|
hasPeakUsage(): boolean;
|
|
4363
4332
|
clearPeakUsage(): void;
|
|
4364
|
-
getPeakUsage(): google_protobuf_wrappers_pb.
|
|
4365
|
-
setPeakUsage(value?: google_protobuf_wrappers_pb.
|
|
4333
|
+
getPeakUsage(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4334
|
+
setPeakUsage(value?: google_protobuf_wrappers_pb.UInt32Value): PageFileUsage;
|
|
4366
4335
|
|
|
4367
4336
|
hasStatus(): boolean;
|
|
4368
4337
|
clearStatus(): void;
|
|
@@ -4386,13 +4355,13 @@ export class PageFileUsage extends jspb.Message {
|
|
|
4386
4355
|
|
|
4387
4356
|
export namespace PageFileUsage {
|
|
4388
4357
|
export type AsObject = {
|
|
4389
|
-
allocatedBaseSize?: google_protobuf_wrappers_pb.
|
|
4358
|
+
allocatedBaseSize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4390
4359
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4391
|
-
currentUsage?: google_protobuf_wrappers_pb.
|
|
4360
|
+
currentUsage?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4392
4361
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4393
4362
|
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4394
4363
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4395
|
-
peakUsage?: google_protobuf_wrappers_pb.
|
|
4364
|
+
peakUsage?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4396
4365
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4397
4366
|
tempPageFile?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
4398
4367
|
}
|
|
@@ -4567,8 +4536,8 @@ export class OsRecoveryV2 extends jspb.Message {
|
|
|
4567
4536
|
|
|
4568
4537
|
hasDebugInfoType(): boolean;
|
|
4569
4538
|
clearDebugInfoType(): void;
|
|
4570
|
-
getDebugInfoType(): google_protobuf_wrappers_pb.
|
|
4571
|
-
setDebugInfoType(value?: google_protobuf_wrappers_pb.
|
|
4539
|
+
getDebugInfoType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4540
|
+
setDebugInfoType(value?: google_protobuf_wrappers_pb.UInt32Value): OsRecoveryV2;
|
|
4572
4541
|
|
|
4573
4542
|
hasMiniDumpDirectory(): boolean;
|
|
4574
4543
|
clearMiniDumpDirectory(): void;
|
|
@@ -4595,7 +4564,7 @@ export namespace OsRecoveryV2 {
|
|
|
4595
4564
|
sendAdminAlert?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
4596
4565
|
writeDebugInfo?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
4597
4566
|
writeToSystemLog?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
4598
|
-
debugInfoType?: google_protobuf_wrappers_pb.
|
|
4567
|
+
debugInfoType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4599
4568
|
miniDumpDirectory?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4600
4569
|
}
|
|
4601
4570
|
}
|
|
@@ -4721,8 +4690,8 @@ export class OsV1 extends jspb.Message {
|
|
|
4721
4690
|
|
|
4722
4691
|
hasForegroundApplicationBoost(): boolean;
|
|
4723
4692
|
clearForegroundApplicationBoost(): void;
|
|
4724
|
-
getForegroundApplicationBoost(): google_protobuf_wrappers_pb.
|
|
4725
|
-
setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.
|
|
4693
|
+
getForegroundApplicationBoost(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4694
|
+
setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
|
|
4726
4695
|
|
|
4727
4696
|
hasInstallDate(): boolean;
|
|
4728
4697
|
clearInstallDate(): void;
|
|
@@ -4736,8 +4705,8 @@ export class OsV1 extends jspb.Message {
|
|
|
4736
4705
|
|
|
4737
4706
|
hasNumberOfLicensedUsers(): boolean;
|
|
4738
4707
|
clearNumberOfLicensedUsers(): void;
|
|
4739
|
-
getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.
|
|
4740
|
-
setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.
|
|
4708
|
+
getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4709
|
+
setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
|
|
4741
4710
|
|
|
4742
4711
|
hasOrganization(): boolean;
|
|
4743
4712
|
clearOrganization(): void;
|
|
@@ -4746,18 +4715,18 @@ export class OsV1 extends jspb.Message {
|
|
|
4746
4715
|
|
|
4747
4716
|
hasOsLanguage(): boolean;
|
|
4748
4717
|
clearOsLanguage(): void;
|
|
4749
|
-
getOsLanguage(): google_protobuf_wrappers_pb.
|
|
4750
|
-
setOsLanguage(value?: google_protobuf_wrappers_pb.
|
|
4718
|
+
getOsLanguage(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4719
|
+
setOsLanguage(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
|
|
4751
4720
|
|
|
4752
4721
|
hasOsProductSuite(): boolean;
|
|
4753
4722
|
clearOsProductSuite(): void;
|
|
4754
|
-
getOsProductSuite(): google_protobuf_wrappers_pb.
|
|
4755
|
-
setOsProductSuite(value?: google_protobuf_wrappers_pb.
|
|
4723
|
+
getOsProductSuite(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4724
|
+
setOsProductSuite(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
|
|
4756
4725
|
|
|
4757
4726
|
hasOsType(): boolean;
|
|
4758
4727
|
clearOsType(): void;
|
|
4759
|
-
getOsType(): google_protobuf_wrappers_pb.
|
|
4760
|
-
setOsType(value?: google_protobuf_wrappers_pb.
|
|
4728
|
+
getOsType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4729
|
+
setOsType(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
|
|
4761
4730
|
|
|
4762
4731
|
hasPlusProductId(): boolean;
|
|
4763
4732
|
clearPlusProductId(): void;
|
|
@@ -4781,13 +4750,13 @@ export class OsV1 extends jspb.Message {
|
|
|
4781
4750
|
|
|
4782
4751
|
hasServicePackMajorVersion(): boolean;
|
|
4783
4752
|
clearServicePackMajorVersion(): void;
|
|
4784
|
-
getServicePackMajorVersion(): google_protobuf_wrappers_pb.
|
|
4785
|
-
setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.
|
|
4753
|
+
getServicePackMajorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4754
|
+
setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
|
|
4786
4755
|
|
|
4787
4756
|
hasServicePackMinorVersion(): boolean;
|
|
4788
4757
|
clearServicePackMinorVersion(): void;
|
|
4789
|
-
getServicePackMinorVersion(): google_protobuf_wrappers_pb.
|
|
4790
|
-
setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.
|
|
4758
|
+
getServicePackMinorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4759
|
+
setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV1;
|
|
4791
4760
|
|
|
4792
4761
|
hasSizeStoredInPagingFiles(): boolean;
|
|
4793
4762
|
clearSizeStoredInPagingFiles(): void;
|
|
@@ -4856,20 +4825,20 @@ export namespace OsV1 {
|
|
|
4856
4825
|
currentTimezone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
4857
4826
|
debug?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
4858
4827
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4859
|
-
foregroundApplicationBoost?: google_protobuf_wrappers_pb.
|
|
4828
|
+
foregroundApplicationBoost?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4860
4829
|
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4861
4830
|
maxProcessMemorySize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
4862
|
-
numberOfLicensedUsers?: google_protobuf_wrappers_pb.
|
|
4831
|
+
numberOfLicensedUsers?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4863
4832
|
organization?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4864
|
-
osLanguage?: google_protobuf_wrappers_pb.
|
|
4865
|
-
osProductSuite?: google_protobuf_wrappers_pb.
|
|
4866
|
-
osType?: google_protobuf_wrappers_pb.
|
|
4833
|
+
osLanguage?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4834
|
+
osProductSuite?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4835
|
+
osType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4867
4836
|
plusProductId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4868
4837
|
plusVersionNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4869
4838
|
registeredUser?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4870
4839
|
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4871
|
-
servicePackMajorVersion?: google_protobuf_wrappers_pb.
|
|
4872
|
-
servicePackMinorVersion?: google_protobuf_wrappers_pb.
|
|
4840
|
+
servicePackMajorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4841
|
+
servicePackMinorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
4873
4842
|
sizeStoredInPagingFiles?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
4874
4843
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4875
4844
|
systemDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -4936,8 +4905,8 @@ export class OsV2 extends jspb.Message {
|
|
|
4936
4905
|
|
|
4937
4906
|
hasForegroundApplicationBoost(): boolean;
|
|
4938
4907
|
clearForegroundApplicationBoost(): void;
|
|
4939
|
-
getForegroundApplicationBoost(): google_protobuf_wrappers_pb.
|
|
4940
|
-
setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.
|
|
4908
|
+
getForegroundApplicationBoost(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4909
|
+
setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
4941
4910
|
|
|
4942
4911
|
hasInstallDate(): boolean;
|
|
4943
4912
|
clearInstallDate(): void;
|
|
@@ -4951,8 +4920,8 @@ export class OsV2 extends jspb.Message {
|
|
|
4951
4920
|
|
|
4952
4921
|
hasNumberOfLicensedUsers(): boolean;
|
|
4953
4922
|
clearNumberOfLicensedUsers(): void;
|
|
4954
|
-
getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.
|
|
4955
|
-
setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.
|
|
4923
|
+
getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4924
|
+
setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
4956
4925
|
|
|
4957
4926
|
hasOrganization(): boolean;
|
|
4958
4927
|
clearOrganization(): void;
|
|
@@ -4961,18 +4930,18 @@ export class OsV2 extends jspb.Message {
|
|
|
4961
4930
|
|
|
4962
4931
|
hasOsLanguage(): boolean;
|
|
4963
4932
|
clearOsLanguage(): void;
|
|
4964
|
-
getOsLanguage(): google_protobuf_wrappers_pb.
|
|
4965
|
-
setOsLanguage(value?: google_protobuf_wrappers_pb.
|
|
4933
|
+
getOsLanguage(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4934
|
+
setOsLanguage(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
4966
4935
|
|
|
4967
4936
|
hasOsProductSuite(): boolean;
|
|
4968
4937
|
clearOsProductSuite(): void;
|
|
4969
|
-
getOsProductSuite(): google_protobuf_wrappers_pb.
|
|
4970
|
-
setOsProductSuite(value?: google_protobuf_wrappers_pb.
|
|
4938
|
+
getOsProductSuite(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4939
|
+
setOsProductSuite(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
4971
4940
|
|
|
4972
4941
|
hasOsType(): boolean;
|
|
4973
4942
|
clearOsType(): void;
|
|
4974
|
-
getOsType(): google_protobuf_wrappers_pb.
|
|
4975
|
-
setOsType(value?: google_protobuf_wrappers_pb.
|
|
4943
|
+
getOsType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4944
|
+
setOsType(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
4976
4945
|
|
|
4977
4946
|
hasPlusProductId(): boolean;
|
|
4978
4947
|
clearPlusProductId(): void;
|
|
@@ -4996,13 +4965,13 @@ export class OsV2 extends jspb.Message {
|
|
|
4996
4965
|
|
|
4997
4966
|
hasServicePackMajorVersion(): boolean;
|
|
4998
4967
|
clearServicePackMajorVersion(): void;
|
|
4999
|
-
getServicePackMajorVersion(): google_protobuf_wrappers_pb.
|
|
5000
|
-
setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.
|
|
4968
|
+
getServicePackMajorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4969
|
+
setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
5001
4970
|
|
|
5002
4971
|
hasServicePackMinorVersion(): boolean;
|
|
5003
4972
|
clearServicePackMinorVersion(): void;
|
|
5004
|
-
getServicePackMinorVersion(): google_protobuf_wrappers_pb.
|
|
5005
|
-
setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.
|
|
4973
|
+
getServicePackMinorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
4974
|
+
setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
5006
4975
|
|
|
5007
4976
|
hasSizeStoredInPagingFiles(): boolean;
|
|
5008
4977
|
clearSizeStoredInPagingFiles(): void;
|
|
@@ -5046,13 +5015,13 @@ export class OsV2 extends jspb.Message {
|
|
|
5046
5015
|
|
|
5047
5016
|
hasEncryptionLevel(): boolean;
|
|
5048
5017
|
clearEncryptionLevel(): void;
|
|
5049
|
-
getEncryptionLevel(): google_protobuf_wrappers_pb.
|
|
5050
|
-
setEncryptionLevel(value?: google_protobuf_wrappers_pb.
|
|
5018
|
+
getEncryptionLevel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5019
|
+
setEncryptionLevel(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
5051
5020
|
|
|
5052
5021
|
hasLargeSystemCache(): boolean;
|
|
5053
5022
|
clearLargeSystemCache(): void;
|
|
5054
|
-
getLargeSystemCache(): google_protobuf_wrappers_pb.
|
|
5055
|
-
setLargeSystemCache(value?: google_protobuf_wrappers_pb.
|
|
5023
|
+
getLargeSystemCache(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5024
|
+
setLargeSystemCache(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
5056
5025
|
|
|
5057
5026
|
hasOtherTypeDescription(): boolean;
|
|
5058
5027
|
clearOtherTypeDescription(): void;
|
|
@@ -5061,13 +5030,13 @@ export class OsV2 extends jspb.Message {
|
|
|
5061
5030
|
|
|
5062
5031
|
hasProductType(): boolean;
|
|
5063
5032
|
clearProductType(): void;
|
|
5064
|
-
getProductType(): google_protobuf_wrappers_pb.
|
|
5065
|
-
setProductType(value?: google_protobuf_wrappers_pb.
|
|
5033
|
+
getProductType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5034
|
+
setProductType(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
5066
5035
|
|
|
5067
5036
|
hasSuiteMask(): boolean;
|
|
5068
5037
|
clearSuiteMask(): void;
|
|
5069
|
-
getSuiteMask(): google_protobuf_wrappers_pb.
|
|
5070
|
-
setSuiteMask(value?: google_protobuf_wrappers_pb.
|
|
5038
|
+
getSuiteMask(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5039
|
+
setSuiteMask(value?: google_protobuf_wrappers_pb.UInt32Value): OsV2;
|
|
5071
5040
|
|
|
5072
5041
|
hasSystemDrive(): boolean;
|
|
5073
5042
|
clearSystemDrive(): void;
|
|
@@ -5096,20 +5065,20 @@ export namespace OsV2 {
|
|
|
5096
5065
|
currentTimezone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
5097
5066
|
debug?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
5098
5067
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5099
|
-
foregroundApplicationBoost?: google_protobuf_wrappers_pb.
|
|
5068
|
+
foregroundApplicationBoost?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5100
5069
|
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
5101
5070
|
maxProcessMemorySize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
5102
|
-
numberOfLicensedUsers?: google_protobuf_wrappers_pb.
|
|
5071
|
+
numberOfLicensedUsers?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5103
5072
|
organization?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5104
|
-
osLanguage?: google_protobuf_wrappers_pb.
|
|
5105
|
-
osProductSuite?: google_protobuf_wrappers_pb.
|
|
5106
|
-
osType?: google_protobuf_wrappers_pb.
|
|
5073
|
+
osLanguage?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5074
|
+
osProductSuite?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5075
|
+
osType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5107
5076
|
plusProductId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5108
5077
|
plusVersionNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5109
5078
|
registeredUser?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5110
5079
|
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5111
|
-
servicePackMajorVersion?: google_protobuf_wrappers_pb.
|
|
5112
|
-
servicePackMinorVersion?: google_protobuf_wrappers_pb.
|
|
5080
|
+
servicePackMajorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5081
|
+
servicePackMinorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5113
5082
|
sizeStoredInPagingFiles?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
5114
5083
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5115
5084
|
systemDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -5118,11 +5087,11 @@ export namespace OsV2 {
|
|
|
5118
5087
|
totalVisibleMemorySize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
5119
5088
|
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5120
5089
|
windowsDirectory?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5121
|
-
encryptionLevel?: google_protobuf_wrappers_pb.
|
|
5122
|
-
largeSystemCache?: google_protobuf_wrappers_pb.
|
|
5090
|
+
encryptionLevel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5091
|
+
largeSystemCache?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5123
5092
|
otherTypeDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5124
|
-
productType?: google_protobuf_wrappers_pb.
|
|
5125
|
-
suiteMask?: google_protobuf_wrappers_pb.
|
|
5093
|
+
productType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5094
|
+
suiteMask?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5126
5095
|
systemDrive?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5127
5096
|
}
|
|
5128
5097
|
}
|
|
@@ -5291,13 +5260,13 @@ export class OsV3 extends jspb.Message {
|
|
|
5291
5260
|
|
|
5292
5261
|
hasEncryptionLevel(): boolean;
|
|
5293
5262
|
clearEncryptionLevel(): void;
|
|
5294
|
-
getEncryptionLevel(): google_protobuf_wrappers_pb.
|
|
5295
|
-
setEncryptionLevel(value?: google_protobuf_wrappers_pb.
|
|
5263
|
+
getEncryptionLevel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5264
|
+
setEncryptionLevel(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5296
5265
|
|
|
5297
5266
|
hasLargeSystemCache(): boolean;
|
|
5298
5267
|
clearLargeSystemCache(): void;
|
|
5299
|
-
getLargeSystemCache(): google_protobuf_wrappers_pb.
|
|
5300
|
-
setLargeSystemCache(value?: google_protobuf_wrappers_pb.
|
|
5268
|
+
getLargeSystemCache(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5269
|
+
setLargeSystemCache(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5301
5270
|
|
|
5302
5271
|
hasOtherTypeDescription(): boolean;
|
|
5303
5272
|
clearOtherTypeDescription(): void;
|
|
@@ -5306,13 +5275,13 @@ export class OsV3 extends jspb.Message {
|
|
|
5306
5275
|
|
|
5307
5276
|
hasProductType(): boolean;
|
|
5308
5277
|
clearProductType(): void;
|
|
5309
|
-
getProductType(): google_protobuf_wrappers_pb.
|
|
5310
|
-
setProductType(value?: google_protobuf_wrappers_pb.
|
|
5278
|
+
getProductType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5279
|
+
setProductType(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5311
5280
|
|
|
5312
5281
|
hasSuiteMask(): boolean;
|
|
5313
5282
|
clearSuiteMask(): void;
|
|
5314
|
-
getSuiteMask(): google_protobuf_wrappers_pb.
|
|
5315
|
-
setSuiteMask(value?: google_protobuf_wrappers_pb.
|
|
5283
|
+
getSuiteMask(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5284
|
+
setSuiteMask(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5316
5285
|
|
|
5317
5286
|
hasSystemDrive(): boolean;
|
|
5318
5287
|
clearSystemDrive(): void;
|
|
@@ -5336,8 +5305,8 @@ export class OsV3 extends jspb.Message {
|
|
|
5336
5305
|
|
|
5337
5306
|
hasDataExecutionPreventionSupportPolicy(): boolean;
|
|
5338
5307
|
clearDataExecutionPreventionSupportPolicy(): void;
|
|
5339
|
-
getDataExecutionPreventionSupportPolicy(): google_protobuf_wrappers_pb.
|
|
5340
|
-
setDataExecutionPreventionSupportPolicy(value?: google_protobuf_wrappers_pb.
|
|
5308
|
+
getDataExecutionPreventionSupportPolicy(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5309
|
+
setDataExecutionPreventionSupportPolicy(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5341
5310
|
|
|
5342
5311
|
serializeBinary(): Uint8Array;
|
|
5343
5312
|
toObject(includeInstance?: boolean): OsV3.AsObject;
|
|
@@ -5383,16 +5352,16 @@ export namespace OsV3 {
|
|
|
5383
5352
|
totalVisibleMemorySize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
5384
5353
|
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5385
5354
|
windowsDirectory?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5386
|
-
encryptionLevel?: google_protobuf_wrappers_pb.
|
|
5387
|
-
largeSystemCache?: google_protobuf_wrappers_pb.
|
|
5355
|
+
encryptionLevel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5356
|
+
largeSystemCache?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5388
5357
|
otherTypeDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5389
|
-
productType?: google_protobuf_wrappers_pb.
|
|
5390
|
-
suiteMask?: google_protobuf_wrappers_pb.
|
|
5358
|
+
productType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5359
|
+
suiteMask?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5391
5360
|
systemDrive?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5392
5361
|
dataExecutionPrevention32BitApplications?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
5393
5362
|
isDataExecutionPreventionAvailable?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
5394
5363
|
dataExecutionPreventionDrivers?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
5395
|
-
dataExecutionPreventionSupportPolicy?: google_protobuf_wrappers_pb.
|
|
5364
|
+
dataExecutionPreventionSupportPolicy?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5396
5365
|
}
|
|
5397
5366
|
}
|
|
5398
5367
|
|
|
@@ -5427,8 +5396,8 @@ export class OnboardDevice extends jspb.Message {
|
|
|
5427
5396
|
|
|
5428
5397
|
hasDeviceType(): boolean;
|
|
5429
5398
|
clearDeviceType(): void;
|
|
5430
|
-
getDeviceType(): google_protobuf_wrappers_pb.
|
|
5431
|
-
setDeviceType(value?: google_protobuf_wrappers_pb.
|
|
5399
|
+
getDeviceType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5400
|
+
setDeviceType(value?: google_protobuf_wrappers_pb.UInt32Value): OnboardDevice;
|
|
5432
5401
|
|
|
5433
5402
|
hasEnabled(): boolean;
|
|
5434
5403
|
clearEnabled(): void;
|
|
@@ -5453,7 +5422,7 @@ export class OnboardDevice extends jspb.Message {
|
|
|
5453
5422
|
export namespace OnboardDevice {
|
|
5454
5423
|
export type AsObject = {
|
|
5455
5424
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5456
|
-
deviceType?: google_protobuf_wrappers_pb.
|
|
5425
|
+
deviceType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5457
5426
|
enabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
5458
5427
|
tag?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5459
5428
|
}
|
|
@@ -5482,14 +5451,26 @@ export namespace WindowsNetworkClient {
|
|
|
5482
5451
|
}
|
|
5483
5452
|
|
|
5484
5453
|
export class NetworkClient extends jspb.Message {
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5454
|
+
|
|
5455
|
+
hasCaption(): boolean;
|
|
5456
|
+
clearCaption(): void;
|
|
5457
|
+
getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5458
|
+
setCaption(value?: google_protobuf_wrappers_pb.StringValue): NetworkClient;
|
|
5459
|
+
|
|
5460
|
+
hasDescription(): boolean;
|
|
5461
|
+
clearDescription(): void;
|
|
5462
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5463
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): NetworkClient;
|
|
5464
|
+
|
|
5465
|
+
hasManufacturer(): boolean;
|
|
5466
|
+
clearManufacturer(): void;
|
|
5467
|
+
getManufacturer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5468
|
+
setManufacturer(value?: google_protobuf_wrappers_pb.StringValue): NetworkClient;
|
|
5469
|
+
|
|
5470
|
+
hasName(): boolean;
|
|
5471
|
+
clearName(): void;
|
|
5472
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5473
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): NetworkClient;
|
|
5493
5474
|
|
|
5494
5475
|
serializeBinary(): Uint8Array;
|
|
5495
5476
|
toObject(includeInstance?: boolean): NetworkClient.AsObject;
|
|
@@ -5503,10 +5484,10 @@ export class NetworkClient extends jspb.Message {
|
|
|
5503
5484
|
|
|
5504
5485
|
export namespace NetworkClient {
|
|
5505
5486
|
export type AsObject = {
|
|
5506
|
-
caption
|
|
5507
|
-
description
|
|
5508
|
-
manufacturer
|
|
5509
|
-
name
|
|
5487
|
+
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5488
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5489
|
+
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5490
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5510
5491
|
}
|
|
5511
5492
|
}
|
|
5512
5493
|
|
|
@@ -5743,10 +5724,16 @@ export namespace Network {
|
|
|
5743
5724
|
}
|
|
5744
5725
|
|
|
5745
5726
|
export class NetworkV1 extends jspb.Message {
|
|
5746
|
-
|
|
5747
|
-
|
|
5748
|
-
|
|
5749
|
-
|
|
5727
|
+
|
|
5728
|
+
hasDescription(): boolean;
|
|
5729
|
+
clearDescription(): void;
|
|
5730
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5731
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
|
|
5732
|
+
|
|
5733
|
+
hasSettingId(): boolean;
|
|
5734
|
+
clearSettingId(): void;
|
|
5735
|
+
getSettingId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5736
|
+
setSettingId(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
|
|
5750
5737
|
|
|
5751
5738
|
hasDatabasePath(): boolean;
|
|
5752
5739
|
clearDatabasePath(): void;
|
|
@@ -5761,10 +5748,16 @@ export class NetworkV1 extends jspb.Message {
|
|
|
5761
5748
|
clearDhcpEnabled(): void;
|
|
5762
5749
|
getDhcpEnabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
5763
5750
|
setDhcpEnabled(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV1;
|
|
5764
|
-
|
|
5765
|
-
|
|
5766
|
-
|
|
5767
|
-
|
|
5751
|
+
|
|
5752
|
+
hasDhcpServer(): boolean;
|
|
5753
|
+
clearDhcpServer(): void;
|
|
5754
|
+
getDhcpServer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5755
|
+
setDhcpServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
|
|
5756
|
+
|
|
5757
|
+
hasDnsDomain(): boolean;
|
|
5758
|
+
clearDnsDomain(): void;
|
|
5759
|
+
getDnsDomain(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5760
|
+
setDnsDomain(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
|
|
5768
5761
|
clearDnsDomainSuffixSearchOrderList(): void;
|
|
5769
5762
|
getDnsDomainSuffixSearchOrderList(): Array<string>;
|
|
5770
5763
|
setDnsDomainSuffixSearchOrderList(value: Array<string>): NetworkV1;
|
|
@@ -5774,8 +5767,11 @@ export class NetworkV1 extends jspb.Message {
|
|
|
5774
5767
|
clearDnsEnabledForWinsResolution(): void;
|
|
5775
5768
|
getDnsEnabledForWinsResolution(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
5776
5769
|
setDnsEnabledForWinsResolution(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV1;
|
|
5777
|
-
|
|
5778
|
-
|
|
5770
|
+
|
|
5771
|
+
hasDnsHostName(): boolean;
|
|
5772
|
+
clearDnsHostName(): void;
|
|
5773
|
+
getDnsHostName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5774
|
+
setDnsHostName(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
|
|
5779
5775
|
clearDnsServerSearchOrderList(): void;
|
|
5780
5776
|
getDnsServerSearchOrderList(): Array<string>;
|
|
5781
5777
|
setDnsServerSearchOrderList(value: Array<string>): NetworkV1;
|
|
@@ -5787,8 +5783,8 @@ export class NetworkV1 extends jspb.Message {
|
|
|
5787
5783
|
|
|
5788
5784
|
hasIndex(): boolean;
|
|
5789
5785
|
clearIndex(): void;
|
|
5790
|
-
getIndex(): google_protobuf_wrappers_pb.
|
|
5791
|
-
setIndex(value?: google_protobuf_wrappers_pb.
|
|
5786
|
+
getIndex(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5787
|
+
setIndex(value?: google_protobuf_wrappers_pb.UInt32Value): NetworkV1;
|
|
5792
5788
|
clearIpAddressList(): void;
|
|
5793
5789
|
getIpAddressList(): Array<string>;
|
|
5794
5790
|
setIpAddressList(value: Array<string>): NetworkV1;
|
|
@@ -5820,21 +5816,36 @@ export class NetworkV1 extends jspb.Message {
|
|
|
5820
5816
|
getIpSubnetList(): Array<string>;
|
|
5821
5817
|
setIpSubnetList(value: Array<string>): NetworkV1;
|
|
5822
5818
|
addIpSubnet(value: string, index?: number): string;
|
|
5823
|
-
|
|
5824
|
-
|
|
5819
|
+
|
|
5820
|
+
hasMacAddress(): boolean;
|
|
5821
|
+
clearMacAddress(): void;
|
|
5822
|
+
getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5823
|
+
setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
|
|
5825
5824
|
|
|
5826
5825
|
hasWinsEnableLmHostsLookup(): boolean;
|
|
5827
5826
|
clearWinsEnableLmHostsLookup(): void;
|
|
5828
5827
|
getWinsEnableLmHostsLookup(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
5829
5828
|
setWinsEnableLmHostsLookup(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV1;
|
|
5830
|
-
|
|
5831
|
-
|
|
5832
|
-
|
|
5833
|
-
|
|
5834
|
-
|
|
5835
|
-
|
|
5836
|
-
|
|
5837
|
-
|
|
5829
|
+
|
|
5830
|
+
hasWinsPrimaryServer(): boolean;
|
|
5831
|
+
clearWinsPrimaryServer(): void;
|
|
5832
|
+
getWinsPrimaryServer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5833
|
+
setWinsPrimaryServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
|
|
5834
|
+
|
|
5835
|
+
hasWinsScopeId(): boolean;
|
|
5836
|
+
clearWinsScopeId(): void;
|
|
5837
|
+
getWinsScopeId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5838
|
+
setWinsScopeId(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
|
|
5839
|
+
|
|
5840
|
+
hasWinsSecondaryServer(): boolean;
|
|
5841
|
+
clearWinsSecondaryServer(): void;
|
|
5842
|
+
getWinsSecondaryServer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5843
|
+
setWinsSecondaryServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
|
|
5844
|
+
|
|
5845
|
+
hasServiceName(): boolean;
|
|
5846
|
+
clearServiceName(): void;
|
|
5847
|
+
getServiceName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5848
|
+
setServiceName(value?: google_protobuf_wrappers_pb.StringValue): NetworkV1;
|
|
5838
5849
|
|
|
5839
5850
|
serializeBinary(): Uint8Array;
|
|
5840
5851
|
toObject(includeInstance?: boolean): NetworkV1.AsObject;
|
|
@@ -5848,19 +5859,19 @@ export class NetworkV1 extends jspb.Message {
|
|
|
5848
5859
|
|
|
5849
5860
|
export namespace NetworkV1 {
|
|
5850
5861
|
export type AsObject = {
|
|
5851
|
-
description
|
|
5852
|
-
settingId
|
|
5862
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5863
|
+
settingId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5853
5864
|
databasePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5854
5865
|
defaultIpGatewayList: Array<string>,
|
|
5855
5866
|
dhcpEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
5856
|
-
dhcpServer
|
|
5857
|
-
dnsDomain
|
|
5867
|
+
dhcpServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5868
|
+
dnsDomain?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5858
5869
|
dnsDomainSuffixSearchOrderList: Array<string>,
|
|
5859
5870
|
dnsEnabledForWinsResolution?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
5860
|
-
dnsHostName
|
|
5871
|
+
dnsHostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5861
5872
|
dnsServerSearchOrderList: Array<string>,
|
|
5862
5873
|
gatewayCostMetricList: Array<number>,
|
|
5863
|
-
index?: google_protobuf_wrappers_pb.
|
|
5874
|
+
index?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5864
5875
|
ipAddressList: Array<string>,
|
|
5865
5876
|
ipEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
5866
5877
|
ipFilterSecurityEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
@@ -5868,20 +5879,26 @@ export namespace NetworkV1 {
|
|
|
5868
5879
|
ipSecPermitIpProtocolsList: Array<string>,
|
|
5869
5880
|
ipSecPermitTcpPortsList: Array<string>,
|
|
5870
5881
|
ipSubnetList: Array<string>,
|
|
5871
|
-
macAddress
|
|
5882
|
+
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5872
5883
|
winsEnableLmHostsLookup?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
5873
|
-
winsPrimaryServer
|
|
5874
|
-
winsScopeId
|
|
5875
|
-
winsSecondaryServer
|
|
5876
|
-
serviceName
|
|
5884
|
+
winsPrimaryServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5885
|
+
winsScopeId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5886
|
+
winsSecondaryServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5887
|
+
serviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5877
5888
|
}
|
|
5878
5889
|
}
|
|
5879
5890
|
|
|
5880
5891
|
export class NetworkV2 extends jspb.Message {
|
|
5881
|
-
|
|
5882
|
-
|
|
5883
|
-
|
|
5884
|
-
|
|
5892
|
+
|
|
5893
|
+
hasDescription(): boolean;
|
|
5894
|
+
clearDescription(): void;
|
|
5895
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5896
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
|
|
5897
|
+
|
|
5898
|
+
hasSettingId(): boolean;
|
|
5899
|
+
clearSettingId(): void;
|
|
5900
|
+
getSettingId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5901
|
+
setSettingId(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
|
|
5885
5902
|
|
|
5886
5903
|
hasDatabasePath(): boolean;
|
|
5887
5904
|
clearDatabasePath(): void;
|
|
@@ -5896,10 +5913,16 @@ export class NetworkV2 extends jspb.Message {
|
|
|
5896
5913
|
clearDhcpEnabled(): void;
|
|
5897
5914
|
getDhcpEnabled(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
5898
5915
|
setDhcpEnabled(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV2;
|
|
5899
|
-
|
|
5900
|
-
|
|
5901
|
-
|
|
5902
|
-
|
|
5916
|
+
|
|
5917
|
+
hasDhcpServer(): boolean;
|
|
5918
|
+
clearDhcpServer(): void;
|
|
5919
|
+
getDhcpServer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5920
|
+
setDhcpServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
|
|
5921
|
+
|
|
5922
|
+
hasDnsDomain(): boolean;
|
|
5923
|
+
clearDnsDomain(): void;
|
|
5924
|
+
getDnsDomain(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5925
|
+
setDnsDomain(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
|
|
5903
5926
|
clearDnsDomainSuffixSearchOrderList(): void;
|
|
5904
5927
|
getDnsDomainSuffixSearchOrderList(): Array<string>;
|
|
5905
5928
|
setDnsDomainSuffixSearchOrderList(value: Array<string>): NetworkV2;
|
|
@@ -5909,8 +5932,11 @@ export class NetworkV2 extends jspb.Message {
|
|
|
5909
5932
|
clearDnsEnabledForWinsResolution(): void;
|
|
5910
5933
|
getDnsEnabledForWinsResolution(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
5911
5934
|
setDnsEnabledForWinsResolution(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV2;
|
|
5912
|
-
|
|
5913
|
-
|
|
5935
|
+
|
|
5936
|
+
hasDnsHostName(): boolean;
|
|
5937
|
+
clearDnsHostName(): void;
|
|
5938
|
+
getDnsHostName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5939
|
+
setDnsHostName(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
|
|
5914
5940
|
clearDnsServerSearchOrderList(): void;
|
|
5915
5941
|
getDnsServerSearchOrderList(): Array<string>;
|
|
5916
5942
|
setDnsServerSearchOrderList(value: Array<string>): NetworkV2;
|
|
@@ -5955,21 +5981,36 @@ export class NetworkV2 extends jspb.Message {
|
|
|
5955
5981
|
getIpSubnetList(): Array<string>;
|
|
5956
5982
|
setIpSubnetList(value: Array<string>): NetworkV2;
|
|
5957
5983
|
addIpSubnet(value: string, index?: number): string;
|
|
5958
|
-
|
|
5959
|
-
|
|
5984
|
+
|
|
5985
|
+
hasMacAddress(): boolean;
|
|
5986
|
+
clearMacAddress(): void;
|
|
5987
|
+
getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5988
|
+
setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
|
|
5960
5989
|
|
|
5961
5990
|
hasWinsEnableLmHostsLookup(): boolean;
|
|
5962
5991
|
clearWinsEnableLmHostsLookup(): void;
|
|
5963
5992
|
getWinsEnableLmHostsLookup(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
5964
5993
|
setWinsEnableLmHostsLookup(value?: google_protobuf_wrappers_pb.BoolValue): NetworkV2;
|
|
5965
|
-
|
|
5966
|
-
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
|
|
5972
|
-
|
|
5994
|
+
|
|
5995
|
+
hasWinsPrimaryServer(): boolean;
|
|
5996
|
+
clearWinsPrimaryServer(): void;
|
|
5997
|
+
getWinsPrimaryServer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5998
|
+
setWinsPrimaryServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
|
|
5999
|
+
|
|
6000
|
+
hasWinsScopeId(): boolean;
|
|
6001
|
+
clearWinsScopeId(): void;
|
|
6002
|
+
getWinsScopeId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6003
|
+
setWinsScopeId(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
|
|
6004
|
+
|
|
6005
|
+
hasWinsSecondaryServer(): boolean;
|
|
6006
|
+
clearWinsSecondaryServer(): void;
|
|
6007
|
+
getWinsSecondaryServer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6008
|
+
setWinsSecondaryServer(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
|
|
6009
|
+
|
|
6010
|
+
hasServiceName(): boolean;
|
|
6011
|
+
clearServiceName(): void;
|
|
6012
|
+
getServiceName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6013
|
+
setServiceName(value?: google_protobuf_wrappers_pb.StringValue): NetworkV2;
|
|
5973
6014
|
|
|
5974
6015
|
hasDomainDnsRegistrationEnabled(): boolean;
|
|
5975
6016
|
clearDomainDnsRegistrationEnabled(): void;
|
|
@@ -5983,13 +6024,13 @@ export class NetworkV2 extends jspb.Message {
|
|
|
5983
6024
|
|
|
5984
6025
|
hasIpConnectionMetric(): boolean;
|
|
5985
6026
|
clearIpConnectionMetric(): void;
|
|
5986
|
-
getIpConnectionMetric(): google_protobuf_wrappers_pb.
|
|
5987
|
-
setIpConnectionMetric(value?: google_protobuf_wrappers_pb.
|
|
6027
|
+
getIpConnectionMetric(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6028
|
+
setIpConnectionMetric(value?: google_protobuf_wrappers_pb.UInt32Value): NetworkV2;
|
|
5988
6029
|
|
|
5989
6030
|
hasTcpIpNetbiosOptions(): boolean;
|
|
5990
6031
|
clearTcpIpNetbiosOptions(): void;
|
|
5991
|
-
getTcpIpNetbiosOptions(): google_protobuf_wrappers_pb.
|
|
5992
|
-
setTcpIpNetbiosOptions(value?: google_protobuf_wrappers_pb.
|
|
6032
|
+
getTcpIpNetbiosOptions(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6033
|
+
setTcpIpNetbiosOptions(value?: google_protobuf_wrappers_pb.UInt32Value): NetworkV2;
|
|
5993
6034
|
|
|
5994
6035
|
serializeBinary(): Uint8Array;
|
|
5995
6036
|
toObject(includeInstance?: boolean): NetworkV2.AsObject;
|
|
@@ -6003,16 +6044,16 @@ export class NetworkV2 extends jspb.Message {
|
|
|
6003
6044
|
|
|
6004
6045
|
export namespace NetworkV2 {
|
|
6005
6046
|
export type AsObject = {
|
|
6006
|
-
description
|
|
6007
|
-
settingId
|
|
6047
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6048
|
+
settingId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6008
6049
|
databasePath?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6009
6050
|
defaultIpGatewayList: Array<string>,
|
|
6010
6051
|
dhcpEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6011
|
-
dhcpServer
|
|
6012
|
-
dnsDomain
|
|
6052
|
+
dhcpServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6053
|
+
dnsDomain?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6013
6054
|
dnsDomainSuffixSearchOrderList: Array<string>,
|
|
6014
6055
|
dnsEnabledForWinsResolution?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6015
|
-
dnsHostName
|
|
6056
|
+
dnsHostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6016
6057
|
dnsServerSearchOrderList: Array<string>,
|
|
6017
6058
|
gatewayCostMetricList: Array<number>,
|
|
6018
6059
|
index?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
@@ -6023,16 +6064,16 @@ export namespace NetworkV2 {
|
|
|
6023
6064
|
ipSecPermitIpProtocolsList: Array<string>,
|
|
6024
6065
|
ipSecPermitTcpPortsList: Array<string>,
|
|
6025
6066
|
ipSubnetList: Array<string>,
|
|
6026
|
-
macAddress
|
|
6067
|
+
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6027
6068
|
winsEnableLmHostsLookup?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6028
|
-
winsPrimaryServer
|
|
6029
|
-
winsScopeId
|
|
6030
|
-
winsSecondaryServer
|
|
6031
|
-
serviceName
|
|
6069
|
+
winsPrimaryServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6070
|
+
winsScopeId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6071
|
+
winsSecondaryServer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6072
|
+
serviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6032
6073
|
domainDnsRegistrationEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6033
6074
|
fullDnsRegistrationEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6034
|
-
ipConnectionMetric?: google_protobuf_wrappers_pb.
|
|
6035
|
-
tcpIpNetbiosOptions?: google_protobuf_wrappers_pb.
|
|
6075
|
+
ipConnectionMetric?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6076
|
+
tcpIpNetbiosOptions?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6036
6077
|
}
|
|
6037
6078
|
}
|
|
6038
6079
|
|
|
@@ -6062,23 +6103,23 @@ export class PhysicalMemoryArray extends jspb.Message {
|
|
|
6062
6103
|
|
|
6063
6104
|
hasLocation(): boolean;
|
|
6064
6105
|
clearLocation(): void;
|
|
6065
|
-
getLocation(): google_protobuf_wrappers_pb.
|
|
6066
|
-
setLocation(value?: google_protobuf_wrappers_pb.
|
|
6106
|
+
getLocation(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6107
|
+
setLocation(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryArray;
|
|
6067
6108
|
|
|
6068
6109
|
hasMaxCapacity(): boolean;
|
|
6069
6110
|
clearMaxCapacity(): void;
|
|
6070
|
-
getMaxCapacity(): google_protobuf_wrappers_pb.
|
|
6071
|
-
setMaxCapacity(value?: google_protobuf_wrappers_pb.
|
|
6111
|
+
getMaxCapacity(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6112
|
+
setMaxCapacity(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryArray;
|
|
6072
6113
|
|
|
6073
6114
|
hasMemoryDevices(): boolean;
|
|
6074
6115
|
clearMemoryDevices(): void;
|
|
6075
|
-
getMemoryDevices(): google_protobuf_wrappers_pb.
|
|
6076
|
-
setMemoryDevices(value?: google_protobuf_wrappers_pb.
|
|
6116
|
+
getMemoryDevices(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6117
|
+
setMemoryDevices(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryArray;
|
|
6077
6118
|
|
|
6078
6119
|
hasMemoryErrorCorrection(): boolean;
|
|
6079
6120
|
clearMemoryErrorCorrection(): void;
|
|
6080
|
-
getMemoryErrorCorrection(): google_protobuf_wrappers_pb.
|
|
6081
|
-
setMemoryErrorCorrection(value?: google_protobuf_wrappers_pb.
|
|
6121
|
+
getMemoryErrorCorrection(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6122
|
+
setMemoryErrorCorrection(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryArray;
|
|
6082
6123
|
|
|
6083
6124
|
hasTag(): boolean;
|
|
6084
6125
|
clearTag(): void;
|
|
@@ -6087,8 +6128,8 @@ export class PhysicalMemoryArray extends jspb.Message {
|
|
|
6087
6128
|
|
|
6088
6129
|
hasUse(): boolean;
|
|
6089
6130
|
clearUse(): void;
|
|
6090
|
-
getUse(): google_protobuf_wrappers_pb.
|
|
6091
|
-
setUse(value?: google_protobuf_wrappers_pb.
|
|
6131
|
+
getUse(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6132
|
+
setUse(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryArray;
|
|
6092
6133
|
|
|
6093
6134
|
serializeBinary(): Uint8Array;
|
|
6094
6135
|
toObject(includeInstance?: boolean): PhysicalMemoryArray.AsObject;
|
|
@@ -6102,12 +6143,12 @@ export class PhysicalMemoryArray extends jspb.Message {
|
|
|
6102
6143
|
|
|
6103
6144
|
export namespace PhysicalMemoryArray {
|
|
6104
6145
|
export type AsObject = {
|
|
6105
|
-
location?: google_protobuf_wrappers_pb.
|
|
6106
|
-
maxCapacity?: google_protobuf_wrappers_pb.
|
|
6107
|
-
memoryDevices?: google_protobuf_wrappers_pb.
|
|
6108
|
-
memoryErrorCorrection?: google_protobuf_wrappers_pb.
|
|
6146
|
+
location?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6147
|
+
maxCapacity?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6148
|
+
memoryDevices?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6149
|
+
memoryErrorCorrection?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6109
6150
|
tag?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6110
|
-
use?: google_protobuf_wrappers_pb.
|
|
6151
|
+
use?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6111
6152
|
}
|
|
6112
6153
|
}
|
|
6113
6154
|
|
|
@@ -6180,8 +6221,8 @@ export class PhysicalMemoryV1 extends jspb.Message {
|
|
|
6180
6221
|
|
|
6181
6222
|
hasDataWidth(): boolean;
|
|
6182
6223
|
clearDataWidth(): void;
|
|
6183
|
-
getDataWidth(): google_protobuf_wrappers_pb.
|
|
6184
|
-
setDataWidth(value?: google_protobuf_wrappers_pb.
|
|
6224
|
+
getDataWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6225
|
+
setDataWidth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
|
|
6185
6226
|
|
|
6186
6227
|
hasDeviceLocator(): boolean;
|
|
6187
6228
|
clearDeviceLocator(): void;
|
|
@@ -6190,18 +6231,18 @@ export class PhysicalMemoryV1 extends jspb.Message {
|
|
|
6190
6231
|
|
|
6191
6232
|
hasFormFactor(): boolean;
|
|
6192
6233
|
clearFormFactor(): void;
|
|
6193
|
-
getFormFactor(): google_protobuf_wrappers_pb.
|
|
6194
|
-
setFormFactor(value?: google_protobuf_wrappers_pb.
|
|
6234
|
+
getFormFactor(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6235
|
+
setFormFactor(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
|
|
6195
6236
|
|
|
6196
6237
|
hasInterleaveDataDepth(): boolean;
|
|
6197
6238
|
clearInterleaveDataDepth(): void;
|
|
6198
|
-
getInterleaveDataDepth(): google_protobuf_wrappers_pb.
|
|
6199
|
-
setInterleaveDataDepth(value?: google_protobuf_wrappers_pb.
|
|
6239
|
+
getInterleaveDataDepth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6240
|
+
setInterleaveDataDepth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
|
|
6200
6241
|
|
|
6201
6242
|
hasInterleavePosition(): boolean;
|
|
6202
6243
|
clearInterleavePosition(): void;
|
|
6203
|
-
getInterleavePosition(): google_protobuf_wrappers_pb.
|
|
6204
|
-
setInterleavePosition(value?: google_protobuf_wrappers_pb.
|
|
6244
|
+
getInterleavePosition(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6245
|
+
setInterleavePosition(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
|
|
6205
6246
|
|
|
6206
6247
|
hasMemoryType(): boolean;
|
|
6207
6248
|
clearMemoryType(): void;
|
|
@@ -6210,23 +6251,23 @@ export class PhysicalMemoryV1 extends jspb.Message {
|
|
|
6210
6251
|
|
|
6211
6252
|
hasPositionInRow(): boolean;
|
|
6212
6253
|
clearPositionInRow(): void;
|
|
6213
|
-
getPositionInRow(): google_protobuf_wrappers_pb.
|
|
6214
|
-
setPositionInRow(value?: google_protobuf_wrappers_pb.
|
|
6254
|
+
getPositionInRow(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6255
|
+
setPositionInRow(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
|
|
6215
6256
|
|
|
6216
6257
|
hasSpeed(): boolean;
|
|
6217
6258
|
clearSpeed(): void;
|
|
6218
|
-
getSpeed(): google_protobuf_wrappers_pb.
|
|
6219
|
-
setSpeed(value?: google_protobuf_wrappers_pb.
|
|
6259
|
+
getSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6260
|
+
setSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
|
|
6220
6261
|
|
|
6221
6262
|
hasTotalWidth(): boolean;
|
|
6222
6263
|
clearTotalWidth(): void;
|
|
6223
|
-
getTotalWidth(): google_protobuf_wrappers_pb.
|
|
6224
|
-
setTotalWidth(value?: google_protobuf_wrappers_pb.
|
|
6264
|
+
getTotalWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6265
|
+
setTotalWidth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
|
|
6225
6266
|
|
|
6226
6267
|
hasTypeDetail(): boolean;
|
|
6227
6268
|
clearTypeDetail(): void;
|
|
6228
|
-
getTypeDetail(): google_protobuf_wrappers_pb.
|
|
6229
|
-
setTypeDetail(value?: google_protobuf_wrappers_pb.
|
|
6269
|
+
getTypeDetail(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6270
|
+
setTypeDetail(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV1;
|
|
6230
6271
|
|
|
6231
6272
|
hasManufacturer(): boolean;
|
|
6232
6273
|
clearManufacturer(): void;
|
|
@@ -6261,16 +6302,16 @@ export class PhysicalMemoryV1 extends jspb.Message {
|
|
|
6261
6302
|
export namespace PhysicalMemoryV1 {
|
|
6262
6303
|
export type AsObject = {
|
|
6263
6304
|
capacity?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
6264
|
-
dataWidth?: google_protobuf_wrappers_pb.
|
|
6305
|
+
dataWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6265
6306
|
deviceLocator?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6266
|
-
formFactor?: google_protobuf_wrappers_pb.
|
|
6267
|
-
interleaveDataDepth?: google_protobuf_wrappers_pb.
|
|
6268
|
-
interleavePosition?: google_protobuf_wrappers_pb.
|
|
6307
|
+
formFactor?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6308
|
+
interleaveDataDepth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6309
|
+
interleavePosition?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6269
6310
|
memoryType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
6270
|
-
positionInRow?: google_protobuf_wrappers_pb.
|
|
6271
|
-
speed?: google_protobuf_wrappers_pb.
|
|
6272
|
-
totalWidth?: google_protobuf_wrappers_pb.
|
|
6273
|
-
typeDetail?: google_protobuf_wrappers_pb.
|
|
6311
|
+
positionInRow?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6312
|
+
speed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6313
|
+
totalWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6314
|
+
typeDetail?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6274
6315
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6275
6316
|
partNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6276
6317
|
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -6287,8 +6328,8 @@ export class PhysicalMemoryV2 extends jspb.Message {
|
|
|
6287
6328
|
|
|
6288
6329
|
hasDataWidth(): boolean;
|
|
6289
6330
|
clearDataWidth(): void;
|
|
6290
|
-
getDataWidth(): google_protobuf_wrappers_pb.
|
|
6291
|
-
setDataWidth(value?: google_protobuf_wrappers_pb.
|
|
6331
|
+
getDataWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6332
|
+
setDataWidth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
|
|
6292
6333
|
|
|
6293
6334
|
hasDeviceLocator(): boolean;
|
|
6294
6335
|
clearDeviceLocator(): void;
|
|
@@ -6297,18 +6338,18 @@ export class PhysicalMemoryV2 extends jspb.Message {
|
|
|
6297
6338
|
|
|
6298
6339
|
hasFormFactor(): boolean;
|
|
6299
6340
|
clearFormFactor(): void;
|
|
6300
|
-
getFormFactor(): google_protobuf_wrappers_pb.
|
|
6301
|
-
setFormFactor(value?: google_protobuf_wrappers_pb.
|
|
6341
|
+
getFormFactor(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6342
|
+
setFormFactor(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
|
|
6302
6343
|
|
|
6303
6344
|
hasInterleaveDataDepth(): boolean;
|
|
6304
6345
|
clearInterleaveDataDepth(): void;
|
|
6305
|
-
getInterleaveDataDepth(): google_protobuf_wrappers_pb.
|
|
6306
|
-
setInterleaveDataDepth(value?: google_protobuf_wrappers_pb.
|
|
6346
|
+
getInterleaveDataDepth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6347
|
+
setInterleaveDataDepth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
|
|
6307
6348
|
|
|
6308
6349
|
hasInterleavePosition(): boolean;
|
|
6309
6350
|
clearInterleavePosition(): void;
|
|
6310
|
-
getInterleavePosition(): google_protobuf_wrappers_pb.
|
|
6311
|
-
setInterleavePosition(value?: google_protobuf_wrappers_pb.
|
|
6351
|
+
getInterleavePosition(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6352
|
+
setInterleavePosition(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
|
|
6312
6353
|
|
|
6313
6354
|
hasMemoryType(): boolean;
|
|
6314
6355
|
clearMemoryType(): void;
|
|
@@ -6317,23 +6358,23 @@ export class PhysicalMemoryV2 extends jspb.Message {
|
|
|
6317
6358
|
|
|
6318
6359
|
hasPositionInRow(): boolean;
|
|
6319
6360
|
clearPositionInRow(): void;
|
|
6320
|
-
getPositionInRow(): google_protobuf_wrappers_pb.
|
|
6321
|
-
setPositionInRow(value?: google_protobuf_wrappers_pb.
|
|
6361
|
+
getPositionInRow(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6362
|
+
setPositionInRow(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
|
|
6322
6363
|
|
|
6323
6364
|
hasSpeed(): boolean;
|
|
6324
6365
|
clearSpeed(): void;
|
|
6325
|
-
getSpeed(): google_protobuf_wrappers_pb.
|
|
6326
|
-
setSpeed(value?: google_protobuf_wrappers_pb.
|
|
6366
|
+
getSpeed(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6367
|
+
setSpeed(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
|
|
6327
6368
|
|
|
6328
6369
|
hasTotalWidth(): boolean;
|
|
6329
6370
|
clearTotalWidth(): void;
|
|
6330
|
-
getTotalWidth(): google_protobuf_wrappers_pb.
|
|
6331
|
-
setTotalWidth(value?: google_protobuf_wrappers_pb.
|
|
6371
|
+
getTotalWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6372
|
+
setTotalWidth(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
|
|
6332
6373
|
|
|
6333
6374
|
hasTypeDetail(): boolean;
|
|
6334
6375
|
clearTypeDetail(): void;
|
|
6335
|
-
getTypeDetail(): google_protobuf_wrappers_pb.
|
|
6336
|
-
setTypeDetail(value?: google_protobuf_wrappers_pb.
|
|
6376
|
+
getTypeDetail(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6377
|
+
setTypeDetail(value?: google_protobuf_wrappers_pb.UInt32Value): PhysicalMemoryV2;
|
|
6337
6378
|
|
|
6338
6379
|
hasManufacturer(): boolean;
|
|
6339
6380
|
clearManufacturer(): void;
|
|
@@ -6383,16 +6424,16 @@ export class PhysicalMemoryV2 extends jspb.Message {
|
|
|
6383
6424
|
export namespace PhysicalMemoryV2 {
|
|
6384
6425
|
export type AsObject = {
|
|
6385
6426
|
capacity?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
6386
|
-
dataWidth?: google_protobuf_wrappers_pb.
|
|
6427
|
+
dataWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6387
6428
|
deviceLocator?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6388
|
-
formFactor?: google_protobuf_wrappers_pb.
|
|
6389
|
-
interleaveDataDepth?: google_protobuf_wrappers_pb.
|
|
6390
|
-
interleavePosition?: google_protobuf_wrappers_pb.
|
|
6429
|
+
formFactor?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6430
|
+
interleaveDataDepth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6431
|
+
interleavePosition?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6391
6432
|
memoryType?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
6392
|
-
positionInRow?: google_protobuf_wrappers_pb.
|
|
6393
|
-
speed?: google_protobuf_wrappers_pb.
|
|
6394
|
-
totalWidth?: google_protobuf_wrappers_pb.
|
|
6395
|
-
typeDetail?: google_protobuf_wrappers_pb.
|
|
6433
|
+
positionInRow?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6434
|
+
speed?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6435
|
+
totalWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6436
|
+
typeDetail?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6396
6437
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6397
6438
|
partNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6398
6439
|
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -6429,8 +6470,8 @@ export class Keyboard extends jspb.Message {
|
|
|
6429
6470
|
|
|
6430
6471
|
hasConfigManagerErrorCode(): boolean;
|
|
6431
6472
|
clearConfigManagerErrorCode(): void;
|
|
6432
|
-
getConfigManagerErrorCode(): google_protobuf_wrappers_pb.
|
|
6433
|
-
setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.
|
|
6473
|
+
getConfigManagerErrorCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6474
|
+
setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.UInt32Value): Keyboard;
|
|
6434
6475
|
|
|
6435
6476
|
hasConfigManagerUserConfig(): boolean;
|
|
6436
6477
|
clearConfigManagerUserConfig(): void;
|
|
@@ -6454,8 +6495,8 @@ export class Keyboard extends jspb.Message {
|
|
|
6454
6495
|
|
|
6455
6496
|
hasNumberOfFunctionKeys(): boolean;
|
|
6456
6497
|
clearNumberOfFunctionKeys(): void;
|
|
6457
|
-
getNumberOfFunctionKeys(): google_protobuf_wrappers_pb.
|
|
6458
|
-
setNumberOfFunctionKeys(value?: google_protobuf_wrappers_pb.
|
|
6498
|
+
getNumberOfFunctionKeys(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6499
|
+
setNumberOfFunctionKeys(value?: google_protobuf_wrappers_pb.UInt32Value): Keyboard;
|
|
6459
6500
|
|
|
6460
6501
|
serializeBinary(): Uint8Array;
|
|
6461
6502
|
toObject(includeInstance?: boolean): Keyboard.AsObject;
|
|
@@ -6469,12 +6510,12 @@ export class Keyboard extends jspb.Message {
|
|
|
6469
6510
|
|
|
6470
6511
|
export namespace Keyboard {
|
|
6471
6512
|
export type AsObject = {
|
|
6472
|
-
configManagerErrorCode?: google_protobuf_wrappers_pb.
|
|
6513
|
+
configManagerErrorCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6473
6514
|
configManagerUserConfig?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6474
6515
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6475
6516
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6476
6517
|
layout?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6477
|
-
numberOfFunctionKeys?: google_protobuf_wrappers_pb.
|
|
6518
|
+
numberOfFunctionKeys?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6478
6519
|
}
|
|
6479
6520
|
}
|
|
6480
6521
|
|
|
@@ -6501,8 +6542,11 @@ export namespace WindowsInfrared {
|
|
|
6501
6542
|
}
|
|
6502
6543
|
|
|
6503
6544
|
export class Infrared extends jspb.Message {
|
|
6504
|
-
|
|
6505
|
-
|
|
6545
|
+
|
|
6546
|
+
hasAvailability(): boolean;
|
|
6547
|
+
clearAvailability(): void;
|
|
6548
|
+
getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6549
|
+
setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): Infrared;
|
|
6506
6550
|
|
|
6507
6551
|
hasCaption(): boolean;
|
|
6508
6552
|
clearCaption(): void;
|
|
@@ -6511,8 +6555,8 @@ export class Infrared extends jspb.Message {
|
|
|
6511
6555
|
|
|
6512
6556
|
hasConfigManagerErrorCode(): boolean;
|
|
6513
6557
|
clearConfigManagerErrorCode(): void;
|
|
6514
|
-
getConfigManagerErrorCode(): google_protobuf_wrappers_pb.
|
|
6515
|
-
setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.
|
|
6558
|
+
getConfigManagerErrorCode(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6559
|
+
setConfigManagerErrorCode(value?: google_protobuf_wrappers_pb.UInt32Value): Infrared;
|
|
6516
6560
|
|
|
6517
6561
|
hasConfigManagerUserConfig(): boolean;
|
|
6518
6562
|
clearConfigManagerUserConfig(): void;
|
|
@@ -6531,8 +6575,8 @@ export class Infrared extends jspb.Message {
|
|
|
6531
6575
|
|
|
6532
6576
|
hasProtocolSupported(): boolean;
|
|
6533
6577
|
clearProtocolSupported(): void;
|
|
6534
|
-
getProtocolSupported(): google_protobuf_wrappers_pb.
|
|
6535
|
-
setProtocolSupported(value?: google_protobuf_wrappers_pb.
|
|
6578
|
+
getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6579
|
+
setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): Infrared;
|
|
6536
6580
|
|
|
6537
6581
|
serializeBinary(): Uint8Array;
|
|
6538
6582
|
toObject(includeInstance?: boolean): Infrared.AsObject;
|
|
@@ -6546,13 +6590,13 @@ export class Infrared extends jspb.Message {
|
|
|
6546
6590
|
|
|
6547
6591
|
export namespace Infrared {
|
|
6548
6592
|
export type AsObject = {
|
|
6549
|
-
availability
|
|
6593
|
+
availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6550
6594
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6551
|
-
configManagerErrorCode?: google_protobuf_wrappers_pb.
|
|
6595
|
+
configManagerErrorCode?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6552
6596
|
configManagerUserConfig?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6553
6597
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6554
6598
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6555
|
-
protocolSupported?: google_protobuf_wrappers_pb.
|
|
6599
|
+
protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6556
6600
|
}
|
|
6557
6601
|
}
|
|
6558
6602
|
|
|
@@ -6597,8 +6641,8 @@ export class IdeController extends jspb.Message {
|
|
|
6597
6641
|
|
|
6598
6642
|
hasProtocolSupported(): boolean;
|
|
6599
6643
|
clearProtocolSupported(): void;
|
|
6600
|
-
getProtocolSupported(): google_protobuf_wrappers_pb.
|
|
6601
|
-
setProtocolSupported(value?: google_protobuf_wrappers_pb.
|
|
6644
|
+
getProtocolSupported(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6645
|
+
setProtocolSupported(value?: google_protobuf_wrappers_pb.UInt32Value): IdeController;
|
|
6602
6646
|
|
|
6603
6647
|
serializeBinary(): Uint8Array;
|
|
6604
6648
|
toObject(includeInstance?: boolean): IdeController.AsObject;
|
|
@@ -6615,7 +6659,7 @@ export namespace IdeController {
|
|
|
6615
6659
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6616
6660
|
deviceid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6617
6661
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6618
|
-
protocolSupported?: google_protobuf_wrappers_pb.
|
|
6662
|
+
protocolSupported?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6619
6663
|
}
|
|
6620
6664
|
}
|
|
6621
6665
|
|
|
@@ -6746,8 +6790,8 @@ export class HyperV extends jspb.Message {
|
|
|
6746
6790
|
|
|
6747
6791
|
hasEnabledState(): boolean;
|
|
6748
6792
|
clearEnabledState(): void;
|
|
6749
|
-
getEnabledState(): google_protobuf_wrappers_pb.
|
|
6750
|
-
setEnabledState(value?: google_protobuf_wrappers_pb.
|
|
6793
|
+
getEnabledState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6794
|
+
setEnabledState(value?: google_protobuf_wrappers_pb.UInt32Value): HyperV;
|
|
6751
6795
|
|
|
6752
6796
|
hasHealthState(): boolean;
|
|
6753
6797
|
clearHealthState(): void;
|
|
@@ -6756,8 +6800,8 @@ export class HyperV extends jspb.Message {
|
|
|
6756
6800
|
|
|
6757
6801
|
hasName(): boolean;
|
|
6758
6802
|
clearName(): void;
|
|
6759
|
-
getName(): google_protobuf_wrappers_pb.
|
|
6760
|
-
setName(value?: google_protobuf_wrappers_pb.
|
|
6803
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6804
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): HyperV;
|
|
6761
6805
|
|
|
6762
6806
|
serializeBinary(): Uint8Array;
|
|
6763
6807
|
toObject(includeInstance?: boolean): HyperV.AsObject;
|
|
@@ -6772,9 +6816,9 @@ export class HyperV extends jspb.Message {
|
|
|
6772
6816
|
export namespace HyperV {
|
|
6773
6817
|
export type AsObject = {
|
|
6774
6818
|
elementName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6775
|
-
enabledState?: google_protobuf_wrappers_pb.
|
|
6819
|
+
enabledState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6776
6820
|
healthState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6777
|
-
name?: google_protobuf_wrappers_pb.
|
|
6821
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6778
6822
|
}
|
|
6779
6823
|
}
|
|
6780
6824
|
|
|
@@ -6824,8 +6868,8 @@ export class HardDisk extends jspb.Message {
|
|
|
6824
6868
|
|
|
6825
6869
|
hasDriveType(): boolean;
|
|
6826
6870
|
clearDriveType(): void;
|
|
6827
|
-
getDriveType(): google_protobuf_wrappers_pb.
|
|
6828
|
-
setDriveType(value?: google_protobuf_wrappers_pb.
|
|
6871
|
+
getDriveType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
6872
|
+
setDriveType(value?: google_protobuf_wrappers_pb.UInt32Value): HardDisk;
|
|
6829
6873
|
|
|
6830
6874
|
hasFileSystem(): boolean;
|
|
6831
6875
|
clearFileSystem(): void;
|
|
@@ -6868,7 +6912,7 @@ export namespace HardDisk {
|
|
|
6868
6912
|
compressed?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6869
6913
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6870
6914
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6871
|
-
driveType?: google_protobuf_wrappers_pb.
|
|
6915
|
+
driveType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
6872
6916
|
fileSystem?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6873
6917
|
freeSpace?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
6874
6918
|
size?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
@@ -7101,8 +7145,8 @@ export class FloppyV1 extends jspb.Message {
|
|
|
7101
7145
|
|
|
7102
7146
|
hasBytesPerSector(): boolean;
|
|
7103
7147
|
clearBytesPerSector(): void;
|
|
7104
|
-
getBytesPerSector(): google_protobuf_wrappers_pb.
|
|
7105
|
-
setBytesPerSector(value?: google_protobuf_wrappers_pb.
|
|
7148
|
+
getBytesPerSector(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7149
|
+
setBytesPerSector(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV1;
|
|
7106
7150
|
|
|
7107
7151
|
hasDescription(): boolean;
|
|
7108
7152
|
clearDescription(): void;
|
|
@@ -7131,8 +7175,8 @@ export class FloppyV1 extends jspb.Message {
|
|
|
7131
7175
|
|
|
7132
7176
|
hasPartitions(): boolean;
|
|
7133
7177
|
clearPartitions(): void;
|
|
7134
|
-
getPartitions(): google_protobuf_wrappers_pb.
|
|
7135
|
-
setPartitions(value?: google_protobuf_wrappers_pb.
|
|
7178
|
+
getPartitions(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7179
|
+
setPartitions(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV1;
|
|
7136
7180
|
|
|
7137
7181
|
hasPnpDeviceId(): boolean;
|
|
7138
7182
|
clearPnpDeviceId(): void;
|
|
@@ -7141,8 +7185,8 @@ export class FloppyV1 extends jspb.Message {
|
|
|
7141
7185
|
|
|
7142
7186
|
hasSectorsPerTrack(): boolean;
|
|
7143
7187
|
clearSectorsPerTrack(): void;
|
|
7144
|
-
getSectorsPerTrack(): google_protobuf_wrappers_pb.
|
|
7145
|
-
setSectorsPerTrack(value?: google_protobuf_wrappers_pb.
|
|
7188
|
+
getSectorsPerTrack(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7189
|
+
setSectorsPerTrack(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV1;
|
|
7146
7190
|
|
|
7147
7191
|
hasSize(): boolean;
|
|
7148
7192
|
clearSize(): void;
|
|
@@ -7156,8 +7200,8 @@ export class FloppyV1 extends jspb.Message {
|
|
|
7156
7200
|
|
|
7157
7201
|
hasTotalHeads(): boolean;
|
|
7158
7202
|
clearTotalHeads(): void;
|
|
7159
|
-
getTotalHeads(): google_protobuf_wrappers_pb.
|
|
7160
|
-
setTotalHeads(value?: google_protobuf_wrappers_pb.
|
|
7203
|
+
getTotalHeads(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7204
|
+
setTotalHeads(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV1;
|
|
7161
7205
|
|
|
7162
7206
|
hasTotalSectors(): boolean;
|
|
7163
7207
|
clearTotalSectors(): void;
|
|
@@ -7171,8 +7215,8 @@ export class FloppyV1 extends jspb.Message {
|
|
|
7171
7215
|
|
|
7172
7216
|
hasTracksPerCylinder(): boolean;
|
|
7173
7217
|
clearTracksPerCylinder(): void;
|
|
7174
|
-
getTracksPerCylinder(): google_protobuf_wrappers_pb.
|
|
7175
|
-
setTracksPerCylinder(value?: google_protobuf_wrappers_pb.
|
|
7218
|
+
getTracksPerCylinder(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7219
|
+
setTracksPerCylinder(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV1;
|
|
7176
7220
|
|
|
7177
7221
|
hasDeviceId(): boolean;
|
|
7178
7222
|
clearDeviceId(): void;
|
|
@@ -7196,21 +7240,21 @@ export class FloppyV1 extends jspb.Message {
|
|
|
7196
7240
|
|
|
7197
7241
|
export namespace FloppyV1 {
|
|
7198
7242
|
export type AsObject = {
|
|
7199
|
-
bytesPerSector?: google_protobuf_wrappers_pb.
|
|
7243
|
+
bytesPerSector?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7200
7244
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7201
7245
|
interfaceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7202
7246
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7203
7247
|
model?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7204
7248
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7205
|
-
partitions?: google_protobuf_wrappers_pb.
|
|
7249
|
+
partitions?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7206
7250
|
pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7207
|
-
sectorsPerTrack?: google_protobuf_wrappers_pb.
|
|
7251
|
+
sectorsPerTrack?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7208
7252
|
size?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
7209
7253
|
totalCylinders?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
7210
|
-
totalHeads?: google_protobuf_wrappers_pb.
|
|
7254
|
+
totalHeads?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7211
7255
|
totalSectors?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
7212
7256
|
totalTracks?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
7213
|
-
tracksPerCylinder?: google_protobuf_wrappers_pb.
|
|
7257
|
+
tracksPerCylinder?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7214
7258
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7215
7259
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7216
7260
|
}
|
|
@@ -7220,8 +7264,8 @@ export class FloppyV2 extends jspb.Message {
|
|
|
7220
7264
|
|
|
7221
7265
|
hasBytesPerSector(): boolean;
|
|
7222
7266
|
clearBytesPerSector(): void;
|
|
7223
|
-
getBytesPerSector(): google_protobuf_wrappers_pb.
|
|
7224
|
-
setBytesPerSector(value?: google_protobuf_wrappers_pb.
|
|
7267
|
+
getBytesPerSector(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7268
|
+
setBytesPerSector(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV2;
|
|
7225
7269
|
|
|
7226
7270
|
hasDescription(): boolean;
|
|
7227
7271
|
clearDescription(): void;
|
|
@@ -7250,8 +7294,8 @@ export class FloppyV2 extends jspb.Message {
|
|
|
7250
7294
|
|
|
7251
7295
|
hasPartitions(): boolean;
|
|
7252
7296
|
clearPartitions(): void;
|
|
7253
|
-
getPartitions(): google_protobuf_wrappers_pb.
|
|
7254
|
-
setPartitions(value?: google_protobuf_wrappers_pb.
|
|
7297
|
+
getPartitions(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7298
|
+
setPartitions(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV2;
|
|
7255
7299
|
|
|
7256
7300
|
hasPnpDeviceId(): boolean;
|
|
7257
7301
|
clearPnpDeviceId(): void;
|
|
@@ -7260,8 +7304,8 @@ export class FloppyV2 extends jspb.Message {
|
|
|
7260
7304
|
|
|
7261
7305
|
hasSectorsPerTrack(): boolean;
|
|
7262
7306
|
clearSectorsPerTrack(): void;
|
|
7263
|
-
getSectorsPerTrack(): google_protobuf_wrappers_pb.
|
|
7264
|
-
setSectorsPerTrack(value?: google_protobuf_wrappers_pb.
|
|
7307
|
+
getSectorsPerTrack(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7308
|
+
setSectorsPerTrack(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV2;
|
|
7265
7309
|
|
|
7266
7310
|
hasSize(): boolean;
|
|
7267
7311
|
clearSize(): void;
|
|
@@ -7275,8 +7319,8 @@ export class FloppyV2 extends jspb.Message {
|
|
|
7275
7319
|
|
|
7276
7320
|
hasTotalHeads(): boolean;
|
|
7277
7321
|
clearTotalHeads(): void;
|
|
7278
|
-
getTotalHeads(): google_protobuf_wrappers_pb.
|
|
7279
|
-
setTotalHeads(value?: google_protobuf_wrappers_pb.
|
|
7322
|
+
getTotalHeads(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7323
|
+
setTotalHeads(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV2;
|
|
7280
7324
|
|
|
7281
7325
|
hasTotalSectors(): boolean;
|
|
7282
7326
|
clearTotalSectors(): void;
|
|
@@ -7290,8 +7334,8 @@ export class FloppyV2 extends jspb.Message {
|
|
|
7290
7334
|
|
|
7291
7335
|
hasTracksPerCylinder(): boolean;
|
|
7292
7336
|
clearTracksPerCylinder(): void;
|
|
7293
|
-
getTracksPerCylinder(): google_protobuf_wrappers_pb.
|
|
7294
|
-
setTracksPerCylinder(value?: google_protobuf_wrappers_pb.
|
|
7337
|
+
getTracksPerCylinder(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7338
|
+
setTracksPerCylinder(value?: google_protobuf_wrappers_pb.UInt32Value): FloppyV2;
|
|
7295
7339
|
|
|
7296
7340
|
hasDeviceId(): boolean;
|
|
7297
7341
|
clearDeviceId(): void;
|
|
@@ -7325,21 +7369,21 @@ export class FloppyV2 extends jspb.Message {
|
|
|
7325
7369
|
|
|
7326
7370
|
export namespace FloppyV2 {
|
|
7327
7371
|
export type AsObject = {
|
|
7328
|
-
bytesPerSector?: google_protobuf_wrappers_pb.
|
|
7372
|
+
bytesPerSector?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7329
7373
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7330
7374
|
interfaceType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7331
7375
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7332
7376
|
model?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7333
7377
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7334
|
-
partitions?: google_protobuf_wrappers_pb.
|
|
7378
|
+
partitions?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7335
7379
|
pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7336
|
-
sectorsPerTrack?: google_protobuf_wrappers_pb.
|
|
7380
|
+
sectorsPerTrack?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7337
7381
|
size?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
7338
7382
|
totalCylinders?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
7339
|
-
totalHeads?: google_protobuf_wrappers_pb.
|
|
7383
|
+
totalHeads?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7340
7384
|
totalSectors?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
7341
7385
|
totalTracks?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
7342
|
-
tracksPerCylinder?: google_protobuf_wrappers_pb.
|
|
7386
|
+
tracksPerCylinder?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7343
7387
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7344
7388
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7345
7389
|
firmwareRevision?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -7425,8 +7469,11 @@ export class EncryptableVolume extends jspb.Message {
|
|
|
7425
7469
|
clearDriveLetter(): void;
|
|
7426
7470
|
getDriveLetter(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
7427
7471
|
setDriveLetter(value?: google_protobuf_wrappers_pb.StringValue): EncryptableVolume;
|
|
7428
|
-
|
|
7429
|
-
|
|
7472
|
+
|
|
7473
|
+
hasProtectionStatus(): boolean;
|
|
7474
|
+
clearProtectionStatus(): void;
|
|
7475
|
+
getProtectionStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7476
|
+
setProtectionStatus(value?: google_protobuf_wrappers_pb.UInt32Value): EncryptableVolume;
|
|
7430
7477
|
|
|
7431
7478
|
serializeBinary(): Uint8Array;
|
|
7432
7479
|
toObject(includeInstance?: boolean): EncryptableVolume.AsObject;
|
|
@@ -7442,7 +7489,7 @@ export namespace EncryptableVolume {
|
|
|
7442
7489
|
export type AsObject = {
|
|
7443
7490
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7444
7491
|
driveLetter?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7445
|
-
protectionStatus
|
|
7492
|
+
protectionStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7446
7493
|
}
|
|
7447
7494
|
}
|
|
7448
7495
|
|
|
@@ -7472,8 +7519,8 @@ export class DisplayControllerConfig extends jspb.Message {
|
|
|
7472
7519
|
|
|
7473
7520
|
hasBitsPerPixel(): boolean;
|
|
7474
7521
|
clearBitsPerPixel(): void;
|
|
7475
|
-
getBitsPerPixel(): google_protobuf_wrappers_pb.
|
|
7476
|
-
setBitsPerPixel(value?: google_protobuf_wrappers_pb.
|
|
7522
|
+
getBitsPerPixel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7523
|
+
setBitsPerPixel(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
|
|
7477
7524
|
|
|
7478
7525
|
hasCaption(): boolean;
|
|
7479
7526
|
clearCaption(): void;
|
|
@@ -7482,23 +7529,23 @@ export class DisplayControllerConfig extends jspb.Message {
|
|
|
7482
7529
|
|
|
7483
7530
|
hasColorPlanes(): boolean;
|
|
7484
7531
|
clearColorPlanes(): void;
|
|
7485
|
-
getColorPlanes(): google_protobuf_wrappers_pb.
|
|
7486
|
-
setColorPlanes(value?: google_protobuf_wrappers_pb.
|
|
7532
|
+
getColorPlanes(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7533
|
+
setColorPlanes(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
|
|
7487
7534
|
|
|
7488
7535
|
hasDeviceEntriesInAColorTable(): boolean;
|
|
7489
7536
|
clearDeviceEntriesInAColorTable(): void;
|
|
7490
|
-
getDeviceEntriesInAColorTable(): google_protobuf_wrappers_pb.
|
|
7491
|
-
setDeviceEntriesInAColorTable(value?: google_protobuf_wrappers_pb.
|
|
7537
|
+
getDeviceEntriesInAColorTable(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7538
|
+
setDeviceEntriesInAColorTable(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
|
|
7492
7539
|
|
|
7493
7540
|
hasDeviceSpecificPens(): boolean;
|
|
7494
7541
|
clearDeviceSpecificPens(): void;
|
|
7495
|
-
getDeviceSpecificPens(): google_protobuf_wrappers_pb.
|
|
7496
|
-
setDeviceSpecificPens(value?: google_protobuf_wrappers_pb.
|
|
7542
|
+
getDeviceSpecificPens(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7543
|
+
setDeviceSpecificPens(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
|
|
7497
7544
|
|
|
7498
7545
|
hasHorizontalResolution(): boolean;
|
|
7499
7546
|
clearHorizontalResolution(): void;
|
|
7500
|
-
getHorizontalResolution(): google_protobuf_wrappers_pb.
|
|
7501
|
-
setHorizontalResolution(value?: google_protobuf_wrappers_pb.
|
|
7547
|
+
getHorizontalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7548
|
+
setHorizontalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
|
|
7502
7549
|
|
|
7503
7550
|
hasName(): boolean;
|
|
7504
7551
|
clearName(): void;
|
|
@@ -7512,8 +7559,8 @@ export class DisplayControllerConfig extends jspb.Message {
|
|
|
7512
7559
|
|
|
7513
7560
|
hasVerticalResolution(): boolean;
|
|
7514
7561
|
clearVerticalResolution(): void;
|
|
7515
|
-
getVerticalResolution(): google_protobuf_wrappers_pb.
|
|
7516
|
-
setVerticalResolution(value?: google_protobuf_wrappers_pb.
|
|
7562
|
+
getVerticalResolution(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7563
|
+
setVerticalResolution(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayControllerConfig;
|
|
7517
7564
|
|
|
7518
7565
|
hasVideoMode(): boolean;
|
|
7519
7566
|
clearVideoMode(): void;
|
|
@@ -7532,15 +7579,15 @@ export class DisplayControllerConfig extends jspb.Message {
|
|
|
7532
7579
|
|
|
7533
7580
|
export namespace DisplayControllerConfig {
|
|
7534
7581
|
export type AsObject = {
|
|
7535
|
-
bitsPerPixel?: google_protobuf_wrappers_pb.
|
|
7582
|
+
bitsPerPixel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7536
7583
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7537
|
-
colorPlanes?: google_protobuf_wrappers_pb.
|
|
7538
|
-
deviceEntriesInAColorTable?: google_protobuf_wrappers_pb.
|
|
7539
|
-
deviceSpecificPens?: google_protobuf_wrappers_pb.
|
|
7540
|
-
horizontalResolution?: google_protobuf_wrappers_pb.
|
|
7584
|
+
colorPlanes?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7585
|
+
deviceEntriesInAColorTable?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7586
|
+
deviceSpecificPens?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7587
|
+
horizontalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7541
7588
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7542
7589
|
refreshRate?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
7543
|
-
verticalResolution?: google_protobuf_wrappers_pb.
|
|
7590
|
+
verticalResolution?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7544
7591
|
videoMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7545
7592
|
}
|
|
7546
7593
|
}
|
|
@@ -7571,8 +7618,8 @@ export class DisplayConfig extends jspb.Message {
|
|
|
7571
7618
|
|
|
7572
7619
|
hasBitsPerPel(): boolean;
|
|
7573
7620
|
clearBitsPerPel(): void;
|
|
7574
|
-
getBitsPerPel(): google_protobuf_wrappers_pb.
|
|
7575
|
-
setBitsPerPel(value?: google_protobuf_wrappers_pb.
|
|
7621
|
+
getBitsPerPel(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7622
|
+
setBitsPerPel(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
|
|
7576
7623
|
|
|
7577
7624
|
hasCaption(): boolean;
|
|
7578
7625
|
clearCaption(): void;
|
|
@@ -7586,13 +7633,13 @@ export class DisplayConfig extends jspb.Message {
|
|
|
7586
7633
|
|
|
7587
7634
|
hasDisplayFlags(): boolean;
|
|
7588
7635
|
clearDisplayFlags(): void;
|
|
7589
|
-
getDisplayFlags(): google_protobuf_wrappers_pb.
|
|
7590
|
-
setDisplayFlags(value?: google_protobuf_wrappers_pb.
|
|
7636
|
+
getDisplayFlags(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7637
|
+
setDisplayFlags(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
|
|
7591
7638
|
|
|
7592
7639
|
hasDisplayFrequency(): boolean;
|
|
7593
7640
|
clearDisplayFrequency(): void;
|
|
7594
|
-
getDisplayFrequency(): google_protobuf_wrappers_pb.
|
|
7595
|
-
setDisplayFrequency(value?: google_protobuf_wrappers_pb.
|
|
7641
|
+
getDisplayFrequency(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7642
|
+
setDisplayFrequency(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
|
|
7596
7643
|
|
|
7597
7644
|
hasDriverVersion(): boolean;
|
|
7598
7645
|
clearDriverVersion(): void;
|
|
@@ -7601,23 +7648,23 @@ export class DisplayConfig extends jspb.Message {
|
|
|
7601
7648
|
|
|
7602
7649
|
hasLogPixels(): boolean;
|
|
7603
7650
|
clearLogPixels(): void;
|
|
7604
|
-
getLogPixels(): google_protobuf_wrappers_pb.
|
|
7605
|
-
setLogPixels(value?: google_protobuf_wrappers_pb.
|
|
7651
|
+
getLogPixels(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7652
|
+
setLogPixels(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
|
|
7606
7653
|
|
|
7607
7654
|
hasPelsHeight(): boolean;
|
|
7608
7655
|
clearPelsHeight(): void;
|
|
7609
|
-
getPelsHeight(): google_protobuf_wrappers_pb.
|
|
7610
|
-
setPelsHeight(value?: google_protobuf_wrappers_pb.
|
|
7656
|
+
getPelsHeight(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7657
|
+
setPelsHeight(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
|
|
7611
7658
|
|
|
7612
7659
|
hasPelsWidth(): boolean;
|
|
7613
7660
|
clearPelsWidth(): void;
|
|
7614
|
-
getPelsWidth(): google_protobuf_wrappers_pb.
|
|
7615
|
-
setPelsWidth(value?: google_protobuf_wrappers_pb.
|
|
7661
|
+
getPelsWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7662
|
+
setPelsWidth(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
|
|
7616
7663
|
|
|
7617
7664
|
hasSpecificationVersion(): boolean;
|
|
7618
7665
|
clearSpecificationVersion(): void;
|
|
7619
|
-
getSpecificationVersion(): google_protobuf_wrappers_pb.
|
|
7620
|
-
setSpecificationVersion(value?: google_protobuf_wrappers_pb.
|
|
7666
|
+
getSpecificationVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7667
|
+
setSpecificationVersion(value?: google_protobuf_wrappers_pb.UInt32Value): DisplayConfig;
|
|
7621
7668
|
|
|
7622
7669
|
serializeBinary(): Uint8Array;
|
|
7623
7670
|
toObject(includeInstance?: boolean): DisplayConfig.AsObject;
|
|
@@ -7631,16 +7678,16 @@ export class DisplayConfig extends jspb.Message {
|
|
|
7631
7678
|
|
|
7632
7679
|
export namespace DisplayConfig {
|
|
7633
7680
|
export type AsObject = {
|
|
7634
|
-
bitsPerPel?: google_protobuf_wrappers_pb.
|
|
7681
|
+
bitsPerPel?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7635
7682
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7636
7683
|
deviceName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7637
|
-
displayFlags?: google_protobuf_wrappers_pb.
|
|
7638
|
-
displayFrequency?: google_protobuf_wrappers_pb.
|
|
7684
|
+
displayFlags?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7685
|
+
displayFrequency?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7639
7686
|
driverVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7640
|
-
logPixels?: google_protobuf_wrappers_pb.
|
|
7641
|
-
pelsHeight?: google_protobuf_wrappers_pb.
|
|
7642
|
-
pelsWidth?: google_protobuf_wrappers_pb.
|
|
7643
|
-
specificationVersion?: google_protobuf_wrappers_pb.
|
|
7687
|
+
logPixels?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7688
|
+
pelsHeight?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7689
|
+
pelsWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7690
|
+
specificationVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7644
7691
|
}
|
|
7645
7692
|
}
|
|
7646
7693
|
|
|
@@ -7690,13 +7737,13 @@ export class DiskPartition extends jspb.Message {
|
|
|
7690
7737
|
|
|
7691
7738
|
hasDiskIndex(): boolean;
|
|
7692
7739
|
clearDiskIndex(): void;
|
|
7693
|
-
getDiskIndex(): google_protobuf_wrappers_pb.
|
|
7694
|
-
setDiskIndex(value?: google_protobuf_wrappers_pb.
|
|
7740
|
+
getDiskIndex(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7741
|
+
setDiskIndex(value?: google_protobuf_wrappers_pb.UInt32Value): DiskPartition;
|
|
7695
7742
|
|
|
7696
7743
|
hasIndex(): boolean;
|
|
7697
7744
|
clearIndex(): void;
|
|
7698
|
-
getIndex(): google_protobuf_wrappers_pb.
|
|
7699
|
-
setIndex(value?: google_protobuf_wrappers_pb.
|
|
7745
|
+
getIndex(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7746
|
+
setIndex(value?: google_protobuf_wrappers_pb.UInt32Value): DiskPartition;
|
|
7700
7747
|
|
|
7701
7748
|
hasNumberOfBlocks(): boolean;
|
|
7702
7749
|
clearNumberOfBlocks(): void;
|
|
@@ -7739,8 +7786,8 @@ export namespace DiskPartition {
|
|
|
7739
7786
|
bootable?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
7740
7787
|
bootPartition?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
7741
7788
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7742
|
-
diskIndex?: google_protobuf_wrappers_pb.
|
|
7743
|
-
index?: google_protobuf_wrappers_pb.
|
|
7789
|
+
diskIndex?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7790
|
+
index?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7744
7791
|
numberOfBlocks?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
7745
7792
|
primaryPartition?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
7746
7793
|
size?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
@@ -7775,8 +7822,8 @@ export class DesktopMonitor extends jspb.Message {
|
|
|
7775
7822
|
|
|
7776
7823
|
hasAvailability(): boolean;
|
|
7777
7824
|
clearAvailability(): void;
|
|
7778
|
-
getAvailability(): google_protobuf_wrappers_pb.
|
|
7779
|
-
setAvailability(value?: google_protobuf_wrappers_pb.
|
|
7825
|
+
getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7826
|
+
setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): DesktopMonitor;
|
|
7780
7827
|
|
|
7781
7828
|
hasCaption(): boolean;
|
|
7782
7829
|
clearCaption(): void;
|
|
@@ -7795,13 +7842,13 @@ export class DesktopMonitor extends jspb.Message {
|
|
|
7795
7842
|
|
|
7796
7843
|
hasPixelsPerXLogicalInch(): boolean;
|
|
7797
7844
|
clearPixelsPerXLogicalInch(): void;
|
|
7798
|
-
getPixelsPerXLogicalInch(): google_protobuf_wrappers_pb.
|
|
7799
|
-
setPixelsPerXLogicalInch(value?: google_protobuf_wrappers_pb.
|
|
7845
|
+
getPixelsPerXLogicalInch(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7846
|
+
setPixelsPerXLogicalInch(value?: google_protobuf_wrappers_pb.UInt32Value): DesktopMonitor;
|
|
7800
7847
|
|
|
7801
7848
|
hasPixelsPerYLogicalInch(): boolean;
|
|
7802
7849
|
clearPixelsPerYLogicalInch(): void;
|
|
7803
|
-
getPixelsPerYLogicalInch(): google_protobuf_wrappers_pb.
|
|
7804
|
-
setPixelsPerYLogicalInch(value?: google_protobuf_wrappers_pb.
|
|
7850
|
+
getPixelsPerYLogicalInch(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7851
|
+
setPixelsPerYLogicalInch(value?: google_protobuf_wrappers_pb.UInt32Value): DesktopMonitor;
|
|
7805
7852
|
|
|
7806
7853
|
hasPnpDeviceId(): boolean;
|
|
7807
7854
|
clearPnpDeviceId(): void;
|
|
@@ -7810,13 +7857,13 @@ export class DesktopMonitor extends jspb.Message {
|
|
|
7810
7857
|
|
|
7811
7858
|
hasScreenHeight(): boolean;
|
|
7812
7859
|
clearScreenHeight(): void;
|
|
7813
|
-
getScreenHeight(): google_protobuf_wrappers_pb.
|
|
7814
|
-
setScreenHeight(value?: google_protobuf_wrappers_pb.
|
|
7860
|
+
getScreenHeight(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7861
|
+
setScreenHeight(value?: google_protobuf_wrappers_pb.UInt32Value): DesktopMonitor;
|
|
7815
7862
|
|
|
7816
7863
|
hasScreenWidth(): boolean;
|
|
7817
7864
|
clearScreenWidth(): void;
|
|
7818
|
-
getScreenWidth(): google_protobuf_wrappers_pb.
|
|
7819
|
-
setScreenWidth(value?: google_protobuf_wrappers_pb.
|
|
7865
|
+
getScreenWidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7866
|
+
setScreenWidth(value?: google_protobuf_wrappers_pb.UInt32Value): DesktopMonitor;
|
|
7820
7867
|
|
|
7821
7868
|
serializeBinary(): Uint8Array;
|
|
7822
7869
|
toObject(includeInstance?: boolean): DesktopMonitor.AsObject;
|
|
@@ -7830,15 +7877,15 @@ export class DesktopMonitor extends jspb.Message {
|
|
|
7830
7877
|
|
|
7831
7878
|
export namespace DesktopMonitor {
|
|
7832
7879
|
export type AsObject = {
|
|
7833
|
-
availability?: google_protobuf_wrappers_pb.
|
|
7880
|
+
availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7834
7881
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7835
7882
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7836
7883
|
monitorManufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7837
|
-
pixelsPerXLogicalInch?: google_protobuf_wrappers_pb.
|
|
7838
|
-
pixelsPerYLogicalInch?: google_protobuf_wrappers_pb.
|
|
7884
|
+
pixelsPerXLogicalInch?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7885
|
+
pixelsPerYLogicalInch?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7839
7886
|
pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7840
|
-
screenHeight?: google_protobuf_wrappers_pb.
|
|
7841
|
-
screenWidth?: google_protobuf_wrappers_pb.
|
|
7887
|
+
screenHeight?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7888
|
+
screenWidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7842
7889
|
}
|
|
7843
7890
|
}
|
|
7844
7891
|
|
|
@@ -7868,8 +7915,8 @@ export class Desktop extends jspb.Message {
|
|
|
7868
7915
|
|
|
7869
7916
|
hasBorderwidth(): boolean;
|
|
7870
7917
|
clearBorderwidth(): void;
|
|
7871
|
-
getBorderwidth(): google_protobuf_wrappers_pb.
|
|
7872
|
-
setBorderwidth(value?: google_protobuf_wrappers_pb.
|
|
7918
|
+
getBorderwidth(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7919
|
+
setBorderwidth(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
|
|
7873
7920
|
|
|
7874
7921
|
hasCoolswitch(): boolean;
|
|
7875
7922
|
clearCoolswitch(): void;
|
|
@@ -7878,8 +7925,8 @@ export class Desktop extends jspb.Message {
|
|
|
7878
7925
|
|
|
7879
7926
|
hasCursorblinkrate(): boolean;
|
|
7880
7927
|
clearCursorblinkrate(): void;
|
|
7881
|
-
getCursorblinkrate(): google_protobuf_wrappers_pb.
|
|
7882
|
-
setCursorblinkrate(value?: google_protobuf_wrappers_pb.
|
|
7928
|
+
getCursorblinkrate(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7929
|
+
setCursorblinkrate(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
|
|
7883
7930
|
|
|
7884
7931
|
hasDragfullwindows(): boolean;
|
|
7885
7932
|
clearDragfullwindows(): void;
|
|
@@ -7888,13 +7935,13 @@ export class Desktop extends jspb.Message {
|
|
|
7888
7935
|
|
|
7889
7936
|
hasGridgranularity(): boolean;
|
|
7890
7937
|
clearGridgranularity(): void;
|
|
7891
|
-
getGridgranularity(): google_protobuf_wrappers_pb.
|
|
7892
|
-
setGridgranularity(value?: google_protobuf_wrappers_pb.
|
|
7938
|
+
getGridgranularity(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7939
|
+
setGridgranularity(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
|
|
7893
7940
|
|
|
7894
7941
|
hasIconspacing(): boolean;
|
|
7895
7942
|
clearIconspacing(): void;
|
|
7896
|
-
getIconspacing(): google_protobuf_wrappers_pb.
|
|
7897
|
-
setIconspacing(value?: google_protobuf_wrappers_pb.
|
|
7943
|
+
getIconspacing(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7944
|
+
setIconspacing(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
|
|
7898
7945
|
|
|
7899
7946
|
hasIcontitlefacename(): boolean;
|
|
7900
7947
|
clearIcontitlefacename(): void;
|
|
@@ -7903,8 +7950,8 @@ export class Desktop extends jspb.Message {
|
|
|
7903
7950
|
|
|
7904
7951
|
hasIcontitlesize(): boolean;
|
|
7905
7952
|
clearIcontitlesize(): void;
|
|
7906
|
-
getIcontitlesize(): google_protobuf_wrappers_pb.
|
|
7907
|
-
setIcontitlesize(value?: google_protobuf_wrappers_pb.
|
|
7953
|
+
getIcontitlesize(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7954
|
+
setIcontitlesize(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
|
|
7908
7955
|
|
|
7909
7956
|
hasIcontitlewrap(): boolean;
|
|
7910
7957
|
clearIcontitlewrap(): void;
|
|
@@ -7938,8 +7985,8 @@ export class Desktop extends jspb.Message {
|
|
|
7938
7985
|
|
|
7939
7986
|
hasScreensavertimeout(): boolean;
|
|
7940
7987
|
clearScreensavertimeout(): void;
|
|
7941
|
-
getScreensavertimeout(): google_protobuf_wrappers_pb.
|
|
7942
|
-
setScreensavertimeout(value?: google_protobuf_wrappers_pb.
|
|
7988
|
+
getScreensavertimeout(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
7989
|
+
setScreensavertimeout(value?: google_protobuf_wrappers_pb.UInt32Value): Desktop;
|
|
7943
7990
|
|
|
7944
7991
|
hasWallpaper(): boolean;
|
|
7945
7992
|
clearWallpaper(): void;
|
|
@@ -7968,21 +8015,21 @@ export class Desktop extends jspb.Message {
|
|
|
7968
8015
|
|
|
7969
8016
|
export namespace Desktop {
|
|
7970
8017
|
export type AsObject = {
|
|
7971
|
-
borderwidth?: google_protobuf_wrappers_pb.
|
|
8018
|
+
borderwidth?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7972
8019
|
coolswitch?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
7973
|
-
cursorblinkrate?: google_protobuf_wrappers_pb.
|
|
8020
|
+
cursorblinkrate?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7974
8021
|
dragfullwindows?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
7975
|
-
gridgranularity?: google_protobuf_wrappers_pb.
|
|
7976
|
-
iconspacing?: google_protobuf_wrappers_pb.
|
|
8022
|
+
gridgranularity?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8023
|
+
iconspacing?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7977
8024
|
icontitlefacename?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7978
|
-
icontitlesize?: google_protobuf_wrappers_pb.
|
|
8025
|
+
icontitlesize?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7979
8026
|
icontitlewrap?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
7980
8027
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7981
8028
|
pattern?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7982
8029
|
screensaveractive?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
7983
8030
|
screensaverexecutable?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7984
8031
|
screensaversecure?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
7985
|
-
screensavertimeout?: google_protobuf_wrappers_pb.
|
|
8032
|
+
screensavertimeout?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
7986
8033
|
wallpaper?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
7987
8034
|
wallpaperstretched?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
7988
8035
|
wallpapertiled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
@@ -8012,16 +8059,31 @@ export namespace WindowsComputerSystemProduct {
|
|
|
8012
8059
|
}
|
|
8013
8060
|
|
|
8014
8061
|
export class ComputerSystemProduct extends jspb.Message {
|
|
8015
|
-
|
|
8016
|
-
|
|
8017
|
-
|
|
8018
|
-
|
|
8019
|
-
|
|
8020
|
-
|
|
8021
|
-
|
|
8022
|
-
|
|
8023
|
-
|
|
8024
|
-
|
|
8062
|
+
|
|
8063
|
+
hasIdentifyingNumber(): boolean;
|
|
8064
|
+
clearIdentifyingNumber(): void;
|
|
8065
|
+
getIdentifyingNumber(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
8066
|
+
setIdentifyingNumber(value?: google_protobuf_wrappers_pb.StringValue): ComputerSystemProduct;
|
|
8067
|
+
|
|
8068
|
+
hasName(): boolean;
|
|
8069
|
+
clearName(): void;
|
|
8070
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
8071
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): ComputerSystemProduct;
|
|
8072
|
+
|
|
8073
|
+
hasUuid(): boolean;
|
|
8074
|
+
clearUuid(): void;
|
|
8075
|
+
getUuid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
8076
|
+
setUuid(value?: google_protobuf_wrappers_pb.StringValue): ComputerSystemProduct;
|
|
8077
|
+
|
|
8078
|
+
hasVendor(): boolean;
|
|
8079
|
+
clearVendor(): void;
|
|
8080
|
+
getVendor(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
8081
|
+
setVendor(value?: google_protobuf_wrappers_pb.StringValue): ComputerSystemProduct;
|
|
8082
|
+
|
|
8083
|
+
hasVersion(): boolean;
|
|
8084
|
+
clearVersion(): void;
|
|
8085
|
+
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
8086
|
+
setVersion(value?: google_protobuf_wrappers_pb.StringValue): ComputerSystemProduct;
|
|
8025
8087
|
|
|
8026
8088
|
serializeBinary(): Uint8Array;
|
|
8027
8089
|
toObject(includeInstance?: boolean): ComputerSystemProduct.AsObject;
|
|
@@ -8035,11 +8097,11 @@ export class ComputerSystemProduct extends jspb.Message {
|
|
|
8035
8097
|
|
|
8036
8098
|
export namespace ComputerSystemProduct {
|
|
8037
8099
|
export type AsObject = {
|
|
8038
|
-
identifyingNumber
|
|
8039
|
-
name
|
|
8040
|
-
uuid
|
|
8041
|
-
vendor
|
|
8042
|
-
version
|
|
8100
|
+
identifyingNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8101
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8102
|
+
uuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8103
|
+
vendor?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8104
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8043
8105
|
}
|
|
8044
8106
|
}
|
|
8045
8107
|
|
|
@@ -8114,8 +8176,8 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8114
8176
|
|
|
8115
8177
|
hasAdminPasswordStatus(): boolean;
|
|
8116
8178
|
clearAdminPasswordStatus(): void;
|
|
8117
|
-
getAdminPasswordStatus(): google_protobuf_wrappers_pb.
|
|
8118
|
-
setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.
|
|
8179
|
+
getAdminPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8180
|
+
setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8119
8181
|
|
|
8120
8182
|
hasAutomaticResetBootOption(): boolean;
|
|
8121
8183
|
clearAutomaticResetBootOption(): void;
|
|
@@ -8129,13 +8191,13 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8129
8191
|
|
|
8130
8192
|
hasBootOptionOnLimit(): boolean;
|
|
8131
8193
|
clearBootOptionOnLimit(): void;
|
|
8132
|
-
getBootOptionOnLimit(): google_protobuf_wrappers_pb.
|
|
8133
|
-
setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.
|
|
8194
|
+
getBootOptionOnLimit(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8195
|
+
setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8134
8196
|
|
|
8135
8197
|
hasBootOptionOnWatchDog(): boolean;
|
|
8136
8198
|
clearBootOptionOnWatchDog(): void;
|
|
8137
|
-
getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.
|
|
8138
|
-
setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.
|
|
8199
|
+
getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8200
|
+
setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8139
8201
|
|
|
8140
8202
|
hasBootRomSupported(): boolean;
|
|
8141
8203
|
clearBootRomSupported(): void;
|
|
@@ -8149,8 +8211,8 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8149
8211
|
|
|
8150
8212
|
hasChassisBootUpState(): boolean;
|
|
8151
8213
|
clearChassisBootUpState(): void;
|
|
8152
|
-
getChassisBootUpState(): google_protobuf_wrappers_pb.
|
|
8153
|
-
setChassisBootUpState(value?: google_protobuf_wrappers_pb.
|
|
8214
|
+
getChassisBootUpState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8215
|
+
setChassisBootUpState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8154
8216
|
|
|
8155
8217
|
hasCurrentTimeZone(): boolean;
|
|
8156
8218
|
clearCurrentTimeZone(): void;
|
|
@@ -8174,13 +8236,13 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8174
8236
|
|
|
8175
8237
|
hasDomainRole(): boolean;
|
|
8176
8238
|
clearDomainRole(): void;
|
|
8177
|
-
getDomainRole(): google_protobuf_wrappers_pb.
|
|
8178
|
-
setDomainRole(value?: google_protobuf_wrappers_pb.
|
|
8239
|
+
getDomainRole(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8240
|
+
setDomainRole(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8179
8241
|
|
|
8180
8242
|
hasFrontPanelResetStatus(): boolean;
|
|
8181
8243
|
clearFrontPanelResetStatus(): void;
|
|
8182
|
-
getFrontPanelResetStatus(): google_protobuf_wrappers_pb.
|
|
8183
|
-
setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.
|
|
8244
|
+
getFrontPanelResetStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8245
|
+
setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8184
8246
|
|
|
8185
8247
|
hasInfraredSupported(): boolean;
|
|
8186
8248
|
clearInfraredSupported(): void;
|
|
@@ -8189,8 +8251,8 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8189
8251
|
|
|
8190
8252
|
hasKeyboardPasswordStatus(): boolean;
|
|
8191
8253
|
clearKeyboardPasswordStatus(): void;
|
|
8192
|
-
getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.
|
|
8193
|
-
setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.
|
|
8254
|
+
getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8255
|
+
setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8194
8256
|
|
|
8195
8257
|
hasManufacturer(): boolean;
|
|
8196
8258
|
clearManufacturer(): void;
|
|
@@ -8214,8 +8276,8 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8214
8276
|
|
|
8215
8277
|
hasNumberOfProcessors(): boolean;
|
|
8216
8278
|
clearNumberOfProcessors(): void;
|
|
8217
|
-
getNumberOfProcessors(): google_protobuf_wrappers_pb.
|
|
8218
|
-
setNumberOfProcessors(value?: google_protobuf_wrappers_pb.
|
|
8279
|
+
getNumberOfProcessors(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8280
|
+
setNumberOfProcessors(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8219
8281
|
|
|
8220
8282
|
hasPauseAfterReset(): boolean;
|
|
8221
8283
|
clearPauseAfterReset(): void;
|
|
@@ -8224,18 +8286,18 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8224
8286
|
|
|
8225
8287
|
hasPowerOnPasswordStatus(): boolean;
|
|
8226
8288
|
clearPowerOnPasswordStatus(): void;
|
|
8227
|
-
getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.
|
|
8228
|
-
setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.
|
|
8289
|
+
getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8290
|
+
setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8229
8291
|
|
|
8230
8292
|
hasPowerState(): boolean;
|
|
8231
8293
|
clearPowerState(): void;
|
|
8232
|
-
getPowerState(): google_protobuf_wrappers_pb.
|
|
8233
|
-
setPowerState(value?: google_protobuf_wrappers_pb.
|
|
8294
|
+
getPowerState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8295
|
+
setPowerState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8234
8296
|
|
|
8235
8297
|
hasPowerSupplyState(): boolean;
|
|
8236
8298
|
clearPowerSupplyState(): void;
|
|
8237
|
-
getPowerSupplyState(): google_protobuf_wrappers_pb.
|
|
8238
|
-
setPowerSupplyState(value?: google_protobuf_wrappers_pb.
|
|
8299
|
+
getPowerSupplyState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8300
|
+
setPowerSupplyState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8239
8301
|
|
|
8240
8302
|
hasPrimaryOwnerName(): boolean;
|
|
8241
8303
|
clearPrimaryOwnerName(): void;
|
|
@@ -8244,8 +8306,8 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8244
8306
|
|
|
8245
8307
|
hasResetCapability(): boolean;
|
|
8246
8308
|
clearResetCapability(): void;
|
|
8247
|
-
getResetCapability(): google_protobuf_wrappers_pb.
|
|
8248
|
-
setResetCapability(value?: google_protobuf_wrappers_pb.
|
|
8309
|
+
getResetCapability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8310
|
+
setResetCapability(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8249
8311
|
|
|
8250
8312
|
hasResetCount(): boolean;
|
|
8251
8313
|
clearResetCount(): void;
|
|
@@ -8268,8 +8330,8 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8268
8330
|
|
|
8269
8331
|
hasSystemStartupDelay(): boolean;
|
|
8270
8332
|
clearSystemStartupDelay(): void;
|
|
8271
|
-
getSystemStartupDelay(): google_protobuf_wrappers_pb.
|
|
8272
|
-
setSystemStartupDelay(value?: google_protobuf_wrappers_pb.
|
|
8333
|
+
getSystemStartupDelay(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8334
|
+
setSystemStartupDelay(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8273
8335
|
clearSystemStartupOptionsList(): void;
|
|
8274
8336
|
getSystemStartupOptionsList(): Array<string>;
|
|
8275
8337
|
setSystemStartupOptionsList(value: Array<string>): ComputerSystemV1;
|
|
@@ -8287,8 +8349,8 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8287
8349
|
|
|
8288
8350
|
hasThermalState(): boolean;
|
|
8289
8351
|
clearThermalState(): void;
|
|
8290
|
-
getThermalState(): google_protobuf_wrappers_pb.
|
|
8291
|
-
setThermalState(value?: google_protobuf_wrappers_pb.
|
|
8352
|
+
getThermalState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8353
|
+
setThermalState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8292
8354
|
|
|
8293
8355
|
hasTotalPhysicalMemory(): boolean;
|
|
8294
8356
|
clearTotalPhysicalMemory(): void;
|
|
@@ -8297,8 +8359,8 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8297
8359
|
|
|
8298
8360
|
hasWakeupType(): boolean;
|
|
8299
8361
|
clearWakeupType(): void;
|
|
8300
|
-
getWakeupType(): google_protobuf_wrappers_pb.
|
|
8301
|
-
setWakeupType(value?: google_protobuf_wrappers_pb.
|
|
8362
|
+
getWakeupType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8363
|
+
setWakeupType(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV1;
|
|
8302
8364
|
|
|
8303
8365
|
serializeBinary(): Uint8Array;
|
|
8304
8366
|
toObject(includeInstance?: boolean): ComputerSystemV1.AsObject;
|
|
@@ -8312,44 +8374,44 @@ export class ComputerSystemV1 extends jspb.Message {
|
|
|
8312
8374
|
|
|
8313
8375
|
export namespace ComputerSystemV1 {
|
|
8314
8376
|
export type AsObject = {
|
|
8315
|
-
adminPasswordStatus?: google_protobuf_wrappers_pb.
|
|
8377
|
+
adminPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8316
8378
|
automaticResetBootOption?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8317
8379
|
automaticResetCapability?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8318
|
-
bootOptionOnLimit?: google_protobuf_wrappers_pb.
|
|
8319
|
-
bootOptionOnWatchDog?: google_protobuf_wrappers_pb.
|
|
8380
|
+
bootOptionOnLimit?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8381
|
+
bootOptionOnWatchDog?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8320
8382
|
bootRomSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8321
8383
|
bootUpState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8322
|
-
chassisBootUpState?: google_protobuf_wrappers_pb.
|
|
8384
|
+
chassisBootUpState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8323
8385
|
currentTimeZone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
8324
8386
|
daylightInEffect?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8325
8387
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8326
8388
|
domain?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8327
|
-
domainRole?: google_protobuf_wrappers_pb.
|
|
8328
|
-
frontPanelResetStatus?: google_protobuf_wrappers_pb.
|
|
8389
|
+
domainRole?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8390
|
+
frontPanelResetStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8329
8391
|
infraredSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8330
|
-
keyboardPasswordStatus?: google_protobuf_wrappers_pb.
|
|
8392
|
+
keyboardPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8331
8393
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8332
8394
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8333
8395
|
model?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8334
8396
|
networkServerModeEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8335
|
-
numberOfProcessors?: google_protobuf_wrappers_pb.
|
|
8397
|
+
numberOfProcessors?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8336
8398
|
pauseAfterReset?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
8337
|
-
powerOnPasswordStatus?: google_protobuf_wrappers_pb.
|
|
8338
|
-
powerState?: google_protobuf_wrappers_pb.
|
|
8339
|
-
powerSupplyState?: google_protobuf_wrappers_pb.
|
|
8399
|
+
powerOnPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8400
|
+
powerState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8401
|
+
powerSupplyState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8340
8402
|
primaryOwnerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8341
|
-
resetCapability?: google_protobuf_wrappers_pb.
|
|
8403
|
+
resetCapability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8342
8404
|
resetCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
8343
8405
|
resetLimit?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
8344
8406
|
rolesList: Array<string>,
|
|
8345
8407
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8346
|
-
systemStartupDelay?: google_protobuf_wrappers_pb.
|
|
8408
|
+
systemStartupDelay?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8347
8409
|
systemStartupOptionsList: Array<string>,
|
|
8348
8410
|
systemStartupSetting?: google_protobuf_wrappers_pb.BytesValue.AsObject,
|
|
8349
8411
|
systemType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8350
|
-
thermalState?: google_protobuf_wrappers_pb.
|
|
8412
|
+
thermalState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8351
8413
|
totalPhysicalMemory?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
8352
|
-
wakeupType?: google_protobuf_wrappers_pb.
|
|
8414
|
+
wakeupType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8353
8415
|
}
|
|
8354
8416
|
}
|
|
8355
8417
|
|
|
@@ -8357,8 +8419,8 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8357
8419
|
|
|
8358
8420
|
hasAdminPasswordStatus(): boolean;
|
|
8359
8421
|
clearAdminPasswordStatus(): void;
|
|
8360
|
-
getAdminPasswordStatus(): google_protobuf_wrappers_pb.
|
|
8361
|
-
setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.
|
|
8422
|
+
getAdminPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8423
|
+
setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8362
8424
|
|
|
8363
8425
|
hasAutomaticResetBootOption(): boolean;
|
|
8364
8426
|
clearAutomaticResetBootOption(): void;
|
|
@@ -8372,13 +8434,13 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8372
8434
|
|
|
8373
8435
|
hasBootOptionOnLimit(): boolean;
|
|
8374
8436
|
clearBootOptionOnLimit(): void;
|
|
8375
|
-
getBootOptionOnLimit(): google_protobuf_wrappers_pb.
|
|
8376
|
-
setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.
|
|
8437
|
+
getBootOptionOnLimit(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8438
|
+
setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8377
8439
|
|
|
8378
8440
|
hasBootOptionOnWatchDog(): boolean;
|
|
8379
8441
|
clearBootOptionOnWatchDog(): void;
|
|
8380
|
-
getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.
|
|
8381
|
-
setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.
|
|
8442
|
+
getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8443
|
+
setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8382
8444
|
|
|
8383
8445
|
hasBootRomSupported(): boolean;
|
|
8384
8446
|
clearBootRomSupported(): void;
|
|
@@ -8392,8 +8454,8 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8392
8454
|
|
|
8393
8455
|
hasChassisBootUpState(): boolean;
|
|
8394
8456
|
clearChassisBootUpState(): void;
|
|
8395
|
-
getChassisBootUpState(): google_protobuf_wrappers_pb.
|
|
8396
|
-
setChassisBootUpState(value?: google_protobuf_wrappers_pb.
|
|
8457
|
+
getChassisBootUpState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8458
|
+
setChassisBootUpState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8397
8459
|
|
|
8398
8460
|
hasCurrentTimeZone(): boolean;
|
|
8399
8461
|
clearCurrentTimeZone(): void;
|
|
@@ -8417,13 +8479,13 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8417
8479
|
|
|
8418
8480
|
hasDomainRole(): boolean;
|
|
8419
8481
|
clearDomainRole(): void;
|
|
8420
|
-
getDomainRole(): google_protobuf_wrappers_pb.
|
|
8421
|
-
setDomainRole(value?: google_protobuf_wrappers_pb.
|
|
8482
|
+
getDomainRole(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8483
|
+
setDomainRole(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8422
8484
|
|
|
8423
8485
|
hasFrontPanelResetStatus(): boolean;
|
|
8424
8486
|
clearFrontPanelResetStatus(): void;
|
|
8425
|
-
getFrontPanelResetStatus(): google_protobuf_wrappers_pb.
|
|
8426
|
-
setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.
|
|
8487
|
+
getFrontPanelResetStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8488
|
+
setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8427
8489
|
|
|
8428
8490
|
hasInfraredSupported(): boolean;
|
|
8429
8491
|
clearInfraredSupported(): void;
|
|
@@ -8432,8 +8494,8 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8432
8494
|
|
|
8433
8495
|
hasKeyboardPasswordStatus(): boolean;
|
|
8434
8496
|
clearKeyboardPasswordStatus(): void;
|
|
8435
|
-
getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.
|
|
8436
|
-
setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.
|
|
8497
|
+
getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8498
|
+
setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8437
8499
|
|
|
8438
8500
|
hasManufacturer(): boolean;
|
|
8439
8501
|
clearManufacturer(): void;
|
|
@@ -8457,8 +8519,8 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8457
8519
|
|
|
8458
8520
|
hasNumberOfProcessors(): boolean;
|
|
8459
8521
|
clearNumberOfProcessors(): void;
|
|
8460
|
-
getNumberOfProcessors(): google_protobuf_wrappers_pb.
|
|
8461
|
-
setNumberOfProcessors(value?: google_protobuf_wrappers_pb.
|
|
8522
|
+
getNumberOfProcessors(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8523
|
+
setNumberOfProcessors(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8462
8524
|
|
|
8463
8525
|
hasPauseAfterReset(): boolean;
|
|
8464
8526
|
clearPauseAfterReset(): void;
|
|
@@ -8467,18 +8529,18 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8467
8529
|
|
|
8468
8530
|
hasPowerOnPasswordStatus(): boolean;
|
|
8469
8531
|
clearPowerOnPasswordStatus(): void;
|
|
8470
|
-
getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.
|
|
8471
|
-
setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.
|
|
8532
|
+
getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8533
|
+
setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8472
8534
|
|
|
8473
8535
|
hasPowerState(): boolean;
|
|
8474
8536
|
clearPowerState(): void;
|
|
8475
|
-
getPowerState(): google_protobuf_wrappers_pb.
|
|
8476
|
-
setPowerState(value?: google_protobuf_wrappers_pb.
|
|
8537
|
+
getPowerState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8538
|
+
setPowerState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8477
8539
|
|
|
8478
8540
|
hasPowerSupplyState(): boolean;
|
|
8479
8541
|
clearPowerSupplyState(): void;
|
|
8480
|
-
getPowerSupplyState(): google_protobuf_wrappers_pb.
|
|
8481
|
-
setPowerSupplyState(value?: google_protobuf_wrappers_pb.
|
|
8542
|
+
getPowerSupplyState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8543
|
+
setPowerSupplyState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8482
8544
|
|
|
8483
8545
|
hasPrimaryOwnerName(): boolean;
|
|
8484
8546
|
clearPrimaryOwnerName(): void;
|
|
@@ -8487,8 +8549,8 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8487
8549
|
|
|
8488
8550
|
hasResetCapability(): boolean;
|
|
8489
8551
|
clearResetCapability(): void;
|
|
8490
|
-
getResetCapability(): google_protobuf_wrappers_pb.
|
|
8491
|
-
setResetCapability(value?: google_protobuf_wrappers_pb.
|
|
8552
|
+
getResetCapability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8553
|
+
setResetCapability(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8492
8554
|
|
|
8493
8555
|
hasResetCount(): boolean;
|
|
8494
8556
|
clearResetCount(): void;
|
|
@@ -8511,8 +8573,8 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8511
8573
|
|
|
8512
8574
|
hasSystemStartupDelay(): boolean;
|
|
8513
8575
|
clearSystemStartupDelay(): void;
|
|
8514
|
-
getSystemStartupDelay(): google_protobuf_wrappers_pb.
|
|
8515
|
-
setSystemStartupDelay(value?: google_protobuf_wrappers_pb.
|
|
8576
|
+
getSystemStartupDelay(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8577
|
+
setSystemStartupDelay(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8516
8578
|
clearSystemStartupOptionsList(): void;
|
|
8517
8579
|
getSystemStartupOptionsList(): Array<string>;
|
|
8518
8580
|
setSystemStartupOptionsList(value: Array<string>): ComputerSystemV2;
|
|
@@ -8530,8 +8592,8 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8530
8592
|
|
|
8531
8593
|
hasThermalState(): boolean;
|
|
8532
8594
|
clearThermalState(): void;
|
|
8533
|
-
getThermalState(): google_protobuf_wrappers_pb.
|
|
8534
|
-
setThermalState(value?: google_protobuf_wrappers_pb.
|
|
8595
|
+
getThermalState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8596
|
+
setThermalState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8535
8597
|
|
|
8536
8598
|
hasTotalPhysicalMemory(): boolean;
|
|
8537
8599
|
clearTotalPhysicalMemory(): void;
|
|
@@ -8540,12 +8602,18 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8540
8602
|
|
|
8541
8603
|
hasWakeupType(): boolean;
|
|
8542
8604
|
clearWakeupType(): void;
|
|
8543
|
-
getWakeupType(): google_protobuf_wrappers_pb.
|
|
8544
|
-
setWakeupType(value?: google_protobuf_wrappers_pb.
|
|
8545
|
-
|
|
8546
|
-
|
|
8547
|
-
|
|
8548
|
-
|
|
8605
|
+
getWakeupType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8606
|
+
setWakeupType(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV2;
|
|
8607
|
+
|
|
8608
|
+
hasEnableDaylightSavingsTime(): boolean;
|
|
8609
|
+
clearEnableDaylightSavingsTime(): void;
|
|
8610
|
+
getEnableDaylightSavingsTime(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
8611
|
+
setEnableDaylightSavingsTime(value?: google_protobuf_wrappers_pb.BoolValue): ComputerSystemV2;
|
|
8612
|
+
|
|
8613
|
+
hasPartOfDomain(): boolean;
|
|
8614
|
+
clearPartOfDomain(): void;
|
|
8615
|
+
getPartOfDomain(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
8616
|
+
setPartOfDomain(value?: google_protobuf_wrappers_pb.BoolValue): ComputerSystemV2;
|
|
8549
8617
|
|
|
8550
8618
|
serializeBinary(): Uint8Array;
|
|
8551
8619
|
toObject(includeInstance?: boolean): ComputerSystemV2.AsObject;
|
|
@@ -8559,46 +8627,46 @@ export class ComputerSystemV2 extends jspb.Message {
|
|
|
8559
8627
|
|
|
8560
8628
|
export namespace ComputerSystemV2 {
|
|
8561
8629
|
export type AsObject = {
|
|
8562
|
-
adminPasswordStatus?: google_protobuf_wrappers_pb.
|
|
8630
|
+
adminPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8563
8631
|
automaticResetBootOption?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8564
8632
|
automaticResetCapability?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8565
|
-
bootOptionOnLimit?: google_protobuf_wrappers_pb.
|
|
8566
|
-
bootOptionOnWatchDog?: google_protobuf_wrappers_pb.
|
|
8633
|
+
bootOptionOnLimit?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8634
|
+
bootOptionOnWatchDog?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8567
8635
|
bootRomSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8568
8636
|
bootUpState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8569
|
-
chassisBootUpState?: google_protobuf_wrappers_pb.
|
|
8637
|
+
chassisBootUpState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8570
8638
|
currentTimeZone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
8571
8639
|
daylightInEffect?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8572
8640
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8573
8641
|
domain?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8574
|
-
domainRole?: google_protobuf_wrappers_pb.
|
|
8575
|
-
frontPanelResetStatus?: google_protobuf_wrappers_pb.
|
|
8642
|
+
domainRole?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8643
|
+
frontPanelResetStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8576
8644
|
infraredSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8577
|
-
keyboardPasswordStatus?: google_protobuf_wrappers_pb.
|
|
8645
|
+
keyboardPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8578
8646
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8579
8647
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8580
8648
|
model?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8581
8649
|
networkServerModeEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8582
|
-
numberOfProcessors?: google_protobuf_wrappers_pb.
|
|
8650
|
+
numberOfProcessors?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8583
8651
|
pauseAfterReset?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
8584
|
-
powerOnPasswordStatus?: google_protobuf_wrappers_pb.
|
|
8585
|
-
powerState?: google_protobuf_wrappers_pb.
|
|
8586
|
-
powerSupplyState?: google_protobuf_wrappers_pb.
|
|
8652
|
+
powerOnPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8653
|
+
powerState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8654
|
+
powerSupplyState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8587
8655
|
primaryOwnerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8588
|
-
resetCapability?: google_protobuf_wrappers_pb.
|
|
8656
|
+
resetCapability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8589
8657
|
resetCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
8590
8658
|
resetLimit?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
8591
8659
|
rolesList: Array<string>,
|
|
8592
8660
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8593
|
-
systemStartupDelay?: google_protobuf_wrappers_pb.
|
|
8661
|
+
systemStartupDelay?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8594
8662
|
systemStartupOptionsList: Array<string>,
|
|
8595
8663
|
systemStartupSetting?: google_protobuf_wrappers_pb.BytesValue.AsObject,
|
|
8596
8664
|
systemType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8597
|
-
thermalState?: google_protobuf_wrappers_pb.
|
|
8665
|
+
thermalState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8598
8666
|
totalPhysicalMemory?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
8599
|
-
wakeupType?: google_protobuf_wrappers_pb.
|
|
8600
|
-
enableDaylightSavingsTime
|
|
8601
|
-
partOfDomain
|
|
8667
|
+
wakeupType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8668
|
+
enableDaylightSavingsTime?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8669
|
+
partOfDomain?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8602
8670
|
}
|
|
8603
8671
|
}
|
|
8604
8672
|
|
|
@@ -8606,8 +8674,8 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8606
8674
|
|
|
8607
8675
|
hasAdminPasswordStatus(): boolean;
|
|
8608
8676
|
clearAdminPasswordStatus(): void;
|
|
8609
|
-
getAdminPasswordStatus(): google_protobuf_wrappers_pb.
|
|
8610
|
-
setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.
|
|
8677
|
+
getAdminPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8678
|
+
setAdminPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8611
8679
|
|
|
8612
8680
|
hasAutomaticResetBootOption(): boolean;
|
|
8613
8681
|
clearAutomaticResetBootOption(): void;
|
|
@@ -8621,13 +8689,13 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8621
8689
|
|
|
8622
8690
|
hasBootOptionOnLimit(): boolean;
|
|
8623
8691
|
clearBootOptionOnLimit(): void;
|
|
8624
|
-
getBootOptionOnLimit(): google_protobuf_wrappers_pb.
|
|
8625
|
-
setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.
|
|
8692
|
+
getBootOptionOnLimit(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8693
|
+
setBootOptionOnLimit(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8626
8694
|
|
|
8627
8695
|
hasBootOptionOnWatchDog(): boolean;
|
|
8628
8696
|
clearBootOptionOnWatchDog(): void;
|
|
8629
|
-
getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.
|
|
8630
|
-
setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.
|
|
8697
|
+
getBootOptionOnWatchDog(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8698
|
+
setBootOptionOnWatchDog(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8631
8699
|
|
|
8632
8700
|
hasBootRomSupported(): boolean;
|
|
8633
8701
|
clearBootRomSupported(): void;
|
|
@@ -8641,8 +8709,8 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8641
8709
|
|
|
8642
8710
|
hasChassisBootUpState(): boolean;
|
|
8643
8711
|
clearChassisBootUpState(): void;
|
|
8644
|
-
getChassisBootUpState(): google_protobuf_wrappers_pb.
|
|
8645
|
-
setChassisBootUpState(value?: google_protobuf_wrappers_pb.
|
|
8712
|
+
getChassisBootUpState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8713
|
+
setChassisBootUpState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8646
8714
|
|
|
8647
8715
|
hasCurrentTimeZone(): boolean;
|
|
8648
8716
|
clearCurrentTimeZone(): void;
|
|
@@ -8666,13 +8734,13 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8666
8734
|
|
|
8667
8735
|
hasDomainRole(): boolean;
|
|
8668
8736
|
clearDomainRole(): void;
|
|
8669
|
-
getDomainRole(): google_protobuf_wrappers_pb.
|
|
8670
|
-
setDomainRole(value?: google_protobuf_wrappers_pb.
|
|
8737
|
+
getDomainRole(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8738
|
+
setDomainRole(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8671
8739
|
|
|
8672
8740
|
hasFrontPanelResetStatus(): boolean;
|
|
8673
8741
|
clearFrontPanelResetStatus(): void;
|
|
8674
|
-
getFrontPanelResetStatus(): google_protobuf_wrappers_pb.
|
|
8675
|
-
setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.
|
|
8742
|
+
getFrontPanelResetStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8743
|
+
setFrontPanelResetStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8676
8744
|
|
|
8677
8745
|
hasInfraredSupported(): boolean;
|
|
8678
8746
|
clearInfraredSupported(): void;
|
|
@@ -8681,8 +8749,8 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8681
8749
|
|
|
8682
8750
|
hasKeyboardPasswordStatus(): boolean;
|
|
8683
8751
|
clearKeyboardPasswordStatus(): void;
|
|
8684
|
-
getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.
|
|
8685
|
-
setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.
|
|
8752
|
+
getKeyboardPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8753
|
+
setKeyboardPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8686
8754
|
|
|
8687
8755
|
hasManufacturer(): boolean;
|
|
8688
8756
|
clearManufacturer(): void;
|
|
@@ -8706,8 +8774,8 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8706
8774
|
|
|
8707
8775
|
hasNumberOfProcessors(): boolean;
|
|
8708
8776
|
clearNumberOfProcessors(): void;
|
|
8709
|
-
getNumberOfProcessors(): google_protobuf_wrappers_pb.
|
|
8710
|
-
setNumberOfProcessors(value?: google_protobuf_wrappers_pb.
|
|
8777
|
+
getNumberOfProcessors(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8778
|
+
setNumberOfProcessors(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8711
8779
|
|
|
8712
8780
|
hasPauseAfterReset(): boolean;
|
|
8713
8781
|
clearPauseAfterReset(): void;
|
|
@@ -8716,18 +8784,18 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8716
8784
|
|
|
8717
8785
|
hasPowerOnPasswordStatus(): boolean;
|
|
8718
8786
|
clearPowerOnPasswordStatus(): void;
|
|
8719
|
-
getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.
|
|
8720
|
-
setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.
|
|
8787
|
+
getPowerOnPasswordStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8788
|
+
setPowerOnPasswordStatus(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8721
8789
|
|
|
8722
8790
|
hasPowerState(): boolean;
|
|
8723
8791
|
clearPowerState(): void;
|
|
8724
|
-
getPowerState(): google_protobuf_wrappers_pb.
|
|
8725
|
-
setPowerState(value?: google_protobuf_wrappers_pb.
|
|
8792
|
+
getPowerState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8793
|
+
setPowerState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8726
8794
|
|
|
8727
8795
|
hasPowerSupplyState(): boolean;
|
|
8728
8796
|
clearPowerSupplyState(): void;
|
|
8729
|
-
getPowerSupplyState(): google_protobuf_wrappers_pb.
|
|
8730
|
-
setPowerSupplyState(value?: google_protobuf_wrappers_pb.
|
|
8797
|
+
getPowerSupplyState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8798
|
+
setPowerSupplyState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8731
8799
|
|
|
8732
8800
|
hasPrimaryOwnerName(): boolean;
|
|
8733
8801
|
clearPrimaryOwnerName(): void;
|
|
@@ -8736,8 +8804,8 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8736
8804
|
|
|
8737
8805
|
hasResetCapability(): boolean;
|
|
8738
8806
|
clearResetCapability(): void;
|
|
8739
|
-
getResetCapability(): google_protobuf_wrappers_pb.
|
|
8740
|
-
setResetCapability(value?: google_protobuf_wrappers_pb.
|
|
8807
|
+
getResetCapability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8808
|
+
setResetCapability(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8741
8809
|
|
|
8742
8810
|
hasResetCount(): boolean;
|
|
8743
8811
|
clearResetCount(): void;
|
|
@@ -8760,8 +8828,8 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8760
8828
|
|
|
8761
8829
|
hasSystemStartupDelay(): boolean;
|
|
8762
8830
|
clearSystemStartupDelay(): void;
|
|
8763
|
-
getSystemStartupDelay(): google_protobuf_wrappers_pb.
|
|
8764
|
-
setSystemStartupDelay(value?: google_protobuf_wrappers_pb.
|
|
8831
|
+
getSystemStartupDelay(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8832
|
+
setSystemStartupDelay(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8765
8833
|
clearSystemStartupOptionsList(): void;
|
|
8766
8834
|
getSystemStartupOptionsList(): Array<string>;
|
|
8767
8835
|
setSystemStartupOptionsList(value: Array<string>): ComputerSystemV3;
|
|
@@ -8779,8 +8847,8 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8779
8847
|
|
|
8780
8848
|
hasThermalState(): boolean;
|
|
8781
8849
|
clearThermalState(): void;
|
|
8782
|
-
getThermalState(): google_protobuf_wrappers_pb.
|
|
8783
|
-
setThermalState(value?: google_protobuf_wrappers_pb.
|
|
8850
|
+
getThermalState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8851
|
+
setThermalState(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8784
8852
|
|
|
8785
8853
|
hasTotalPhysicalMemory(): boolean;
|
|
8786
8854
|
clearTotalPhysicalMemory(): void;
|
|
@@ -8789,14 +8857,23 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8789
8857
|
|
|
8790
8858
|
hasWakeupType(): boolean;
|
|
8791
8859
|
clearWakeupType(): void;
|
|
8792
|
-
getWakeupType(): google_protobuf_wrappers_pb.
|
|
8793
|
-
setWakeupType(value?: google_protobuf_wrappers_pb.
|
|
8794
|
-
|
|
8795
|
-
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
|
|
8799
|
-
|
|
8860
|
+
getWakeupType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8861
|
+
setWakeupType(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8862
|
+
|
|
8863
|
+
hasEnableDaylightSavingsTime(): boolean;
|
|
8864
|
+
clearEnableDaylightSavingsTime(): void;
|
|
8865
|
+
getEnableDaylightSavingsTime(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
8866
|
+
setEnableDaylightSavingsTime(value?: google_protobuf_wrappers_pb.BoolValue): ComputerSystemV3;
|
|
8867
|
+
|
|
8868
|
+
hasPartOfDomain(): boolean;
|
|
8869
|
+
clearPartOfDomain(): void;
|
|
8870
|
+
getPartOfDomain(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
8871
|
+
setPartOfDomain(value?: google_protobuf_wrappers_pb.BoolValue): ComputerSystemV3;
|
|
8872
|
+
|
|
8873
|
+
hasNumberOfLogicalProcessors(): boolean;
|
|
8874
|
+
clearNumberOfLogicalProcessors(): void;
|
|
8875
|
+
getNumberOfLogicalProcessors(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8876
|
+
setNumberOfLogicalProcessors(value?: google_protobuf_wrappers_pb.UInt32Value): ComputerSystemV3;
|
|
8800
8877
|
|
|
8801
8878
|
serializeBinary(): Uint8Array;
|
|
8802
8879
|
toObject(includeInstance?: boolean): ComputerSystemV3.AsObject;
|
|
@@ -8810,47 +8887,47 @@ export class ComputerSystemV3 extends jspb.Message {
|
|
|
8810
8887
|
|
|
8811
8888
|
export namespace ComputerSystemV3 {
|
|
8812
8889
|
export type AsObject = {
|
|
8813
|
-
adminPasswordStatus?: google_protobuf_wrappers_pb.
|
|
8890
|
+
adminPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8814
8891
|
automaticResetBootOption?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8815
8892
|
automaticResetCapability?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8816
|
-
bootOptionOnLimit?: google_protobuf_wrappers_pb.
|
|
8817
|
-
bootOptionOnWatchDog?: google_protobuf_wrappers_pb.
|
|
8893
|
+
bootOptionOnLimit?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8894
|
+
bootOptionOnWatchDog?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8818
8895
|
bootRomSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8819
8896
|
bootUpState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8820
|
-
chassisBootUpState?: google_protobuf_wrappers_pb.
|
|
8897
|
+
chassisBootUpState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8821
8898
|
currentTimeZone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
8822
8899
|
daylightInEffect?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8823
8900
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8824
8901
|
domain?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8825
|
-
domainRole?: google_protobuf_wrappers_pb.
|
|
8826
|
-
frontPanelResetStatus?: google_protobuf_wrappers_pb.
|
|
8902
|
+
domainRole?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8903
|
+
frontPanelResetStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8827
8904
|
infraredSupported?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8828
|
-
keyboardPasswordStatus?: google_protobuf_wrappers_pb.
|
|
8905
|
+
keyboardPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8829
8906
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8830
8907
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8831
8908
|
model?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8832
8909
|
networkServerModeEnabled?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8833
|
-
numberOfProcessors?: google_protobuf_wrappers_pb.
|
|
8910
|
+
numberOfProcessors?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8834
8911
|
pauseAfterReset?: google_protobuf_wrappers_pb.Int64Value.AsObject,
|
|
8835
|
-
powerOnPasswordStatus?: google_protobuf_wrappers_pb.
|
|
8836
|
-
powerState?: google_protobuf_wrappers_pb.
|
|
8837
|
-
powerSupplyState?: google_protobuf_wrappers_pb.
|
|
8912
|
+
powerOnPasswordStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8913
|
+
powerState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8914
|
+
powerSupplyState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8838
8915
|
primaryOwnerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8839
|
-
resetCapability?: google_protobuf_wrappers_pb.
|
|
8916
|
+
resetCapability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8840
8917
|
resetCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
8841
8918
|
resetLimit?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
8842
8919
|
rolesList: Array<string>,
|
|
8843
8920
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8844
|
-
systemStartupDelay?: google_protobuf_wrappers_pb.
|
|
8921
|
+
systemStartupDelay?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8845
8922
|
systemStartupOptionsList: Array<string>,
|
|
8846
8923
|
systemStartupSetting?: google_protobuf_wrappers_pb.BytesValue.AsObject,
|
|
8847
8924
|
systemType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8848
|
-
thermalState?: google_protobuf_wrappers_pb.
|
|
8925
|
+
thermalState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8849
8926
|
totalPhysicalMemory?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
8850
|
-
wakeupType?: google_protobuf_wrappers_pb.
|
|
8851
|
-
enableDaylightSavingsTime
|
|
8852
|
-
partOfDomain
|
|
8853
|
-
numberOfLogicalProcessors
|
|
8927
|
+
wakeupType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8928
|
+
enableDaylightSavingsTime?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8929
|
+
partOfDomain?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
8930
|
+
numberOfLogicalProcessors?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8854
8931
|
}
|
|
8855
8932
|
}
|
|
8856
8933
|
|
|
@@ -8904,23 +8981,23 @@ export class CdRom extends jspb.Message {
|
|
|
8904
8981
|
|
|
8905
8982
|
hasScsiBus(): boolean;
|
|
8906
8983
|
clearScsiBus(): void;
|
|
8907
|
-
getScsiBus(): google_protobuf_wrappers_pb.
|
|
8908
|
-
setScsiBus(value?: google_protobuf_wrappers_pb.
|
|
8984
|
+
getScsiBus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8985
|
+
setScsiBus(value?: google_protobuf_wrappers_pb.UInt32Value): CdRom;
|
|
8909
8986
|
|
|
8910
8987
|
hasScsiLogicalUnit(): boolean;
|
|
8911
8988
|
clearScsiLogicalUnit(): void;
|
|
8912
|
-
getScsiLogicalUnit(): google_protobuf_wrappers_pb.
|
|
8913
|
-
setScsiLogicalUnit(value?: google_protobuf_wrappers_pb.
|
|
8989
|
+
getScsiLogicalUnit(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8990
|
+
setScsiLogicalUnit(value?: google_protobuf_wrappers_pb.UInt32Value): CdRom;
|
|
8914
8991
|
|
|
8915
8992
|
hasScsiPort(): boolean;
|
|
8916
8993
|
clearScsiPort(): void;
|
|
8917
|
-
getScsiPort(): google_protobuf_wrappers_pb.
|
|
8918
|
-
setScsiPort(value?: google_protobuf_wrappers_pb.
|
|
8994
|
+
getScsiPort(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
8995
|
+
setScsiPort(value?: google_protobuf_wrappers_pb.UInt32Value): CdRom;
|
|
8919
8996
|
|
|
8920
8997
|
hasScsiTargetId(): boolean;
|
|
8921
8998
|
clearScsiTargetId(): void;
|
|
8922
|
-
getScsiTargetId(): google_protobuf_wrappers_pb.
|
|
8923
|
-
setScsiTargetId(value?: google_protobuf_wrappers_pb.
|
|
8999
|
+
getScsiTargetId(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9000
|
+
setScsiTargetId(value?: google_protobuf_wrappers_pb.UInt32Value): CdRom;
|
|
8924
9001
|
|
|
8925
9002
|
hasStatus(): boolean;
|
|
8926
9003
|
clearStatus(): void;
|
|
@@ -8944,10 +9021,10 @@ export namespace CdRom {
|
|
|
8944
9021
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8945
9022
|
drive?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8946
9023
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8947
|
-
scsiBus?: google_protobuf_wrappers_pb.
|
|
8948
|
-
scsiLogicalUnit?: google_protobuf_wrappers_pb.
|
|
8949
|
-
scsiPort?: google_protobuf_wrappers_pb.
|
|
8950
|
-
scsiTargetId?: google_protobuf_wrappers_pb.
|
|
9024
|
+
scsiBus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9025
|
+
scsiLogicalUnit?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9026
|
+
scsiPort?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9027
|
+
scsiTargetId?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
8951
9028
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
8952
9029
|
}
|
|
8953
9030
|
}
|
|
@@ -8978,13 +9055,13 @@ export class Bus extends jspb.Message {
|
|
|
8978
9055
|
|
|
8979
9056
|
hasBusNum(): boolean;
|
|
8980
9057
|
clearBusNum(): void;
|
|
8981
|
-
getBusNum(): google_protobuf_wrappers_pb.
|
|
8982
|
-
setBusNum(value?: google_protobuf_wrappers_pb.
|
|
9058
|
+
getBusNum(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9059
|
+
setBusNum(value?: google_protobuf_wrappers_pb.UInt32Value): Bus;
|
|
8983
9060
|
|
|
8984
9061
|
hasBusType(): boolean;
|
|
8985
9062
|
clearBusType(): void;
|
|
8986
|
-
getBusType(): google_protobuf_wrappers_pb.
|
|
8987
|
-
setBusType(value?: google_protobuf_wrappers_pb.
|
|
9063
|
+
getBusType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9064
|
+
setBusType(value?: google_protobuf_wrappers_pb.UInt32Value): Bus;
|
|
8988
9065
|
|
|
8989
9066
|
hasDeviceId(): boolean;
|
|
8990
9067
|
clearDeviceId(): void;
|
|
@@ -9008,8 +9085,8 @@ export class Bus extends jspb.Message {
|
|
|
9008
9085
|
|
|
9009
9086
|
export namespace Bus {
|
|
9010
9087
|
export type AsObject = {
|
|
9011
|
-
busNum?: google_protobuf_wrappers_pb.
|
|
9012
|
-
busType?: google_protobuf_wrappers_pb.
|
|
9088
|
+
busNum?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9089
|
+
busType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9013
9090
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9014
9091
|
pnpDeviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9015
9092
|
}
|
|
@@ -9168,8 +9245,8 @@ export class BiosV1 extends jspb.Message {
|
|
|
9168
9245
|
|
|
9169
9246
|
hasInstallableLanguages(): boolean;
|
|
9170
9247
|
clearInstallableLanguages(): void;
|
|
9171
|
-
getInstallableLanguages(): google_protobuf_wrappers_pb.
|
|
9172
|
-
setInstallableLanguages(value?: google_protobuf_wrappers_pb.
|
|
9248
|
+
getInstallableLanguages(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9249
|
+
setInstallableLanguages(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV1;
|
|
9173
9250
|
|
|
9174
9251
|
hasManufacturer(): boolean;
|
|
9175
9252
|
clearManufacturer(): void;
|
|
@@ -9203,13 +9280,13 @@ export class BiosV1 extends jspb.Message {
|
|
|
9203
9280
|
|
|
9204
9281
|
hasSmbiosMajorVersion(): boolean;
|
|
9205
9282
|
clearSmbiosMajorVersion(): void;
|
|
9206
|
-
getSmbiosMajorVersion(): google_protobuf_wrappers_pb.
|
|
9207
|
-
setSmbiosMajorVersion(value?: google_protobuf_wrappers_pb.
|
|
9283
|
+
getSmbiosMajorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9284
|
+
setSmbiosMajorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV1;
|
|
9208
9285
|
|
|
9209
9286
|
hasSmbiosMinorVersion(): boolean;
|
|
9210
9287
|
clearSmbiosMinorVersion(): void;
|
|
9211
|
-
getSmbiosMinorVersion(): google_protobuf_wrappers_pb.
|
|
9212
|
-
setSmbiosMinorVersion(value?: google_protobuf_wrappers_pb.
|
|
9288
|
+
getSmbiosMinorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9289
|
+
setSmbiosMinorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV1;
|
|
9213
9290
|
|
|
9214
9291
|
hasSmbiosPresent(): boolean;
|
|
9215
9292
|
clearSmbiosPresent(): void;
|
|
@@ -9223,8 +9300,8 @@ export class BiosV1 extends jspb.Message {
|
|
|
9223
9300
|
|
|
9224
9301
|
hasSoftwareElementState(): boolean;
|
|
9225
9302
|
clearSoftwareElementState(): void;
|
|
9226
|
-
getSoftwareElementState(): google_protobuf_wrappers_pb.
|
|
9227
|
-
setSoftwareElementState(value?: google_protobuf_wrappers_pb.
|
|
9303
|
+
getSoftwareElementState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9304
|
+
setSoftwareElementState(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV1;
|
|
9228
9305
|
|
|
9229
9306
|
hasStatus(): boolean;
|
|
9230
9307
|
clearStatus(): void;
|
|
@@ -9233,8 +9310,8 @@ export class BiosV1 extends jspb.Message {
|
|
|
9233
9310
|
|
|
9234
9311
|
hasTargetOperatingSystem(): boolean;
|
|
9235
9312
|
clearTargetOperatingSystem(): void;
|
|
9236
|
-
getTargetOperatingSystem(): google_protobuf_wrappers_pb.
|
|
9237
|
-
setTargetOperatingSystem(value?: google_protobuf_wrappers_pb.
|
|
9313
|
+
getTargetOperatingSystem(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9314
|
+
setTargetOperatingSystem(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV1;
|
|
9238
9315
|
|
|
9239
9316
|
hasVersion(): boolean;
|
|
9240
9317
|
clearVersion(): void;
|
|
@@ -9256,20 +9333,20 @@ export namespace BiosV1 {
|
|
|
9256
9333
|
biosCharacteristicsList: Array<number>,
|
|
9257
9334
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9258
9335
|
currentLanguage?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9259
|
-
installableLanguages?: google_protobuf_wrappers_pb.
|
|
9336
|
+
installableLanguages?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9260
9337
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9261
9338
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9262
9339
|
primaryBios?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
9263
9340
|
releaseDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
9264
9341
|
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9265
9342
|
smbiosBiosVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9266
|
-
smbiosMajorVersion?: google_protobuf_wrappers_pb.
|
|
9267
|
-
smbiosMinorVersion?: google_protobuf_wrappers_pb.
|
|
9343
|
+
smbiosMajorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9344
|
+
smbiosMinorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9268
9345
|
smbiosPresent?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
9269
9346
|
softwareElementId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9270
|
-
softwareElementState?: google_protobuf_wrappers_pb.
|
|
9347
|
+
softwareElementState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9271
9348
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9272
|
-
targetOperatingSystem?: google_protobuf_wrappers_pb.
|
|
9349
|
+
targetOperatingSystem?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9273
9350
|
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9274
9351
|
}
|
|
9275
9352
|
}
|
|
@@ -9292,8 +9369,8 @@ export class BiosV2 extends jspb.Message {
|
|
|
9292
9369
|
|
|
9293
9370
|
hasInstallableLanguages(): boolean;
|
|
9294
9371
|
clearInstallableLanguages(): void;
|
|
9295
|
-
getInstallableLanguages(): google_protobuf_wrappers_pb.
|
|
9296
|
-
setInstallableLanguages(value?: google_protobuf_wrappers_pb.
|
|
9372
|
+
getInstallableLanguages(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9373
|
+
setInstallableLanguages(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV2;
|
|
9297
9374
|
|
|
9298
9375
|
hasManufacturer(): boolean;
|
|
9299
9376
|
clearManufacturer(): void;
|
|
@@ -9327,13 +9404,13 @@ export class BiosV2 extends jspb.Message {
|
|
|
9327
9404
|
|
|
9328
9405
|
hasSmbiosMajorVersion(): boolean;
|
|
9329
9406
|
clearSmbiosMajorVersion(): void;
|
|
9330
|
-
getSmbiosMajorVersion(): google_protobuf_wrappers_pb.
|
|
9331
|
-
setSmbiosMajorVersion(value?: google_protobuf_wrappers_pb.
|
|
9407
|
+
getSmbiosMajorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9408
|
+
setSmbiosMajorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV2;
|
|
9332
9409
|
|
|
9333
9410
|
hasSmbiosMinorVersion(): boolean;
|
|
9334
9411
|
clearSmbiosMinorVersion(): void;
|
|
9335
|
-
getSmbiosMinorVersion(): google_protobuf_wrappers_pb.
|
|
9336
|
-
setSmbiosMinorVersion(value?: google_protobuf_wrappers_pb.
|
|
9412
|
+
getSmbiosMinorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9413
|
+
setSmbiosMinorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV2;
|
|
9337
9414
|
|
|
9338
9415
|
hasSmbiosPresent(): boolean;
|
|
9339
9416
|
clearSmbiosPresent(): void;
|
|
@@ -9347,8 +9424,8 @@ export class BiosV2 extends jspb.Message {
|
|
|
9347
9424
|
|
|
9348
9425
|
hasSoftwareElementState(): boolean;
|
|
9349
9426
|
clearSoftwareElementState(): void;
|
|
9350
|
-
getSoftwareElementState(): google_protobuf_wrappers_pb.
|
|
9351
|
-
setSoftwareElementState(value?: google_protobuf_wrappers_pb.
|
|
9427
|
+
getSoftwareElementState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9428
|
+
setSoftwareElementState(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV2;
|
|
9352
9429
|
|
|
9353
9430
|
hasStatus(): boolean;
|
|
9354
9431
|
clearStatus(): void;
|
|
@@ -9357,8 +9434,8 @@ export class BiosV2 extends jspb.Message {
|
|
|
9357
9434
|
|
|
9358
9435
|
hasTargetOperatingSystem(): boolean;
|
|
9359
9436
|
clearTargetOperatingSystem(): void;
|
|
9360
|
-
getTargetOperatingSystem(): google_protobuf_wrappers_pb.
|
|
9361
|
-
setTargetOperatingSystem(value?: google_protobuf_wrappers_pb.
|
|
9437
|
+
getTargetOperatingSystem(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9438
|
+
setTargetOperatingSystem(value?: google_protobuf_wrappers_pb.UInt32Value): BiosV2;
|
|
9362
9439
|
|
|
9363
9440
|
hasVersion(): boolean;
|
|
9364
9441
|
clearVersion(): void;
|
|
@@ -9384,20 +9461,20 @@ export namespace BiosV2 {
|
|
|
9384
9461
|
biosCharacteristicsList: Array<number>,
|
|
9385
9462
|
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9386
9463
|
currentLanguage?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9387
|
-
installableLanguages?: google_protobuf_wrappers_pb.
|
|
9464
|
+
installableLanguages?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9388
9465
|
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9389
9466
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9390
9467
|
primaryBios?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
9391
9468
|
releaseDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
9392
9469
|
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9393
9470
|
smbiosBiosVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9394
|
-
smbiosMajorVersion?: google_protobuf_wrappers_pb.
|
|
9395
|
-
smbiosMinorVersion?: google_protobuf_wrappers_pb.
|
|
9471
|
+
smbiosMajorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9472
|
+
smbiosMinorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9396
9473
|
smbiosPresent?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
9397
9474
|
softwareElementId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9398
|
-
softwareElementState?: google_protobuf_wrappers_pb.
|
|
9475
|
+
softwareElementState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9399
9476
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9400
|
-
targetOperatingSystem?: google_protobuf_wrappers_pb.
|
|
9477
|
+
targetOperatingSystem?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9401
9478
|
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9402
9479
|
biosVersionList: Array<string>,
|
|
9403
9480
|
}
|
|
@@ -9429,23 +9506,23 @@ export class Battery extends jspb.Message {
|
|
|
9429
9506
|
|
|
9430
9507
|
hasAvailability(): boolean;
|
|
9431
9508
|
clearAvailability(): void;
|
|
9432
|
-
getAvailability(): google_protobuf_wrappers_pb.
|
|
9433
|
-
setAvailability(value?: google_protobuf_wrappers_pb.
|
|
9509
|
+
getAvailability(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9510
|
+
setAvailability(value?: google_protobuf_wrappers_pb.UInt32Value): Battery;
|
|
9434
9511
|
|
|
9435
9512
|
hasBatteryStatus(): boolean;
|
|
9436
9513
|
clearBatteryStatus(): void;
|
|
9437
|
-
getBatteryStatus(): google_protobuf_wrappers_pb.
|
|
9438
|
-
setBatteryStatus(value?: google_protobuf_wrappers_pb.
|
|
9514
|
+
getBatteryStatus(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9515
|
+
setBatteryStatus(value?: google_protobuf_wrappers_pb.UInt32Value): Battery;
|
|
9439
9516
|
|
|
9440
9517
|
hasChemistry(): boolean;
|
|
9441
9518
|
clearChemistry(): void;
|
|
9442
|
-
getChemistry(): google_protobuf_wrappers_pb.
|
|
9443
|
-
setChemistry(value?: google_protobuf_wrappers_pb.
|
|
9519
|
+
getChemistry(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9520
|
+
setChemistry(value?: google_protobuf_wrappers_pb.UInt32Value): Battery;
|
|
9444
9521
|
|
|
9445
9522
|
hasDesignCapacity(): boolean;
|
|
9446
9523
|
clearDesignCapacity(): void;
|
|
9447
|
-
getDesignCapacity(): google_protobuf_wrappers_pb.
|
|
9448
|
-
setDesignCapacity(value?: google_protobuf_wrappers_pb.
|
|
9524
|
+
getDesignCapacity(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9525
|
+
setDesignCapacity(value?: google_protobuf_wrappers_pb.UInt32Value): Battery;
|
|
9449
9526
|
|
|
9450
9527
|
hasDeviceId(): boolean;
|
|
9451
9528
|
clearDeviceId(): void;
|
|
@@ -9488,10 +9565,10 @@ export class Battery extends jspb.Message {
|
|
|
9488
9565
|
|
|
9489
9566
|
export namespace Battery {
|
|
9490
9567
|
export type AsObject = {
|
|
9491
|
-
availability?: google_protobuf_wrappers_pb.
|
|
9492
|
-
batteryStatus?: google_protobuf_wrappers_pb.
|
|
9493
|
-
chemistry?: google_protobuf_wrappers_pb.
|
|
9494
|
-
designCapacity?: google_protobuf_wrappers_pb.
|
|
9568
|
+
availability?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9569
|
+
batteryStatus?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9570
|
+
chemistry?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9571
|
+
designCapacity?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9495
9572
|
deviceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9496
9573
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9497
9574
|
powerManagementCapabilitiesList: Array<number>,
|
|
@@ -9759,8 +9836,8 @@ export class AntivirusV2 extends jspb.Message {
|
|
|
9759
9836
|
|
|
9760
9837
|
hasProductState(): boolean;
|
|
9761
9838
|
clearProductState(): void;
|
|
9762
|
-
getProductState(): google_protobuf_wrappers_pb.
|
|
9763
|
-
setProductState(value?: google_protobuf_wrappers_pb.
|
|
9839
|
+
getProductState(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
9840
|
+
setProductState(value?: google_protobuf_wrappers_pb.UInt32Value): AntivirusV2;
|
|
9764
9841
|
|
|
9765
9842
|
serializeBinary(): Uint8Array;
|
|
9766
9843
|
toObject(includeInstance?: boolean): AntivirusV2.AsObject;
|
|
@@ -9776,7 +9853,7 @@ export namespace AntivirusV2 {
|
|
|
9776
9853
|
export type AsObject = {
|
|
9777
9854
|
displayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9778
9855
|
instanceGuid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
9779
|
-
productState?: google_protobuf_wrappers_pb.
|
|
9856
|
+
productState?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
9780
9857
|
}
|
|
9781
9858
|
}
|
|
9782
9859
|
|