@lansweeper/data-platform-outbound-grpc 0.3.24 → 0.3.25

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 (35) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +0 -64
  4. package/gen-proto/outbound_pb.js +1 -512
  5. package/generated-go/outbound.pb.go +10926 -11077
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +1 -11
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  14. package/model/target/classes/outbound.proto +1 -11
  15. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Computer.java +621 -972
  16. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.java +0 -24
  17. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3272 -3293
  18. package/model/target/maven-archiver/pom.properties +2 -2
  19. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +0 -4
  20. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +0 -2
  21. package/model/target/{outbound-model-0.3.23-sources.jar → outbound-model-0.3.24-sources.jar} +0 -0
  22. package/model/target/{outbound-model-0.3.23.jar → outbound-model-0.3.24.jar} +0 -0
  23. package/package.json +2 -2
  24. package/pom.xml +1 -1
  25. package/proto/outbound.proto +1 -11
  26. package/service/pom.xml +1 -1
  27. package/service/target/maven-archiver/pom.properties +2 -2
  28. package/service/target/{outbound-service-0.3.23-sources.jar → outbound-service-0.3.24-sources.jar} +0 -0
  29. package/service/target/{outbound-service-0.3.23.jar → outbound-service-0.3.24.jar} +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineering$1.class +0 -0
  31. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineering$Builder.class +0 -0
  32. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineering.class +0 -0
  33. package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineeringOrBuilder.class +0 -0
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineering.java +0 -1508
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineeringOrBuilder.java +0 -129
@@ -1010,10 +1010,6 @@ export class Computer extends jspb.Message {
1010
1010
  getTpmList(): Array<TrustedPlatformModule>;
1011
1011
  setTpmList(value: Array<TrustedPlatformModule>): Computer;
1012
1012
  addTpm(value?: TrustedPlatformModule, index?: number): TrustedPlatformModule;
1013
- clearQuickFixEngineeringList(): void;
1014
- getQuickFixEngineeringList(): Array<ComputerQuickFixEngineering>;
1015
- setQuickFixEngineeringList(value: Array<ComputerQuickFixEngineering>): Computer;
1016
- addQuickFixEngineering(value?: ComputerQuickFixEngineering, index?: number): ComputerQuickFixEngineering;
1017
1013
  clearUsbControllerList(): void;
1018
1014
  getUsbControllerList(): Array<ComputerConnectedUsbController>;
1019
1015
  setUsbControllerList(value: Array<ComputerConnectedUsbController>): Computer;
@@ -1340,7 +1336,6 @@ export namespace Computer {
1340
1336
  hardDriveList: Array<HardDrive.AsObject>,
1341
1337
  driveVolumeList: Array<DriveVolume.AsObject>,
1342
1338
  tpmList: Array<TrustedPlatformModule.AsObject>,
1343
- quickFixEngineeringList: Array<ComputerQuickFixEngineering.AsObject>,
1344
1339
  usbControllerList: Array<ComputerConnectedUsbController.AsObject>,
1345
1340
  usbDeviceInfoList: Array<ComputerConnectedUsbDeviceInfo.AsObject>,
1346
1341
  modemList: Array<ComputerConnectedModem.AsObject>,
@@ -6148,65 +6143,6 @@ export namespace ComputerInfrared {
6148
6143
  }
6149
6144
  }
6150
6145
 
6151
- export class ComputerQuickFixEngineering extends jspb.Message {
6152
-
6153
- hasHotFixId(): boolean;
6154
- clearHotFixId(): void;
6155
- getHotFixId(): string | undefined;
6156
- setHotFixId(value: string): ComputerQuickFixEngineering;
6157
-
6158
- hasDescription(): boolean;
6159
- clearDescription(): void;
6160
- getDescription(): string | undefined;
6161
- setDescription(value: string): ComputerQuickFixEngineering;
6162
-
6163
- hasInstalledBy(): boolean;
6164
- clearInstalledBy(): void;
6165
- getInstalledBy(): string | undefined;
6166
- setInstalledBy(value: string): ComputerQuickFixEngineering;
6167
-
6168
- hasInstalledOn(): boolean;
6169
- clearInstalledOn(): void;
6170
- getInstalledOn(): string | undefined;
6171
- setInstalledOn(value: string): ComputerQuickFixEngineering;
6172
-
6173
- hasFixComment(): boolean;
6174
- clearFixComment(): void;
6175
- getFixComment(): string | undefined;
6176
- setFixComment(value: string): ComputerQuickFixEngineering;
6177
-
6178
- hasServicePackInEffect(): boolean;
6179
- clearServicePackInEffect(): void;
6180
- getServicePackInEffect(): string | undefined;
6181
- setServicePackInEffect(value: string): ComputerQuickFixEngineering;
6182
-
6183
- hasHash(): boolean;
6184
- clearHash(): void;
6185
- getHash(): string | undefined;
6186
- setHash(value: string): ComputerQuickFixEngineering;
6187
-
6188
- serializeBinary(): Uint8Array;
6189
- toObject(includeInstance?: boolean): ComputerQuickFixEngineering.AsObject;
6190
- static toObject(includeInstance: boolean, msg: ComputerQuickFixEngineering): ComputerQuickFixEngineering.AsObject;
6191
- static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
6192
- static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
6193
- static serializeBinaryToWriter(message: ComputerQuickFixEngineering, writer: jspb.BinaryWriter): void;
6194
- static deserializeBinary(bytes: Uint8Array): ComputerQuickFixEngineering;
6195
- static deserializeBinaryFromReader(message: ComputerQuickFixEngineering, reader: jspb.BinaryReader): ComputerQuickFixEngineering;
6196
- }
6197
-
6198
- export namespace ComputerQuickFixEngineering {
6199
- export type AsObject = {
6200
- hotFixId?: string,
6201
- description?: string,
6202
- installedBy?: string,
6203
- installedOn?: string,
6204
- fixComment?: string,
6205
- servicePackInEffect?: string,
6206
- hash?: string,
6207
- }
6208
- }
6209
-
6210
6146
  export class PointingDevice extends jspb.Message {
6211
6147
 
6212
6148
  hasCaption(): boolean;
@@ -87,7 +87,6 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacSATAController
87
87
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacSPIDevice', null, global);
88
88
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacSecureElements', null, global);
89
89
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacWifiController', null, global);
90
- goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering', null, global);
91
90
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerSystemProduct', null, global);
92
91
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate', null, global);
93
92
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.KeyUsageType', null, global);
@@ -2282,27 +2281,6 @@ if (goog.DEBUG && !COMPILED) {
2282
2281
  */
2283
2282
  proto.com.lansweeper.dp.outbound.v1.ComputerInfrared.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerInfrared';
2284
2283
  }
2285
- /**
2286
- * Generated by JsPbCodeGenerator.
2287
- * @param {Array=} opt_data Optional initial data array, typically from a
2288
- * server response, or constructed directly in Javascript. The array is used
2289
- * in place and becomes part of the constructed object. It is not cloned.
2290
- * If no data is provided, the constructed object will be empty, but still
2291
- * valid.
2292
- * @extends {jspb.Message}
2293
- * @constructor
2294
- */
2295
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering = function(opt_data) {
2296
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2297
- };
2298
- goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering, jspb.Message);
2299
- if (goog.DEBUG && !COMPILED) {
2300
- /**
2301
- * @public
2302
- * @override
2303
- */
2304
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering';
2305
- }
2306
2284
  /**
2307
2285
  * Generated by JsPbCodeGenerator.
2308
2286
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -12702,7 +12680,7 @@ proto.com.lansweeper.dp.outbound.v1.WarrantyInfo.prototype.setIsReliable = funct
12702
12680
  * @private {!Array<number>}
12703
12681
  * @const
12704
12682
  */
12705
- proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,309,22,23,24,25,26,33,27,32,28,29,30,31,34,35,36,38,39,41,44,45,48,49,47,50,51,102,103,105,107,202,203,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,225,227,302,303,304,305];
12683
+ proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,34,35,36,38,39,41,44,45,48,49,47,50,51,102,103,105,107,202,203,205,206,207,209,210,211,212,213,214,215,216,217,218,219,221,222,225,227,302,303,304,305];
12706
12684
 
