@lansweeper/data-platform-outbound-grpc 0.3.16 → 0.3.18

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +67 -21
  4. package/gen-proto/outbound_pb.js +420 -104
  5. package/generated-go/outbound.pb.go +10070 -9901
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +22 -4
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetChangeEvent$1.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetChangeEvent$2.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetChangeEvent$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetChangeEvent$EventCase.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetChangeEvent.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetChangeEventOrBuilder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceActionResult$1.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/{DeviceActionResult$Builder.class → IntuneDeviceActionResult$Builder.class} +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/{DeviceActionResult.class → IntuneDeviceActionResult.class} +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceActionResultOrBuilder.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEvent$1.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEvent$Builder.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEvent$EventType$1.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEvent$EventType.class +0 -0
  31. package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEvent.class +0 -0
  32. package/model/target/classes/com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEventOrBuilder.class +0 -0
  33. package/model/target/classes/outbound.proto +22 -4
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +0 -185
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetChangeEvent.java +256 -0
  36. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetChangeEventOrBuilder.java +27 -0
  37. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +0 -15
  38. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDevice.java +52 -52
  39. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{DeviceActionResult.java → IntuneDeviceActionResult.java} +56 -56
  40. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{DeviceActionResultOrBuilder.java → IntuneDeviceActionResultOrBuilder.java} +2 -2
  41. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.java +9 -9
  42. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2915 -2896
  43. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEvent.java +1190 -0
  44. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEventOrBuilder.java +66 -0
  45. package/model/target/maven-archiver/pom.properties +2 -2
  46. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +10 -4
  47. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -2
  48. package/model/target/{outbound-model-0.3.15-sources.jar → outbound-model-0.3.17-sources.jar} +0 -0
  49. package/model/target/{outbound-model-0.3.15.jar → outbound-model-0.3.17.jar} +0 -0
  50. package/package.json +2 -2
  51. package/pom.xml +1 -1
  52. package/proto/outbound.proto +22 -4
  53. package/service/pom.xml +1 -1
  54. package/service/target/maven-archiver/pom.properties +2 -2
  55. package/service/target/{outbound-service-0.3.15-sources.jar → outbound-service-0.3.17-sources.jar} +0 -0
  56. package/service/target/{outbound-service-0.3.15.jar → outbound-service-0.3.17.jar} +0 -0
  57. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$1.class +0 -0
  58. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.class +0 -0
@@ -102,7 +102,6 @@ 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
104
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DataProcessor', null, global);
105
- goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DeviceActionResult', null, global);
106
105
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.DriveVolume', null, global);
107
106
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver', null, global);
108
107
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver.DriverCase', null, global);
@@ -133,6 +132,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserO
133
132
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension', null, global);
134
133
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneApplication', null, global);
135
134
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneDevice', null, global);
135
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult', null, global);
136
136
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpInfo', null, global);
137
137
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpLocationConfig', null, global);
138
138
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.KernelExtensionError', null, global);
@@ -256,6 +256,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsCertificateEnhance
256
256
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsCertificateLocation', null, global);
257
257
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsComputerBattery', null, global);
258
258
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem', null, global);
259
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent', null, global);
260
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.EventType', null, global);
259
261
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsMappedDrive', null, global);
260
262
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsMonitorInfo', null, global);
261
263
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo', null, global);
@@ -1101,16 +1103,16 @@ if (goog.DEBUG && !COMPILED) {
1101
1103
  * @extends {jspb.Message}
1102
1104
  * @constructor
1103
1105
  */
1104
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult = function(opt_data) {
1106
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult = function(opt_data) {
1105
1107
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1106
1108
  };
1107
- goog.inherits(proto.com.lansweeper.dp.outbound.v1.DeviceActionResult, jspb.Message);
1109
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult, jspb.Message);
1108
1110
  if (goog.DEBUG && !COMPILED) {
1109
1111
  /**
1110
1112
  * @public
1111
1113
  * @override
1112
1114
  */
1113
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.displayName = 'proto.com.lansweeper.dp.outbound.v1.DeviceActionResult';
1115
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.displayName = 'proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult';
1114
1116
  }
1115
1117
  /**
1116
1118
  * Generated by JsPbCodeGenerator.
@@ -1595,6 +1597,27 @@ if (goog.DEBUG && !COMPILED) {
1595
1597
  */
1596
1598
  proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent';
1597
1599
  }
