@lansweeper/discovery-sensor-proto 2.52.0 → 2.54.0
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.
|
@@ -4414,3 +4414,661 @@ export namespace ThunderboltPort {
|
|
|
4414
4414
|
receptacleStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4415
4415
|
}
|
|
4416
4416
|
}
|
|
4417
|
+
|
|
4418
|
+
export class MacWiFi extends jspb.Message {
|
|
4419
|
+
clearEntriesList(): void;
|
|
4420
|
+
getEntriesList(): Array<WiFiController>;
|
|
4421
|
+
setEntriesList(value: Array<WiFiController>): MacWiFi;
|
|
4422
|
+
addEntries(value?: WiFiController, index?: number): WiFiController;
|
|
4423
|
+
|
|
4424
|
+
serializeBinary(): Uint8Array;
|
|
4425
|
+
toObject(includeInstance?: boolean): MacWiFi.AsObject;
|
|
4426
|
+
static toObject(includeInstance: boolean, msg: MacWiFi): MacWiFi.AsObject;
|
|
4427
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4428
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4429
|
+
static serializeBinaryToWriter(message: MacWiFi, writer: jspb.BinaryWriter): void;
|
|
4430
|
+
static deserializeBinary(bytes: Uint8Array): MacWiFi;
|
|
4431
|
+
static deserializeBinaryFromReader(message: MacWiFi, reader: jspb.BinaryReader): MacWiFi;
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4434
|
+
export namespace MacWiFi {
|
|
4435
|
+
export type AsObject = {
|
|
4436
|
+
entriesList: Array<WiFiController.AsObject>,
|
|
4437
|
+
}
|
|
4438
|
+
}
|
|
4439
|
+
|
|
4440
|
+
export class WiFiController extends jspb.Message {
|
|
4441
|
+
clearAirportInterfacesList(): void;
|
|
4442
|
+
getAirportInterfacesList(): Array<WiFiInterface>;
|
|
4443
|
+
setAirportInterfacesList(value: Array<WiFiInterface>): WiFiController;
|
|
4444
|
+
addAirportInterfaces(value?: WiFiInterface, index?: number): WiFiInterface;
|
|
4445
|
+
|
|
4446
|
+
hasSoftwareInformation(): boolean;
|
|
4447
|
+
clearSoftwareInformation(): void;
|
|
4448
|
+
getSoftwareInformation(): WiFiSoftware | undefined;
|
|
4449
|
+
setSoftwareInformation(value?: WiFiSoftware): WiFiController;
|
|
4450
|
+
|
|
4451
|
+
serializeBinary(): Uint8Array;
|
|
4452
|
+
toObject(includeInstance?: boolean): WiFiController.AsObject;
|
|
4453
|
+
static toObject(includeInstance: boolean, msg: WiFiController): WiFiController.AsObject;
|
|
4454
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4455
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4456
|
+
static serializeBinaryToWriter(message: WiFiController, writer: jspb.BinaryWriter): void;
|
|
4457
|
+
static deserializeBinary(bytes: Uint8Array): WiFiController;
|
|
4458
|
+
static deserializeBinaryFromReader(message: WiFiController, reader: jspb.BinaryReader): WiFiController;
|
|
4459
|
+
}
|
|
4460
|
+
|
|
4461
|
+
export namespace WiFiController {
|
|
4462
|
+
export type AsObject = {
|
|
4463
|
+
airportInterfacesList: Array<WiFiInterface.AsObject>,
|
|
4464
|
+
softwareInformation?: WiFiSoftware.AsObject,
|
|
4465
|
+
}
|
|
4466
|
+
}
|
|
4467
|
+
|
|
4468
|
+
export class WiFiInterface extends jspb.Message {
|
|
4469
|
+
|
|
4470
|
+
hasName(): boolean;
|
|
4471
|
+
clearName(): void;
|
|
4472
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4473
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4474
|
+
|
|
4475
|
+
hasAirdropChannel(): boolean;
|
|
4476
|
+
clearAirdropChannel(): void;
|
|
4477
|
+
getAirdropChannel(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4478
|
+
setAirdropChannel(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4479
|
+
|
|
4480
|
+
hasAirdropSupported(): boolean;
|
|
4481
|
+
clearAirdropSupported(): void;
|
|
4482
|
+
getAirdropSupported(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4483
|
+
setAirdropSupported(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4484
|
+
|
|
4485
|
+
hasAutoUnlockSupported(): boolean;
|
|
4486
|
+
clearAutoUnlockSupported(): void;
|
|
4487
|
+
getAutoUnlockSupported(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4488
|
+
setAutoUnlockSupported(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4489
|
+
|
|
4490
|
+
hasCardType(): boolean;
|
|
4491
|
+
clearCardType(): void;
|
|
4492
|
+
getCardType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4493
|
+
setCardType(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4494
|
+
|
|
4495
|
+
hasCountryCode(): boolean;
|
|
4496
|
+
clearCountryCode(): void;
|
|
4497
|
+
getCountryCode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4498
|
+
setCountryCode(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4499
|
+
|
|
4500
|
+
hasFirmwareVersion(): boolean;
|
|
4501
|
+
clearFirmwareVersion(): void;
|
|
4502
|
+
getFirmwareVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4503
|
+
setFirmwareVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4504
|
+
|
|
4505
|
+
hasLocale(): boolean;
|
|
4506
|
+
clearLocale(): void;
|
|
4507
|
+
getLocale(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4508
|
+
setLocale(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4509
|
+
|
|
4510
|
+
hasMacAddress(): boolean;
|
|
4511
|
+
clearMacAddress(): void;
|
|
4512
|
+
getMacAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4513
|
+
setMacAddress(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4514
|
+
|
|
4515
|
+
hasStatusInformation(): boolean;
|
|
4516
|
+
clearStatusInformation(): void;
|
|
4517
|
+
getStatusInformation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4518
|
+
setStatusInformation(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4519
|
+
clearSupportedChannelsList(): void;
|
|
4520
|
+
getSupportedChannelsList(): Array<string>;
|
|
4521
|
+
setSupportedChannelsList(value: Array<string>): WiFiInterface;
|
|
4522
|
+
addSupportedChannels(value: string, index?: number): string;
|
|
4523
|
+
|
|
4524
|
+
hasSupportedPhyModes(): boolean;
|
|
4525
|
+
clearSupportedPhyModes(): void;
|
|
4526
|
+
getSupportedPhyModes(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4527
|
+
setSupportedPhyModes(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4528
|
+
|
|
4529
|
+
hasWakeOnWirelessSupported(): boolean;
|
|
4530
|
+
clearWakeOnWirelessSupported(): void;
|
|
4531
|
+
getWakeOnWirelessSupported(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4532
|
+
setWakeOnWirelessSupported(value?: google_protobuf_wrappers_pb.StringValue): WiFiInterface;
|
|
4533
|
+
|
|
4534
|
+
hasCurrentNetwork(): boolean;
|
|
4535
|
+
clearCurrentNetwork(): void;
|
|
4536
|
+
getCurrentNetwork(): WiFiNetwork | undefined;
|
|
4537
|
+
setCurrentNetwork(value?: WiFiNetwork): WiFiInterface;
|
|
4538
|
+
clearOtherLocalNetworksList(): void;
|
|
4539
|
+
getOtherLocalNetworksList(): Array<WiFiNetwork>;
|
|
4540
|
+
setOtherLocalNetworksList(value: Array<WiFiNetwork>): WiFiInterface;
|
|
4541
|
+
addOtherLocalNetworks(value?: WiFiNetwork, index?: number): WiFiNetwork;
|
|
4542
|
+
|
|
4543
|
+
serializeBinary(): Uint8Array;
|
|
4544
|
+
toObject(includeInstance?: boolean): WiFiInterface.AsObject;
|
|
4545
|
+
static toObject(includeInstance: boolean, msg: WiFiInterface): WiFiInterface.AsObject;
|
|
4546
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4547
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4548
|
+
static serializeBinaryToWriter(message: WiFiInterface, writer: jspb.BinaryWriter): void;
|
|
4549
|
+
static deserializeBinary(bytes: Uint8Array): WiFiInterface;
|
|
4550
|
+
static deserializeBinaryFromReader(message: WiFiInterface, reader: jspb.BinaryReader): WiFiInterface;
|
|
4551
|
+
}
|
|
4552
|
+
|
|
4553
|
+
export namespace WiFiInterface {
|
|
4554
|
+
export type AsObject = {
|
|
4555
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4556
|
+
airdropChannel?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4557
|
+
airdropSupported?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4558
|
+
autoUnlockSupported?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4559
|
+
cardType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4560
|
+
countryCode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4561
|
+
firmwareVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4562
|
+
locale?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4563
|
+
macAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4564
|
+
statusInformation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4565
|
+
supportedChannelsList: Array<string>,
|
|
4566
|
+
supportedPhyModes?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4567
|
+
wakeOnWirelessSupported?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4568
|
+
currentNetwork?: WiFiNetwork.AsObject,
|
|
4569
|
+
otherLocalNetworksList: Array<WiFiNetwork.AsObject>,
|
|
4570
|
+
}
|
|
4571
|
+
}
|
|
4572
|
+
|
|
4573
|
+
export class WiFiNetwork extends jspb.Message {
|
|
4574
|
+
|
|
4575
|
+
hasName(): boolean;
|
|
4576
|
+
clearName(): void;
|
|
4577
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4578
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4579
|
+
|
|
4580
|
+
hasNetworkBssid(): boolean;
|
|
4581
|
+
clearNetworkBssid(): void;
|
|
4582
|
+
getNetworkBssid(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4583
|
+
setNetworkBssid(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4584
|
+
|
|
4585
|
+
hasNetworkChannel(): boolean;
|
|
4586
|
+
clearNetworkChannel(): void;
|
|
4587
|
+
getNetworkChannel(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4588
|
+
setNetworkChannel(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4589
|
+
|
|
4590
|
+
hasNetworkCountryCode(): boolean;
|
|
4591
|
+
clearNetworkCountryCode(): void;
|
|
4592
|
+
getNetworkCountryCode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4593
|
+
setNetworkCountryCode(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4594
|
+
|
|
4595
|
+
hasNetworkMcsIndex(): boolean;
|
|
4596
|
+
clearNetworkMcsIndex(): void;
|
|
4597
|
+
getNetworkMcsIndex(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4598
|
+
setNetworkMcsIndex(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4599
|
+
|
|
4600
|
+
hasNetworkPhyMode(): boolean;
|
|
4601
|
+
clearNetworkPhyMode(): void;
|
|
4602
|
+
getNetworkPhyMode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4603
|
+
setNetworkPhyMode(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4604
|
+
|
|
4605
|
+
hasNetworkTransmitRate(): boolean;
|
|
4606
|
+
clearNetworkTransmitRate(): void;
|
|
4607
|
+
getNetworkTransmitRate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4608
|
+
setNetworkTransmitRate(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4609
|
+
|
|
4610
|
+
hasNetworkType(): boolean;
|
|
4611
|
+
clearNetworkType(): void;
|
|
4612
|
+
getNetworkType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4613
|
+
setNetworkType(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4614
|
+
|
|
4615
|
+
hasSecurityMode(): boolean;
|
|
4616
|
+
clearSecurityMode(): void;
|
|
4617
|
+
getSecurityMode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4618
|
+
setSecurityMode(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4619
|
+
|
|
4620
|
+
hasSignalNoise(): boolean;
|
|
4621
|
+
clearSignalNoise(): void;
|
|
4622
|
+
getSignalNoise(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4623
|
+
setSignalNoise(value?: google_protobuf_wrappers_pb.StringValue): WiFiNetwork;
|
|
4624
|
+
|
|
4625
|
+
serializeBinary(): Uint8Array;
|
|
4626
|
+
toObject(includeInstance?: boolean): WiFiNetwork.AsObject;
|
|
4627
|
+
static toObject(includeInstance: boolean, msg: WiFiNetwork): WiFiNetwork.AsObject;
|
|
4628
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4629
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4630
|
+
static serializeBinaryToWriter(message: WiFiNetwork, writer: jspb.BinaryWriter): void;
|
|
4631
|
+
static deserializeBinary(bytes: Uint8Array): WiFiNetwork;
|
|
4632
|
+
static deserializeBinaryFromReader(message: WiFiNetwork, reader: jspb.BinaryReader): WiFiNetwork;
|
|
4633
|
+
}
|
|
4634
|
+
|
|
4635
|
+
export namespace WiFiNetwork {
|
|
4636
|
+
export type AsObject = {
|
|
4637
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4638
|
+
networkBssid?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4639
|
+
networkChannel?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4640
|
+
networkCountryCode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4641
|
+
networkMcsIndex?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4642
|
+
networkPhyMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4643
|
+
networkTransmitRate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4644
|
+
networkType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4645
|
+
securityMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4646
|
+
signalNoise?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4647
|
+
}
|
|
4648
|
+
}
|
|
4649
|
+
|
|
4650
|
+
export class WiFiSoftware extends jspb.Message {
|
|
4651
|
+
|
|
4652
|
+
hasAirportUtilityVersion(): boolean;
|
|
4653
|
+
clearAirportUtilityVersion(): void;
|
|
4654
|
+
getAirportUtilityVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4655
|
+
setAirportUtilityVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4656
|
+
|
|
4657
|
+
hasCoreWlanVersion(): boolean;
|
|
4658
|
+
clearCoreWlanVersion(): void;
|
|
4659
|
+
getCoreWlanVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4660
|
+
setCoreWlanVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4661
|
+
|
|
4662
|
+
hasCoreWlanKitVersion(): boolean;
|
|
4663
|
+
clearCoreWlanKitVersion(): void;
|
|
4664
|
+
getCoreWlanKitVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4665
|
+
setCoreWlanKitVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4666
|
+
|
|
4667
|
+
hasDiagnosticsVersion(): boolean;
|
|
4668
|
+
clearDiagnosticsVersion(): void;
|
|
4669
|
+
getDiagnosticsVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4670
|
+
setDiagnosticsVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4671
|
+
|
|
4672
|
+
hasIo80211FamilyVersion(): boolean;
|
|
4673
|
+
clearIo80211FamilyVersion(): void;
|
|
4674
|
+
getIo80211FamilyVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4675
|
+
setIo80211FamilyVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4676
|
+
|
|
4677
|
+
hasMenuExtraVersion(): boolean;
|
|
4678
|
+
clearMenuExtraVersion(): void;
|
|
4679
|
+
getMenuExtraVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4680
|
+
setMenuExtraVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4681
|
+
|
|
4682
|
+
hasSystemInformationVersion(): boolean;
|
|
4683
|
+
clearSystemInformationVersion(): void;
|
|
4684
|
+
getSystemInformationVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4685
|
+
setSystemInformationVersion(value?: google_protobuf_wrappers_pb.StringValue): WiFiSoftware;
|
|
4686
|
+
|
|
4687
|
+
serializeBinary(): Uint8Array;
|
|
4688
|
+
toObject(includeInstance?: boolean): WiFiSoftware.AsObject;
|
|
4689
|
+
static toObject(includeInstance: boolean, msg: WiFiSoftware): WiFiSoftware.AsObject;
|
|
4690
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4691
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4692
|
+
static serializeBinaryToWriter(message: WiFiSoftware, writer: jspb.BinaryWriter): void;
|
|
4693
|
+
static deserializeBinary(bytes: Uint8Array): WiFiSoftware;
|
|
4694
|
+
static deserializeBinaryFromReader(message: WiFiSoftware, reader: jspb.BinaryReader): WiFiSoftware;
|
|
4695
|
+
}
|
|
4696
|
+
|
|
4697
|
+
export namespace WiFiSoftware {
|
|
4698
|
+
export type AsObject = {
|
|
4699
|
+
airportUtilityVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4700
|
+
coreWlanVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4701
|
+
coreWlanKitVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4702
|
+
diagnosticsVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4703
|
+
io80211FamilyVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4704
|
+
menuExtraVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4705
|
+
systemInformationVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4706
|
+
}
|
|
4707
|
+
}
|
|
4708
|
+
|
|
4709
|
+
export class MacExtension extends jspb.Message {
|
|
4710
|
+
clearEntriesList(): void;
|
|
4711
|
+
getEntriesList(): Array<Extension>;
|
|
4712
|
+
setEntriesList(value: Array<Extension>): MacExtension;
|
|
4713
|
+
addEntries(value?: Extension, index?: number): Extension;
|
|
4714
|
+
|
|
4715
|
+
serializeBinary(): Uint8Array;
|
|
4716
|
+
toObject(includeInstance?: boolean): MacExtension.AsObject;
|
|
4717
|
+
static toObject(includeInstance: boolean, msg: MacExtension): MacExtension.AsObject;
|
|
4718
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4719
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4720
|
+
static serializeBinaryToWriter(message: MacExtension, writer: jspb.BinaryWriter): void;
|
|
4721
|
+
static deserializeBinary(bytes: Uint8Array): MacExtension;
|
|
4722
|
+
static deserializeBinaryFromReader(message: MacExtension, reader: jspb.BinaryReader): MacExtension;
|
|
4723
|
+
}
|
|
4724
|
+
|
|
4725
|
+
export namespace MacExtension {
|
|
4726
|
+
export type AsObject = {
|
|
4727
|
+
entriesList: Array<Extension.AsObject>,
|
|
4728
|
+
}
|
|
4729
|
+
}
|
|
4730
|
+
|
|
4731
|
+
export class Extension extends jspb.Message {
|
|
4732
|
+
|
|
4733
|
+
hasName(): boolean;
|
|
4734
|
+
clearName(): void;
|
|
4735
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4736
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4737
|
+
|
|
4738
|
+
hasHas64BitIntelCode(): boolean;
|
|
4739
|
+
clearHas64BitIntelCode(): void;
|
|
4740
|
+
getHas64BitIntelCode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4741
|
+
setHas64BitIntelCode(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4742
|
+
clearArchitecturesList(): void;
|
|
4743
|
+
getArchitecturesList(): Array<string>;
|
|
4744
|
+
setArchitecturesList(value: Array<string>): Extension;
|
|
4745
|
+
addArchitectures(value: string, index?: number): string;
|
|
4746
|
+
|
|
4747
|
+
hasBundleId(): boolean;
|
|
4748
|
+
clearBundleId(): void;
|
|
4749
|
+
getBundleId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4750
|
+
setBundleId(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4751
|
+
|
|
4752
|
+
hasDependencies(): boolean;
|
|
4753
|
+
clearDependencies(): void;
|
|
4754
|
+
getDependencies(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4755
|
+
setDependencies(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4756
|
+
clearDependencyErrorsList(): void;
|
|
4757
|
+
getDependencyErrorsList(): Array<ExtensionErrorType>;
|
|
4758
|
+
setDependencyErrorsList(value: Array<ExtensionErrorType>): Extension;
|
|
4759
|
+
addDependencyErrors(value?: ExtensionErrorType, index?: number): ExtensionErrorType;
|
|
4760
|
+
|
|
4761
|
+
hasInfo(): boolean;
|
|
4762
|
+
clearInfo(): void;
|
|
4763
|
+
getInfo(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4764
|
+
setInfo(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4765
|
+
|
|
4766
|
+
hasLastModified(): boolean;
|
|
4767
|
+
clearLastModified(): void;
|
|
4768
|
+
getLastModified(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4769
|
+
setLastModified(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4770
|
+
|
|
4771
|
+
hasLoadAddress(): boolean;
|
|
4772
|
+
clearLoadAddress(): void;
|
|
4773
|
+
getLoadAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4774
|
+
setLoadAddress(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4775
|
+
|
|
4776
|
+
hasLoadable(): boolean;
|
|
4777
|
+
clearLoadable(): void;
|
|
4778
|
+
getLoadable(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4779
|
+
setLoadable(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4780
|
+
|
|
4781
|
+
hasLoaded(): boolean;
|
|
4782
|
+
clearLoaded(): void;
|
|
4783
|
+
getLoaded(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4784
|
+
setLoaded(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4785
|
+
|
|
4786
|
+
hasNotarized(): boolean;
|
|
4787
|
+
clearNotarized(): void;
|
|
4788
|
+
getNotarized(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4789
|
+
setNotarized(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4790
|
+
|
|
4791
|
+
hasObtainedFrom(): boolean;
|
|
4792
|
+
clearObtainedFrom(): void;
|
|
4793
|
+
getObtainedFrom(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4794
|
+
setObtainedFrom(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4795
|
+
|
|
4796
|
+
hasPathLocation(): boolean;
|
|
4797
|
+
clearPathLocation(): void;
|
|
4798
|
+
getPathLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4799
|
+
setPathLocation(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4800
|
+
|
|
4801
|
+
hasRuntimeEnvironment(): boolean;
|
|
4802
|
+
clearRuntimeEnvironment(): void;
|
|
4803
|
+
getRuntimeEnvironment(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4804
|
+
setRuntimeEnvironment(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4805
|
+
|
|
4806
|
+
hasSignedBy(): boolean;
|
|
4807
|
+
clearSignedBy(): void;
|
|
4808
|
+
getSignedBy(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4809
|
+
setSignedBy(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4810
|
+
|
|
4811
|
+
hasSigningErrors(): boolean;
|
|
4812
|
+
clearSigningErrors(): void;
|
|
4813
|
+
getSigningErrors(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4814
|
+
setSigningErrors(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4815
|
+
clearValidityErrorsList(): void;
|
|
4816
|
+
getValidityErrorsList(): Array<ExtensionErrorType>;
|
|
4817
|
+
setValidityErrorsList(value: Array<ExtensionErrorType>): Extension;
|
|
4818
|
+
addValidityErrors(value?: ExtensionErrorType, index?: number): ExtensionErrorType;
|
|
4819
|
+
|
|
4820
|
+
hasVersion(): boolean;
|
|
4821
|
+
clearVersion(): void;
|
|
4822
|
+
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4823
|
+
setVersion(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4824
|
+
|
|
4825
|
+
hasVersionKext(): boolean;
|
|
4826
|
+
clearVersionKext(): void;
|
|
4827
|
+
getVersionKext(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4828
|
+
setVersionKext(value?: google_protobuf_wrappers_pb.StringValue): Extension;
|
|
4829
|
+
|
|
4830
|
+
serializeBinary(): Uint8Array;
|
|
4831
|
+
toObject(includeInstance?: boolean): Extension.AsObject;
|
|
4832
|
+
static toObject(includeInstance: boolean, msg: Extension): Extension.AsObject;
|
|
4833
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4834
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4835
|
+
static serializeBinaryToWriter(message: Extension, writer: jspb.BinaryWriter): void;
|
|
4836
|
+
static deserializeBinary(bytes: Uint8Array): Extension;
|
|
4837
|
+
static deserializeBinaryFromReader(message: Extension, reader: jspb.BinaryReader): Extension;
|
|
4838
|
+
}
|
|
4839
|
+
|
|
4840
|
+
export namespace Extension {
|
|
4841
|
+
export type AsObject = {
|
|
4842
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4843
|
+
has64BitIntelCode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4844
|
+
architecturesList: Array<string>,
|
|
4845
|
+
bundleId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4846
|
+
dependencies?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4847
|
+
dependencyErrorsList: Array<ExtensionErrorType.AsObject>,
|
|
4848
|
+
info?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4849
|
+
lastModified?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4850
|
+
loadAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4851
|
+
loadable?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4852
|
+
loaded?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4853
|
+
notarized?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4854
|
+
obtainedFrom?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4855
|
+
pathLocation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4856
|
+
runtimeEnvironment?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4857
|
+
signedBy?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4858
|
+
signingErrors?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4859
|
+
validityErrorsList: Array<ExtensionErrorType.AsObject>,
|
|
4860
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4861
|
+
versionKext?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4862
|
+
}
|
|
4863
|
+
}
|
|
4864
|
+
|
|
4865
|
+
export class ExtensionErrorType extends jspb.Message {
|
|
4866
|
+
|
|
4867
|
+
hasErrorType(): boolean;
|
|
4868
|
+
clearErrorType(): void;
|
|
4869
|
+
getErrorType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4870
|
+
setErrorType(value?: google_protobuf_wrappers_pb.StringValue): ExtensionErrorType;
|
|
4871
|
+
clearErrorsList(): void;
|
|
4872
|
+
getErrorsList(): Array<ExtensionError>;
|
|
4873
|
+
setErrorsList(value: Array<ExtensionError>): ExtensionErrorType;
|
|
4874
|
+
addErrors(value?: ExtensionError, index?: number): ExtensionError;
|
|
4875
|
+
|
|
4876
|
+
serializeBinary(): Uint8Array;
|
|
4877
|
+
toObject(includeInstance?: boolean): ExtensionErrorType.AsObject;
|
|
4878
|
+
static toObject(includeInstance: boolean, msg: ExtensionErrorType): ExtensionErrorType.AsObject;
|
|
4879
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4880
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4881
|
+
static serializeBinaryToWriter(message: ExtensionErrorType, writer: jspb.BinaryWriter): void;
|
|
4882
|
+
static deserializeBinary(bytes: Uint8Array): ExtensionErrorType;
|
|
4883
|
+
static deserializeBinaryFromReader(message: ExtensionErrorType, reader: jspb.BinaryReader): ExtensionErrorType;
|
|
4884
|
+
}
|
|
4885
|
+
|
|
4886
|
+
export namespace ExtensionErrorType {
|
|
4887
|
+
export type AsObject = {
|
|
4888
|
+
errorType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4889
|
+
errorsList: Array<ExtensionError.AsObject>,
|
|
4890
|
+
}
|
|
4891
|
+
}
|
|
4892
|
+
|
|
4893
|
+
export class ExtensionError extends jspb.Message {
|
|
4894
|
+
|
|
4895
|
+
hasErrorDescription(): boolean;
|
|
4896
|
+
clearErrorDescription(): void;
|
|
4897
|
+
getErrorDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4898
|
+
setErrorDescription(value?: google_protobuf_wrappers_pb.StringValue): ExtensionError;
|
|
4899
|
+
clearValuesList(): void;
|
|
4900
|
+
getValuesList(): Array<string>;
|
|
4901
|
+
setValuesList(value: Array<string>): ExtensionError;
|
|
4902
|
+
addValues(value: string, index?: number): string;
|
|
4903
|
+
|
|
4904
|
+
serializeBinary(): Uint8Array;
|
|
4905
|
+
toObject(includeInstance?: boolean): ExtensionError.AsObject;
|
|
4906
|
+
static toObject(includeInstance: boolean, msg: ExtensionError): ExtensionError.AsObject;
|
|
4907
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4908
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4909
|
+
static serializeBinaryToWriter(message: ExtensionError, writer: jspb.BinaryWriter): void;
|
|
4910
|
+
static deserializeBinary(bytes: Uint8Array): ExtensionError;
|
|
4911
|
+
static deserializeBinaryFromReader(message: ExtensionError, reader: jspb.BinaryReader): ExtensionError;
|
|
4912
|
+
}
|
|
4913
|
+
|
|
4914
|
+
export namespace ExtensionError {
|
|
4915
|
+
export type AsObject = {
|
|
4916
|
+
errorDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4917
|
+
valuesList: Array<string>,
|
|
4918
|
+
}
|
|
4919
|
+
}
|
|
4920
|
+
|
|
4921
|
+
export class MacFramework extends jspb.Message {
|
|
4922
|
+
clearEntriesList(): void;
|
|
4923
|
+
getEntriesList(): Array<Framework>;
|
|
4924
|
+
setEntriesList(value: Array<Framework>): MacFramework;
|
|
4925
|
+
addEntries(value?: Framework, index?: number): Framework;
|
|
4926
|
+
|
|
4927
|
+
serializeBinary(): Uint8Array;
|
|
4928
|
+
toObject(includeInstance?: boolean): MacFramework.AsObject;
|
|
4929
|
+
static toObject(includeInstance: boolean, msg: MacFramework): MacFramework.AsObject;
|
|
4930
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4931
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4932
|
+
static serializeBinaryToWriter(message: MacFramework, writer: jspb.BinaryWriter): void;
|
|
4933
|
+
static deserializeBinary(bytes: Uint8Array): MacFramework;
|
|
4934
|
+
static deserializeBinaryFromReader(message: MacFramework, reader: jspb.BinaryReader): MacFramework;
|
|
4935
|
+
}
|
|
4936
|
+
|
|
4937
|
+
export namespace MacFramework {
|
|
4938
|
+
export type AsObject = {
|
|
4939
|
+
entriesList: Array<Framework.AsObject>,
|
|
4940
|
+
}
|
|
4941
|
+
}
|
|
4942
|
+
|
|
4943
|
+
export class Framework extends jspb.Message {
|
|
4944
|
+
|
|
4945
|
+
hasName(): boolean;
|
|
4946
|
+
clearName(): void;
|
|
4947
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4948
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4949
|
+
|
|
4950
|
+
hasArchKind(): boolean;
|
|
4951
|
+
clearArchKind(): void;
|
|
4952
|
+
getArchKind(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4953
|
+
setArchKind(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4954
|
+
|
|
4955
|
+
hasInfo(): boolean;
|
|
4956
|
+
clearInfo(): void;
|
|
4957
|
+
getInfo(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4958
|
+
setInfo(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4959
|
+
|
|
4960
|
+
hasLastModified(): boolean;
|
|
4961
|
+
clearLastModified(): void;
|
|
4962
|
+
getLastModified(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4963
|
+
setLastModified(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4964
|
+
|
|
4965
|
+
hasObtainedFrom(): boolean;
|
|
4966
|
+
clearObtainedFrom(): void;
|
|
4967
|
+
getObtainedFrom(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4968
|
+
setObtainedFrom(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4969
|
+
|
|
4970
|
+
hasPathLocation(): boolean;
|
|
4971
|
+
clearPathLocation(): void;
|
|
4972
|
+
getPathLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4973
|
+
setPathLocation(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4974
|
+
|
|
4975
|
+
hasPrivateFramework(): boolean;
|
|
4976
|
+
clearPrivateFramework(): void;
|
|
4977
|
+
getPrivateFramework(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4978
|
+
setPrivateFramework(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4979
|
+
clearSignedByList(): void;
|
|
4980
|
+
getSignedByList(): Array<string>;
|
|
4981
|
+
setSignedByList(value: Array<string>): Framework;
|
|
4982
|
+
addSignedBy(value: string, index?: number): string;
|
|
4983
|
+
|
|
4984
|
+
hasVersion(): boolean;
|
|
4985
|
+
clearVersion(): void;
|
|
4986
|
+
getVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4987
|
+
setVersion(value?: google_protobuf_wrappers_pb.StringValue): Framework;
|
|
4988
|
+
|
|
4989
|
+
serializeBinary(): Uint8Array;
|
|
4990
|
+
toObject(includeInstance?: boolean): Framework.AsObject;
|
|
4991
|
+
static toObject(includeInstance: boolean, msg: Framework): Framework.AsObject;
|
|
4992
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
4993
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
4994
|
+
static serializeBinaryToWriter(message: Framework, writer: jspb.BinaryWriter): void;
|
|
4995
|
+
static deserializeBinary(bytes: Uint8Array): Framework;
|
|
4996
|
+
static deserializeBinaryFromReader(message: Framework, reader: jspb.BinaryReader): Framework;
|
|
4997
|
+
}
|
|
4998
|
+
|
|
4999
|
+
export namespace Framework {
|
|
5000
|
+
export type AsObject = {
|
|
5001
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5002
|
+
archKind?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5003
|
+
info?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5004
|
+
lastModified?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5005
|
+
obtainedFrom?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5006
|
+
pathLocation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5007
|
+
privateFramework?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5008
|
+
signedByList: Array<string>,
|
|
5009
|
+
version?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5010
|
+
}
|
|
5011
|
+
}
|
|
5012
|
+
|
|
5013
|
+
export class MacInstallHistory extends jspb.Message {
|
|
5014
|
+
clearEntriesList(): void;
|
|
5015
|
+
getEntriesList(): Array<InstallHistory>;
|
|
5016
|
+
setEntriesList(value: Array<InstallHistory>): MacInstallHistory;
|
|
5017
|
+
addEntries(value?: InstallHistory, index?: number): InstallHistory;
|
|
5018
|
+
|
|
5019
|
+
serializeBinary(): Uint8Array;
|
|
5020
|
+
toObject(includeInstance?: boolean): MacInstallHistory.AsObject;
|
|
5021
|
+
static toObject(includeInstance: boolean, msg: MacInstallHistory): MacInstallHistory.AsObject;
|
|
5022
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5023
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5024
|
+
static serializeBinaryToWriter(message: MacInstallHistory, writer: jspb.BinaryWriter): void;
|
|
5025
|
+
static deserializeBinary(bytes: Uint8Array): MacInstallHistory;
|
|
5026
|
+
static deserializeBinaryFromReader(message: MacInstallHistory, reader: jspb.BinaryReader): MacInstallHistory;
|
|
5027
|
+
}
|
|
5028
|
+
|
|
5029
|
+
export namespace MacInstallHistory {
|
|
5030
|
+
export type AsObject = {
|
|
5031
|
+
entriesList: Array<InstallHistory.AsObject>,
|
|
5032
|
+
}
|
|
5033
|
+
}
|
|
5034
|
+
|
|
5035
|
+
export class InstallHistory extends jspb.Message {
|
|
5036
|
+
|
|
5037
|
+
hasName(): boolean;
|
|
5038
|
+
clearName(): void;
|
|
5039
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5040
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): InstallHistory;
|
|
5041
|
+
|
|
5042
|
+
hasInstallDate(): boolean;
|
|
5043
|
+
clearInstallDate(): void;
|
|
5044
|
+
getInstallDate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5045
|
+
setInstallDate(value?: google_protobuf_wrappers_pb.StringValue): InstallHistory;
|
|
5046
|
+
|
|
5047
|
+
hasInstallVersion(): boolean;
|
|
5048
|
+
clearInstallVersion(): void;
|
|
5049
|
+
getInstallVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5050
|
+
setInstallVersion(value?: google_protobuf_wrappers_pb.StringValue): InstallHistory;
|
|
5051
|
+
|
|
5052
|
+
hasPackageSource(): boolean;
|
|
5053
|
+
clearPackageSource(): void;
|
|
5054
|
+
getPackageSource(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5055
|
+
setPackageSource(value?: google_protobuf_wrappers_pb.StringValue): InstallHistory;
|
|
5056
|
+
|
|
5057
|
+
serializeBinary(): Uint8Array;
|
|
5058
|
+
toObject(includeInstance?: boolean): InstallHistory.AsObject;
|
|
5059
|
+
static toObject(includeInstance: boolean, msg: InstallHistory): InstallHistory.AsObject;
|
|
5060
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
5061
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
5062
|
+
static serializeBinaryToWriter(message: InstallHistory, writer: jspb.BinaryWriter): void;
|
|
5063
|
+
static deserializeBinary(bytes: Uint8Array): InstallHistory;
|
|
5064
|
+
static deserializeBinaryFromReader(message: InstallHistory, reader: jspb.BinaryReader): InstallHistory;
|
|
5065
|
+
}
|
|
5066
|
+
|
|
5067
|
+
export namespace InstallHistory {
|
|
5068
|
+
export type AsObject = {
|
|
5069
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5070
|
+
installDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5071
|
+
installVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5072
|
+
packageSource?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5073
|
+
}
|
|
5074
|
+
}
|