12707
12685
 
12708
12686
 
@@ -12774,8 +12752,6 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
12774
12752
  proto.com.lansweeper.dp.outbound.v1.DriveVolume.toObject, includeInstance),
12775
12753
  tpmList: jspb.Message.toObjectList(msg.getTpmList(),
12776
12754
  proto.com.lansweeper.dp.outbound.v1.TrustedPlatformModule.toObject, includeInstance),
12777
- quickFixEngineeringList: jspb.Message.toObjectList(msg.getQuickFixEngineeringList(),
12778
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.toObject, includeInstance),
12779
12755
  usbControllerList: jspb.Message.toObjectList(msg.getUsbControllerList(),
12780
12756
  proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.toObject, includeInstance),
12781
12757
  usbDeviceInfoList: jspb.Message.toObjectList(msg.getUsbDeviceInfoList(),
@@ -13039,11 +13015,6 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
13039
13015
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.TrustedPlatformModule.deserializeBinaryFromReader);
13040
13016
  msg.addTpm(value);
13041
13017
  break;
13042
- case 309:
13043
- var value = new proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering;
13044
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.deserializeBinaryFromReader);
13045
- msg.addQuickFixEngineering(value);
13046
- break;
13047
13018
  case 22:
13048
13019
  var value = new proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController;