1600
+ /**
1601
+ * Generated by JsPbCodeGenerator.
1602
+ * @param {Array=} opt_data Optional initial data array, typically from a
1603
+ * server response, or constructed directly in Javascript. The array is used
1604
+ * in place and becomes part of the constructed object. It is not cloned.
1605
+ * If no data is provided, the constructed object will be empty, but still
1606
+ * valid.
1607
+ * @extends {jspb.Message}
1608
+ * @constructor
1609
+ */
1610
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent = function(opt_data) {
1611
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1612
+ };
1613
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent, jspb.Message);
1614
+ if (goog.DEBUG && !COMPILED) {
1615
+ /**
1616
+ * @public
1617
+ * @override
1618
+ */
1619
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent';
1620
+ }
1598
1621
  /**
1599
1622
  * Generated by JsPbCodeGenerator.
1600
1623
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -9234,8 +9257,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
9234
9257
  cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f),
9235
9258
  changeLogList: jspb.Message.toObjectList(msg.getChangeLogList(),
9236
9259
  proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject, includeInstance),
9237
- intuneDevice: (f = msg.getIntuneDevice()) && proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject(includeInstance, f),
9238
- intuneApplication: (f = msg.getIntuneApplication()) && proto.com.lansweeper.dp.outbound.v1.IntuneApplication.toObject(includeInstance, f)
9260
+ intuneDevice: (f = msg.getIntuneDevice()) && proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject(includeInstance, f)
9239
9261
  };
9240
9262
 
9241
9263
  if (includeInstance) {
@@ -9444,11 +9466,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
9444
9466
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneDevice.deserializeBinaryFromReader);
9445
9467
  msg.setIntuneDevice(value);
9446
9468
  break;
9447
- case 91:
9448
- var value = new proto.com.lansweeper.dp.outbound.v1.IntuneApplication;
9449
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneApplication.deserializeBinaryFromReader);
9450
- msg.setIntuneApplication(value);
9451
- break;
9452
9469
  default:
9453
9470
  reader.skipField();
9454
9471
  break;
@@ -9755,14 +9772,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
9755
9772
  proto.com.lansweeper.dp.outbound.v1.IntuneDevice.serializeBinaryToWriter
9756
9773
  );
9757
9774
  }
9758
- f = message.getIntuneApplication();
9759
- if (f != null) {
9760
- writer.writeMessage(
9761
- 91,
9762
- f,
9763
- proto.com.lansweeper.dp.outbound.v1.IntuneApplication.serializeBinaryToWriter
9764
- );
9765
- }
9766
9775
  };
9767
9776
 
9768
9777
 
@@ -11066,43 +11075,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasIntuneDevice = function()
11066
11075
  };
11067
11076
 
11068
11077
 
11069
- /**
11070
- * optional IntuneApplication intune_application = 91;
11071
- * @return {?proto.com.lansweeper.dp.outbound.v1.IntuneApplication}
11072
- */
11073
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getIntuneApplication = function() {
11074
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.IntuneApplication} */ (
11075
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IntuneApplication, 91));
11076
- };
11077
-
11078
-
11079
- /**
11080
- * @param {?proto.com.lansweeper.dp.outbound.v1.IntuneApplication|undefined} value
11081
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
11082
- */
11083
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setIntuneApplication = function(value) {
11084
- return jspb.Message.setWrapperField(this, 91, value);
11085
- };
11086
-
11087
-
11088
- /**
11089
- * Clears the message field making it undefined.
11090
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
11091
- */
11092
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearIntuneApplication = function() {
11093
- return this.setIntuneApplication(undefined);
11094
- };
11095
-
11096
-
11097
- /**
11098
- * Returns whether this field is set.
11099
- * @return {boolean}
11100
- */
11101
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasIntuneApplication = function() {
11102
- return jspb.Message.getField(this, 91) != null;
11103
- };
11104
-
11105
-
11106
11078
 
