@lansweeper/data-platform-outbound-grpc 0.1.89 → 0.1.90
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 +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +70 -0
- package/gen-proto/outbound_pb.js +560 -1
- package/generated-go/outbound.pb.go +3851 -3687
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +14 -0
|
@@ -782,6 +782,10 @@ export class Computer extends jspb.Message {
|
|
|
782
782
|
getWindowsCodecsComponentList(): Array<ComputerWindowsCodec>;
|
|
783
783
|
setWindowsCodecsComponentList(value: Array<ComputerWindowsCodec>): Computer;
|
|
784
784
|
addWindowsCodecsComponent(value?: ComputerWindowsCodec, index?: number): ComputerWindowsCodec;
|
|
785
|
+
clearWindowsSatList(): void;
|
|
786
|
+
getWindowsSatList(): Array<ComputerWindowsSat>;
|
|
787
|
+
setWindowsSatList(value: Array<ComputerWindowsSat>): Computer;
|
|
788
|
+
addWindowsSat(value?: ComputerWindowsSat, index?: number): ComputerWindowsSat;
|
|
785
789
|
|
|
786
790
|
hasLastUser(): boolean;
|
|
787
791
|
clearLastUser(): void;
|
|
@@ -869,6 +873,7 @@ export namespace Computer {
|
|
|
869
873
|
windowsCodecsComList: Array<ComputerWindowsCodec.AsObject>,
|
|
870
874
|
windowsCodecsDcomList: Array<ComputerWindowsCodec.AsObject>,
|
|
871
875
|
windowsCodecsComponentList: Array<ComputerWindowsCodec.AsObject>,
|
|
876
|
+
windowsSatList: Array<ComputerWindowsSat.AsObject>,
|
|
872
877
|
lastUser?: LastUser.AsObject,
|
|
873
878
|
userList: Array<UserAccount.AsObject>,
|
|
874
879
|
userGroupList: Array<UserGroup.AsObject>,
|
|
@@ -7465,6 +7470,71 @@ export namespace ComputerWindowsCodec {
|
|
|
7465
7470
|
}
|
|
7466
7471
|
}
|
|
7467
7472
|
|
|
7473
|
+
export class ComputerWindowsSat extends jspb.Message {
|
|
7474
|
+
|
|
7475
|
+
hasTimeTaken(): boolean;
|
|
7476
|
+
clearTimeTaken(): void;
|
|
7477
|
+
getTimeTaken(): string | undefined;
|
|
7478
|
+
setTimeTaken(value: string): ComputerWindowsSat;
|
|
7479
|
+
|
|
7480
|
+
hasWinSprLevel(): boolean;
|
|
7481
|
+
clearWinSprLevel(): void;
|
|
7482
|
+
getWinSprLevel(): number | undefined;
|
|
7483
|
+
setWinSprLevel(value: number): ComputerWindowsSat;
|
|
7484
|
+
|
|
7485
|
+
hasWinSatAssessmentState(): boolean;
|
|
7486
|
+
clearWinSatAssessmentState(): void;
|
|
7487
|
+
getWinSatAssessmentState(): number | undefined;
|
|
7488
|
+
setWinSatAssessmentState(value: number): ComputerWindowsSat;
|
|
7489
|
+
|
|
7490
|
+
hasMemoryScore(): boolean;
|
|
7491
|
+
clearMemoryScore(): void;
|
|
7492
|
+
getMemoryScore(): number | undefined;
|
|
7493
|
+
setMemoryScore(value: number): ComputerWindowsSat;
|
|
7494
|
+
|
|
7495
|
+
hasCpuScore(): boolean;
|
|
7496
|
+
clearCpuScore(): void;
|
|
7497
|
+
getCpuScore(): number | undefined;
|
|
7498
|
+
setCpuScore(value: number): ComputerWindowsSat;
|
|
7499
|
+
|
|
7500
|
+
hasDiskScore(): boolean;
|
|
7501
|
+
clearDiskScore(): void;
|
|
7502
|
+
getDiskScore(): number | undefined;
|
|
7503
|
+
setDiskScore(value: number): ComputerWindowsSat;
|
|
7504
|
+
|
|
7505
|
+
hasD3dScore(): boolean;
|
|
7506
|
+
clearD3dScore(): void;
|
|
7507
|
+
getD3dScore(): number | undefined;
|
|
7508
|
+
setD3dScore(value: number): ComputerWindowsSat;
|
|
7509
|
+
|
|
7510
|
+
hasGraphicsScore(): boolean;
|
|
7511
|
+
clearGraphicsScore(): void;
|
|
7512
|
+
getGraphicsScore(): number | undefined;
|
|
7513
|
+
setGraphicsScore(value: number): ComputerWindowsSat;
|
|
7514
|
+
|
|
7515
|
+
serializeBinary(): Uint8Array;
|
|
7516
|
+
toObject(includeInstance?: boolean): ComputerWindowsSat.AsObject;
|
|
7517
|
+
static toObject(includeInstance: boolean, msg: ComputerWindowsSat): ComputerWindowsSat.AsObject;
|
|
7518
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
7519
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
7520
|
+
static serializeBinaryToWriter(message: ComputerWindowsSat, writer: jspb.BinaryWriter): void;
|
|
7521
|
+
static deserializeBinary(bytes: Uint8Array): ComputerWindowsSat;
|
|
7522
|
+
static deserializeBinaryFromReader(message: ComputerWindowsSat, reader: jspb.BinaryReader): ComputerWindowsSat;
|
|
7523
|
+
}
|
|
7524
|
+
|
|
7525
|
+
export namespace ComputerWindowsSat {
|
|
7526
|
+
export type AsObject = {
|
|
7527
|
+
timeTaken?: string,
|
|
7528
|
+
winSprLevel?: number,
|
|
7529
|
+
winSatAssessmentState?: number,
|
|
7530
|
+
memoryScore?: number,
|
|
7531
|
+
cpuScore?: number,
|
|
7532
|
+
diskScore?: number,
|
|
7533
|
+
d3dScore?: number,
|
|
7534
|
+
graphicsScore?: number,
|
|
7535
|
+
}
|
|
7536
|
+
}
|
|
7537
|
+
|
|
7468
7538
|
export class ComputerWindowsCertificate extends jspb.Message {
|
|
7469
7539
|
clearEnhancedKeyUsageList(): void;
|
|
7470
7540
|
getEnhancedKeyUsageList(): Array<WindowsCertificateEnhancedKeyUsage>;
|
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -66,6 +66,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeControl
|
|
|
66
66
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsNetworkClient', null, global);
|
|
67
67
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile', null, global);
|
|
68
68
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.PageFileCase', null, global);
|
|
69
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat', null, global);
|
|
69
70
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial', null, global);
|
|
70
71
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CoreFields', null, global);
|
|
71
72
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrField', null, global);
|
|
@@ -2515,6 +2516,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2515
2516
|
*/
|
|
2516
2517
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec';
|
|
2517
2518
|
}
|
|
2519
|
+
/**
|
|
2520
|
+
* Generated by JsPbCodeGenerator.
|
|
2521
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2522
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2523
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2524
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2525
|
+
* valid.
|
|
2526
|
+
* @extends {jspb.Message}
|
|
2527
|
+
* @constructor
|
|
2528
|
+
*/
|
|
2529
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat = function(opt_data) {
|
|
2530
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2531
|
+
};
|
|
2532
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat, jspb.Message);
|
|
2533
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2534
|
+
/**
|
|
2535
|
+
* @public
|
|
2536
|
+
* @override
|
|
2537
|
+
*/
|
|
2538
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat';
|
|
2539
|
+
}
|
|
2518
2540
|
/**
|
|
2519
2541
|
* Generated by JsPbCodeGenerator.
|
|
2520
2542
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -7362,7 +7384,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasCloud = function() {
|
|
|
7362
7384
|
* @private {!Array<number>}
|
|
7363
7385
|
* @const
|
|
7364
7386
|
*/
|
|
7365
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,102,103,105,107,202,203,205,206,207,210,211,212,213,214,215,216,217,302,303,304];
|
|
7387
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,102,103,105,107,202,203,205,206,207,210,211,212,213,214,215,216,217,218,302,303,304];
|
|
7366
7388
|
|
|
7367
7389
|
|
|
7368
7390
|
|
|
@@ -7499,6 +7521,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
|
|
|
7499
7521
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.toObject, includeInstance),
|
|
7500
7522
|
windowsCodecsComponentList: jspb.Message.toObjectList(msg.getWindowsCodecsComponentList(),
|
|
7501
7523
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.toObject, includeInstance),
|
|
7524
|
+
windowsSatList: jspb.Message.toObjectList(msg.getWindowsSatList(),
|
|
7525
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.toObject, includeInstance),
|
|
7502
7526
|
lastUser: (f = msg.getLastUser()) && proto.com.lansweeper.dp.outbound.v1.LastUser.toObject(includeInstance, f),
|
|
7503
7527
|
userList: jspb.Message.toObjectList(msg.getUserList(),
|
|
7504
7528
|
proto.com.lansweeper.dp.outbound.v1.UserAccount.toObject, includeInstance),
|
|
@@ -7827,6 +7851,11 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
|
|
|
7827
7851
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.deserializeBinaryFromReader);
|
|
7828
7852
|
msg.addWindowsCodecsComponent(value);
|
|
7829
7853
|
break;
|
|
7854
|
+
case 218:
|
|
7855
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat;
|
|
7856
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.deserializeBinaryFromReader);
|
|
7857
|
+
msg.addWindowsSat(value);
|
|
7858
|
+
break;
|
|
7830
7859
|
case 301:
|
|
7831
7860
|
var value = new proto.com.lansweeper.dp.outbound.v1.LastUser;
|
|
7832
7861
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.LastUser.deserializeBinaryFromReader);
|
|
@@ -8332,6 +8361,14 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
|
|
|
8332
8361
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.serializeBinaryToWriter
|
|
8333
8362
|
);
|
|
8334
8363
|
}
|
|
8364
|
+
f = message.getWindowsSatList();
|
|
8365
|
+
if (f.length > 0) {
|
|
8366
|
+
writer.writeRepeatedMessage(
|
|
8367
|
+
218,
|
|
8368
|
+
f,
|
|
8369
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.serializeBinaryToWriter
|
|
8370
|
+
);
|
|
8371
|
+
}
|
|
8335
8372
|
f = message.getLastUser();
|
|
8336
8373
|
if (f != null) {
|
|
8337
8374
|
writer.writeMessage(
|
|
@@ -10523,6 +10560,44 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsCodecsCompone
|
|
|
10523
10560
|
};
|
|
10524
10561
|
|
|
10525
10562
|
|
|
10563
|
+
/**
|
|
10564
|
+
* repeated ComputerWindowsSat windows_sat = 218;
|
|
10565
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat>}
|
|
10566
|
+
*/
|
|
10567
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsSatList = function() {
|
|
10568
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat>} */ (
|
|
10569
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat, 218));
|
|
10570
|
+
};
|
|
10571
|
+
|
|
10572
|
+
|
|
10573
|
+
/**
|
|
10574
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat>} value
|
|
10575
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10576
|
+
*/
|
|
10577
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsSatList = function(value) {
|
|
10578
|
+
return jspb.Message.setRepeatedWrapperField(this, 218, value);
|
|
10579
|
+
};
|
|
10580
|
+
|
|
10581
|
+
|
|
10582
|
+
/**
|
|
10583
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat=} opt_value
|
|
10584
|
+
* @param {number=} opt_index
|
|
10585
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat}
|
|
10586
|
+
*/
|
|
10587
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsSat = function(opt_value, opt_index) {
|
|
10588
|
+
return jspb.Message.addToRepeatedWrapperField(this, 218, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat, opt_index);
|
|
10589
|
+
};
|
|
10590
|
+
|
|
10591
|
+
|
|
10592
|
+
/**
|
|
10593
|
+
* Clears the list making it empty but non-null.
|
|
10594
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10595
|
+
*/
|
|
10596
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsSatList = function() {
|
|
10597
|
+
return this.setWindowsSatList([]);
|
|
10598
|
+
};
|
|
10599
|
+
|
|
10600
|
+
|
|
10526
10601
|
/**
|
|
10527
10602
|
* optional LastUser last_user = 301;
|
|
10528
10603
|
* @return {?proto.com.lansweeper.dp.outbound.v1.LastUser}
|
|
@@ -60551,6 +60626,490 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasCaption =
|
|
|
60551
60626
|
|
|
60552
60627
|
|
|
60553
60628
|
|
|
60629
|
+
|
|
60630
|
+
|
|
60631
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
60632
|
+
/**
|
|
60633
|
+
* Creates an object representation of this proto.
|
|
60634
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
60635
|
+
* Optional fields that are not set will be set to undefined.
|
|
60636
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
60637
|
+
* For the list of reserved names please see:
|
|
60638
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
60639
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
60640
|
+
* JSPB instance for transitional soy proto support:
|
|
60641
|
+
* http://goto/soy-param-migration
|
|
60642
|
+
* @return {!Object}
|
|
60643
|
+
*/
|
|
60644
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.toObject = function(opt_includeInstance) {
|
|
60645
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.toObject(opt_includeInstance, this);
|
|
60646
|
+
};
|
|
60647
|
+
|
|
60648
|
+
|
|
60649
|
+
/**
|
|
60650
|
+
* Static version of the {@see toObject} method.
|
|
60651
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
60652
|
+
* the JSPB instance for transitional soy proto support:
|
|
60653
|
+
* http://goto/soy-param-migration
|
|
60654
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} msg The msg instance to transform.
|
|
60655
|
+
* @return {!Object}
|
|
60656
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
60657
|
+
*/
|
|
60658
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.toObject = function(includeInstance, msg) {
|
|
60659
|
+
var f, obj = {
|
|
60660
|
+
timeTaken: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
60661
|
+
winSprLevel: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
|
|
60662
|
+
winSatAssessmentState: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
60663
|
+
memoryScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
|
|
60664
|
+
cpuScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0),
|
|
60665
|
+
diskScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 6, 0.0),
|
|
60666
|
+
d3dScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 7, 0.0),
|
|
60667
|
+
graphicsScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 8, 0.0)
|
|
60668
|
+
};
|
|
60669
|
+
|
|
60670
|
+
if (includeInstance) {
|
|
60671
|
+
obj.$jspbMessageInstance = msg;
|
|
60672
|
+
}
|
|
60673
|
+
return obj;
|
|
60674
|
+
};
|
|
60675
|
+
}
|
|
60676
|
+
|
|
60677
|
+
|
|
60678
|
+
/**
|
|
60679
|
+
* Deserializes binary data (in protobuf wire format).
|
|
60680
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
60681
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat}
|
|
60682
|
+
*/
|
|
60683
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.deserializeBinary = function(bytes) {
|
|
60684
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
60685
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat;
|
|
60686
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.deserializeBinaryFromReader(msg, reader);
|
|
60687
|
+
};
|
|
60688
|
+
|
|
60689
|
+
|
|
60690
|
+
/**
|
|
60691
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
60692
|
+
* given reader into the given message object.
|
|
60693
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} msg The message object to deserialize into.
|
|
60694
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
60695
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat}
|
|
60696
|
+
*/
|
|
60697
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.deserializeBinaryFromReader = function(msg, reader) {
|
|
60698
|
+
while (reader.nextField()) {
|
|
60699
|
+
if (reader.isEndGroup()) {
|
|
60700
|
+
break;
|
|
60701
|
+
}
|
|
60702
|
+
var field = reader.getFieldNumber();
|
|
60703
|
+
switch (field) {
|
|
60704
|
+
case 1:
|
|
60705
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60706
|
+
msg.setTimeTaken(value);
|
|
60707
|
+
break;
|
|
60708
|
+
case 2:
|
|
60709
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
60710
|
+
msg.setWinSprLevel(value);
|
|
60711
|
+
break;
|
|
60712
|
+
case 3:
|
|
60713
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
60714
|
+
msg.setWinSatAssessmentState(value);
|
|
60715
|
+
break;
|
|
60716
|
+
case 4:
|
|
60717
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
60718
|
+
msg.setMemoryScore(value);
|
|
60719
|
+
break;
|
|
60720
|
+
case 5:
|
|
60721
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
60722
|
+
msg.setCpuScore(value);
|
|
60723
|
+
break;
|
|
60724
|
+
case 6:
|
|
60725
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
60726
|
+
msg.setDiskScore(value);
|
|
60727
|
+
break;
|
|
60728
|
+
case 7:
|
|
60729
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
60730
|
+
msg.setD3dScore(value);
|
|
60731
|
+
break;
|
|
60732
|
+
case 8:
|
|
60733
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
60734
|
+
msg.setGraphicsScore(value);
|
|
60735
|
+
break;
|
|
60736
|
+
default:
|
|
60737
|
+
reader.skipField();
|
|
60738
|
+
break;
|
|
60739
|
+
}
|
|
60740
|
+
}
|
|
60741
|
+
return msg;
|
|
60742
|
+
};
|
|
60743
|
+
|
|
60744
|
+
|
|
60745
|
+
/**
|
|
60746
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
60747
|
+
* @return {!Uint8Array}
|
|
60748
|
+
*/
|
|
60749
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.serializeBinary = function() {
|
|
60750
|
+
var writer = new jspb.BinaryWriter();
|
|
60751
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.serializeBinaryToWriter(this, writer);
|
|
60752
|
+
return writer.getResultBuffer();
|
|
60753
|
+
};
|
|
60754
|
+
|
|
60755
|
+
|
|
60756
|
+
/**
|
|
60757
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
60758
|
+
* format), writing to the given BinaryWriter.
|
|
60759
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} message
|
|
60760
|
+
* @param {!jspb.BinaryWriter} writer
|
|
60761
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
60762
|
+
*/
|
|
60763
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.serializeBinaryToWriter = function(message, writer) {
|
|
60764
|
+
var f = undefined;
|
|
60765
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
60766
|
+
if (f != null) {
|
|
60767
|
+
writer.writeString(
|
|
60768
|
+
1,
|
|
60769
|
+
f
|
|
60770
|
+
);
|
|
60771
|
+
}
|
|
60772
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 2));
|
|
60773
|
+
if (f != null) {
|
|
60774
|
+
writer.writeDouble(
|
|
60775
|
+
2,
|
|
60776
|
+
f
|
|
60777
|
+
);
|
|
60778
|
+
}
|
|
60779
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 3));
|
|
60780
|
+
if (f != null) {
|
|
60781
|
+
writer.writeUint32(
|
|
60782
|
+
3,
|
|
60783
|
+
f
|
|
60784
|
+
);
|
|
60785
|
+
}
|
|
60786
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 4));
|
|
60787
|
+
if (f != null) {
|
|
60788
|
+
writer.writeDouble(
|
|
60789
|
+
4,
|
|
60790
|
+
f
|
|
60791
|
+
);
|
|
60792
|
+
}
|
|
60793
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 5));
|
|
60794
|
+
if (f != null) {
|
|
60795
|
+
writer.writeDouble(
|
|
60796
|
+
5,
|
|
60797
|
+
f
|
|
60798
|
+
);
|
|
60799
|
+
}
|
|
60800
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 6));
|
|
60801
|
+
if (f != null) {
|
|
60802
|
+
writer.writeDouble(
|
|
60803
|
+
6,
|
|
60804
|
+
f
|
|
60805
|
+
);
|
|
60806
|
+
}
|
|
60807
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 7));
|
|
60808
|
+
if (f != null) {
|
|
60809
|
+
writer.writeDouble(
|
|
60810
|
+
7,
|
|
60811
|
+
f
|
|
60812
|
+
);
|
|
60813
|
+
}
|
|
60814
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 8));
|
|
60815
|
+
if (f != null) {
|
|
60816
|
+
writer.writeDouble(
|
|
60817
|
+
8,
|
|
60818
|
+
f
|
|
60819
|
+
);
|
|
60820
|
+
}
|
|
60821
|
+
};
|
|
60822
|
+
|
|
60823
|
+
|
|
60824
|
+
/**
|
|
60825
|
+
* optional string time_taken = 1;
|
|
60826
|
+
* @return {string}
|
|
60827
|
+
*/
|
|
60828
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getTimeTaken = function() {
|
|
60829
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
60830
|
+
};
|
|
60831
|
+
|
|
60832
|
+
|
|
60833
|
+
/**
|
|
60834
|
+
* @param {string} value
|
|
60835
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
60836
|
+
*/
|
|
60837
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setTimeTaken = function(value) {
|
|
60838
|
+
return jspb.Message.setField(this, 1, value);
|
|
60839
|
+
};
|
|
60840
|
+
|
|
60841
|
+
|
|
60842
|
+
/**
|
|
60843
|
+
* Clears the field making it undefined.
|
|
60844
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
60845
|
+
*/
|
|
60846
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearTimeTaken = function() {
|
|
60847
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
60848
|
+
};
|
|
60849
|
+
|
|
60850
|
+
|
|
60851
|
+
/**
|
|
60852
|
+
* Returns whether this field is set.
|
|
60853
|
+
* @return {boolean}
|
|
60854
|
+
*/
|
|
60855
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasTimeTaken = function() {
|
|
60856
|
+
return jspb.Message.getField(this, 1) != null;
|
|
60857
|
+
};
|
|
60858
|
+
|
|
60859
|
+
|
|
60860
|
+
/**
|
|
60861
|
+
* optional double win_spr_level = 2;
|
|
60862
|
+
* @return {number}
|
|
60863
|
+
*/
|
|
60864
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getWinSprLevel = function() {
|
|
60865
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
|
|
60866
|
+
};
|
|
60867
|
+
|
|
60868
|
+
|
|
60869
|
+
/**
|
|
60870
|
+
* @param {number} value
|
|
60871
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
60872
|
+
*/
|
|
60873
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setWinSprLevel = function(value) {
|
|
60874
|
+
return jspb.Message.setField(this, 2, value);
|
|
60875
|
+
};
|
|
60876
|
+
|
|
60877
|
+
|
|
60878
|
+
/**
|
|
60879
|
+
* Clears the field making it undefined.
|
|
60880
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
60881
|
+
*/
|
|
60882
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearWinSprLevel = function() {
|
|
60883
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
60884
|
+
};
|
|
60885
|
+
|
|
60886
|
+
|
|
60887
|
+
/**
|
|
60888
|
+
* Returns whether this field is set.
|
|
60889
|
+
* @return {boolean}
|
|
60890
|
+
*/
|
|
60891
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasWinSprLevel = function() {
|
|
60892
|
+
return jspb.Message.getField(this, 2) != null;
|
|
60893
|
+
};
|
|
60894
|
+
|
|
60895
|
+
|
|
60896
|
+
/**
|
|
60897
|
+
* optional uint32 win_sat_assessment_state = 3;
|
|
60898
|
+
* @return {number}
|
|
60899
|
+
*/
|
|
60900
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getWinSatAssessmentState = function() {
|
|
60901
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
60902
|
+
};
|
|
60903
|
+
|
|
60904
|
+
|
|
60905
|
+
/**
|
|
60906
|
+
* @param {number} value
|
|
60907
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
60908
|
+
*/
|
|
60909
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setWinSatAssessmentState = function(value) {
|
|
60910
|
+
return jspb.Message.setField(this, 3, value);
|
|
60911
|
+
};
|
|
60912
|
+
|
|
60913
|
+
|
|
60914
|
+
/**
|
|
60915
|
+
* Clears the field making it undefined.
|
|
60916
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
60917
|
+
*/
|
|
60918
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearWinSatAssessmentState = function() {
|
|
60919
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
60920
|
+
};
|
|
60921
|
+
|
|
60922
|
+
|
|
60923
|
+
/**
|
|
60924
|
+
* Returns whether this field is set.
|
|
60925
|
+
* @return {boolean}
|
|
60926
|
+
*/
|
|
60927
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasWinSatAssessmentState = function() {
|
|
60928
|
+
return jspb.Message.getField(this, 3) != null;
|
|
60929
|
+
};
|
|
60930
|
+
|
|
60931
|
+
|
|
60932
|
+
/**
|
|
60933
|
+
* optional double memory_score = 4;
|
|
60934
|
+
* @return {number}
|
|
60935
|
+
*/
|
|
60936
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getMemoryScore = function() {
|
|
60937
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
|
|
60938
|
+
};
|
|
60939
|
+
|
|
60940
|
+
|
|
60941
|
+
/**
|
|
60942
|
+
* @param {number} value
|
|
60943
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
60944
|
+
*/
|
|
60945
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setMemoryScore = function(value) {
|
|
60946
|
+
return jspb.Message.setField(this, 4, value);
|
|
60947
|
+
};
|
|
60948
|
+
|
|
60949
|
+
|
|
60950
|
+
/**
|
|
60951
|
+
* Clears the field making it undefined.
|
|
60952
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
60953
|
+
*/
|
|
60954
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearMemoryScore = function() {
|
|
60955
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
60956
|
+
};
|
|
60957
|
+
|
|
60958
|
+
|
|
60959
|
+
/**
|
|
60960
|
+
* Returns whether this field is set.
|
|
60961
|
+
* @return {boolean}
|
|
60962
|
+
*/
|
|
60963
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasMemoryScore = function() {
|
|
60964
|
+
return jspb.Message.getField(this, 4) != null;
|
|
60965
|
+
};
|
|
60966
|
+
|
|
60967
|
+
|
|
60968
|
+
/**
|
|
60969
|
+
* optional double cpu_score = 5;
|
|
60970
|
+
* @return {number}
|
|
60971
|
+
*/
|
|
60972
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getCpuScore = function() {
|
|
60973
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
|
|
60974
|
+
};
|
|
60975
|
+
|
|
60976
|
+
|
|
60977
|
+
/**
|
|
60978
|
+
* @param {number} value
|
|
60979
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
60980
|
+
*/
|
|
60981
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setCpuScore = function(value) {
|
|
60982
|
+
return jspb.Message.setField(this, 5, value);
|
|
60983
|
+
};
|
|
60984
|
+
|
|
60985
|
+
|
|
60986
|
+
/**
|
|
60987
|
+
* Clears the field making it undefined.
|
|
60988
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
60989
|
+
*/
|
|
60990
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearCpuScore = function() {
|
|
60991
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
60992
|
+
};
|
|
60993
|
+
|
|
60994
|
+
|
|
60995
|
+
/**
|
|
60996
|
+
* Returns whether this field is set.
|
|
60997
|
+
* @return {boolean}
|
|
60998
|
+
*/
|
|
60999
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasCpuScore = function() {
|
|
61000
|
+
return jspb.Message.getField(this, 5) != null;
|
|
61001
|
+
};
|
|
61002
|
+
|
|
61003
|
+
|
|
61004
|
+
/**
|
|
61005
|
+
* optional double disk_score = 6;
|
|
61006
|
+
* @return {number}
|
|
61007
|
+
*/
|
|
61008
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getDiskScore = function() {
|
|
61009
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 6, 0.0));
|
|
61010
|
+
};
|
|
61011
|
+
|
|
61012
|
+
|
|
61013
|
+
/**
|
|
61014
|
+
* @param {number} value
|
|
61015
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
61016
|
+
*/
|
|
61017
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setDiskScore = function(value) {
|
|
61018
|
+
return jspb.Message.setField(this, 6, value);
|
|
61019
|
+
};
|
|
61020
|
+
|
|
61021
|
+
|
|
61022
|
+
/**
|
|
61023
|
+
* Clears the field making it undefined.
|
|
61024
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
61025
|
+
*/
|
|
61026
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearDiskScore = function() {
|
|
61027
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
61028
|
+
};
|
|
61029
|
+
|
|
61030
|
+
|
|
61031
|
+
/**
|
|
61032
|
+
* Returns whether this field is set.
|
|
61033
|
+
* @return {boolean}
|
|
61034
|
+
*/
|
|
61035
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasDiskScore = function() {
|
|
61036
|
+
return jspb.Message.getField(this, 6) != null;
|
|
61037
|
+
};
|
|
61038
|
+
|
|
61039
|
+
|
|
61040
|
+
/**
|
|
61041
|
+
* optional double d3d_score = 7;
|
|
61042
|
+
* @return {number}
|
|
61043
|
+
*/
|
|
61044
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getD3dScore = function() {
|
|
61045
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 7, 0.0));
|
|
61046
|
+
};
|
|
61047
|
+
|
|
61048
|
+
|
|
61049
|
+
/**
|
|
61050
|
+
* @param {number} value
|
|
61051
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
61052
|
+
*/
|
|
61053
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setD3dScore = function(value) {
|
|
61054
|
+
return jspb.Message.setField(this, 7, value);
|
|
61055
|
+
};
|
|
61056
|
+
|
|
61057
|
+
|
|
61058
|
+
/**
|
|
61059
|
+
* Clears the field making it undefined.
|
|
61060
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
61061
|
+
*/
|
|
61062
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearD3dScore = function() {
|
|
61063
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
61064
|
+
};
|
|
61065
|
+
|
|
61066
|
+
|
|
61067
|
+
/**
|
|
61068
|
+
* Returns whether this field is set.
|
|
61069
|
+
* @return {boolean}
|
|
61070
|
+
*/
|
|
61071
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasD3dScore = function() {
|
|
61072
|
+
return jspb.Message.getField(this, 7) != null;
|
|
61073
|
+
};
|
|
61074
|
+
|
|
61075
|
+
|
|
61076
|
+
/**
|
|
61077
|
+
* optional double graphics_score = 8;
|
|
61078
|
+
* @return {number}
|
|
61079
|
+
*/
|
|
61080
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getGraphicsScore = function() {
|
|
61081
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 8, 0.0));
|
|
61082
|
+
};
|
|
61083
|
+
|
|
61084
|
+
|
|
61085
|
+
/**
|
|
61086
|
+
* @param {number} value
|
|
61087
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
61088
|
+
*/
|
|
61089
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setGraphicsScore = function(value) {
|
|
61090
|
+
return jspb.Message.setField(this, 8, value);
|
|
61091
|
+
};
|
|
61092
|
+
|
|
61093
|
+
|
|
61094
|
+
/**
|
|
61095
|
+
* Clears the field making it undefined.
|
|
61096
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
61097
|
+
*/
|
|
61098
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearGraphicsScore = function() {
|
|
61099
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
61100
|
+
};
|
|
61101
|
+
|
|
61102
|
+
|
|
61103
|
+
/**
|
|
61104
|
+
* Returns whether this field is set.
|
|
61105
|
+
* @return {boolean}
|
|
61106
|
+
*/
|
|
61107
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasGraphicsScore = function() {
|
|
61108
|
+
return jspb.Message.getField(this, 8) != null;
|
|
61109
|
+
};
|
|
61110
|
+
|
|
61111
|
+
|
|
61112
|
+
|
|
60554
61113
|
/**
|
|
60555
61114
|
* List of repeated fields within this message type.
|
|
60556
61115
|
* @private {!Array<number>}
|