13049
13020
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController.deserializeBinaryFromReader);
@@ -13586,14 +13557,6 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
13586
13557
  proto.com.lansweeper.dp.outbound.v1.TrustedPlatformModule.serializeBinaryToWriter
13587
13558
  );
13588
13559
  }
13589
- f = message.getQuickFixEngineeringList();
13590
- if (f.length > 0) {
13591
- writer.writeRepeatedMessage(
13592
- 309,
13593
- f,
13594
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.serializeBinaryToWriter
13595
- );
13596
- }
13597
13560
  f = message.getUsbControllerList();
13598
13561
  if (f.length > 0) {
13599
13562
  writer.writeRepeatedMessage(
@@ -14944,44 +14907,6 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearTpmList = function()
14944
14907
  };
14945
14908
 
14946
14909
 
14947
- /**
14948
- * repeated ComputerQuickFixEngineering quick_fix_engineering = 309;
14949
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering>}
14950
- */
14951
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getQuickFixEngineeringList = function() {
14952
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering>} */ (
14953
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering, 309));
14954
- };
14955
-
14956
-
14957
- /**
14958
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering>} value
14959
- * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
14960
- */
14961
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setQuickFixEngineeringList = function(value) {
14962
- return jspb.Message.setRepeatedWrapperField(this, 309, value);
14963
- };
14964
-
14965
-
14966
- /**
14967
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering=} opt_value
14968
- * @param {number=} opt_index
14969
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering}
14970
- */
14971
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addQuickFixEngineering = function(opt_value, opt_index) {
14972
- return jspb.Message.addToRepeatedWrapperField(this, 309, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering, opt_index);
14973
- };
14974
-
14975
-
14976
- /**
14977
- * Clears the list making it empty but non-null.
14978
- * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
14979
- */
14980
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearQuickFixEngineeringList = function() {
14981
- return this.setQuickFixEngineeringList([]);
14982
- };
14983
-
14984
-
14985
14910
  /**
14986
14911
  * repeated ComputerConnectedUsbController usb_controller = 22;
14987
14912
  * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerConnectedUsbController>}
@@ -53899,442 +53824,6 @@ proto.com.lansweeper.dp.outbound.v1.ComputerInfrared.prototype.hasProtocolSuppor
53899
53824
 
53900
53825
 
53901
53826
 
53902
- if (jspb.Message.GENERATE_TO_OBJECT) {
53903
- /**
53904
- * Creates an object representation of this proto.
53905
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
53906
- * Optional fields that are not set will be set to undefined.
53907
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
53908
- * For the list of reserved names please see:
53909
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
53910
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
53911
- * JSPB instance for transitional soy proto support:
53912
- * http://goto/soy-param-migration
53913
- * @return {!Object}
53914
- */
53915
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.toObject = function(opt_includeInstance) {
53916
- return proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.toObject(opt_includeInstance, this);
53917
- };
53918
-
53919
-
53920
- /**
53921
- * Static version of the {@see toObject} method.
53922
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
53923
- * the JSPB instance for transitional soy proto support:
53924
- * http://goto/soy-param-migration
53925
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} msg The msg instance to transform.
53926
- * @return {!Object}
53927
- * @suppress {unusedLocalVariables} f is only used for nested messages
53928
- */
53929
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.toObject = function(includeInstance, msg) {
53930
- var f, obj = {
53931
- hotFixId: jspb.Message.getFieldWithDefault(msg, 1, ""),
53932
- description: jspb.Message.getFieldWithDefault(msg, 2, ""),
53933
- installedBy: jspb.Message.getFieldWithDefault(msg, 3, ""),
53934
- installedOn: jspb.Message.getFieldWithDefault(msg, 4, ""),
53935
- fixComment: jspb.Message.getFieldWithDefault(msg, 5, ""),
53936
- servicePackInEffect: jspb.Message.getFieldWithDefault(msg, 6, ""),
53937
- hash: jspb.Message.getFieldWithDefault(msg, 7, "")
53938
- };
53939
-
53940
- if (includeInstance) {
53941
- obj.$jspbMessageInstance = msg;
53942
- }
53943
- return obj;
53944
- };
53945
- }
53946
-
53947
-
53948
- /**
53949
- * Deserializes binary data (in protobuf wire format).
53950
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
53951
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering}
53952
- */
53953
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.deserializeBinary = function(bytes) {
53954
- var reader = new jspb.BinaryReader(bytes);
53955
- var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering;
53956
- return proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.deserializeBinaryFromReader(msg, reader);
53957
- };
53958
-
53959
-
53960
- /**
53961
- * Deserializes binary data (in protobuf wire format) from the
53962
- * given reader into the given message object.
53963
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} msg The message object to deserialize into.
53964
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
53965
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering}
53966
- */
53967
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.deserializeBinaryFromReader = function(msg, reader) {
53968
- while (reader.nextField()) {
53969
- if (reader.isEndGroup()) {
53970
- break;
53971
- }
53972
- var field = reader.getFieldNumber();
53973
- switch (field) {
53974
- case 1:
53975
- var value = /** @type {string} */ (reader.readString());
53976
- msg.setHotFixId(value);
53977
- break;
53978
- case 2:
53979
- var value = /** @type {string} */ (reader.readString());
53980
- msg.setDescription(value);
53981
- break;
53982
- case 3:
53983
- var value = /** @type {string} */ (reader.readString());
53984
- msg.setInstalledBy(value);
53985
- break;
53986
- case 4:
53987
- var value = /** @type {string} */ (reader.readString());
53988
- msg.setInstalledOn(value);
53989
- break;
53990
- case 5:
53991
- var value = /** @type {string} */ (reader.readString());
53992
- msg.setFixComment(value);
53993
- break;
53994
- case 6:
53995
- var value = /** @type {string} */ (reader.readString());
53996
- msg.setServicePackInEffect(value);
53997
- break;
53998
- case 7:
53999
- var value = /** @type {string} */ (reader.readString());
54000
- msg.setHash(value);
54001
- break;
54002
- default:
54003
- reader.skipField();
54004
- break;
54005
- }
54006
- }
54007
- return msg;
54008
- };
54009
-
54010
-
54011
- /**
54012
- * Serializes the message to binary data (in protobuf wire format).
54013
- * @return {!Uint8Array}
54014
- */
54015
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.serializeBinary = function() {
54016
- var writer = new jspb.BinaryWriter();
54017
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.serializeBinaryToWriter(this, writer);
54018
- return writer.getResultBuffer();
54019
- };
54020
-
54021
-
54022
- /**
54023
- * Serializes the given message to binary data (in protobuf wire
54024
- * format), writing to the given BinaryWriter.
54025
- * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} message
54026
- * @param {!jspb.BinaryWriter} writer
54027
- * @suppress {unusedLocalVariables} f is only used for nested messages
54028
- */
54029
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.serializeBinaryToWriter = function(message, writer) {
54030
- var f = undefined;
54031
- f = /** @type {string} */ (jspb.Message.getField(message, 1));
54032
- if (f != null) {
54033
- writer.writeString(
54034
- 1,
54035
- f
54036
- );
54037
- }
54038
- f = /** @type {string} */ (jspb.Message.getField(message, 2));
54039
- if (f != null) {
54040
- writer.writeString(
54041
- 2,
54042
- f
54043
- );
54044
- }
54045
- f = /** @type {string} */ (jspb.Message.getField(message, 3));
54046
- if (f != null) {
54047
- writer.writeString(
54048
- 3,
54049
- f
54050
- );
54051
- }
54052
- f = /** @type {string} */ (jspb.Message.getField(message, 4));
54053
- if (f != null) {
54054
- writer.writeString(
54055
- 4,
54056
- f
54057
- );
54058
- }
54059
- f = /** @type {string} */ (jspb.Message.getField(message, 5));
54060
- if (f != null) {
54061
- writer.writeString(
54062
- 5,
54063
- f
54064
- );
54065
- }
54066
- f = /** @type {string} */ (jspb.Message.getField(message, 6));
54067
- if (f != null) {
54068
- writer.writeString(
54069
- 6,
54070
- f
54071
- );
54072
- }
54073
- f = /** @type {string} */ (jspb.Message.getField(message, 7));
54074
- if (f != null) {
54075
- writer.writeString(
54076
- 7,
54077
- f
54078
- );
54079
- }
54080
- };
54081
-
54082
-
54083
- /**
54084
- * optional string hot_fix_id = 1;
54085
- * @return {string}
54086
- */
54087
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.getHotFixId = function() {
54088
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
54089
- };
54090
-
54091
-
54092
- /**
54093
- * @param {string} value
54094
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54095
- */
54096
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.setHotFixId = function(value) {
54097
- return jspb.Message.setField(this, 1, value);
54098
- };
54099
-
54100
-
54101
- /**
54102
- * Clears the field making it undefined.
54103
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54104
- */
54105
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.clearHotFixId = function() {
54106
- return jspb.Message.setField(this, 1, undefined);
54107
- };
54108
-
54109
-
54110
- /**
54111
- * Returns whether this field is set.
54112
- * @return {boolean}
54113
- */
54114
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.hasHotFixId = function() {
54115
- return jspb.Message.getField(this, 1) != null;
54116
- };
54117
-
54118
-
54119
- /**
54120
- * optional string description = 2;
54121
- * @return {string}
54122
- */
54123
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.getDescription = function() {
54124
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
54125
- };
54126
-
54127
-
54128
- /**
54129
- * @param {string} value
54130
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54131
- */
54132
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.setDescription = function(value) {
54133
- return jspb.Message.setField(this, 2, value);
54134
- };
54135
-
54136
-
54137
- /**
54138
- * Clears the field making it undefined.
54139
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54140
- */
54141
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.clearDescription = function() {
54142
- return jspb.Message.setField(this, 2, undefined);
54143
- };
54144
-
54145
-
54146
- /**
54147
- * Returns whether this field is set.
54148
- * @return {boolean}
54149
- */
54150
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.hasDescription = function() {
54151
- return jspb.Message.getField(this, 2) != null;
54152
- };
54153
-
54154
-
54155
- /**
54156
- * optional string installed_by = 3;
54157
- * @return {string}
54158
- */
54159
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.getInstalledBy = function() {
54160
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
54161
- };
54162
-
54163
-
54164
- /**
54165
- * @param {string} value
54166
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54167
- */
54168
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.setInstalledBy = function(value) {
54169
- return jspb.Message.setField(this, 3, value);
54170
- };
54171
-
54172
-
54173
- /**
54174
- * Clears the field making it undefined.
54175
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54176
- */
54177
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.clearInstalledBy = function() {
54178
- return jspb.Message.setField(this, 3, undefined);
54179
- };
54180
-
54181
-
54182
- /**
54183
- * Returns whether this field is set.
54184
- * @return {boolean}
54185
- */
54186
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.hasInstalledBy = function() {
54187
- return jspb.Message.getField(this, 3) != null;
54188
- };
54189
-
54190
-
54191
- /**
54192
- * optional string installed_on = 4;
54193
- * @return {string}
54194
- */
54195
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.getInstalledOn = function() {
54196
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
54197
- };
54198
-
54199
-
54200
- /**
54201
- * @param {string} value
54202
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54203
- */
54204
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.setInstalledOn = function(value) {
54205
- return jspb.Message.setField(this, 4, value);
54206
- };
54207
-
54208
-
54209
- /**
54210
- * Clears the field making it undefined.
54211
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54212
- */
54213
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.clearInstalledOn = function() {
54214
- return jspb.Message.setField(this, 4, undefined);
54215
- };
54216
-
54217
-
54218
- /**
54219
- * Returns whether this field is set.
54220
- * @return {boolean}
54221
- */
54222
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.hasInstalledOn = function() {
54223
- return jspb.Message.getField(this, 4) != null;
54224
- };
54225
-
54226
-
54227
- /**
54228
- * optional string fix_comment = 5;
54229
- * @return {string}
54230
- */
54231
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.getFixComment = function() {
54232
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
54233
- };
54234
-
54235
-
54236
- /**
54237
- * @param {string} value
54238
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54239
- */
54240
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.setFixComment = function(value) {
54241
- return jspb.Message.setField(this, 5, value);
54242
- };
54243
-
54244
-
54245
- /**
54246
- * Clears the field making it undefined.
54247
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54248
- */
54249
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.clearFixComment = function() {
54250
- return jspb.Message.setField(this, 5, undefined);
54251
- };
54252
-
54253
-
54254
- /**
54255
- * Returns whether this field is set.
54256
- * @return {boolean}
54257
- */
54258
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.hasFixComment = function() {
54259
- return jspb.Message.getField(this, 5) != null;
54260
- };
54261
-
54262
-
54263
- /**
54264
- * optional string service_pack_in_effect = 6;
54265
- * @return {string}
54266
- */
54267
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.getServicePackInEffect = function() {
54268
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
54269
- };
54270
-
54271
-
54272
- /**
54273
- * @param {string} value
54274
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54275
- */
54276
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.setServicePackInEffect = function(value) {
54277
- return jspb.Message.setField(this, 6, value);
54278
- };
54279
-
54280
-
54281
- /**
54282
- * Clears the field making it undefined.
54283
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54284
- */
54285
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.clearServicePackInEffect = function() {
54286
- return jspb.Message.setField(this, 6, undefined);
54287
- };
54288
-
54289
-
54290
- /**
54291
- * Returns whether this field is set.
54292
- * @return {boolean}
54293
- */
54294
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.hasServicePackInEffect = function() {
54295
- return jspb.Message.getField(this, 6) != null;
54296
- };
54297
-
54298
-
54299
- /**
54300
- * optional string hash = 7;
54301
- * @return {string}
54302
- */
54303
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.getHash = function() {
54304
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
54305
- };
54306
-
54307
-
54308
- /**
54309
- * @param {string} value
54310
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54311
- */
54312
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.setHash = function(value) {
54313
- return jspb.Message.setField(this, 7, value);
54314
- };
54315
-
54316
-
54317
- /**
54318
- * Clears the field making it undefined.
54319
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering} returns this
54320
- */
54321
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.clearHash = function() {
54322
- return jspb.Message.setField(this, 7, undefined);
54323
- };
54324
-
54325
-
54326
- /**
54327
- * Returns whether this field is set.
54328
- * @return {boolean}
54329
- */
54330
- proto.com.lansweeper.dp.outbound.v1.ComputerQuickFixEngineering.prototype.hasHash = function() {
54331
- return jspb.Message.getField(this, 7) != null;
54332
- };
54333
-
54334
-
54335
-
54336
-
54337
-
54338
53827
  if (jspb.Message.GENERATE_TO_OBJECT) {
54339
53828
  /**
54340
53829
  * Creates an object representation of this proto.