@lansweeper/discovery-sensor-proto 2.13.14 → 2.13.15
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.
|
@@ -5150,8 +5150,8 @@ export class OsV3 extends jspb.Message {
|
|
|
5150
5150
|
|
|
5151
5151
|
hasForegroundApplicationBoost(): boolean;
|
|
5152
5152
|
clearForegroundApplicationBoost(): void;
|
|
5153
|
-
getForegroundApplicationBoost(): google_protobuf_wrappers_pb.
|
|
5154
|
-
setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.
|
|
5153
|
+
getForegroundApplicationBoost(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5154
|
+
setForegroundApplicationBoost(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5155
5155
|
|
|
5156
5156
|
hasInstallDate(): boolean;
|
|
5157
5157
|
clearInstallDate(): void;
|
|
@@ -5165,8 +5165,8 @@ export class OsV3 extends jspb.Message {
|
|
|
5165
5165
|
|
|
5166
5166
|
hasNumberOfLicensedUsers(): boolean;
|
|
5167
5167
|
clearNumberOfLicensedUsers(): void;
|
|
5168
|
-
getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.
|
|
5169
|
-
setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.
|
|
5168
|
+
getNumberOfLicensedUsers(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5169
|
+
setNumberOfLicensedUsers(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5170
5170
|
|
|
5171
5171
|
hasOrganization(): boolean;
|
|
5172
5172
|
clearOrganization(): void;
|
|
@@ -5175,18 +5175,18 @@ export class OsV3 extends jspb.Message {
|
|
|
5175
5175
|
|
|
5176
5176
|
hasOsLanguage(): boolean;
|
|
5177
5177
|
clearOsLanguage(): void;
|
|
5178
|
-
getOsLanguage(): google_protobuf_wrappers_pb.
|
|
5179
|
-
setOsLanguage(value?: google_protobuf_wrappers_pb.
|
|
5178
|
+
getOsLanguage(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5179
|
+
setOsLanguage(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5180
5180
|
|
|
5181
5181
|
hasOsProductSuite(): boolean;
|
|
5182
5182
|
clearOsProductSuite(): void;
|
|
5183
|
-
getOsProductSuite(): google_protobuf_wrappers_pb.
|
|
5184
|
-
setOsProductSuite(value?: google_protobuf_wrappers_pb.
|
|
5183
|
+
getOsProductSuite(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5184
|
+
setOsProductSuite(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5185
5185
|
|
|
5186
5186
|
hasOsType(): boolean;
|
|
5187
5187
|
clearOsType(): void;
|
|
5188
|
-
getOsType(): google_protobuf_wrappers_pb.
|
|
5189
|
-
setOsType(value?: google_protobuf_wrappers_pb.
|
|
5188
|
+
getOsType(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5189
|
+
setOsType(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5190
5190
|
|
|
5191
5191
|
hasPlusProductId(): boolean;
|
|
5192
5192
|
clearPlusProductId(): void;
|
|
@@ -5210,13 +5210,13 @@ export class OsV3 extends jspb.Message {
|
|
|
5210
5210
|
|
|
5211
5211
|
hasServicePackMajorVersion(): boolean;
|
|
5212
5212
|
clearServicePackMajorVersion(): void;
|
|
5213
|
-
getServicePackMajorVersion(): google_protobuf_wrappers_pb.
|
|
5214
|
-
setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.
|
|
5213
|
+
getServicePackMajorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5214
|
+
setServicePackMajorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5215
5215
|
|
|
5216
5216
|
hasServicePackMinorVersion(): boolean;
|
|
5217
5217
|
clearServicePackMinorVersion(): void;
|
|
5218
|
-
getServicePackMinorVersion(): google_protobuf_wrappers_pb.
|
|
5219
|
-
setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.
|
|
5218
|
+
getServicePackMinorVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
|
|
5219
|
+
setServicePackMinorVersion(value?: google_protobuf_wrappers_pb.UInt32Value): OsV3;
|
|
5220
5220
|
|
|
5221
5221
|
hasSizeStoredInPagingFiles(): boolean;
|
|
5222
5222
|
clearSizeStoredInPagingFiles(): void;
|
|
@@ -5330,20 +5330,20 @@ export namespace OsV3 {
|
|
|
5330
5330
|
currentTimezone?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
5331
5331
|
debug?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
5332
5332
|
description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5333
|
-
foregroundApplicationBoost?: google_protobuf_wrappers_pb.
|
|
5333
|
+
foregroundApplicationBoost?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5334
5334
|
installDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
5335
5335
|
maxProcessMemorySize?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
5336
|
-
numberOfLicensedUsers?: google_protobuf_wrappers_pb.
|
|
5336
|
+
numberOfLicensedUsers?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5337
5337
|
organization?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5338
|
-
osLanguage?: google_protobuf_wrappers_pb.
|
|
5339
|
-
osProductSuite?: google_protobuf_wrappers_pb.
|
|
5340
|
-
osType?: google_protobuf_wrappers_pb.
|
|
5338
|
+
osLanguage?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5339
|
+
osProductSuite?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5340
|
+
osType?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5341
5341
|
plusProductId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5342
5342
|
plusVersionNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5343
5343
|
registeredUser?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5344
5344
|
serialNumber?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5345
|
-
servicePackMajorVersion?: google_protobuf_wrappers_pb.
|
|
5346
|
-
servicePackMinorVersion?: google_protobuf_wrappers_pb.
|
|
5345
|
+
servicePackMajorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5346
|
+
servicePackMinorVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
|
|
5347
5347
|
sizeStoredInPagingFiles?: google_protobuf_wrappers_pb.UInt64Value.AsObject,
|
|
5348
5348
|
status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5349
5349
|
systemDevice?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
@@ -44218,20 +44218,20 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.toObject = function(includ
|
|
|
44218
44218
|
currentTimezone: (f = msg.getCurrentTimezone()) && google_protobuf_wrappers_pb.Int32Value.toObject(includeInstance, f),
|
|
44219
44219
|
debug: (f = msg.getDebug()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
|
|
44220
44220
|
description: (f = msg.getDescription()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
44221
|
-
foregroundApplicationBoost: (f = msg.getForegroundApplicationBoost()) && google_protobuf_wrappers_pb.
|
|
44221
|
+
foregroundApplicationBoost: (f = msg.getForegroundApplicationBoost()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
44222
44222
|
installDate: (f = msg.getInstallDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
44223
44223
|
maxProcessMemorySize: (f = msg.getMaxProcessMemorySize()) && google_protobuf_wrappers_pb.UInt64Value.toObject(includeInstance, f),
|
|
44224
|
-
numberOfLicensedUsers: (f = msg.getNumberOfLicensedUsers()) && google_protobuf_wrappers_pb.
|
|
44224
|
+
numberOfLicensedUsers: (f = msg.getNumberOfLicensedUsers()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
44225
44225
|
organization: (f = msg.getOrganization()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
44226
|
-
osLanguage: (f = msg.getOsLanguage()) && google_protobuf_wrappers_pb.
|
|
44227
|
-
osProductSuite: (f = msg.getOsProductSuite()) && google_protobuf_wrappers_pb.
|
|
44228
|
-
osType: (f = msg.getOsType()) && google_protobuf_wrappers_pb.
|
|
44226
|
+
osLanguage: (f = msg.getOsLanguage()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
44227
|
+
osProductSuite: (f = msg.getOsProductSuite()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
44228
|
+
osType: (f = msg.getOsType()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
44229
44229
|
plusProductId: (f = msg.getPlusProductId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
44230
44230
|
plusVersionNumber: (f = msg.getPlusVersionNumber()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
44231
44231
|
registeredUser: (f = msg.getRegisteredUser()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
44232
44232
|
serialNumber: (f = msg.getSerialNumber()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
44233
|
-
servicePackMajorVersion: (f = msg.getServicePackMajorVersion()) && google_protobuf_wrappers_pb.
|
|
44234
|
-
servicePackMinorVersion: (f = msg.getServicePackMinorVersion()) && google_protobuf_wrappers_pb.
|
|
44233
|
+
servicePackMajorVersion: (f = msg.getServicePackMajorVersion()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
44234
|
+
servicePackMinorVersion: (f = msg.getServicePackMinorVersion()) && google_protobuf_wrappers_pb.UInt32Value.toObject(includeInstance, f),
|
|
44235
44235
|
sizeStoredInPagingFiles: (f = msg.getSizeStoredInPagingFiles()) && google_protobuf_wrappers_pb.UInt64Value.toObject(includeInstance, f),
|
|
44236
44236
|
status: (f = msg.getStatus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
44237
44237
|
systemDevice: (f = msg.getSystemDevice()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
@@ -44337,8 +44337,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.deserializeBinaryFromReade
|
|
|
44337
44337
|
msg.setDescription(value);
|
|
44338
44338
|
break;
|
|
44339
44339
|
case 11:
|
|
44340
|
-
var value = new google_protobuf_wrappers_pb.
|
|
44341
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
44340
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
44341
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
44342
44342
|
msg.setForegroundApplicationBoost(value);
|
|
44343
44343
|
break;
|
|
44344
44344
|
case 12:
|
|
@@ -44352,8 +44352,8 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.deserializeBinaryFromReade
|
|
|
44352
44352
|
msg.setMaxProcessMemorySize(value);
|
|
44353
44353
|
break;
|
|
44354
44354
|
case 14:
|
|
44355
|
-
var value = new google_protobuf_wrappers_pb.
|
|
44356
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
44355
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
44356
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
44357
44357
|
msg.setNumberOfLicensedUsers(value);
|
|
44358
44358
|
break;
|
|
44359
44359
|
case 15:
|
|
@@ -44362,18 +44362,18 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.deserializeBinaryFromReade
|
|
|
44362
44362
|
msg.setOrganization(value);
|
|
44363
44363
|
break;
|
|
44364
44364
|
case 16:
|
|
44365
|
-
var value = new google_protobuf_wrappers_pb.
|
|
44366
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
44365
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
44366
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
44367
44367
|
msg.setOsLanguage(value);
|
|
44368
44368
|
break;
|
|
44369
44369
|
case 17:
|
|
44370
|
-
var value = new google_protobuf_wrappers_pb.
|
|
44371
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
44370
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
44371
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
44372
44372
|
msg.setOsProductSuite(value);
|
|
44373
44373
|
break;
|
|
44374
44374
|
case 18:
|
|
44375
|
-
var value = new google_protobuf_wrappers_pb.
|
|
44376
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
44375
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
44376
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
44377
44377
|
msg.setOsType(value);
|
|
44378
44378
|
break;
|
|
44379
44379
|
case 19:
|
|
@@ -44397,13 +44397,13 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.deserializeBinaryFromReade
|
|
|
44397
44397
|
msg.setSerialNumber(value);
|
|
44398
44398
|
break;
|
|
44399
44399
|
case 23:
|
|
44400
|
-
var value = new google_protobuf_wrappers_pb.
|
|
44401
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
44400
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
44401
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
44402
44402
|
msg.setServicePackMajorVersion(value);
|
|
44403
44403
|
break;
|
|
44404
44404
|
case 24:
|
|
44405
|
-
var value = new google_protobuf_wrappers_pb.
|
|
44406
|
-
reader.readMessage(value,google_protobuf_wrappers_pb.
|
|
44405
|
+
var value = new google_protobuf_wrappers_pb.UInt32Value;
|
|
44406
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.UInt32Value.deserializeBinaryFromReader);
|
|
44407
44407
|
msg.setServicePackMinorVersion(value);
|
|
44408
44408
|
break;
|
|
44409
44409
|
case 25:
|
|
@@ -44610,7 +44610,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.serializeBinaryToWriter =
|
|
|
44610
44610
|
writer.writeMessage(
|
|
44611
44611
|
11,
|
|
44612
44612
|
f,
|
|
44613
|
-
google_protobuf_wrappers_pb.
|
|
44613
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
44614
44614
|
);
|
|
44615
44615
|
}
|
|
44616
44616
|
f = message.getInstallDate();
|
|
@@ -44634,7 +44634,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.serializeBinaryToWriter =
|
|
|
44634
44634
|
writer.writeMessage(
|
|
44635
44635
|
14,
|
|
44636
44636
|
f,
|
|
44637
|
-
google_protobuf_wrappers_pb.
|
|
44637
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
44638
44638
|
);
|
|
44639
44639
|
}
|
|
44640
44640
|
f = message.getOrganization();
|
|
@@ -44650,7 +44650,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.serializeBinaryToWriter =
|
|
|
44650
44650
|
writer.writeMessage(
|
|
44651
44651
|
16,
|
|
44652
44652
|
f,
|
|
44653
|
-
google_protobuf_wrappers_pb.
|
|
44653
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
44654
44654
|
);
|
|
44655
44655
|
}
|
|
44656
44656
|
f = message.getOsProductSuite();
|
|
@@ -44658,7 +44658,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.serializeBinaryToWriter =
|
|
|
44658
44658
|
writer.writeMessage(
|
|
44659
44659
|
17,
|
|
44660
44660
|
f,
|
|
44661
|
-
google_protobuf_wrappers_pb.
|
|
44661
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
44662
44662
|
);
|
|
44663
44663
|
}
|
|
44664
44664
|
f = message.getOsType();
|
|
@@ -44666,7 +44666,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.serializeBinaryToWriter =
|
|
|
44666
44666
|
writer.writeMessage(
|
|
44667
44667
|
18,
|
|
44668
44668
|
f,
|
|
44669
|
-
google_protobuf_wrappers_pb.
|
|
44669
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
44670
44670
|
);
|
|
44671
44671
|
}
|
|
44672
44672
|
f = message.getPlusProductId();
|
|
@@ -44706,7 +44706,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.serializeBinaryToWriter =
|
|
|
44706
44706
|
writer.writeMessage(
|
|
44707
44707
|
23,
|
|
44708
44708
|
f,
|
|
44709
|
-
google_protobuf_wrappers_pb.
|
|
44709
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
44710
44710
|
);
|
|
44711
44711
|
}
|
|
44712
44712
|
f = message.getServicePackMinorVersion();
|
|
@@ -44714,7 +44714,7 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.serializeBinaryToWriter =
|
|
|
44714
44714
|
writer.writeMessage(
|
|
44715
44715
|
24,
|
|
44716
44716
|
f,
|
|
44717
|
-
google_protobuf_wrappers_pb.
|
|
44717
|
+
google_protobuf_wrappers_pb.UInt32Value.serializeBinaryToWriter
|
|
44718
44718
|
);
|
|
44719
44719
|
}
|
|
44720
44720
|
f = message.getSizeStoredInPagingFiles();
|
|
@@ -45235,17 +45235,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.hasDescription =
|
|
|
45235
45235
|
|
|
45236
45236
|
|
|
45237
45237
|
/**
|
|
45238
|
-
* optional google.protobuf.
|
|
45239
|
-
* @return {?proto.google.protobuf.
|
|
45238
|
+
* optional google.protobuf.UInt32Value foreground_application_boost = 11;
|
|
45239
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
45240
45240
|
*/
|
|
45241
45241
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.getForegroundApplicationBoost = function() {
|
|
45242
|
-
return /** @type{?proto.google.protobuf.
|
|
45243
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
45242
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
45243
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 11));
|
|
45244
45244
|
};
|
|
45245
45245
|
|
|
45246
45246
|
|
|
45247
45247
|
/**
|
|
45248
|
-
* @param {?proto.google.protobuf.
|
|
45248
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
45249
45249
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.OsV3} returns this
|
|
45250
45250
|
*/
|
|
45251
45251
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.setForegroundApplicationBoost = function(value) {
|
|
@@ -45346,17 +45346,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.hasMaxProcessMem
|
|
|
45346
45346
|
|
|
45347
45347
|
|
|
45348
45348
|
/**
|
|
45349
|
-
* optional google.protobuf.
|
|
45350
|
-
* @return {?proto.google.protobuf.
|
|
45349
|
+
* optional google.protobuf.UInt32Value number_of_licensed_users = 14;
|
|
45350
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
45351
45351
|
*/
|
|
45352
45352
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.getNumberOfLicensedUsers = function() {
|
|
45353
|
-
return /** @type{?proto.google.protobuf.
|
|
45354
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
45353
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
45354
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 14));
|
|
45355
45355
|
};
|
|
45356
45356
|
|
|
45357
45357
|
|
|
45358
45358
|
/**
|
|
45359
|
-
* @param {?proto.google.protobuf.
|
|
45359
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
45360
45360
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.OsV3} returns this
|
|
45361
45361
|
*/
|
|
45362
45362
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.setNumberOfLicensedUsers = function(value) {
|
|
@@ -45420,17 +45420,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.hasOrganization
|
|
|
45420
45420
|
|
|
45421
45421
|
|
|
45422
45422
|
/**
|
|
45423
|
-
* optional google.protobuf.
|
|
45424
|
-
* @return {?proto.google.protobuf.
|
|
45423
|
+
* optional google.protobuf.UInt32Value os_language = 16;
|
|
45424
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
45425
45425
|
*/
|
|
45426
45426
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.getOsLanguage = function() {
|
|
45427
|
-
return /** @type{?proto.google.protobuf.
|
|
45428
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
45427
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
45428
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 16));
|
|
45429
45429
|
};
|
|
45430
45430
|
|
|
45431
45431
|
|
|
45432
45432
|
/**
|
|
45433
|
-
* @param {?proto.google.protobuf.
|
|
45433
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
45434
45434
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.OsV3} returns this
|
|
45435
45435
|
*/
|
|
45436
45436
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.setOsLanguage = function(value) {
|
|
@@ -45457,17 +45457,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.hasOsLanguage =
|
|
|
45457
45457
|
|
|
45458
45458
|
|
|
45459
45459
|
/**
|
|
45460
|
-
* optional google.protobuf.
|
|
45461
|
-
* @return {?proto.google.protobuf.
|
|
45460
|
+
* optional google.protobuf.UInt32Value os_product_suite = 17;
|
|
45461
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
45462
45462
|
*/
|
|
45463
45463
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.getOsProductSuite = function() {
|
|
45464
|
-
return /** @type{?proto.google.protobuf.
|
|
45465
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
45464
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
45465
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 17));
|
|
45466
45466
|
};
|
|
45467
45467
|
|
|
45468
45468
|
|
|
45469
45469
|
/**
|
|
45470
|
-
* @param {?proto.google.protobuf.
|
|
45470
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
45471
45471
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.OsV3} returns this
|
|
45472
45472
|
*/
|
|
45473
45473
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.setOsProductSuite = function(value) {
|
|
@@ -45494,17 +45494,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.hasOsProductSuit
|
|
|
45494
45494
|
|
|
45495
45495
|
|
|
45496
45496
|
/**
|
|
45497
|
-
* optional google.protobuf.
|
|
45498
|
-
* @return {?proto.google.protobuf.
|
|
45497
|
+
* optional google.protobuf.UInt32Value os_type = 18;
|
|
45498
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
45499
45499
|
*/
|
|
45500
45500
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.getOsType = function() {
|
|
45501
|
-
return /** @type{?proto.google.protobuf.
|
|
45502
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
45501
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
45502
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 18));
|
|
45503
45503
|
};
|
|
45504
45504
|
|
|
45505
45505
|
|
|
45506
45506
|
/**
|
|
45507
|
-
* @param {?proto.google.protobuf.
|
|
45507
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
45508
45508
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.OsV3} returns this
|
|
45509
45509
|
*/
|
|
45510
45510
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.setOsType = function(value) {
|
|
@@ -45679,17 +45679,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.hasSerialNumber
|
|
|
45679
45679
|
|
|
45680
45680
|
|
|
45681
45681
|
/**
|
|
45682
|
-
* optional google.protobuf.
|
|
45683
|
-
* @return {?proto.google.protobuf.
|
|
45682
|
+
* optional google.protobuf.UInt32Value Service_pack_major_version = 23;
|
|
45683
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
45684
45684
|
*/
|
|
45685
45685
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.getServicePackMajorVersion = function() {
|
|
45686
|
-
return /** @type{?proto.google.protobuf.
|
|
45687
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
45686
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
45687
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 23));
|
|
45688
45688
|
};
|
|
45689
45689
|
|
|
45690
45690
|
|
|
45691
45691
|
/**
|
|
45692
|
-
* @param {?proto.google.protobuf.
|
|
45692
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
45693
45693
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.OsV3} returns this
|
|
45694
45694
|
*/
|
|
45695
45695
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.setServicePackMajorVersion = function(value) {
|
|
@@ -45716,17 +45716,17 @@ proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.hasServicePackMa
|
|
|
45716
45716
|
|
|
45717
45717
|
|
|
45718
45718
|
/**
|
|
45719
|
-
* optional google.protobuf.
|
|
45720
|
-
* @return {?proto.google.protobuf.
|
|
45719
|
+
* optional google.protobuf.UInt32Value Service_pack_minor_version = 24;
|
|
45720
|
+
* @return {?proto.google.protobuf.UInt32Value}
|
|
45721
45721
|
*/
|
|
45722
45722
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.getServicePackMinorVersion = function() {
|
|
45723
|
-
return /** @type{?proto.google.protobuf.
|
|
45724
|
-
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.
|
|
45723
|
+
return /** @type{?proto.google.protobuf.UInt32Value} */ (
|
|
45724
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.UInt32Value, 24));
|
|
45725
45725
|
};
|
|
45726
45726
|
|
|
45727
45727
|
|
|
45728
45728
|
/**
|
|
45729
|
-
* @param {?proto.google.protobuf.
|
|
45729
|
+
* @param {?proto.google.protobuf.UInt32Value|undefined} value
|
|
45730
45730
|
* @return {!proto.com.lansweeper.discovery.sensor.windows.v1.OsV3} returns this
|
|
45731
45731
|
*/
|
|
45732
45732
|
proto.com.lansweeper.discovery.sensor.windows.v1.OsV3.prototype.setServicePackMinorVersion = function(value) {
|