@lansweeper/data-platform-outbound-grpc 0.1.59 → 0.1.61
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 +473 -0
- package/gen-proto/outbound_pb.js +3799 -1
- package/generated-go/outbound.pb.go +6311 -5202
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +103 -0
|
@@ -514,6 +514,30 @@ export class Asset extends jspb.Message {
|
|
|
514
514
|
getTapeDriveList(): Array<ComputerConnectedTapeDrive>;
|
|
515
515
|
setTapeDriveList(value: Array<ComputerConnectedTapeDrive>): Asset;
|
|
516
516
|
addTapeDrive(value?: ComputerConnectedTapeDrive, index?: number): ComputerConnectedTapeDrive;
|
|
517
|
+
clearWindowsDesktopList(): void;
|
|
518
|
+
getWindowsDesktopList(): Array<ComputerWindowsDesktop>;
|
|
519
|
+
setWindowsDesktopList(value: Array<ComputerWindowsDesktop>): Asset;
|
|
520
|
+
addWindowsDesktop(value?: ComputerWindowsDesktop, index?: number): ComputerWindowsDesktop;
|
|
521
|
+
clearWindowsDisplayList(): void;
|
|
522
|
+
getWindowsDisplayList(): Array<ComputerWindowsDisplay>;
|
|
523
|
+
setWindowsDisplayList(value: Array<ComputerWindowsDisplay>): Asset;
|
|
524
|
+
addWindowsDisplay(value?: ComputerWindowsDisplay, index?: number): ComputerWindowsDisplay;
|
|
525
|
+
clearWindowsDisplayControllerList(): void;
|
|
526
|
+
getWindowsDisplayControllerList(): Array<ComputerWindowsDisplayController>;
|
|
527
|
+
setWindowsDisplayControllerList(value: Array<ComputerWindowsDisplayController>): Asset;
|
|
528
|
+
addWindowsDisplayController(value?: ComputerWindowsDisplayController, index?: number): ComputerWindowsDisplayController;
|
|
529
|
+
clearWindowsNetworkClientList(): void;
|
|
530
|
+
getWindowsNetworkClientList(): Array<ComputerWindowsNetworkClient>;
|
|
531
|
+
setWindowsNetworkClientList(value: Array<ComputerWindowsNetworkClient>): Asset;
|
|
532
|
+
addWindowsNetworkClient(value?: ComputerWindowsNetworkClient, index?: number): ComputerWindowsNetworkClient;
|
|
533
|
+
clearWindowsIdeControllerList(): void;
|
|
534
|
+
getWindowsIdeControllerList(): Array<ComputerWindowsIdeController>;
|
|
535
|
+
setWindowsIdeControllerList(value: Array<ComputerWindowsIdeController>): Asset;
|
|
536
|
+
addWindowsIdeController(value?: ComputerWindowsIdeController, index?: number): ComputerWindowsIdeController;
|
|
537
|
+
clearWindowsDiskPartitionList(): void;
|
|
538
|
+
getWindowsDiskPartitionList(): Array<ComputerWindowsDiskPartition>;
|
|
539
|
+
setWindowsDiskPartitionList(value: Array<ComputerWindowsDiskPartition>): Asset;
|
|
540
|
+
addWindowsDiskPartition(value?: ComputerWindowsDiskPartition, index?: number): ComputerWindowsDiskPartition;
|
|
517
541
|
clearAutoRunCommandList(): void;
|
|
518
542
|
getAutoRunCommandList(): Array<AutoRunCommand>;
|
|
519
543
|
setAutoRunCommandList(value: Array<AutoRunCommand>): Asset;
|
|
@@ -615,6 +639,12 @@ export namespace Asset {
|
|
|
615
639
|
modemList: Array<ComputerConnectedModem.AsObject>,
|
|
616
640
|
printerList: Array<ComputerConnectedPrinter.AsObject>,
|
|
617
641
|
tapeDriveList: Array<ComputerConnectedTapeDrive.AsObject>,
|
|
642
|
+
windowsDesktopList: Array<ComputerWindowsDesktop.AsObject>,
|
|
643
|
+
windowsDisplayList: Array<ComputerWindowsDisplay.AsObject>,
|
|
644
|
+
windowsDisplayControllerList: Array<ComputerWindowsDisplayController.AsObject>,
|
|
645
|
+
windowsNetworkClientList: Array<ComputerWindowsNetworkClient.AsObject>,
|
|
646
|
+
windowsIdeControllerList: Array<ComputerWindowsIdeController.AsObject>,
|
|
647
|
+
windowsDiskPartitionList: Array<ComputerWindowsDiskPartition.AsObject>,
|
|
618
648
|
autoRunCommandList: Array<AutoRunCommand.AsObject>,
|
|
619
649
|
bootConfig?: BootConfig.AsObject,
|
|
620
650
|
driverList: Array<Driver.AsObject>,
|
|
@@ -5795,6 +5825,449 @@ export namespace ComputerConnectedTapeDrive {
|
|
|
5795
5825
|
}
|
|
5796
5826
|
}
|
|
5797
5827
|
|
|
5828
|
+
export class ComputerWindowsDesktop extends jspb.Message {
|
|
5829
|
+
|
|
5830
|
+
hasBorderWidth(): boolean;
|
|
5831
|
+
clearBorderWidth(): void;
|
|
5832
|
+
getBorderWidth(): number | undefined;
|
|
5833
|
+
setBorderWidth(value: number): ComputerWindowsDesktop;
|
|
5834
|
+
|
|
5835
|
+
hasCoolSwitch(): boolean;
|
|
5836
|
+
clearCoolSwitch(): void;
|
|
5837
|
+
getCoolSwitch(): boolean | undefined;
|
|
5838
|
+
setCoolSwitch(value: boolean): ComputerWindowsDesktop;
|
|
5839
|
+
|
|
5840
|
+
hasCursorBlinkRate(): boolean;
|
|
5841
|
+
clearCursorBlinkRate(): void;
|
|
5842
|
+
getCursorBlinkRate(): number | undefined;
|
|
5843
|
+
setCursorBlinkRate(value: number): ComputerWindowsDesktop;
|
|
5844
|
+
|
|
5845
|
+
hasDragFullWindows(): boolean;
|
|
5846
|
+
clearDragFullWindows(): void;
|
|
5847
|
+
getDragFullWindows(): boolean | undefined;
|
|
5848
|
+
setDragFullWindows(value: boolean): ComputerWindowsDesktop;
|
|
5849
|
+
|
|
5850
|
+
hasGridGranularity(): boolean;
|
|
5851
|
+
clearGridGranularity(): void;
|
|
5852
|
+
getGridGranularity(): number | undefined;
|
|
5853
|
+
setGridGranularity(value: number): ComputerWindowsDesktop;
|
|
5854
|
+
|
|
5855
|
+
hasIconSpacing(): boolean;
|
|
5856
|
+
clearIconSpacing(): void;
|
|
5857
|
+
getIconSpacing(): number | undefined;
|
|
5858
|
+
setIconSpacing(value: number): ComputerWindowsDesktop;
|
|
5859
|
+
|
|
5860
|
+
hasIconTitleFacename(): boolean;
|
|
5861
|
+
clearIconTitleFacename(): void;
|
|
5862
|
+
getIconTitleFacename(): string | undefined;
|
|
5863
|
+
setIconTitleFacename(value: string): ComputerWindowsDesktop;
|
|
5864
|
+
|
|
5865
|
+
hasIconTitleSize(): boolean;
|
|
5866
|
+
clearIconTitleSize(): void;
|
|
5867
|
+
getIconTitleSize(): number | undefined;
|
|
5868
|
+
setIconTitleSize(value: number): ComputerWindowsDesktop;
|
|
5869
|
+
|
|
5870
|
+
hasIconTitleWrap(): boolean;
|
|
5871
|
+
clearIconTitleWrap(): void;
|
|
5872
|
+
getIconTitleWrap(): boolean | undefined;
|
|
5873
|
+
setIconTitleWrap(value: boolean): ComputerWindowsDesktop;
|
|
5874
|
+
|
|
5875
|
+
hasName(): boolean;
|
|
5876
|
+
clearName(): void;
|
|
5877
|
+
getName(): string | undefined;
|
|
5878
|
+
setName(value: string): ComputerWindowsDesktop;
|
|
5879
|
+
|
|
5880
|
+
hasPattern(): boolean;
|
|
5881
|
+
clearPattern(): void;
|
|
5882
|
+
getPattern(): string | undefined;
|
|
5883
|
+
setPattern(value: string): ComputerWindowsDesktop;
|
|
5884
|
+
|
|
5885
|
+
hasScreensaverActive(): boolean;
|
|
5886
|
+
clearScreensaverActive(): void;
|
|
5887
|
+
getScreensaverActive(): boolean | undefined;
|
|
5888
|
+
setScreensaverActive(value: boolean): ComputerWindowsDesktop;
|
|
5889
|
+
|
|
5890
|
+
hasScreensaverExecutable(): boolean;
|
|
5891
|
+
clearScreensaverExecutable(): void;
|
|
5892
|
+
getScreensaverExecutable(): string | undefined;
|
|
5893
|
+
setScreensaverExecutable(value: string): ComputerWindowsDesktop;
|
|
5894
|
+
|
|
5895
|
+
hasScreensaverSecure(): boolean;
|
|
5896
|
+
clearScreensaverSecure(): void;
|
|
5897
|
+
getScreensaverSecure(): boolean | undefined;
|
|
5898
|
+
setScreensaverSecure(value: boolean): ComputerWindowsDesktop;
|
|
5899
|
+
|
|
5900
|
+
hasScreensavertimeout(): boolean;
|
|
5901
|
+
clearScreensavertimeout(): void;
|
|
5902
|
+
getScreensavertimeout(): number | undefined;
|
|
5903
|
+
setScreensavertimeout(value: number): ComputerWindowsDesktop;
|
|
5904
|
+
|
|
5905
|
+
hasWallpaper(): boolean;
|
|
5906
|
+
clearWallpaper(): void;
|
|
5907
|
+
getWallpaper(): string | undefined;
|
|
5908
|
+
setWallpaper(value: string): ComputerWindowsDesktop;
|
|
5909
|
+
|
|
5910
|
+
hasWallpaperStretched(): boolean;
|
|
5911
|
+
clearWallpaperStretched(): void;
|
|
5912
|
+
getWallpaperStretched(): boolean | undefined;
|
|
5913
|
+
setWallpaperStretched(value: boolean): ComputerWindowsDesktop;
|
|
5914
|
+
|
|
5915
|
+
hasWallpaperTiled(): boolean;
|
|
5916
|
+
clearWallpaperTiled(): void;
|
|
5917
|
+
getWallpaperTiled(): boolean | undefined;
|
|
5918
|
+
setWallpaperTiled(value: boolean): ComputerWindowsDesktop;
|
|
5919
|
+
|
|
5920
|
+
serializeBinary(): Uint8Array;
|
|
5921
|
+
toObject(includeInstance?: boolean): ComputerWindowsDesktop.AsObject;
|
|
5922
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsDesktop): ComputerWindowsDesktop.AsObject;
|
|
5923
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5924
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5925
|
+
static serializeBinaryToWriter(message: ComputerWindowsDesktop, writer: jspb.BinaryWriter): void;
|
|
5926
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsDesktop;
|
|
5927
|
+
static deserializeBinaryFromReader(message: ComputerWindowsDesktop, reader: jspb.BinaryReader): ComputerWindowsDesktop;
|
|
5928
|
+
}
|
|
5929
|
+
|
|
5930
|
+
export namespace ComputerWindowsDesktop {
|
|
5931
|
+
export type AsObject = {
|
|
5932
|
+
borderWidth?: number,
|
|
5933
|
+
coolSwitch?: boolean,
|
|
5934
|
+
cursorBlinkRate?: number,
|
|
5935
|
+
dragFullWindows?: boolean,
|
|
5936
|
+
gridGranularity?: number,
|
|
5937
|
+
iconSpacing?: number,
|
|
5938
|
+
iconTitleFacename?: string,
|
|
5939
|
+
iconTitleSize?: number,
|
|
5940
|
+
iconTitleWrap?: boolean,
|
|
5941
|
+
name?: string,
|
|
5942
|
+
pattern?: string,
|
|
5943
|
+
screensaverActive?: boolean,
|
|
5944
|
+
screensaverExecutable?: string,
|
|
5945
|
+
screensaverSecure?: boolean,
|
|
5946
|
+
screensavertimeout?: number,
|
|
5947
|
+
wallpaper?: string,
|
|
5948
|
+
wallpaperStretched?: boolean,
|
|
5949
|
+
wallpaperTiled?: boolean,
|
|
5950
|
+
}
|
|
5951
|
+
}
|
|
5952
|
+
|
|
5953
|
+
export class ComputerWindowsDisplay extends jspb.Message {
|
|
5954
|
+
|
|
5955
|
+
hasBitsPerPel(): boolean;
|
|
5956
|
+
clearBitsPerPel(): void;
|
|
5957
|
+
getBitsPerPel(): number | undefined;
|
|
5958
|
+
setBitsPerPel(value: number): ComputerWindowsDisplay;
|
|
5959
|
+
|
|
5960
|
+
hasCaption(): boolean;
|
|
5961
|
+
clearCaption(): void;
|
|
5962
|
+
getCaption(): string | undefined;
|
|
5963
|
+
setCaption(value: string): ComputerWindowsDisplay;
|
|
5964
|
+
|
|
5965
|
+
hasDeviceName(): boolean;
|
|
5966
|
+
clearDeviceName(): void;
|
|
5967
|
+
getDeviceName(): string | undefined;
|
|
5968
|
+
setDeviceName(value: string): ComputerWindowsDisplay;
|
|
5969
|
+
|
|
5970
|
+
hasDisplayFlags(): boolean;
|
|
5971
|
+
clearDisplayFlags(): void;
|
|
5972
|
+
getDisplayFlags(): number | undefined;
|
|
5973
|
+
setDisplayFlags(value: number): ComputerWindowsDisplay;
|
|
5974
|
+
|
|
5975
|
+
hasDisplayFrequency(): boolean;
|
|
5976
|
+
clearDisplayFrequency(): void;
|
|
5977
|
+
getDisplayFrequency(): number | undefined;
|
|
5978
|
+
setDisplayFrequency(value: number): ComputerWindowsDisplay;
|
|
5979
|
+
|
|
5980
|
+
hasDriverVersion(): boolean;
|
|
5981
|
+
clearDriverVersion(): void;
|
|
5982
|
+
getDriverVersion(): string | undefined;
|
|
5983
|
+
setDriverVersion(value: string): ComputerWindowsDisplay;
|
|
5984
|
+
|
|
5985
|
+
hasLogPixels(): boolean;
|
|
5986
|
+
clearLogPixels(): void;
|
|
5987
|
+
getLogPixels(): number | undefined;
|
|
5988
|
+
setLogPixels(value: number): ComputerWindowsDisplay;
|
|
5989
|
+
|
|
5990
|
+
hasPelsHeight(): boolean;
|
|
5991
|
+
clearPelsHeight(): void;
|
|
5992
|
+
getPelsHeight(): number | undefined;
|
|
5993
|
+
setPelsHeight(value: number): ComputerWindowsDisplay;
|
|
5994
|
+
|
|
5995
|
+
hasPelsWidth(): boolean;
|
|
5996
|
+
clearPelsWidth(): void;
|
|
5997
|
+
getPelsWidth(): number | undefined;
|
|
5998
|
+
setPelsWidth(value: number): ComputerWindowsDisplay;
|
|
5999
|
+
|
|
6000
|
+
hasSpecificationVersion(): boolean;
|
|
6001
|
+
clearSpecificationVersion(): void;
|
|
6002
|
+
getSpecificationVersion(): number | undefined;
|
|
6003
|
+
setSpecificationVersion(value: number): ComputerWindowsDisplay;
|
|
6004
|
+
|
|
6005
|
+
serializeBinary(): Uint8Array;
|
|
6006
|
+
toObject(includeInstance?: boolean): ComputerWindowsDisplay.AsObject;
|
|
6007
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsDisplay): ComputerWindowsDisplay.AsObject;
|
|
6008
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6009
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6010
|
+
static serializeBinaryToWriter(message: ComputerWindowsDisplay, writer: jspb.BinaryWriter): void;
|
|
6011
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsDisplay;
|
|
6012
|
+
static deserializeBinaryFromReader(message: ComputerWindowsDisplay, reader: jspb.BinaryReader): ComputerWindowsDisplay;
|
|
6013
|
+
}
|
|
6014
|
+
|
|
6015
|
+
export namespace ComputerWindowsDisplay {
|
|
6016
|
+
export type AsObject = {
|
|
6017
|
+
bitsPerPel?: number,
|
|
6018
|
+
caption?: string,
|
|
6019
|
+
deviceName?: string,
|
|
6020
|
+
displayFlags?: number,
|
|
6021
|
+
displayFrequency?: number,
|
|
6022
|
+
driverVersion?: string,
|
|
6023
|
+
logPixels?: number,
|
|
6024
|
+
pelsHeight?: number,
|
|
6025
|
+
pelsWidth?: number,
|
|
6026
|
+
specificationVersion?: number,
|
|
6027
|
+
}
|
|
6028
|
+
}
|
|
6029
|
+
|
|
6030
|
+
export class ComputerWindowsDisplayController extends jspb.Message {
|
|
6031
|
+
|
|
6032
|
+
hasBitsPerPixel(): boolean;
|
|
6033
|
+
clearBitsPerPixel(): void;
|
|
6034
|
+
getBitsPerPixel(): number | undefined;
|
|
6035
|
+
setBitsPerPixel(value: number): ComputerWindowsDisplayController;
|
|
6036
|
+
|
|
6037
|
+
hasCaption(): boolean;
|
|
6038
|
+
clearCaption(): void;
|
|
6039
|
+
getCaption(): string | undefined;
|
|
6040
|
+
setCaption(value: string): ComputerWindowsDisplayController;
|
|
6041
|
+
|
|
6042
|
+
hasColorPlanes(): boolean;
|
|
6043
|
+
clearColorPlanes(): void;
|
|
6044
|
+
getColorPlanes(): number | undefined;
|
|
6045
|
+
setColorPlanes(value: number): ComputerWindowsDisplayController;
|
|
6046
|
+
|
|
6047
|
+
hasDeviceEntriesInAColorTable(): boolean;
|
|
6048
|
+
clearDeviceEntriesInAColorTable(): void;
|
|
6049
|
+
getDeviceEntriesInAColorTable(): number | undefined;
|
|
6050
|
+
setDeviceEntriesInAColorTable(value: number): ComputerWindowsDisplayController;
|
|
6051
|
+
|
|
6052
|
+
hasDeviceSpecificPens(): boolean;
|
|
6053
|
+
clearDeviceSpecificPens(): void;
|
|
6054
|
+
getDeviceSpecificPens(): number | undefined;
|
|
6055
|
+
setDeviceSpecificPens(value: number): ComputerWindowsDisplayController;
|
|
6056
|
+
|
|
6057
|
+
hasHorizontalResolution(): boolean;
|
|
6058
|
+
clearHorizontalResolution(): void;
|
|
6059
|
+
getHorizontalResolution(): number | undefined;
|
|
6060
|
+
setHorizontalResolution(value: number): ComputerWindowsDisplayController;
|
|
6061
|
+
|
|
6062
|
+
hasName(): boolean;
|
|
6063
|
+
clearName(): void;
|
|
6064
|
+
getName(): string | undefined;
|
|
6065
|
+
setName(value: string): ComputerWindowsDisplayController;
|
|
6066
|
+
|
|
6067
|
+
hasRefreshRate(): boolean;
|
|
6068
|
+
clearRefreshRate(): void;
|
|
6069
|
+
getRefreshRate(): number | undefined;
|
|
6070
|
+
setRefreshRate(value: number): ComputerWindowsDisplayController;
|
|
6071
|
+
|
|
6072
|
+
hasVerticalResolution(): boolean;
|
|
6073
|
+
clearVerticalResolution(): void;
|
|
6074
|
+
getVerticalResolution(): number | undefined;
|
|
6075
|
+
setVerticalResolution(value: number): ComputerWindowsDisplayController;
|
|
6076
|
+
|
|
6077
|
+
hasVideoMode(): boolean;
|
|
6078
|
+
clearVideoMode(): void;
|
|
6079
|
+
getVideoMode(): string | undefined;
|
|
6080
|
+
setVideoMode(value: string): ComputerWindowsDisplayController;
|
|
6081
|
+
|
|
6082
|
+
serializeBinary(): Uint8Array;
|
|
6083
|
+
toObject(includeInstance?: boolean): ComputerWindowsDisplayController.AsObject;
|
|
6084
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsDisplayController): ComputerWindowsDisplayController.AsObject;
|
|
6085
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6086
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6087
|
+
static serializeBinaryToWriter(message: ComputerWindowsDisplayController, writer: jspb.BinaryWriter): void;
|
|
6088
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsDisplayController;
|
|
6089
|
+
static deserializeBinaryFromReader(message: ComputerWindowsDisplayController, reader: jspb.BinaryReader): ComputerWindowsDisplayController;
|
|
6090
|
+
}
|
|
6091
|
+
|
|
6092
|
+
export namespace ComputerWindowsDisplayController {
|
|
6093
|
+
export type AsObject = {
|
|
6094
|
+
bitsPerPixel?: number,
|
|
6095
|
+
caption?: string,
|
|
6096
|
+
colorPlanes?: number,
|
|
6097
|
+
deviceEntriesInAColorTable?: number,
|
|
6098
|
+
deviceSpecificPens?: number,
|
|
6099
|
+
horizontalResolution?: number,
|
|
6100
|
+
name?: string,
|
|
6101
|
+
refreshRate?: number,
|
|
6102
|
+
verticalResolution?: number,
|
|
6103
|
+
videoMode?: string,
|
|
6104
|
+
}
|
|
6105
|
+
}
|
|
6106
|
+
|
|
6107
|
+
export class ComputerWindowsNetworkClient extends jspb.Message {
|
|
6108
|
+
|
|
6109
|
+
hasCaption(): boolean;
|
|
6110
|
+
clearCaption(): void;
|
|
6111
|
+
getCaption(): string | undefined;
|
|
6112
|
+
setCaption(value: string): ComputerWindowsNetworkClient;
|
|
6113
|
+
|
|
6114
|
+
hasDescription(): boolean;
|
|
6115
|
+
clearDescription(): void;
|
|
6116
|
+
getDescription(): string | undefined;
|
|
6117
|
+
setDescription(value: string): ComputerWindowsNetworkClient;
|
|
6118
|
+
|
|
6119
|
+
hasManufacturer(): boolean;
|
|
6120
|
+
clearManufacturer(): void;
|
|
6121
|
+
getManufacturer(): string | undefined;
|
|
6122
|
+
setManufacturer(value: string): ComputerWindowsNetworkClient;
|
|
6123
|
+
|
|
6124
|
+
hasName(): boolean;
|
|
6125
|
+
clearName(): void;
|
|
6126
|
+
getName(): string | undefined;
|
|
6127
|
+
setName(value: string): ComputerWindowsNetworkClient;
|
|
6128
|
+
|
|
6129
|
+
serializeBinary(): Uint8Array;
|
|
6130
|
+
toObject(includeInstance?: boolean): ComputerWindowsNetworkClient.AsObject;
|
|
6131
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsNetworkClient): ComputerWindowsNetworkClient.AsObject;
|
|
6132
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6133
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6134
|
+
static serializeBinaryToWriter(message: ComputerWindowsNetworkClient, writer: jspb.BinaryWriter): void;
|
|
6135
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsNetworkClient;
|
|
6136
|
+
static deserializeBinaryFromReader(message: ComputerWindowsNetworkClient, reader: jspb.BinaryReader): ComputerWindowsNetworkClient;
|
|
6137
|
+
}
|
|
6138
|
+
|
|
6139
|
+
export namespace ComputerWindowsNetworkClient {
|
|
6140
|
+
export type AsObject = {
|
|
6141
|
+
caption?: string,
|
|
6142
|
+
description?: string,
|
|
6143
|
+
manufacturer?: string,
|
|
6144
|
+
name?: string,
|
|
6145
|
+
}
|
|
6146
|
+
}
|
|
6147
|
+
|
|
6148
|
+
export class ComputerWindowsIdeController extends jspb.Message {
|
|
6149
|
+
|
|
6150
|
+
hasCaption(): boolean;
|
|
6151
|
+
clearCaption(): void;
|
|
6152
|
+
getCaption(): string | undefined;
|
|
6153
|
+
setCaption(value: string): ComputerWindowsIdeController;
|
|
6154
|
+
|
|
6155
|
+
hasDeviceId(): boolean;
|
|
6156
|
+
clearDeviceId(): void;
|
|
6157
|
+
getDeviceId(): string | undefined;
|
|
6158
|
+
setDeviceId(value: string): ComputerWindowsIdeController;
|
|
6159
|
+
|
|
6160
|
+
hasManufacturer(): boolean;
|
|
6161
|
+
clearManufacturer(): void;
|
|
6162
|
+
getManufacturer(): string | undefined;
|
|
6163
|
+
setManufacturer(value: string): ComputerWindowsIdeController;
|
|
6164
|
+
clearProtocolSupportedList(): void;
|
|
6165
|
+
getProtocolSupportedList(): Array<MappedValue>;
|
|
6166
|
+
setProtocolSupportedList(value: Array<MappedValue>): ComputerWindowsIdeController;
|
|
6167
|
+
addProtocolSupported(value?: MappedValue, index?: number): MappedValue;
|
|
6168
|
+
|
|
6169
|
+
serializeBinary(): Uint8Array;
|
|
6170
|
+
toObject(includeInstance?: boolean): ComputerWindowsIdeController.AsObject;
|
|
6171
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsIdeController): ComputerWindowsIdeController.AsObject;
|
|
6172
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6173
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6174
|
+
static serializeBinaryToWriter(message: ComputerWindowsIdeController, writer: jspb.BinaryWriter): void;
|
|
6175
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsIdeController;
|
|
6176
|
+
static deserializeBinaryFromReader(message: ComputerWindowsIdeController, reader: jspb.BinaryReader): ComputerWindowsIdeController;
|
|
6177
|
+
}
|
|
6178
|
+
|
|
6179
|
+
export namespace ComputerWindowsIdeController {
|
|
6180
|
+
export type AsObject = {
|
|
6181
|
+
caption?: string,
|
|
6182
|
+
deviceId?: string,
|
|
6183
|
+
manufacturer?: string,
|
|
6184
|
+
protocolSupportedList: Array<MappedValue.AsObject>,
|
|
6185
|
+
}
|
|
6186
|
+
}
|
|
6187
|
+
|
|
6188
|
+
export class ComputerWindowsDiskPartition extends jspb.Message {
|
|
6189
|
+
|
|
6190
|
+
hasBlockSize(): boolean;
|
|
6191
|
+
clearBlockSize(): void;
|
|
6192
|
+
getBlockSize(): number | undefined;
|
|
6193
|
+
setBlockSize(value: number): ComputerWindowsDiskPartition;
|
|
6194
|
+
|
|
6195
|
+
hasBootable(): boolean;
|
|
6196
|
+
clearBootable(): void;
|
|
6197
|
+
getBootable(): boolean | undefined;
|
|
6198
|
+
setBootable(value: boolean): ComputerWindowsDiskPartition;
|
|
6199
|
+
|
|
6200
|
+
hasBootPartition(): boolean;
|
|
6201
|
+
clearBootPartition(): void;
|
|
6202
|
+
getBootPartition(): boolean | undefined;
|
|
6203
|
+
setBootPartition(value: boolean): ComputerWindowsDiskPartition;
|
|
6204
|
+
|
|
6205
|
+
hasDeviceId(): boolean;
|
|
6206
|
+
clearDeviceId(): void;
|
|
6207
|
+
getDeviceId(): string | undefined;
|
|
6208
|
+
setDeviceId(value: string): ComputerWindowsDiskPartition;
|
|
6209
|
+
|
|
6210
|
+
hasDiskIndex(): boolean;
|
|
6211
|
+
clearDiskIndex(): void;
|
|
6212
|
+
getDiskIndex(): number | undefined;
|
|
6213
|
+
setDiskIndex(value: number): ComputerWindowsDiskPartition;
|
|
6214
|
+
|
|
6215
|
+
hasIndex(): boolean;
|
|
6216
|
+
clearIndex(): void;
|
|
6217
|
+
getIndex(): number | undefined;
|
|
6218
|
+
setIndex(value: number): ComputerWindowsDiskPartition;
|
|
6219
|
+
|
|
6220
|
+
hasNumberOfBlocks(): boolean;
|
|
6221
|
+
clearNumberOfBlocks(): void;
|
|
6222
|
+
getNumberOfBlocks(): number | undefined;
|
|
6223
|
+
setNumberOfBlocks(value: number): ComputerWindowsDiskPartition;
|
|
6224
|
+
|
|
6225
|
+
hasPrimaryPartition(): boolean;
|
|
6226
|
+
clearPrimaryPartition(): void;
|
|
6227
|
+
getPrimaryPartition(): boolean | undefined;
|
|
6228
|
+
setPrimaryPartition(value: boolean): ComputerWindowsDiskPartition;
|
|
6229
|
+
|
|
6230
|
+
hasSize(): boolean;
|
|
6231
|
+
clearSize(): void;
|
|
6232
|
+
getSize(): number | undefined;
|
|
6233
|
+
setSize(value: number): ComputerWindowsDiskPartition;
|
|
6234
|
+
|
|
6235
|
+
hasStartingOffset(): boolean;
|
|
6236
|
+
clearStartingOffset(): void;
|
|
6237
|
+
getStartingOffset(): number | undefined;
|
|
6238
|
+
setStartingOffset(value: number): ComputerWindowsDiskPartition;
|
|
6239
|
+
|
|
6240
|
+
hasType(): boolean;
|
|
6241
|
+
clearType(): void;
|
|
6242
|
+
getType(): string | undefined;
|
|
6243
|
+
setType(value: string): ComputerWindowsDiskPartition;
|
|
6244
|
+
|
|
6245
|
+
serializeBinary(): Uint8Array;
|
|
6246
|
+
toObject(includeInstance?: boolean): ComputerWindowsDiskPartition.AsObject;
|
|
6247
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsDiskPartition): ComputerWindowsDiskPartition.AsObject;
|
|
6248
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6249
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6250
|
+
static serializeBinaryToWriter(message: ComputerWindowsDiskPartition, writer: jspb.BinaryWriter): void;
|
|
6251
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsDiskPartition;
|
|
6252
|
+
static deserializeBinaryFromReader(message: ComputerWindowsDiskPartition, reader: jspb.BinaryReader): ComputerWindowsDiskPartition;
|
|
6253
|
+
}
|
|
6254
|
+
|
|
6255
|
+
export namespace ComputerWindowsDiskPartition {
|
|
6256
|
+
export type AsObject = {
|
|
6257
|
+
blockSize?: number,
|
|
6258
|
+
bootable?: boolean,
|
|
6259
|
+
bootPartition?: boolean,
|
|
6260
|
+
deviceId?: string,
|
|
6261
|
+
diskIndex?: number,
|
|
6262
|
+
index?: number,
|
|
6263
|
+
numberOfBlocks?: number,
|
|
6264
|
+
primaryPartition?: boolean,
|
|
6265
|
+
size?: number,
|
|
6266
|
+
startingOffset?: number,
|
|
6267
|
+
type?: string,
|
|
6268
|
+
}
|
|
6269
|
+
}
|
|
6270
|
+
|
|
5798
6271
|
export class PortableBattery extends jspb.Message {
|
|
5799
6272
|
|
|
5800
6273
|
hasCapacityMultiplier(): boolean;
|