@lansweeper/data-platform-outbound-grpc 0.1.81 → 0.1.83
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 +536 -0
- package/gen-proto/outbound_pb.js +4266 -1
- package/generated-go/outbound.pb.go +8155 -6726
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +124 -0
|
@@ -559,6 +559,10 @@ export class Computer extends jspb.Message {
|
|
|
559
559
|
getWindowsDesktopList(): Array<ComputerWindowsDesktop>;
|
|
560
560
|
setWindowsDesktopList(value: Array<ComputerWindowsDesktop>): Computer;
|
|
561
561
|
addWindowsDesktop(value?: ComputerWindowsDesktop, index?: number): ComputerWindowsDesktop;
|
|
562
|
+
clearWindowsDesktopMonitorList(): void;
|
|
563
|
+
getWindowsDesktopMonitorList(): Array<ComputerWindowsDesktopMonitor>;
|
|
564
|
+
setWindowsDesktopMonitorList(value: Array<ComputerWindowsDesktopMonitor>): Computer;
|
|
565
|
+
addWindowsDesktopMonitor(value?: ComputerWindowsDesktopMonitor, index?: number): ComputerWindowsDesktopMonitor;
|
|
562
566
|
clearWindowsDisplayList(): void;
|
|
563
567
|
getWindowsDisplayList(): Array<ComputerWindowsDisplay>;
|
|
564
568
|
setWindowsDisplayList(value: Array<ComputerWindowsDisplay>): Computer;
|
|
@@ -602,6 +606,10 @@ export class Computer extends jspb.Message {
|
|
|
602
606
|
clearComputerSystemProduct(): void;
|
|
603
607
|
getComputerSystemProduct(): ComputerSystemProduct | undefined;
|
|
604
608
|
setComputerSystemProduct(value?: ComputerSystemProduct): Computer;
|
|
609
|
+
clearPageFileList(): void;
|
|
610
|
+
getPageFileList(): Array<ComputerWindowsPageFile>;
|
|
611
|
+
setPageFileList(value: Array<ComputerWindowsPageFile>): Computer;
|
|
612
|
+
addPageFile(value?: ComputerWindowsPageFile, index?: number): ComputerWindowsPageFile;
|
|
605
613
|
|
|
606
614
|
hasSoftwareInventory(): boolean;
|
|
607
615
|
clearSoftwareInventory(): void;
|
|
@@ -650,6 +658,10 @@ export class Computer extends jspb.Message {
|
|
|
650
658
|
getNetworkVolumeList(): Array<NetworkVolume>;
|
|
651
659
|
setNetworkVolumeList(value: Array<NetworkVolume>): Computer;
|
|
652
660
|
addNetworkVolume(value?: NetworkVolume, index?: number): NetworkVolume;
|
|
661
|
+
clearWindowsCertList(): void;
|
|
662
|
+
getWindowsCertList(): Array<ComputerWindowsCertificate>;
|
|
663
|
+
setWindowsCertList(value: Array<ComputerWindowsCertificate>): Computer;
|
|
664
|
+
addWindowsCert(value?: ComputerWindowsCertificate, index?: number): ComputerWindowsCertificate;
|
|
653
665
|
|
|
654
666
|
hasLastUser(): boolean;
|
|
655
667
|
clearLastUser(): void;
|
|
@@ -707,6 +719,7 @@ export namespace Computer {
|
|
|
707
719
|
printerList: Array<ComputerConnectedPrinter.AsObject>,
|
|
708
720
|
tapeDriveList: Array<ComputerConnectedTapeDrive.AsObject>,
|
|
709
721
|
windowsDesktopList: Array<ComputerWindowsDesktop.AsObject>,
|
|
722
|
+
windowsDesktopMonitorList: Array<ComputerWindowsDesktopMonitor.AsObject>,
|
|
710
723
|
windowsDisplayList: Array<ComputerWindowsDisplay.AsObject>,
|
|
711
724
|
windowsDisplayControllerList: Array<ComputerWindowsDisplayController.AsObject>,
|
|
712
725
|
windowsIdeControllerList: Array<ComputerWindowsIdeController.AsObject>,
|
|
@@ -717,6 +730,7 @@ export namespace Computer {
|
|
|
717
730
|
osRecovery?: OperatingSystemRecovery.AsObject,
|
|
718
731
|
osServiceList: Array<OperatingSystemService.AsObject>,
|
|
719
732
|
computerSystemProduct?: ComputerSystemProduct.AsObject,
|
|
733
|
+
pageFileList: Array<ComputerWindowsPageFile.AsObject>,
|
|
720
734
|
softwareInventory?: SoftwareInventory.AsObject,
|
|
721
735
|
antivirusList: Array<AntivirusSoftware.AsObject>,
|
|
722
736
|
autoRunCommandList: Array<AutoRunCommand.AsObject>,
|
|
@@ -728,6 +742,7 @@ export namespace Computer {
|
|
|
728
742
|
windowsSqlServer?: WindowsSqlServer.AsObject,
|
|
729
743
|
windowsNetworkClientList: Array<ComputerWindowsNetworkClient.AsObject>,
|
|
730
744
|
networkVolumeList: Array<NetworkVolume.AsObject>,
|
|
745
|
+
windowsCertList: Array<ComputerWindowsCertificate.AsObject>,
|
|
731
746
|
lastUser?: LastUser.AsObject,
|
|
732
747
|
userList: Array<UserAccount.AsObject>,
|
|
733
748
|
userGroupList: Array<UserGroup.AsObject>,
|
|
@@ -7161,6 +7176,456 @@ export namespace ComputerConnectedTapeDrive {
|
|
|
7161
7176
|
}
|
|
7162
7177
|
}
|
|
7163
7178
|
|
|
7179
|
+
export class ComputerWindowsCertificate extends jspb.Message {
|
|
7180
|
+
clearEnhancedKeyUsageList(): void;
|
|
7181
|
+
getEnhancedKeyUsageList(): Array<WindowsCertificateEnhancedKeyUsage>;
|
|
7182
|
+
setEnhancedKeyUsageList(value: Array<WindowsCertificateEnhancedKeyUsage>): ComputerWindowsCertificate;
|
|
7183
|
+
addEnhancedKeyUsage(value?: WindowsCertificateEnhancedKeyUsage, index?: number): WindowsCertificateEnhancedKeyUsage;
|
|
7184
|
+
clearKeyUsageList(): void;
|
|
7185
|
+
getKeyUsageList(): Array<ComputerWindowsCertificate.KeyUsageType>;
|
|
7186
|
+
setKeyUsageList(value: Array<ComputerWindowsCertificate.KeyUsageType>): ComputerWindowsCertificate;
|
|
7187
|
+
addKeyUsage(value: ComputerWindowsCertificate.KeyUsageType, index?: number): ComputerWindowsCertificate.KeyUsageType;
|
|
7188
|
+
getTemplate(): string;
|
|
7189
|
+
setTemplate(value: string): ComputerWindowsCertificate;
|
|
7190
|
+
getDnsNameList(): string;
|
|
7191
|
+
setDnsNameList(value: string): ComputerWindowsCertificate;
|
|
7192
|
+
|
|
7193
|
+
hasSignatureAlgorithm(): boolean;
|
|
7194
|
+
clearSignatureAlgorithm(): void;
|
|
7195
|
+
getSignatureAlgorithm(): string | undefined;
|
|
7196
|
+
setSignatureAlgorithm(value: string): ComputerWindowsCertificate;
|
|
7197
|
+
getVersion(): number;
|
|
7198
|
+
setVersion(value: number): ComputerWindowsCertificate;
|
|
7199
|
+
getHasPrivateKey(): boolean;
|
|
7200
|
+
setHasPrivateKey(value: boolean): ComputerWindowsCertificate;
|
|
7201
|
+
getIsArchived(): boolean;
|
|
7202
|
+
setIsArchived(value: boolean): ComputerWindowsCertificate;
|
|
7203
|
+
|
|
7204
|
+
hasExpirationDate(): boolean;
|
|
7205
|
+
clearExpirationDate(): void;
|
|
7206
|
+
getExpirationDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
7207
|
+
setExpirationDate(value?: google_protobuf_timestamp_pb.Timestamp): ComputerWindowsCertificate;
|
|
7208
|
+
|
|
7209
|
+
hasStartDate(): boolean;
|
|
7210
|
+
clearStartDate(): void;
|
|
7211
|
+
getStartDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
7212
|
+
setStartDate(value?: google_protobuf_timestamp_pb.Timestamp): ComputerWindowsCertificate;
|
|
7213
|
+
getIssuerName(): string;
|
|
7214
|
+
setIssuerName(value: string): ComputerWindowsCertificate;
|
|
7215
|
+
getIssuer(): string;
|
|
7216
|
+
setIssuer(value: string): ComputerWindowsCertificate;
|
|
7217
|
+
getSubjectAlternativeName(): string;
|
|
7218
|
+
setSubjectAlternativeName(value: string): ComputerWindowsCertificate;
|
|
7219
|
+
getSubjectName(): string;
|
|
7220
|
+
setSubjectName(value: string): ComputerWindowsCertificate;
|
|
7221
|
+
getSubject(): string;
|
|
7222
|
+
setSubject(value: string): ComputerWindowsCertificate;
|
|
7223
|
+
getSerial(): string;
|
|
7224
|
+
setSerial(value: string): ComputerWindowsCertificate;
|
|
7225
|
+
getThumbprint(): string;
|
|
7226
|
+
setThumbprint(value: string): ComputerWindowsCertificate;
|
|
7227
|
+
getFriendlyName(): string;
|
|
7228
|
+
setFriendlyName(value: string): ComputerWindowsCertificate;
|
|
7229
|
+
clearLocationList(): void;
|
|
7230
|
+
getLocationList(): Array<WindowsCertificateLocation>;
|
|
7231
|
+
setLocationList(value: Array<WindowsCertificateLocation>): ComputerWindowsCertificate;
|
|
7232
|
+
addLocation(value?: WindowsCertificateLocation, index?: number): WindowsCertificateLocation;
|
|
7233
|
+
|
|
7234
|
+
serializeBinary(): Uint8Array;
|
|
7235
|
+
toObject(includeInstance?: boolean): ComputerWindowsCertificate.AsObject;
|
|
7236
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsCertificate): ComputerWindowsCertificate.AsObject;
|
|
7237
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7238
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7239
|
+
static serializeBinaryToWriter(message: ComputerWindowsCertificate, writer: jspb.BinaryWriter): void;
|
|
7240
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsCertificate;
|
|
7241
|
+
static deserializeBinaryFromReader(message: ComputerWindowsCertificate, reader: jspb.BinaryReader): ComputerWindowsCertificate;
|
|
7242
|
+
}
|
|
7243
|
+
|
|
7244
|
+
export namespace ComputerWindowsCertificate {
|
|
7245
|
+
export type AsObject = {
|
|
7246
|
+
enhancedKeyUsageList: Array<WindowsCertificateEnhancedKeyUsage.AsObject>,
|
|
7247
|
+
keyUsageList: Array<ComputerWindowsCertificate.KeyUsageType>,
|
|
7248
|
+
template: string,
|
|
7249
|
+
dnsNameList: string,
|
|
7250
|
+
signatureAlgorithm?: string,
|
|
7251
|
+
version: number,
|
|
7252
|
+
hasPrivateKey: boolean,
|
|
7253
|
+
isArchived: boolean,
|
|
7254
|
+
expirationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
7255
|
+
startDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
7256
|
+
issuerName: string,
|
|
7257
|
+
issuer: string,
|
|
7258
|
+
subjectAlternativeName: string,
|
|
7259
|
+
subjectName: string,
|
|
7260
|
+
subject: string,
|
|
7261
|
+
serial: string,
|
|
7262
|
+
thumbprint: string,
|
|
7263
|
+
friendlyName: string,
|
|
7264
|
+
locationList: Array<WindowsCertificateLocation.AsObject>,
|
|
7265
|
+
}
|
|
7266
|
+
|
|
7267
|
+
export enum KeyUsageType {
|
|
7268
|
+
DIGITAL_SIGNATURE = 0,
|
|
7269
|
+
NON_REPUDIATION = 1,
|
|
7270
|
+
KEY_ENCIPHERMENT = 2,
|
|
7271
|
+
DATA_ENCIPHERMENT = 3,
|
|
7272
|
+
KEY_AGREEMENT = 4,
|
|
7273
|
+
KEY_CERT_SIGN = 5,
|
|
7274
|
+
CRL_SIGN = 6,
|
|
7275
|
+
ENCIPHER_ONLY = 7,
|
|
7276
|
+
DECIPHER_ONLY = 8,
|
|
7277
|
+
}
|
|
7278
|
+
|
|
7279
|
+
}
|
|
7280
|
+
|
|
7281
|
+
export class WindowsCertificateEnhancedKeyUsage extends jspb.Message {
|
|
7282
|
+
|
|
7283
|
+
hasOidName(): boolean;
|
|
7284
|
+
clearOidName(): void;
|
|
7285
|
+
getOidName(): string | undefined;
|
|
7286
|
+
setOidName(value: string): WindowsCertificateEnhancedKeyUsage;
|
|
7287
|
+
|
|
7288
|
+
hasOidValue(): boolean;
|
|
7289
|
+
clearOidValue(): void;
|
|
7290
|
+
getOidValue(): string | undefined;
|
|
7291
|
+
setOidValue(value: string): WindowsCertificateEnhancedKeyUsage;
|
|
7292
|
+
|
|
7293
|
+
serializeBinary(): Uint8Array;
|
|
7294
|
+
toObject(includeInstance?: boolean): WindowsCertificateEnhancedKeyUsage.AsObject;
|
|
7295
|
+
static toObject(includeInstance: boolean, msg: WindowsCertificateEnhancedKeyUsage): WindowsCertificateEnhancedKeyUsage.AsObject;
|
|
7296
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7297
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7298
|
+
static serializeBinaryToWriter(message: WindowsCertificateEnhancedKeyUsage, writer: jspb.BinaryWriter): void;
|
|
7299
|
+
static deserializeBinary(bytes: Uint8Array): WindowsCertificateEnhancedKeyUsage;
|
|
7300
|
+
static deserializeBinaryFromReader(message: WindowsCertificateEnhancedKeyUsage, reader: jspb.BinaryReader): WindowsCertificateEnhancedKeyUsage;
|
|
7301
|
+
}
|
|
7302
|
+
|
|
7303
|
+
export namespace WindowsCertificateEnhancedKeyUsage {
|
|
7304
|
+
export type AsObject = {
|
|
7305
|
+
oidName?: string,
|
|
7306
|
+
oidValue?: string,
|
|
7307
|
+
}
|
|
7308
|
+
}
|
|
7309
|
+
|
|
7310
|
+
export class WindowsCertificateLocation extends jspb.Message {
|
|
7311
|
+
getStore(): string;
|
|
7312
|
+
setStore(value: string): WindowsCertificateLocation;
|
|
7313
|
+
getFolder(): string;
|
|
7314
|
+
setFolder(value: string): WindowsCertificateLocation;
|
|
7315
|
+
|
|
7316
|
+
serializeBinary(): Uint8Array;
|
|
7317
|
+
toObject(includeInstance?: boolean): WindowsCertificateLocation.AsObject;
|
|
7318
|
+
static toObject(includeInstance: boolean, msg: WindowsCertificateLocation): WindowsCertificateLocation.AsObject;
|
|
7319
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7320
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7321
|
+
static serializeBinaryToWriter(message: WindowsCertificateLocation, writer: jspb.BinaryWriter): void;
|
|
7322
|
+
static deserializeBinary(bytes: Uint8Array): WindowsCertificateLocation;
|
|
7323
|
+
static deserializeBinaryFromReader(message: WindowsCertificateLocation, reader: jspb.BinaryReader): WindowsCertificateLocation;
|
|
7324
|
+
}
|
|
7325
|
+
|
|
7326
|
+
export namespace WindowsCertificateLocation {
|
|
7327
|
+
export type AsObject = {
|
|
7328
|
+
store: string,
|
|
7329
|
+
folder: string,
|
|
7330
|
+
}
|
|
7331
|
+
}
|
|
7332
|
+
|
|
7333
|
+
export class ComputerWindowsPageFile extends jspb.Message {
|
|
7334
|
+
|
|
7335
|
+
hasSingle(): boolean;
|
|
7336
|
+
clearSingle(): void;
|
|
7337
|
+
getSingle(): WindowsSinglePageFile | undefined;
|
|
7338
|
+
setSingle(value?: WindowsSinglePageFile): ComputerWindowsPageFile;
|
|
7339
|
+
|
|
7340
|
+
hasCombined(): boolean;
|
|
7341
|
+
clearCombined(): void;
|
|
7342
|
+
getCombined(): WindowsPageFileCombinedData | undefined;
|
|
7343
|
+
setCombined(value?: WindowsPageFileCombinedData): ComputerWindowsPageFile;
|
|
7344
|
+
|
|
7345
|
+
getPageFileCase(): ComputerWindowsPageFile.PageFileCase;
|
|
7346
|
+
|
|
7347
|
+
serializeBinary(): Uint8Array;
|
|
7348
|
+
toObject(includeInstance?: boolean): ComputerWindowsPageFile.AsObject;
|
|
7349
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsPageFile): ComputerWindowsPageFile.AsObject;
|
|
7350
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7351
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7352
|
+
static serializeBinaryToWriter(message: ComputerWindowsPageFile, writer: jspb.BinaryWriter): void;
|
|
7353
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsPageFile;
|
|
7354
|
+
static deserializeBinaryFromReader(message: ComputerWindowsPageFile, reader: jspb.BinaryReader): ComputerWindowsPageFile;
|
|
7355
|
+
}
|
|
7356
|
+
|
|
7357
|
+
export namespace ComputerWindowsPageFile {
|
|
7358
|
+
export type AsObject = {
|
|
7359
|
+
single?: WindowsSinglePageFile.AsObject,
|
|
7360
|
+
combined?: WindowsPageFileCombinedData.AsObject,
|
|
7361
|
+
}
|
|
7362
|
+
|
|
7363
|
+
export enum PageFileCase {
|
|
7364
|
+
PAGE_FILE_NOT_SET = 0,
|
|
7365
|
+
SINGLE = 1,
|
|
7366
|
+
COMBINED = 2,
|
|
7367
|
+
}
|
|
7368
|
+
|
|
7369
|
+
}
|
|
7370
|
+
|
|
7371
|
+
export class WindowsSinglePageFile extends jspb.Message {
|
|
7372
|
+
|
|
7373
|
+
hasArchive(): boolean;
|
|
7374
|
+
clearArchive(): void;
|
|
7375
|
+
getArchive(): boolean | undefined;
|
|
7376
|
+
setArchive(value: boolean): WindowsSinglePageFile;
|
|
7377
|
+
|
|
7378
|
+
hasCaption(): boolean;
|
|
7379
|
+
clearCaption(): void;
|
|
7380
|
+
getCaption(): string | undefined;
|
|
7381
|
+
setCaption(value: string): WindowsSinglePageFile;
|
|
7382
|
+
|
|
7383
|
+
hasCreationDate(): boolean;
|
|
7384
|
+
clearCreationDate(): void;
|
|
7385
|
+
getCreationDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
7386
|
+
setCreationDate(value?: google_protobuf_timestamp_pb.Timestamp): WindowsSinglePageFile;
|
|
7387
|
+
|
|
7388
|
+
hasFileSize(): boolean;
|
|
7389
|
+
clearFileSize(): void;
|
|
7390
|
+
getFileSize(): number | undefined;
|
|
7391
|
+
setFileSize(value: number): WindowsSinglePageFile;
|
|
7392
|
+
|
|
7393
|
+
hasHidden(): boolean;
|
|
7394
|
+
clearHidden(): void;
|
|
7395
|
+
getHidden(): boolean | undefined;
|
|
7396
|
+
setHidden(value: boolean): WindowsSinglePageFile;
|
|
7397
|
+
|
|
7398
|
+
hasInitialSize(): boolean;
|
|
7399
|
+
clearInitialSize(): void;
|
|
7400
|
+
getInitialSize(): number | undefined;
|
|
7401
|
+
setInitialSize(value: number): WindowsSinglePageFile;
|
|
7402
|
+
|
|
7403
|
+
hasInstallDate(): boolean;
|
|
7404
|
+
clearInstallDate(): void;
|
|
7405
|
+
getInstallDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
7406
|
+
setInstallDate(value?: google_protobuf_timestamp_pb.Timestamp): WindowsSinglePageFile;
|
|
7407
|
+
|
|
7408
|
+
hasLastAccessed(): boolean;
|
|
7409
|
+
clearLastAccessed(): void;
|
|
7410
|
+
getLastAccessed(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
7411
|
+
setLastAccessed(value?: google_protobuf_timestamp_pb.Timestamp): WindowsSinglePageFile;
|
|
7412
|
+
|
|
7413
|
+
hasLastModified(): boolean;
|
|
7414
|
+
clearLastModified(): void;
|
|
7415
|
+
getLastModified(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
7416
|
+
setLastModified(value?: google_protobuf_timestamp_pb.Timestamp): WindowsSinglePageFile;
|
|
7417
|
+
|
|
7418
|
+
hasMaximumSize(): boolean;
|
|
7419
|
+
clearMaximumSize(): void;
|
|
7420
|
+
getMaximumSize(): number | undefined;
|
|
7421
|
+
setMaximumSize(value: number): WindowsSinglePageFile;
|
|
7422
|
+
|
|
7423
|
+
hasName(): boolean;
|
|
7424
|
+
clearName(): void;
|
|
7425
|
+
getName(): string | undefined;
|
|
7426
|
+
setName(value: string): WindowsSinglePageFile;
|
|
7427
|
+
|
|
7428
|
+
hasPath(): boolean;
|
|
7429
|
+
clearPath(): void;
|
|
7430
|
+
getPath(): string | undefined;
|
|
7431
|
+
setPath(value: string): WindowsSinglePageFile;
|
|
7432
|
+
|
|
7433
|
+
hasReadable(): boolean;
|
|
7434
|
+
clearReadable(): void;
|
|
7435
|
+
getReadable(): boolean | undefined;
|
|
7436
|
+
setReadable(value: boolean): WindowsSinglePageFile;
|
|
7437
|
+
|
|
7438
|
+
hasSystem(): boolean;
|
|
7439
|
+
clearSystem(): void;
|
|
7440
|
+
getSystem(): boolean | undefined;
|
|
7441
|
+
setSystem(value: boolean): WindowsSinglePageFile;
|
|
7442
|
+
|
|
7443
|
+
hasWriteable(): boolean;
|
|
7444
|
+
clearWriteable(): void;
|
|
7445
|
+
getWriteable(): boolean | undefined;
|
|
7446
|
+
setWriteable(value: boolean): WindowsSinglePageFile;
|
|
7447
|
+
|
|
7448
|
+
serializeBinary(): Uint8Array;
|
|
7449
|
+
toObject(includeInstance?: boolean): WindowsSinglePageFile.AsObject;
|
|
7450
|
+
static toObject(includeInstance: boolean, msg: WindowsSinglePageFile): WindowsSinglePageFile.AsObject;
|
|
7451
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7452
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7453
|
+
static serializeBinaryToWriter(message: WindowsSinglePageFile, writer: jspb.BinaryWriter): void;
|
|
7454
|
+
static deserializeBinary(bytes: Uint8Array): WindowsSinglePageFile;
|
|
7455
|
+
static deserializeBinaryFromReader(message: WindowsSinglePageFile, reader: jspb.BinaryReader): WindowsSinglePageFile;
|
|
7456
|
+
}
|
|
7457
|
+
|
|
7458
|
+
export namespace WindowsSinglePageFile {
|
|
7459
|
+
export type AsObject = {
|
|
7460
|
+
archive?: boolean,
|
|
7461
|
+
caption?: string,
|
|
7462
|
+
creationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
7463
|
+
fileSize?: number,
|
|
7464
|
+
hidden?: boolean,
|
|
7465
|
+
initialSize?: number,
|
|
7466
|
+
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
7467
|
+
lastAccessed?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
7468
|
+
lastModified?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
7469
|
+
maximumSize?: number,
|
|
7470
|
+
name?: string,
|
|
7471
|
+
path?: string,
|
|
7472
|
+
readable?: boolean,
|
|
7473
|
+
system?: boolean,
|
|
7474
|
+
writeable?: boolean,
|
|
7475
|
+
}
|
|
7476
|
+
}
|
|
7477
|
+
|
|
7478
|
+
export class WindowsPageFileCombinedData extends jspb.Message {
|
|
7479
|
+
clearPageFileUsagesList(): void;
|
|
7480
|
+
getPageFileUsagesList(): Array<WindowsPageFileUsage>;
|
|
7481
|
+
setPageFileUsagesList(value: Array<WindowsPageFileUsage>): WindowsPageFileCombinedData;
|
|
7482
|
+
addPageFileUsages(value?: WindowsPageFileUsage, index?: number): WindowsPageFileUsage;
|
|
7483
|
+
clearPageFileSettingsList(): void;
|
|
7484
|
+
getPageFileSettingsList(): Array<WindowsPageFileSetting>;
|
|
7485
|
+
setPageFileSettingsList(value: Array<WindowsPageFileSetting>): WindowsPageFileCombinedData;
|
|
7486
|
+
addPageFileSettings(value?: WindowsPageFileSetting, index?: number): WindowsPageFileSetting;
|
|
7487
|
+
|
|
7488
|
+
serializeBinary(): Uint8Array;
|
|
7489
|
+
toObject(includeInstance?: boolean): WindowsPageFileCombinedData.AsObject;
|
|
7490
|
+
static toObject(includeInstance: boolean, msg: WindowsPageFileCombinedData): WindowsPageFileCombinedData.AsObject;
|
|
7491
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7492
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7493
|
+
static serializeBinaryToWriter(message: WindowsPageFileCombinedData, writer: jspb.BinaryWriter): void;
|
|
7494
|
+
static deserializeBinary(bytes: Uint8Array): WindowsPageFileCombinedData;
|
|
7495
|
+
static deserializeBinaryFromReader(message: WindowsPageFileCombinedData, reader: jspb.BinaryReader): WindowsPageFileCombinedData;
|
|
7496
|
+
}
|
|
7497
|
+
|
|
7498
|
+
export namespace WindowsPageFileCombinedData {
|
|
7499
|
+
export type AsObject = {
|
|
7500
|
+
pageFileUsagesList: Array<WindowsPageFileUsage.AsObject>,
|
|
7501
|
+
pageFileSettingsList: Array<WindowsPageFileSetting.AsObject>,
|
|
7502
|
+
}
|
|
7503
|
+
}
|
|
7504
|
+
|
|
7505
|
+
export class WindowsPageFileSetting extends jspb.Message {
|
|
7506
|
+
|
|
7507
|
+
hasCaption(): boolean;
|
|
7508
|
+
clearCaption(): void;
|
|
7509
|
+
getCaption(): string | undefined;
|
|
7510
|
+
setCaption(value: string): WindowsPageFileSetting;
|
|
7511
|
+
|
|
7512
|
+
hasDescription(): boolean;
|
|
7513
|
+
clearDescription(): void;
|
|
7514
|
+
getDescription(): string | undefined;
|
|
7515
|
+
setDescription(value: string): WindowsPageFileSetting;
|
|
7516
|
+
|
|
7517
|
+
hasInitialSize(): boolean;
|
|
7518
|
+
clearInitialSize(): void;
|
|
7519
|
+
getInitialSize(): number | undefined;
|
|
7520
|
+
setInitialSize(value: number): WindowsPageFileSetting;
|
|
7521
|
+
|
|
7522
|
+
hasMaximumSize(): boolean;
|
|
7523
|
+
clearMaximumSize(): void;
|
|
7524
|
+
getMaximumSize(): number | undefined;
|
|
7525
|
+
setMaximumSize(value: number): WindowsPageFileSetting;
|
|
7526
|
+
|
|
7527
|
+
hasName(): boolean;
|
|
7528
|
+
clearName(): void;
|
|
7529
|
+
getName(): string | undefined;
|
|
7530
|
+
setName(value: string): WindowsPageFileSetting;
|
|
7531
|
+
|
|
7532
|
+
hasSettingId(): boolean;
|
|
7533
|
+
clearSettingId(): void;
|
|
7534
|
+
getSettingId(): string | undefined;
|
|
7535
|
+
setSettingId(value: string): WindowsPageFileSetting;
|
|
7536
|
+
|
|
7537
|
+
serializeBinary(): Uint8Array;
|
|
7538
|
+
toObject(includeInstance?: boolean): WindowsPageFileSetting.AsObject;
|
|
7539
|
+
static toObject(includeInstance: boolean, msg: WindowsPageFileSetting): WindowsPageFileSetting.AsObject;
|
|
7540
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7541
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7542
|
+
static serializeBinaryToWriter(message: WindowsPageFileSetting, writer: jspb.BinaryWriter): void;
|
|
7543
|
+
static deserializeBinary(bytes: Uint8Array): WindowsPageFileSetting;
|
|
7544
|
+
static deserializeBinaryFromReader(message: WindowsPageFileSetting, reader: jspb.BinaryReader): WindowsPageFileSetting;
|
|
7545
|
+
}
|
|
7546
|
+
|
|
7547
|
+
export namespace WindowsPageFileSetting {
|
|
7548
|
+
export type AsObject = {
|
|
7549
|
+
caption?: string,
|
|
7550
|
+
description?: string,
|
|
7551
|
+
initialSize?: number,
|
|
7552
|
+
maximumSize?: number,
|
|
7553
|
+
name?: string,
|
|
7554
|
+
settingId?: string,
|
|
7555
|
+
}
|
|
7556
|
+
}
|
|
7557
|
+
|
|
7558
|
+
export class WindowsPageFileUsage extends jspb.Message {
|
|
7559
|
+
|
|
7560
|
+
hasAllocatedBaseSize(): boolean;
|
|
7561
|
+
clearAllocatedBaseSize(): void;
|
|
7562
|
+
getAllocatedBaseSize(): number | undefined;
|
|
7563
|
+
setAllocatedBaseSize(value: number): WindowsPageFileUsage;
|
|
7564
|
+
|
|
7565
|
+
hasCaption(): boolean;
|
|
7566
|
+
clearCaption(): void;
|
|
7567
|
+
getCaption(): string | undefined;
|
|
7568
|
+
setCaption(value: string): WindowsPageFileUsage;
|
|
7569
|
+
|
|
7570
|
+
hasCurrentUsage(): boolean;
|
|
7571
|
+
clearCurrentUsage(): void;
|
|
7572
|
+
getCurrentUsage(): number | undefined;
|
|
7573
|
+
setCurrentUsage(value: number): WindowsPageFileUsage;
|
|
7574
|
+
|
|
7575
|
+
hasDescription(): boolean;
|
|
7576
|
+
clearDescription(): void;
|
|
7577
|
+
getDescription(): string | undefined;
|
|
7578
|
+
setDescription(value: string): WindowsPageFileUsage;
|
|
7579
|
+
|
|
7580
|
+
hasInstallDate(): boolean;
|
|
7581
|
+
clearInstallDate(): void;
|
|
7582
|
+
getInstallDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
7583
|
+
setInstallDate(value?: google_protobuf_timestamp_pb.Timestamp): WindowsPageFileUsage;
|
|
7584
|
+
|
|
7585
|
+
hasName(): boolean;
|
|
7586
|
+
clearName(): void;
|
|
7587
|
+
getName(): string | undefined;
|
|
7588
|
+
setName(value: string): WindowsPageFileUsage;
|
|
7589
|
+
|
|
7590
|
+
hasPeakUsage(): boolean;
|
|
7591
|
+
clearPeakUsage(): void;
|
|
7592
|
+
getPeakUsage(): number | undefined;
|
|
7593
|
+
setPeakUsage(value: number): WindowsPageFileUsage;
|
|
7594
|
+
|
|
7595
|
+
hasStatus(): boolean;
|
|
7596
|
+
clearStatus(): void;
|
|
7597
|
+
getStatus(): string | undefined;
|
|
7598
|
+
setStatus(value: string): WindowsPageFileUsage;
|
|
7599
|
+
|
|
7600
|
+
hasTempPageFile(): boolean;
|
|
7601
|
+
clearTempPageFile(): void;
|
|
7602
|
+
getTempPageFile(): boolean | undefined;
|
|
7603
|
+
setTempPageFile(value: boolean): WindowsPageFileUsage;
|
|
7604
|
+
|
|
7605
|
+
serializeBinary(): Uint8Array;
|
|
7606
|
+
toObject(includeInstance?: boolean): WindowsPageFileUsage.AsObject;
|
|
7607
|
+
static toObject(includeInstance: boolean, msg: WindowsPageFileUsage): WindowsPageFileUsage.AsObject;
|
|
7608
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7609
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7610
|
+
static serializeBinaryToWriter(message: WindowsPageFileUsage, writer: jspb.BinaryWriter): void;
|
|
7611
|
+
static deserializeBinary(bytes: Uint8Array): WindowsPageFileUsage;
|
|
7612
|
+
static deserializeBinaryFromReader(message: WindowsPageFileUsage, reader: jspb.BinaryReader): WindowsPageFileUsage;
|
|
7613
|
+
}
|
|
7614
|
+
|
|
7615
|
+
export namespace WindowsPageFileUsage {
|
|
7616
|
+
export type AsObject = {
|
|
7617
|
+
allocatedBaseSize?: number,
|
|
7618
|
+
caption?: string,
|
|
7619
|
+
currentUsage?: number,
|
|
7620
|
+
description?: string,
|
|
7621
|
+
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
7622
|
+
name?: string,
|
|
7623
|
+
peakUsage?: number,
|
|
7624
|
+
status?: string,
|
|
7625
|
+
tempPageFile?: boolean,
|
|
7626
|
+
}
|
|
7627
|
+
}
|
|
7628
|
+
|
|
7164
7629
|
export class ComputerWindowsDesktop extends jspb.Message {
|
|
7165
7630
|
|
|
7166
7631
|
hasBorderWidth(): boolean;
|
|
@@ -7363,6 +7828,77 @@ export namespace ComputerWindowsDisplay {
|
|
|
7363
7828
|
}
|
|
7364
7829
|
}
|
|
7365
7830
|
|
|
7831
|
+
export class ComputerWindowsDesktopMonitor extends jspb.Message {
|
|
7832
|
+
|
|
7833
|
+
hasAvailability(): boolean;
|
|
7834
|
+
clearAvailability(): void;
|
|
7835
|
+
getAvailability(): MappedValue | undefined;
|
|
7836
|
+
setAvailability(value?: MappedValue): ComputerWindowsDesktopMonitor;
|
|
7837
|
+
|
|
7838
|
+
hasCaption(): boolean;
|
|
7839
|
+
clearCaption(): void;
|
|
7840
|
+
getCaption(): string | undefined;
|
|
7841
|
+
setCaption(value: string): ComputerWindowsDesktopMonitor;
|
|
7842
|
+
|
|
7843
|
+
hasDeviceId(): boolean;
|
|
7844
|
+
clearDeviceId(): void;
|
|
7845
|
+
getDeviceId(): string | undefined;
|
|
7846
|
+
setDeviceId(value: string): ComputerWindowsDesktopMonitor;
|
|
7847
|
+
|
|
7848
|
+
hasMonitorManufacturer(): boolean;
|
|
7849
|
+
clearMonitorManufacturer(): void;
|
|
7850
|
+
getMonitorManufacturer(): string | undefined;
|
|
7851
|
+
setMonitorManufacturer(value: string): ComputerWindowsDesktopMonitor;
|
|
7852
|
+
|
|
7853
|
+
hasPixelsPerXLogicalInch(): boolean;
|
|
7854
|
+
clearPixelsPerXLogicalInch(): void;
|
|
7855
|
+
getPixelsPerXLogicalInch(): number | undefined;
|
|
7856
|
+
setPixelsPerXLogicalInch(value: number): ComputerWindowsDesktopMonitor;
|
|
7857
|
+
|
|
7858
|
+
hasPixelsPerYLogicalInch(): boolean;
|
|
7859
|
+
clearPixelsPerYLogicalInch(): void;
|
|
7860
|
+
getPixelsPerYLogicalInch(): number | undefined;
|
|
7861
|
+
setPixelsPerYLogicalInch(value: number): ComputerWindowsDesktopMonitor;
|
|
7862
|
+
|
|
7863
|
+
hasPnpDeviceId(): boolean;
|
|
7864
|
+
clearPnpDeviceId(): void;
|
|
7865
|
+
getPnpDeviceId(): string | undefined;
|
|
7866
|
+
setPnpDeviceId(value: string): ComputerWindowsDesktopMonitor;
|
|
7867
|
+
|
|
7868
|
+
hasScreenHeight(): boolean;
|
|
7869
|
+
clearScreenHeight(): void;
|
|
7870
|
+
getScreenHeight(): number | undefined;
|
|
7871
|
+
setScreenHeight(value: number): ComputerWindowsDesktopMonitor;
|
|
7872
|
+
|
|
7873
|
+
hasScreenWidth(): boolean;
|
|
7874
|
+
clearScreenWidth(): void;
|
|
7875
|
+
getScreenWidth(): number | undefined;
|
|
7876
|
+
setScreenWidth(value: number): ComputerWindowsDesktopMonitor;
|
|
7877
|
+
|
|
7878
|
+
serializeBinary(): Uint8Array;
|
|
7879
|
+
toObject(includeInstance?: boolean): ComputerWindowsDesktopMonitor.AsObject;
|
|
7880
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsDesktopMonitor): ComputerWindowsDesktopMonitor.AsObject;
|
|
7881
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7882
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7883
|
+
static serializeBinaryToWriter(message: ComputerWindowsDesktopMonitor, writer: jspb.BinaryWriter): void;
|
|
7884
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsDesktopMonitor;
|
|
7885
|
+
static deserializeBinaryFromReader(message: ComputerWindowsDesktopMonitor, reader: jspb.BinaryReader): ComputerWindowsDesktopMonitor;
|
|
7886
|
+
}
|
|
7887
|
+
|
|
7888
|
+
export namespace ComputerWindowsDesktopMonitor {
|
|
7889
|
+
export type AsObject = {
|
|
7890
|
+
availability?: MappedValue.AsObject,
|
|
7891
|
+
caption?: string,
|
|
7892
|
+
deviceId?: string,
|
|
7893
|
+
monitorManufacturer?: string,
|
|
7894
|
+
pixelsPerXLogicalInch?: number,
|
|
7895
|
+
pixelsPerYLogicalInch?: number,
|
|
7896
|
+
pnpDeviceId?: string,
|
|
7897
|
+
screenHeight?: number,
|
|
7898
|
+
screenWidth?: number,
|
|
7899
|
+
}
|
|
7900
|
+
}
|
|
7901
|
+
|
|
7366
7902
|
export class ComputerWindowsDisplayController extends jspb.Message {
|
|
7367
7903
|
|
|
7368
7904
|
hasBitsPerPixel(): boolean;
|