@lansweeper/data-platform-outbound-grpc 0.1.84 → 0.1.85

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.
@@ -74,6 +74,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Entity.EntityCase', null,
74
74
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.EntityPath', null, global);
75
75
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntityRequest', null, global);
76
76
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntityResponse', null, global);
77
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse', null, global);
77
78
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GraphicsCard', null, global);
78
79
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.HardDrive', null, global);
79
80
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.HardwareInfo', null, global);
@@ -86,6 +87,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo'
86
87
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserObject', null, global);
87
88
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension', null, global);
88
89
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpInfo', null, global);
90
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpLocationConfig', null, global);
89
91
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Keyboard', null, global);
90
92
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.LastUser', null, global);
91
93
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.LinuxBios', null, global);
@@ -137,6 +139,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ScanError', null, global)
137
139
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ScannedPort', null, global);
138
140
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ScsiController', null, global);
139
141
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SerialPort', null, global);
142
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest', null, global);
143
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse', null, global);
140
144
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SharedPermission', null, global);
141
145
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SharedResource', null, global);
142
146
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Software', null, global);
@@ -2987,6 +2991,90 @@ if (goog.DEBUG && !COMPILED) {
2987
2991
  */
2988
2992
  proto.com.lansweeper.dp.outbound.v1.CatalogMonitor.displayName = 'proto.com.lansweeper.dp.outbound.v1.CatalogMonitor';
2989
2993
  }
2994
+ /**
2995
+ * Generated by JsPbCodeGenerator.
2996
+ * @param {Array=} opt_data Optional initial data array, typically from a
2997
+ * server response, or constructed directly in Javascript. The array is used
2998
+ * in place and becomes part of the constructed object. It is not cloned.
2999
+ * If no data is provided, the constructed object will be empty, but still
3000
+ * valid.
3001
+ * @extends {jspb.Message}
3002
+ * @constructor
3003
+ */
3004
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse = function(opt_data) {
3005
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.repeatedFields_, null);
3006
+ };
3007
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse, jspb.Message);
3008
+ if (goog.DEBUG && !COMPILED) {
3009
+ /**
3010
+ * @public
3011
+ * @override
3012
+ */
3013
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.displayName = 'proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse';
3014
+ }
3015
+ /**
3016
+ * Generated by JsPbCodeGenerator.
3017
+ * @param {Array=} opt_data Optional initial data array, typically from a
3018
+ * server response, or constructed directly in Javascript. The array is used
3019
+ * in place and becomes part of the constructed object. It is not cloned.
3020
+ * If no data is provided, the constructed object will be empty, but still
3021
+ * valid.
3022
+ * @extends {jspb.Message}
3023
+ * @constructor
3024
+ */
3025
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest = function(opt_data) {
3026
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.repeatedFields_, null);
3027
+ };
3028
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest, jspb.Message);
3029
+ if (goog.DEBUG && !COMPILED) {
3030
+ /**
3031
+ * @public
3032
+ * @override
3033
+ */
3034
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.displayName = 'proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest';
3035
+ }
3036
+ /**
3037
+ * Generated by JsPbCodeGenerator.
3038
+ * @param {Array=} opt_data Optional initial data array, typically from a
3039
+ * server response, or constructed directly in Javascript. The array is used
3040
+ * in place and becomes part of the constructed object. It is not cloned.
3041
+ * If no data is provided, the constructed object will be empty, but still
3042
+ * valid.
3043
+ * @extends {jspb.Message}
3044
+ * @constructor
3045
+ */
3046
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse = function(opt_data) {
3047
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
3048
+ };
3049
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse, jspb.Message);
3050
+ if (goog.DEBUG && !COMPILED) {
3051
+ /**
3052
+ * @public
3053
+ * @override
3054
+ */
3055
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.displayName = 'proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse';
3056
+ }
3057
+ /**
3058
+ * Generated by JsPbCodeGenerator.
3059
+ * @param {Array=} opt_data Optional initial data array, typically from a
3060
+ * server response, or constructed directly in Javascript. The array is used
3061
+ * in place and becomes part of the constructed object. It is not cloned.
3062
+ * If no data is provided, the constructed object will be empty, but still
3063
+ * valid.
3064
+ * @extends {jspb.Message}
3065
+ * @constructor
3066
+ */
3067
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig = function(opt_data) {
3068
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
3069
+ };
3070
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.IpLocationConfig, jspb.Message);
3071
+ if (goog.DEBUG && !COMPILED) {
3072
+ /**
3073
+ * @public
3074
+ * @override
3075
+ */
3076
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.displayName = 'proto.com.lansweeper.dp.outbound.v1.IpLocationConfig';
3077
+ }
2990
3078
 
