@lansweeper/data-platform-outbound-grpc 0.1.35 → 0.1.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +329 -425
- package/gen-proto/outbound_pb.js +6091 -6917
- package/generated-go/outbound.pb.go +2365 -2534
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +65 -91
|
@@ -334,11 +334,6 @@ export class Asset extends jspb.Message {
|
|
|
334
334
|
getHw(): HardwareInfo | undefined;
|
|
335
335
|
setHw(value?: HardwareInfo): Asset;
|
|
336
336
|
|
|
337
|
-
hasDeprecatedOs(): boolean;
|
|
338
|
-
clearDeprecatedOs(): void;
|
|
339
|
-
getDeprecatedOs(): DeprecatedOperatingSystemInfo | undefined;
|
|
340
|
-
setDeprecatedOs(value?: DeprecatedOperatingSystemInfo): Asset;
|
|
341
|
-
|
|
342
337
|
hasOs(): boolean;
|
|
343
338
|
clearOs(): void;
|
|
344
339
|
getOs(): OperatingSystem | undefined;
|
|
@@ -349,6 +344,11 @@ export class Asset extends jspb.Message {
|
|
|
349
344
|
getSoftwareInventory(): SoftwareInventory | undefined;
|
|
350
345
|
setSoftwareInventory(value?: SoftwareInventory): Asset;
|
|
351
346
|
|
|
347
|
+
hasAntivirus(): boolean;
|
|
348
|
+
clearAntivirus(): void;
|
|
349
|
+
getAntivirus(): AntivirusSoftware | undefined;
|
|
350
|
+
setAntivirus(value?: AntivirusSoftware): Asset;
|
|
351
|
+
|
|
352
352
|
hasMonitorInventory(): boolean;
|
|
353
353
|
clearMonitorInventory(): void;
|
|
354
354
|
getMonitorInventory(): MonitorInventory | undefined;
|
|
@@ -385,6 +385,10 @@ export class Asset extends jspb.Message {
|
|
|
385
385
|
getOpticalDriveList(): Array<OpticalDrive>;
|
|
386
386
|
setOpticalDriveList(value: Array<OpticalDrive>): Asset;
|
|
387
387
|
addOpticalDrive(value?: OpticalDrive, index?: number): OpticalDrive;
|
|
388
|
+
clearHardDriveList(): void;
|
|
389
|
+
getHardDriveList(): Array<HardDrive>;
|
|
390
|
+
setHardDriveList(value: Array<HardDrive>): Asset;
|
|
391
|
+
addHardDrive(value?: HardDrive, index?: number): HardDrive;
|
|
388
392
|
|
|
389
393
|
hasOtModule(): boolean;
|
|
390
394
|
clearOtModule(): void;
|
|
@@ -418,9 +422,9 @@ export namespace Asset {
|
|
|
418
422
|
relationList: Array<Relation.AsObject>,
|
|
419
423
|
core?: CoreFields.AsObject,
|
|
420
424
|
hw?: HardwareInfo.AsObject,
|
|
421
|
-
deprecatedOs?: DeprecatedOperatingSystemInfo.AsObject,
|
|
422
425
|
os?: OperatingSystem.AsObject,
|
|
423
426
|
softwareInventory?: SoftwareInventory.AsObject,
|
|
427
|
+
antivirus?: AntivirusSoftware.AsObject,
|
|
424
428
|
monitorInventory?: MonitorInventory.AsObject,
|
|
425
429
|
networkInterfaces?: NetworkInterfaces.AsObject,
|
|
426
430
|
osPatchList: Array<OperatingSystemPatch.AsObject>,
|
|
@@ -429,6 +433,7 @@ export namespace Asset {
|
|
|
429
433
|
memory?: Memory.AsObject,
|
|
430
434
|
motherboard?: Motherboard.AsObject,
|
|
431
435
|
opticalDriveList: Array<OpticalDrive.AsObject>,
|
|
436
|
+
hardDriveList: Array<HardDrive.AsObject>,
|
|
432
437
|
otModule?: OtModule.AsObject,
|
|
433
438
|
cloud?: CloudEntity.AsObject,
|
|
434
439
|
}
|
|
@@ -858,74 +863,81 @@ export namespace SpecHardwareInfo {
|
|
|
858
863
|
}
|
|
859
864
|
}
|
|
860
865
|
|
|
861
|
-
export class
|
|
866
|
+
export class OperatingSystem extends jspb.Message {
|
|
862
867
|
|
|
863
868
|
hasId(): boolean;
|
|
864
869
|
clearId(): void;
|
|
865
870
|
getId(): number | undefined;
|
|
866
|
-
setId(value: number):
|
|
871
|
+
setId(value: number): OperatingSystem;
|
|
867
872
|
|
|
868
873
|
hasMakeId(): boolean;
|
|
869
874
|
clearMakeId(): void;
|
|
870
875
|
getMakeId(): number | undefined;
|
|
871
|
-
setMakeId(value: number):
|
|
876
|
+
setMakeId(value: number): OperatingSystem;
|
|
872
877
|
|
|
873
878
|
hasName(): boolean;
|
|
874
879
|
clearName(): void;
|
|
875
880
|
getName(): string | undefined;
|
|
876
|
-
setName(value: string):
|
|
881
|
+
setName(value: string): OperatingSystem;
|
|
877
882
|
|
|
878
883
|
hasVersion(): boolean;
|
|
879
884
|
clearVersion(): void;
|
|
880
885
|
getVersion(): string | undefined;
|
|
881
|
-
setVersion(value: string):
|
|
886
|
+
setVersion(value: string): OperatingSystem;
|
|
882
887
|
|
|
883
888
|
hasBuild(): boolean;
|
|
884
889
|
clearBuild(): void;
|
|
885
890
|
getBuild(): string | undefined;
|
|
886
|
-
setBuild(value: string):
|
|
891
|
+
setBuild(value: string): OperatingSystem;
|
|
887
892
|
|
|
888
893
|
hasFwVersion(): boolean;
|
|
889
894
|
clearFwVersion(): void;
|
|
890
895
|
getFwVersion(): string | undefined;
|
|
891
|
-
setFwVersion(value: string):
|
|
896
|
+
setFwVersion(value: string): OperatingSystem;
|
|
892
897
|
|
|
893
898
|
hasCpe(): boolean;
|
|
894
899
|
clearCpe(): void;
|
|
895
900
|
getCpe(): string | undefined;
|
|
896
|
-
setCpe(value: string):
|
|
901
|
+
setCpe(value: string): OperatingSystem;
|
|
897
902
|
|
|
898
903
|
hasFwCpe(): boolean;
|
|
899
904
|
clearFwCpe(): void;
|
|
900
905
|
getFwCpe(): string | undefined;
|
|
901
|
-
setFwCpe(value: string):
|
|
906
|
+
setFwCpe(value: string): OperatingSystem;
|
|
902
907
|
|
|
903
908
|
hasRank(): boolean;
|
|
904
909
|
clearRank(): void;
|
|
905
910
|
getRank(): number | undefined;
|
|
906
|
-
setRank(value: number):
|
|
911
|
+
setRank(value: number): OperatingSystem;
|
|
907
912
|
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
913
|
+
hasWindows(): boolean;
|
|
914
|
+
clearWindows(): void;
|
|
915
|
+
getWindows(): WindowsOperatingSystemInfo | undefined;
|
|
916
|
+
setWindows(value?: WindowsOperatingSystemInfo): OperatingSystem;
|
|
917
|
+
|
|
918
|
+
hasMac(): boolean;
|
|
919
|
+
clearMac(): void;
|
|
920
|
+
getMac(): MacOperatingSystemInfo | undefined;
|
|
921
|
+
setMac(value?: MacOperatingSystemInfo): OperatingSystem;
|
|
922
|
+
|
|
923
|
+
hasLinux(): boolean;
|
|
924
|
+
clearLinux(): void;
|
|
925
|
+
getLinux(): LinuxOperatingSystemInfo | undefined;
|
|
926
|
+
setLinux(value?: LinuxOperatingSystemInfo): OperatingSystem;
|
|
912
927
|
|
|
913
|
-
|
|
914
|
-
clearCatalogOs(): void;
|
|
915
|
-
getCatalogOs(): CatalogOs | undefined;
|
|
916
|
-
setCatalogOs(value?: CatalogOs): NormalizedOperatingSystem;
|
|
928
|
+
getSpecCase(): OperatingSystem.SpecCase;
|
|
917
929
|
|
|
918
930
|
serializeBinary(): Uint8Array;
|
|
919
|
-
toObject(includeInstance?: boolean):
|
|
920
|
-
static toObject(includeInstance: boolean, msg:
|
|
931
|
+
toObject(includeInstance?: boolean): OperatingSystem.AsObject;
|
|
932
|
+
static toObject(includeInstance: boolean, msg: OperatingSystem): OperatingSystem.AsObject;
|
|
921
933
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
922
934
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
923
|
-
static serializeBinaryToWriter(message:
|
|
924
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
925
|
-
static deserializeBinaryFromReader(message:
|
|
935
|
+
static serializeBinaryToWriter(message: OperatingSystem, writer: jspb.BinaryWriter): void;
|
|
936
|
+
static deserializeBinary(bytes: Uint8Array): OperatingSystem;
|
|
937
|
+
static deserializeBinaryFromReader(message: OperatingSystem, reader: jspb.BinaryReader): OperatingSystem;
|
|
926
938
|
}
|
|
927
939
|
|
|
928
|
-
export namespace
|
|
940
|
+
export namespace OperatingSystem {
|
|
929
941
|
export type AsObject = {
|
|
930
942
|
id?: number,
|
|
931
943
|
makeId?: number,
|
|
@@ -936,641 +948,353 @@ export namespace NormalizedOperatingSystem {
|
|
|
936
948
|
cpe?: string,
|
|
937
949
|
fwCpe?: string,
|
|
938
950
|
rank?: number,
|
|
939
|
-
|
|
940
|
-
|
|
951
|
+
windows?: WindowsOperatingSystemInfo.AsObject,
|
|
952
|
+
mac?: MacOperatingSystemInfo.AsObject,
|
|
953
|
+
linux?: LinuxOperatingSystemInfo.AsObject,
|
|
941
954
|
}
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
export class OperatingSystem extends jspb.Message {
|
|
945
|
-
|
|
946
|
-
hasNormalized(): boolean;
|
|
947
|
-
clearNormalized(): void;
|
|
948
|
-
getNormalized(): NormalizedOperatingSystem | undefined;
|
|
949
|
-
setNormalized(value?: NormalizedOperatingSystem): OperatingSystem;
|
|
950
|
-
|
|
951
|
-
hasArchitecture(): boolean;
|
|
952
|
-
clearArchitecture(): void;
|
|
953
|
-
getArchitecture(): string | undefined;
|
|
954
|
-
setArchitecture(value: string): OperatingSystem;
|
|
955
955
|
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
956
|
+
export enum SpecCase {
|
|
957
|
+
SPEC_NOT_SET = 0,
|
|
958
|
+
WINDOWS = 32,
|
|
959
|
+
MAC = 33,
|
|
960
|
+
LINUX = 34,
|
|
961
|
+
}
|
|
960
962
|
|
|
961
|
-
|
|
962
|
-
clearInstallDate(): void;
|
|
963
|
-
getInstallDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
964
|
-
setInstallDate(value?: google_protobuf_timestamp_pb.Timestamp): OperatingSystem;
|
|
963
|
+
}
|
|
965
964
|
|
|
966
|
-
|
|
967
|
-
clearIsDebugBuild(): void;
|
|
968
|
-
getIsDebugBuild(): boolean | undefined;
|
|
969
|
-
setIsDebugBuild(value: boolean): OperatingSystem;
|
|
965
|
+
export class MacOperatingSystemInfo extends jspb.Message {
|
|
970
966
|
|
|
971
967
|
hasKernelCaption(): boolean;
|
|
972
968
|
clearKernelCaption(): void;
|
|
973
969
|
getKernelCaption(): string | undefined;
|
|
974
|
-
setKernelCaption(value: string):
|
|
975
|
-
|
|
976
|
-
hasKernelName(): boolean;
|
|
977
|
-
clearKernelName(): void;
|
|
978
|
-
getKernelName(): string | undefined;
|
|
979
|
-
setKernelName(value: string): OperatingSystem;
|
|
980
|
-
|
|
981
|
-
hasKernelRelease(): boolean;
|
|
982
|
-
clearKernelRelease(): void;
|
|
983
|
-
getKernelRelease(): string | undefined;
|
|
984
|
-
setKernelRelease(value: string): OperatingSystem;
|
|
985
|
-
|
|
986
|
-
hasMaxLicensedUsers(): boolean;
|
|
987
|
-
clearMaxLicensedUsers(): void;
|
|
988
|
-
getMaxLicensedUsers(): number | undefined;
|
|
989
|
-
setMaxLicensedUsers(value: number): OperatingSystem;
|
|
990
|
-
|
|
991
|
-
hasMaxProcessMemorySize(): boolean;
|
|
992
|
-
clearMaxProcessMemorySize(): void;
|
|
993
|
-
getMaxProcessMemorySize(): number | undefined;
|
|
994
|
-
setMaxProcessMemorySize(value: number): OperatingSystem;
|
|
995
|
-
|
|
996
|
-
hasOrganization(): boolean;
|
|
997
|
-
clearOrganization(): void;
|
|
998
|
-
getOrganization(): string | undefined;
|
|
999
|
-
setOrganization(value: string): OperatingSystem;
|
|
1000
|
-
|
|
1001
|
-
hasOsCaption(): boolean;
|
|
1002
|
-
clearOsCaption(): void;
|
|
1003
|
-
getOsCaption(): string | undefined;
|
|
1004
|
-
setOsCaption(value: string): OperatingSystem;
|
|
1005
|
-
|
|
1006
|
-
hasOsDirectory(): boolean;
|
|
1007
|
-
clearOsDirectory(): void;
|
|
1008
|
-
getOsDirectory(): string | undefined;
|
|
1009
|
-
setOsDirectory(value: string): OperatingSystem;
|
|
1010
|
-
|
|
1011
|
-
hasOsDriveLetter(): boolean;
|
|
1012
|
-
clearOsDriveLetter(): void;
|
|
1013
|
-
getOsDriveLetter(): string | undefined;
|
|
1014
|
-
setOsDriveLetter(value: string): OperatingSystem;
|
|
1015
|
-
|
|
1016
|
-
hasOsEdition(): boolean;
|
|
1017
|
-
clearOsEdition(): void;
|
|
1018
|
-
getOsEdition(): string | undefined;
|
|
1019
|
-
setOsEdition(value: string): OperatingSystem;
|
|
1020
|
-
|
|
1021
|
-
hasOsName(): boolean;
|
|
1022
|
-
clearOsName(): void;
|
|
1023
|
-
getOsName(): string | undefined;
|
|
1024
|
-
setOsName(value: string): OperatingSystem;
|
|
1025
|
-
|
|
1026
|
-
hasOsPhysicalPartition(): boolean;
|
|
1027
|
-
clearOsPhysicalPartition(): void;
|
|
1028
|
-
getOsPhysicalPartition(): string | undefined;
|
|
1029
|
-
setOsPhysicalPartition(value: string): OperatingSystem;
|
|
1030
|
-
|
|
1031
|
-
hasOsType(): boolean;
|
|
1032
|
-
clearOsType(): void;
|
|
1033
|
-
getOsType(): MappedValue | undefined;
|
|
1034
|
-
setOsType(value?: MappedValue): OperatingSystem;
|
|
1035
|
-
|
|
1036
|
-
hasOsSerialNumber(): boolean;
|
|
1037
|
-
clearOsSerialNumber(): void;
|
|
1038
|
-
getOsSerialNumber(): string | undefined;
|
|
1039
|
-
setOsSerialNumber(value: string): OperatingSystem;
|
|
1040
|
-
|
|
1041
|
-
hasOsSystemDirectory(): boolean;
|
|
1042
|
-
clearOsSystemDirectory(): void;
|
|
1043
|
-
getOsSystemDirectory(): string | undefined;
|
|
1044
|
-
setOsSystemDirectory(value: string): OperatingSystem;
|
|
1045
|
-
|
|
1046
|
-
hasOtherTypeDescription(): boolean;
|
|
1047
|
-
clearOtherTypeDescription(): void;
|
|
1048
|
-
getOtherTypeDescription(): string | undefined;
|
|
1049
|
-
setOtherTypeDescription(value: string): OperatingSystem;
|
|
1050
|
-
|
|
1051
|
-
hasProductSuite(): boolean;
|
|
1052
|
-
clearProductSuite(): void;
|
|
1053
|
-
getProductSuite(): MappedValue | undefined;
|
|
1054
|
-
setProductSuite(value?: MappedValue): OperatingSystem;
|
|
1055
|
-
|
|
1056
|
-
hasRegisteredUser(): boolean;
|
|
1057
|
-
clearRegisteredUser(): void;
|
|
1058
|
-
getRegisteredUser(): string | undefined;
|
|
1059
|
-
setRegisteredUser(value: string): OperatingSystem;
|
|
1060
|
-
|
|
1061
|
-
hasServicePackName(): boolean;
|
|
1062
|
-
clearServicePackName(): void;
|
|
1063
|
-
getServicePackName(): string | undefined;
|
|
1064
|
-
setServicePackName(value: string): OperatingSystem;
|
|
1065
|
-
|
|
1066
|
-
hasSpMajorVersion(): boolean;
|
|
1067
|
-
clearSpMajorVersion(): void;
|
|
1068
|
-
getSpMajorVersion(): number | undefined;
|
|
1069
|
-
setSpMajorVersion(value: number): OperatingSystem;
|
|
1070
|
-
|
|
1071
|
-
hasSpMinorVersion(): boolean;
|
|
1072
|
-
clearSpMinorVersion(): void;
|
|
1073
|
-
getSpMinorVersion(): number | undefined;
|
|
1074
|
-
setSpMinorVersion(value: number): OperatingSystem;
|
|
1075
|
-
clearSuiteMaskList(): void;
|
|
1076
|
-
getSuiteMaskList(): Array<MappedValue>;
|
|
1077
|
-
setSuiteMaskList(value: Array<MappedValue>): OperatingSystem;
|
|
1078
|
-
addSuiteMask(value?: MappedValue, index?: number): MappedValue;
|
|
1079
|
-
|
|
1080
|
-
hasSystemRole(): boolean;
|
|
1081
|
-
clearSystemRole(): void;
|
|
1082
|
-
getSystemRole(): MappedValue | undefined;
|
|
1083
|
-
setSystemRole(value?: MappedValue): OperatingSystem;
|
|
1084
|
-
|
|
1085
|
-
hasUuid(): boolean;
|
|
1086
|
-
clearUuid(): void;
|
|
1087
|
-
getUuid(): string | undefined;
|
|
1088
|
-
setUuid(value: string): OperatingSystem;
|
|
1089
|
-
|
|
1090
|
-
hasVersion(): boolean;
|
|
1091
|
-
clearVersion(): void;
|
|
1092
|
-
getVersion(): string | undefined;
|
|
1093
|
-
setVersion(value: string): OperatingSystem;
|
|
1094
|
-
|
|
1095
|
-
hasVersionFull(): boolean;
|
|
1096
|
-
clearVersionFull(): void;
|
|
1097
|
-
getVersionFull(): string | undefined;
|
|
1098
|
-
setVersionFull(value: string): OperatingSystem;
|
|
1099
|
-
|
|
1100
|
-
hasVersionMajor(): boolean;
|
|
1101
|
-
clearVersionMajor(): void;
|
|
1102
|
-
getVersionMajor(): string | undefined;
|
|
1103
|
-
setVersionMajor(value: string): OperatingSystem;
|
|
1104
|
-
|
|
1105
|
-
hasVersionMinor(): boolean;
|
|
1106
|
-
clearVersionMinor(): void;
|
|
1107
|
-
getVersionMinor(): string | undefined;
|
|
1108
|
-
setVersionMinor(value: string): OperatingSystem;
|
|
1109
|
-
|
|
1110
|
-
hasVersionFull3rdDigit(): boolean;
|
|
1111
|
-
clearVersionFull3rdDigit(): void;
|
|
1112
|
-
getVersionFull3rdDigit(): string | undefined;
|
|
1113
|
-
setVersionFull3rdDigit(value: string): OperatingSystem;
|
|
1114
|
-
|
|
1115
|
-
hasVersionFull4thDigit(): boolean;
|
|
1116
|
-
clearVersionFull4thDigit(): void;
|
|
1117
|
-
getVersionFull4thDigit(): string | undefined;
|
|
1118
|
-
setVersionFull4thDigit(value: string): OperatingSystem;
|
|
1119
|
-
|
|
1120
|
-
hasVisibleMemory(): boolean;
|
|
1121
|
-
clearVisibleMemory(): void;
|
|
1122
|
-
getVisibleMemory(): number | undefined;
|
|
1123
|
-
setVisibleMemory(value: number): OperatingSystem;
|
|
970
|
+
setKernelCaption(value: string): MacOperatingSystemInfo;
|
|
1124
971
|
|
|
1125
972
|
serializeBinary(): Uint8Array;
|
|
1126
|
-
toObject(includeInstance?: boolean):
|
|
1127
|
-
static toObject(includeInstance: boolean, msg:
|
|
973
|
+
toObject(includeInstance?: boolean): MacOperatingSystemInfo.AsObject;
|
|
974
|
+
static toObject(includeInstance: boolean, msg: MacOperatingSystemInfo): MacOperatingSystemInfo.AsObject;
|
|
1128
975
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1129
976
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1130
|
-
static serializeBinaryToWriter(message:
|
|
1131
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1132
|
-
static deserializeBinaryFromReader(message:
|
|
977
|
+
static serializeBinaryToWriter(message: MacOperatingSystemInfo, writer: jspb.BinaryWriter): void;
|
|
978
|
+
static deserializeBinary(bytes: Uint8Array): MacOperatingSystemInfo;
|
|
979
|
+
static deserializeBinaryFromReader(message: MacOperatingSystemInfo, reader: jspb.BinaryReader): MacOperatingSystemInfo;
|
|
1133
980
|
}
|
|
1134
981
|
|
|
1135
|
-
export namespace
|
|
982
|
+
export namespace MacOperatingSystemInfo {
|
|
1136
983
|
export type AsObject = {
|
|
1137
|
-
normalized?: NormalizedOperatingSystem.AsObject,
|
|
1138
|
-
architecture?: string,
|
|
1139
|
-
buildEnvironmentType?: string,
|
|
1140
|
-
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1141
|
-
isDebugBuild?: boolean,
|
|
1142
984
|
kernelCaption?: string,
|
|
1143
|
-
kernelName?: string,
|
|
1144
|
-
kernelRelease?: string,
|
|
1145
|
-
maxLicensedUsers?: number,
|
|
1146
|
-
maxProcessMemorySize?: number,
|
|
1147
|
-
organization?: string,
|
|
1148
|
-
osCaption?: string,
|
|
1149
|
-
osDirectory?: string,
|
|
1150
|
-
osDriveLetter?: string,
|
|
1151
|
-
osEdition?: string,
|
|
1152
|
-
osName?: string,
|
|
1153
|
-
osPhysicalPartition?: string,
|
|
1154
|
-
osType?: MappedValue.AsObject,
|
|
1155
|
-
osSerialNumber?: string,
|
|
1156
|
-
osSystemDirectory?: string,
|
|
1157
|
-
otherTypeDescription?: string,
|
|
1158
|
-
productSuite?: MappedValue.AsObject,
|
|
1159
|
-
registeredUser?: string,
|
|
1160
|
-
servicePackName?: string,
|
|
1161
|
-
spMajorVersion?: number,
|
|
1162
|
-
spMinorVersion?: number,
|
|
1163
|
-
suiteMaskList: Array<MappedValue.AsObject>,
|
|
1164
|
-
systemRole?: MappedValue.AsObject,
|
|
1165
|
-
uuid?: string,
|
|
1166
|
-
version?: string,
|
|
1167
|
-
versionFull?: string,
|
|
1168
|
-
versionMajor?: string,
|
|
1169
|
-
versionMinor?: string,
|
|
1170
|
-
versionFull3rdDigit?: string,
|
|
1171
|
-
versionFull4thDigit?: string,
|
|
1172
|
-
visibleMemory?: number,
|
|
1173
985
|
}
|
|
1174
986
|
}
|
|
1175
987
|
|
|
1176
|
-
export class
|
|
1177
|
-
|
|
1178
|
-
hasId(): boolean;
|
|
1179
|
-
clearId(): void;
|
|
1180
|
-
getId(): number | undefined;
|
|
1181
|
-
setId(value: number): DeprecatedOperatingSystemInfo;
|
|
1182
|
-
|
|
1183
|
-
hasMakeId(): boolean;
|
|
1184
|
-
clearMakeId(): void;
|
|
1185
|
-
getMakeId(): number | undefined;
|
|
1186
|
-
setMakeId(value: number): DeprecatedOperatingSystemInfo;
|
|
1187
|
-
|
|
1188
|
-
hasName(): boolean;
|
|
1189
|
-
clearName(): void;
|
|
1190
|
-
getName(): string | undefined;
|
|
1191
|
-
setName(value: string): DeprecatedOperatingSystemInfo;
|
|
1192
|
-
|
|
1193
|
-
hasVersion(): boolean;
|
|
1194
|
-
clearVersion(): void;
|
|
1195
|
-
getVersion(): string | undefined;
|
|
1196
|
-
setVersion(value: string): DeprecatedOperatingSystemInfo;
|
|
1197
|
-
|
|
1198
|
-
hasBuild(): boolean;
|
|
1199
|
-
clearBuild(): void;
|
|
1200
|
-
getBuild(): string | undefined;
|
|
1201
|
-
setBuild(value: string): DeprecatedOperatingSystemInfo;
|
|
1202
|
-
|
|
1203
|
-
hasFwVersion(): boolean;
|
|
1204
|
-
clearFwVersion(): void;
|
|
1205
|
-
getFwVersion(): string | undefined;
|
|
1206
|
-
setFwVersion(value: string): DeprecatedOperatingSystemInfo;
|
|
1207
|
-
|
|
1208
|
-
hasCpe(): boolean;
|
|
1209
|
-
clearCpe(): void;
|
|
1210
|
-
getCpe(): string | undefined;
|
|
1211
|
-
setCpe(value: string): DeprecatedOperatingSystemInfo;
|
|
1212
|
-
|
|
1213
|
-
hasFwCpe(): boolean;
|
|
1214
|
-
clearFwCpe(): void;
|
|
1215
|
-
getFwCpe(): string | undefined;
|
|
1216
|
-
setFwCpe(value: string): DeprecatedOperatingSystemInfo;
|
|
1217
|
-
|
|
1218
|
-
hasRank(): boolean;
|
|
1219
|
-
clearRank(): void;
|
|
1220
|
-
getRank(): number | undefined;
|
|
1221
|
-
setRank(value: number): DeprecatedOperatingSystemInfo;
|
|
1222
|
-
|
|
1223
|
-
hasWindows(): boolean;
|
|
1224
|
-
clearWindows(): void;
|
|
1225
|
-
getWindows(): DeprecatedWindowsOperatingSystemInfo | undefined;
|
|
1226
|
-
setWindows(value?: DeprecatedWindowsOperatingSystemInfo): DeprecatedOperatingSystemInfo;
|
|
1227
|
-
|
|
1228
|
-
getSpecCase(): DeprecatedOperatingSystemInfo.SpecCase;
|
|
1229
|
-
|
|
1230
|
-
serializeBinary(): Uint8Array;
|
|
1231
|
-
toObject(includeInstance?: boolean): DeprecatedOperatingSystemInfo.AsObject;
|
|
1232
|
-
static toObject(includeInstance: boolean, msg: DeprecatedOperatingSystemInfo): DeprecatedOperatingSystemInfo.AsObject;
|
|
1233
|
-
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1234
|
-
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1235
|
-
static serializeBinaryToWriter(message: DeprecatedOperatingSystemInfo, writer: jspb.BinaryWriter): void;
|
|
1236
|
-
static deserializeBinary(bytes: Uint8Array): DeprecatedOperatingSystemInfo;
|
|
1237
|
-
static deserializeBinaryFromReader(message: DeprecatedOperatingSystemInfo, reader: jspb.BinaryReader): DeprecatedOperatingSystemInfo;
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
export namespace DeprecatedOperatingSystemInfo {
|
|
1241
|
-
export type AsObject = {
|
|
1242
|
-
id?: number,
|
|
1243
|
-
makeId?: number,
|
|
1244
|
-
name?: string,
|
|
1245
|
-
version?: string,
|
|
1246
|
-
build?: string,
|
|
1247
|
-
fwVersion?: string,
|
|
1248
|
-
cpe?: string,
|
|
1249
|
-
fwCpe?: string,
|
|
1250
|
-
rank?: number,
|
|
1251
|
-
windows?: DeprecatedWindowsOperatingSystemInfo.AsObject,
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
export enum SpecCase {
|
|
1255
|
-
SPEC_NOT_SET = 0,
|
|
1256
|
-
WINDOWS = 32,
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
}
|
|
988
|
+
export class LinuxOperatingSystemInfo extends jspb.Message {
|
|
1260
989
|
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
hasType(): boolean;
|
|
1266
|
-
clearType(): void;
|
|
1267
|
-
getType(): string | undefined;
|
|
1268
|
-
setType(value: string): OperatingSystemPatch;
|
|
990
|
+
hasKernelName(): boolean;
|
|
991
|
+
clearKernelName(): void;
|
|
992
|
+
getKernelName(): string | undefined;
|
|
993
|
+
setKernelName(value: string): LinuxOperatingSystemInfo;
|
|
1269
994
|
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
995
|
+
hasKernelRelease(): boolean;
|
|
996
|
+
clearKernelRelease(): void;
|
|
997
|
+
getKernelRelease(): string | undefined;
|
|
998
|
+
setKernelRelease(value: string): LinuxOperatingSystemInfo;
|
|
1274
999
|
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1000
|
+
hasKernelVersion(): boolean;
|
|
1001
|
+
clearKernelVersion(): void;
|
|
1002
|
+
getKernelVersion(): string | undefined;
|
|
1003
|
+
setKernelVersion(value: string): LinuxOperatingSystemInfo;
|
|
1279
1004
|
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1005
|
+
hasDistribution(): boolean;
|
|
1006
|
+
clearDistribution(): void;
|
|
1007
|
+
getDistribution(): string | undefined;
|
|
1008
|
+
setDistribution(value: string): LinuxOperatingSystemInfo;
|
|
1284
1009
|
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1010
|
+
hasOsRelease(): boolean;
|
|
1011
|
+
clearOsRelease(): void;
|
|
1012
|
+
getOsRelease(): string | undefined;
|
|
1013
|
+
setOsRelease(value: string): LinuxOperatingSystemInfo;
|
|
1289
1014
|
|
|
1290
1015
|
serializeBinary(): Uint8Array;
|
|
1291
|
-
toObject(includeInstance?: boolean):
|
|
1292
|
-
static toObject(includeInstance: boolean, msg:
|
|
1016
|
+
toObject(includeInstance?: boolean): LinuxOperatingSystemInfo.AsObject;
|
|
1017
|
+
static toObject(includeInstance: boolean, msg: LinuxOperatingSystemInfo): LinuxOperatingSystemInfo.AsObject;
|
|
1293
1018
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1294
1019
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1295
|
-
static serializeBinaryToWriter(message:
|
|
1296
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1297
|
-
static deserializeBinaryFromReader(message:
|
|
1020
|
+
static serializeBinaryToWriter(message: LinuxOperatingSystemInfo, writer: jspb.BinaryWriter): void;
|
|
1021
|
+
static deserializeBinary(bytes: Uint8Array): LinuxOperatingSystemInfo;
|
|
1022
|
+
static deserializeBinaryFromReader(message: LinuxOperatingSystemInfo, reader: jspb.BinaryReader): LinuxOperatingSystemInfo;
|
|
1298
1023
|
}
|
|
1299
1024
|
|
|
1300
|
-
export namespace
|
|
1025
|
+
export namespace LinuxOperatingSystemInfo {
|
|
1301
1026
|
export type AsObject = {
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
windowsServicePack?: string,
|
|
1027
|
+
kernelName?: string,
|
|
1028
|
+
kernelRelease?: string,
|
|
1029
|
+
kernelVersion?: string,
|
|
1030
|
+
distribution?: string,
|
|
1031
|
+
osRelease?: string,
|
|
1308
1032
|
}
|
|
1309
1033
|
}
|
|
1310
1034
|
|
|
1311
|
-
export class
|
|
1035
|
+
export class WindowsOperatingSystemInfo extends jspb.Message {
|
|
1312
1036
|
|
|
1313
1037
|
hasVersion(): boolean;
|
|
1314
1038
|
clearVersion(): void;
|
|
1315
1039
|
getVersion(): string | undefined;
|
|
1316
|
-
setVersion(value: string):
|
|
1040
|
+
setVersion(value: string): WindowsOperatingSystemInfo;
|
|
1317
1041
|
|
|
1318
1042
|
hasServicePack(): boolean;
|
|
1319
1043
|
clearServicePack(): void;
|
|
1320
1044
|
getServicePack(): number | undefined;
|
|
1321
|
-
setServicePack(value: number):
|
|
1045
|
+
setServicePack(value: number): WindowsOperatingSystemInfo;
|
|
1322
1046
|
|
|
1323
1047
|
hasBuild(): boolean;
|
|
1324
1048
|
clearBuild(): void;
|
|
1325
1049
|
getBuild(): string | undefined;
|
|
1326
|
-
setBuild(value: string):
|
|
1050
|
+
setBuild(value: string): WindowsOperatingSystemInfo;
|
|
1327
1051
|
|
|
1328
1052
|
hasVersionName(): boolean;
|
|
1329
1053
|
clearVersionName(): void;
|
|
1330
1054
|
getVersionName(): string | undefined;
|
|
1331
|
-
setVersionName(value: string):
|
|
1055
|
+
setVersionName(value: string): WindowsOperatingSystemInfo;
|
|
1332
1056
|
|
|
1333
1057
|
hasIsDomainController(): boolean;
|
|
1334
1058
|
clearIsDomainController(): void;
|
|
1335
1059
|
getIsDomainController(): boolean | undefined;
|
|
1336
|
-
setIsDomainController(value: boolean):
|
|
1060
|
+
setIsDomainController(value: boolean): WindowsOperatingSystemInfo;
|
|
1337
1061
|
|
|
1338
1062
|
hasPartOfDomain(): boolean;
|
|
1339
1063
|
clearPartOfDomain(): void;
|
|
1340
1064
|
getPartOfDomain(): boolean | undefined;
|
|
1341
|
-
setPartOfDomain(value: boolean):
|
|
1065
|
+
setPartOfDomain(value: boolean): WindowsOperatingSystemInfo;
|
|
1342
1066
|
|
|
1343
1067
|
hasIsAzureAdJoined(): boolean;
|
|
1344
1068
|
clearIsAzureAdJoined(): void;
|
|
1345
1069
|
getIsAzureAdJoined(): boolean | undefined;
|
|
1346
|
-
setIsAzureAdJoined(value: boolean):
|
|
1070
|
+
setIsAzureAdJoined(value: boolean): WindowsOperatingSystemInfo;
|
|
1347
1071
|
|
|
1348
1072
|
hasOsCode(): boolean;
|
|
1349
1073
|
clearOsCode(): void;
|
|
1350
1074
|
getOsCode(): string | undefined;
|
|
1351
|
-
setOsCode(value: string):
|
|
1075
|
+
setOsCode(value: string): WindowsOperatingSystemInfo;
|
|
1352
1076
|
|
|
1353
1077
|
hasBootDevice(): boolean;
|
|
1354
1078
|
clearBootDevice(): void;
|
|
1355
1079
|
getBootDevice(): string | undefined;
|
|
1356
|
-
setBootDevice(value: string):
|
|
1080
|
+
setBootDevice(value: string): WindowsOperatingSystemInfo;
|
|
1357
1081
|
|
|
1358
1082
|
hasBuildNumber(): boolean;
|
|
1359
1083
|
clearBuildNumber(): void;
|
|
1360
1084
|
getBuildNumber(): string | undefined;
|
|
1361
|
-
setBuildNumber(value: string):
|
|
1085
|
+
setBuildNumber(value: string): WindowsOperatingSystemInfo;
|
|
1362
1086
|
|
|
1363
1087
|
hasBuildType(): boolean;
|
|
1364
1088
|
clearBuildType(): void;
|
|
1365
1089
|
getBuildType(): string | undefined;
|
|
1366
|
-
setBuildType(value: string):
|
|
1090
|
+
setBuildType(value: string): WindowsOperatingSystemInfo;
|
|
1367
1091
|
|
|
1368
1092
|
hasCaption(): boolean;
|
|
1369
1093
|
clearCaption(): void;
|
|
1370
1094
|
getCaption(): string | undefined;
|
|
1371
|
-
setCaption(value: string):
|
|
1095
|
+
setCaption(value: string): WindowsOperatingSystemInfo;
|
|
1372
1096
|
|
|
1373
1097
|
hasCodeSet(): boolean;
|
|
1374
1098
|
clearCodeSet(): void;
|
|
1375
1099
|
getCodeSet(): string | undefined;
|
|
1376
|
-
setCodeSet(value: string):
|
|
1100
|
+
setCodeSet(value: string): WindowsOperatingSystemInfo;
|
|
1377
1101
|
|
|
1378
1102
|
hasCountryCode(): boolean;
|
|
1379
1103
|
clearCountryCode(): void;
|
|
1380
1104
|
getCountryCode(): string | undefined;
|
|
1381
|
-
setCountryCode(value: string):
|
|
1105
|
+
setCountryCode(value: string): WindowsOperatingSystemInfo;
|
|
1382
1106
|
|
|
1383
1107
|
hasCsdVersion(): boolean;
|
|
1384
1108
|
clearCsdVersion(): void;
|
|
1385
1109
|
getCsdVersion(): string | undefined;
|
|
1386
|
-
setCsdVersion(value: string):
|
|
1110
|
+
setCsdVersion(value: string): WindowsOperatingSystemInfo;
|
|
1387
1111
|
|
|
1388
1112
|
hasCurrentTimezone(): boolean;
|
|
1389
1113
|
clearCurrentTimezone(): void;
|
|
1390
1114
|
getCurrentTimezone(): number | undefined;
|
|
1391
|
-
setCurrentTimezone(value: number):
|
|
1115
|
+
setCurrentTimezone(value: number): WindowsOperatingSystemInfo;
|
|
1392
1116
|
|
|
1393
1117
|
hasDebug(): boolean;
|
|
1394
1118
|
clearDebug(): void;
|
|
1395
1119
|
getDebug(): boolean | undefined;
|
|
1396
|
-
setDebug(value: boolean):
|
|
1120
|
+
setDebug(value: boolean): WindowsOperatingSystemInfo;
|
|
1397
1121
|
|
|
1398
1122
|
hasDescription(): boolean;
|
|
1399
1123
|
clearDescription(): void;
|
|
1400
1124
|
getDescription(): string | undefined;
|
|
1401
|
-
setDescription(value: string):
|
|
1125
|
+
setDescription(value: string): WindowsOperatingSystemInfo;
|
|
1402
1126
|
|
|
1403
1127
|
hasForegroundApplicationBoost(): boolean;
|
|
1404
1128
|
clearForegroundApplicationBoost(): void;
|
|
1405
1129
|
getForegroundApplicationBoost(): number | undefined;
|
|
1406
|
-
setForegroundApplicationBoost(value: number):
|
|
1130
|
+
setForegroundApplicationBoost(value: number): WindowsOperatingSystemInfo;
|
|
1407
1131
|
|
|
1408
1132
|
hasInstallDate(): boolean;
|
|
1409
1133
|
clearInstallDate(): void;
|
|
1410
1134
|
getInstallDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1411
|
-
setInstallDate(value?: google_protobuf_timestamp_pb.Timestamp):
|
|
1135
|
+
setInstallDate(value?: google_protobuf_timestamp_pb.Timestamp): WindowsOperatingSystemInfo;
|
|
1412
1136
|
|
|
1413
1137
|
hasMaxProcessMemorySize(): boolean;
|
|
1414
1138
|
clearMaxProcessMemorySize(): void;
|
|
1415
1139
|
getMaxProcessMemorySize(): number | undefined;
|
|
1416
|
-
setMaxProcessMemorySize(value: number):
|
|
1140
|
+
setMaxProcessMemorySize(value: number): WindowsOperatingSystemInfo;
|
|
1417
1141
|
|
|
1418
1142
|
hasNumberOfLicensedUsers(): boolean;
|
|
1419
1143
|
clearNumberOfLicensedUsers(): void;
|
|
1420
1144
|
getNumberOfLicensedUsers(): number | undefined;
|
|
1421
|
-
setNumberOfLicensedUsers(value: number):
|
|
1145
|
+
setNumberOfLicensedUsers(value: number): WindowsOperatingSystemInfo;
|
|
1422
1146
|
|
|
1423
1147
|
hasOrganization(): boolean;
|
|
1424
1148
|
clearOrganization(): void;
|
|
1425
1149
|
getOrganization(): string | undefined;
|
|
1426
|
-
setOrganization(value: string):
|
|
1150
|
+
setOrganization(value: string): WindowsOperatingSystemInfo;
|
|
1427
1151
|
|
|
1428
1152
|
hasOsLanguage(): boolean;
|
|
1429
1153
|
clearOsLanguage(): void;
|
|
1430
1154
|
getOsLanguage(): MappedValue | undefined;
|
|
1431
|
-
setOsLanguage(value?: MappedValue):
|
|
1155
|
+
setOsLanguage(value?: MappedValue): WindowsOperatingSystemInfo;
|
|
1432
1156
|
|
|
1433
1157
|
hasOsProductSuite(): boolean;
|
|
1434
1158
|
clearOsProductSuite(): void;
|
|
1435
1159
|
getOsProductSuite(): MappedValue | undefined;
|
|
1436
|
-
setOsProductSuite(value?: MappedValue):
|
|
1160
|
+
setOsProductSuite(value?: MappedValue): WindowsOperatingSystemInfo;
|
|
1437
1161
|
|
|
1438
1162
|
hasOsType(): boolean;
|
|
1439
1163
|
clearOsType(): void;
|
|
1440
1164
|
getOsType(): MappedValue | undefined;
|
|
1441
|
-
setOsType(value?: MappedValue):
|
|
1165
|
+
setOsType(value?: MappedValue): WindowsOperatingSystemInfo;
|
|
1442
1166
|
|
|
1443
1167
|
hasPlusProductId(): boolean;
|
|
1444
1168
|
clearPlusProductId(): void;
|
|
1445
1169
|
getPlusProductId(): string | undefined;
|
|
1446
|
-
setPlusProductId(value: string):
|
|
1170
|
+
setPlusProductId(value: string): WindowsOperatingSystemInfo;
|
|
1447
1171
|
|
|
1448
1172
|
hasPlusVersionNumber(): boolean;
|
|
1449
1173
|
clearPlusVersionNumber(): void;
|
|
1450
1174
|
getPlusVersionNumber(): string | undefined;
|
|
1451
|
-
setPlusVersionNumber(value: string):
|
|
1175
|
+
setPlusVersionNumber(value: string): WindowsOperatingSystemInfo;
|
|
1452
1176
|
|
|
1453
1177
|
hasRegisteredUser(): boolean;
|
|
1454
1178
|
clearRegisteredUser(): void;
|
|
1455
1179
|
getRegisteredUser(): string | undefined;
|
|
1456
|
-
setRegisteredUser(value: string):
|
|
1180
|
+
setRegisteredUser(value: string): WindowsOperatingSystemInfo;
|
|
1457
1181
|
|
|
1458
1182
|
hasSerialNumber(): boolean;
|
|
1459
1183
|
clearSerialNumber(): void;
|
|
1460
1184
|
getSerialNumber(): string | undefined;
|
|
1461
|
-
setSerialNumber(value: string):
|
|
1185
|
+
setSerialNumber(value: string): WindowsOperatingSystemInfo;
|
|
1462
1186
|
|
|
1463
1187
|
hasServicePackMajorVersion(): boolean;
|
|
1464
1188
|
clearServicePackMajorVersion(): void;
|
|
1465
1189
|
getServicePackMajorVersion(): number | undefined;
|
|
1466
|
-
setServicePackMajorVersion(value: number):
|
|
1190
|
+
setServicePackMajorVersion(value: number): WindowsOperatingSystemInfo;
|
|
1467
1191
|
|
|
1468
1192
|
hasServicePackMinorVersion(): boolean;
|
|
1469
1193
|
clearServicePackMinorVersion(): void;
|
|
1470
1194
|
getServicePackMinorVersion(): number | undefined;
|
|
1471
|
-
setServicePackMinorVersion(value: number):
|
|
1195
|
+
setServicePackMinorVersion(value: number): WindowsOperatingSystemInfo;
|
|
1472
1196
|
|
|
1473
1197
|
hasSizeStoredInPagingFiles(): boolean;
|
|
1474
1198
|
clearSizeStoredInPagingFiles(): void;
|
|
1475
1199
|
getSizeStoredInPagingFiles(): number | undefined;
|
|
1476
|
-
setSizeStoredInPagingFiles(value: number):
|
|
1200
|
+
setSizeStoredInPagingFiles(value: number): WindowsOperatingSystemInfo;
|
|
1477
1201
|
|
|
1478
1202
|
hasStatus(): boolean;
|
|
1479
1203
|
clearStatus(): void;
|
|
1480
1204
|
getStatus(): string | undefined;
|
|
1481
|
-
setStatus(value: string):
|
|
1205
|
+
setStatus(value: string): WindowsOperatingSystemInfo;
|
|
1482
1206
|
|
|
1483
1207
|
hasSystemDevice(): boolean;
|
|
1484
1208
|
clearSystemDevice(): void;
|
|
1485
1209
|
getSystemDevice(): string | undefined;
|
|
1486
|
-
setSystemDevice(value: string):
|
|
1210
|
+
setSystemDevice(value: string): WindowsOperatingSystemInfo;
|
|
1487
1211
|
|
|
1488
1212
|
hasSystemDirectory(): boolean;
|
|
1489
1213
|
clearSystemDirectory(): void;
|
|
1490
1214
|
getSystemDirectory(): string | undefined;
|
|
1491
|
-
setSystemDirectory(value: string):
|
|
1215
|
+
setSystemDirectory(value: string): WindowsOperatingSystemInfo;
|
|
1492
1216
|
|
|
1493
1217
|
hasTotalVirtualMemorySize(): boolean;
|
|
1494
1218
|
clearTotalVirtualMemorySize(): void;
|
|
1495
1219
|
getTotalVirtualMemorySize(): number | undefined;
|
|
1496
|
-
setTotalVirtualMemorySize(value: number):
|
|
1220
|
+
setTotalVirtualMemorySize(value: number): WindowsOperatingSystemInfo;
|
|
1497
1221
|
|
|
1498
1222
|
hasTotalVisibleMemorySize(): boolean;
|
|
1499
1223
|
clearTotalVisibleMemorySize(): void;
|
|
1500
1224
|
getTotalVisibleMemorySize(): number | undefined;
|
|
1501
|
-
setTotalVisibleMemorySize(value: number):
|
|
1225
|
+
setTotalVisibleMemorySize(value: number): WindowsOperatingSystemInfo;
|
|
1502
1226
|
|
|
1503
1227
|
hasWindowsDirectory(): boolean;
|
|
1504
1228
|
clearWindowsDirectory(): void;
|
|
1505
1229
|
getWindowsDirectory(): string | undefined;
|
|
1506
|
-
setWindowsDirectory(value: string):
|
|
1230
|
+
setWindowsDirectory(value: string): WindowsOperatingSystemInfo;
|
|
1507
1231
|
|
|
1508
1232
|
hasTotalSwapSpaceSize(): boolean;
|
|
1509
1233
|
clearTotalSwapSpaceSize(): void;
|
|
1510
1234
|
getTotalSwapSpaceSize(): number | undefined;
|
|
1511
|
-
setTotalSwapSpaceSize(value: number):
|
|
1235
|
+
setTotalSwapSpaceSize(value: number): WindowsOperatingSystemInfo;
|
|
1512
1236
|
|
|
1513
1237
|
hasLargeSystemCache(): boolean;
|
|
1514
1238
|
clearLargeSystemCache(): void;
|
|
1515
1239
|
getLargeSystemCache(): number | undefined;
|
|
1516
|
-
setLargeSystemCache(value: number):
|
|
1240
|
+
setLargeSystemCache(value: number): WindowsOperatingSystemInfo;
|
|
1517
1241
|
|
|
1518
1242
|
hasOtherTypeDescription(): boolean;
|
|
1519
1243
|
clearOtherTypeDescription(): void;
|
|
1520
1244
|
getOtherTypeDescription(): string | undefined;
|
|
1521
|
-
setOtherTypeDescription(value: string):
|
|
1245
|
+
setOtherTypeDescription(value: string): WindowsOperatingSystemInfo;
|
|
1522
1246
|
|
|
1523
1247
|
hasProductType(): boolean;
|
|
1524
1248
|
clearProductType(): void;
|
|
1525
1249
|
getProductType(): MappedValue | undefined;
|
|
1526
|
-
setProductType(value?: MappedValue):
|
|
1250
|
+
setProductType(value?: MappedValue): WindowsOperatingSystemInfo;
|
|
1527
1251
|
|
|
1528
1252
|
hasSuiteMask(): boolean;
|
|
1529
1253
|
clearSuiteMask(): void;
|
|
1530
1254
|
getSuiteMask(): number | undefined;
|
|
1531
|
-
setSuiteMask(value: number):
|
|
1255
|
+
setSuiteMask(value: number): WindowsOperatingSystemInfo;
|
|
1532
1256
|
|
|
1533
1257
|
hasSystemDrive(): boolean;
|
|
1534
1258
|
clearSystemDrive(): void;
|
|
1535
1259
|
getSystemDrive(): string | undefined;
|
|
1536
|
-
setSystemDrive(value: string):
|
|
1260
|
+
setSystemDrive(value: string): WindowsOperatingSystemInfo;
|
|
1537
1261
|
|
|
1538
1262
|
hasEncryptionLevel(): boolean;
|
|
1539
1263
|
clearEncryptionLevel(): void;
|
|
1540
1264
|
getEncryptionLevel(): number | undefined;
|
|
1541
|
-
setEncryptionLevel(value: number):
|
|
1265
|
+
setEncryptionLevel(value: number): WindowsOperatingSystemInfo;
|
|
1542
1266
|
|
|
1543
1267
|
hasDataExecutionPrevention32BitApplications(): boolean;
|
|
1544
1268
|
clearDataExecutionPrevention32BitApplications(): void;
|
|
1545
1269
|
getDataExecutionPrevention32BitApplications(): boolean | undefined;
|
|
1546
|
-
setDataExecutionPrevention32BitApplications(value: boolean):
|
|
1270
|
+
setDataExecutionPrevention32BitApplications(value: boolean): WindowsOperatingSystemInfo;
|
|
1547
1271
|
|
|
1548
1272
|
hasIsDataExecutionPreventionAvailable(): boolean;
|
|
1549
1273
|
clearIsDataExecutionPreventionAvailable(): void;
|
|
1550
1274
|
getIsDataExecutionPreventionAvailable(): boolean | undefined;
|
|
1551
|
-
setIsDataExecutionPreventionAvailable(value: boolean):
|
|
1275
|
+
setIsDataExecutionPreventionAvailable(value: boolean): WindowsOperatingSystemInfo;
|
|
1552
1276
|
|
|
1553
1277
|
hasDataExecutionPreventionDrivers(): boolean;
|
|
1554
1278
|
clearDataExecutionPreventionDrivers(): void;
|
|
1555
1279
|
getDataExecutionPreventionDrivers(): boolean | undefined;
|
|
1556
|
-
setDataExecutionPreventionDrivers(value: boolean):
|
|
1280
|
+
setDataExecutionPreventionDrivers(value: boolean): WindowsOperatingSystemInfo;
|
|
1557
1281
|
|
|
1558
1282
|
hasDataExecutionPreventionSupportPolicy(): boolean;
|
|
1559
1283
|
clearDataExecutionPreventionSupportPolicy(): void;
|
|
1560
1284
|
getDataExecutionPreventionSupportPolicy(): number | undefined;
|
|
1561
|
-
setDataExecutionPreventionSupportPolicy(value: number):
|
|
1285
|
+
setDataExecutionPreventionSupportPolicy(value: number): WindowsOperatingSystemInfo;
|
|
1562
1286
|
|
|
1563
1287
|
serializeBinary(): Uint8Array;
|
|
1564
|
-
toObject(includeInstance?: boolean):
|
|
1565
|
-
static toObject(includeInstance: boolean, msg:
|
|
1288
|
+
toObject(includeInstance?: boolean): WindowsOperatingSystemInfo.AsObject;
|
|
1289
|
+
static toObject(includeInstance: boolean, msg: WindowsOperatingSystemInfo): WindowsOperatingSystemInfo.AsObject;
|
|
1566
1290
|
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1567
1291
|
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1568
|
-
static serializeBinaryToWriter(message:
|
|
1569
|
-
static deserializeBinary(bytes: Uint8Array):
|
|
1570
|
-
static deserializeBinaryFromReader(message:
|
|
1292
|
+
static serializeBinaryToWriter(message: WindowsOperatingSystemInfo, writer: jspb.BinaryWriter): void;
|
|
1293
|
+
static deserializeBinary(bytes: Uint8Array): WindowsOperatingSystemInfo;
|
|
1294
|
+
static deserializeBinaryFromReader(message: WindowsOperatingSystemInfo, reader: jspb.BinaryReader): WindowsOperatingSystemInfo;
|
|
1571
1295
|
}
|
|
1572
1296
|
|
|
1573
|
-
export namespace
|
|
1297
|
+
export namespace WindowsOperatingSystemInfo {
|
|
1574
1298
|
export type AsObject = {
|
|
1575
1299
|
version?: string,
|
|
1576
1300
|
servicePack?: number,
|
|
@@ -1625,6 +1349,56 @@ export namespace DeprecatedWindowsOperatingSystemInfo {
|
|
|
1625
1349
|
}
|
|
1626
1350
|
}
|
|
1627
1351
|
|
|
1352
|
+
export class OperatingSystemPatch extends jspb.Message {
|
|
1353
|
+
getId(): string;
|
|
1354
|
+
setId(value: string): OperatingSystemPatch;
|
|
1355
|
+
|
|
1356
|
+
hasType(): boolean;
|
|
1357
|
+
clearType(): void;
|
|
1358
|
+
getType(): string | undefined;
|
|
1359
|
+
setType(value: string): OperatingSystemPatch;
|
|
1360
|
+
|
|
1361
|
+
hasInstallDate(): boolean;
|
|
1362
|
+
clearInstallDate(): void;
|
|
1363
|
+
getInstallDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1364
|
+
setInstallDate(value?: google_protobuf_timestamp_pb.Timestamp): OperatingSystemPatch;
|
|
1365
|
+
|
|
1366
|
+
hasInstallBy(): boolean;
|
|
1367
|
+
clearInstallBy(): void;
|
|
1368
|
+
getInstallBy(): string | undefined;
|
|
1369
|
+
setInstallBy(value: string): OperatingSystemPatch;
|
|
1370
|
+
|
|
1371
|
+
hasComments(): boolean;
|
|
1372
|
+
clearComments(): void;
|
|
1373
|
+
getComments(): string | undefined;
|
|
1374
|
+
setComments(value: string): OperatingSystemPatch;
|
|
1375
|
+
|
|
1376
|
+
hasWindowsServicePack(): boolean;
|
|
1377
|
+
clearWindowsServicePack(): void;
|
|
1378
|
+
getWindowsServicePack(): string | undefined;
|
|
1379
|
+
setWindowsServicePack(value: string): OperatingSystemPatch;
|
|
1380
|
+
|
|
1381
|
+
serializeBinary(): Uint8Array;
|
|
1382
|
+
toObject(includeInstance?: boolean): OperatingSystemPatch.AsObject;
|
|
1383
|
+
static toObject(includeInstance: boolean, msg: OperatingSystemPatch): OperatingSystemPatch.AsObject;
|
|
1384
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1385
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1386
|
+
static serializeBinaryToWriter(message: OperatingSystemPatch, writer: jspb.BinaryWriter): void;
|
|
1387
|
+
static deserializeBinary(bytes: Uint8Array): OperatingSystemPatch;
|
|
1388
|
+
static deserializeBinaryFromReader(message: OperatingSystemPatch, reader: jspb.BinaryReader): OperatingSystemPatch;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
export namespace OperatingSystemPatch {
|
|
1392
|
+
export type AsObject = {
|
|
1393
|
+
id: string,
|
|
1394
|
+
type?: string,
|
|
1395
|
+
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1396
|
+
installBy?: string,
|
|
1397
|
+
comments?: string,
|
|
1398
|
+
windowsServicePack?: string,
|
|
1399
|
+
}
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1628
1402
|
export class NetworkInterfaces extends jspb.Message {
|
|
1629
1403
|
|
|
1630
1404
|
hasTimestamp(): boolean;
|
|
@@ -2091,6 +1865,89 @@ export namespace Chassis {
|
|
|
2091
1865
|
}
|
|
2092
1866
|
}
|
|
2093
1867
|
|
|
1868
|
+
export class HardDrive extends jspb.Message {
|
|
1869
|
+
|
|
1870
|
+
hasCaption(): boolean;
|
|
1871
|
+
clearCaption(): void;
|
|
1872
|
+
getCaption(): string | undefined;
|
|
1873
|
+
setCaption(value: string): HardDrive;
|
|
1874
|
+
|
|
1875
|
+
hasCompressed(): boolean;
|
|
1876
|
+
clearCompressed(): void;
|
|
1877
|
+
getCompressed(): boolean | undefined;
|
|
1878
|
+
setCompressed(value: boolean): HardDrive;
|
|
1879
|
+
|
|
1880
|
+
hasDescription(): boolean;
|
|
1881
|
+
clearDescription(): void;
|
|
1882
|
+
getDescription(): string | undefined;
|
|
1883
|
+
setDescription(value: string): HardDrive;
|
|
1884
|
+
|
|
1885
|
+
hasDeviceId(): boolean;
|
|
1886
|
+
clearDeviceId(): void;
|
|
1887
|
+
getDeviceId(): string | undefined;
|
|
1888
|
+
setDeviceId(value: string): HardDrive;
|
|
1889
|
+
|
|
1890
|
+
hasDriveType(): boolean;
|
|
1891
|
+
clearDriveType(): void;
|
|
1892
|
+
getDriveType(): MappedValue | undefined;
|
|
1893
|
+
setDriveType(value?: MappedValue): HardDrive;
|
|
1894
|
+
|
|
1895
|
+
hasFileSystem(): boolean;
|
|
1896
|
+
clearFileSystem(): void;
|
|
1897
|
+
getFileSystem(): string | undefined;
|
|
1898
|
+
setFileSystem(value: string): HardDrive;
|
|
1899
|
+
|
|
1900
|
+
hasFreeSpace(): boolean;
|
|
1901
|
+
clearFreeSpace(): void;
|
|
1902
|
+
getFreeSpace(): number | undefined;
|
|
1903
|
+
setFreeSpace(value: number): HardDrive;
|
|
1904
|
+
|
|
1905
|
+
hasSize(): boolean;
|
|
1906
|
+
clearSize(): void;
|
|
1907
|
+
getSize(): number | undefined;
|
|
1908
|
+
setSize(value: number): HardDrive;
|
|
1909
|
+
|
|
1910
|
+
hasVolumeName(): boolean;
|
|
1911
|
+
clearVolumeName(): void;
|
|
1912
|
+
getVolumeName(): string | undefined;
|
|
1913
|
+
setVolumeName(value: string): HardDrive;
|
|
1914
|
+
|
|
1915
|
+
hasSerialNumber(): boolean;
|
|
1916
|
+
clearSerialNumber(): void;
|
|
1917
|
+
getSerialNumber(): string | undefined;
|
|
1918
|
+
setSerialNumber(value: string): HardDrive;
|
|
1919
|
+
|
|
1920
|
+
hasMountedOn(): boolean;
|
|
1921
|
+
clearMountedOn(): void;
|
|
1922
|
+
getMountedOn(): string | undefined;
|
|
1923
|
+
setMountedOn(value: string): HardDrive;
|
|
1924
|
+
|
|
1925
|
+
serializeBinary(): Uint8Array;
|
|
1926
|
+
toObject(includeInstance?: boolean): HardDrive.AsObject;
|
|
1927
|
+
static toObject(includeInstance: boolean, msg: HardDrive): HardDrive.AsObject;
|
|
1928
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1929
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1930
|
+
static serializeBinaryToWriter(message: HardDrive, writer: jspb.BinaryWriter): void;
|
|
1931
|
+
static deserializeBinary(bytes: Uint8Array): HardDrive;
|
|
1932
|
+
static deserializeBinaryFromReader(message: HardDrive, reader: jspb.BinaryReader): HardDrive;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
export namespace HardDrive {
|
|
1936
|
+
export type AsObject = {
|
|
1937
|
+
caption?: string,
|
|
1938
|
+
compressed?: boolean,
|
|
1939
|
+
description?: string,
|
|
1940
|
+
deviceId?: string,
|
|
1941
|
+
driveType?: MappedValue.AsObject,
|
|
1942
|
+
fileSystem?: string,
|
|
1943
|
+
freeSpace?: number,
|
|
1944
|
+
size?: number,
|
|
1945
|
+
volumeName?: string,
|
|
1946
|
+
serialNumber?: string,
|
|
1947
|
+
mountedOn?: string,
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
|
|
2094
1951
|
export class OpticalDrive extends jspb.Message {
|
|
2095
1952
|
|
|
2096
1953
|
hasName(): boolean;
|
|
@@ -2767,6 +2624,53 @@ export namespace WindowsMonitorInfo {
|
|
|
2767
2624
|
}
|
|
2768
2625
|
}
|
|
2769
2626
|
|
|
2627
|
+
export class AntivirusSoftware extends jspb.Message {
|
|
2628
|
+
|
|
2629
|
+
hasName(): boolean;
|
|
2630
|
+
clearName(): void;
|
|
2631
|
+
getName(): string | undefined;
|
|
2632
|
+
setName(value: string): AntivirusSoftware;
|
|
2633
|
+
|
|
2634
|
+
hasGuid(): boolean;
|
|
2635
|
+
clearGuid(): void;
|
|
2636
|
+
getGuid(): string | undefined;
|
|
2637
|
+
setGuid(value: string): AntivirusSoftware;
|
|
2638
|
+
|
|
2639
|
+
hasEnabled(): boolean;
|
|
2640
|
+
clearEnabled(): void;
|
|
2641
|
+
getEnabled(): boolean | undefined;
|
|
2642
|
+
setEnabled(value: boolean): AntivirusSoftware;
|
|
2643
|
+
|
|
2644
|
+
hasUpToDate(): boolean;
|
|
2645
|
+
clearUpToDate(): void;
|
|
2646
|
+
getUpToDate(): boolean | undefined;
|
|
2647
|
+
setUpToDate(value: boolean): AntivirusSoftware;
|
|
2648
|
+
|
|
2649
|
+
hasSoftware(): boolean;
|
|
2650
|
+
clearSoftware(): void;
|
|
2651
|
+
getSoftware(): Software | undefined;
|
|
2652
|
+
setSoftware(value?: Software): AntivirusSoftware;
|
|
2653
|
+
|
|
2654
|
+
serializeBinary(): Uint8Array;
|
|
2655
|
+
toObject(includeInstance?: boolean): AntivirusSoftware.AsObject;
|
|
2656
|
+
static toObject(includeInstance: boolean, msg: AntivirusSoftware): AntivirusSoftware.AsObject;
|
|
2657
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2658
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2659
|
+
static serializeBinaryToWriter(message: AntivirusSoftware, writer: jspb.BinaryWriter): void;
|
|
2660
|
+
static deserializeBinary(bytes: Uint8Array): AntivirusSoftware;
|
|
2661
|
+
static deserializeBinaryFromReader(message: AntivirusSoftware, reader: jspb.BinaryReader): AntivirusSoftware;
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
export namespace AntivirusSoftware {
|
|
2665
|
+
export type AsObject = {
|
|
2666
|
+
name?: string,
|
|
2667
|
+
guid?: string,
|
|
2668
|
+
enabled?: boolean,
|
|
2669
|
+
upToDate?: boolean,
|
|
2670
|
+
software?: Software.AsObject,
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2770
2674
|
export class SoftwareInventory extends jspb.Message {
|
|
2771
2675
|
|
|
2772
2676
|
hasTimestamp(): boolean;
|