@lansweeper/discovery-sensor-proto 2.35.0 → 2.35.1
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.
|
@@ -6638,6 +6638,165 @@ export namespace CdRom {
|
|
|
6638
6638
|
}
|
|
6639
6639
|
}
|
|
6640
6640
|
|
|
6641
|
+
export class WindowsCodec extends jspb.Message {
|
|
6642
|
+
clearEntriesList(): void;
|
|
6643
|
+
getEntriesList(): Array<Codec>;
|
|
6644
|
+
setEntriesList(value: Array<Codec>): WindowsCodec;
|
|
6645
|
+
addEntries(value?: Codec, index?: number): Codec;
|
|
6646
|
+
|
|
6647
|
+
serializeBinary(): Uint8Array;
|
|
6648
|
+
toObject(includeInstance?: boolean): WindowsCodec.AsObject;
|
|
6649
|
+
static toObject(includeInstance: boolean, msg: WindowsCodec): WindowsCodec.AsObject;
|
|
6650
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6651
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6652
|
+
static serializeBinaryToWriter(message: WindowsCodec, writer: jspb.BinaryWriter): void;
|
|
6653
|
+
static deserializeBinary(bytes: Uint8Array): WindowsCodec;
|
|
6654
|
+
static deserializeBinaryFromReader(message: WindowsCodec, reader: jspb.BinaryReader): WindowsCodec;
|
|
6655
|
+
}
|
|
6656
|
+
|
|
6657
|
+
export namespace WindowsCodec {
|
|
6658
|
+
export type AsObject = {
|
|
6659
|
+
entriesList: Array<Codec.AsObject>,
|
|
6660
|
+
}
|
|
6661
|
+
}
|
|
6662
|
+
|
|
6663
|
+
export class Codec extends jspb.Message {
|
|
6664
|
+
|
|
6665
|
+
hasArchive(): boolean;
|
|
6666
|
+
clearArchive(): void;
|
|
6667
|
+
getArchive(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
6668
|
+
setArchive(value?: google_protobuf_wrappers_pb.BoolValue): Codec;
|
|
6669
|
+
|
|
6670
|
+
hasCaption(): boolean;
|
|
6671
|
+
clearCaption(): void;
|
|
6672
|
+
getCaption(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6673
|
+
setCaption(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6674
|
+
|
|
6675
|
+
hasCompressed(): boolean;
|
|
6676
|
+
clearCompressed(): void;
|
|
6677
|
+
getCompressed(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
6678
|
+
setCompressed(value?: google_protobuf_wrappers_pb.BoolValue): Codec;
|
|
6679
|
+
|
|
6680
|
+
hasCompressionMethod(): boolean;
|
|
6681
|
+
clearCompressionMethod(): void;
|
|
6682
|
+
getCompressionMethod(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6683
|
+
setCompressionMethod(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6684
|
+
|
|
6685
|
+
hasDescription(): boolean;
|
|
6686
|
+
clearDescription(): void;
|
|
6687
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6688
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6689
|
+
|
|
6690
|
+
hasDrive(): boolean;
|
|
6691
|
+
clearDrive(): void;
|
|
6692
|
+
getDrive(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6693
|
+
setDrive(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6694
|
+
|
|
6695
|
+
hasEncrypted(): boolean;
|
|
6696
|
+
clearEncrypted(): void;
|
|
6697
|
+
getEncrypted(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
6698
|
+
setEncrypted(value?: google_protobuf_wrappers_pb.BoolValue): Codec;
|
|
6699
|
+
|
|
6700
|
+
hasEncryptionMethod(): boolean;
|
|
6701
|
+
clearEncryptionMethod(): void;
|
|
6702
|
+
getEncryptionMethod(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6703
|
+
setEncryptionMethod(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6704
|
+
|
|
6705
|
+
hasExtension$(): boolean;
|
|
6706
|
+
clearExtension$(): void;
|
|
6707
|
+
getExtension$(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6708
|
+
setExtension$(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6709
|
+
|
|
6710
|
+
hasFileName(): boolean;
|
|
6711
|
+
clearFileName(): void;
|
|
6712
|
+
getFileName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6713
|
+
setFileName(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6714
|
+
|
|
6715
|
+
hasFileSize(): boolean;
|
|
6716
|
+
clearFileSize(): void;
|
|
6717
|
+
getFileSize(): google_protobuf_wrappers_pb.UInt64Value | undefined;
|
|
6718
|
+
setFileSize(value?: google_protobuf_wrappers_pb.UInt64Value): Codec;
|
|
6719
|
+
|
|
6720
|
+
hasFileType(): boolean;
|
|
6721
|
+
clearFileType(): void;
|
|
6722
|
+
getFileType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6723
|
+
setFileType(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6724
|
+
|
|
6725
|
+
hasFsName(): boolean;
|
|
6726
|
+
clearFsName(): void;
|
|
6727
|
+
getFsName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6728
|
+
setFsName(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6729
|
+
|
|
6730
|
+
hasGroup(): boolean;
|
|
6731
|
+
clearGroup(): void;
|
|
6732
|
+
getGroup(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6733
|
+
setGroup(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6734
|
+
|
|
6735
|
+
hasHidden(): boolean;
|
|
6736
|
+
clearHidden(): void;
|
|
6737
|
+
getHidden(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
6738
|
+
setHidden(value?: google_protobuf_wrappers_pb.BoolValue): Codec;
|
|
6739
|
+
|
|
6740
|
+
hasInstallDate(): boolean;
|
|
6741
|
+
clearInstallDate(): void;
|
|
6742
|
+
getInstallDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6743
|
+
setInstallDate(value?: google_protobuf_timestamp_pb.Timestamp): Codec;
|
|
6744
|
+
|
|
6745
|
+
hasManufacturer(): boolean;
|
|
6746
|
+
clearManufacturer(): void;
|
|
6747
|
+
getManufacturer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6748
|
+
setManufacturer(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6749
|
+
|
|
6750
|
+
hasStatus(): boolean;
|
|
6751
|
+
clearStatus(): void;
|
|
6752
|
+
getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6753
|
+
setStatus(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6754
|
+
|
|
6755
|
+
hasSystem(): boolean;
|
|
6756
|
+
clearSystem(): void;
|
|
6757
|
+
getSystem(): google_protobuf_wrappers_pb.BoolValue | undefined;
|
|
6758
|
+
setSystem(value?: google_protobuf_wrappers_pb.BoolValue): Codec;
|
|
6759
|
+
|
|
6760
|
+
hasVersion(): boolean;
|
|
6761
|
+
clearVersion(): void;
|
|
6762
|
+
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
6763
|
+
setVersion(value?: google_protobuf_wrappers_pb.StringValue): Codec;
|
|
6764
|
+
|
|
6765
|
+
serializeBinary(): Uint8Array;
|
|
6766
|
+
toObject(includeInstance?: boolean): Codec.AsObject;
|
|
6767
|
+
static toObject(includeInstance: boolean, msg: Codec): Codec.AsObject;
|
|
6768
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
6769
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
6770
|
+
static serializeBinaryToWriter(message: Codec, writer: jspb.BinaryWriter): void;
|
|
6771
|
+
static deserializeBinary(bytes: Uint8Array): Codec;
|
|
6772
|
+
static deserializeBinaryFromReader(message: Codec, reader: jspb.BinaryReader): Codec;
|
|
6773
|
+
}
|
|
6774
|
+
|
|
6775
|
+
export namespace Codec {
|
|
6776
|
+
export type AsObject = {
|
|
6777
|
+
archive?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6778
|
+
caption?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6779
|
+
compressed?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6780
|
+
compressionMethod?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6781
|
+
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6782
|
+
drive?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6783
|
+
encrypted?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6784
|
+
encryptionMethod?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6785
|
+
extension?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6786
|
+
fileName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6787
|
+
fileSize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
6788
|
+
fileType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6789
|
+
fsName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6790
|
+
group?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6791
|
+
hidden?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6792
|
+
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6793
|
+
manufacturer?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6794
|
+
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6795
|
+
system?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
6796
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
6797
|
+
}
|
|
6798
|
+
}
|
|
6799
|
+
|
|
6641
6800
|
export class WindowsBus extends jspb.Message {
|
|
6642
6801
|
clearEntriesList(): void;
|
|
6643
6802
|
getEntriesList(): Array<Bus>;
|