11107
11079
  /**
11108
11080
  * Oneof group definitions for this message. Each group defines the field
@@ -11112,7 +11084,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasIntuneApplication = funct
11112
11084
  * @private {!Array<!Array<number>>}
11113
11085
  * @const
11114
11086
  */
11115
- proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_ = [[2,3,4]];
11087
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_ = [[2,3,4,5]];
11116
11088
 
11117
11089
  /**
11118
11090
  * @enum {number}
@@ -11121,7 +11093,8 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.EventCase = {
11121
11093
  EVENT_NOT_SET: 0,
11122
11094
  SW: 2,
11123
11095
  OS: 3,
11124
- SQL_SERVER: 4
11096
+ SQL_SERVER: 4,
11097
+ HYPER_V: 5
11125
11098
  };
11126
11099
 
11127
11100
  /**
@@ -11165,7 +11138,8 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject = function(include
11165
11138
  timestamp: (f = msg.getTimestamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
11166
11139
  sw: (f = msg.getSw()) && proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.toObject(includeInstance, f),
11167
11140
  os: (f = msg.getOs()) && proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.toObject(includeInstance, f),
11168
- sqlServer: (f = msg.getSqlServer()) && proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.toObject(includeInstance, f)
11141
+ sqlServer: (f = msg.getSqlServer()) && proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.toObject(includeInstance, f),
11142
+ hyperV: (f = msg.getHyperV()) && proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.toObject(includeInstance, f)
11169
11143
  };
11170
11144
 
11171
11145
  if (includeInstance) {
@@ -11222,6 +11196,11 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.deserializeBinaryFromReader
11222
11196
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.deserializeBinaryFromReader);
11223
11197
  msg.setSqlServer(value);
11224
11198
  break;
11199
+ case 5:
11200
+ var value = new proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent;
11201
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.deserializeBinaryFromReader);
11202
+ msg.setHyperV(value);
11203
+ break;
11225
11204
  default:
11226
11205
  reader.skipField();
11227
11206
  break;
@@ -11283,6 +11262,14 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.serializeBinaryToWriter = f
11283
11262
  proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.serializeBinaryToWriter
11284
11263
  );
11285
11264
  }
11265
+ f = message.getHyperV();
11266
+ if (f != null) {
11267
+ writer.writeMessage(
11268
+ 5,
11269
+ f,
11270
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.serializeBinaryToWriter
11271
+ );
11272
+ }
11286
11273
  };
11287
11274
 
11288
11275
 
@@ -11434,6 +11421,43 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.hasSqlServer = fu
11434
11421
  };
11435
11422
 
11436
11423
 
11424
+ /**
11425
+ * optional WindowsHyperVChangeEvent hyper_v = 5;
11426
+ * @return {?proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent}
11427
+ */
11428
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.getHyperV = function() {
11429
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} */ (
11430
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent, 5));
11431
+ };
11432
+
11433
+
11434
+ /**
11435
+ * @param {?proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent|undefined} value
11436
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
11437
+ */
11438
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.setHyperV = function(value) {
11439
+ return jspb.Message.setOneofWrapperField(this, 5, proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_[0], value);
11440
+ };
11441
+
11442
+
11443
+ /**
11444
+ * Clears the message field making it undefined.
11445
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
11446
+ */
11447
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.clearHyperV = function() {
11448
+ return this.setHyperV(undefined);
11449
+ };
11450
+
11451
+
11452
+ /**
11453
+ * Returns whether this field is set.
11454
+ * @return {boolean}
11455
+ */
11456
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.hasHyperV = function() {
11457
+ return jspb.Message.getField(this, 5) != null;
11458
+ };
11459
+
11460
+
11437
11461
 
11438
11462
 
11439
11463
 
@@ -22947,8 +22971,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
22947
22971
  * http://goto/soy-param-migration
22948
22972
  * @return {!Object}
22949
22973
  */
22950
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.toObject = function(opt_includeInstance) {
22951
- return proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject(opt_includeInstance, this);
22974
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.toObject = function(opt_includeInstance) {
22975
+ return proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.toObject(opt_includeInstance, this);
22952
22976
  };
22953
22977
 
22954
22978
 
@@ -22957,11 +22981,11 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.toObject = func
22957
22981
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
22958
22982
  * the JSPB instance for transitional soy proto support:
22959
22983
  * http://goto/soy-param-migration
22960
- * @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} msg The msg instance to transform.
22984
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} msg The msg instance to transform.
22961
22985
  * @return {!Object}
