@lansweeper/data-platform-outbound-grpc 0.1.99 → 0.1.101

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.
@@ -56,6 +56,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerInfrared', null,
56
56
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacAccessibility', null, global);
57
57
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework', null, global);
58
58
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane', null, global);
59
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings', null, global);
59
60
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerSystemProduct', null, global);
60
61
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate', null, global);
61
62
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.KeyUsageType', null, global);
@@ -112,6 +113,9 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacComputerBattery', null
112
113
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacNetworkVolume', null, global);
113
114
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacOperatingSystemInfo', null, global);
114
115
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension', null, global);
116
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings', null, global);
117
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings', null, global);
118
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings', null, global);
115
119
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MappedValue', null, global);
116
120
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Memory', null, global);
117
121
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MemoryArray', null, global);
@@ -1746,7 +1750,7 @@ if (goog.DEBUG && !COMPILED) {
1746
1750
  * @constructor
1747
1751
  */
1748
1752
  proto.com.lansweeper.dp.outbound.v1.AutoRunCommand = function(opt_data) {
1749
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1753
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.repeatedFields_, null);
1750
1754
  };
1751
1755
  goog.inherits(proto.com.lansweeper.dp.outbound.v1.AutoRunCommand, jspb.Message);
1752
1756
  if (goog.DEBUG && !COMPILED) {
@@ -2827,6 +2831,90 @@ if (goog.DEBUG && !COMPILED) {
2827
2831
  */
2828
2832
  proto.com.lansweeper.dp.outbound.v1.WindowsCertificateLocation.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsCertificateLocation';
2829
2833
  }
2834
+ /**
2835
+ * Generated by JsPbCodeGenerator.
2836
+ * @param {Array=} opt_data Optional initial data array, typically from a
2837
+ * server response, or constructed directly in Javascript. The array is used
2838
+ * in place and becomes part of the constructed object. It is not cloned.
2839
+ * If no data is provided, the constructed object will be empty, but still
2840
+ * valid.
2841
+ * @extends {jspb.Message}
2842
+ * @constructor
2843
+ */
2844
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings = function(opt_data) {
2845
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2846
+ };
2847
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings, jspb.Message);
2848
+ if (goog.DEBUG && !COMPILED) {
2849
+ /**
2850
+ * @public
2851
+ * @override
2852
+ */
2853
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings';
2854
+ }
2855
+ /**
2856
+ * Generated by JsPbCodeGenerator.
2857
+ * @param {Array=} opt_data Optional initial data array, typically from a
2858
+ * server response, or constructed directly in Javascript. The array is used
2859
+ * in place and becomes part of the constructed object. It is not cloned.
2860
+ * If no data is provided, the constructed object will be empty, but still
2861
+ * valid.
2862
+ * @extends {jspb.Message}
2863
+ * @constructor
2864
+ */
2865
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings = function(opt_data) {
2866
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.repeatedFields_, null);
2867
+ };
2868
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings, jspb.Message);
2869
+ if (goog.DEBUG && !COMPILED) {
2870
+ /**
2871
+ * @public
2872
+ * @override
2873
+ */
2874
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.displayName = 'proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings';
2875
+ }
2876
+ /**
2877
+ * Generated by JsPbCodeGenerator.
2878
+ * @param {Array=} opt_data Optional initial data array, typically from a
2879
+ * server response, or constructed directly in Javascript. The array is used
2880
+ * in place and becomes part of the constructed object. It is not cloned.
2881
+ * If no data is provided, the constructed object will be empty, but still
2882
+ * valid.
2883
+ * @extends {jspb.Message}
2884
+ * @constructor
2885
+ */
2886
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings = function(opt_data) {
2887
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.repeatedFields_, null);
2888
+ };
2889
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings, jspb.Message);
2890
+ if (goog.DEBUG && !COMPILED) {
2891
+ /**
2892
+ * @public
2893
+ * @override
2894
+ */
2895
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.displayName = 'proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings';
2896
+ }
2897
+ /**
2898
+ * Generated by JsPbCodeGenerator.
2899
+ * @param {Array=} opt_data Optional initial data array, typically from a
2900
+ * server response, or constructed directly in Javascript. The array is used
2901
+ * in place and becomes part of the constructed object. It is not cloned.
2902
+ * If no data is provided, the constructed object will be empty, but still
2903
+ * valid.
2904
+ * @extends {jspb.Message}
2905
+ * @constructor
2906
+ */
2907
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings = function(opt_data) {
2908
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2909
+ };
2910
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings, jspb.Message);
2911
+ if (goog.DEBUG && !COMPILED) {
2912
+ /**
2913
+ * @public
2914
+ * @override
2915
+ */
2916
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.displayName = 'proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings';
2917
+ }
2830
2918
  /**
2831
2919
  * Generated by JsPbCodeGenerator.
2832
2920
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -8236,6 +8324,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
8236
8324
  proto.com.lansweeper.dp.outbound.v1.ComputerMacOsFramework.toObject, includeInstance),
8237
8325
  macPreferencePaneList: jspb.Message.toObjectList(msg.getMacPreferencePaneList(),
8238
8326
  proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane.toObject, includeInstance),
8327
+ macRegionalSettings: (f = msg.getMacRegionalSettings()) && proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.toObject(includeInstance, f),
8239
8328
  lastUser: (f = msg.getLastUser()) && proto.com.lansweeper.dp.outbound.v1.LastUser.toObject(includeInstance, f),
8240
8329
  userList: jspb.Message.toObjectList(msg.getUserList(),
8241
8330
  proto.com.lansweeper.dp.outbound.v1.UserAccount.toObject, includeInstance),
@@ -8594,6 +8683,11 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
8594
8683
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane.deserializeBinaryFromReader);
8595
8684
  msg.addMacPreferencePane(value);
8596
8685
  break;
8686
+ case 224:
8687
+ var value = new proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings;
8688
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.deserializeBinaryFromReader);
8689
+ msg.setMacRegionalSettings(value);
8690
+ break;
8597
8691
  case 301:
8598
8692
  var value = new proto.com.lansweeper.dp.outbound.v1.LastUser;
8599
8693
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.LastUser.deserializeBinaryFromReader);
@@ -9147,6 +9241,14 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
9147
9241
  proto.com.lansweeper.dp.outbound.v1.ComputerMacPreferencePane.serializeBinaryToWriter
9148
9242
  );
9149
9243
  }
9244
+ f = message.getMacRegionalSettings();
9245
+ if (f != null) {
9246
+ writer.writeMessage(
9247
+ 224,
9248
+ f,
9249
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.serializeBinaryToWriter
9250
+ );
9251
+ }
9150
9252
  f = message.getLastUser();
9151
9253
  if (f != null) {
9152
9254
  writer.writeMessage(
@@ -11565,6 +11667,43 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacPreferencePaneLis
11565
11667
  };
11566
11668
 
11567
11669
 
11670
+ /**
11671
+ * optional ComputerMacRegionalSettings mac_regional_settings = 224;
11672
+ * @return {?proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings}
11673
+ */
11674
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getMacRegionalSettings = function() {
11675
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings} */ (
11676
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings, 224));
11677
+ };
11678
+
11679
+
11680
+ /**
11681
+ * @param {?proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings|undefined} value
11682
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
11683
+ */
11684
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setMacRegionalSettings = function(value) {
11685
+ return jspb.Message.setWrapperField(this, 224, value);
11686
+ };
11687
+
11688
+
11689
+ /**
11690
+ * Clears the message field making it undefined.
11691
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
11692
+ */
11693
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearMacRegionalSettings = function() {
11694
+ return this.setMacRegionalSettings(undefined);
11695
+ };
11696
+
11697
+
11698
+ /**
11699
+ * Returns whether this field is set.
11700
+ * @return {boolean}
11701
+ */
11702
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.hasMacRegionalSettings = function() {
11703
+ return jspb.Message.getField(this, 224) != null;
11704
+ };
11705
+
11706
+
11568
11707
  /**
11569
11708
  * optional LastUser last_user = 301;
11570
11709
  * @return {?proto.com.lansweeper.dp.outbound.v1.LastUser}
@@ -38968,6 +39107,13 @@ proto.com.lansweeper.dp.outbound.v1.PointingDevice.prototype.hasQuadSpeedThresho
38968
39107
 
38969
39108
 
38970
39109
 
39110
+ /**
39111
+ * List of repeated fields within this message type.
39112
+ * @private {!Array<number>}
39113
+ * @const
39114
+ */
39115
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.repeatedFields_ = [8,9,10];
39116
+
38971
39117
 
38972
39118
 
38973
39119
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -39004,7 +39150,12 @@ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.toObject = function(includeIn
39004
39150
  location: jspb.Message.getFieldWithDefault(msg, 3, ""),
39005
39151
  name: jspb.Message.getFieldWithDefault(msg, 4, ""),
39006
39152
  user: jspb.Message.getFieldWithDefault(msg, 5, ""),
39007
- userSid: jspb.Message.getFieldWithDefault(msg, 6, "")
39153
+ userSid: jspb.Message.getFieldWithDefault(msg, 6, ""),
39154
+ orderPreference: jspb.Message.getFieldWithDefault(msg, 7, ""),
39155
+ providesList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
39156
+ requiredList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f,
39157
+ usesList: (f = jspb.Message.getRepeatedField(msg, 10)) == null ? undefined : f,
39158
+ enabled: jspb.Message.getBooleanFieldWithDefault(msg, 11, false)
39008
39159
  };
39009
39160
 