2991
3079
 
2992
3080
 
@@ -79038,4 +79126,920 @@ proto.com.lansweeper.dp.outbound.v1.CatalogMonitor.prototype.hasMatchScore = fun
79038
79126
  };
79039
79127
 
79040
79128
 
79129
+
79130
+ /**
79131
+ * List of repeated fields within this message type.
79132
+ * @private {!Array<number>}
79133
+ * @const
79134
+ */
79135
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.repeatedFields_ = [1];
79136
+
79137
+
79138
+
79139
+ if (jspb.Message.GENERATE_TO_OBJECT) {
79140
+ /**
79141
+ * Creates an object representation of this proto.
79142
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
79143
+ * Optional fields that are not set will be set to undefined.
79144
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
79145
+ * For the list of reserved names please see:
79146
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
79147
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
79148
+ * JSPB instance for transitional soy proto support:
79149
+ * http://goto/soy-param-migration
79150
+ * @return {!Object}
79151
+ */
79152
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.prototype.toObject = function(opt_includeInstance) {
79153
+ return proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.toObject(opt_includeInstance, this);
79154
+ };
79155
+
79156
+
79157
+ /**
79158
+ * Static version of the {@see toObject} method.
79159
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
79160
+ * the JSPB instance for transitional soy proto support:
79161
+ * http://goto/soy-param-migration
79162
+ * @param {!proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse} msg The msg instance to transform.
79163
+ * @return {!Object}
79164
+ * @suppress {unusedLocalVariables} f is only used for nested messages
79165
+ */
79166
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.toObject = function(includeInstance, msg) {
79167
+ var f, obj = {
79168
+ configList: jspb.Message.toObjectList(msg.getConfigList(),
79169
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.toObject, includeInstance)
79170
+ };
79171
+
79172
+ if (includeInstance) {
79173
+ obj.$jspbMessageInstance = msg;
79174
+ }
79175
+ return obj;
79176
+ };
79177
+ }
79178
+
79179
+
79180
+ /**
79181
+ * Deserializes binary data (in protobuf wire format).
79182
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
79183
+ * @return {!proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse}
79184
+ */
79185
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.deserializeBinary = function(bytes) {
79186
+ var reader = new jspb.BinaryReader(bytes);
79187
+ var msg = new proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse;
79188
+ return proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.deserializeBinaryFromReader(msg, reader);
79189
+ };
79190
+
79191
+
79192
+ /**
79193
+ * Deserializes binary data (in protobuf wire format) from the
79194
+ * given reader into the given message object.
79195
+ * @param {!proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse} msg The message object to deserialize into.
79196
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
79197
+ * @return {!proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse}
79198
+ */
79199
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.deserializeBinaryFromReader = function(msg, reader) {
79200
+ while (reader.nextField()) {
79201
+ if (reader.isEndGroup()) {
79202
+ break;
79203
+ }
79204
+ var field = reader.getFieldNumber();
79205
+ switch (field) {
79206
+ case 1:
79207
+ var value = new proto.com.lansweeper.dp.outbound.v1.IpLocationConfig;
79208
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.deserializeBinaryFromReader);
79209
+ msg.addConfig(value);
79210
+ break;
79211
+ default:
79212
+ reader.skipField();
79213
+ break;
79214
+ }
79215
+ }
79216
+ return msg;
79217
+ };
79218
+
79219
+
79220
+ /**
79221
+ * Serializes the message to binary data (in protobuf wire format).
79222
+ * @return {!Uint8Array}
79223
+ */
79224
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.prototype.serializeBinary = function() {
79225
+ var writer = new jspb.BinaryWriter();
79226
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.serializeBinaryToWriter(this, writer);
79227
+ return writer.getResultBuffer();
79228
+ };
79229
+
79230
+
79231
+ /**
79232
+ * Serializes the given message to binary data (in protobuf wire
79233
+ * format), writing to the given BinaryWriter.
79234
+ * @param {!proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse} message
79235
+ * @param {!jspb.BinaryWriter} writer
79236
+ * @suppress {unusedLocalVariables} f is only used for nested messages
79237
+ */
79238
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.serializeBinaryToWriter = function(message, writer) {
79239
+ var f = undefined;
79240
+ f = message.getConfigList();
79241
+ if (f.length > 0) {
79242
+ writer.writeRepeatedMessage(
79243
+ 1,
79244
+ f,
79245
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.serializeBinaryToWriter
79246
+ );
79247
+ }
79248
+ };
79249
+
79250
+
79251
+ /**
79252
+ * repeated IpLocationConfig config = 1;
79253
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig>}
79254
+ */
79255
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.prototype.getConfigList = function() {
79256
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig>} */ (
79257
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IpLocationConfig, 1));
79258
+ };
79259
+
79260
+
79261
+ /**
79262
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig>} value
79263
+ * @return {!proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse} returns this
79264
+ */
79265
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.prototype.setConfigList = function(value) {
79266
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
79267
+ };
79268
+
79269
+
79270
+ /**
79271
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig=} opt_value
79272
+ * @param {number=} opt_index
79273
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig}
79274
+ */
79275
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.prototype.addConfig = function(opt_value, opt_index) {
79276
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.dp.outbound.v1.IpLocationConfig, opt_index);
79277
+ };
79278
+
79279
+
79280
+ /**
79281
+ * Clears the list making it empty but non-null.
79282
+ * @return {!proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse} returns this
79283
+ */
79284
+ proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigResponse.prototype.clearConfigList = function() {
79285
+ return this.setConfigList([]);
79286
+ };
79287
+
79288
+
79289
+
79290
+ /**
79291
+ * List of repeated fields within this message type.
79292
+ * @private {!Array<number>}
79293
+ * @const
79294
+ */
79295
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.repeatedFields_ = [1];
79296
+
79297
+
79298
+
79299
+ if (jspb.Message.GENERATE_TO_OBJECT) {
79300
+ /**
79301
+ * Creates an object representation of this proto.
79302
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
79303
+ * Optional fields that are not set will be set to undefined.
79304
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
79305
+ * For the list of reserved names please see:
79306
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
79307
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
79308
+ * JSPB instance for transitional soy proto support:
79309
+ * http://goto/soy-param-migration
79310
+ * @return {!Object}
79311
+ */
79312
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.prototype.toObject = function(opt_includeInstance) {
79313
+ return proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.toObject(opt_includeInstance, this);
79314
+ };
79315
+
79316
+
79317
+ /**
79318
+ * Static version of the {@see toObject} method.
79319
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
79320
+ * the JSPB instance for transitional soy proto support:
79321
+ * http://goto/soy-param-migration
79322
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest} msg The msg instance to transform.
79323
+ * @return {!Object}
79324
+ * @suppress {unusedLocalVariables} f is only used for nested messages
79325
+ */
79326
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.toObject = function(includeInstance, msg) {
79327
+ var f, obj = {
79328
+ configList: jspb.Message.toObjectList(msg.getConfigList(),
79329
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.toObject, includeInstance)
79330
+ };
79331
+
79332
+ if (includeInstance) {
79333
+ obj.$jspbMessageInstance = msg;
79334
+ }
79335
+ return obj;
79336
+ };
79337
+ }
79338
+
79339
+
79340
+ /**
79341
+ * Deserializes binary data (in protobuf wire format).
79342
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
79343
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest}
79344
+ */
79345
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.deserializeBinary = function(bytes) {
79346
+ var reader = new jspb.BinaryReader(bytes);
79347
+ var msg = new proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest;
79348
+ return proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.deserializeBinaryFromReader(msg, reader);
79349
+ };
79350
+
79351
+
79352
+ /**
79353
+ * Deserializes binary data (in protobuf wire format) from the
79354
+ * given reader into the given message object.
79355
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest} msg The message object to deserialize into.
79356
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
79357
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest}
79358
+ */
79359
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.deserializeBinaryFromReader = function(msg, reader) {
79360
+ while (reader.nextField()) {
79361
+ if (reader.isEndGroup()) {
79362
+ break;
79363
+ }
79364
+ var field = reader.getFieldNumber();
79365
+ switch (field) {
79366
+ case 1:
79367
+ var value = new proto.com.lansweeper.dp.outbound.v1.IpLocationConfig;
79368
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.deserializeBinaryFromReader);
79369
+ msg.addConfig(value);
79370
+ break;
79371
+ default:
79372
+ reader.skipField();
79373
+ break;
79374
+ }
79375
+ }
79376
+ return msg;
79377
+ };
79378
+
79379
+
79380
+ /**
79381
+ * Serializes the message to binary data (in protobuf wire format).
79382
+ * @return {!Uint8Array}
79383
+ */
79384
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.prototype.serializeBinary = function() {
79385
+ var writer = new jspb.BinaryWriter();
79386
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.serializeBinaryToWriter(this, writer);
79387
+ return writer.getResultBuffer();
79388
+ };
79389
+
79390
+
79391
+ /**
79392
+ * Serializes the given message to binary data (in protobuf wire
79393
+ * format), writing to the given BinaryWriter.
79394
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest} message
79395
+ * @param {!jspb.BinaryWriter} writer
79396
+ * @suppress {unusedLocalVariables} f is only used for nested messages
79397
+ */
79398
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.serializeBinaryToWriter = function(message, writer) {
79399
+ var f = undefined;
79400
+ f = message.getConfigList();
79401
+ if (f.length > 0) {
79402
+ writer.writeRepeatedMessage(
79403
+ 1,
79404
+ f,
79405
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.serializeBinaryToWriter
79406
+ );
79407
+ }
79408
+ };
79409
+
79410
+
79411
+ /**
79412
+ * repeated IpLocationConfig config = 1;
79413
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig>}
79414
+ */
79415
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.prototype.getConfigList = function() {
79416
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig>} */ (
79417
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.IpLocationConfig, 1));
79418
+ };
79419
+
79420
+
79421
+ /**
79422
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig>} value
79423
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest} returns this
79424
+ */
79425
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.prototype.setConfigList = function(value) {
79426
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
79427
+ };
79428
+
79429
+
79430
+ /**
79431
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig=} opt_value
79432
+ * @param {number=} opt_index
79433
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig}
79434
+ */
79435
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.prototype.addConfig = function(opt_value, opt_index) {
79436
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.dp.outbound.v1.IpLocationConfig, opt_index);
79437
+ };
79438
+
79439
+
79440
+ /**
79441
+ * Clears the list making it empty but non-null.
79442
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest} returns this
79443
+ */
79444
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigRequest.prototype.clearConfigList = function() {
79445
+ return this.setConfigList([]);
79446
+ };
79447
+
79448
+
79449
+
79450
+
79451
+
79452
+ if (jspb.Message.GENERATE_TO_OBJECT) {
79453
+ /**
79454
+ * Creates an object representation of this proto.
79455
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
79456
+ * Optional fields that are not set will be set to undefined.
79457
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
79458
+ * For the list of reserved names please see:
79459
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
79460
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
79461
+ * JSPB instance for transitional soy proto support:
79462
+ * http://goto/soy-param-migration
79463
+ * @return {!Object}
79464
+ */
79465
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.prototype.toObject = function(opt_includeInstance) {
79466
+ return proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.toObject(opt_includeInstance, this);
79467
+ };
79468
+
79469
+
79470
+ /**
79471
+ * Static version of the {@see toObject} method.
79472
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
79473
+ * the JSPB instance for transitional soy proto support:
79474
+ * http://goto/soy-param-migration
79475
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse} msg The msg instance to transform.
79476
+ * @return {!Object}
79477
+ * @suppress {unusedLocalVariables} f is only used for nested messages
79478
+ */
79479
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.toObject = function(includeInstance, msg) {
79480
+ var f, obj = {
79481
+ ok: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
79482
+ };
79483
+
79484
+ if (includeInstance) {
79485
+ obj.$jspbMessageInstance = msg;
79486
+ }
79487
+ return obj;
79488
+ };
79489
+ }
79490
+
79491
+
79492
+ /**
79493
+ * Deserializes binary data (in protobuf wire format).
79494
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
79495
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse}
79496
+ */
79497
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.deserializeBinary = function(bytes) {
79498
+ var reader = new jspb.BinaryReader(bytes);
79499
+ var msg = new proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse;
79500
+ return proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.deserializeBinaryFromReader(msg, reader);
79501
+ };
79502
+
79503
+
79504
+ /**
79505
+ * Deserializes binary data (in protobuf wire format) from the
79506
+ * given reader into the given message object.
79507
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse} msg The message object to deserialize into.
79508
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
79509
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse}
79510
+ */
79511
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.deserializeBinaryFromReader = function(msg, reader) {
79512
+ while (reader.nextField()) {
79513
+ if (reader.isEndGroup()) {
79514
+ break;
79515
+ }
79516
+ var field = reader.getFieldNumber();
79517
+ switch (field) {
79518
+ case 1:
79519
+ var value = /** @type {boolean} */ (reader.readBool());
79520
+ msg.setOk(value);
79521
+ break;
79522
+ default:
79523
+ reader.skipField();
79524
+ break;
79525
+ }
79526
+ }
79527
+ return msg;
79528
+ };
79529
+
79530
+
79531
+ /**
79532
+ * Serializes the message to binary data (in protobuf wire format).
79533
+ * @return {!Uint8Array}
79534
+ */
79535
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.prototype.serializeBinary = function() {
79536
+ var writer = new jspb.BinaryWriter();
79537
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.serializeBinaryToWriter(this, writer);
79538
+ return writer.getResultBuffer();
79539
+ };
79540
+
79541
+
79542
+ /**
79543
+ * Serializes the given message to binary data (in protobuf wire
79544
+ * format), writing to the given BinaryWriter.
79545
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse} message
79546
+ * @param {!jspb.BinaryWriter} writer
79547
+ * @suppress {unusedLocalVariables} f is only used for nested messages
79548
+ */
79549
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.serializeBinaryToWriter = function(message, writer) {
79550
+ var f = undefined;
79551
+ f = message.getOk();
79552
+ if (f) {
79553
+ writer.writeBool(
79554
+ 1,
79555
+ f
79556
+ );
79557
+ }
79558
+ };
79559
+
79560
+
79561
+ /**
79562
+ * optional bool ok = 1;
79563
+ * @return {boolean}
79564
+ */
79565
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.prototype.getOk = function() {
79566
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
79567
+ };
79568
+
79569
+
79570
+ /**
79571
+ * @param {boolean} value
79572
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse} returns this
79573
+ */
79574
+ proto.com.lansweeper.dp.outbound.v1.SetIpLocationConfigResponse.prototype.setOk = function(value) {
79575
+ return jspb.Message.setProto3BooleanField(this, 1, value);
79576
+ };
79577
+
79578
+
79579
+
79580
+
79581
+
79582
+ if (jspb.Message.GENERATE_TO_OBJECT) {
79583
+ /**
79584
+ * Creates an object representation of this proto.
79585
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
79586
+ * Optional fields that are not set will be set to undefined.
79587
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
79588
+ * For the list of reserved names please see:
79589
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
79590
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
79591
+ * JSPB instance for transitional soy proto support:
79592
+ * http://goto/soy-param-migration
79593
+ * @return {!Object}
79594
+ */
79595
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.toObject = function(opt_includeInstance) {
79596
+ return proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.toObject(opt_includeInstance, this);
79597
+ };
79598
+
79599
+
79600
+ /**
79601
+ * Static version of the {@see toObject} method.
79602
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
79603
+ * the JSPB instance for transitional soy proto support:
79604
+ * http://goto/soy-param-migration
79605
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} msg The msg instance to transform.
79606
+ * @return {!Object}
79607
+ * @suppress {unusedLocalVariables} f is only used for nested messages
79608
+ */
79609
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.toObject = function(includeInstance, msg) {
79610
+ var f, obj = {
79611
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
79612
+ localIpCidr: jspb.Message.getFieldWithDefault(msg, 2, ""),
79613
+ localIpStart: jspb.Message.getFieldWithDefault(msg, 3, ""),
79614
+ localIpEnd: jspb.Message.getFieldWithDefault(msg, 4, ""),
79615
+ sourceId: jspb.Message.getFieldWithDefault(msg, 5, ""),
79616
+ internetIpCidr: jspb.Message.getFieldWithDefault(msg, 6, ""),
79617
+ internetCountryCode: jspb.Message.getFieldWithDefault(msg, 7, ""),
79618
+ internetCountryCity: jspb.Message.getFieldWithDefault(msg, 8, "")
79619
+ };
79620
+
79621
+ if (includeInstance) {
79622
+ obj.$jspbMessageInstance = msg;
79623
+ }
79624
+ return obj;
79625
+ };
79626
+ }
79627
+
79628
+
79629
+ /**
79630
+ * Deserializes binary data (in protobuf wire format).
79631
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
79632
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig}
79633
+ */
79634
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.deserializeBinary = function(bytes) {
79635
+ var reader = new jspb.BinaryReader(bytes);
79636
+ var msg = new proto.com.lansweeper.dp.outbound.v1.IpLocationConfig;
79637
+ return proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.deserializeBinaryFromReader(msg, reader);
79638
+ };
79639
+
79640
+
79641
+ /**
79642
+ * Deserializes binary data (in protobuf wire format) from the
79643
+ * given reader into the given message object.
79644
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} msg The message object to deserialize into.
79645
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
79646
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig}
79647
+ */
79648
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.deserializeBinaryFromReader = function(msg, reader) {
79649
+ while (reader.nextField()) {
79650
+ if (reader.isEndGroup()) {
79651
+ break;
79652
+ }
79653
+ var field = reader.getFieldNumber();
79654
+ switch (field) {
79655
+ case 1:
79656
+ var value = /** @type {string} */ (reader.readString());
79657
+ msg.setName(value);
79658
+ break;
79659
+ case 2:
79660
+ var value = /** @type {string} */ (reader.readString());
79661
+ msg.setLocalIpCidr(value);
79662
+ break;
79663
+ case 3:
79664
+ var value = /** @type {string} */ (reader.readString());
79665
+ msg.setLocalIpStart(value);
79666
+ break;
79667
+ case 4:
79668
+ var value = /** @type {string} */ (reader.readString());
79669
+ msg.setLocalIpEnd(value);
79670
+ break;
79671
+ case 5:
79672
+ var value = /** @type {string} */ (reader.readString());
79673
+ msg.setSourceId(value);
79674
+ break;
79675
+ case 6:
79676
+ var value = /** @type {string} */ (reader.readString());
79677
+ msg.setInternetIpCidr(value);
79678
+ break;
79679
+ case 7:
79680
+ var value = /** @type {string} */ (reader.readString());
79681
+ msg.setInternetCountryCode(value);
79682
+ break;
79683
+ case 8:
79684
+ var value = /** @type {string} */ (reader.readString());
79685
+ msg.setInternetCountryCity(value);
79686
+ break;
79687
+ default:
79688
+ reader.skipField();
79689
+ break;
79690
+ }
79691
+ }
79692
+ return msg;
79693
+ };
79694
+
79695
+
79696
+ /**
79697
+ * Serializes the message to binary data (in protobuf wire format).
79698
+ * @return {!Uint8Array}
79699
+ */
79700
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.serializeBinary = function() {
79701
+ var writer = new jspb.BinaryWriter();
79702
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.serializeBinaryToWriter(this, writer);
79703
+ return writer.getResultBuffer();
79704
+ };
79705
+
79706
+
79707
+ /**
79708
+ * Serializes the given message to binary data (in protobuf wire
79709
+ * format), writing to the given BinaryWriter.
79710
+ * @param {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} message
79711
+ * @param {!jspb.BinaryWriter} writer
79712
+ * @suppress {unusedLocalVariables} f is only used for nested messages
79713
+ */
79714
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.serializeBinaryToWriter = function(message, writer) {
79715
+ var f = undefined;
79716
+ f = message.getName();
79717
+ if (f.length > 0) {
79718
+ writer.writeString(
79719
+ 1,
79720
+ f
79721
+ );
79722
+ }
79723
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
79724
+ if (f != null) {
79725
+ writer.writeString(
79726
+ 2,
79727
+ f
79728
+ );
79729
+ }
79730
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
79731
+ if (f != null) {
79732
+ writer.writeString(
79733
+ 3,
79734
+ f
79735
+ );
79736
+ }
79737
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
79738
+ if (f != null) {
79739
+ writer.writeString(
79740
+ 4,
79741
+ f
79742
+ );
79743
+ }
79744
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
79745
+ if (f != null) {
79746
+ writer.writeString(
79747
+ 5,
79748
+ f
79749
+ );
79750
+ }
79751
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
79752
+ if (f != null) {
79753
+ writer.writeString(
79754
+ 6,
79755
+ f
79756
+ );
79757
+ }
79758
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
79759
+ if (f != null) {
79760
+ writer.writeString(
79761
+ 7,
79762
+ f
79763
+ );
79764
+ }
79765
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
79766
+ if (f != null) {
79767
+ writer.writeString(
79768
+ 8,
79769
+ f
79770
+ );
79771
+ }
79772
+ };
79773
+
79774
+
79775
+ /**
79776
+ * optional string name = 1;
79777
+ * @return {string}
79778
+ */
79779
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.getName = function() {
79780
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
79781
+ };
79782
+
79783
+
79784
+ /**
79785
+ * @param {string} value
79786
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79787
+ */
79788
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.setName = function(value) {
79789
+ return jspb.Message.setProto3StringField(this, 1, value);
79790
+ };
79791
+
79792
+
79793
+ /**
79794
+ * optional string local_ip_cidr = 2;
79795
+ * @return {string}
79796
+ */
79797
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.getLocalIpCidr = function() {
79798
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
79799
+ };
79800
+
79801
+
79802
+ /**
79803
+ * @param {string} value
79804
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79805
+ */
79806
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.setLocalIpCidr = function(value) {
79807
+ return jspb.Message.setField(this, 2, value);
79808
+ };
79809
+
79810
+
79811
+ /**
79812
+ * Clears the field making it undefined.
79813
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79814
+ */
79815
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.clearLocalIpCidr = function() {
79816
+ return jspb.Message.setField(this, 2, undefined);
79817
+ };
79818
+
79819
+
79820
+ /**
79821
+ * Returns whether this field is set.
79822
+ * @return {boolean}
79823
+ */
79824
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.hasLocalIpCidr = function() {
79825
+ return jspb.Message.getField(this, 2) != null;
79826
+ };
79827
+
79828
+
79829
+ /**
79830
+ * optional string local_ip_start = 3;
79831
+ * @return {string}
79832
+ */
79833
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.getLocalIpStart = function() {
79834
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
79835
+ };
79836
+
79837
+
79838
+ /**
79839
+ * @param {string} value
79840
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79841
+ */
79842
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.setLocalIpStart = function(value) {
79843
+ return jspb.Message.setField(this, 3, value);
79844
+ };
79845
+
79846
+
79847
+ /**
79848
+ * Clears the field making it undefined.
79849
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79850
+ */
79851
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.clearLocalIpStart = function() {
79852
+ return jspb.Message.setField(this, 3, undefined);
79853
+ };
79854
+
79855
+
79856
+ /**
79857
+ * Returns whether this field is set.
79858
+ * @return {boolean}
79859
+ */
79860
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.hasLocalIpStart = function() {
79861
+ return jspb.Message.getField(this, 3) != null;
79862
+ };
79863
+
79864
+
79865
+ /**
79866
+ * optional string local_ip_end = 4;
79867
+ * @return {string}
79868
+ */
79869
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.getLocalIpEnd = function() {
79870
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
79871
+ };
79872
+
79873
+
79874
+ /**
79875
+ * @param {string} value
79876
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79877
+ */
79878
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.setLocalIpEnd = function(value) {
79879
+ return jspb.Message.setField(this, 4, value);
79880
+ };
79881
+
79882
+
79883
+ /**
79884
+ * Clears the field making it undefined.
79885
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79886
+ */
79887
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.clearLocalIpEnd = function() {
79888
+ return jspb.Message.setField(this, 4, undefined);
79889
+ };
79890
+
79891
+
79892
+ /**
79893
+ * Returns whether this field is set.
79894
+ * @return {boolean}
79895
+ */
79896
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.hasLocalIpEnd = function() {
79897
+ return jspb.Message.getField(this, 4) != null;
79898
+ };
79899
+
79900
+
79901
+ /**
79902
+ * optional string source_id = 5;
79903
+ * @return {string}
79904
+ */
79905
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.getSourceId = function() {
79906
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
79907
+ };
79908
+
79909
+
79910
+ /**
79911
+ * @param {string} value
79912
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79913
+ */
79914
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.setSourceId = function(value) {
79915
+ return jspb.Message.setField(this, 5, value);
79916
+ };
79917
+
79918
+
79919
+ /**
79920
+ * Clears the field making it undefined.
79921
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79922
+ */
79923
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.clearSourceId = function() {
79924
+ return jspb.Message.setField(this, 5, undefined);
79925
+ };
79926
+
79927
+
79928
+ /**
79929
+ * Returns whether this field is set.
79930
+ * @return {boolean}
79931
+ */
79932
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.hasSourceId = function() {
79933
+ return jspb.Message.getField(this, 5) != null;
79934
+ };
79935
+
79936
+
79937
+ /**
79938
+ * optional string internet_ip_cidr = 6;
79939
+ * @return {string}
79940
+ */
79941
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.getInternetIpCidr = function() {
79942
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
79943
+ };
79944
+
79945
+
79946
+ /**
79947
+ * @param {string} value
79948
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79949
+ */
79950
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.setInternetIpCidr = function(value) {
79951
+ return jspb.Message.setField(this, 6, value);
79952
+ };
79953
+
79954
+
79955
+ /**
79956
+ * Clears the field making it undefined.
79957
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79958
+ */
79959
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.clearInternetIpCidr = function() {
79960
+ return jspb.Message.setField(this, 6, undefined);
79961
+ };
79962
+
79963
+
79964
+ /**
79965
+ * Returns whether this field is set.
79966
+ * @return {boolean}
79967
+ */
79968
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.hasInternetIpCidr = function() {
79969
+ return jspb.Message.getField(this, 6) != null;
79970
+ };
79971
+
79972
+
79973
+ /**
79974
+ * optional string internet_country_code = 7;
79975
+ * @return {string}
79976
+ */
79977
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.getInternetCountryCode = function() {
79978
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
79979
+ };
79980
+
79981
+
79982
+ /**
79983
+ * @param {string} value
79984
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79985
+ */
79986
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.setInternetCountryCode = function(value) {
79987
+ return jspb.Message.setField(this, 7, value);
79988
+ };
79989
+
79990
+
79991
+ /**
79992
+ * Clears the field making it undefined.
79993
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
79994
+ */
79995
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.clearInternetCountryCode = function() {
79996
+ return jspb.Message.setField(this, 7, undefined);
79997
+ };
79998
+
79999
+
80000
+ /**
80001
+ * Returns whether this field is set.
80002
+ * @return {boolean}
80003
+ */
80004
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.hasInternetCountryCode = function() {
80005
+ return jspb.Message.getField(this, 7) != null;
80006
+ };
80007
+
80008
+
80009
+ /**
80010
+ * optional string internet_country_city = 8;
80011
+ * @return {string}
80012
+ */
80013
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.getInternetCountryCity = function() {
80014
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
80015
+ };
80016
+
80017
+
80018
+ /**
80019
+ * @param {string} value
80020
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
80021
+ */
80022
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.setInternetCountryCity = function(value) {
80023
+ return jspb.Message.setField(this, 8, value);
80024
+ };
80025
+
80026
+
80027
+ /**
80028
+ * Clears the field making it undefined.
80029
+ * @return {!proto.com.lansweeper.dp.outbound.v1.IpLocationConfig} returns this
80030
+ */
80031
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.clearInternetCountryCity = function() {
80032
+ return jspb.Message.setField(this, 8, undefined);
80033
+ };
80034
+
80035
+
80036
+ /**
80037
+ * Returns whether this field is set.
80038
+ * @return {boolean}
80039
+ */
80040
+ proto.com.lansweeper.dp.outbound.v1.IpLocationConfig.prototype.hasInternetCountryCity = function() {
80041
+ return jspb.Message.getField(this, 8) != null;
80042
+ };
80043
+
80044
+
79041
80045
  goog.object.extend(exports, proto.com.lansweeper.dp.outbound.v1);