@lansweeper/data-platform-outbound-grpc 0.8.13 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +94 -0
- package/gen-proto/outbound_pb.js +732 -2
- package/generated-go/outbound.pb.go +4726 -4463
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +44 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Software.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +44 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +157 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +17 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.java +1270 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.java +153 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1319 -1279
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.java +939 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.java +95 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Software.java +370 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +30 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/model/target/{outbound-model-0.8.12-sources.jar → outbound-model-0.9.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.8.12.jar → outbound-model-0.9.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +44 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.8.12-sources.jar → outbound-service-0.9.0-sources.jar} +0 -0
- package/service/target/{outbound-service-0.8.12.jar → outbound-service-0.9.0.jar} +0 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -142,6 +142,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DataProcessor', null, glo
|
|
|
142
142
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DatastoreClusterDrsPodConfigRule', null, global);
|
|
143
143
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DatastoreClusterDrsVmOverride', null, global);
|
|
144
144
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DatastoreClusterStorageDrs', null, global);
|
|
145
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints', null, global);
|
|
145
146
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DeconcileRequest', null, global);
|
|
146
147
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DeconcileResponse', null, global);
|
|
147
148
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DirectReport', null, global);
|
|
@@ -266,6 +267,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo', null
|
|
|
266
267
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.EntryState', null, global);
|
|
267
268
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.MasterType', null, global);
|
|
268
269
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Relation', null, global);
|
|
270
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints', null, global);
|
|
269
271
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.RunningProcess', null, global);
|
|
270
272
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ScanCredential', null, global);
|
|
271
273
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ScanError', null, global);
|
|
@@ -5053,6 +5055,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
5053
5055
|
*/
|
|
5054
5056
|
proto.com.lansweeper.dp.outbound.v1.Software.displayName = 'proto.com.lansweeper.dp.outbound.v1.Software';
|
|
5055
5057
|
}
|
|
5058
|
+
/**
|
|
5059
|
+
* Generated by JsPbCodeGenerator.
|
|
5060
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
5061
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
5062
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
5063
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
5064
|
+
* valid.
|
|
5065
|
+
* @extends {jspb.Message}
|
|
5066
|
+
* @constructor
|
|
5067
|
+
*/
|
|
5068
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints = function(opt_data) {
|
|
5069
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
5070
|
+
};
|
|
5071
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints, jspb.Message);
|
|
5072
|
+
if (goog.DEBUG && !COMPILED) {
|
|
5073
|
+
/**
|
|
5074
|
+
* @public
|
|
5075
|
+
* @override
|
|
5076
|
+
*/
|
|
5077
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.displayName = 'proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints';
|
|
5078
|
+
}
|
|
5079
|
+
/**
|
|
5080
|
+
* Generated by JsPbCodeGenerator.
|
|
5081
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
5082
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
5083
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
5084
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
5085
|
+
* valid.
|
|
5086
|
+
* @extends {jspb.Message}
|
|
5087
|
+
* @constructor
|
|
5088
|
+
*/
|
|
5089
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints = function(opt_data) {
|
|
5090
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
5091
|
+
};
|
|
5092
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints, jspb.Message);
|
|
5093
|
+
if (goog.DEBUG && !COMPILED) {
|
|
5094
|
+
/**
|
|
5095
|
+
* @public
|
|
5096
|
+
* @override
|
|
5097
|
+
*/
|
|
5098
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.displayName = 'proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints';
|
|
5099
|
+
}
|
|
5056
5100
|
/**
|
|
5057
5101
|
* Generated by JsPbCodeGenerator.
|
|
5058
5102
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -128014,7 +128058,9 @@ proto.com.lansweeper.dp.outbound.v1.Software.toObject = function(includeInstance
|
|
|
128014
128058
|
nreHash: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
128015
128059
|
catalogBrand: (f = msg.getCatalogBrand()) && proto.com.lansweeper.dp.outbound.v1.CatalogBrand.toObject(includeInstance, f),
|
|
128016
128060
|
catalogSoftware: (f = msg.getCatalogSoftware()) && proto.com.lansweeper.dp.outbound.v1.CatalogSoftware.toObject(includeInstance, f),
|
|
128017
|
-
catalogParent: (f = msg.getCatalogParent()) && proto.com.lansweeper.dp.outbound.v1.CatalogSoftware.toObject(includeInstance, f)
|
|
128061
|
+
catalogParent: (f = msg.getCatalogParent()) && proto.com.lansweeper.dp.outbound.v1.CatalogSoftware.toObject(includeInstance, f),
|
|
128062
|
+
rhelBasedDataPoints: (f = msg.getRhelBasedDataPoints()) && proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.toObject(includeInstance, f),
|
|
128063
|
+
debianBasedDataPoints: (f = msg.getDebianBasedDataPoints()) && proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.toObject(includeInstance, f)
|
|
128018
128064
|
};
|
|
128019
128065
|
|
|
128020
128066
|
if (includeInstance) {
|
|
@@ -128155,6 +128201,16 @@ proto.com.lansweeper.dp.outbound.v1.Software.deserializeBinaryFromReader = funct
|
|
|
128155
128201
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CatalogSoftware.deserializeBinaryFromReader);
|
|
128156
128202
|
msg.setCatalogParent(value);
|
|
128157
128203
|
break;
|
|
128204
|
+
case 53:
|
|
128205
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints;
|
|
128206
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.deserializeBinaryFromReader);
|
|
128207
|
+
msg.setRhelBasedDataPoints(value);
|
|
128208
|
+
break;
|
|
128209
|
+
case 54:
|
|
128210
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints;
|
|
128211
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.deserializeBinaryFromReader);
|
|
128212
|
+
msg.setDebianBasedDataPoints(value);
|
|
128213
|
+
break;
|
|
128158
128214
|
default:
|
|
128159
128215
|
reader.skipField();
|
|
128160
128216
|
break;
|
|
@@ -128363,6 +128419,22 @@ proto.com.lansweeper.dp.outbound.v1.Software.serializeBinaryToWriter = function(
|
|
|
128363
128419
|
proto.com.lansweeper.dp.outbound.v1.CatalogSoftware.serializeBinaryToWriter
|
|
128364
128420
|
);
|
|
128365
128421
|
}
|
|
128422
|
+
f = message.getRhelBasedDataPoints();
|
|
128423
|
+
if (f != null) {
|
|
128424
|
+
writer.writeMessage(
|
|
128425
|
+
53,
|
|
128426
|
+
f,
|
|
128427
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.serializeBinaryToWriter
|
|
128428
|
+
);
|
|
128429
|
+
}
|
|
128430
|
+
f = message.getDebianBasedDataPoints();
|
|
128431
|
+
if (f != null) {
|
|
128432
|
+
writer.writeMessage(
|
|
128433
|
+
54,
|
|
128434
|
+
f,
|
|
128435
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.serializeBinaryToWriter
|
|
128436
|
+
);
|
|
128437
|
+
}
|
|
128366
128438
|
};
|
|
128367
128439
|
|
|
128368
128440
|
|
|
@@ -129271,6 +129343,616 @@ proto.com.lansweeper.dp.outbound.v1.Software.prototype.hasCatalogParent = functi
|
|
|
129271
129343
|
};
|
|
129272
129344
|
|
|
129273
129345
|
|
|
129346
|
+
/**
|
|
129347
|
+
* optional RhelBasedSoftwareDataPoints rhel_based_data_points = 53;
|
|
129348
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints}
|
|
129349
|
+
*/
|
|
129350
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.getRhelBasedDataPoints = function() {
|
|
129351
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints} */ (
|
|
129352
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints, 53));
|
|
129353
|
+
};
|
|
129354
|
+
|
|
129355
|
+
|
|
129356
|
+
/**
|
|
129357
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints|undefined} value
|
|
129358
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Software} returns this
|
|
129359
|
+
*/
|
|
129360
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.setRhelBasedDataPoints = function(value) {
|
|
129361
|
+
return jspb.Message.setWrapperField(this, 53, value);
|
|
129362
|
+
};
|
|
129363
|
+
|
|
129364
|
+
|
|
129365
|
+
/**
|
|
129366
|
+
* Clears the message field making it undefined.
|
|
129367
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Software} returns this
|
|
129368
|
+
*/
|
|
129369
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.clearRhelBasedDataPoints = function() {
|
|
129370
|
+
return this.setRhelBasedDataPoints(undefined);
|
|
129371
|
+
};
|
|
129372
|
+
|
|
129373
|
+
|
|
129374
|
+
/**
|
|
129375
|
+
* Returns whether this field is set.
|
|
129376
|
+
* @return {boolean}
|
|
129377
|
+
*/
|
|
129378
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.hasRhelBasedDataPoints = function() {
|
|
129379
|
+
return jspb.Message.getField(this, 53) != null;
|
|
129380
|
+
};
|
|
129381
|
+
|
|
129382
|
+
|
|
129383
|
+
/**
|
|
129384
|
+
* optional DebianBasedSoftwareDataPoints debian_based_data_points = 54;
|
|
129385
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints}
|
|
129386
|
+
*/
|
|
129387
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.getDebianBasedDataPoints = function() {
|
|
129388
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} */ (
|
|
129389
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints, 54));
|
|
129390
|
+
};
|
|
129391
|
+
|
|
129392
|
+
|
|
129393
|
+
/**
|
|
129394
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints|undefined} value
|
|
129395
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Software} returns this
|
|
129396
|
+
*/
|
|
129397
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.setDebianBasedDataPoints = function(value) {
|
|
129398
|
+
return jspb.Message.setWrapperField(this, 54, value);
|
|
129399
|
+
};
|
|
129400
|
+
|
|
129401
|
+
|
|
129402
|
+
/**
|
|
129403
|
+
* Clears the message field making it undefined.
|
|
129404
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Software} returns this
|
|
129405
|
+
*/
|
|
129406
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.clearDebianBasedDataPoints = function() {
|
|
129407
|
+
return this.setDebianBasedDataPoints(undefined);
|
|
129408
|
+
};
|
|
129409
|
+
|
|
129410
|
+
|
|
129411
|
+
/**
|
|
129412
|
+
* Returns whether this field is set.
|
|
129413
|
+
* @return {boolean}
|
|
129414
|
+
*/
|
|
129415
|
+
proto.com.lansweeper.dp.outbound.v1.Software.prototype.hasDebianBasedDataPoints = function() {
|
|
129416
|
+
return jspb.Message.getField(this, 54) != null;
|
|
129417
|
+
};
|
|
129418
|
+
|
|
129419
|
+
|
|
129420
|
+
|
|
129421
|
+
|
|
129422
|
+
|
|
129423
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
129424
|
+
/**
|
|
129425
|
+
* Creates an object representation of this proto.
|
|
129426
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
129427
|
+
* Optional fields that are not set will be set to undefined.
|
|
129428
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
129429
|
+
* For the list of reserved names please see:
|
|
129430
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
129431
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
129432
|
+
* JSPB instance for transitional soy proto support:
|
|
129433
|
+
* http://goto/soy-param-migration
|
|
129434
|
+
* @return {!Object}
|
|
129435
|
+
*/
|
|
129436
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.toObject = function(opt_includeInstance) {
|
|
129437
|
+
return proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.toObject(opt_includeInstance, this);
|
|
129438
|
+
};
|
|
129439
|
+
|
|
129440
|
+
|
|
129441
|
+
/**
|
|
129442
|
+
* Static version of the {@see toObject} method.
|
|
129443
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
129444
|
+
* the JSPB instance for transitional soy proto support:
|
|
129445
|
+
* http://goto/soy-param-migration
|
|
129446
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints} msg The msg instance to transform.
|
|
129447
|
+
* @return {!Object}
|
|
129448
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
129449
|
+
*/
|
|
129450
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.toObject = function(includeInstance, msg) {
|
|
129451
|
+
var f, obj = {
|
|
129452
|
+
sourceRpm: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
129453
|
+
epoch: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
129454
|
+
uiFromRepo: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
129455
|
+
};
|
|
129456
|
+
|
|
129457
|
+
if (includeInstance) {
|
|
129458
|
+
obj.$jspbMessageInstance = msg;
|
|
129459
|
+
}
|
|
129460
|
+
return obj;
|
|
129461
|
+
};
|
|
129462
|
+
}
|
|
129463
|
+
|
|
129464
|
+
|
|
129465
|
+
/**
|
|
129466
|
+
* Deserializes binary data (in protobuf wire format).
|
|
129467
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
129468
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints}
|
|
129469
|
+
*/
|
|
129470
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.deserializeBinary = function(bytes) {
|
|
129471
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
129472
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints;
|
|
129473
|
+
return proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.deserializeBinaryFromReader(msg, reader);
|
|
129474
|
+
};
|
|
129475
|
+
|
|
129476
|
+
|
|
129477
|
+
/**
|
|
129478
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
129479
|
+
* given reader into the given message object.
|
|
129480
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints} msg The message object to deserialize into.
|
|
129481
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
129482
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints}
|
|
129483
|
+
*/
|
|
129484
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.deserializeBinaryFromReader = function(msg, reader) {
|
|
129485
|
+
while (reader.nextField()) {
|
|
129486
|
+
if (reader.isEndGroup()) {
|
|
129487
|
+
break;
|
|
129488
|
+
}
|
|
129489
|
+
var field = reader.getFieldNumber();
|
|
129490
|
+
switch (field) {
|
|
129491
|
+
case 1:
|
|
129492
|
+
var value = /** @type {string} */ (reader.readString());
|
|
129493
|
+
msg.setSourceRpm(value);
|
|
129494
|
+
break;
|
|
129495
|
+
case 2:
|
|
129496
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
129497
|
+
msg.setEpoch(value);
|
|
129498
|
+
break;
|
|
129499
|
+
case 3:
|
|
129500
|
+
var value = /** @type {string} */ (reader.readString());
|
|
129501
|
+
msg.setUiFromRepo(value);
|
|
129502
|
+
break;
|
|
129503
|
+
default:
|
|
129504
|
+
reader.skipField();
|
|
129505
|
+
break;
|
|
129506
|
+
}
|
|
129507
|
+
}
|
|
129508
|
+
return msg;
|
|
129509
|
+
};
|
|
129510
|
+
|
|
129511
|
+
|
|
129512
|
+
/**
|
|
129513
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
129514
|
+
* @return {!Uint8Array}
|
|
129515
|
+
*/
|
|
129516
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.serializeBinary = function() {
|
|
129517
|
+
var writer = new jspb.BinaryWriter();
|
|
129518
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.serializeBinaryToWriter(this, writer);
|
|
129519
|
+
return writer.getResultBuffer();
|
|
129520
|
+
};
|
|
129521
|
+
|
|
129522
|
+
|
|
129523
|
+
/**
|
|
129524
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
129525
|
+
* format), writing to the given BinaryWriter.
|
|
129526
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints} message
|
|
129527
|
+
* @param {!jspb.BinaryWriter} writer
|
|
129528
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
129529
|
+
*/
|
|
129530
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.serializeBinaryToWriter = function(message, writer) {
|
|
129531
|
+
var f = undefined;
|
|
129532
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
129533
|
+
if (f != null) {
|
|
129534
|
+
writer.writeString(
|
|
129535
|
+
1,
|
|
129536
|
+
f
|
|
129537
|
+
);
|
|
129538
|
+
}
|
|
129539
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 2));
|
|
129540
|
+
if (f != null) {
|
|
129541
|
+
writer.writeUint32(
|
|
129542
|
+
2,
|
|
129543
|
+
f
|
|
129544
|
+
);
|
|
129545
|
+
}
|
|
129546
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
129547
|
+
if (f != null) {
|
|
129548
|
+
writer.writeString(
|
|
129549
|
+
3,
|
|
129550
|
+
f
|
|
129551
|
+
);
|
|
129552
|
+
}
|
|
129553
|
+
};
|
|
129554
|
+
|
|
129555
|
+
|
|
129556
|
+
/**
|
|
129557
|
+
* optional string source_rpm = 1;
|
|
129558
|
+
* @return {string}
|
|
129559
|
+
*/
|
|
129560
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.getSourceRpm = function() {
|
|
129561
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
129562
|
+
};
|
|
129563
|
+
|
|
129564
|
+
|
|
129565
|
+
/**
|
|
129566
|
+
* @param {string} value
|
|
129567
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints} returns this
|
|
129568
|
+
*/
|
|
129569
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.setSourceRpm = function(value) {
|
|
129570
|
+
return jspb.Message.setField(this, 1, value);
|
|
129571
|
+
};
|
|
129572
|
+
|
|
129573
|
+
|
|
129574
|
+
/**
|
|
129575
|
+
* Clears the field making it undefined.
|
|
129576
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints} returns this
|
|
129577
|
+
*/
|
|
129578
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.clearSourceRpm = function() {
|
|
129579
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
129580
|
+
};
|
|
129581
|
+
|
|
129582
|
+
|
|
129583
|
+
/**
|
|
129584
|
+
* Returns whether this field is set.
|
|
129585
|
+
* @return {boolean}
|
|
129586
|
+
*/
|
|
129587
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.hasSourceRpm = function() {
|
|
129588
|
+
return jspb.Message.getField(this, 1) != null;
|
|
129589
|
+
};
|
|
129590
|
+
|
|
129591
|
+
|
|
129592
|
+
/**
|
|
129593
|
+
* optional uint32 epoch = 2;
|
|
129594
|
+
* @return {number}
|
|
129595
|
+
*/
|
|
129596
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.getEpoch = function() {
|
|
129597
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
129598
|
+
};
|
|
129599
|
+
|
|
129600
|
+
|
|
129601
|
+
/**
|
|
129602
|
+
* @param {number} value
|
|
129603
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints} returns this
|
|
129604
|
+
*/
|
|
129605
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.setEpoch = function(value) {
|
|
129606
|
+
return jspb.Message.setField(this, 2, value);
|
|
129607
|
+
};
|
|
129608
|
+
|
|
129609
|
+
|
|
129610
|
+
/**
|
|
129611
|
+
* Clears the field making it undefined.
|
|
129612
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints} returns this
|
|
129613
|
+
*/
|
|
129614
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.clearEpoch = function() {
|
|
129615
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
129616
|
+
};
|
|
129617
|
+
|
|
129618
|
+
|
|
129619
|
+
/**
|
|
129620
|
+
* Returns whether this field is set.
|
|
129621
|
+
* @return {boolean}
|
|
129622
|
+
*/
|
|
129623
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.hasEpoch = function() {
|
|
129624
|
+
return jspb.Message.getField(this, 2) != null;
|
|
129625
|
+
};
|
|
129626
|
+
|
|
129627
|
+
|
|
129628
|
+
/**
|
|
129629
|
+
* optional string ui_from_repo = 3;
|
|
129630
|
+
* @return {string}
|
|
129631
|
+
*/
|
|
129632
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.getUiFromRepo = function() {
|
|
129633
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
129634
|
+
};
|
|
129635
|
+
|
|
129636
|
+
|
|
129637
|
+
/**
|
|
129638
|
+
* @param {string} value
|
|
129639
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints} returns this
|
|
129640
|
+
*/
|
|
129641
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.setUiFromRepo = function(value) {
|
|
129642
|
+
return jspb.Message.setField(this, 3, value);
|
|
129643
|
+
};
|
|
129644
|
+
|
|
129645
|
+
|
|
129646
|
+
/**
|
|
129647
|
+
* Clears the field making it undefined.
|
|
129648
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints} returns this
|
|
129649
|
+
*/
|
|
129650
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.clearUiFromRepo = function() {
|
|
129651
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
129652
|
+
};
|
|
129653
|
+
|
|
129654
|
+
|
|
129655
|
+
/**
|
|
129656
|
+
* Returns whether this field is set.
|
|
129657
|
+
* @return {boolean}
|
|
129658
|
+
*/
|
|
129659
|
+
proto.com.lansweeper.dp.outbound.v1.RhelBasedSoftwareDataPoints.prototype.hasUiFromRepo = function() {
|
|
129660
|
+
return jspb.Message.getField(this, 3) != null;
|
|
129661
|
+
};
|
|
129662
|
+
|
|
129663
|
+
|
|
129664
|
+
|
|
129665
|
+
|
|
129666
|
+
|
|
129667
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
129668
|
+
/**
|
|
129669
|
+
* Creates an object representation of this proto.
|
|
129670
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
129671
|
+
* Optional fields that are not set will be set to undefined.
|
|
129672
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
129673
|
+
* For the list of reserved names please see:
|
|
129674
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
129675
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
129676
|
+
* JSPB instance for transitional soy proto support:
|
|
129677
|
+
* http://goto/soy-param-migration
|
|
129678
|
+
* @return {!Object}
|
|
129679
|
+
*/
|
|
129680
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.toObject = function(opt_includeInstance) {
|
|
129681
|
+
return proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.toObject(opt_includeInstance, this);
|
|
129682
|
+
};
|
|
129683
|
+
|
|
129684
|
+
|
|
129685
|
+
/**
|
|
129686
|
+
* Static version of the {@see toObject} method.
|
|
129687
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
129688
|
+
* the JSPB instance for transitional soy proto support:
|
|
129689
|
+
* http://goto/soy-param-migration
|
|
129690
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} msg The msg instance to transform.
|
|
129691
|
+
* @return {!Object}
|
|
129692
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
129693
|
+
*/
|
|
129694
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.toObject = function(includeInstance, msg) {
|
|
129695
|
+
var f, obj = {
|
|
129696
|
+
dpkgStatusAbbrev: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
129697
|
+
binaryPackageName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
129698
|
+
sourcePackageName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
129699
|
+
sourceVersion: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
129700
|
+
};
|
|
129701
|
+
|
|
129702
|
+
if (includeInstance) {
|
|
129703
|
+
obj.$jspbMessageInstance = msg;
|
|
129704
|
+
}
|
|
129705
|
+
return obj;
|
|
129706
|
+
};
|
|
129707
|
+
}
|
|
129708
|
+
|
|
129709
|
+
|
|
129710
|
+
/**
|
|
129711
|
+
* Deserializes binary data (in protobuf wire format).
|
|
129712
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
129713
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints}
|
|
129714
|
+
*/
|
|
129715
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.deserializeBinary = function(bytes) {
|
|
129716
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
129717
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints;
|
|
129718
|
+
return proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.deserializeBinaryFromReader(msg, reader);
|
|
129719
|
+
};
|
|
129720
|
+
|
|
129721
|
+
|
|
129722
|
+
/**
|
|
129723
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
129724
|
+
* given reader into the given message object.
|
|
129725
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} msg The message object to deserialize into.
|
|
129726
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
129727
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints}
|
|
129728
|
+
*/
|
|
129729
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.deserializeBinaryFromReader = function(msg, reader) {
|
|
129730
|
+
while (reader.nextField()) {
|
|
129731
|
+
if (reader.isEndGroup()) {
|
|
129732
|
+
break;
|
|
129733
|
+
}
|
|
129734
|
+
var field = reader.getFieldNumber();
|
|
129735
|
+
switch (field) {
|
|
129736
|
+
case 1:
|
|
129737
|
+
var value = /** @type {string} */ (reader.readString());
|
|
129738
|
+
msg.setDpkgStatusAbbrev(value);
|
|
129739
|
+
break;
|
|
129740
|
+
case 2:
|
|
129741
|
+
var value = /** @type {string} */ (reader.readString());
|
|
129742
|
+
msg.setBinaryPackageName(value);
|
|
129743
|
+
break;
|
|
129744
|
+
case 3:
|
|
129745
|
+
var value = /** @type {string} */ (reader.readString());
|
|
129746
|
+
msg.setSourcePackageName(value);
|
|
129747
|
+
break;
|
|
129748
|
+
case 4:
|
|
129749
|
+
var value = /** @type {string} */ (reader.readString());
|
|
129750
|
+
msg.setSourceVersion(value);
|
|
129751
|
+
break;
|
|
129752
|
+
default:
|
|
129753
|
+
reader.skipField();
|
|
129754
|
+
break;
|
|
129755
|
+
}
|
|
129756
|
+
}
|
|
129757
|
+
return msg;
|
|
129758
|
+
};
|
|
129759
|
+
|
|
129760
|
+
|
|
129761
|
+
/**
|
|
129762
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
129763
|
+
* @return {!Uint8Array}
|
|
129764
|
+
*/
|
|
129765
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.serializeBinary = function() {
|
|
129766
|
+
var writer = new jspb.BinaryWriter();
|
|
129767
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.serializeBinaryToWriter(this, writer);
|
|
129768
|
+
return writer.getResultBuffer();
|
|
129769
|
+
};
|
|
129770
|
+
|
|
129771
|
+
|
|
129772
|
+
/**
|
|
129773
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
129774
|
+
* format), writing to the given BinaryWriter.
|
|
129775
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} message
|
|
129776
|
+
* @param {!jspb.BinaryWriter} writer
|
|
129777
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
129778
|
+
*/
|
|
129779
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.serializeBinaryToWriter = function(message, writer) {
|
|
129780
|
+
var f = undefined;
|
|
129781
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
129782
|
+
if (f != null) {
|
|
129783
|
+
writer.writeString(
|
|
129784
|
+
1,
|
|
129785
|
+
f
|
|
129786
|
+
);
|
|
129787
|
+
}
|
|
129788
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
129789
|
+
if (f != null) {
|
|
129790
|
+
writer.writeString(
|
|
129791
|
+
2,
|
|
129792
|
+
f
|
|
129793
|
+
);
|
|
129794
|
+
}
|
|
129795
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
129796
|
+
if (f != null) {
|
|
129797
|
+
writer.writeString(
|
|
129798
|
+
3,
|
|
129799
|
+
f
|
|
129800
|
+
);
|
|
129801
|
+
}
|
|
129802
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
129803
|
+
if (f != null) {
|
|
129804
|
+
writer.writeString(
|
|
129805
|
+
4,
|
|
129806
|
+
f
|
|
129807
|
+
);
|
|
129808
|
+
}
|
|
129809
|
+
};
|
|
129810
|
+
|
|
129811
|
+
|
|
129812
|
+
/**
|
|
129813
|
+
* optional string dpkg_status_abbrev = 1;
|
|
129814
|
+
* @return {string}
|
|
129815
|
+
*/
|
|
129816
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.getDpkgStatusAbbrev = function() {
|
|
129817
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
129818
|
+
};
|
|
129819
|
+
|
|
129820
|
+
|
|
129821
|
+
/**
|
|
129822
|
+
* @param {string} value
|
|
129823
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} returns this
|
|
129824
|
+
*/
|
|
129825
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.setDpkgStatusAbbrev = function(value) {
|
|
129826
|
+
return jspb.Message.setField(this, 1, value);
|
|
129827
|
+
};
|
|
129828
|
+
|
|
129829
|
+
|
|
129830
|
+
/**
|
|
129831
|
+
* Clears the field making it undefined.
|
|
129832
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} returns this
|
|
129833
|
+
*/
|
|
129834
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.clearDpkgStatusAbbrev = function() {
|
|
129835
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
129836
|
+
};
|
|
129837
|
+
|
|
129838
|
+
|
|
129839
|
+
/**
|
|
129840
|
+
* Returns whether this field is set.
|
|
129841
|
+
* @return {boolean}
|
|
129842
|
+
*/
|
|
129843
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.hasDpkgStatusAbbrev = function() {
|
|
129844
|
+
return jspb.Message.getField(this, 1) != null;
|
|
129845
|
+
};
|
|
129846
|
+
|
|
129847
|
+
|
|
129848
|
+
/**
|
|
129849
|
+
* optional string binary_package_name = 2;
|
|
129850
|
+
* @return {string}
|
|
129851
|
+
*/
|
|
129852
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.getBinaryPackageName = function() {
|
|
129853
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
129854
|
+
};
|
|
129855
|
+
|
|
129856
|
+
|
|
129857
|
+
/**
|
|
129858
|
+
* @param {string} value
|
|
129859
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} returns this
|
|
129860
|
+
*/
|
|
129861
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.setBinaryPackageName = function(value) {
|
|
129862
|
+
return jspb.Message.setField(this, 2, value);
|
|
129863
|
+
};
|
|
129864
|
+
|
|
129865
|
+
|
|
129866
|
+
/**
|
|
129867
|
+
* Clears the field making it undefined.
|
|
129868
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} returns this
|
|
129869
|
+
*/
|
|
129870
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.clearBinaryPackageName = function() {
|
|
129871
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
129872
|
+
};
|
|
129873
|
+
|
|
129874
|
+
|
|
129875
|
+
/**
|
|
129876
|
+
* Returns whether this field is set.
|
|
129877
|
+
* @return {boolean}
|
|
129878
|
+
*/
|
|
129879
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.hasBinaryPackageName = function() {
|
|
129880
|
+
return jspb.Message.getField(this, 2) != null;
|
|
129881
|
+
};
|
|
129882
|
+
|
|
129883
|
+
|
|
129884
|
+
/**
|
|
129885
|
+
* optional string source_package_name = 3;
|
|
129886
|
+
* @return {string}
|
|
129887
|
+
*/
|
|
129888
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.getSourcePackageName = function() {
|
|
129889
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
129890
|
+
};
|
|
129891
|
+
|
|
129892
|
+
|
|
129893
|
+
/**
|
|
129894
|
+
* @param {string} value
|
|
129895
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} returns this
|
|
129896
|
+
*/
|
|
129897
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.setSourcePackageName = function(value) {
|
|
129898
|
+
return jspb.Message.setField(this, 3, value);
|
|
129899
|
+
};
|
|
129900
|
+
|
|
129901
|
+
|
|
129902
|
+
/**
|
|
129903
|
+
* Clears the field making it undefined.
|
|
129904
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} returns this
|
|
129905
|
+
*/
|
|
129906
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.clearSourcePackageName = function() {
|
|
129907
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
129908
|
+
};
|
|
129909
|
+
|
|
129910
|
+
|
|
129911
|
+
/**
|
|
129912
|
+
* Returns whether this field is set.
|
|
129913
|
+
* @return {boolean}
|
|
129914
|
+
*/
|
|
129915
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.hasSourcePackageName = function() {
|
|
129916
|
+
return jspb.Message.getField(this, 3) != null;
|
|
129917
|
+
};
|
|
129918
|
+
|
|
129919
|
+
|
|
129920
|
+
/**
|
|
129921
|
+
* optional string source_version = 4;
|
|
129922
|
+
* @return {string}
|
|
129923
|
+
*/
|
|
129924
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.getSourceVersion = function() {
|
|
129925
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
129926
|
+
};
|
|
129927
|
+
|
|
129928
|
+
|
|
129929
|
+
/**
|
|
129930
|
+
* @param {string} value
|
|
129931
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} returns this
|
|
129932
|
+
*/
|
|
129933
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.setSourceVersion = function(value) {
|
|
129934
|
+
return jspb.Message.setField(this, 4, value);
|
|
129935
|
+
};
|
|
129936
|
+
|
|
129937
|
+
|
|
129938
|
+
/**
|
|
129939
|
+
* Clears the field making it undefined.
|
|
129940
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints} returns this
|
|
129941
|
+
*/
|
|
129942
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.clearSourceVersion = function() {
|
|
129943
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
129944
|
+
};
|
|
129945
|
+
|
|
129946
|
+
|
|
129947
|
+
/**
|
|
129948
|
+
* Returns whether this field is set.
|
|
129949
|
+
* @return {boolean}
|
|
129950
|
+
*/
|
|
129951
|
+
proto.com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints.prototype.hasSourceVersion = function() {
|
|
129952
|
+
return jspb.Message.getField(this, 4) != null;
|
|
129953
|
+
};
|
|
129954
|
+
|
|
129955
|
+
|
|
129274
129956
|
|
|
129275
129957
|
|
|
129276
129958
|
|
|
@@ -146061,7 +146743,8 @@ proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.toObject = function(incl
|
|
|
146061
146743
|
managerOid: jspb.Message.getFieldWithDefault(msg, 56, ""),
|
|
146062
146744
|
memberOfOidList: (f = jspb.Message.getRepeatedField(msg, 57)) == null ? undefined : f,
|
|
146063
146745
|
directReportsList: jspb.Message.toObjectList(msg.getDirectReportsList(),
|
|
146064
|
-
proto.com.lansweeper.dp.outbound.v1.DirectReport.toObject, includeInstance)
|
|
146746
|
+
proto.com.lansweeper.dp.outbound.v1.DirectReport.toObject, includeInstance),
|
|
146747
|
+
managerUpn: jspb.Message.getFieldWithDefault(msg, 61, "")
|
|
146065
146748
|
};
|
|
146066
146749
|
|
|
146067
146750
|
if (includeInstance) {
|
|
@@ -146348,6 +147031,10 @@ proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.deserializeBinaryFromRea
|
|
|
146348
147031
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.DirectReport.deserializeBinaryFromReader);
|
|
146349
147032
|
msg.addDirectReports(value);
|
|
146350
147033
|
break;
|
|
147034
|
+
case 61:
|
|
147035
|
+
var value = /** @type {string} */ (reader.readString());
|
|
147036
|
+
msg.setManagerUpn(value);
|
|
147037
|
+
break;
|
|
146351
147038
|
default:
|
|
146352
147039
|
reader.skipField();
|
|
146353
147040
|
break;
|
|
@@ -146807,6 +147494,13 @@ proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.serializeBinaryToWriter
|
|
|
146807
147494
|
proto.com.lansweeper.dp.outbound.v1.DirectReport.serializeBinaryToWriter
|
|
146808
147495
|
);
|
|
146809
147496
|
}
|
|
147497
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 61));
|
|
147498
|
+
if (f != null) {
|
|
147499
|
+
writer.writeString(
|
|
147500
|
+
61,
|
|
147501
|
+
f
|
|
147502
|
+
);
|
|
147503
|
+
}
|
|
146810
147504
|
};
|
|
146811
147505
|
|
|
146812
147506
|
|
|
@@ -149006,6 +149700,42 @@ proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.prototype.clearDirectRep
|
|
|
149006
149700
|
};
|
|
149007
149701
|
|
|
149008
149702
|
|
|
149703
|
+
/**
|
|
149704
|
+
* optional string manager_upn = 61;
|
|
149705
|
+
* @return {string}
|
|
149706
|
+
*/
|
|
149707
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.prototype.getManagerUpn = function() {
|
|
149708
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 61, ""));
|
|
149709
|
+
};
|
|
149710
|
+
|
|
149711
|
+
|
|
149712
|
+
/**
|
|
149713
|
+
* @param {string} value
|
|
149714
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser} returns this
|
|
149715
|
+
*/
|
|
149716
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.prototype.setManagerUpn = function(value) {
|
|
149717
|
+
return jspb.Message.setField(this, 61, value);
|
|
149718
|
+
};
|
|
149719
|
+
|
|
149720
|
+
|
|
149721
|
+
/**
|
|
149722
|
+
* Clears the field making it undefined.
|
|
149723
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser} returns this
|
|
149724
|
+
*/
|
|
149725
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.prototype.clearManagerUpn = function() {
|
|
149726
|
+
return jspb.Message.setField(this, 61, undefined);
|
|
149727
|
+
};
|
|
149728
|
+
|
|
149729
|
+
|
|
149730
|
+
/**
|
|
149731
|
+
* Returns whether this field is set.
|
|
149732
|
+
* @return {boolean}
|
|
149733
|
+
*/
|
|
149734
|
+
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryUser.prototype.hasManagerUpn = function() {
|
|
149735
|
+
return jspb.Message.getField(this, 61) != null;
|
|
149736
|
+
};
|
|
149737
|
+
|
|
149738
|
+
|
|
149009
149739
|
|
|
149010
149740
|
|
|
149011
149741
|
|