22962
22986
  * @suppress {unusedLocalVariables} f is only used for nested messages
22963
22987
  */
22964
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject = function(includeInstance, msg) {
22988
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.toObject = function(includeInstance, msg) {
22965
22989
  var f, obj = {
22966
22990
  actionName: jspb.Message.getFieldWithDefault(msg, 1, ""),
22967
22991
  actionState: jspb.Message.getFieldWithDefault(msg, 2, ""),
@@ -22980,23 +23004,23 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject = function(inclu
22980
23004
  /**
22981
23005
  * Deserializes binary data (in protobuf wire format).
22982
23006
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
22983
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult}
23007
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult}
22984
23008
  */
22985
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinary = function(bytes) {
23009
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinary = function(bytes) {
22986
23010
  var reader = new jspb.BinaryReader(bytes);
22987
- var msg = new proto.com.lansweeper.dp.outbound.v1.DeviceActionResult;
22988
- return proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromReader(msg, reader);
23011
+ var msg = new proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult;
23012
+ return proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinaryFromReader(msg, reader);
22989
23013
  };
22990
23014
 
22991
23015
 
22992
23016
  /**
22993
23017
  * Deserializes binary data (in protobuf wire format) from the
22994
23018
  * given reader into the given message object.
22995
- * @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} msg The message object to deserialize into.
23019
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} msg The message object to deserialize into.
22996
23020
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
22997
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult}
23021
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult}
22998
23022
  */
22999
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromReader = function(msg, reader) {
23023
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinaryFromReader = function(msg, reader) {
23000
23024
  while (reader.nextField()) {
23001
23025
  if (reader.isEndGroup()) {
23002
23026
  break;
@@ -23034,9 +23058,9 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromRead
23034
23058
  * Serializes the message to binary data (in protobuf wire format).
23035
23059
  * @return {!Uint8Array}
23036
23060
  */
23037
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.serializeBinary = function() {
23061
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.serializeBinary = function() {
23038
23062
  var writer = new jspb.BinaryWriter();
23039
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter(this, writer);
23063
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.serializeBinaryToWriter(this, writer);
23040
23064
  return writer.getResultBuffer();
23041
23065
  };
23042
23066
 
@@ -23044,11 +23068,11 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.serializeBinary
23044
23068
  /**
23045
23069
  * Serializes the given message to binary data (in protobuf wire
23046
23070
  * format), writing to the given BinaryWriter.
23047
- * @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} message
23071
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} message
23048
23072
  * @param {!jspb.BinaryWriter} writer
23049
23073
  * @suppress {unusedLocalVariables} f is only used for nested messages
23050
23074
  */
23051
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter = function(message, writer) {
23075
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.serializeBinaryToWriter = function(message, writer) {
23052
23076
  var f = undefined;
23053
23077
  f = message.getActionName();
23054
23078
  if (f.length > 0) {
@@ -23087,16 +23111,16 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter =
23087
23111
  * optional string action_name = 1;
23088
23112
  * @return {string}
23089
23113
  */
23090
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getActionName = function() {
23114
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getActionName = function() {
23091
23115
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
23092
23116
  };
23093
23117
 
23094
23118
 
23095
23119
  /**
23096
23120
  * @param {string} value
23097
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23121
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23098
23122
  */
23099
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionName = function(value) {
23123
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setActionName = function(value) {
23100
23124
  return jspb.Message.setProto3StringField(this, 1, value);
23101
23125
  };
23102
23126
 
@@ -23105,16 +23129,16 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionName =
23105
23129
  * optional string action_state = 2;
23106
23130
  * @return {string}
23107
23131
  */
23108
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getActionState = function() {
23132
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getActionState = function() {
23109
23133
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
23110
23134
  };
23111
23135
 
23112
23136
 
23113
23137
  /**
23114
23138
  * @param {string} value
23115
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23139
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23116
23140
  */
23117
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionState = function(value) {
23141
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setActionState = function(value) {
23118
23142
  return jspb.Message.setProto3StringField(this, 2, value);
23119
23143
  };
23120
23144
 
@@ -23123,7 +23147,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setActionState
23123
23147
  * optional google.protobuf.Timestamp start_date_time = 3;
23124
23148
  * @return {?proto.google.protobuf.Timestamp}
23125
23149
  */
23126
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getStartDateTime = function() {
23150
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getStartDateTime = function() {
23127
23151
  return /** @type{?proto.google.protobuf.Timestamp} */ (
23128
23152
  jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 3));
23129
23153
  };
@@ -23131,18 +23155,18 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getStartDateTim
23131
23155
 
23132
23156
  /**
23133
23157
  * @param {?proto.google.protobuf.Timestamp|undefined} value
23134
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23158
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23135
23159
  */
23136
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setStartDateTime = function(value) {
23160
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setStartDateTime = function(value) {
23137
23161
  return jspb.Message.setWrapperField(this, 3, value);
23138
23162
  };
23139
23163
 
23140
23164
 
23141
23165
  /**
23142
23166
  * Clears the message field making it undefined.
23143
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23167
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23144
23168
  */
23145
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearStartDateTime = function() {
23169
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.clearStartDateTime = function() {
23146
23170
  return this.setStartDateTime(undefined);
23147
23171
  };
23148
23172
 
@@ -23151,7 +23175,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearStartDateT
23151
23175
  * Returns whether this field is set.
23152
23176
  * @return {boolean}
23153
23177
  */
23154
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.hasStartDateTime = function() {
23178
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.hasStartDateTime = function() {
23155
23179
  return jspb.Message.getField(this, 3) != null;
23156
23180
  };
23157
23181
 
@@ -23160,7 +23184,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.hasStartDateTim
23160
23184
  * optional google.protobuf.Timestamp last_updated_date_time = 4;
23161
23185
  * @return {?proto.google.protobuf.Timestamp}
23162
23186
  */
23163
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getLastUpdatedDateTime = function() {
23187
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.getLastUpdatedDateTime = function() {
23164
23188
  return /** @type{?proto.google.protobuf.Timestamp} */ (
23165
23189
  jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 4));
23166
23190
  };
@@ -23168,18 +23192,18 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.getLastUpdatedD
23168
23192
 
23169
23193
  /**
23170
23194
  * @param {?proto.google.protobuf.Timestamp|undefined} value
23171
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23195
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23172
23196
  */
23173
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.setLastUpdatedDateTime = function(value) {
23197
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.setLastUpdatedDateTime = function(value) {
23174
23198
  return jspb.Message.setWrapperField(this, 4, value);
23175
23199
  };
23176
23200
 
23177
23201
 
23178
23202
  /**
23179
23203
  * Clears the message field making it undefined.
23180
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult} returns this
23204
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult} returns this
23181
23205
  */
23182
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearLastUpdatedDateTime = function() {
23206
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.clearLastUpdatedDateTime = function() {
23183
23207
  return this.setLastUpdatedDateTime(undefined);
23184
23208
  };
23185
23209
 
@@ -23188,7 +23212,7 @@ proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.clearLastUpdate
23188
23212
  * Returns whether this field is set.
23189
23213
  * @return {boolean}
23190
23214
  */
23191
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.prototype.hasLastUpdatedDateTime = function() {
23215
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.prototype.hasLastUpdatedDateTime = function() {
23192
23216
  return jspb.Message.getField(this, 4) != null;
23193
23217
  };
23194
23218
 
@@ -23259,7 +23283,7 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.toObject = function(includeInst
23259
23283
  deviceName: jspb.Message.getFieldWithDefault(msg, 25, ""),
23260
23284
  managedDeviceOwnerType: jspb.Message.getFieldWithDefault(msg, 26, ""),
23261
23285
  deviceActionResultsList: jspb.Message.toObjectList(msg.getDeviceActionResultsList(),
23262
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.toObject, includeInstance),
23286
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.toObject, includeInstance),
23263
23287
  enrolledDateTime: (f = msg.getEnrolledDateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
23264
23288
  lastSyncDateTime: (f = msg.getLastSyncDateTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
23265
23289
  operatingSystem: jspb.Message.getFieldWithDefault(msg, 30, ""),
@@ -23464,8 +23488,8 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.deserializeBinaryFromReader = f
23464
23488
  msg.setManagedDeviceOwnerType(value);
23465
23489
  break;
23466
23490
  case 27:
23467
- var value = new proto.com.lansweeper.dp.outbound.v1.DeviceActionResult;
23468
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.deserializeBinaryFromReader);
23491
+ var value = new proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult;
23492
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.deserializeBinaryFromReader);
23469
23493
  msg.addDeviceActionResults(value);
23470
23494
  break;
23471
23495
  case 28:
@@ -23932,7 +23956,7 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.serializeBinaryToWriter = funct
23932
23956
  writer.writeRepeatedMessage(
23933
23957
  27,
23934
23958
  f,
23935
- proto.com.lansweeper.dp.outbound.v1.DeviceActionResult.serializeBinaryToWriter
23959
+ proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult.serializeBinaryToWriter
23936
23960
  );
23937
23961
  }
23938
23962
  f = message.getEnrolledDateTime();
@@ -24871,17 +24895,17 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setManagedDeviceOwner
24871
24895
 
24872
24896
 
24873
24897
  /**
24874
- * repeated DeviceActionResult device_action_results = 27;
24875
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult>}
24898
+ * repeated IntuneDeviceActionResult device_action_results = 27;
24899
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult>}
24876
24900
  */
24877
24901
  proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.getDeviceActionResultsList = function() {
24878
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult>} */ (
24879
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.DeviceActionResult, 27));
24902
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult>} */ (
24903
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult, 27));
24880
24904
  };
24881
24905
 
24882
24906
 
24883
24907
  /**
24884
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult>} value
24908
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult>} value
24885
24909
  * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDevice} returns this
24886
24910
  */
24887
24911
  proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceActionResultsList = function(value) {
@@ -24890,12 +24914,12 @@ proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.setDeviceActionResult
24890
24914
 
24891
24915
 
24892
24916
  /**
24893
- * @param {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult=} opt_value
24917
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult=} opt_value
24894
24918
  * @param {number=} opt_index
24895
- * @return {!proto.com.lansweeper.dp.outbound.v1.DeviceActionResult}
24919
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult}
24896
24920
  */
24897
24921
  proto.com.lansweeper.dp.outbound.v1.IntuneDevice.prototype.addDeviceActionResults = function(opt_value, opt_index) {
24898
- return jspb.Message.addToRepeatedWrapperField(this, 27, opt_value, proto.com.lansweeper.dp.outbound.v1.DeviceActionResult, opt_index);
24922
+ return jspb.Message.addToRepeatedWrapperField(this, 27, opt_value, proto.com.lansweeper.dp.outbound.v1.IntuneDeviceActionResult, opt_index);
24899
24923
  };
24900
24924
 
24901
24925
 
@@ -34372,6 +34396,298 @@ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.hasWin
34372
34396
 
34373
34397
 
34374
34398
 
34399
+ if (jspb.Message.GENERATE_TO_OBJECT) {
34400
+ /**
34401
+ * Creates an object representation of this proto.
34402
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
34403
+ * Optional fields that are not set will be set to undefined.
34404
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
34405
+ * For the list of reserved names please see:
34406
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
34407
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
34408
+ * JSPB instance for transitional soy proto support:
34409
+ * http://goto/soy-param-migration
34410
+ * @return {!Object}
34411
+ */
34412
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.toObject = function(opt_includeInstance) {
34413
+ return proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.toObject(opt_includeInstance, this);
34414
+ };
34415
+
34416
+
34417
+ /**
34418
+ * Static version of the {@see toObject} method.
34419
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
34420
+ * the JSPB instance for transitional soy proto support:
34421
+ * http://goto/soy-param-migration
34422
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} msg The msg instance to transform.
34423
+ * @return {!Object}
34424
+ * @suppress {unusedLocalVariables} f is only used for nested messages
34425
+ */
34426
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.toObject = function(includeInstance, msg) {
34427
+ var f, obj = {
34428
+ eventType: jspb.Message.getFieldWithDefault(msg, 1, 0),
34429
+ start: (f = msg.getStart()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
34430
+ end: (f = msg.getEnd()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
34431
+ hyperV: (f = msg.getHyperV()) && proto.com.lansweeper.dp.outbound.v1.HyperV.toObject(includeInstance, f)
34432
+ };
34433
+
34434
+ if (includeInstance) {
34435
+ obj.$jspbMessageInstance = msg;
34436
+ }
34437
+ return obj;
34438
+ };
34439
+ }
34440
+
34441
+
34442
+ /**
34443
+ * Deserializes binary data (in protobuf wire format).
34444
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
34445
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent}
34446
+ */
34447
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.deserializeBinary = function(bytes) {
34448
+ var reader = new jspb.BinaryReader(bytes);
34449
+ var msg = new proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent;
34450
+ return proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.deserializeBinaryFromReader(msg, reader);
34451
+ };
34452
+
34453
+
34454
+ /**
34455
+ * Deserializes binary data (in protobuf wire format) from the
34456
+ * given reader into the given message object.
34457
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} msg The message object to deserialize into.
34458
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
34459
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent}
34460
+ */
34461
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.deserializeBinaryFromReader = function(msg, reader) {
34462
+ while (reader.nextField()) {
34463
+ if (reader.isEndGroup()) {
34464
+ break;
34465
+ }
34466
+ var field = reader.getFieldNumber();
34467
+ switch (field) {
34468
+ case 1:
34469
+ var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.EventType} */ (reader.readEnum());
34470
+ msg.setEventType(value);
34471
+ break;
34472
+ case 2:
34473
+ var value = new google_protobuf_timestamp_pb.Timestamp;
34474
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
34475
+ msg.setStart(value);
34476
+ break;
34477
+ case 3:
34478
+ var value = new google_protobuf_timestamp_pb.Timestamp;
34479
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
34480
+ msg.setEnd(value);
34481
+ break;
34482
+ case 4:
34483
+ var value = new proto.com.lansweeper.dp.outbound.v1.HyperV;
34484
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.HyperV.deserializeBinaryFromReader);
34485
+ msg.setHyperV(value);
34486
+ break;
34487
+ default:
34488
+ reader.skipField();
34489
+ break;
34490
+ }
34491
+ }
34492
+ return msg;
34493
+ };
34494
+
34495
+
34496
+ /**
34497
+ * Serializes the message to binary data (in protobuf wire format).
34498
+ * @return {!Uint8Array}
34499
+ */
34500
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.serializeBinary = function() {
34501
+ var writer = new jspb.BinaryWriter();
34502
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.serializeBinaryToWriter(this, writer);
34503
+ return writer.getResultBuffer();
34504
+ };
34505
+
34506
+
34507
+ /**
34508
+ * Serializes the given message to binary data (in protobuf wire
34509
+ * format), writing to the given BinaryWriter.
34510
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} message
34511
+ * @param {!jspb.BinaryWriter} writer
34512
+ * @suppress {unusedLocalVariables} f is only used for nested messages
34513
+ */
34514
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.serializeBinaryToWriter = function(message, writer) {
34515
+ var f = undefined;
34516
+ f = message.getEventType();
34517
+ if (f !== 0.0) {
34518
+ writer.writeEnum(
34519
+ 1,
34520
+ f
34521
+ );
34522
+ }
34523
+ f = message.getStart();
34524
+ if (f != null) {
34525
+ writer.writeMessage(
34526
+ 2,
34527
+ f,
34528
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
34529
+ );
34530
+ }
34531
+ f = message.getEnd();
34532
+ if (f != null) {
34533
+ writer.writeMessage(
34534
+ 3,
34535
+ f,
34536
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
34537
+ );
34538
+ }
34539
+ f = message.getHyperV();
34540
+ if (f != null) {
34541
+ writer.writeMessage(
34542
+ 4,
34543
+ f,
34544
+ proto.com.lansweeper.dp.outbound.v1.HyperV.serializeBinaryToWriter
34545
+ );
34546
+ }
34547
+ };
34548
+
34549
+
34550
+ /**
34551
+ * @enum {number}
34552
+ */
34553
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.EventType = {
34554
+ INSTALL: 0,
34555
+ UNINSTALL: 1,
34556
+ UPDATE: 2
34557
+ };
34558
+
34559
+ /**
34560
+ * optional EventType event_type = 1;
34561
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.EventType}
34562
+ */
34563
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.getEventType = function() {
34564
+ return /** @type {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.EventType} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
34565
+ };
34566
+
34567
+
34568
+ /**
34569
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.EventType} value
34570
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} returns this
34571
+ */
34572
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.setEventType = function(value) {
34573
+ return jspb.Message.setProto3EnumField(this, 1, value);
34574
+ };
34575
+
34576
+
34577
+ /**
34578
+ * optional google.protobuf.Timestamp start = 2;
34579
+ * @return {?proto.google.protobuf.Timestamp}
34580
+ */
34581
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.getStart = function() {
34582
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
34583
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 2));
34584
+ };
34585
+
34586
+
34587
+ /**
34588
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
34589
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} returns this
34590
+ */
34591
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.setStart = function(value) {
34592
+ return jspb.Message.setWrapperField(this, 2, value);
34593
+ };
34594
+
34595
+
34596
+ /**
34597
+ * Clears the message field making it undefined.
34598
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} returns this
34599
+ */
34600
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.clearStart = function() {
34601
+ return this.setStart(undefined);
34602
+ };
34603
+
34604
+
34605
+ /**
34606
+ * Returns whether this field is set.
34607
+ * @return {boolean}
34608
+ */
34609
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.hasStart = function() {
34610
+ return jspb.Message.getField(this, 2) != null;
34611
+ };
34612
+
34613
+
34614
+ /**
34615
+ * optional google.protobuf.Timestamp end = 3;
34616
+ * @return {?proto.google.protobuf.Timestamp}
34617
+ */
34618
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.getEnd = function() {
34619
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
34620
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 3));
34621
+ };
34622
+
34623
+
34624
+ /**
34625
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
34626
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} returns this
34627
+ */
34628
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.setEnd = function(value) {
34629
+ return jspb.Message.setWrapperField(this, 3, value);
34630
+ };
34631
+
34632
+
34633
+ /**
34634
+ * Clears the message field making it undefined.
34635
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} returns this
34636
+ */
34637
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.clearEnd = function() {
34638
+ return this.setEnd(undefined);
34639
+ };
34640
+
34641
+
34642
+ /**
34643
+ * Returns whether this field is set.
34644
+ * @return {boolean}
34645
+ */
34646
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.hasEnd = function() {
34647
+ return jspb.Message.getField(this, 3) != null;
34648
+ };
34649
+
34650
+
34651
+ /**
34652
+ * optional HyperV hyper_v = 4;
34653
+ * @return {?proto.com.lansweeper.dp.outbound.v1.HyperV}
34654
+ */
34655
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.getHyperV = function() {
34656
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.HyperV} */ (
34657
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.HyperV, 4));
34658
+ };
34659
+
34660
+
34661
+ /**
34662
+ * @param {?proto.com.lansweeper.dp.outbound.v1.HyperV|undefined} value
34663
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} returns this
34664
+ */
34665
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.setHyperV = function(value) {
34666
+ return jspb.Message.setWrapperField(this, 4, value);
34667
+ };
34668
+
34669
+
34670
+ /**
34671
+ * Clears the message field making it undefined.
34672
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent} returns this
34673
+ */
34674
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.clearHyperV = function() {
34675
+ return this.setHyperV(undefined);
34676
+ };
34677
+
34678
+
34679
+ /**
34680
+ * Returns whether this field is set.
34681
+ * @return {boolean}
34682
+ */
34683
+ proto.com.lansweeper.dp.outbound.v1.WindowsHyperVChangeEvent.prototype.hasHyperV = function() {
34684
+ return jspb.Message.getField(this, 4) != null;
34685
+ };
34686
+
34687
+
34688
+
34689
+
34690
+
34375
34691
  if (jspb.Message.GENERATE_TO_OBJECT) {
34376
34692
  /**
34377
34693
  * Creates an object representation of this proto.