@lansweeper/data-platform-outbound-grpc 0.3.15 → 0.3.17
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +83 -21
- package/gen-proto/outbound_pb.js +640 -104
- package/generated-go/outbound.pb.go +10103 -9933
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +27 -4
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessorOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Group$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Group$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Group.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/GroupOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceActionResult$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/{DeviceActionResult$Builder.class → IntuneDeviceActionResult$Builder.class} +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/{DeviceActionResult.class → IntuneDeviceActionResult.class} +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceActionResultOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.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/User$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/User$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/User.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/UserOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +27 -4
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +821 -471
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +64 -15
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DataProcessor.java +1405 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DataProcessorOrBuilder.java +121 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Group.java +430 -79
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GroupOrBuilder.java +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDevice.java +52 -52
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{DeviceActionResult.java → IntuneDeviceActionResult.java} +56 -56
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{DeviceActionResultOrBuilder.java → IntuneDeviceActionResultOrBuilder.java} +2 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2959 -2937
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/User.java +430 -79
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UserOrBuilder.java +24 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -4
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -2
- package/model/target/{outbound-model-0.3.14-sources.jar → outbound-model-0.3.16-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.14.jar → outbound-model-0.3.16.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +27 -4
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.14-sources.jar → outbound-service-0.3.16-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.14.jar → outbound-service-0.3.16.jar} +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.class +0 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -101,7 +101,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CoreFields', null, global
|
|
|
101
101
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrField', null, global);
|
|
102
102
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrelationFields', null, global);
|
|
103
103
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrelationInfo', null, global);
|
|
104
|
-
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.
|
|
104
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DataProcessor', null, global);
|
|
105
105
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DriveVolume', null, global);
|
|
106
106
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver', null, global);
|
|
107
107
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver.DriverCase', null, global);
|
|
@@ -132,6 +132,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserO
|
|
|
132
132
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension', null, global);
|
|
133
133
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneApplication', null, global);
|
|
134
134
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneDevice', null, global);
|
|
135
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult', null, global);
|
|
135
136
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpInfo', null, global);
|
|
136
137
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpLocationConfig', null, global);
|
|
137
138
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.KernelExtensionError', null, global);
|
|
@@ -1100,16 +1101,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1100
1101
|
* @extends {jspb.Message}
|
|
1101
1102
|
* @constructor
|
|
1102
1103
|
*/
|
|
1103
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
1104
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult = function(opt_data) {
|
|
1104
1105
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1105
1106
|
};
|
|
1106
|
-
goog.inherits(proto.com.lansweeper.dp.outbound.v1.
|
|
1107
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult, jspb.Message);
|
|
1107
1108
|
if (goog.DEBUG && !COMPILED) {
|
|
1108
1109
|
/**
|
|
1109
1110
|
* @public
|
|
1110
1111
|
* @override
|
|
1111
1112
|
*/
|
|
1112
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
1113
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.displayName = 'proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult';
|
|
1113
1114
|
}
|
|
1114
1115
|
/**
|
|
1115
1116
|
* Generated by JsPbCodeGenerator.
|
|
@@ -1216,6 +1217,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1216
1217
|
*/
|
|
1217
1218
|
proto.com.lansweeper.dp.outbound.v1.ScanCredential.displayName = 'proto.com.lansweeper.dp.outbound.v1.ScanCredential';
|
|
1218
1219
|
}
|
|
1220
|
+
/**
|
|
1221
|
+
* Generated by JsPbCodeGenerator.
|
|
1222
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1223
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1224
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1225
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1226
|
+
* valid.
|
|
1227
|
+
* @extends {jspb.Message}
|
|
1228
|
+
* @constructor
|
|
1229
|
+
*/
|
|
1230
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor = function(opt_data) {
|
|
1231
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1232
|
+
};
|
|
1233
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.DataProcessor, jspb.Message);
|
|
1234
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1235
|
+
/**
|
|
1236
|
+
* @public
|
|
1237
|
+
* @override
|
|
1238
|
+
*/
|
|
1239
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.displayName = 'proto.com.lansweeper.dp.outbound.v1.DataProcessor';
|
|
1240
|
+
}
|
|
1219
1241
|
/**
|
|
1220
1242
|
* Generated by JsPbCodeGenerator.
|
|
1221
1243
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -9137,7 +9159,7 @@ proto.com.lansweeper.dp.outbound.v1.Entity.prototype.hasGroup = function() {
|
|
|
9137
9159
|
* @private {!Array<number>}
|
|
9138
9160
|
* @const
|
|
9139
9161
|
*/
|
|
9140
|
-
proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [74,86,33,14,20,81,80];
|
|
9162
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [74,86,92,33,14,20,81,80];
|
|
9141
9163
|
|
|
9142
9164
|
|
|
9143
9165
|
|
|
@@ -9181,6 +9203,8 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
|
|
|
9181
9203
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject, includeInstance),
|
|
9182
9204
|
unlinkedSourceInfoList: jspb.Message.toObjectList(msg.getUnlinkedSourceInfoList(),
|
|
9183
9205
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject, includeInstance),
|
|
9206
|
+
dataProcessorList: jspb.Message.toObjectList(msg.getDataProcessorList(),
|
|
9207
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.toObject, includeInstance),
|
|
9184
9208
|
uniqueKey: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
9185
9209
|
scanErrorList: jspb.Message.toObjectList(msg.getScanErrorList(),
|
|
9186
9210
|
proto.com.lansweeper.dp.outbound.v1.ScanError.toObject, includeInstance),
|
|
@@ -9210,8 +9234,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
|
|
|
9210
9234
|
cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f),
|
|
9211
9235
|
changeLogList: jspb.Message.toObjectList(msg.getChangeLogList(),
|
|
9212
9236
|
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject, includeInstance),
|
|
9213
|
-
intuneDevice: (f = msg.getIntuneDevice()) && proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject(includeInstance, f)
|
|
9214
|
-
intuneApplication: (f = msg.getIntuneApplication()) && proto.com.lansweeper.dp.outbound.v1.IntuneApplication.toObject(includeInstance, f)
|
|
9237
|
+
intuneDevice: (f = msg.getIntuneDevice()) && proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject(includeInstance, f)
|
|
9215
9238
|
};
|
|
9216
9239
|
|
|
9217
9240
|
if (includeInstance) {
|
|
@@ -9291,6 +9314,11 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
|
|
|
9291
9314
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SourceInfo.deserializeBinaryFromReader);
|
|
9292
9315
|
msg.addUnlinkedSourceInfo(value);
|
|
9293
9316
|
break;
|
|
9317
|
+
case 92:
|
|
9318
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.DataProcessor;
|
|
9319
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.DataProcessor.deserializeBinaryFromReader);
|
|
9320
|
+
msg.addDataProcessor(value);
|
|
9321
|
+
break;
|
|
9294
9322
|
case 23:
|
|
9295
9323
|
var value = /** @type {string} */ (reader.readString());
|
|
9296
9324
|
msg.setUniqueKey(value);
|
|
@@ -9415,11 +9443,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
|
|
|
9415
9443
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneDevice.deserializeBinaryFromReader);
|
|
9416
9444
|
msg.setIntuneDevice(value);
|
|
9417
9445
|
break;
|
|
9418
|
-
case 91:
|
|
9419
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.IntuneApplication;
|
|
9420
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneApplication.deserializeBinaryFromReader);
|
|
9421
|
-
msg.setIntuneApplication(value);
|
|
9422
|
-
break;
|
|
9423
9446
|
default:
|
|
9424
9447
|
reader.skipField();
|
|
9425
9448
|
break;
|
|
@@ -9519,6 +9542,14 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
|
|
|
9519
9542
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.serializeBinaryToWriter
|
|
9520
9543
|
);
|
|
9521
9544
|
}
|
|
9545
|
+
f = message.getDataProcessorList();
|
|
9546
|
+
if (f.length > 0) {
|
|
9547
|
+
writer.writeRepeatedMessage(
|
|
9548
|
+
92,
|
|
9549
|
+
f,
|
|
9550
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.serializeBinaryToWriter
|
|
9551
|
+
);
|
|
9552
|
+
}
|
|
9522
9553
|
f = /** @type {string} */ (jspb.Message.getField(message, 23));
|
|
9523
9554
|
if (f != null) {
|
|
9524
9555
|
writer.writeString(
|
|
@@ -9718,14 +9749,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
|
|
|
9718
9749
|
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.serializeBinaryToWriter
|
|
9719
9750
|
);
|
|
9720
9751
|
}
|
|
9721
|
-
f = message.getIntuneApplication();
|
|
9722
|
-
if (f != null) {
|
|
9723
|
-
writer.writeMessage(
|
|
9724
|
-
91,
|
|
9725
|
-
f,
|
|
9726
|
-
proto.com.lansweeper.dp.outbound.v1.IntuneApplication.serializeBinaryToWriter
|
|
9727
|
-
);
|
|
9728
|
-
}
|
|
9729
9752
|
};
|
|
9730
9753
|
|
|
9731
9754
|
|
|
@@ -10062,6 +10085,44 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearUnlinkedSourceInfoList
|
|
|
10062
10085
|
};
|
|
10063
10086
|
|
|
10064
10087
|
|
|
10088
|
+
/**
|
|
10089
|
+
* repeated DataProcessor data_processor = 92;
|
|
10090
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.DataProcessor>}
|
|
10091
|
+
*/
|
|
10092
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getDataProcessorList = function() {
|
|
10093
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.DataProcessor>} */ (
|
|
10094
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.DataProcessor, 92));
|
|
10095
|
+
};
|
|
10096
|
+
|
|
10097
|
+
|
|
10098
|
+
/**
|
|
10099
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.DataProcessor>} value
|
|
10100
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
10101
|
+
*/
|
|
10102
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setDataProcessorList = function(value) {
|
|
10103
|
+
return jspb.Message.setRepeatedWrapperField(this, 92, value);
|
|
10104
|
+
};
|
|
10105
|
+
|
|
10106
|
+
|
|
10107
|
+
/**
|
|
10108
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DataProcessor=} opt_value
|
|
10109
|
+
* @param {number=} opt_index
|
|
10110
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor}
|
|
10111
|
+
*/
|
|
10112
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addDataProcessor = function(opt_value, opt_index) {
|
|
10113
|
+
return jspb.Message.addToRepeatedWrapperField(this, 92, opt_value, proto.com.lansweeper.dp.outbound.v1.DataProcessor, opt_index);
|
|
10114
|
+
};
|
|
10115
|
+
|
|
10116
|
+
|
|
10117
|
+
/**
|
|
10118
|
+
* Clears the list making it empty but non-null.
|
|
10119
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
10120
|
+
*/
|
|
10121
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearDataProcessorList = function() {
|
|
10122
|
+
return this.setDataProcessorList([]);
|
|
10123
|
+
};
|
|
10124
|
+
|
|
10125
|
+
|
|
10065
10126
|
/**
|
|
10066
10127
|
* optional string unique_key = 23;
|
|
10067
10128
|
* @return {string}
|
|
@@ -10991,43 +11052,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasIntuneDevice = function()
|
|
|
10991
11052
|
};
|
|
10992
11053
|
|
|
10993
11054
|
|
|
10994
|
-
/**
|
|
10995
|
-
* optional IntuneApplication intune_application = 91;
|
|
10996
|
-
* @return {?proto.com.lansweeper.dp.outbound.v1.IntuneApplication}
|
|
10997
|
-
*/
|
|
10998
|
-
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getIntuneApplication = function() {
|
|
10999
|
-
return /** @type{?proto.com.lansweeper.dp.outbound.v1.IntuneApplication} */ (
|
|
11000
|
-
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IntuneApplication, 91));
|
|
11001
|
-
};
|
|
11002
|
-
|
|
11003
|
-
|
|
11004
|
-
/**
|
|
11005
|
-
* @param {?proto.com.lansweeper.dp.outbound.v1.IntuneApplication|undefined} value
|
|
11006
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
11007
|
-
*/
|
|
11008
|
-
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setIntuneApplication = function(value) {
|
|
11009
|
-
return jspb.Message.setWrapperField(this, 91, value);
|
|
11010
|
-
};
|
|
11011
|
-
|
|
11012
|
-
|
|
11013
|
-
/**
|
|
11014
|
-
* Clears the message field making it undefined.
|
|
11015
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
11016
|
-
*/
|
|
11017
|
-
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearIntuneApplication = function() {
|
|
11018
|
-
return this.setIntuneApplication(undefined);
|
|
11019
|
-
};
|
|
11020
|
-
|
|
11021
|
-
|
|
11022
|
-
/**
|
|
11023
|
-
* Returns whether this field is set.
|
|
11024
|
-
* @return {boolean}
|
|
11025
|
-
*/
|
|
11026
|
-
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasIntuneApplication = function() {
|
|
11027
|
-
return jspb.Message.getField(this, 91) != null;
|
|
11028
|
-
};
|
|
11029
|
-
|
|
11030
|
-
|
|
11031
11055
|
|
|
11032
11056
|
/**
|
|
11033
11057
|
* Oneof group definitions for this message. Each group defines the field
|
|
@@ -22872,8 +22896,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
22872
22896
|
* http://goto/soy-param-migration
|
|
22873
22897
|
* @return {!Object}
|
|
22874
22898
|
*/
|
|
22875
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
22876
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
22899
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.toObject = function(opt_includeInstance) {
|
|
22900
|
+
return proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.toObject(opt_includeInstance, this);
|
|
22877
22901
|
};
|
|
22878
22902
|
|
|
22879
22903
|
|
|
@@ -22882,11 +22906,11 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.toObject = func
|
|
|
22882
22906
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
22883
22907
|
* the JSPB instance for transitional soy proto support:
|
|
22884
22908
|
* http://goto/soy-param-migration
|
|
22885
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
22909
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} msg The msg instance to transform.
|
|
22886
22910
|
* @return {!Object}
|
|
22887
22911
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
22888
22912
|
*/
|
|
22889
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
22913
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.toObject = function(includeInstance, msg) {
|
|
22890
22914
|
var f, obj = {
|
|
22891
22915
|
actionName: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
22892
22916
|
actionState: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
@@ -22905,23 +22929,23 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject = function(inclu
|
|
|
22905
22929
|
/**
|
|
22906
22930
|
* Deserializes binary data (in protobuf wire format).
|
|
22907
22931
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
22908
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
22932
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult}
|
|
22909
22933
|
*/
|
|
22910
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
22934
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinary = function(bytes) {
|
|
22911
22935
|
var reader = new jspb.BinaryReader(bytes);
|
|
22912
|
-
var msg = new proto.com.lansweeper.dp.outbound.v1.
|
|
22913
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
22936
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult;
|
|
22937
|
+
return proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinaryFromReader(msg, reader);
|
|
22914
22938
|
};
|
|
22915
22939
|
|
|
22916
22940
|
|
|
22917
22941
|
/**
|
|
22918
22942
|
* Deserializes binary data (in protobuf wire format) from the
|
|
22919
22943
|
* given reader into the given message object.
|
|
22920
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
22944
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} msg The message object to deserialize into.
|
|
22921
22945
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
22922
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
22946
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult}
|
|
22923
22947
|
*/
|
|
22924
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
22948
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinaryFromReader = function(msg, reader) {
|
|
22925
22949
|
while (reader.nextField()) {
|
|
22926
22950
|
if (reader.isEndGroup()) {
|
|
22927
22951
|
break;
|
|
@@ -22959,9 +22983,9 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromRead
|
|
|
22959
22983
|
* Serializes the message to binary data (in protobuf wire format).
|
|
22960
22984
|
* @return {!Uint8Array}
|
|
22961
22985
|
*/
|
|
22962
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
22986
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.serializeBinary = function() {
|
|
22963
22987
|
var writer = new jspb.BinaryWriter();
|
|
22964
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
22988
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.serializeBinaryToWriter(this, writer);
|
|
22965
22989
|
return writer.getResultBuffer();
|
|
22966
22990
|
};
|
|
22967
22991
|
|
|
@@ -22969,11 +22993,11 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.serializeBinary
|
|
|
22969
22993
|
/**
|
|
22970
22994
|
* Serializes the given message to binary data (in protobuf wire
|
|
22971
22995
|
* format), writing to the given BinaryWriter.
|
|
22972
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
22996
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} message
|
|
22973
22997
|
* @param {!jspb.BinaryWriter} writer
|
|
22974
22998
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
22975
22999
|
*/
|
|
22976
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23000
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.serializeBinaryToWriter = function(message, writer) {
|
|
22977
23001
|
var f = undefined;
|
|
22978
23002
|
f = message.getActionName();
|
|
22979
23003
|
if (f.length > 0) {
|
|
@@ -23012,16 +23036,16 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter =
|
|
|
23012
23036
|
* optional string action_name = 1;
|
|
23013
23037
|
* @return {string}
|
|
23014
23038
|
*/
|
|
23015
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23039
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getActionName = function() {
|
|
23016
23040
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
23017
23041
|
};
|
|
23018
23042
|
|
|
23019
23043
|
|
|
23020
23044
|
/**
|
|
23021
23045
|
* @param {string} value
|
|
23022
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
23046
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
|
|
23023
23047
|
*/
|
|
23024
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23048
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setActionName = function(value) {
|
|
23025
23049
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
23026
23050
|
};
|
|
23027
23051
|
|
|
@@ -23030,16 +23054,16 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionName =
|
|
|
23030
23054
|
* optional string action_state = 2;
|
|
23031
23055
|
* @return {string}
|
|
23032
23056
|
*/
|
|
23033
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23057
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getActionState = function() {
|
|
23034
23058
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
23035
23059
|
};
|
|
23036
23060
|
|
|
23037
23061
|
|
|
23038
23062
|
/**
|
|
23039
23063
|
* @param {string} value
|
|
23040
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
23064
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
|
|
23041
23065
|
*/
|
|
23042
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23066
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setActionState = function(value) {
|
|
23043
23067
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
23044
23068
|
};
|
|
23045
23069
|
|
|
@@ -23048,7 +23072,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionState
|
|
|
23048
23072
|
* optional google.protobuf.Timestamp start_date_time = 3;
|
|
23049
23073
|
* @return {?proto.google.protobuf.Timestamp}
|
|
23050
23074
|
*/
|
|
23051
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23075
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getStartDateTime = function() {
|
|
23052
23076
|
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
23053
23077
|
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 3));
|
|
23054
23078
|
};
|
|
@@ -23056,18 +23080,18 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getStartDateTim
|
|
|
23056
23080
|
|
|
23057
23081
|
/**
|
|
23058
23082
|
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
23059
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
23083
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
|
|
23060
23084
|
*/
|
|
23061
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23085
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setStartDateTime = function(value) {
|
|
23062
23086
|
return jspb.Message.setWrapperField(this, 3, value);
|
|
23063
23087
|
};
|
|
23064
23088
|
|
|
23065
23089
|
|
|
23066
23090
|
/**
|
|
23067
23091
|
* Clears the message field making it undefined.
|
|
23068
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
23092
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
|
|
23069
23093
|
*/
|
|
23070
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23094
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.clearStartDateTime = function() {
|
|
23071
23095
|
return this.setStartDateTime(undefined);
|
|
23072
23096
|
};
|
|
23073
23097
|
|
|
@@ -23076,7 +23100,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearStartDateT
|
|
|
23076
23100
|
* Returns whether this field is set.
|
|
23077
23101
|
* @return {boolean}
|
|
23078
23102
|
*/
|
|
23079
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23103
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.hasStartDateTime = function() {
|
|
23080
23104
|
return jspb.Message.getField(this, 3) != null;
|
|
23081
23105
|
};
|
|
23082
23106
|
|
|
@@ -23085,7 +23109,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.hasStartDateTim
|
|
|
23085
23109
|
* optional google.protobuf.Timestamp last_updated_date_time = 4;
|
|
23086
23110
|
* @return {?proto.google.protobuf.Timestamp}
|
|
23087
23111
|
*/
|
|
23088
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23112
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getLastUpdatedDateTime = function() {
|
|
23089
23113
|
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
23090
23114
|
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 4));
|
|
23091
23115
|
};
|
|
@@ -23093,18 +23117,18 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getLastUpdatedD
|
|
|
23093
23117
|
|
|
23094
23118
|
/**
|
|
23095
23119
|
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
23096
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
23120
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
|
|
23097
23121
|
*/
|
|
23098
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23122
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setLastUpdatedDateTime = function(value) {
|
|
23099
23123
|
return jspb.Message.setWrapperField(this, 4, value);
|
|
23100
23124
|
};
|
|
23101
23125
|
|
|
23102
23126
|
|
|
23103
23127
|
/**
|
|
23104
23128
|
* Clears the message field making it undefined.
|
|
23105
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
23129
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
|
|
23106
23130
|
*/
|
|
23107
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23131
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.clearLastUpdatedDateTime = function() {
|
|
23108
23132
|
return this.setLastUpdatedDateTime(undefined);
|
|
23109
23133
|
};
|
|
23110
23134
|
|
|
@@ -23113,7 +23137,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearLastUpdate
|
|
|
23113
23137
|
* Returns whether this field is set.
|
|
23114
23138
|
* @return {boolean}
|
|
23115
23139
|
*/
|
|
23116
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23140
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.hasLastUpdatedDateTime = function() {
|
|
23117
23141
|
return jspb.Message.getField(this, 4) != null;
|
|
23118
23142
|
};
|
|
23119
23143
|
|
|
@@ -23184,7 +23208,7 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject = function(includeInst
|
|
|
23184
23208
|
deviceName: jspb.Message.getFieldWithDefault(msg, 25, ""),
|
|
23185
23209
|
managedDeviceOwnerType: jspb.Message.getFieldWithDefault(msg, 26, ""),
|
|
23186
23210
|
deviceActionResultsList: jspb.Message.toObjectList(msg.getDeviceActionResultsList(),
|
|
23187
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23211
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.toObject, includeInstance),
|
|
23188
23212
|
enrolledDateTime: (f = msg.getEnrolledDateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23189
23213
|
lastSyncDateTime: (f = msg.getLastSyncDateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23190
23214
|
operatingSystem: jspb.Message.getFieldWithDefault(msg, 30, ""),
|
|
@@ -23389,8 +23413,8 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.deserializeBinaryFromReader = f
|
|
|
23389
23413
|
msg.setManagedDeviceOwnerType(value);
|
|
23390
23414
|
break;
|
|
23391
23415
|
case 27:
|
|
23392
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.
|
|
23393
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.
|
|
23416
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult;
|
|
23417
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinaryFromReader);
|
|
23394
23418
|
msg.addDeviceActionResults(value);
|
|
23395
23419
|
break;
|
|
23396
23420
|
case 28:
|
|
@@ -23857,7 +23881,7 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.serializeBinaryToWriter = funct
|
|
|
23857
23881
|
writer.writeRepeatedMessage(
|
|
23858
23882
|
27,
|
|
23859
23883
|
f,
|
|
23860
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
23884
|
+
proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.serializeBinaryToWriter
|
|
23861
23885
|
);
|
|
23862
23886
|
}
|
|
23863
23887
|
f = message.getEnrolledDateTime();
|
|
@@ -24796,17 +24820,17 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setManagedDeviceOwner
|
|
|
24796
24820
|
|
|
24797
24821
|
|
|
24798
24822
|
/**
|
|
24799
|
-
* repeated
|
|
24800
|
-
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
24823
|
+
* repeated IntuneDeviceActionResult device_action_results = 27;
|
|
24824
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult>}
|
|
24801
24825
|
*/
|
|
24802
24826
|
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceActionResultsList = function() {
|
|
24803
|
-
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
24804
|
-
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.
|
|
24827
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult>} */ (
|
|
24828
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult, 27));
|
|
24805
24829
|
};
|
|
24806
24830
|
|
|
24807
24831
|
|
|
24808
24832
|
/**
|
|
24809
|
-
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
24833
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult>} value
|
|
24810
24834
|
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
|
|
24811
24835
|
*/
|
|
24812
24836
|
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceActionResultsList = function(value) {
|
|
@@ -24815,12 +24839,12 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceActionResult
|
|
|
24815
24839
|
|
|
24816
24840
|
|
|
24817
24841
|
/**
|
|
24818
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
24842
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult=} opt_value
|
|
24819
24843
|
* @param {number=} opt_index
|
|
24820
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
24844
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult}
|
|
24821
24845
|
*/
|
|
24822
24846
|
proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.addDeviceActionResults = function(opt_value, opt_index) {
|
|
24823
|
-
return jspb.Message.addToRepeatedWrapperField(this, 27, opt_value, proto.com.lansweeper.dp.outbound.v1.
|
|
24847
|
+
return jspb.Message.addToRepeatedWrapperField(this, 27, opt_value, proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult, opt_index);
|
|
24824
24848
|
};
|
|
24825
24849
|
|
|
24826
24850
|
|
|
@@ -27403,6 +27427,412 @@ proto.com.lansweeper.dp.outbound.v1.ScanCredential.prototype.hasCloudId = functi
|
|
|
27403
27427
|
|
|
27404
27428
|
|
|
27405
27429
|
|
|
27430
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
27431
|
+
/**
|
|
27432
|
+
* Creates an object representation of this proto.
|
|
27433
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
27434
|
+
* Optional fields that are not set will be set to undefined.
|
|
27435
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
27436
|
+
* For the list of reserved names please see:
|
|
27437
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
27438
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
27439
|
+
* JSPB instance for transitional soy proto support:
|
|
27440
|
+
* http://goto/soy-param-migration
|
|
27441
|
+
* @return {!Object}
|
|
27442
|
+
*/
|
|
27443
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.toObject = function(opt_includeInstance) {
|
|
27444
|
+
return proto.com.lansweeper.dp.outbound.v1.DataProcessor.toObject(opt_includeInstance, this);
|
|
27445
|
+
};
|
|
27446
|
+
|
|
27447
|
+
|
|
27448
|
+
/**
|
|
27449
|
+
* Static version of the {@see toObject} method.
|
|
27450
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
27451
|
+
* the JSPB instance for transitional soy proto support:
|
|
27452
|
+
* http://goto/soy-param-migration
|
|
27453
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} msg The msg instance to transform.
|
|
27454
|
+
* @return {!Object}
|
|
27455
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
27456
|
+
*/
|
|
27457
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.toObject = function(includeInstance, msg) {
|
|
27458
|
+
var f, obj = {
|
|
27459
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
27460
|
+
version: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
27461
|
+
firstTime: (f = msg.getFirstTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
27462
|
+
lastTime: (f = msg.getLastTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
27463
|
+
processingTime: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
27464
|
+
isSuccess: jspb.Message.getBooleanFieldWithDefault(msg, 6, false),
|
|
27465
|
+
iterations: jspb.Message.getFieldWithDefault(msg, 7, 0)
|
|
27466
|
+
};
|
|
27467
|
+
|
|
27468
|
+
if (includeInstance) {
|
|
27469
|
+
obj.$jspbMessageInstance = msg;
|
|
27470
|
+
}
|
|
27471
|
+
return obj;
|
|
27472
|
+
};
|
|
27473
|
+
}
|
|
27474
|
+
|
|
27475
|
+
|
|
27476
|
+
/**
|
|
27477
|
+
* Deserializes binary data (in protobuf wire format).
|
|
27478
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
27479
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor}
|
|
27480
|
+
*/
|
|
27481
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.deserializeBinary = function(bytes) {
|
|
27482
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
27483
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.DataProcessor;
|
|
27484
|
+
return proto.com.lansweeper.dp.outbound.v1.DataProcessor.deserializeBinaryFromReader(msg, reader);
|
|
27485
|
+
};
|
|
27486
|
+
|
|
27487
|
+
|
|
27488
|
+
/**
|
|
27489
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
27490
|
+
* given reader into the given message object.
|
|
27491
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} msg The message object to deserialize into.
|
|
27492
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
27493
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor}
|
|
27494
|
+
*/
|
|
27495
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.deserializeBinaryFromReader = function(msg, reader) {
|
|
27496
|
+
while (reader.nextField()) {
|
|
27497
|
+
if (reader.isEndGroup()) {
|
|
27498
|
+
break;
|
|
27499
|
+
}
|
|
27500
|
+
var field = reader.getFieldNumber();
|
|
27501
|
+
switch (field) {
|
|
27502
|
+
case 1:
|
|
27503
|
+
var value = /** @type {string} */ (reader.readString());
|
|
27504
|
+
msg.setName(value);
|
|
27505
|
+
break;
|
|
27506
|
+
case 2:
|
|
27507
|
+
var value = /** @type {string} */ (reader.readString());
|
|
27508
|
+
msg.setVersion(value);
|
|
27509
|
+
break;
|
|
27510
|
+
case 3:
|
|
27511
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
27512
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
27513
|
+
msg.setFirstTime(value);
|
|
27514
|
+
break;
|
|
27515
|
+
case 4:
|
|
27516
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
27517
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
27518
|
+
msg.setLastTime(value);
|
|
27519
|
+
break;
|
|
27520
|
+
case 5:
|
|
27521
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
27522
|
+
msg.setProcessingTime(value);
|
|
27523
|
+
break;
|
|
27524
|
+
case 6:
|
|
27525
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
27526
|
+
msg.setIsSuccess(value);
|
|
27527
|
+
break;
|
|
27528
|
+
case 7:
|
|
27529
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
27530
|
+
msg.setIterations(value);
|
|
27531
|
+
break;
|
|
27532
|
+
default:
|
|
27533
|
+
reader.skipField();
|
|
27534
|
+
break;
|
|
27535
|
+
}
|
|
27536
|
+
}
|
|
27537
|
+
return msg;
|
|
27538
|
+
};
|
|
27539
|
+
|
|
27540
|
+
|
|
27541
|
+
/**
|
|
27542
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
27543
|
+
* @return {!Uint8Array}
|
|
27544
|
+
*/
|
|
27545
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.serializeBinary = function() {
|
|
27546
|
+
var writer = new jspb.BinaryWriter();
|
|
27547
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.serializeBinaryToWriter(this, writer);
|
|
27548
|
+
return writer.getResultBuffer();
|
|
27549
|
+
};
|
|
27550
|
+
|
|
27551
|
+
|
|
27552
|
+
/**
|
|
27553
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
27554
|
+
* format), writing to the given BinaryWriter.
|
|
27555
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} message
|
|
27556
|
+
* @param {!jspb.BinaryWriter} writer
|
|
27557
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
27558
|
+
*/
|
|
27559
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.serializeBinaryToWriter = function(message, writer) {
|
|
27560
|
+
var f = undefined;
|
|
27561
|
+
f = message.getName();
|
|
27562
|
+
if (f.length > 0) {
|
|
27563
|
+
writer.writeString(
|
|
27564
|
+
1,
|
|
27565
|
+
f
|
|
27566
|
+
);
|
|
27567
|
+
}
|
|
27568
|
+
f = message.getVersion();
|
|
27569
|
+
if (f.length > 0) {
|
|
27570
|
+
writer.writeString(
|
|
27571
|
+
2,
|
|
27572
|
+
f
|
|
27573
|
+
);
|
|
27574
|
+
}
|
|
27575
|
+
f = message.getFirstTime();
|
|
27576
|
+
if (f != null) {
|
|
27577
|
+
writer.writeMessage(
|
|
27578
|
+
3,
|
|
27579
|
+
f,
|
|
27580
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
27581
|
+
);
|
|
27582
|
+
}
|
|
27583
|
+
f = message.getLastTime();
|
|
27584
|
+
if (f != null) {
|
|
27585
|
+
writer.writeMessage(
|
|
27586
|
+
4,
|
|
27587
|
+
f,
|
|
27588
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
27589
|
+
);
|
|
27590
|
+
}
|
|
27591
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 5));
|
|
27592
|
+
if (f != null) {
|
|
27593
|
+
writer.writeInt64(
|
|
27594
|
+
5,
|
|
27595
|
+
f
|
|
27596
|
+
);
|
|
27597
|
+
}
|
|
27598
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 6));
|
|
27599
|
+
if (f != null) {
|
|
27600
|
+
writer.writeBool(
|
|
27601
|
+
6,
|
|
27602
|
+
f
|
|
27603
|
+
);
|
|
27604
|
+
}
|
|
27605
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 7));
|
|
27606
|
+
if (f != null) {
|
|
27607
|
+
writer.writeInt64(
|
|
27608
|
+
7,
|
|
27609
|
+
f
|
|
27610
|
+
);
|
|
27611
|
+
}
|
|
27612
|
+
};
|
|
27613
|
+
|
|
27614
|
+
|
|
27615
|
+
/**
|
|
27616
|
+
* optional string name = 1;
|
|
27617
|
+
* @return {string}
|
|
27618
|
+
*/
|
|
27619
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.getName = function() {
|
|
27620
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
27621
|
+
};
|
|
27622
|
+
|
|
27623
|
+
|
|
27624
|
+
/**
|
|
27625
|
+
* @param {string} value
|
|
27626
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27627
|
+
*/
|
|
27628
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.setName = function(value) {
|
|
27629
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
27630
|
+
};
|
|
27631
|
+
|
|
27632
|
+
|
|
27633
|
+
/**
|
|
27634
|
+
* optional string version = 2;
|
|
27635
|
+
* @return {string}
|
|
27636
|
+
*/
|
|
27637
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.getVersion = function() {
|
|
27638
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
27639
|
+
};
|
|
27640
|
+
|
|
27641
|
+
|
|
27642
|
+
/**
|
|
27643
|
+
* @param {string} value
|
|
27644
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27645
|
+
*/
|
|
27646
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.setVersion = function(value) {
|
|
27647
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
27648
|
+
};
|
|
27649
|
+
|
|
27650
|
+
|
|
27651
|
+
/**
|
|
27652
|
+
* optional google.protobuf.Timestamp first_time = 3;
|
|
27653
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
27654
|
+
*/
|
|
27655
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.getFirstTime = function() {
|
|
27656
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
27657
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 3));
|
|
27658
|
+
};
|
|
27659
|
+
|
|
27660
|
+
|
|
27661
|
+
/**
|
|
27662
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
27663
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27664
|
+
*/
|
|
27665
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.setFirstTime = function(value) {
|
|
27666
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
27667
|
+
};
|
|
27668
|
+
|
|
27669
|
+
|
|
27670
|
+
/**
|
|
27671
|
+
* Clears the message field making it undefined.
|
|
27672
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27673
|
+
*/
|
|
27674
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.clearFirstTime = function() {
|
|
27675
|
+
return this.setFirstTime(undefined);
|
|
27676
|
+
};
|
|
27677
|
+
|
|
27678
|
+
|
|
27679
|
+
/**
|
|
27680
|
+
* Returns whether this field is set.
|
|
27681
|
+
* @return {boolean}
|
|
27682
|
+
*/
|
|
27683
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.hasFirstTime = function() {
|
|
27684
|
+
return jspb.Message.getField(this, 3) != null;
|
|
27685
|
+
};
|
|
27686
|
+
|
|
27687
|
+
|
|
27688
|
+
/**
|
|
27689
|
+
* optional google.protobuf.Timestamp last_time = 4;
|
|
27690
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
27691
|
+
*/
|
|
27692
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.getLastTime = function() {
|
|
27693
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
27694
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 4));
|
|
27695
|
+
};
|
|
27696
|
+
|
|
27697
|
+
|
|
27698
|
+
/**
|
|
27699
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
27700
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27701
|
+
*/
|
|
27702
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.setLastTime = function(value) {
|
|
27703
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
27704
|
+
};
|
|
27705
|
+
|
|
27706
|
+
|
|
27707
|
+
/**
|
|
27708
|
+
* Clears the message field making it undefined.
|
|
27709
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27710
|
+
*/
|
|
27711
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.clearLastTime = function() {
|
|
27712
|
+
return this.setLastTime(undefined);
|
|
27713
|
+
};
|
|
27714
|
+
|
|
27715
|
+
|
|
27716
|
+
/**
|
|
27717
|
+
* Returns whether this field is set.
|
|
27718
|
+
* @return {boolean}
|
|
27719
|
+
*/
|
|
27720
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.hasLastTime = function() {
|
|
27721
|
+
return jspb.Message.getField(this, 4) != null;
|
|
27722
|
+
};
|
|
27723
|
+
|
|
27724
|
+
|
|
27725
|
+
/**
|
|
27726
|
+
* optional int64 processing_time = 5;
|
|
27727
|
+
* @return {number}
|
|
27728
|
+
*/
|
|
27729
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.getProcessingTime = function() {
|
|
27730
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
27731
|
+
};
|
|
27732
|
+
|
|
27733
|
+
|
|
27734
|
+
/**
|
|
27735
|
+
* @param {number} value
|
|
27736
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27737
|
+
*/
|
|
27738
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.setProcessingTime = function(value) {
|
|
27739
|
+
return jspb.Message.setField(this, 5, value);
|
|
27740
|
+
};
|
|
27741
|
+
|
|
27742
|
+
|
|
27743
|
+
/**
|
|
27744
|
+
* Clears the field making it undefined.
|
|
27745
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27746
|
+
*/
|
|
27747
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.clearProcessingTime = function() {
|
|
27748
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
27749
|
+
};
|
|
27750
|
+
|
|
27751
|
+
|
|
27752
|
+
/**
|
|
27753
|
+
* Returns whether this field is set.
|
|
27754
|
+
* @return {boolean}
|
|
27755
|
+
*/
|
|
27756
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.hasProcessingTime = function() {
|
|
27757
|
+
return jspb.Message.getField(this, 5) != null;
|
|
27758
|
+
};
|
|
27759
|
+
|
|
27760
|
+
|
|
27761
|
+
/**
|
|
27762
|
+
* optional bool is_success = 6;
|
|
27763
|
+
* @return {boolean}
|
|
27764
|
+
*/
|
|
27765
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.getIsSuccess = function() {
|
|
27766
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false));
|
|
27767
|
+
};
|
|
27768
|
+
|
|
27769
|
+
|
|
27770
|
+
/**
|
|
27771
|
+
* @param {boolean} value
|
|
27772
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27773
|
+
*/
|
|
27774
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.setIsSuccess = function(value) {
|
|
27775
|
+
return jspb.Message.setField(this, 6, value);
|
|
27776
|
+
};
|
|
27777
|
+
|
|
27778
|
+
|
|
27779
|
+
/**
|
|
27780
|
+
* Clears the field making it undefined.
|
|
27781
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27782
|
+
*/
|
|
27783
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.clearIsSuccess = function() {
|
|
27784
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
27785
|
+
};
|
|
27786
|
+
|
|
27787
|
+
|
|
27788
|
+
/**
|
|
27789
|
+
* Returns whether this field is set.
|
|
27790
|
+
* @return {boolean}
|
|
27791
|
+
*/
|
|
27792
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.hasIsSuccess = function() {
|
|
27793
|
+
return jspb.Message.getField(this, 6) != null;
|
|
27794
|
+
};
|
|
27795
|
+
|
|
27796
|
+
|
|
27797
|
+
/**
|
|
27798
|
+
* optional int64 iterations = 7;
|
|
27799
|
+
* @return {number}
|
|
27800
|
+
*/
|
|
27801
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.getIterations = function() {
|
|
27802
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
|
|
27803
|
+
};
|
|
27804
|
+
|
|
27805
|
+
|
|
27806
|
+
/**
|
|
27807
|
+
* @param {number} value
|
|
27808
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27809
|
+
*/
|
|
27810
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.setIterations = function(value) {
|
|
27811
|
+
return jspb.Message.setField(this, 7, value);
|
|
27812
|
+
};
|
|
27813
|
+
|
|
27814
|
+
|
|
27815
|
+
/**
|
|
27816
|
+
* Clears the field making it undefined.
|
|
27817
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor} returns this
|
|
27818
|
+
*/
|
|
27819
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.clearIterations = function() {
|
|
27820
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
27821
|
+
};
|
|
27822
|
+
|
|
27823
|
+
|
|
27824
|
+
/**
|
|
27825
|
+
* Returns whether this field is set.
|
|
27826
|
+
* @return {boolean}
|
|
27827
|
+
*/
|
|
27828
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.prototype.hasIterations = function() {
|
|
27829
|
+
return jspb.Message.getField(this, 7) != null;
|
|
27830
|
+
};
|
|
27831
|
+
|
|
27832
|
+
|
|
27833
|
+
|
|
27834
|
+
|
|
27835
|
+
|
|
27406
27836
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
27407
27837
|
/**
|
|
27408
27838
|
* Creates an object representation of this proto.
|
|
@@ -121703,7 +122133,7 @@ proto.com.lansweeper.dp.outbound.v1.Ups.prototype.hasAlarmsPresent = function()
|
|
|
121703
122133
|
* @private {!Array<number>}
|
|
121704
122134
|
* @const
|
|
121705
122135
|
*/
|
|
121706
|
-
proto.com.lansweeper.dp.outbound.v1.User.repeatedFields_ = [8,9,11,13,14];
|
|
122136
|
+
proto.com.lansweeper.dp.outbound.v1.User.repeatedFields_ = [8,9,23,11,13,14];
|
|
121707
122137
|
|
|
121708
122138
|
|
|
121709
122139
|
|
|
@@ -121747,6 +122177,8 @@ proto.com.lansweeper.dp.outbound.v1.User.toObject = function(includeInstance, ms
|
|
|
121747
122177
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject, includeInstance),
|
|
121748
122178
|
unlinkedSourceInfoList: jspb.Message.toObjectList(msg.getUnlinkedSourceInfoList(),
|
|
121749
122179
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject, includeInstance),
|
|
122180
|
+
dataProcessorList: jspb.Message.toObjectList(msg.getDataProcessorList(),
|
|
122181
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.toObject, includeInstance),
|
|
121750
122182
|
uniqueKey: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
121751
122183
|
scanErrorList: jspb.Message.toObjectList(msg.getScanErrorList(),
|
|
121752
122184
|
proto.com.lansweeper.dp.outbound.v1.ScanError.toObject, includeInstance),
|
|
@@ -121838,6 +122270,11 @@ proto.com.lansweeper.dp.outbound.v1.User.deserializeBinaryFromReader = function(
|
|
|
121838
122270
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SourceInfo.deserializeBinaryFromReader);
|
|
121839
122271
|
msg.addUnlinkedSourceInfo(value);
|
|
121840
122272
|
break;
|
|
122273
|
+
case 23:
|
|
122274
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.DataProcessor;
|
|
122275
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.DataProcessor.deserializeBinaryFromReader);
|
|
122276
|
+
msg.addDataProcessor(value);
|
|
122277
|
+
break;
|
|
121841
122278
|
case 10:
|
|
121842
122279
|
var value = /** @type {string} */ (reader.readString());
|
|
121843
122280
|
msg.setUniqueKey(value);
|
|
@@ -121981,6 +122418,14 @@ proto.com.lansweeper.dp.outbound.v1.User.serializeBinaryToWriter = function(mess
|
|
|
121981
122418
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.serializeBinaryToWriter
|
|
121982
122419
|
);
|
|
121983
122420
|
}
|
|
122421
|
+
f = message.getDataProcessorList();
|
|
122422
|
+
if (f.length > 0) {
|
|
122423
|
+
writer.writeRepeatedMessage(
|
|
122424
|
+
23,
|
|
122425
|
+
f,
|
|
122426
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.serializeBinaryToWriter
|
|
122427
|
+
);
|
|
122428
|
+
}
|
|
121984
122429
|
f = /** @type {string} */ (jspb.Message.getField(message, 10));
|
|
121985
122430
|
if (f != null) {
|
|
121986
122431
|
writer.writeString(
|
|
@@ -122388,6 +122833,44 @@ proto.com.lansweeper.dp.outbound.v1.User.prototype.clearUnlinkedSourceInfoList =
|
|
|
122388
122833
|
};
|
|
122389
122834
|
|
|
122390
122835
|
|
|
122836
|
+
/**
|
|
122837
|
+
* repeated DataProcessor data_processor = 23;
|
|
122838
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.DataProcessor>}
|
|
122839
|
+
*/
|
|
122840
|
+
proto.com.lansweeper.dp.outbound.v1.User.prototype.getDataProcessorList = function() {
|
|
122841
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.DataProcessor>} */ (
|
|
122842
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.DataProcessor, 23));
|
|
122843
|
+
};
|
|
122844
|
+
|
|
122845
|
+
|
|
122846
|
+
/**
|
|
122847
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.DataProcessor>} value
|
|
122848
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.User} returns this
|
|
122849
|
+
*/
|
|
122850
|
+
proto.com.lansweeper.dp.outbound.v1.User.prototype.setDataProcessorList = function(value) {
|
|
122851
|
+
return jspb.Message.setRepeatedWrapperField(this, 23, value);
|
|
122852
|
+
};
|
|
122853
|
+
|
|
122854
|
+
|
|
122855
|
+
/**
|
|
122856
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DataProcessor=} opt_value
|
|
122857
|
+
* @param {number=} opt_index
|
|
122858
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor}
|
|
122859
|
+
*/
|
|
122860
|
+
proto.com.lansweeper.dp.outbound.v1.User.prototype.addDataProcessor = function(opt_value, opt_index) {
|
|
122861
|
+
return jspb.Message.addToRepeatedWrapperField(this, 23, opt_value, proto.com.lansweeper.dp.outbound.v1.DataProcessor, opt_index);
|
|
122862
|
+
};
|
|
122863
|
+
|
|
122864
|
+
|
|
122865
|
+
/**
|
|
122866
|
+
* Clears the list making it empty but non-null.
|
|
122867
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.User} returns this
|
|
122868
|
+
*/
|
|
122869
|
+
proto.com.lansweeper.dp.outbound.v1.User.prototype.clearDataProcessorList = function() {
|
|
122870
|
+
return this.setDataProcessorList([]);
|
|
122871
|
+
};
|
|
122872
|
+
|
|
122873
|
+
|
|
122391
122874
|
/**
|
|
122392
122875
|
* optional string unique_key = 10;
|
|
122393
122876
|
* @return {string}
|
|
@@ -123021,7 +123504,7 @@ proto.com.lansweeper.dp.outbound.v1.UserCoreFields.prototype.hasEmail = function
|
|
|
123021
123504
|
* @private {!Array<number>}
|
|
123022
123505
|
* @const
|
|
123023
123506
|
*/
|
|
123024
|
-
proto.com.lansweeper.dp.outbound.v1.Group.repeatedFields_ = [8,9,11,13,14];
|
|
123507
|
+
proto.com.lansweeper.dp.outbound.v1.Group.repeatedFields_ = [8,9,22,11,13,14];
|
|
123025
123508
|
|
|
123026
123509
|
|
|
123027
123510
|
|
|
@@ -123065,6 +123548,8 @@ proto.com.lansweeper.dp.outbound.v1.Group.toObject = function(includeInstance, m
|
|
|
123065
123548
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject, includeInstance),
|
|
123066
123549
|
unlinkedSourceInfoList: jspb.Message.toObjectList(msg.getUnlinkedSourceInfoList(),
|
|
123067
123550
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject, includeInstance),
|
|
123551
|
+
dataProcessorList: jspb.Message.toObjectList(msg.getDataProcessorList(),
|
|
123552
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.toObject, includeInstance),
|
|
123068
123553
|
uniqueKey: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
123069
123554
|
scanErrorList: jspb.Message.toObjectList(msg.getScanErrorList(),
|
|
123070
123555
|
proto.com.lansweeper.dp.outbound.v1.ScanError.toObject, includeInstance),
|
|
@@ -123156,6 +123641,11 @@ proto.com.lansweeper.dp.outbound.v1.Group.deserializeBinaryFromReader = function
|
|
|
123156
123641
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SourceInfo.deserializeBinaryFromReader);
|
|
123157
123642
|
msg.addUnlinkedSourceInfo(value);
|
|
123158
123643
|
break;
|
|
123644
|
+
case 22:
|
|
123645
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.DataProcessor;
|
|
123646
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.DataProcessor.deserializeBinaryFromReader);
|
|
123647
|
+
msg.addDataProcessor(value);
|
|
123648
|
+
break;
|
|
123159
123649
|
case 10:
|
|
123160
123650
|
var value = /** @type {string} */ (reader.readString());
|
|
123161
123651
|
msg.setUniqueKey(value);
|
|
@@ -123299,6 +123789,14 @@ proto.com.lansweeper.dp.outbound.v1.Group.serializeBinaryToWriter = function(mes
|
|
|
123299
123789
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.serializeBinaryToWriter
|
|
123300
123790
|
);
|
|
123301
123791
|
}
|
|
123792
|
+
f = message.getDataProcessorList();
|
|
123793
|
+
if (f.length > 0) {
|
|
123794
|
+
writer.writeRepeatedMessage(
|
|
123795
|
+
22,
|
|
123796
|
+
f,
|
|
123797
|
+
proto.com.lansweeper.dp.outbound.v1.DataProcessor.serializeBinaryToWriter
|
|
123798
|
+
);
|
|
123799
|
+
}
|
|
123302
123800
|
f = /** @type {string} */ (jspb.Message.getField(message, 10));
|
|
123303
123801
|
if (f != null) {
|
|
123304
123802
|
writer.writeString(
|
|
@@ -123706,6 +124204,44 @@ proto.com.lansweeper.dp.outbound.v1.Group.prototype.clearUnlinkedSourceInfoList
|
|
|
123706
124204
|
};
|
|
123707
124205
|
|
|
123708
124206
|
|
|
124207
|
+
/**
|
|
124208
|
+
* repeated DataProcessor data_processor = 22;
|
|
124209
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.DataProcessor>}
|
|
124210
|
+
*/
|
|
124211
|
+
proto.com.lansweeper.dp.outbound.v1.Group.prototype.getDataProcessorList = function() {
|
|
124212
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.DataProcessor>} */ (
|
|
124213
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.DataProcessor, 22));
|
|
124214
|
+
};
|
|
124215
|
+
|
|
124216
|
+
|
|
124217
|
+
/**
|
|
124218
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.DataProcessor>} value
|
|
124219
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Group} returns this
|
|
124220
|
+
*/
|
|
124221
|
+
proto.com.lansweeper.dp.outbound.v1.Group.prototype.setDataProcessorList = function(value) {
|
|
124222
|
+
return jspb.Message.setRepeatedWrapperField(this, 22, value);
|
|
124223
|
+
};
|
|
124224
|
+
|
|
124225
|
+
|
|
124226
|
+
/**
|
|
124227
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.DataProcessor=} opt_value
|
|
124228
|
+
* @param {number=} opt_index
|
|
124229
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.DataProcessor}
|
|
124230
|
+
*/
|
|
124231
|
+
proto.com.lansweeper.dp.outbound.v1.Group.prototype.addDataProcessor = function(opt_value, opt_index) {
|
|
124232
|
+
return jspb.Message.addToRepeatedWrapperField(this, 22, opt_value, proto.com.lansweeper.dp.outbound.v1.DataProcessor, opt_index);
|
|
124233
|
+
};
|
|
124234
|
+
|
|
124235
|
+
|
|
124236
|
+
/**
|
|
124237
|
+
* Clears the list making it empty but non-null.
|
|
124238
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Group} returns this
|
|
124239
|
+
*/
|
|
124240
|
+
proto.com.lansweeper.dp.outbound.v1.Group.prototype.clearDataProcessorList = function() {
|
|
124241
|
+
return this.setDataProcessorList([]);
|
|
124242
|
+
};
|
|
124243
|
+
|
|
124244
|
+
|
|
123709
124245
|
/**
|
|
123710
124246
|
* optional string unique_key = 10;
|
|
123711
124247
|
* @return {string}
|