39010
39161
  if (includeInstance) {
@@ -39065,403 +39216,25 @@ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.deserializeBinaryFromReader =
39065
39216
  var value = /** @type {string} */ (reader.readString());
39066
39217
  msg.setUserSid(value);
39067
39218
  break;
39068
- default:
39069
- reader.skipField();
39070
- break;
39071
- }
39072
- }
39073
- return msg;
39074
- };
39075
-
39076
-
39077
- /**
39078
- * Serializes the message to binary data (in protobuf wire format).
39079
- * @return {!Uint8Array}
39080
- */
39081
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.serializeBinary = function() {
39082
- var writer = new jspb.BinaryWriter();
39083
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.serializeBinaryToWriter(this, writer);
39084
- return writer.getResultBuffer();
39085
- };
39086
-
39087
-
39088
- /**
39089
- * Serializes the given message to binary data (in protobuf wire
39090
- * format), writing to the given BinaryWriter.
39091
- * @param {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} message
39092
- * @param {!jspb.BinaryWriter} writer
39093
- * @suppress {unusedLocalVariables} f is only used for nested messages
39094
- */
39095
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.serializeBinaryToWriter = function(message, writer) {
39096
- var f = undefined;
39097
- f = /** @type {string} */ (jspb.Message.getField(message, 1));
39098
- if (f != null) {
39099
- writer.writeString(
39100
- 1,
39101
- f
39102
- );
39103
- }
39104
- f = /** @type {string} */ (jspb.Message.getField(message, 2));
39105
- if (f != null) {
39106
- writer.writeString(
39107
- 2,
39108
- f
39109
- );
39110
- }
39111
- f = /** @type {string} */ (jspb.Message.getField(message, 3));
39112
- if (f != null) {
39113
- writer.writeString(
39114
- 3,
39115
- f
39116
- );
39117
- }
39118
- f = /** @type {string} */ (jspb.Message.getField(message, 4));
39119
- if (f != null) {
39120
- writer.writeString(
39121
- 4,
39122
- f
39123
- );
39124
- }
39125
- f = /** @type {string} */ (jspb.Message.getField(message, 5));
39126
- if (f != null) {
39127
- writer.writeString(
39128
- 5,
39129
- f
39130
- );
39131
- }
39132
- f = /** @type {string} */ (jspb.Message.getField(message, 6));
39133
- if (f != null) {
39134
- writer.writeString(
39135
- 6,
39136
- f
39137
- );
39138
- }
39139
- };
39140
-
39141
-
39142
- /**
39143
- * optional string caption = 1;
39144
- * @return {string}
39145
- */
39146
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getCaption = function() {
39147
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
39148
- };
39149
-
39150
-
39151
- /**
39152
- * @param {string} value
39153
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39154
- */
39155
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setCaption = function(value) {
39156
- return jspb.Message.setField(this, 1, value);
39157
- };
39158
-
39159
-
39160
- /**
39161
- * Clears the field making it undefined.
39162
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39163
- */
39164
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearCaption = function() {
39165
- return jspb.Message.setField(this, 1, undefined);
39166
- };
39167
-
39168
-
39169
- /**
39170
- * Returns whether this field is set.
39171
- * @return {boolean}
39172
- */
39173
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasCaption = function() {
39174
- return jspb.Message.getField(this, 1) != null;
39175
- };
39176
-
39177
-
39178
- /**
39179
- * optional string command = 2;
39180
- * @return {string}
39181
- */
39182
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getCommand = function() {
39183
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
39184
- };
39185
-
39186
-
39187
- /**
39188
- * @param {string} value
39189
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39190
- */
39191
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setCommand = function(value) {
39192
- return jspb.Message.setField(this, 2, value);
39193
- };
39194
-
39195
-
39196
- /**
39197
- * Clears the field making it undefined.
39198
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39199
- */
39200
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearCommand = function() {
39201
- return jspb.Message.setField(this, 2, undefined);
39202
- };
39203
-
39204
-
39205
- /**
39206
- * Returns whether this field is set.
39207
- * @return {boolean}
39208
- */
39209
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasCommand = function() {
39210
- return jspb.Message.getField(this, 2) != null;
39211
- };
39212
-
39213
-
39214
- /**
39215
- * optional string location = 3;
39216
- * @return {string}
39217
- */
39218
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getLocation = function() {
39219
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
39220
- };
39221
-
39222
-
39223
- /**
39224
- * @param {string} value
39225
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39226
- */
39227
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setLocation = function(value) {
39228
- return jspb.Message.setField(this, 3, value);
39229
- };
39230
-
39231
-
39232
- /**
39233
- * Clears the field making it undefined.
39234
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39235
- */
39236
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearLocation = function() {
39237
- return jspb.Message.setField(this, 3, undefined);
39238
- };
39239
-
39240
-
39241
- /**
39242
- * Returns whether this field is set.
39243
- * @return {boolean}
39244
- */
39245
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasLocation = function() {
39246
- return jspb.Message.getField(this, 3) != null;
39247
- };
39248
-
39249
-
39250
- /**
39251
- * optional string name = 4;
39252
- * @return {string}
39253
- */
39254
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getName = function() {
39255
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
39256
- };
39257
-
39258
-
39259
- /**
39260
- * @param {string} value
39261
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39262
- */
39263
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setName = function(value) {
39264
- return jspb.Message.setField(this, 4, value);
39265
- };
39266
-
39267
-
39268
- /**
39269
- * Clears the field making it undefined.
39270
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39271
- */
39272
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearName = function() {
39273
- return jspb.Message.setField(this, 4, undefined);
39274
- };
39275
-
39276
-
39277
- /**
39278
- * Returns whether this field is set.
39279
- * @return {boolean}
39280
- */
39281
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasName = function() {
39282
- return jspb.Message.getField(this, 4) != null;
39283
- };
39284
-
39285
-
39286
- /**
39287
- * optional string user = 5;
39288
- * @return {string}
39289
- */
39290
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getUser = function() {
39291
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
39292
- };
39293
-
39294
-
39295
- /**
39296
- * @param {string} value
39297
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39298
- */
39299
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setUser = function(value) {
39300
- return jspb.Message.setField(this, 5, value);
39301
- };
39302
-
39303
-
39304
- /**
39305
- * Clears the field making it undefined.
39306
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39307
- */
39308
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearUser = function() {
39309
- return jspb.Message.setField(this, 5, undefined);
39310
- };
39311
-
39312
-
39313
- /**
39314
- * Returns whether this field is set.
39315
- * @return {boolean}
39316
- */
39317
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasUser = function() {
39318
- return jspb.Message.getField(this, 5) != null;
39319
- };
39320
-
39321
-
39322
- /**
39323
- * optional string user_sid = 6;
39324
- * @return {string}
39325
- */
39326
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getUserSid = function() {
39327
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
39328
- };
39329
-
39330
-
39331
- /**
39332
- * @param {string} value
39333
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39334
- */
39335
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setUserSid = function(value) {
39336
- return jspb.Message.setField(this, 6, value);
39337
- };
39338
-
39339
-
39340
- /**
39341
- * Clears the field making it undefined.
39342
- * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39343
- */
39344
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearUserSid = function() {
39345
- return jspb.Message.setField(this, 6, undefined);
39346
- };
39347
-
39348
-
39349
- /**
39350
- * Returns whether this field is set.
39351
- * @return {boolean}
39352
- */
39353
- proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasUserSid = function() {
39354
- return jspb.Message.getField(this, 6) != null;
39355
- };
39356
-
39357
-
39358
-
39359
-
39360
-
39361
- if (jspb.Message.GENERATE_TO_OBJECT) {
39362
- /**
39363
- * Creates an object representation of this proto.
39364
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
39365
- * Optional fields that are not set will be set to undefined.
39366
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
39367
- * For the list of reserved names please see:
39368
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
39369
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
39370
- * JSPB instance for transitional soy proto support:
39371
- * http://goto/soy-param-migration
39372
- * @return {!Object}
39373
- */
39374
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.toObject = function(opt_includeInstance) {
39375
- return proto.com.lansweeper.dp.outbound.v1.BootConfig.toObject(opt_includeInstance, this);
39376
- };
39377
-
39378
-
39379
- /**
39380
- * Static version of the {@see toObject} method.
39381
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
39382
- * the JSPB instance for transitional soy proto support:
39383
- * http://goto/soy-param-migration
39384
- * @param {!proto.com.lansweeper.dp.outbound.v1.BootConfig} msg The msg instance to transform.
39385
- * @return {!Object}
39386
- * @suppress {unusedLocalVariables} f is only used for nested messages
39387
- */
39388
- proto.com.lansweeper.dp.outbound.v1.BootConfig.toObject = function(includeInstance, msg) {
39389
- var f, obj = {
39390
- bootDirectory: jspb.Message.getFieldWithDefault(msg, 1, ""),
39391
- caption: jspb.Message.getFieldWithDefault(msg, 2, ""),
39392
- name: jspb.Message.getFieldWithDefault(msg, 3, ""),
39393
- configurationPath: jspb.Message.getFieldWithDefault(msg, 4, ""),
39394
- scratchDirectory: jspb.Message.getFieldWithDefault(msg, 5, ""),
39395
- tempDirectory: jspb.Message.getFieldWithDefault(msg, 6, ""),
39396
- bootVolume: jspb.Message.getFieldWithDefault(msg, 7, ""),
39397
- bootMode: jspb.Message.getFieldWithDefault(msg, 8, "")
39398
- };
39399
-
39400
- if (includeInstance) {
39401
- obj.$jspbMessageInstance = msg;
39402
- }
39403
- return obj;
39404
- };
39405
- }
39406
-
39407
-
39408
- /**
39409
- * Deserializes binary data (in protobuf wire format).
39410
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
39411
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig}
39412
- */
39413
- proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinary = function(bytes) {
39414
- var reader = new jspb.BinaryReader(bytes);
39415
- var msg = new proto.com.lansweeper.dp.outbound.v1.BootConfig;
39416
- return proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinaryFromReader(msg, reader);
39417
- };
39418
-
39419
-
39420
- /**
39421
- * Deserializes binary data (in protobuf wire format) from the
39422
- * given reader into the given message object.
39423
- * @param {!proto.com.lansweeper.dp.outbound.v1.BootConfig} msg The message object to deserialize into.
39424
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
39425
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig}
39426
- */
39427
- proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinaryFromReader = function(msg, reader) {
39428
- while (reader.nextField()) {
39429
- if (reader.isEndGroup()) {
39430
- break;
39431
- }
39432
- var field = reader.getFieldNumber();
39433
- switch (field) {
39434
- case 1:
39435
- var value = /** @type {string} */ (reader.readString());
39436
- msg.setBootDirectory(value);
39437
- break;
39438
- case 2:
39439
- var value = /** @type {string} */ (reader.readString());
39440
- msg.setCaption(value);
39441
- break;
39442
- case 3:
39443
- var value = /** @type {string} */ (reader.readString());
39444
- msg.setName(value);
39445
- break;
39446
- case 4:
39219
+ case 7:
39447
39220
  var value = /** @type {string} */ (reader.readString());
39448
- msg.setConfigurationPath(value);
39221
+ msg.setOrderPreference(value);
39449
39222
  break;
39450
- case 5:
39223
+ case 8:
39451
39224
  var value = /** @type {string} */ (reader.readString());
39452
- msg.setScratchDirectory(value);
39225
+ msg.addProvides(value);
39453
39226
  break;
39454
- case 6:
39227
+ case 9:
39455
39228
  var value = /** @type {string} */ (reader.readString());
39456
- msg.setTempDirectory(value);
39229
+ msg.addRequired(value);
39457
39230
  break;
39458
- case 7:
39231
+ case 10:
39459
39232
  var value = /** @type {string} */ (reader.readString());
39460
- msg.setBootVolume(value);
39233
+ msg.addUses(value);
39461
39234
  break;
39462
- case 8:
39463
- var value = /** @type {string} */ (reader.readString());
39464
- msg.setBootMode(value);
39235
+ case 11:
39236
+ var value = /** @type {boolean} */ (reader.readBool());
39237
+ msg.setEnabled(value);
39465
39238
  break;
39466
39239
  default:
39467
39240
  reader.skipField();
@@ -39476,9 +39249,9 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinaryFromReader = fun
39476
39249
  * Serializes the message to binary data (in protobuf wire format).
39477
39250
  * @return {!Uint8Array}
39478
39251
  */
39479
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.serializeBinary = function() {
39252
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.serializeBinary = function() {
39480
39253
  var writer = new jspb.BinaryWriter();
39481
- proto.com.lansweeper.dp.outbound.v1.BootConfig.serializeBinaryToWriter(this, writer);
39254
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.serializeBinaryToWriter(this, writer);
39482
39255
  return writer.getResultBuffer();
39483
39256
  };
39484
39257
 
@@ -39486,11 +39259,11 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.serializeBinary = funct
39486
39259
  /**
39487
39260
  * Serializes the given message to binary data (in protobuf wire
39488
39261
  * format), writing to the given BinaryWriter.
39489
- * @param {!proto.com.lansweeper.dp.outbound.v1.BootConfig} message
39262
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} message
39490
39263
  * @param {!jspb.BinaryWriter} writer
39491
39264
  * @suppress {unusedLocalVariables} f is only used for nested messages
39492
39265
  */
39493
- proto.com.lansweeper.dp.outbound.v1.BootConfig.serializeBinaryToWriter = function(message, writer) {
39266
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.serializeBinaryToWriter = function(message, writer) {
39494
39267
  var f = undefined;
39495
39268
  f = /** @type {string} */ (jspb.Message.getField(message, 1));
39496
39269
  if (f != null) {
@@ -39541,39 +39314,60 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.serializeBinaryToWriter = functio
39541
39314
  f
39542
39315
  );
39543
39316
  }
39544
- f = /** @type {string} */ (jspb.Message.getField(message, 8));
39545
- if (f != null) {
39546
- writer.writeString(
39317
+ f = message.getProvidesList();
39318
+ if (f.length > 0) {
39319
+ writer.writeRepeatedString(
39547
39320
  8,
39548
39321
  f
39549
39322
  );
39550
39323
  }
39324
+ f = message.getRequiredList();
39325
+ if (f.length > 0) {
39326
+ writer.writeRepeatedString(
39327
+ 9,
39328
+ f
39329
+ );
39330
+ }
39331
+ f = message.getUsesList();
39332
+ if (f.length > 0) {
39333
+ writer.writeRepeatedString(
39334
+ 10,
39335
+ f
39336
+ );
39337
+ }
39338
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 11));
39339
+ if (f != null) {
39340
+ writer.writeBool(
39341
+ 11,
39342
+ f
39343
+ );
39344
+ }
39551
39345
  };
39552
39346
 
39553
39347
 
39554
39348
  /**
39555
- * optional string boot_directory = 1;
39349
+ * optional string caption = 1;
39556
39350
  * @return {string}
39557
39351
  */
39558
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getBootDirectory = function() {
39352
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getCaption = function() {
39559
39353
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
39560
39354
  };
39561
39355
 
39562
39356
 
39563
39357
  /**
39564
39358
  * @param {string} value
39565
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39359
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39566
39360
  */
39567
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setBootDirectory = function(value) {
39361
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setCaption = function(value) {
39568
39362
  return jspb.Message.setField(this, 1, value);
39569
39363
  };
39570
39364
 
39571
39365
 
39572
39366
  /**
39573
39367
  * Clears the field making it undefined.
39574
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39368
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39575
39369
  */
39576
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootDirectory = function() {
39370
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearCaption = function() {
39577
39371
  return jspb.Message.setField(this, 1, undefined);
39578
39372
  };
39579
39373
 
@@ -39582,34 +39376,34 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootDirectory = fu
39582
39376
  * Returns whether this field is set.
39583
39377
  * @return {boolean}
39584
39378
  */
39585
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootDirectory = function() {
39379
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasCaption = function() {
39586
39380
  return jspb.Message.getField(this, 1) != null;
39587
39381
  };
39588
39382
 
39589
39383
 
39590
39384
  /**
39591
- * optional string caption = 2;
39385
+ * optional string command = 2;
39592
39386
  * @return {string}
39593
39387
  */
39594
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getCaption = function() {
39388
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getCommand = function() {
39595
39389
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
39596
39390
  };
39597
39391
 
39598
39392
 
39599
39393
  /**
39600
39394
  * @param {string} value
39601
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39395
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39602
39396
  */
39603
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setCaption = function(value) {
39397
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setCommand = function(value) {
39604
39398
  return jspb.Message.setField(this, 2, value);
39605
39399
  };
39606
39400
 
39607
39401
 
39608
39402
  /**
39609
39403
  * Clears the field making it undefined.
39610
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39404
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39611
39405
  */
39612
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearCaption = function() {
39406
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearCommand = function() {
39613
39407
  return jspb.Message.setField(this, 2, undefined);
39614
39408
  };
39615
39409
 
@@ -39618,34 +39412,34 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearCaption = function
39618
39412
  * Returns whether this field is set.
39619
39413
  * @return {boolean}
39620
39414
  */
39621
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasCaption = function() {
39415
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasCommand = function() {
39622
39416
  return jspb.Message.getField(this, 2) != null;
39623
39417
  };
39624
39418
 
39625
39419
 
39626
39420
  /**
39627
- * optional string name = 3;
39421
+ * optional string location = 3;
39628
39422
  * @return {string}
39629
39423
  */
39630
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getName = function() {
39424
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getLocation = function() {
39631
39425
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
39632
39426
  };
39633
39427
 
39634
39428
 
39635
39429
  /**
39636
39430
  * @param {string} value
39637
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39431
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39638
39432
  */
39639
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setName = function(value) {
39433
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setLocation = function(value) {
39640
39434
  return jspb.Message.setField(this, 3, value);
39641
39435
  };
39642
39436
 
39643
39437
 
39644
39438
  /**
39645
39439
  * Clears the field making it undefined.
39646
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39440
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39647
39441
  */
39648
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearName = function() {
39442
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearLocation = function() {
39649
39443
  return jspb.Message.setField(this, 3, undefined);
39650
39444
  };
39651
39445
 
@@ -39654,34 +39448,34 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearName = function()
39654
39448
  * Returns whether this field is set.
39655
39449
  * @return {boolean}
39656
39450
  */
39657
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasName = function() {
39451
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasLocation = function() {
39658
39452
  return jspb.Message.getField(this, 3) != null;
39659
39453
  };
39660
39454
 
39661
39455
 
39662
39456
  /**
39663
- * optional string configuration_path = 4;
39457
+ * optional string name = 4;
39664
39458
  * @return {string}
39665
39459
  */
39666
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getConfigurationPath = function() {
39460
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getName = function() {
39667
39461
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
39668
39462
  };
39669
39463
 
39670
39464
 
39671
39465
  /**
39672
39466
  * @param {string} value
39673
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39467
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39674
39468
  */
39675
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setConfigurationPath = function(value) {
39469
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setName = function(value) {
39676
39470
  return jspb.Message.setField(this, 4, value);
39677
39471
  };
39678
39472
 
39679
39473
 
39680
39474
  /**
39681
39475
  * Clears the field making it undefined.
39682
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39476
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39683
39477
  */
39684
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearConfigurationPath = function() {
39478
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearName = function() {
39685
39479
  return jspb.Message.setField(this, 4, undefined);
39686
39480
  };
39687
39481
 
@@ -39690,34 +39484,34 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearConfigurationPath
39690
39484
  * Returns whether this field is set.
39691
39485
  * @return {boolean}
39692
39486
  */
39693
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasConfigurationPath = function() {
39487
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasName = function() {
39694
39488
  return jspb.Message.getField(this, 4) != null;
39695
39489
  };
39696
39490
 
39697
39491
 
39698
39492
  /**
39699
- * optional string scratch_directory = 5;
39493
+ * optional string user = 5;
39700
39494
  * @return {string}
39701
39495
  */
39702
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getScratchDirectory = function() {
39496
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getUser = function() {
39703
39497
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
39704
39498
  };
39705
39499
 
39706
39500
 
39707
39501
  /**
39708
39502
  * @param {string} value
39709
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39503
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39710
39504
  */
39711
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setScratchDirectory = function(value) {
39505
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setUser = function(value) {
39712
39506
  return jspb.Message.setField(this, 5, value);
39713
39507
  };
39714
39508
 
39715
39509
 
39716
39510
  /**
39717
39511
  * Clears the field making it undefined.
39718
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39512
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39719
39513
  */
39720
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearScratchDirectory = function() {
39514
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearUser = function() {
39721
39515
  return jspb.Message.setField(this, 5, undefined);
39722
39516
  };
39723
39517
 
@@ -39726,34 +39520,34 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearScratchDirectory =
39726
39520
  * Returns whether this field is set.
39727
39521
  * @return {boolean}
39728
39522
  */
39729
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasScratchDirectory = function() {
39523
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasUser = function() {
39730
39524
  return jspb.Message.getField(this, 5) != null;
39731
39525
  };
39732
39526
 
39733
39527
 
39734
39528
  /**
39735
- * optional string temp_directory = 6;
39529
+ * optional string user_sid = 6;
39736
39530
  * @return {string}
39737
39531
  */
39738
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getTempDirectory = function() {
39532
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getUserSid = function() {
39739
39533
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
39740
39534
  };
39741
39535
 
39742
39536
 
39743
39537
  /**
39744
39538
  * @param {string} value
39745
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39539
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39746
39540
  */
39747
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setTempDirectory = function(value) {
39541
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setUserSid = function(value) {
39748
39542
  return jspb.Message.setField(this, 6, value);
39749
39543
  };
39750
39544
 
39751
39545
 
39752
39546
  /**
39753
39547
  * Clears the field making it undefined.
39754
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39548
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39755
39549
  */
39756
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearTempDirectory = function() {
39550
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearUserSid = function() {
39757
39551
  return jspb.Message.setField(this, 6, undefined);
39758
39552
  };
39759
39553
 
@@ -39762,34 +39556,34 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearTempDirectory = fu
39762
39556
  * Returns whether this field is set.
39763
39557
  * @return {boolean}
39764
39558
  */
39765
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasTempDirectory = function() {
39559
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasUserSid = function() {
39766
39560
  return jspb.Message.getField(this, 6) != null;
39767
39561
  };
39768
39562
 
39769
39563
 
39770
39564
  /**
39771
- * optional string boot_volume = 7;
39565
+ * optional string order_preference = 7;
39772
39566
  * @return {string}
39773
39567
  */
39774
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getBootVolume = function() {
39568
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getOrderPreference = function() {
39775
39569
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
39776
39570
  };
39777
39571
 
39778
39572
 
39779
39573
  /**
39780
39574
  * @param {string} value
39781
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39575
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39782
39576
  */
39783
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setBootVolume = function(value) {
39577
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setOrderPreference = function(value) {
39784
39578
  return jspb.Message.setField(this, 7, value);
39785
39579
  };
39786
39580
 
39787
39581
 
39788
39582
  /**
39789
39583
  * Clears the field making it undefined.
39790
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39584
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39791
39585
  */
39792
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootVolume = function() {
39586
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearOrderPreference = function() {
39793
39587
  return jspb.Message.setField(this, 7, undefined);
39794
39588
  };
39795
39589
 
@@ -39798,54 +39592,158 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootVolume = funct
39798
39592
  * Returns whether this field is set.
39799
39593
  * @return {boolean}
39800
39594
  */
39801
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootVolume = function() {
39595
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasOrderPreference = function() {
39802
39596
  return jspb.Message.getField(this, 7) != null;
39803
39597
  };
39804
39598
 
39805
39599
 
39806
39600
  /**
39807
- * optional string boot_mode = 8;
39808
- * @return {string}
39601
+ * repeated string provides = 8;
39602
+ * @return {!Array<string>}
39809
39603
  */
39810
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getBootMode = function() {
39811
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
39604
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getProvidesList = function() {
39605
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 8));
39606
+ };
39607
+
39608
+
39609
+ /**
39610
+ * @param {!Array<string>} value
39611
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39612
+ */
39613
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setProvidesList = function(value) {
39614
+ return jspb.Message.setField(this, 8, value || []);
39812
39615
  };
39813
39616
 
39814
39617
 
39815
39618
  /**
39816
39619
  * @param {string} value
39817
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39620
+ * @param {number=} opt_index
39621
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39818
39622
  */
39819
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setBootMode = function(value) {
39820
- return jspb.Message.setField(this, 8, value);
39623
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.addProvides = function(value, opt_index) {
39624
+ return jspb.Message.addToRepeatedField(this, 8, value, opt_index);
39821
39625
  };
39822
39626
 
39823
39627
 
39824
39628
  /**
39825
- * Clears the field making it undefined.
39826
- * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
39629
+ * Clears the list making it empty but non-null.
39630
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39827
39631
  */
39828
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootMode = function() {
39829
- return jspb.Message.setField(this, 8, undefined);
39632
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearProvidesList = function() {
39633
+ return this.setProvidesList([]);
39830
39634
  };
39831
39635
 
39832
39636
 
39833
39637
  /**
39834
- * Returns whether this field is set.
39638
+ * repeated string required = 9;
39639
+ * @return {!Array<string>}
39640
+ */
39641
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getRequiredList = function() {
39642
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 9));
39643
+ };
39644
+
39645
+
39646
+ /**
39647
+ * @param {!Array<string>} value
39648
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39649
+ */
39650
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setRequiredList = function(value) {
39651
+ return jspb.Message.setField(this, 9, value || []);
39652
+ };
39653
+
39654
+
39655
+ /**
39656
+ * @param {string} value
39657
+ * @param {number=} opt_index
39658
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39659
+ */
39660
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.addRequired = function(value, opt_index) {
39661
+ return jspb.Message.addToRepeatedField(this, 9, value, opt_index);
39662
+ };
39663
+
39664
+
39665
+ /**
39666
+ * Clears the list making it empty but non-null.
39667
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39668
+ */
39669
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearRequiredList = function() {
39670
+ return this.setRequiredList([]);
39671
+ };
39672
+
39673
+
39674
+ /**
39675
+ * repeated string uses = 10;
39676
+ * @return {!Array<string>}
39677
+ */
39678
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getUsesList = function() {
39679
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 10));
39680
+ };
39681
+
39682
+
39683
+ /**
39684
+ * @param {!Array<string>} value
39685
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39686
+ */
39687
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setUsesList = function(value) {
39688
+ return jspb.Message.setField(this, 10, value || []);
39689
+ };
39690
+
39691
+
39692
+ /**
39693
+ * @param {string} value
39694
+ * @param {number=} opt_index
39695
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39696
+ */
39697
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.addUses = function(value, opt_index) {
39698
+ return jspb.Message.addToRepeatedField(this, 10, value, opt_index);
39699
+ };
39700
+
39701
+
39702
+ /**
39703
+ * Clears the list making it empty but non-null.
39704
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39705
+ */
39706
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearUsesList = function() {
39707
+ return this.setUsesList([]);
39708
+ };
39709
+
39710
+
39711
+ /**
39712
+ * optional bool enabled = 11;
39835
39713
  * @return {boolean}
39836
39714
  */
39837
- proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootMode = function() {
39838
- return jspb.Message.getField(this, 8) != null;
39715
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.getEnabled = function() {
39716
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 11, false));
39717
+ };
39718
+
39719
+
39720
+ /**
39721
+ * @param {boolean} value
39722
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39723
+ */
39724
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.setEnabled = function(value) {
39725
+ return jspb.Message.setField(this, 11, value);
39839
39726
  };
39840
39727
 
39841
39728
 
39729
+ /**
39730
+ * Clears the field making it undefined.
39731
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AutoRunCommand} returns this
39732
+ */
39733
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.clearEnabled = function() {
39734
+ return jspb.Message.setField(this, 11, undefined);
39735
+ };
39736
+
39842
39737
 
39843
39738
  /**
39844
- * List of repeated fields within this message type.
39845
- * @private {!Array<number>}
39846
- * @const
39739
+ * Returns whether this field is set.
39740
+ * @return {boolean}
39847
39741
  */
39848
- proto.com.lansweeper.dp.outbound.v1.SharedResource.repeatedFields_ = [5];
39742
+ proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.prototype.hasEnabled = function() {
39743
+ return jspb.Message.getField(this, 11) != null;
39744
+ };
39745
+
39746
+
39849
39747
 
39850
39748
 
39851
39749
 
@@ -39862,8 +39760,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
39862
39760
  * http://goto/soy-param-migration
39863
39761
  * @return {!Object}
39864
39762
  */
39865
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.toObject = function(opt_includeInstance) {
39866
- return proto.com.lansweeper.dp.outbound.v1.SharedResource.toObject(opt_includeInstance, this);
39763
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.toObject = function(opt_includeInstance) {
39764
+ return proto.com.lansweeper.dp.outbound.v1.BootConfig.toObject(opt_includeInstance, this);
39867
39765
  };
39868
39766
 
39869
39767
 
@@ -39872,18 +39770,20 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.toObject = function
39872
39770
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
39873
39771
  * the JSPB instance for transitional soy proto support:
39874
39772
  * http://goto/soy-param-migration
39875
- * @param {!proto.com.lansweeper.dp.outbound.v1.SharedResource} msg The msg instance to transform.
39773
+ * @param {!proto.com.lansweeper.dp.outbound.v1.BootConfig} msg The msg instance to transform.
39876
39774
  * @return {!Object}
39877
39775
  * @suppress {unusedLocalVariables} f is only used for nested messages
39878
39776
  */
39879
- proto.com.lansweeper.dp.outbound.v1.SharedResource.toObject = function(includeInstance, msg) {
39777
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.toObject = function(includeInstance, msg) {
39880
39778
  var f, obj = {
39881
- caption: jspb.Message.getFieldWithDefault(msg, 1, ""),
39882
- name: jspb.Message.getFieldWithDefault(msg, 2, ""),
39883
- path: jspb.Message.getFieldWithDefault(msg, 3, ""),
39884
- type: (f = msg.getType()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
39885
- sharedPermissionList: jspb.Message.toObjectList(msg.getSharedPermissionList(),
39886
- proto.com.lansweeper.dp.outbound.v1.SharedPermission.toObject, includeInstance)
39779
+ bootDirectory: jspb.Message.getFieldWithDefault(msg, 1, ""),
39780
+ caption: jspb.Message.getFieldWithDefault(msg, 2, ""),
39781
+ name: jspb.Message.getFieldWithDefault(msg, 3, ""),
39782
+ configurationPath: jspb.Message.getFieldWithDefault(msg, 4, ""),
39783
+ scratchDirectory: jspb.Message.getFieldWithDefault(msg, 5, ""),
39784
+ tempDirectory: jspb.Message.getFieldWithDefault(msg, 6, ""),
39785
+ bootVolume: jspb.Message.getFieldWithDefault(msg, 7, ""),
39786
+ bootMode: jspb.Message.getFieldWithDefault(msg, 8, "")
39887
39787
  };
39888
39788
 
39889
39789
  if (includeInstance) {
@@ -39897,23 +39797,23 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.toObject = function(includeIn
39897
39797
  /**
39898
39798
  * Deserializes binary data (in protobuf wire format).
39899
39799
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
39900
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource}
39800
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig}
39901
39801
  */
39902
- proto.com.lansweeper.dp.outbound.v1.SharedResource.deserializeBinary = function(bytes) {
39802
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinary = function(bytes) {
39903
39803
  var reader = new jspb.BinaryReader(bytes);
39904
- var msg = new proto.com.lansweeper.dp.outbound.v1.SharedResource;
39905
- return proto.com.lansweeper.dp.outbound.v1.SharedResource.deserializeBinaryFromReader(msg, reader);
39804
+ var msg = new proto.com.lansweeper.dp.outbound.v1.BootConfig;
39805
+ return proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinaryFromReader(msg, reader);
39906
39806
  };
39907
39807
 
39908
39808
 
39909
39809
  /**
39910
39810
  * Deserializes binary data (in protobuf wire format) from the
39911
39811
  * given reader into the given message object.
39912
- * @param {!proto.com.lansweeper.dp.outbound.v1.SharedResource} msg The message object to deserialize into.
39812
+ * @param {!proto.com.lansweeper.dp.outbound.v1.BootConfig} msg The message object to deserialize into.
39913
39813
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
39914
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource}
39814
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig}
39915
39815
  */
39916
- proto.com.lansweeper.dp.outbound.v1.SharedResource.deserializeBinaryFromReader = function(msg, reader) {
39816
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinaryFromReader = function(msg, reader) {
39917
39817
  while (reader.nextField()) {
39918
39818
  if (reader.isEndGroup()) {
39919
39819
  break;
@@ -39922,25 +39822,35 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.deserializeBinaryFromReader =
39922
39822
  switch (field) {
39923
39823
  case 1:
39924
39824
  var value = /** @type {string} */ (reader.readString());
39925
- msg.setCaption(value);
39825
+ msg.setBootDirectory(value);
39926
39826
  break;
39927
39827
  case 2:
39928
39828
  var value = /** @type {string} */ (reader.readString());
39929
- msg.setName(value);
39829
+ msg.setCaption(value);
39930
39830
  break;
39931
39831
  case 3:
39932
39832
  var value = /** @type {string} */ (reader.readString());
39933
- msg.setPath(value);
39833
+ msg.setName(value);
39934
39834
  break;
39935
39835
  case 4:
39936
- var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
39937
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
39938
- msg.setType(value);
39836
+ var value = /** @type {string} */ (reader.readString());
39837
+ msg.setConfigurationPath(value);
39939
39838
  break;
39940
39839
  case 5:
39941
- var value = new proto.com.lansweeper.dp.outbound.v1.SharedPermission;
39942
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SharedPermission.deserializeBinaryFromReader);
39943
- msg.addSharedPermission(value);
39840
+ var value = /** @type {string} */ (reader.readString());
39841
+ msg.setScratchDirectory(value);
39842
+ break;
39843
+ case 6:
39844
+ var value = /** @type {string} */ (reader.readString());
39845
+ msg.setTempDirectory(value);
39846
+ break;
39847
+ case 7:
39848
+ var value = /** @type {string} */ (reader.readString());
39849
+ msg.setBootVolume(value);
39850
+ break;
39851
+ case 8:
39852
+ var value = /** @type {string} */ (reader.readString());
39853
+ msg.setBootMode(value);
39944
39854
  break;
39945
39855
  default:
39946
39856
  reader.skipField();
@@ -39955,9 +39865,9 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.deserializeBinaryFromReader =
39955
39865
  * Serializes the message to binary data (in protobuf wire format).
39956
39866
  * @return {!Uint8Array}
39957
39867
  */
39958
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.serializeBinary = function() {
39868
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.serializeBinary = function() {
39959
39869
  var writer = new jspb.BinaryWriter();
39960
- proto.com.lansweeper.dp.outbound.v1.SharedResource.serializeBinaryToWriter(this, writer);
39870
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.serializeBinaryToWriter(this, writer);
39961
39871
  return writer.getResultBuffer();
39962
39872
  };
39963
39873
 
@@ -39965,11 +39875,11 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.serializeBinary = f
39965
39875
  /**
39966
39876
  * Serializes the given message to binary data (in protobuf wire
39967
39877
  * format), writing to the given BinaryWriter.
39968
- * @param {!proto.com.lansweeper.dp.outbound.v1.SharedResource} message
39878
+ * @param {!proto.com.lansweeper.dp.outbound.v1.BootConfig} message
39969
39879
  * @param {!jspb.BinaryWriter} writer
39970
39880
  * @suppress {unusedLocalVariables} f is only used for nested messages
39971
39881
  */
39972
- proto.com.lansweeper.dp.outbound.v1.SharedResource.serializeBinaryToWriter = function(message, writer) {
39882
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.serializeBinaryToWriter = function(message, writer) {
39973
39883
  var f = undefined;
39974
39884
  f = /** @type {string} */ (jspb.Message.getField(message, 1));
39975
39885
  if (f != null) {
@@ -39992,48 +39902,67 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.serializeBinaryToWriter = fun
39992
39902
  f
39993
39903
  );
39994
39904
  }
39995
- f = message.getType();
39905
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
39996
39906
  if (f != null) {
39997
- writer.writeMessage(
39907
+ writer.writeString(
39998
39908
  4,
39999
- f,
40000
- proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
39909
+ f
40001
39910
  );
40002
39911
  }
40003
- f = message.getSharedPermissionList();
40004
- if (f.length > 0) {
40005
- writer.writeRepeatedMessage(
39912
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
39913
+ if (f != null) {
39914
+ writer.writeString(
40006
39915
  5,
40007
- f,
40008
- proto.com.lansweeper.dp.outbound.v1.SharedPermission.serializeBinaryToWriter
39916
+ f
39917
+ );
39918
+ }
39919
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
39920
+ if (f != null) {
39921
+ writer.writeString(
39922
+ 6,
39923
+ f
39924
+ );
39925
+ }
39926
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
39927
+ if (f != null) {
39928
+ writer.writeString(
39929
+ 7,
39930
+ f
39931
+ );
39932
+ }
39933
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
39934
+ if (f != null) {
39935
+ writer.writeString(
39936
+ 8,
39937
+ f
40009
39938
  );
40010
39939
  }
40011
39940
  };
40012
39941
 
40013
39942
 
40014
39943
  /**
40015
- * optional string caption = 1;
39944
+ * optional string boot_directory = 1;
40016
39945
  * @return {string}
40017
39946
  */
40018
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getCaption = function() {
39947
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getBootDirectory = function() {
40019
39948
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
40020
39949
  };
40021
39950
 
40022
39951
 
40023
39952
  /**
40024
39953
  * @param {string} value
40025
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
39954
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40026
39955
  */
40027
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setCaption = function(value) {
39956
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setBootDirectory = function(value) {
40028
39957
  return jspb.Message.setField(this, 1, value);
40029
39958
  };
40030
39959
 
40031
39960
 
40032
39961
  /**
40033
39962
  * Clears the field making it undefined.
40034
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
39963
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40035
39964
  */
40036
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearCaption = function() {
39965
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootDirectory = function() {
40037
39966
  return jspb.Message.setField(this, 1, undefined);
40038
39967
  };
40039
39968
 
@@ -40042,34 +39971,34 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearCaption = func
40042
39971
  * Returns whether this field is set.
40043
39972
  * @return {boolean}
40044
39973
  */
40045
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.hasCaption = function() {
39974
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootDirectory = function() {
40046
39975
  return jspb.Message.getField(this, 1) != null;
40047
39976
  };
40048
39977
 
40049
39978
 
40050
39979
  /**
40051
- * optional string name = 2;
39980
+ * optional string caption = 2;
40052
39981
  * @return {string}
40053
39982
  */
40054
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getName = function() {
39983
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getCaption = function() {
40055
39984
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
40056
39985
  };
40057
39986
 
40058
39987
 
40059
39988
  /**
40060
39989
  * @param {string} value
40061
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
39990
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40062
39991
  */
40063
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setName = function(value) {
39992
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setCaption = function(value) {
40064
39993
  return jspb.Message.setField(this, 2, value);
40065
39994
  };
40066
39995
 
40067
39996
 
40068
39997
  /**
40069
39998
  * Clears the field making it undefined.
40070
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
39999
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40071
40000
  */
40072
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearName = function() {
40001
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearCaption = function() {
40073
40002
  return jspb.Message.setField(this, 2, undefined);
40074
40003
  };
40075
40004
 
@@ -40078,34 +40007,34 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearName = functio
40078
40007
  * Returns whether this field is set.
40079
40008
  * @return {boolean}
40080
40009
  */
40081
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.hasName = function() {
40010
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasCaption = function() {
40082
40011
  return jspb.Message.getField(this, 2) != null;
40083
40012
  };
40084
40013
 
40085
40014
 
40086
40015
  /**
40087
- * optional string path = 3;
40016
+ * optional string name = 3;
40088
40017
  * @return {string}
40089
40018
  */
40090
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getPath = function() {
40019
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getName = function() {
40091
40020
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
40092
40021
  };
40093
40022
 
40094
40023
 
40095
40024
  /**
40096
40025
  * @param {string} value
40097
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40026
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40098
40027
  */
40099
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setPath = function(value) {
40028
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setName = function(value) {
40100
40029
  return jspb.Message.setField(this, 3, value);
40101
40030
  };
40102
40031
 
40103
40032
 
40104
40033
  /**
40105
40034
  * Clears the field making it undefined.
40106
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40035
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40107
40036
  */
40108
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearPath = function() {
40037
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearName = function() {
40109
40038
  return jspb.Message.setField(this, 3, undefined);
40110
40039
  };
40111
40040
 
@@ -40114,36 +40043,35 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearPath = functio
40114
40043
  * Returns whether this field is set.
40115
40044
  * @return {boolean}
40116
40045
  */
40117
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.hasPath = function() {
40046
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasName = function() {
40118
40047
  return jspb.Message.getField(this, 3) != null;
40119
40048
  };
40120
40049
 
40121
40050
 
40122
40051
  /**
40123
- * optional MappedValue type = 4;
40124
- * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
40052
+ * optional string configuration_path = 4;
40053
+ * @return {string}
40125
40054
  */
40126
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getType = function() {
40127
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
40128
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 4));
40055
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getConfigurationPath = function() {
40056
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
40129
40057
  };
40130
40058
 
40131
40059
 
40132
40060
  /**
40133
- * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
40134
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40135
- */
40136
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setType = function(value) {
40137
- return jspb.Message.setWrapperField(this, 4, value);
40061
+ * @param {string} value
40062
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40063
+ */
40064
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setConfigurationPath = function(value) {
40065
+ return jspb.Message.setField(this, 4, value);
40138
40066
  };
40139
40067
 
40140
40068
 
40141
40069
  /**
40142
- * Clears the message field making it undefined.
40143
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40070
+ * Clears the field making it undefined.
40071
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40144
40072
  */
40145
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearType = function() {
40146
- return this.setType(undefined);
40073
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearConfigurationPath = function() {
40074
+ return jspb.Message.setField(this, 4, undefined);
40147
40075
  };
40148
40076
 
40149
40077
 
@@ -40151,116 +40079,577 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearType = functio
40151
40079
  * Returns whether this field is set.
40152
40080
  * @return {boolean}
40153
40081
  */
40154
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.hasType = function() {
40082
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasConfigurationPath = function() {
40155
40083
  return jspb.Message.getField(this, 4) != null;
40156
40084
  };
40157
40085
 
40158
40086
 
40159
40087
  /**
40160
- * repeated SharedPermission shared_permission = 5;
40161
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>}
40088
+ * optional string scratch_directory = 5;
40089
+ * @return {string}
40162
40090
  */
40163
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getSharedPermissionList = function() {
40164
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>} */ (
40165
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SharedPermission, 5));
40091
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getScratchDirectory = function() {
40092
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
40166
40093
  };
40167
40094
 
40168
40095
 
40169
40096
  /**
40170
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>} value
40171
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40172
- */
40173
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setSharedPermissionList = function(value) {
40174
- return jspb.Message.setRepeatedWrapperField(this, 5, value);
40097
+ * @param {string} value
40098
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40099
+ */
40100
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setScratchDirectory = function(value) {
40101
+ return jspb.Message.setField(this, 5, value);
40175
40102
  };
40176
40103
 
40177
40104
 
40178
40105
  /**
40179
- * @param {!proto.com.lansweeper.dp.outbound.v1.SharedPermission=} opt_value
40180
- * @param {number=} opt_index
40181
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedPermission}
40106
+ * Clears the field making it undefined.
40107
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40182
40108
  */
40183
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.addSharedPermission = function(opt_value, opt_index) {
40184
- return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.com.lansweeper.dp.outbound.v1.SharedPermission, opt_index);
40109
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearScratchDirectory = function() {
40110
+ return jspb.Message.setField(this, 5, undefined);
40185
40111
  };
40186
40112
 
40187
40113
 
40188
40114
  /**
40189
- * Clears the list making it empty but non-null.
40190
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40115
+ * Returns whether this field is set.
40116
+ * @return {boolean}
40191
40117
  */
40192
- proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearSharedPermissionList = function() {
40193
- return this.setSharedPermissionList([]);
40118
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasScratchDirectory = function() {
40119
+ return jspb.Message.getField(this, 5) != null;
40194
40120
  };
40195
40121
 
40196
40122
 
40123
+ /**
40124
+ * optional string temp_directory = 6;
40125
+ * @return {string}
40126
+ */
40127
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getTempDirectory = function() {
40128
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
40129
+ };
40197
40130
 
40198
40131
 
40199
-
40200
- if (jspb.Message.GENERATE_TO_OBJECT) {
40201
40132
  /**
40202
- * Creates an object representation of this proto.
40203
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
40204
- * Optional fields that are not set will be set to undefined.
40205
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
40206
- * For the list of reserved names please see:
40207
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
40208
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
40209
- * JSPB instance for transitional soy proto support:
40210
- * http://goto/soy-param-migration
40211
- * @return {!Object}
40133
+ * @param {string} value
40134
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40212
40135
  */
40213
- proto.com.lansweeper.dp.outbound.v1.SharedPermission.prototype.toObject = function(opt_includeInstance) {
40214
- return proto.com.lansweeper.dp.outbound.v1.SharedPermission.toObject(opt_includeInstance, this);
40136
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setTempDirectory = function(value) {
40137
+ return jspb.Message.setField(this, 6, value);
40215
40138
  };
40216
40139
 
40217
40140
 
40218
40141
  /**
40219
- * Static version of the {@see toObject} method.
40220
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
40221
- * the JSPB instance for transitional soy proto support:
40222
- * http://goto/soy-param-migration
40223
- * @param {!proto.com.lansweeper.dp.outbound.v1.SharedPermission} msg The msg instance to transform.
40224
- * @return {!Object}
40225
- * @suppress {unusedLocalVariables} f is only used for nested messages
40142
+ * Clears the field making it undefined.
40143
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40226
40144
  */
40227
- proto.com.lansweeper.dp.outbound.v1.SharedPermission.toObject = function(includeInstance, msg) {
40228
- var f, obj = {
40229
- name: jspb.Message.getFieldWithDefault(msg, 1, ""),
40230
- trustee: jspb.Message.getFieldWithDefault(msg, 2, ""),
40231
- readAccess: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
40232
- writeAccess: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
40233
- fullAccess: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
40234
- denyAccess: jspb.Message.getFieldWithDefault(msg, 6, "")
40235
- };
40236
-
40237
- if (includeInstance) {
40238
- obj.$jspbMessageInstance = msg;
40239
- }
40240
- return obj;
40145
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearTempDirectory = function() {
40146
+ return jspb.Message.setField(this, 6, undefined);
40241
40147
  };
40242
- }
40243
40148
 
40244
40149
 
40245
40150
  /**
40246
- * Deserializes binary data (in protobuf wire format).
40247
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
40248
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedPermission}
40151
+ * Returns whether this field is set.
40152
+ * @return {boolean}
40249
40153
  */
40250
- proto.com.lansweeper.dp.outbound.v1.SharedPermission.deserializeBinary = function(bytes) {
40251
- var reader = new jspb.BinaryReader(bytes);
40252
- var msg = new proto.com.lansweeper.dp.outbound.v1.SharedPermission;
40253
- return proto.com.lansweeper.dp.outbound.v1.SharedPermission.deserializeBinaryFromReader(msg, reader);
40154
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasTempDirectory = function() {
40155
+ return jspb.Message.getField(this, 6) != null;
40254
40156
  };
40255
40157
 
40256
40158
 
40257
40159
  /**
40258
- * Deserializes binary data (in protobuf wire format) from the
40259
- * given reader into the given message object.
40260
- * @param {!proto.com.lansweeper.dp.outbound.v1.SharedPermission} msg The message object to deserialize into.
40261
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
40262
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedPermission}
40263
- */
40160
+ * optional string boot_volume = 7;
40161
+ * @return {string}
40162
+ */
40163
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getBootVolume = function() {
40164
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
40165
+ };
40166
+
40167
+
40168
+ /**
40169
+ * @param {string} value
40170
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40171
+ */
40172
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setBootVolume = function(value) {
40173
+ return jspb.Message.setField(this, 7, value);
40174
+ };
40175
+
40176
+
40177
+ /**
40178
+ * Clears the field making it undefined.
40179
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40180
+ */
40181
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootVolume = function() {
40182
+ return jspb.Message.setField(this, 7, undefined);
40183
+ };
40184
+
40185
+
40186
+ /**
40187
+ * Returns whether this field is set.
40188
+ * @return {boolean}
40189
+ */
40190
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootVolume = function() {
40191
+ return jspb.Message.getField(this, 7) != null;
40192
+ };
40193
+
40194
+
40195
+ /**
40196
+ * optional string boot_mode = 8;
40197
+ * @return {string}
40198
+ */
40199
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.getBootMode = function() {
40200
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
40201
+ };
40202
+
40203
+
40204
+ /**
40205
+ * @param {string} value
40206
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40207
+ */
40208
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.setBootMode = function(value) {
40209
+ return jspb.Message.setField(this, 8, value);
40210
+ };
40211
+
40212
+
40213
+ /**
40214
+ * Clears the field making it undefined.
40215
+ * @return {!proto.com.lansweeper.dp.outbound.v1.BootConfig} returns this
40216
+ */
40217
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.clearBootMode = function() {
40218
+ return jspb.Message.setField(this, 8, undefined);
40219
+ };
40220
+
40221
+
40222
+ /**
40223
+ * Returns whether this field is set.
40224
+ * @return {boolean}
40225
+ */
40226
+ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootMode = function() {
40227
+ return jspb.Message.getField(this, 8) != null;
40228
+ };
40229
+
40230
+
40231
+
40232
+ /**
40233
+ * List of repeated fields within this message type.
40234
+ * @private {!Array<number>}
40235
+ * @const
40236
+ */
40237
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.repeatedFields_ = [5];
40238
+
40239
+
40240
+
40241
+ if (jspb.Message.GENERATE_TO_OBJECT) {
40242
+ /**
40243
+ * Creates an object representation of this proto.
40244
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
40245
+ * Optional fields that are not set will be set to undefined.
40246
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
40247
+ * For the list of reserved names please see:
40248
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
40249
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
40250
+ * JSPB instance for transitional soy proto support:
40251
+ * http://goto/soy-param-migration
40252
+ * @return {!Object}
40253
+ */
40254
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.toObject = function(opt_includeInstance) {
40255
+ return proto.com.lansweeper.dp.outbound.v1.SharedResource.toObject(opt_includeInstance, this);
40256
+ };
40257
+
40258
+
40259
+ /**
40260
+ * Static version of the {@see toObject} method.
40261
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
40262
+ * the JSPB instance for transitional soy proto support:
40263
+ * http://goto/soy-param-migration
40264
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SharedResource} msg The msg instance to transform.
40265
+ * @return {!Object}
40266
+ * @suppress {unusedLocalVariables} f is only used for nested messages
40267
+ */
40268
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.toObject = function(includeInstance, msg) {
40269
+ var f, obj = {
40270
+ caption: jspb.Message.getFieldWithDefault(msg, 1, ""),
40271
+ name: jspb.Message.getFieldWithDefault(msg, 2, ""),
40272
+ path: jspb.Message.getFieldWithDefault(msg, 3, ""),
40273
+ type: (f = msg.getType()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
40274
+ sharedPermissionList: jspb.Message.toObjectList(msg.getSharedPermissionList(),
40275
+ proto.com.lansweeper.dp.outbound.v1.SharedPermission.toObject, includeInstance)
40276
+ };
40277
+
40278
+ if (includeInstance) {
40279
+ obj.$jspbMessageInstance = msg;
40280
+ }
40281
+ return obj;
40282
+ };
40283
+ }
40284
+
40285
+
40286
+ /**
40287
+ * Deserializes binary data (in protobuf wire format).
40288
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
40289
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource}
40290
+ */
40291
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.deserializeBinary = function(bytes) {
40292
+ var reader = new jspb.BinaryReader(bytes);
40293
+ var msg = new proto.com.lansweeper.dp.outbound.v1.SharedResource;
40294
+ return proto.com.lansweeper.dp.outbound.v1.SharedResource.deserializeBinaryFromReader(msg, reader);
40295
+ };
40296
+
40297
+
40298
+ /**
40299
+ * Deserializes binary data (in protobuf wire format) from the
40300
+ * given reader into the given message object.
40301
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SharedResource} msg The message object to deserialize into.
40302
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
40303
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource}
40304
+ */
40305
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.deserializeBinaryFromReader = function(msg, reader) {
40306
+ while (reader.nextField()) {
40307
+ if (reader.isEndGroup()) {
40308
+ break;
40309
+ }
40310
+ var field = reader.getFieldNumber();
40311
+ switch (field) {
40312
+ case 1:
40313
+ var value = /** @type {string} */ (reader.readString());
40314
+ msg.setCaption(value);
40315
+ break;
40316
+ case 2:
40317
+ var value = /** @type {string} */ (reader.readString());
40318
+ msg.setName(value);
40319
+ break;
40320
+ case 3:
40321
+ var value = /** @type {string} */ (reader.readString());
40322
+ msg.setPath(value);
40323
+ break;
40324
+ case 4:
40325
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
40326
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
40327
+ msg.setType(value);
40328
+ break;
40329
+ case 5:
40330
+ var value = new proto.com.lansweeper.dp.outbound.v1.SharedPermission;
40331
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SharedPermission.deserializeBinaryFromReader);
40332
+ msg.addSharedPermission(value);
40333
+ break;
40334
+ default:
40335
+ reader.skipField();
40336
+ break;
40337
+ }
40338
+ }
40339
+ return msg;
40340
+ };
40341
+
40342
+
40343
+ /**
40344
+ * Serializes the message to binary data (in protobuf wire format).
40345
+ * @return {!Uint8Array}
40346
+ */
40347
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.serializeBinary = function() {
40348
+ var writer = new jspb.BinaryWriter();
40349
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.serializeBinaryToWriter(this, writer);
40350
+ return writer.getResultBuffer();
40351
+ };
40352
+
40353
+
40354
+ /**
40355
+ * Serializes the given message to binary data (in protobuf wire
40356
+ * format), writing to the given BinaryWriter.
40357
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SharedResource} message
40358
+ * @param {!jspb.BinaryWriter} writer
40359
+ * @suppress {unusedLocalVariables} f is only used for nested messages
40360
+ */
40361
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.serializeBinaryToWriter = function(message, writer) {
40362
+ var f = undefined;
40363
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
40364
+ if (f != null) {
40365
+ writer.writeString(
40366
+ 1,
40367
+ f
40368
+ );
40369
+ }
40370
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
40371
+ if (f != null) {
40372
+ writer.writeString(
40373
+ 2,
40374
+ f
40375
+ );
40376
+ }
40377
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
40378
+ if (f != null) {
40379
+ writer.writeString(
40380
+ 3,
40381
+ f
40382
+ );
40383
+ }
40384
+ f = message.getType();
40385
+ if (f != null) {
40386
+ writer.writeMessage(
40387
+ 4,
40388
+ f,
40389
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
40390
+ );
40391
+ }
40392
+ f = message.getSharedPermissionList();
40393
+ if (f.length > 0) {
40394
+ writer.writeRepeatedMessage(
40395
+ 5,
40396
+ f,
40397
+ proto.com.lansweeper.dp.outbound.v1.SharedPermission.serializeBinaryToWriter
40398
+ );
40399
+ }
40400
+ };
40401
+
40402
+
40403
+ /**
40404
+ * optional string caption = 1;
40405
+ * @return {string}
40406
+ */
40407
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getCaption = function() {
40408
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
40409
+ };
40410
+
40411
+
40412
+ /**
40413
+ * @param {string} value
40414
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40415
+ */
40416
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setCaption = function(value) {
40417
+ return jspb.Message.setField(this, 1, value);
40418
+ };
40419
+
40420
+
40421
+ /**
40422
+ * Clears the field making it undefined.
40423
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40424
+ */
40425
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearCaption = function() {
40426
+ return jspb.Message.setField(this, 1, undefined);
40427
+ };
40428
+
40429
+
40430
+ /**
40431
+ * Returns whether this field is set.
40432
+ * @return {boolean}
40433
+ */
40434
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.hasCaption = function() {
40435
+ return jspb.Message.getField(this, 1) != null;
40436
+ };
40437
+
40438
+
40439
+ /**
40440
+ * optional string name = 2;
40441
+ * @return {string}
40442
+ */
40443
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getName = function() {
40444
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
40445
+ };
40446
+
40447
+
40448
+ /**
40449
+ * @param {string} value
40450
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40451
+ */
40452
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setName = function(value) {
40453
+ return jspb.Message.setField(this, 2, value);
40454
+ };
40455
+
40456
+
40457
+ /**
40458
+ * Clears the field making it undefined.
40459
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40460
+ */
40461
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearName = function() {
40462
+ return jspb.Message.setField(this, 2, undefined);
40463
+ };
40464
+
40465
+
40466
+ /**
40467
+ * Returns whether this field is set.
40468
+ * @return {boolean}
40469
+ */
40470
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.hasName = function() {
40471
+ return jspb.Message.getField(this, 2) != null;
40472
+ };
40473
+
40474
+
40475
+ /**
40476
+ * optional string path = 3;
40477
+ * @return {string}
40478
+ */
40479
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getPath = function() {
40480
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
40481
+ };
40482
+
40483
+
40484
+ /**
40485
+ * @param {string} value
40486
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40487
+ */
40488
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setPath = function(value) {
40489
+ return jspb.Message.setField(this, 3, value);
40490
+ };
40491
+
40492
+
40493
+ /**
40494
+ * Clears the field making it undefined.
40495
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40496
+ */
40497
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearPath = function() {
40498
+ return jspb.Message.setField(this, 3, undefined);
40499
+ };
40500
+
40501
+
40502
+ /**
40503
+ * Returns whether this field is set.
40504
+ * @return {boolean}
40505
+ */
40506
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.hasPath = function() {
40507
+ return jspb.Message.getField(this, 3) != null;
40508
+ };
40509
+
40510
+
40511
+ /**
40512
+ * optional MappedValue type = 4;
40513
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
40514
+ */
40515
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getType = function() {
40516
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
40517
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 4));
40518
+ };
40519
+
40520
+
40521
+ /**
40522
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
40523
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40524
+ */
40525
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setType = function(value) {
40526
+ return jspb.Message.setWrapperField(this, 4, value);
40527
+ };
40528
+
40529
+
40530
+ /**
40531
+ * Clears the message field making it undefined.
40532
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40533
+ */
40534
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearType = function() {
40535
+ return this.setType(undefined);
40536
+ };
40537
+
40538
+
40539
+ /**
40540
+ * Returns whether this field is set.
40541
+ * @return {boolean}
40542
+ */
40543
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.hasType = function() {
40544
+ return jspb.Message.getField(this, 4) != null;
40545
+ };
40546
+
40547
+
40548
+ /**
40549
+ * repeated SharedPermission shared_permission = 5;
40550
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>}
40551
+ */
40552
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getSharedPermissionList = function() {
40553
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>} */ (
40554
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SharedPermission, 5));
40555
+ };
40556
+
40557
+
40558
+ /**
40559
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>} value
40560
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40561
+ */
40562
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setSharedPermissionList = function(value) {
40563
+ return jspb.Message.setRepeatedWrapperField(this, 5, value);
40564
+ };
40565
+
40566
+
40567
+ /**
40568
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SharedPermission=} opt_value
40569
+ * @param {number=} opt_index
40570
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedPermission}
40571
+ */
40572
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.addSharedPermission = function(opt_value, opt_index) {
40573
+ return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.com.lansweeper.dp.outbound.v1.SharedPermission, opt_index);
40574
+ };
40575
+
40576
+
40577
+ /**
40578
+ * Clears the list making it empty but non-null.
40579
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
40580
+ */
40581
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearSharedPermissionList = function() {
40582
+ return this.setSharedPermissionList([]);
40583
+ };
40584
+
40585
+
40586
+
40587
+
40588
+
40589
+ if (jspb.Message.GENERATE_TO_OBJECT) {
40590
+ /**
40591
+ * Creates an object representation of this proto.
40592
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
40593
+ * Optional fields that are not set will be set to undefined.
40594
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
40595
+ * For the list of reserved names please see:
40596
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
40597
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
40598
+ * JSPB instance for transitional soy proto support:
40599
+ * http://goto/soy-param-migration
40600
+ * @return {!Object}
40601
+ */
40602
+ proto.com.lansweeper.dp.outbound.v1.SharedPermission.prototype.toObject = function(opt_includeInstance) {
40603
+ return proto.com.lansweeper.dp.outbound.v1.SharedPermission.toObject(opt_includeInstance, this);
40604
+ };
40605
+
40606
+
40607
+ /**
40608
+ * Static version of the {@see toObject} method.
40609
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
40610
+ * the JSPB instance for transitional soy proto support:
40611
+ * http://goto/soy-param-migration
40612
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SharedPermission} msg The msg instance to transform.
40613
+ * @return {!Object}
40614
+ * @suppress {unusedLocalVariables} f is only used for nested messages
40615
+ */
40616
+ proto.com.lansweeper.dp.outbound.v1.SharedPermission.toObject = function(includeInstance, msg) {
40617
+ var f, obj = {
40618
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
40619
+ trustee: jspb.Message.getFieldWithDefault(msg, 2, ""),
40620
+ readAccess: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
40621
+ writeAccess: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
40622
+ fullAccess: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
40623
+ denyAccess: jspb.Message.getFieldWithDefault(msg, 6, "")
40624
+ };
40625
+
40626
+ if (includeInstance) {
40627
+ obj.$jspbMessageInstance = msg;
40628
+ }
40629
+ return obj;
40630
+ };
40631
+ }
40632
+
40633
+
40634
+ /**
40635
+ * Deserializes binary data (in protobuf wire format).
40636
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
40637
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedPermission}
40638
+ */
40639
+ proto.com.lansweeper.dp.outbound.v1.SharedPermission.deserializeBinary = function(bytes) {
40640
+ var reader = new jspb.BinaryReader(bytes);
40641
+ var msg = new proto.com.lansweeper.dp.outbound.v1.SharedPermission;
40642
+ return proto.com.lansweeper.dp.outbound.v1.SharedPermission.deserializeBinaryFromReader(msg, reader);
40643
+ };
40644
+
40645
+
40646
+ /**
40647
+ * Deserializes binary data (in protobuf wire format) from the
40648
+ * given reader into the given message object.
40649
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SharedPermission} msg The message object to deserialize into.
40650
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
40651
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedPermission}
40652
+ */
40264
40653
  proto.com.lansweeper.dp.outbound.v1.SharedPermission.deserializeBinaryFromReader = function(msg, reader) {
40265
40654
  while (reader.nextField()) {
40266
40655
  if (reader.isEndGroup()) {
@@ -69784,6 +70173,1489 @@ proto.com.lansweeper.dp.outbound.v1.WindowsCertificateLocation.prototype.setFold
69784
70173
 
69785
70174
 
69786
70175
 
70176
+
70177
+
70178
+ if (jspb.Message.GENERATE_TO_OBJECT) {
70179
+ /**
70180
+ * Creates an object representation of this proto.
70181
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
70182
+ * Optional fields that are not set will be set to undefined.
70183
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
70184
+ * For the list of reserved names please see:
70185
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
70186
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
70187
+ * JSPB instance for transitional soy proto support:
70188
+ * http://goto/soy-param-migration
70189
+ * @return {!Object}
70190
+ */
70191
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.toObject = function(opt_includeInstance) {
70192
+ return proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.toObject(opt_includeInstance, this);
70193
+ };
70194
+
70195
+
70196
+ /**
70197
+ * Static version of the {@see toObject} method.
70198
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
70199
+ * the JSPB instance for transitional soy proto support:
70200
+ * http://goto/soy-param-migration
70201
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings} msg The msg instance to transform.
70202
+ * @return {!Object}
70203
+ * @suppress {unusedLocalVariables} f is only used for nested messages
70204
+ */
70205
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.toObject = function(includeInstance, msg) {
70206
+ var f, obj = {
70207
+ userSettings: (f = msg.getUserSettings()) && proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.toObject(includeInstance, f),
70208
+ systemSettings: (f = msg.getSystemSettings()) && proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.toObject(includeInstance, f),
70209
+ recoveryOsSettings: (f = msg.getRecoveryOsSettings()) && proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.toObject(includeInstance, f)
70210
+ };
70211
+
70212
+ if (includeInstance) {
70213
+ obj.$jspbMessageInstance = msg;
70214
+ }
70215
+ return obj;
70216
+ };
70217
+ }
70218
+
70219
+
70220
+ /**
70221
+ * Deserializes binary data (in protobuf wire format).
70222
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
70223
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings}
70224
+ */
70225
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.deserializeBinary = function(bytes) {
70226
+ var reader = new jspb.BinaryReader(bytes);
70227
+ var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings;
70228
+ return proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.deserializeBinaryFromReader(msg, reader);
70229
+ };
70230
+
70231
+
70232
+ /**
70233
+ * Deserializes binary data (in protobuf wire format) from the
70234
+ * given reader into the given message object.
70235
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings} msg The message object to deserialize into.
70236
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
70237
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings}
70238
+ */
70239
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.deserializeBinaryFromReader = function(msg, reader) {
70240
+ while (reader.nextField()) {
70241
+ if (reader.isEndGroup()) {
70242
+ break;
70243
+ }
70244
+ var field = reader.getFieldNumber();
70245
+ switch (field) {
70246
+ case 1:
70247
+ var value = new proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings;
70248
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.deserializeBinaryFromReader);
70249
+ msg.setUserSettings(value);
70250
+ break;
70251
+ case 2:
70252
+ var value = new proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings;
70253
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.deserializeBinaryFromReader);
70254
+ msg.setSystemSettings(value);
70255
+ break;
70256
+ case 3:
70257
+ var value = new proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings;
70258
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.deserializeBinaryFromReader);
70259
+ msg.setRecoveryOsSettings(value);
70260
+ break;
70261
+ default:
70262
+ reader.skipField();
70263
+ break;
70264
+ }
70265
+ }
70266
+ return msg;
70267
+ };
70268
+
70269
+
70270
+ /**
70271
+ * Serializes the message to binary data (in protobuf wire format).
70272
+ * @return {!Uint8Array}
70273
+ */
70274
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.serializeBinary = function() {
70275
+ var writer = new jspb.BinaryWriter();
70276
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.serializeBinaryToWriter(this, writer);
70277
+ return writer.getResultBuffer();
70278
+ };
70279
+
70280
+
70281
+ /**
70282
+ * Serializes the given message to binary data (in protobuf wire
70283
+ * format), writing to the given BinaryWriter.
70284
+ * @param {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings} message
70285
+ * @param {!jspb.BinaryWriter} writer
70286
+ * @suppress {unusedLocalVariables} f is only used for nested messages
70287
+ */
70288
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.serializeBinaryToWriter = function(message, writer) {
70289
+ var f = undefined;
70290
+ f = message.getUserSettings();
70291
+ if (f != null) {
70292
+ writer.writeMessage(
70293
+ 1,
70294
+ f,
70295
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.serializeBinaryToWriter
70296
+ );
70297
+ }
70298
+ f = message.getSystemSettings();
70299
+ if (f != null) {
70300
+ writer.writeMessage(
70301
+ 2,
70302
+ f,
70303
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.serializeBinaryToWriter
70304
+ );
70305
+ }
70306
+ f = message.getRecoveryOsSettings();
70307
+ if (f != null) {
70308
+ writer.writeMessage(
70309
+ 3,
70310
+ f,
70311
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.serializeBinaryToWriter
70312
+ );
70313
+ }
70314
+ };
70315
+
70316
+
70317
+ /**
70318
+ * optional MacRegionalUserSettings user_settings = 1;
70319
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings}
70320
+ */
70321
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.getUserSettings = function() {
70322
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} */ (
70323
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings, 1));
70324
+ };
70325
+
70326
+
70327
+ /**
70328
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings|undefined} value
70329
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings} returns this
70330
+ */
70331
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.setUserSettings = function(value) {
70332
+ return jspb.Message.setWrapperField(this, 1, value);
70333
+ };
70334
+
70335
+
70336
+ /**
70337
+ * Clears the message field making it undefined.
70338
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings} returns this
70339
+ */
70340
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.clearUserSettings = function() {
70341
+ return this.setUserSettings(undefined);
70342
+ };
70343
+
70344
+
70345
+ /**
70346
+ * Returns whether this field is set.
70347
+ * @return {boolean}
70348
+ */
70349
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.hasUserSettings = function() {
70350
+ return jspb.Message.getField(this, 1) != null;
70351
+ };
70352
+
70353
+
70354
+ /**
70355
+ * optional MacRegionalSystemSettings system_settings = 2;
70356
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings}
70357
+ */
70358
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.getSystemSettings = function() {
70359
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} */ (
70360
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings, 2));
70361
+ };
70362
+
70363
+
70364
+ /**
70365
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings|undefined} value
70366
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings} returns this
70367
+ */
70368
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.setSystemSettings = function(value) {
70369
+ return jspb.Message.setWrapperField(this, 2, value);
70370
+ };
70371
+
70372
+
70373
+ /**
70374
+ * Clears the message field making it undefined.
70375
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings} returns this
70376
+ */
70377
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.clearSystemSettings = function() {
70378
+ return this.setSystemSettings(undefined);
70379
+ };
70380
+
70381
+
70382
+ /**
70383
+ * Returns whether this field is set.
70384
+ * @return {boolean}
70385
+ */
70386
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.hasSystemSettings = function() {
70387
+ return jspb.Message.getField(this, 2) != null;
70388
+ };
70389
+
70390
+
70391
+ /**
70392
+ * optional MacRegionalRecoveryOsSettings recovery_os_settings = 3;
70393
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings}
70394
+ */
70395
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.getRecoveryOsSettings = function() {
70396
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings} */ (
70397
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings, 3));
70398
+ };
70399
+
70400
+
70401
+ /**
70402
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings|undefined} value
70403
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings} returns this
70404
+ */
70405
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.setRecoveryOsSettings = function(value) {
70406
+ return jspb.Message.setWrapperField(this, 3, value);
70407
+ };
70408
+
70409
+
70410
+ /**
70411
+ * Clears the message field making it undefined.
70412
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings} returns this
70413
+ */
70414
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.clearRecoveryOsSettings = function() {
70415
+ return this.setRecoveryOsSettings(undefined);
70416
+ };
70417
+
70418
+
70419
+ /**
70420
+ * Returns whether this field is set.
70421
+ * @return {boolean}
70422
+ */
70423
+ proto.com.lansweeper.dp.outbound.v1.ComputerMacRegionalSettings.prototype.hasRecoveryOsSettings = function() {
70424
+ return jspb.Message.getField(this, 3) != null;
70425
+ };
70426
+
70427
+
70428
+
70429
+ /**
70430
+ * List of repeated fields within this message type.
70431
+ * @private {!Array<number>}
70432
+ * @const
70433
+ */
70434
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.repeatedFields_ = [1,9];
70435
+
70436
+
70437
+
70438
+ if (jspb.Message.GENERATE_TO_OBJECT) {
70439
+ /**
70440
+ * Creates an object representation of this proto.
70441
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
70442
+ * Optional fields that are not set will be set to undefined.
70443
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
70444
+ * For the list of reserved names please see:
70445
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
70446
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
70447
+ * JSPB instance for transitional soy proto support:
70448
+ * http://goto/soy-param-migration
70449
+ * @return {!Object}
70450
+ */
70451
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.toObject = function(opt_includeInstance) {
70452
+ return proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.toObject(opt_includeInstance, this);
70453
+ };
70454
+
70455
+
70456
+ /**
70457
+ * Static version of the {@see toObject} method.
70458
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
70459
+ * the JSPB instance for transitional soy proto support:
70460
+ * http://goto/soy-param-migration
70461
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} msg The msg instance to transform.
70462
+ * @return {!Object}
70463
+ * @suppress {unusedLocalVariables} f is only used for nested messages
70464
+ */
70465
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.toObject = function(includeInstance, msg) {
70466
+ var f, obj = {
70467
+ linguisticDataAssetsRequestedList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
70468
+ userAssistantLanguage: jspb.Message.getFieldWithDefault(msg, 2, ""),
70469
+ userAssistantVoiceLanguage: jspb.Message.getFieldWithDefault(msg, 3, ""),
70470
+ userCalendar: jspb.Message.getFieldWithDefault(msg, 4, ""),
70471
+ userCountryCode: jspb.Message.getFieldWithDefault(msg, 5, ""),
70472
+ userCurrentInputSource: jspb.Message.getFieldWithDefault(msg, 6, ""),
70473
+ userLanguageCode: jspb.Message.getFieldWithDefault(msg, 7, ""),
70474
+ userLocale: jspb.Message.getFieldWithDefault(msg, 8, ""),
70475
+ userPreferredInterfaceLanguagesList: (f = jspb.Message.getRepeatedField(msg, 9)) == null ? undefined : f,
70476
+ userTemperatureUnit: jspb.Message.getFieldWithDefault(msg, 10, ""),
70477
+ userUsesMetricSystem: jspb.Message.getFieldWithDefault(msg, 11, "")
70478
+ };
70479
+
70480
+ if (includeInstance) {
70481
+ obj.$jspbMessageInstance = msg;
70482
+ }
70483
+ return obj;
70484
+ };
70485
+ }
70486
+
70487
+
70488
+ /**
70489
+ * Deserializes binary data (in protobuf wire format).
70490
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
70491
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings}
70492
+ */
70493
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.deserializeBinary = function(bytes) {
70494
+ var reader = new jspb.BinaryReader(bytes);
70495
+ var msg = new proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings;
70496
+ return proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.deserializeBinaryFromReader(msg, reader);
70497
+ };
70498
+
70499
+
70500
+ /**
70501
+ * Deserializes binary data (in protobuf wire format) from the
70502
+ * given reader into the given message object.
70503
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} msg The message object to deserialize into.
70504
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
70505
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings}
70506
+ */
70507
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.deserializeBinaryFromReader = function(msg, reader) {
70508
+ while (reader.nextField()) {
70509
+ if (reader.isEndGroup()) {
70510
+ break;
70511
+ }
70512
+ var field = reader.getFieldNumber();
70513
+ switch (field) {
70514
+ case 1:
70515
+ var value = /** @type {string} */ (reader.readString());
70516
+ msg.addLinguisticDataAssetsRequested(value);
70517
+ break;
70518
+ case 2:
70519
+ var value = /** @type {string} */ (reader.readString());
70520
+ msg.setUserAssistantLanguage(value);
70521
+ break;
70522
+ case 3:
70523
+ var value = /** @type {string} */ (reader.readString());
70524
+ msg.setUserAssistantVoiceLanguage(value);
70525
+ break;
70526
+ case 4:
70527
+ var value = /** @type {string} */ (reader.readString());
70528
+ msg.setUserCalendar(value);
70529
+ break;
70530
+ case 5:
70531
+ var value = /** @type {string} */ (reader.readString());
70532
+ msg.setUserCountryCode(value);
70533
+ break;
70534
+ case 6:
70535
+ var value = /** @type {string} */ (reader.readString());
70536
+ msg.setUserCurrentInputSource(value);
70537
+ break;
70538
+ case 7:
70539
+ var value = /** @type {string} */ (reader.readString());
70540
+ msg.setUserLanguageCode(value);
70541
+ break;
70542
+ case 8:
70543
+ var value = /** @type {string} */ (reader.readString());
70544
+ msg.setUserLocale(value);
70545
+ break;
70546
+ case 9:
70547
+ var value = /** @type {string} */ (reader.readString());
70548
+ msg.addUserPreferredInterfaceLanguages(value);
70549
+ break;
70550
+ case 10:
70551
+ var value = /** @type {string} */ (reader.readString());
70552
+ msg.setUserTemperatureUnit(value);
70553
+ break;
70554
+ case 11:
70555
+ var value = /** @type {string} */ (reader.readString());
70556
+ msg.setUserUsesMetricSystem(value);
70557
+ break;
70558
+ default:
70559
+ reader.skipField();
70560
+ break;
70561
+ }
70562
+ }
70563
+ return msg;
70564
+ };
70565
+
70566
+
70567
+ /**
70568
+ * Serializes the message to binary data (in protobuf wire format).
70569
+ * @return {!Uint8Array}
70570
+ */
70571
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.serializeBinary = function() {
70572
+ var writer = new jspb.BinaryWriter();
70573
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.serializeBinaryToWriter(this, writer);
70574
+ return writer.getResultBuffer();
70575
+ };
70576
+
70577
+
70578
+ /**
70579
+ * Serializes the given message to binary data (in protobuf wire
70580
+ * format), writing to the given BinaryWriter.
70581
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} message
70582
+ * @param {!jspb.BinaryWriter} writer
70583
+ * @suppress {unusedLocalVariables} f is only used for nested messages
70584
+ */
70585
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.serializeBinaryToWriter = function(message, writer) {
70586
+ var f = undefined;
70587
+ f = message.getLinguisticDataAssetsRequestedList();
70588
+ if (f.length > 0) {
70589
+ writer.writeRepeatedString(
70590
+ 1,
70591
+ f
70592
+ );
70593
+ }
70594
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
70595
+ if (f != null) {
70596
+ writer.writeString(
70597
+ 2,
70598
+ f
70599
+ );
70600
+ }
70601
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
70602
+ if (f != null) {
70603
+ writer.writeString(
70604
+ 3,
70605
+ f
70606
+ );
70607
+ }
70608
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
70609
+ if (f != null) {
70610
+ writer.writeString(
70611
+ 4,
70612
+ f
70613
+ );
70614
+ }
70615
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
70616
+ if (f != null) {
70617
+ writer.writeString(
70618
+ 5,
70619
+ f
70620
+ );
70621
+ }
70622
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
70623
+ if (f != null) {
70624
+ writer.writeString(
70625
+ 6,
70626
+ f
70627
+ );
70628
+ }
70629
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
70630
+ if (f != null) {
70631
+ writer.writeString(
70632
+ 7,
70633
+ f
70634
+ );
70635
+ }
70636
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
70637
+ if (f != null) {
70638
+ writer.writeString(
70639
+ 8,
70640
+ f
70641
+ );
70642
+ }
70643
+ f = message.getUserPreferredInterfaceLanguagesList();
70644
+ if (f.length > 0) {
70645
+ writer.writeRepeatedString(
70646
+ 9,
70647
+ f
70648
+ );
70649
+ }
70650
+ f = /** @type {string} */ (jspb.Message.getField(message, 10));
70651
+ if (f != null) {
70652
+ writer.writeString(
70653
+ 10,
70654
+ f
70655
+ );
70656
+ }
70657
+ f = /** @type {string} */ (jspb.Message.getField(message, 11));
70658
+ if (f != null) {
70659
+ writer.writeString(
70660
+ 11,
70661
+ f
70662
+ );
70663
+ }
70664
+ };
70665
+
70666
+
70667
+ /**
70668
+ * repeated string linguistic_data_assets_requested = 1;
70669
+ * @return {!Array<string>}
70670
+ */
70671
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getLinguisticDataAssetsRequestedList = function() {
70672
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
70673
+ };
70674
+
70675
+
70676
+ /**
70677
+ * @param {!Array<string>} value
70678
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70679
+ */
70680
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setLinguisticDataAssetsRequestedList = function(value) {
70681
+ return jspb.Message.setField(this, 1, value || []);
70682
+ };
70683
+
70684
+
70685
+ /**
70686
+ * @param {string} value
70687
+ * @param {number=} opt_index
70688
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70689
+ */
70690
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.addLinguisticDataAssetsRequested = function(value, opt_index) {
70691
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
70692
+ };
70693
+
70694
+
70695
+ /**
70696
+ * Clears the list making it empty but non-null.
70697
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70698
+ */
70699
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearLinguisticDataAssetsRequestedList = function() {
70700
+ return this.setLinguisticDataAssetsRequestedList([]);
70701
+ };
70702
+
70703
+
70704
+ /**
70705
+ * optional string user_assistant_language = 2;
70706
+ * @return {string}
70707
+ */
70708
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getUserAssistantLanguage = function() {
70709
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
70710
+ };
70711
+
70712
+
70713
+ /**
70714
+ * @param {string} value
70715
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70716
+ */
70717
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setUserAssistantLanguage = function(value) {
70718
+ return jspb.Message.setField(this, 2, value);
70719
+ };
70720
+
70721
+
70722
+ /**
70723
+ * Clears the field making it undefined.
70724
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70725
+ */
70726
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearUserAssistantLanguage = function() {
70727
+ return jspb.Message.setField(this, 2, undefined);
70728
+ };
70729
+
70730
+
70731
+ /**
70732
+ * Returns whether this field is set.
70733
+ * @return {boolean}
70734
+ */
70735
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.hasUserAssistantLanguage = function() {
70736
+ return jspb.Message.getField(this, 2) != null;
70737
+ };
70738
+
70739
+
70740
+ /**
70741
+ * optional string user_assistant_voice_language = 3;
70742
+ * @return {string}
70743
+ */
70744
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getUserAssistantVoiceLanguage = function() {
70745
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
70746
+ };
70747
+
70748
+
70749
+ /**
70750
+ * @param {string} value
70751
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70752
+ */
70753
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setUserAssistantVoiceLanguage = function(value) {
70754
+ return jspb.Message.setField(this, 3, value);
70755
+ };
70756
+
70757
+
70758
+ /**
70759
+ * Clears the field making it undefined.
70760
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70761
+ */
70762
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearUserAssistantVoiceLanguage = function() {
70763
+ return jspb.Message.setField(this, 3, undefined);
70764
+ };
70765
+
70766
+
70767
+ /**
70768
+ * Returns whether this field is set.
70769
+ * @return {boolean}
70770
+ */
70771
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.hasUserAssistantVoiceLanguage = function() {
70772
+ return jspb.Message.getField(this, 3) != null;
70773
+ };
70774
+
70775
+
70776
+ /**
70777
+ * optional string user_calendar = 4;
70778
+ * @return {string}
70779
+ */
70780
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getUserCalendar = function() {
70781
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
70782
+ };
70783
+
70784
+
70785
+ /**
70786
+ * @param {string} value
70787
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70788
+ */
70789
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setUserCalendar = function(value) {
70790
+ return jspb.Message.setField(this, 4, value);
70791
+ };
70792
+
70793
+
70794
+ /**
70795
+ * Clears the field making it undefined.
70796
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70797
+ */
70798
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearUserCalendar = function() {
70799
+ return jspb.Message.setField(this, 4, undefined);
70800
+ };
70801
+
70802
+
70803
+ /**
70804
+ * Returns whether this field is set.
70805
+ * @return {boolean}
70806
+ */
70807
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.hasUserCalendar = function() {
70808
+ return jspb.Message.getField(this, 4) != null;
70809
+ };
70810
+
70811
+
70812
+ /**
70813
+ * optional string user_country_code = 5;
70814
+ * @return {string}
70815
+ */
70816
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getUserCountryCode = function() {
70817
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
70818
+ };
70819
+
70820
+
70821
+ /**
70822
+ * @param {string} value
70823
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70824
+ */
70825
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setUserCountryCode = function(value) {
70826
+ return jspb.Message.setField(this, 5, value);
70827
+ };
70828
+
70829
+
70830
+ /**
70831
+ * Clears the field making it undefined.
70832
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70833
+ */
70834
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearUserCountryCode = function() {
70835
+ return jspb.Message.setField(this, 5, undefined);
70836
+ };
70837
+
70838
+
70839
+ /**
70840
+ * Returns whether this field is set.
70841
+ * @return {boolean}
70842
+ */
70843
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.hasUserCountryCode = function() {
70844
+ return jspb.Message.getField(this, 5) != null;
70845
+ };
70846
+
70847
+
70848
+ /**
70849
+ * optional string user_current_input_source = 6;
70850
+ * @return {string}
70851
+ */
70852
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getUserCurrentInputSource = function() {
70853
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
70854
+ };
70855
+
70856
+
70857
+ /**
70858
+ * @param {string} value
70859
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70860
+ */
70861
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setUserCurrentInputSource = function(value) {
70862
+ return jspb.Message.setField(this, 6, value);
70863
+ };
70864
+
70865
+
70866
+ /**
70867
+ * Clears the field making it undefined.
70868
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70869
+ */
70870
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearUserCurrentInputSource = function() {
70871
+ return jspb.Message.setField(this, 6, undefined);
70872
+ };
70873
+
70874
+
70875
+ /**
70876
+ * Returns whether this field is set.
70877
+ * @return {boolean}
70878
+ */
70879
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.hasUserCurrentInputSource = function() {
70880
+ return jspb.Message.getField(this, 6) != null;
70881
+ };
70882
+
70883
+
70884
+ /**
70885
+ * optional string user_language_code = 7;
70886
+ * @return {string}
70887
+ */
70888
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getUserLanguageCode = function() {
70889
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
70890
+ };
70891
+
70892
+
70893
+ /**
70894
+ * @param {string} value
70895
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70896
+ */
70897
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setUserLanguageCode = function(value) {
70898
+ return jspb.Message.setField(this, 7, value);
70899
+ };
70900
+
70901
+
70902
+ /**
70903
+ * Clears the field making it undefined.
70904
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70905
+ */
70906
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearUserLanguageCode = function() {
70907
+ return jspb.Message.setField(this, 7, undefined);
70908
+ };
70909
+
70910
+
70911
+ /**
70912
+ * Returns whether this field is set.
70913
+ * @return {boolean}
70914
+ */
70915
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.hasUserLanguageCode = function() {
70916
+ return jspb.Message.getField(this, 7) != null;
70917
+ };
70918
+
70919
+
70920
+ /**
70921
+ * optional string user_locale = 8;
70922
+ * @return {string}
70923
+ */
70924
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getUserLocale = function() {
70925
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
70926
+ };
70927
+
70928
+
70929
+ /**
70930
+ * @param {string} value
70931
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70932
+ */
70933
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setUserLocale = function(value) {
70934
+ return jspb.Message.setField(this, 8, value);
70935
+ };
70936
+
70937
+
70938
+ /**
70939
+ * Clears the field making it undefined.
70940
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70941
+ */
70942
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearUserLocale = function() {
70943
+ return jspb.Message.setField(this, 8, undefined);
70944
+ };
70945
+
70946
+
70947
+ /**
70948
+ * Returns whether this field is set.
70949
+ * @return {boolean}
70950
+ */
70951
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.hasUserLocale = function() {
70952
+ return jspb.Message.getField(this, 8) != null;
70953
+ };
70954
+
70955
+
70956
+ /**
70957
+ * repeated string user_preferred_interface_languages = 9;
70958
+ * @return {!Array<string>}
70959
+ */
70960
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getUserPreferredInterfaceLanguagesList = function() {
70961
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 9));
70962
+ };
70963
+
70964
+
70965
+ /**
70966
+ * @param {!Array<string>} value
70967
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70968
+ */
70969
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setUserPreferredInterfaceLanguagesList = function(value) {
70970
+ return jspb.Message.setField(this, 9, value || []);
70971
+ };
70972
+
70973
+
70974
+ /**
70975
+ * @param {string} value
70976
+ * @param {number=} opt_index
70977
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70978
+ */
70979
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.addUserPreferredInterfaceLanguages = function(value, opt_index) {
70980
+ return jspb.Message.addToRepeatedField(this, 9, value, opt_index);
70981
+ };
70982
+
70983
+
70984
+ /**
70985
+ * Clears the list making it empty but non-null.
70986
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
70987
+ */
70988
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearUserPreferredInterfaceLanguagesList = function() {
70989
+ return this.setUserPreferredInterfaceLanguagesList([]);
70990
+ };
70991
+
70992
+
70993
+ /**
70994
+ * optional string user_temperature_unit = 10;
70995
+ * @return {string}
70996
+ */
70997
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getUserTemperatureUnit = function() {
70998
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
70999
+ };
71000
+
71001
+
71002
+ /**
71003
+ * @param {string} value
71004
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
71005
+ */
71006
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setUserTemperatureUnit = function(value) {
71007
+ return jspb.Message.setField(this, 10, value);
71008
+ };
71009
+
71010
+
71011
+ /**
71012
+ * Clears the field making it undefined.
71013
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
71014
+ */
71015
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearUserTemperatureUnit = function() {
71016
+ return jspb.Message.setField(this, 10, undefined);
71017
+ };
71018
+
71019
+
71020
+ /**
71021
+ * Returns whether this field is set.
71022
+ * @return {boolean}
71023
+ */
71024
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.hasUserTemperatureUnit = function() {
71025
+ return jspb.Message.getField(this, 10) != null;
71026
+ };
71027
+
71028
+
71029
+ /**
71030
+ * optional string user_uses_metric_system = 11;
71031
+ * @return {string}
71032
+ */
71033
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.getUserUsesMetricSystem = function() {
71034
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
71035
+ };
71036
+
71037
+
71038
+ /**
71039
+ * @param {string} value
71040
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
71041
+ */
71042
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.setUserUsesMetricSystem = function(value) {
71043
+ return jspb.Message.setField(this, 11, value);
71044
+ };
71045
+
71046
+
71047
+ /**
71048
+ * Clears the field making it undefined.
71049
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings} returns this
71050
+ */
71051
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.clearUserUsesMetricSystem = function() {
71052
+ return jspb.Message.setField(this, 11, undefined);
71053
+ };
71054
+
71055
+
71056
+ /**
71057
+ * Returns whether this field is set.
71058
+ * @return {boolean}
71059
+ */
71060
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalUserSettings.prototype.hasUserUsesMetricSystem = function() {
71061
+ return jspb.Message.getField(this, 11) != null;
71062
+ };
71063
+
71064
+
71065
+
71066
+ /**
71067
+ * List of repeated fields within this message type.
71068
+ * @private {!Array<number>}
71069
+ * @const
71070
+ */
71071
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.repeatedFields_ = [2,3];
71072
+
71073
+
71074
+
71075
+ if (jspb.Message.GENERATE_TO_OBJECT) {
71076
+ /**
71077
+ * Creates an object representation of this proto.
71078
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
71079
+ * Optional fields that are not set will be set to undefined.
71080
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
71081
+ * For the list of reserved names please see:
71082
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
71083
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
71084
+ * JSPB instance for transitional soy proto support:
71085
+ * http://goto/soy-param-migration
71086
+ * @return {!Object}
71087
+ */
71088
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.toObject = function(opt_includeInstance) {
71089
+ return proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.toObject(opt_includeInstance, this);
71090
+ };
71091
+
71092
+
71093
+ /**
71094
+ * Static version of the {@see toObject} method.
71095
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
71096
+ * the JSPB instance for transitional soy proto support:
71097
+ * http://goto/soy-param-migration
71098
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} msg The msg instance to transform.
71099
+ * @return {!Object}
71100
+ * @suppress {unusedLocalVariables} f is only used for nested messages
71101
+ */
71102
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.toObject = function(includeInstance, msg) {
71103
+ var f, obj = {
71104
+ systemCountry: jspb.Message.getFieldWithDefault(msg, 1, ""),
71105
+ systemInterfaceLanguagesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
71106
+ systemLanguagesList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f,
71107
+ systemLocale: jspb.Message.getFieldWithDefault(msg, 4, ""),
71108
+ systemTextDirection: jspb.Message.getFieldWithDefault(msg, 5, ""),
71109
+ systemUsesMetricSystem: jspb.Message.getFieldWithDefault(msg, 6, "")
71110
+ };
71111
+
71112
+ if (includeInstance) {
71113
+ obj.$jspbMessageInstance = msg;
71114
+ }
71115
+ return obj;
71116
+ };
71117
+ }
71118
+
71119
+
71120
+ /**
71121
+ * Deserializes binary data (in protobuf wire format).
71122
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
71123
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings}
71124
+ */
71125
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.deserializeBinary = function(bytes) {
71126
+ var reader = new jspb.BinaryReader(bytes);
71127
+ var msg = new proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings;
71128
+ return proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.deserializeBinaryFromReader(msg, reader);
71129
+ };
71130
+
71131
+
71132
+ /**
71133
+ * Deserializes binary data (in protobuf wire format) from the
71134
+ * given reader into the given message object.
71135
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} msg The message object to deserialize into.
71136
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
71137
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings}
71138
+ */
71139
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.deserializeBinaryFromReader = function(msg, reader) {
71140
+ while (reader.nextField()) {
71141
+ if (reader.isEndGroup()) {
71142
+ break;
71143
+ }
71144
+ var field = reader.getFieldNumber();
71145
+ switch (field) {
71146
+ case 1:
71147
+ var value = /** @type {string} */ (reader.readString());
71148
+ msg.setSystemCountry(value);
71149
+ break;
71150
+ case 2:
71151
+ var value = /** @type {string} */ (reader.readString());
71152
+ msg.addSystemInterfaceLanguages(value);
71153
+ break;
71154
+ case 3:
71155
+ var value = /** @type {string} */ (reader.readString());
71156
+ msg.addSystemLanguages(value);
71157
+ break;
71158
+ case 4:
71159
+ var value = /** @type {string} */ (reader.readString());
71160
+ msg.setSystemLocale(value);
71161
+ break;
71162
+ case 5:
71163
+ var value = /** @type {string} */ (reader.readString());
71164
+ msg.setSystemTextDirection(value);
71165
+ break;
71166
+ case 6:
71167
+ var value = /** @type {string} */ (reader.readString());
71168
+ msg.setSystemUsesMetricSystem(value);
71169
+ break;
71170
+ default:
71171
+ reader.skipField();
71172
+ break;
71173
+ }
71174
+ }
71175
+ return msg;
71176
+ };
71177
+
71178
+
71179
+ /**
71180
+ * Serializes the message to binary data (in protobuf wire format).
71181
+ * @return {!Uint8Array}
71182
+ */
71183
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.serializeBinary = function() {
71184
+ var writer = new jspb.BinaryWriter();
71185
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.serializeBinaryToWriter(this, writer);
71186
+ return writer.getResultBuffer();
71187
+ };
71188
+
71189
+
71190
+ /**
71191
+ * Serializes the given message to binary data (in protobuf wire
71192
+ * format), writing to the given BinaryWriter.
71193
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} message
71194
+ * @param {!jspb.BinaryWriter} writer
71195
+ * @suppress {unusedLocalVariables} f is only used for nested messages
71196
+ */
71197
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.serializeBinaryToWriter = function(message, writer) {
71198
+ var f = undefined;
71199
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
71200
+ if (f != null) {
71201
+ writer.writeString(
71202
+ 1,
71203
+ f
71204
+ );
71205
+ }
71206
+ f = message.getSystemInterfaceLanguagesList();
71207
+ if (f.length > 0) {
71208
+ writer.writeRepeatedString(
71209
+ 2,
71210
+ f
71211
+ );
71212
+ }
71213
+ f = message.getSystemLanguagesList();
71214
+ if (f.length > 0) {
71215
+ writer.writeRepeatedString(
71216
+ 3,
71217
+ f
71218
+ );
71219
+ }
71220
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
71221
+ if (f != null) {
71222
+ writer.writeString(
71223
+ 4,
71224
+ f
71225
+ );
71226
+ }
71227
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
71228
+ if (f != null) {
71229
+ writer.writeString(
71230
+ 5,
71231
+ f
71232
+ );
71233
+ }
71234
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
71235
+ if (f != null) {
71236
+ writer.writeString(
71237
+ 6,
71238
+ f
71239
+ );
71240
+ }
71241
+ };
71242
+
71243
+
71244
+ /**
71245
+ * optional string system_country = 1;
71246
+ * @return {string}
71247
+ */
71248
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.getSystemCountry = function() {
71249
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
71250
+ };
71251
+
71252
+
71253
+ /**
71254
+ * @param {string} value
71255
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71256
+ */
71257
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.setSystemCountry = function(value) {
71258
+ return jspb.Message.setField(this, 1, value);
71259
+ };
71260
+
71261
+
71262
+ /**
71263
+ * Clears the field making it undefined.
71264
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71265
+ */
71266
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.clearSystemCountry = function() {
71267
+ return jspb.Message.setField(this, 1, undefined);
71268
+ };
71269
+
71270
+
71271
+ /**
71272
+ * Returns whether this field is set.
71273
+ * @return {boolean}
71274
+ */
71275
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.hasSystemCountry = function() {
71276
+ return jspb.Message.getField(this, 1) != null;
71277
+ };
71278
+
71279
+
71280
+ /**
71281
+ * repeated string system_interface_languages = 2;
71282
+ * @return {!Array<string>}
71283
+ */
71284
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.getSystemInterfaceLanguagesList = function() {
71285
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
71286
+ };
71287
+
71288
+
71289
+ /**
71290
+ * @param {!Array<string>} value
71291
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71292
+ */
71293
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.setSystemInterfaceLanguagesList = function(value) {
71294
+ return jspb.Message.setField(this, 2, value || []);
71295
+ };
71296
+
71297
+
71298
+ /**
71299
+ * @param {string} value
71300
+ * @param {number=} opt_index
71301
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71302
+ */
71303
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.addSystemInterfaceLanguages = function(value, opt_index) {
71304
+ return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
71305
+ };
71306
+
71307
+
71308
+ /**
71309
+ * Clears the list making it empty but non-null.
71310
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71311
+ */
71312
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.clearSystemInterfaceLanguagesList = function() {
71313
+ return this.setSystemInterfaceLanguagesList([]);
71314
+ };
71315
+
71316
+
71317
+ /**
71318
+ * repeated string system_languages = 3;
71319
+ * @return {!Array<string>}
71320
+ */
71321
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.getSystemLanguagesList = function() {
71322
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 3));
71323
+ };
71324
+
71325
+
71326
+ /**
71327
+ * @param {!Array<string>} value
71328
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71329
+ */
71330
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.setSystemLanguagesList = function(value) {
71331
+ return jspb.Message.setField(this, 3, value || []);
71332
+ };
71333
+
71334
+
71335
+ /**
71336
+ * @param {string} value
71337
+ * @param {number=} opt_index
71338
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71339
+ */
71340
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.addSystemLanguages = function(value, opt_index) {
71341
+ return jspb.Message.addToRepeatedField(this, 3, value, opt_index);
71342
+ };
71343
+
71344
+
71345
+ /**
71346
+ * Clears the list making it empty but non-null.
71347
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71348
+ */
71349
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.clearSystemLanguagesList = function() {
71350
+ return this.setSystemLanguagesList([]);
71351
+ };
71352
+
71353
+
71354
+ /**
71355
+ * optional string system_locale = 4;
71356
+ * @return {string}
71357
+ */
71358
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.getSystemLocale = function() {
71359
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
71360
+ };
71361
+
71362
+
71363
+ /**
71364
+ * @param {string} value
71365
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71366
+ */
71367
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.setSystemLocale = function(value) {
71368
+ return jspb.Message.setField(this, 4, value);
71369
+ };
71370
+
71371
+
71372
+ /**
71373
+ * Clears the field making it undefined.
71374
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71375
+ */
71376
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.clearSystemLocale = function() {
71377
+ return jspb.Message.setField(this, 4, undefined);
71378
+ };
71379
+
71380
+
71381
+ /**
71382
+ * Returns whether this field is set.
71383
+ * @return {boolean}
71384
+ */
71385
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.hasSystemLocale = function() {
71386
+ return jspb.Message.getField(this, 4) != null;
71387
+ };
71388
+
71389
+
71390
+ /**
71391
+ * optional string system_text_direction = 5;
71392
+ * @return {string}
71393
+ */
71394
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.getSystemTextDirection = function() {
71395
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
71396
+ };
71397
+
71398
+
71399
+ /**
71400
+ * @param {string} value
71401
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71402
+ */
71403
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.setSystemTextDirection = function(value) {
71404
+ return jspb.Message.setField(this, 5, value);
71405
+ };
71406
+
71407
+
71408
+ /**
71409
+ * Clears the field making it undefined.
71410
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71411
+ */
71412
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.clearSystemTextDirection = function() {
71413
+ return jspb.Message.setField(this, 5, undefined);
71414
+ };
71415
+
71416
+
71417
+ /**
71418
+ * Returns whether this field is set.
71419
+ * @return {boolean}
71420
+ */
71421
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.hasSystemTextDirection = function() {
71422
+ return jspb.Message.getField(this, 5) != null;
71423
+ };
71424
+
71425
+
71426
+ /**
71427
+ * optional string system_uses_metric_system = 6;
71428
+ * @return {string}
71429
+ */
71430
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.getSystemUsesMetricSystem = function() {
71431
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
71432
+ };
71433
+
71434
+
71435
+ /**
71436
+ * @param {string} value
71437
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71438
+ */
71439
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.setSystemUsesMetricSystem = function(value) {
71440
+ return jspb.Message.setField(this, 6, value);
71441
+ };
71442
+
71443
+
71444
+ /**
71445
+ * Clears the field making it undefined.
71446
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings} returns this
71447
+ */
71448
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.clearSystemUsesMetricSystem = function() {
71449
+ return jspb.Message.setField(this, 6, undefined);
71450
+ };
71451
+
71452
+
71453
+ /**
71454
+ * Returns whether this field is set.
71455
+ * @return {boolean}
71456
+ */
71457
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalSystemSettings.prototype.hasSystemUsesMetricSystem = function() {
71458
+ return jspb.Message.getField(this, 6) != null;
71459
+ };
71460
+
71461
+
71462
+
71463
+
71464
+
71465
+ if (jspb.Message.GENERATE_TO_OBJECT) {
71466
+ /**
71467
+ * Creates an object representation of this proto.
71468
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
71469
+ * Optional fields that are not set will be set to undefined.
71470
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
71471
+ * For the list of reserved names please see:
71472
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
71473
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
71474
+ * JSPB instance for transitional soy proto support:
71475
+ * http://goto/soy-param-migration
71476
+ * @return {!Object}
71477
+ */
71478
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.prototype.toObject = function(opt_includeInstance) {
71479
+ return proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.toObject(opt_includeInstance, this);
71480
+ };
71481
+
71482
+
71483
+ /**
71484
+ * Static version of the {@see toObject} method.
71485
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
71486
+ * the JSPB instance for transitional soy proto support:
71487
+ * http://goto/soy-param-migration
71488
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings} msg The msg instance to transform.
71489
+ * @return {!Object}
71490
+ * @suppress {unusedLocalVariables} f is only used for nested messages
71491
+ */
71492
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.toObject = function(includeInstance, msg) {
71493
+ var f, obj = {
71494
+ bootKeyboardCode: jspb.Message.getFieldWithDefault(msg, 1, ""),
71495
+ bootLocale: jspb.Message.getFieldWithDefault(msg, 2, "")
71496
+ };
71497
+
71498
+ if (includeInstance) {
71499
+ obj.$jspbMessageInstance = msg;
71500
+ }
71501
+ return obj;
71502
+ };
71503
+ }
71504
+
71505
+
71506
+ /**
71507
+ * Deserializes binary data (in protobuf wire format).
71508
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
71509
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings}
71510
+ */
71511
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.deserializeBinary = function(bytes) {
71512
+ var reader = new jspb.BinaryReader(bytes);
71513
+ var msg = new proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings;
71514
+ return proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.deserializeBinaryFromReader(msg, reader);
71515
+ };
71516
+
71517
+
71518
+ /**
71519
+ * Deserializes binary data (in protobuf wire format) from the
71520
+ * given reader into the given message object.
71521
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings} msg The message object to deserialize into.
71522
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
71523
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings}
71524
+ */
71525
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.deserializeBinaryFromReader = function(msg, reader) {
71526
+ while (reader.nextField()) {
71527
+ if (reader.isEndGroup()) {
71528
+ break;
71529
+ }
71530
+ var field = reader.getFieldNumber();
71531
+ switch (field) {
71532
+ case 1:
71533
+ var value = /** @type {string} */ (reader.readString());
71534
+ msg.setBootKeyboardCode(value);
71535
+ break;
71536
+ case 2:
71537
+ var value = /** @type {string} */ (reader.readString());
71538
+ msg.setBootLocale(value);
71539
+ break;
71540
+ default:
71541
+ reader.skipField();
71542
+ break;
71543
+ }
71544
+ }
71545
+ return msg;
71546
+ };
71547
+
71548
+
71549
+ /**
71550
+ * Serializes the message to binary data (in protobuf wire format).
71551
+ * @return {!Uint8Array}
71552
+ */
71553
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.prototype.serializeBinary = function() {
71554
+ var writer = new jspb.BinaryWriter();
71555
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.serializeBinaryToWriter(this, writer);
71556
+ return writer.getResultBuffer();
71557
+ };
71558
+
71559
+
71560
+ /**
71561
+ * Serializes the given message to binary data (in protobuf wire
71562
+ * format), writing to the given BinaryWriter.
71563
+ * @param {!proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings} message
71564
+ * @param {!jspb.BinaryWriter} writer
71565
+ * @suppress {unusedLocalVariables} f is only used for nested messages
71566
+ */
71567
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.serializeBinaryToWriter = function(message, writer) {
71568
+ var f = undefined;
71569
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
71570
+ if (f != null) {
71571
+ writer.writeString(
71572
+ 1,
71573
+ f
71574
+ );
71575
+ }
71576
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
71577
+ if (f != null) {
71578
+ writer.writeString(
71579
+ 2,
71580
+ f
71581
+ );
71582
+ }
71583
+ };
71584
+
71585
+
71586
+ /**
71587
+ * optional string boot_keyboard_code = 1;
71588
+ * @return {string}
71589
+ */
71590
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.prototype.getBootKeyboardCode = function() {
71591
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
71592
+ };
71593
+
71594
+
71595
+ /**
71596
+ * @param {string} value
71597
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings} returns this
71598
+ */
71599
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.prototype.setBootKeyboardCode = function(value) {
71600
+ return jspb.Message.setField(this, 1, value);
71601
+ };
71602
+
71603
+
71604
+ /**
71605
+ * Clears the field making it undefined.
71606
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings} returns this
71607
+ */
71608
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.prototype.clearBootKeyboardCode = function() {
71609
+ return jspb.Message.setField(this, 1, undefined);
71610
+ };
71611
+
71612
+
71613
+ /**
71614
+ * Returns whether this field is set.
71615
+ * @return {boolean}
71616
+ */
71617
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.prototype.hasBootKeyboardCode = function() {
71618
+ return jspb.Message.getField(this, 1) != null;
71619
+ };
71620
+
71621
+
71622
+ /**
71623
+ * optional string boot_locale = 2;
71624
+ * @return {string}
71625
+ */
71626
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.prototype.getBootLocale = function() {
71627
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
71628
+ };
71629
+
71630
+
71631
+ /**
71632
+ * @param {string} value
71633
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings} returns this
71634
+ */
71635
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.prototype.setBootLocale = function(value) {
71636
+ return jspb.Message.setField(this, 2, value);
71637
+ };
71638
+
71639
+
71640
+ /**
71641
+ * Clears the field making it undefined.
71642
+ * @return {!proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings} returns this
71643
+ */
71644
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.prototype.clearBootLocale = function() {
71645
+ return jspb.Message.setField(this, 2, undefined);
71646
+ };
71647
+
71648
+
71649
+ /**
71650
+ * Returns whether this field is set.
71651
+ * @return {boolean}
71652
+ */
71653
+ proto.com.lansweeper.dp.outbound.v1.MacRegionalRecoveryOsSettings.prototype.hasBootLocale = function() {
71654
+ return jspb.Message.getField(this, 2) != null;
71655
+ };
71656
+
71657
+
71658
+
69787
71659
  /**
69788
71660
  * Oneof group definitions for this message. Each group defines the field
69789
71661
  * numbers belonging to that group. When of these fields' value is set, all