@lansweeper/multitenant-api-grpc 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/installs_pb.d.ts +0 -190
- package/gen-proto/installs_pb.js +182 -1689
- package/gen-proto/multitenant_grpc_pb.d.ts +0 -68
- package/gen-proto/multitenant_grpc_pb.js +0 -132
- package/package.json +2 -2
- package/proto/installs.proto +0 -40
- package/proto/multitenant.proto +0 -7
package/gen-proto/installs_pb.js
CHANGED
|
@@ -19,22 +19,14 @@ var sites_pb = require('./sites_pb.js');
|
|
|
19
19
|
goog.object.extend(proto, sites_pb);
|
|
20
20
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateInstallRequest', null, global);
|
|
21
21
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateInstallResponse', null, global);
|
|
22
|
-
goog.exportSymbol('proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest', null, global);
|
|
23
|
-
goog.exportSymbol('proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse', null, global);
|
|
24
|
-
goog.exportSymbol('proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest', null, global);
|
|
25
|
-
goog.exportSymbol('proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdResponse', null, global);
|
|
26
22
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallbyClientIdRequest', null, global);
|
|
27
23
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallbyClientIdResponse', null, global);
|
|
28
24
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsCountBySiteRequest', null, global);
|
|
29
25
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsCountResponse', null, global);
|
|
30
26
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.Install', null, global);
|
|
31
27
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.InstallCredentials', null, global);
|
|
32
|
-
goog.exportSymbol('proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest', null, global);
|
|
33
|
-
goog.exportSymbol('proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse', null, global);
|
|
34
28
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest', null, global);
|
|
35
29
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse', null, global);
|
|
36
|
-
goog.exportSymbol('proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest', null, global);
|
|
37
|
-
goog.exportSymbol('proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse', null, global);
|
|
38
30
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest', null, global);
|
|
39
31
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse', null, global);
|
|
40
32
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.UpdateInstallByClientIdRequest', null, global);
|
|
@@ -271,48 +263,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
271
263
|
*/
|
|
272
264
|
proto.lansweeper.multitenant.v1.UpdateInstallByClientIdResponse.displayName = 'proto.lansweeper.multitenant.v1.UpdateInstallByClientIdResponse';
|
|
273
265
|
}
|
|
274
|
-
/**
|
|
275
|
-
* Generated by JsPbCodeGenerator.
|
|
276
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
277
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
278
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
279
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
280
|
-
* valid.
|
|
281
|
-
* @extends {jspb.Message}
|
|
282
|
-
* @constructor
|
|
283
|
-
*/
|
|
284
|
-
proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest = function(opt_data) {
|
|
285
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
286
|
-
};
|
|
287
|
-
goog.inherits(proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest, jspb.Message);
|
|
288
|
-
if (goog.DEBUG && !COMPILED) {
|
|
289
|
-
/**
|
|
290
|
-
* @public
|
|
291
|
-
* @override
|
|
292
|
-
*/
|
|
293
|
-
proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest.displayName = 'proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest';
|
|
294
|
-
}
|
|
295
|
-
/**
|
|
296
|
-
* Generated by JsPbCodeGenerator.
|
|
297
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
298
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
299
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
300
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
301
|
-
* valid.
|
|
302
|
-
* @extends {jspb.Message}
|
|
303
|
-
* @constructor
|
|
304
|
-
*/
|
|
305
|
-
proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse = function(opt_data) {
|
|
306
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
307
|
-
};
|
|
308
|
-
goog.inherits(proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse, jspb.Message);
|
|
309
|
-
if (goog.DEBUG && !COMPILED) {
|
|
310
|
-
/**
|
|
311
|
-
* @public
|
|
312
|
-
* @override
|
|
313
|
-
*/
|
|
314
|
-
proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse.displayName = 'proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse';
|
|
315
|
-
}
|
|
316
266
|
/**
|
|
317
267
|
* Generated by JsPbCodeGenerator.
|
|
318
268
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -355,48 +305,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
355
305
|
*/
|
|
356
306
|
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.displayName = 'proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse';
|
|
357
307
|
}
|
|
358
|
-
/**
|
|
359
|
-
* Generated by JsPbCodeGenerator.
|
|
360
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
361
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
362
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
363
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
364
|
-
* valid.
|
|
365
|
-
* @extends {jspb.Message}
|
|
366
|
-
* @constructor
|
|
367
|
-
*/
|
|
368
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest = function(opt_data) {
|
|
369
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
370
|
-
};
|
|
371
|
-
goog.inherits(proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest, jspb.Message);
|
|
372
|
-
if (goog.DEBUG && !COMPILED) {
|
|
373
|
-
/**
|
|
374
|
-
* @public
|
|
375
|
-
* @override
|
|
376
|
-
*/
|
|
377
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.displayName = 'proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest';
|
|
378
|
-
}
|
|
379
|
-
/**
|
|
380
|
-
* Generated by JsPbCodeGenerator.
|
|
381
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
382
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
383
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
384
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
385
|
-
* valid.
|
|
386
|
-
* @extends {jspb.Message}
|
|
387
|
-
* @constructor
|
|
388
|
-
*/
|
|
389
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse = function(opt_data) {
|
|
390
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
391
|
-
};
|
|
392
|
-
goog.inherits(proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse, jspb.Message);
|
|
393
|
-
if (goog.DEBUG && !COMPILED) {
|
|
394
|
-
/**
|
|
395
|
-
* @public
|
|
396
|
-
* @override
|
|
397
|
-
*/
|
|
398
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.displayName = 'proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse';
|
|
399
|
-
}
|
|
400
308
|
/**
|
|
401
309
|
* Generated by JsPbCodeGenerator.
|
|
402
310
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -439,90 +347,6 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
439
347
|
*/
|
|
440
348
|
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.displayName = 'proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse';
|
|
441
349
|
}
|
|
442
|
-
/**
|
|
443
|
-
* Generated by JsPbCodeGenerator.
|
|
444
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
445
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
446
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
447
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
448
|
-
* valid.
|
|
449
|
-
* @extends {jspb.Message}
|
|
450
|
-
* @constructor
|
|
451
|
-
*/
|
|
452
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest = function(opt_data) {
|
|
453
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
454
|
-
};
|
|
455
|
-
goog.inherits(proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest, jspb.Message);
|
|
456
|
-
if (goog.DEBUG && !COMPILED) {
|
|
457
|
-
/**
|
|
458
|
-
* @public
|
|
459
|
-
* @override
|
|
460
|
-
*/
|
|
461
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest.displayName = 'proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest';
|
|
462
|
-
}
|
|
463
|
-
/**
|
|
464
|
-
* Generated by JsPbCodeGenerator.
|
|
465
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
466
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
467
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
468
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
469
|
-
* valid.
|
|
470
|
-
* @extends {jspb.Message}
|
|
471
|
-
* @constructor
|
|
472
|
-
*/
|
|
473
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse = function(opt_data) {
|
|
474
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
475
|
-
};
|
|
476
|
-
goog.inherits(proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse, jspb.Message);
|
|
477
|
-
if (goog.DEBUG && !COMPILED) {
|
|
478
|
-
/**
|
|
479
|
-
* @public
|
|
480
|
-
* @override
|
|
481
|
-
*/
|
|
482
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse.displayName = 'proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse';
|
|
483
|
-
}
|
|
484
|
-
/**
|
|
485
|
-
* Generated by JsPbCodeGenerator.
|
|
486
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
487
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
488
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
489
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
490
|
-
* valid.
|
|
491
|
-
* @extends {jspb.Message}
|
|
492
|
-
* @constructor
|
|
493
|
-
*/
|
|
494
|
-
proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest = function(opt_data) {
|
|
495
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
496
|
-
};
|
|
497
|
-
goog.inherits(proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest, jspb.Message);
|
|
498
|
-
if (goog.DEBUG && !COMPILED) {
|
|
499
|
-
/**
|
|
500
|
-
* @public
|
|
501
|
-
* @override
|
|
502
|
-
*/
|
|
503
|
-
proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest.displayName = 'proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest';
|
|
504
|
-
}
|
|
505
|
-
/**
|
|
506
|
-
* Generated by JsPbCodeGenerator.
|
|
507
|
-
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
508
|
-
* server response, or constructed directly in Javascript. The array is used
|
|
509
|
-
* in place and becomes part of the constructed object. It is not cloned.
|
|
510
|
-
* If no data is provided, the constructed object will be empty, but still
|
|
511
|
-
* valid.
|
|
512
|
-
* @extends {jspb.Message}
|
|
513
|
-
* @constructor
|
|
514
|
-
*/
|
|
515
|
-
proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdResponse = function(opt_data) {
|
|
516
|
-
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
517
|
-
};
|
|
518
|
-
goog.inherits(proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdResponse, jspb.Message);
|
|
519
|
-
if (goog.DEBUG && !COMPILED) {
|
|
520
|
-
/**
|
|
521
|
-
* @public
|
|
522
|
-
* @override
|
|
523
|
-
*/
|
|
524
|
-
proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdResponse.displayName = 'proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdResponse';
|
|
525
|
-
}
|
|
526
350
|
|
|
527
351
|
|
|
528
352
|
|
|
@@ -1572,9 +1396,7 @@ proto.lansweeper.multitenant.v1.CreateInstallRequest.toObject = function(include
|
|
|
1572
1396
|
status: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
1573
1397
|
fqdn: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
1574
1398
|
createdById: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
1575
|
-
createSqsQueue: jspb.Message.getBooleanFieldWithDefault(msg, 8, false)
|
|
1576
|
-
siteMode: jspb.Message.getFieldWithDefault(msg, 9, 0),
|
|
1577
|
-
license: jspb.Message.getFieldWithDefault(msg, 10, "")
|
|
1399
|
+
createSqsQueue: jspb.Message.getBooleanFieldWithDefault(msg, 8, false)
|
|
1578
1400
|
};
|
|
1579
1401
|
|
|
1580
1402
|
if (includeInstance) {
|
|
@@ -1639,14 +1461,6 @@ proto.lansweeper.multitenant.v1.CreateInstallRequest.deserializeBinaryFromReader
|
|
|
1639
1461
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
1640
1462
|
msg.setCreateSqsQueue(value);
|
|
1641
1463
|
break;
|
|
1642
|
-
case 9:
|
|
1643
|
-
var value = /** @type {!proto.lansweeper.multitenant.v1.SiteMode} */ (reader.readEnum());
|
|
1644
|
-
msg.setSiteMode(value);
|
|
1645
|
-
break;
|
|
1646
|
-
case 10:
|
|
1647
|
-
var value = /** @type {string} */ (reader.readString());
|
|
1648
|
-
msg.setLicense(value);
|
|
1649
|
-
break;
|
|
1650
1464
|
default:
|
|
1651
1465
|
reader.skipField();
|
|
1652
1466
|
break;
|
|
@@ -1725,20 +1539,6 @@ proto.lansweeper.multitenant.v1.CreateInstallRequest.serializeBinaryToWriter = f
|
|
|
1725
1539
|
f
|
|
1726
1540
|
);
|
|
1727
1541
|
}
|
|
1728
|
-
f = message.getSiteMode();
|
|
1729
|
-
if (f !== 0.0) {
|
|
1730
|
-
writer.writeEnum(
|
|
1731
|
-
9,
|
|
1732
|
-
f
|
|
1733
|
-
);
|
|
1734
|
-
}
|
|
1735
|
-
f = message.getLicense();
|
|
1736
|
-
if (f.length > 0) {
|
|
1737
|
-
writer.writeString(
|
|
1738
|
-
10,
|
|
1739
|
-
f
|
|
1740
|
-
);
|
|
1741
|
-
}
|
|
1742
1542
|
};
|
|
1743
1543
|
|
|
1744
1544
|
|
|
@@ -1868,42 +1668,6 @@ proto.lansweeper.multitenant.v1.CreateInstallRequest.prototype.setCreateSqsQueue
|
|
|
1868
1668
|
};
|
|
1869
1669
|
|
|
1870
1670
|
|
|
1871
|
-
/**
|
|
1872
|
-
* optional SiteMode site_mode = 9;
|
|
1873
|
-
* @return {!proto.lansweeper.multitenant.v1.SiteMode}
|
|
1874
|
-
*/
|
|
1875
|
-
proto.lansweeper.multitenant.v1.CreateInstallRequest.prototype.getSiteMode = function() {
|
|
1876
|
-
return /** @type {!proto.lansweeper.multitenant.v1.SiteMode} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
|
|
1877
|
-
};
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
/**
|
|
1881
|
-
* @param {!proto.lansweeper.multitenant.v1.SiteMode} value
|
|
1882
|
-
* @return {!proto.lansweeper.multitenant.v1.CreateInstallRequest} returns this
|
|
1883
|
-
*/
|
|
1884
|
-
proto.lansweeper.multitenant.v1.CreateInstallRequest.prototype.setSiteMode = function(value) {
|
|
1885
|
-
return jspb.Message.setProto3EnumField(this, 9, value);
|
|
1886
|
-
};
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
/**
|
|
1890
|
-
* optional string license = 10;
|
|
1891
|
-
* @return {string}
|
|
1892
|
-
*/
|
|
1893
|
-
proto.lansweeper.multitenant.v1.CreateInstallRequest.prototype.getLicense = function() {
|
|
1894
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
1895
|
-
};
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
/**
|
|
1899
|
-
* @param {string} value
|
|
1900
|
-
* @return {!proto.lansweeper.multitenant.v1.CreateInstallRequest} returns this
|
|
1901
|
-
*/
|
|
1902
|
-
proto.lansweeper.multitenant.v1.CreateInstallRequest.prototype.setLicense = function(value) {
|
|
1903
|
-
return jspb.Message.setProto3StringField(this, 10, value);
|
|
1904
|
-
};
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
1671
|
|
|
1908
1672
|
|
|
1909
1673
|
|
|
@@ -2794,8 +2558,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2794
2558
|
* http://goto/soy-param-migration
|
|
2795
2559
|
* @return {!Object}
|
|
2796
2560
|
*/
|
|
2797
|
-
proto.lansweeper.multitenant.v1.
|
|
2798
|
-
return proto.lansweeper.multitenant.v1.
|
|
2561
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2562
|
+
return proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.toObject(opt_includeInstance, this);
|
|
2799
2563
|
};
|
|
2800
2564
|
|
|
2801
2565
|
|
|
@@ -2804,13 +2568,14 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest.prototype.toObjec
|
|
|
2804
2568
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2805
2569
|
* the JSPB instance for transitional soy proto support:
|
|
2806
2570
|
* http://goto/soy-param-migration
|
|
2807
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
2571
|
+
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest} msg The msg instance to transform.
|
|
2808
2572
|
* @return {!Object}
|
|
2809
2573
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2810
2574
|
*/
|
|
2811
|
-
proto.lansweeper.multitenant.v1.
|
|
2575
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.toObject = function(includeInstance, msg) {
|
|
2812
2576
|
var f, obj = {
|
|
2813
|
-
clientId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
2577
|
+
clientId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
2578
|
+
trackId: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
2814
2579
|
};
|
|
2815
2580
|
|
|
2816
2581
|
if (includeInstance) {
|
|
@@ -2824,23 +2589,23 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest.toObject = functi
|
|
|
2824
2589
|
/**
|
|
2825
2590
|
* Deserializes binary data (in protobuf wire format).
|
|
2826
2591
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2827
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2592
|
+
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest}
|
|
2828
2593
|
*/
|
|
2829
|
-
proto.lansweeper.multitenant.v1.
|
|
2594
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.deserializeBinary = function(bytes) {
|
|
2830
2595
|
var reader = new jspb.BinaryReader(bytes);
|
|
2831
|
-
var msg = new proto.lansweeper.multitenant.v1.
|
|
2832
|
-
return proto.lansweeper.multitenant.v1.
|
|
2596
|
+
var msg = new proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest;
|
|
2597
|
+
return proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
2833
2598
|
};
|
|
2834
2599
|
|
|
2835
2600
|
|
|
2836
2601
|
/**
|
|
2837
2602
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2838
2603
|
* given reader into the given message object.
|
|
2839
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
2604
|
+
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest} msg The message object to deserialize into.
|
|
2840
2605
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2841
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2606
|
+
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest}
|
|
2842
2607
|
*/
|
|
2843
|
-
proto.lansweeper.multitenant.v1.
|
|
2608
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2844
2609
|
while (reader.nextField()) {
|
|
2845
2610
|
if (reader.isEndGroup()) {
|
|
2846
2611
|
break;
|
|
@@ -2851,6 +2616,10 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest.deserializeBinary
|
|
|
2851
2616
|
var value = /** @type {string} */ (reader.readString());
|
|
2852
2617
|
msg.setClientId(value);
|
|
2853
2618
|
break;
|
|
2619
|
+
case 2:
|
|
2620
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2621
|
+
msg.setTrackId(value);
|
|
2622
|
+
break;
|
|
2854
2623
|
default:
|
|
2855
2624
|
reader.skipField();
|
|
2856
2625
|
break;
|
|
@@ -2864,9 +2633,9 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest.deserializeBinary
|
|
|
2864
2633
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2865
2634
|
* @return {!Uint8Array}
|
|
2866
2635
|
*/
|
|
2867
|
-
proto.lansweeper.multitenant.v1.
|
|
2636
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.serializeBinary = function() {
|
|
2868
2637
|
var writer = new jspb.BinaryWriter();
|
|
2869
|
-
proto.lansweeper.multitenant.v1.
|
|
2638
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.serializeBinaryToWriter(this, writer);
|
|
2870
2639
|
return writer.getResultBuffer();
|
|
2871
2640
|
};
|
|
2872
2641
|
|
|
@@ -2874,11 +2643,11 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest.prototype.seriali
|
|
|
2874
2643
|
/**
|
|
2875
2644
|
* Serializes the given message to binary data (in protobuf wire
|
|
2876
2645
|
* format), writing to the given BinaryWriter.
|
|
2877
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
2646
|
+
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest} message
|
|
2878
2647
|
* @param {!jspb.BinaryWriter} writer
|
|
2879
2648
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2880
2649
|
*/
|
|
2881
|
-
proto.lansweeper.multitenant.v1.
|
|
2650
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2882
2651
|
var f = undefined;
|
|
2883
2652
|
f = message.getClientId();
|
|
2884
2653
|
if (f.length > 0) {
|
|
@@ -2887,6 +2656,13 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest.serializeBinaryTo
|
|
|
2887
2656
|
f
|
|
2888
2657
|
);
|
|
2889
2658
|
}
|
|
2659
|
+
f = message.getTrackId();
|
|
2660
|
+
if (f.length > 0) {
|
|
2661
|
+
writer.writeString(
|
|
2662
|
+
2,
|
|
2663
|
+
f
|
|
2664
|
+
);
|
|
2665
|
+
}
|
|
2890
2666
|
};
|
|
2891
2667
|
|
|
2892
2668
|
|
|
@@ -2894,20 +2670,38 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdRequest.serializeBinaryTo
|
|
|
2894
2670
|
* optional string client_id = 1;
|
|
2895
2671
|
* @return {string}
|
|
2896
2672
|
*/
|
|
2897
|
-
proto.lansweeper.multitenant.v1.
|
|
2673
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.getClientId = function() {
|
|
2898
2674
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
2899
2675
|
};
|
|
2900
2676
|
|
|
2901
2677
|
|
|
2902
2678
|
/**
|
|
2903
2679
|
* @param {string} value
|
|
2904
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2680
|
+
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest} returns this
|
|
2905
2681
|
*/
|
|
2906
|
-
proto.lansweeper.multitenant.v1.
|
|
2682
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.setClientId = function(value) {
|
|
2907
2683
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
2908
2684
|
};
|
|
2909
2685
|
|
|
2910
2686
|
|
|
2687
|
+
/**
|
|
2688
|
+
* optional string track_id = 2;
|
|
2689
|
+
* @return {string}
|
|
2690
|
+
*/
|
|
2691
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.getTrackId = function() {
|
|
2692
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
2693
|
+
};
|
|
2694
|
+
|
|
2695
|
+
|
|
2696
|
+
/**
|
|
2697
|
+
* @param {string} value
|
|
2698
|
+
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest} returns this
|
|
2699
|
+
*/
|
|
2700
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.setTrackId = function(value) {
|
|
2701
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
2702
|
+
};
|
|
2703
|
+
|
|
2704
|
+
|
|
2911
2705
|
|
|
2912
2706
|
|
|
2913
2707
|
|
|
@@ -2924,8 +2718,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2924
2718
|
* http://goto/soy-param-migration
|
|
2925
2719
|
* @return {!Object}
|
|
2926
2720
|
*/
|
|
2927
|
-
proto.lansweeper.multitenant.v1.
|
|
2928
|
-
return proto.lansweeper.multitenant.v1.
|
|
2721
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
2722
|
+
return proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.toObject(opt_includeInstance, this);
|
|
2929
2723
|
};
|
|
2930
2724
|
|
|
2931
2725
|
|
|
@@ -2934,13 +2728,16 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse.prototype.toObje
|
|
|
2934
2728
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2935
2729
|
* the JSPB instance for transitional soy proto support:
|
|
2936
2730
|
* http://goto/soy-param-migration
|
|
2937
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
2731
|
+
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} msg The msg instance to transform.
|
|
2938
2732
|
* @return {!Object}
|
|
2939
2733
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2940
2734
|
*/
|
|
2941
|
-
proto.lansweeper.multitenant.v1.
|
|
2735
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.toObject = function(includeInstance, msg) {
|
|
2942
2736
|
var f, obj = {
|
|
2943
|
-
success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
|
|
2737
|
+
success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
|
|
2738
|
+
siteId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
2739
|
+
oldInstallId: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
2740
|
+
newInstallId: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
2944
2741
|
};
|
|
2945
2742
|
|
|
2946
2743
|
if (includeInstance) {
|
|
@@ -2954,23 +2751,23 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse.toObject = funct
|
|
|
2954
2751
|
/**
|
|
2955
2752
|
* Deserializes binary data (in protobuf wire format).
|
|
2956
2753
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2957
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2754
|
+
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse}
|
|
2958
2755
|
*/
|
|
2959
|
-
proto.lansweeper.multitenant.v1.
|
|
2756
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.deserializeBinary = function(bytes) {
|
|
2960
2757
|
var reader = new jspb.BinaryReader(bytes);
|
|
2961
|
-
var msg = new proto.lansweeper.multitenant.v1.
|
|
2962
|
-
return proto.lansweeper.multitenant.v1.
|
|
2758
|
+
var msg = new proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse;
|
|
2759
|
+
return proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
2963
2760
|
};
|
|
2964
2761
|
|
|
2965
2762
|
|
|
2966
2763
|
/**
|
|
2967
2764
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2968
2765
|
* given reader into the given message object.
|
|
2969
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
2766
|
+
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} msg The message object to deserialize into.
|
|
2970
2767
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2971
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2768
|
+
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse}
|
|
2972
2769
|
*/
|
|
2973
|
-
proto.lansweeper.multitenant.v1.
|
|
2770
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
2974
2771
|
while (reader.nextField()) {
|
|
2975
2772
|
if (reader.isEndGroup()) {
|
|
2976
2773
|
break;
|
|
@@ -2981,6 +2778,18 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse.deserializeBinar
|
|
|
2981
2778
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
2982
2779
|
msg.setSuccess(value);
|
|
2983
2780
|
break;
|
|
2781
|
+
case 2:
|
|
2782
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2783
|
+
msg.setSiteId(value);
|
|
2784
|
+
break;
|
|
2785
|
+
case 3:
|
|
2786
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2787
|
+
msg.setOldInstallId(value);
|
|
2788
|
+
break;
|
|
2789
|
+
case 4:
|
|
2790
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2791
|
+
msg.setNewInstallId(value);
|
|
2792
|
+
break;
|
|
2984
2793
|
default:
|
|
2985
2794
|
reader.skipField();
|
|
2986
2795
|
break;
|
|
@@ -2994,1220 +2803,9 @@ proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse.deserializeBinar
|
|
|
2994
2803
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2995
2804
|
* @return {!Uint8Array}
|
|
2996
2805
|
*/
|
|
2997
|
-
proto.lansweeper.multitenant.v1.
|
|
2998
|
-
var writer = new jspb.BinaryWriter();
|
|
2999
|
-
proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse.serializeBinaryToWriter(this, writer);
|
|
3000
|
-
return writer.getResultBuffer();
|
|
3001
|
-
};
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
/**
|
|
3005
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
3006
|
-
* format), writing to the given BinaryWriter.
|
|
3007
|
-
* @param {!proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse} message
|
|
3008
|
-
* @param {!jspb.BinaryWriter} writer
|
|
3009
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3010
|
-
*/
|
|
3011
|
-
proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3012
|
-
var f = undefined;
|
|
3013
|
-
f = message.getSuccess();
|
|
3014
|
-
if (f) {
|
|
3015
|
-
writer.writeBool(
|
|
3016
|
-
1,
|
|
3017
|
-
f
|
|
3018
|
-
);
|
|
3019
|
-
}
|
|
3020
|
-
};
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
/**
|
|
3024
|
-
* optional bool success = 1;
|
|
3025
|
-
* @return {boolean}
|
|
3026
|
-
*/
|
|
3027
|
-
proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse.prototype.getSuccess = function() {
|
|
3028
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
3029
|
-
};
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
/**
|
|
3033
|
-
* @param {boolean} value
|
|
3034
|
-
* @return {!proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse} returns this
|
|
3035
|
-
*/
|
|
3036
|
-
proto.lansweeper.multitenant.v1.DeleteInstallByClientIdResponse.prototype.setSuccess = function(value) {
|
|
3037
|
-
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
3038
|
-
};
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3045
|
-
/**
|
|
3046
|
-
* Creates an object representation of this proto.
|
|
3047
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3048
|
-
* Optional fields that are not set will be set to undefined.
|
|
3049
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3050
|
-
* For the list of reserved names please see:
|
|
3051
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3052
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3053
|
-
* JSPB instance for transitional soy proto support:
|
|
3054
|
-
* http://goto/soy-param-migration
|
|
3055
|
-
* @return {!Object}
|
|
3056
|
-
*/
|
|
3057
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
3058
|
-
return proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.toObject(opt_includeInstance, this);
|
|
3059
|
-
};
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
/**
|
|
3063
|
-
* Static version of the {@see toObject} method.
|
|
3064
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3065
|
-
* the JSPB instance for transitional soy proto support:
|
|
3066
|
-
* http://goto/soy-param-migration
|
|
3067
|
-
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest} msg The msg instance to transform.
|
|
3068
|
-
* @return {!Object}
|
|
3069
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3070
|
-
*/
|
|
3071
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.toObject = function(includeInstance, msg) {
|
|
3072
|
-
var f, obj = {
|
|
3073
|
-
clientId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
3074
|
-
trackId: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
3075
|
-
};
|
|
3076
|
-
|
|
3077
|
-
if (includeInstance) {
|
|
3078
|
-
obj.$jspbMessageInstance = msg;
|
|
3079
|
-
}
|
|
3080
|
-
return obj;
|
|
3081
|
-
};
|
|
3082
|
-
}
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
/**
|
|
3086
|
-
* Deserializes binary data (in protobuf wire format).
|
|
3087
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3088
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest}
|
|
3089
|
-
*/
|
|
3090
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.deserializeBinary = function(bytes) {
|
|
3091
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
3092
|
-
var msg = new proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest;
|
|
3093
|
-
return proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
3094
|
-
};
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
/**
|
|
3098
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
3099
|
-
* given reader into the given message object.
|
|
3100
|
-
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest} msg The message object to deserialize into.
|
|
3101
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3102
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest}
|
|
3103
|
-
*/
|
|
3104
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
3105
|
-
while (reader.nextField()) {
|
|
3106
|
-
if (reader.isEndGroup()) {
|
|
3107
|
-
break;
|
|
3108
|
-
}
|
|
3109
|
-
var field = reader.getFieldNumber();
|
|
3110
|
-
switch (field) {
|
|
3111
|
-
case 1:
|
|
3112
|
-
var value = /** @type {string} */ (reader.readString());
|
|
3113
|
-
msg.setClientId(value);
|
|
3114
|
-
break;
|
|
3115
|
-
case 2:
|
|
3116
|
-
var value = /** @type {string} */ (reader.readString());
|
|
3117
|
-
msg.setTrackId(value);
|
|
3118
|
-
break;
|
|
3119
|
-
default:
|
|
3120
|
-
reader.skipField();
|
|
3121
|
-
break;
|
|
3122
|
-
}
|
|
3123
|
-
}
|
|
3124
|
-
return msg;
|
|
3125
|
-
};
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
/**
|
|
3129
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
3130
|
-
* @return {!Uint8Array}
|
|
3131
|
-
*/
|
|
3132
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.serializeBinary = function() {
|
|
3133
|
-
var writer = new jspb.BinaryWriter();
|
|
3134
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.serializeBinaryToWriter(this, writer);
|
|
3135
|
-
return writer.getResultBuffer();
|
|
3136
|
-
};
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
/**
|
|
3140
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
3141
|
-
* format), writing to the given BinaryWriter.
|
|
3142
|
-
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest} message
|
|
3143
|
-
* @param {!jspb.BinaryWriter} writer
|
|
3144
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3145
|
-
*/
|
|
3146
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
3147
|
-
var f = undefined;
|
|
3148
|
-
f = message.getClientId();
|
|
3149
|
-
if (f.length > 0) {
|
|
3150
|
-
writer.writeString(
|
|
3151
|
-
1,
|
|
3152
|
-
f
|
|
3153
|
-
);
|
|
3154
|
-
}
|
|
3155
|
-
f = message.getTrackId();
|
|
3156
|
-
if (f.length > 0) {
|
|
3157
|
-
writer.writeString(
|
|
3158
|
-
2,
|
|
3159
|
-
f
|
|
3160
|
-
);
|
|
3161
|
-
}
|
|
3162
|
-
};
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
/**
|
|
3166
|
-
* optional string client_id = 1;
|
|
3167
|
-
* @return {string}
|
|
3168
|
-
*/
|
|
3169
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.getClientId = function() {
|
|
3170
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
3171
|
-
};
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
/**
|
|
3175
|
-
* @param {string} value
|
|
3176
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest} returns this
|
|
3177
|
-
*/
|
|
3178
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.setClientId = function(value) {
|
|
3179
|
-
return jspb.Message.setProto3StringField(this, 1, value);
|
|
3180
|
-
};
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
/**
|
|
3184
|
-
* optional string track_id = 2;
|
|
3185
|
-
* @return {string}
|
|
3186
|
-
*/
|
|
3187
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.getTrackId = function() {
|
|
3188
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3189
|
-
};
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
/**
|
|
3193
|
-
* @param {string} value
|
|
3194
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest} returns this
|
|
3195
|
-
*/
|
|
3196
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest.prototype.setTrackId = function(value) {
|
|
3197
|
-
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3198
|
-
};
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3205
|
-
/**
|
|
3206
|
-
* Creates an object representation of this proto.
|
|
3207
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3208
|
-
* Optional fields that are not set will be set to undefined.
|
|
3209
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3210
|
-
* For the list of reserved names please see:
|
|
3211
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3212
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3213
|
-
* JSPB instance for transitional soy proto support:
|
|
3214
|
-
* http://goto/soy-param-migration
|
|
3215
|
-
* @return {!Object}
|
|
3216
|
-
*/
|
|
3217
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3218
|
-
return proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.toObject(opt_includeInstance, this);
|
|
3219
|
-
};
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
/**
|
|
3223
|
-
* Static version of the {@see toObject} method.
|
|
3224
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3225
|
-
* the JSPB instance for transitional soy proto support:
|
|
3226
|
-
* http://goto/soy-param-migration
|
|
3227
|
-
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} msg The msg instance to transform.
|
|
3228
|
-
* @return {!Object}
|
|
3229
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3230
|
-
*/
|
|
3231
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.toObject = function(includeInstance, msg) {
|
|
3232
|
-
var f, obj = {
|
|
3233
|
-
success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
|
|
3234
|
-
siteId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3235
|
-
oldInstallId: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
3236
|
-
newInstallId: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
3237
|
-
credentials: (f = msg.getCredentials()) && proto.lansweeper.multitenant.v1.InstallCredentials.toObject(includeInstance, f)
|
|
3238
|
-
};
|
|
3239
|
-
|
|
3240
|
-
if (includeInstance) {
|
|
3241
|
-
obj.$jspbMessageInstance = msg;
|
|
3242
|
-
}
|
|
3243
|
-
return obj;
|
|
3244
|
-
};
|
|
3245
|
-
}
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
/**
|
|
3249
|
-
* Deserializes binary data (in protobuf wire format).
|
|
3250
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3251
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse}
|
|
3252
|
-
*/
|
|
3253
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.deserializeBinary = function(bytes) {
|
|
3254
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
3255
|
-
var msg = new proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse;
|
|
3256
|
-
return proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
3257
|
-
};
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
/**
|
|
3261
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
3262
|
-
* given reader into the given message object.
|
|
3263
|
-
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} msg The message object to deserialize into.
|
|
3264
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3265
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse}
|
|
3266
|
-
*/
|
|
3267
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3268
|
-
while (reader.nextField()) {
|
|
3269
|
-
if (reader.isEndGroup()) {
|
|
3270
|
-
break;
|
|
3271
|
-
}
|
|
3272
|
-
var field = reader.getFieldNumber();
|
|
3273
|
-
switch (field) {
|
|
3274
|
-
case 1:
|
|
3275
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
3276
|
-
msg.setSuccess(value);
|
|
3277
|
-
break;
|
|
3278
|
-
case 2:
|
|
3279
|
-
var value = /** @type {string} */ (reader.readString());
|
|
3280
|
-
msg.setSiteId(value);
|
|
3281
|
-
break;
|
|
3282
|
-
case 3:
|
|
3283
|
-
var value = /** @type {string} */ (reader.readString());
|
|
3284
|
-
msg.setOldInstallId(value);
|
|
3285
|
-
break;
|
|
3286
|
-
case 4:
|
|
3287
|
-
var value = /** @type {string} */ (reader.readString());
|
|
3288
|
-
msg.setNewInstallId(value);
|
|
3289
|
-
break;
|
|
3290
|
-
case 5:
|
|
3291
|
-
var value = new proto.lansweeper.multitenant.v1.InstallCredentials;
|
|
3292
|
-
reader.readMessage(value,proto.lansweeper.multitenant.v1.InstallCredentials.deserializeBinaryFromReader);
|
|
3293
|
-
msg.setCredentials(value);
|
|
3294
|
-
break;
|
|
3295
|
-
default:
|
|
3296
|
-
reader.skipField();
|
|
3297
|
-
break;
|
|
3298
|
-
}
|
|
3299
|
-
}
|
|
3300
|
-
return msg;
|
|
3301
|
-
};
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
/**
|
|
3305
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
3306
|
-
* @return {!Uint8Array}
|
|
3307
|
-
*/
|
|
3308
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.serializeBinary = function() {
|
|
3309
|
-
var writer = new jspb.BinaryWriter();
|
|
3310
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.serializeBinaryToWriter(this, writer);
|
|
3311
|
-
return writer.getResultBuffer();
|
|
3312
|
-
};
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
/**
|
|
3316
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
3317
|
-
* format), writing to the given BinaryWriter.
|
|
3318
|
-
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} message
|
|
3319
|
-
* @param {!jspb.BinaryWriter} writer
|
|
3320
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3321
|
-
*/
|
|
3322
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3323
|
-
var f = undefined;
|
|
3324
|
-
f = message.getSuccess();
|
|
3325
|
-
if (f) {
|
|
3326
|
-
writer.writeBool(
|
|
3327
|
-
1,
|
|
3328
|
-
f
|
|
3329
|
-
);
|
|
3330
|
-
}
|
|
3331
|
-
f = message.getSiteId();
|
|
3332
|
-
if (f.length > 0) {
|
|
3333
|
-
writer.writeString(
|
|
3334
|
-
2,
|
|
3335
|
-
f
|
|
3336
|
-
);
|
|
3337
|
-
}
|
|
3338
|
-
f = message.getOldInstallId();
|
|
3339
|
-
if (f.length > 0) {
|
|
3340
|
-
writer.writeString(
|
|
3341
|
-
3,
|
|
3342
|
-
f
|
|
3343
|
-
);
|
|
3344
|
-
}
|
|
3345
|
-
f = message.getNewInstallId();
|
|
3346
|
-
if (f.length > 0) {
|
|
3347
|
-
writer.writeString(
|
|
3348
|
-
4,
|
|
3349
|
-
f
|
|
3350
|
-
);
|
|
3351
|
-
}
|
|
3352
|
-
f = message.getCredentials();
|
|
3353
|
-
if (f != null) {
|
|
3354
|
-
writer.writeMessage(
|
|
3355
|
-
5,
|
|
3356
|
-
f,
|
|
3357
|
-
proto.lansweeper.multitenant.v1.InstallCredentials.serializeBinaryToWriter
|
|
3358
|
-
);
|
|
3359
|
-
}
|
|
3360
|
-
};
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
/**
|
|
3364
|
-
* optional bool success = 1;
|
|
3365
|
-
* @return {boolean}
|
|
3366
|
-
*/
|
|
3367
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.getSuccess = function() {
|
|
3368
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
3369
|
-
};
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
/**
|
|
3373
|
-
* @param {boolean} value
|
|
3374
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
|
|
3375
|
-
*/
|
|
3376
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setSuccess = function(value) {
|
|
3377
|
-
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
3378
|
-
};
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
/**
|
|
3382
|
-
* optional string site_id = 2;
|
|
3383
|
-
* @return {string}
|
|
3384
|
-
*/
|
|
3385
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.getSiteId = function() {
|
|
3386
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3387
|
-
};
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
/**
|
|
3391
|
-
* @param {string} value
|
|
3392
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
|
|
3393
|
-
*/
|
|
3394
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setSiteId = function(value) {
|
|
3395
|
-
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3396
|
-
};
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
/**
|
|
3400
|
-
* optional string old_install_id = 3;
|
|
3401
|
-
* @return {string}
|
|
3402
|
-
*/
|
|
3403
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.getOldInstallId = function() {
|
|
3404
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
3405
|
-
};
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
/**
|
|
3409
|
-
* @param {string} value
|
|
3410
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
|
|
3411
|
-
*/
|
|
3412
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setOldInstallId = function(value) {
|
|
3413
|
-
return jspb.Message.setProto3StringField(this, 3, value);
|
|
3414
|
-
};
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
/**
|
|
3418
|
-
* optional string new_install_id = 4;
|
|
3419
|
-
* @return {string}
|
|
3420
|
-
*/
|
|
3421
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.getNewInstallId = function() {
|
|
3422
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
3423
|
-
};
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
/**
|
|
3427
|
-
* @param {string} value
|
|
3428
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
|
|
3429
|
-
*/
|
|
3430
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setNewInstallId = function(value) {
|
|
3431
|
-
return jspb.Message.setProto3StringField(this, 4, value);
|
|
3432
|
-
};
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
/**
|
|
3436
|
-
* optional InstallCredentials credentials = 5;
|
|
3437
|
-
* @return {?proto.lansweeper.multitenant.v1.InstallCredentials}
|
|
3438
|
-
*/
|
|
3439
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.getCredentials = function() {
|
|
3440
|
-
return /** @type{?proto.lansweeper.multitenant.v1.InstallCredentials} */ (
|
|
3441
|
-
jspb.Message.getWrapperField(this, proto.lansweeper.multitenant.v1.InstallCredentials, 5));
|
|
3442
|
-
};
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
/**
|
|
3446
|
-
* @param {?proto.lansweeper.multitenant.v1.InstallCredentials|undefined} value
|
|
3447
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
|
|
3448
|
-
*/
|
|
3449
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setCredentials = function(value) {
|
|
3450
|
-
return jspb.Message.setWrapperField(this, 5, value);
|
|
3451
|
-
};
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
/**
|
|
3455
|
-
* Clears the message field making it undefined.
|
|
3456
|
-
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
|
|
3457
|
-
*/
|
|
3458
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.clearCredentials = function() {
|
|
3459
|
-
return this.setCredentials(undefined);
|
|
3460
|
-
};
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
/**
|
|
3464
|
-
* Returns whether this field is set.
|
|
3465
|
-
* @return {boolean}
|
|
3466
|
-
*/
|
|
3467
|
-
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.hasCredentials = function() {
|
|
3468
|
-
return jspb.Message.getField(this, 5) != null;
|
|
3469
|
-
};
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3476
|
-
/**
|
|
3477
|
-
* Creates an object representation of this proto.
|
|
3478
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3479
|
-
* Optional fields that are not set will be set to undefined.
|
|
3480
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3481
|
-
* For the list of reserved names please see:
|
|
3482
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3483
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3484
|
-
* JSPB instance for transitional soy proto support:
|
|
3485
|
-
* http://goto/soy-param-migration
|
|
3486
|
-
* @return {!Object}
|
|
3487
|
-
*/
|
|
3488
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
3489
|
-
return proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.toObject(opt_includeInstance, this);
|
|
3490
|
-
};
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
/**
|
|
3494
|
-
* Static version of the {@see toObject} method.
|
|
3495
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3496
|
-
* the JSPB instance for transitional soy proto support:
|
|
3497
|
-
* http://goto/soy-param-migration
|
|
3498
|
-
* @param {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest} msg The msg instance to transform.
|
|
3499
|
-
* @return {!Object}
|
|
3500
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3501
|
-
*/
|
|
3502
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.toObject = function(includeInstance, msg) {
|
|
3503
|
-
var f, obj = {
|
|
3504
|
-
clientId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
3505
|
-
trackId: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
3506
|
-
};
|
|
3507
|
-
|
|
3508
|
-
if (includeInstance) {
|
|
3509
|
-
obj.$jspbMessageInstance = msg;
|
|
3510
|
-
}
|
|
3511
|
-
return obj;
|
|
3512
|
-
};
|
|
3513
|
-
}
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
/**
|
|
3517
|
-
* Deserializes binary data (in protobuf wire format).
|
|
3518
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3519
|
-
* @return {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest}
|
|
3520
|
-
*/
|
|
3521
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.deserializeBinary = function(bytes) {
|
|
3522
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
3523
|
-
var msg = new proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest;
|
|
3524
|
-
return proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
3525
|
-
};
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
/**
|
|
3529
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
3530
|
-
* given reader into the given message object.
|
|
3531
|
-
* @param {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest} msg The message object to deserialize into.
|
|
3532
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3533
|
-
* @return {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest}
|
|
3534
|
-
*/
|
|
3535
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
3536
|
-
while (reader.nextField()) {
|
|
3537
|
-
if (reader.isEndGroup()) {
|
|
3538
|
-
break;
|
|
3539
|
-
}
|
|
3540
|
-
var field = reader.getFieldNumber();
|
|
3541
|
-
switch (field) {
|
|
3542
|
-
case 1:
|
|
3543
|
-
var value = /** @type {string} */ (reader.readString());
|
|
3544
|
-
msg.setClientId(value);
|
|
3545
|
-
break;
|
|
3546
|
-
case 2:
|
|
3547
|
-
var value = /** @type {string} */ (reader.readString());
|
|
3548
|
-
msg.setTrackId(value);
|
|
3549
|
-
break;
|
|
3550
|
-
default:
|
|
3551
|
-
reader.skipField();
|
|
3552
|
-
break;
|
|
3553
|
-
}
|
|
3554
|
-
}
|
|
3555
|
-
return msg;
|
|
3556
|
-
};
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
/**
|
|
3560
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
3561
|
-
* @return {!Uint8Array}
|
|
3562
|
-
*/
|
|
3563
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.prototype.serializeBinary = function() {
|
|
3564
|
-
var writer = new jspb.BinaryWriter();
|
|
3565
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.serializeBinaryToWriter(this, writer);
|
|
3566
|
-
return writer.getResultBuffer();
|
|
3567
|
-
};
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
/**
|
|
3571
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
3572
|
-
* format), writing to the given BinaryWriter.
|
|
3573
|
-
* @param {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest} message
|
|
3574
|
-
* @param {!jspb.BinaryWriter} writer
|
|
3575
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3576
|
-
*/
|
|
3577
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
3578
|
-
var f = undefined;
|
|
3579
|
-
f = message.getClientId();
|
|
3580
|
-
if (f.length > 0) {
|
|
3581
|
-
writer.writeString(
|
|
3582
|
-
1,
|
|
3583
|
-
f
|
|
3584
|
-
);
|
|
3585
|
-
}
|
|
3586
|
-
f = message.getTrackId();
|
|
3587
|
-
if (f.length > 0) {
|
|
3588
|
-
writer.writeString(
|
|
3589
|
-
2,
|
|
3590
|
-
f
|
|
3591
|
-
);
|
|
3592
|
-
}
|
|
3593
|
-
};
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
/**
|
|
3597
|
-
* optional string client_id = 1;
|
|
3598
|
-
* @return {string}
|
|
3599
|
-
*/
|
|
3600
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.prototype.getClientId = function() {
|
|
3601
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
3602
|
-
};
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
/**
|
|
3606
|
-
* @param {string} value
|
|
3607
|
-
* @return {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest} returns this
|
|
3608
|
-
*/
|
|
3609
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.prototype.setClientId = function(value) {
|
|
3610
|
-
return jspb.Message.setProto3StringField(this, 1, value);
|
|
3611
|
-
};
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
/**
|
|
3615
|
-
* optional string track_id = 2;
|
|
3616
|
-
* @return {string}
|
|
3617
|
-
*/
|
|
3618
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.prototype.getTrackId = function() {
|
|
3619
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3620
|
-
};
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
/**
|
|
3624
|
-
* @param {string} value
|
|
3625
|
-
* @return {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest} returns this
|
|
3626
|
-
*/
|
|
3627
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdRequest.prototype.setTrackId = function(value) {
|
|
3628
|
-
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3629
|
-
};
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3636
|
-
/**
|
|
3637
|
-
* Creates an object representation of this proto.
|
|
3638
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3639
|
-
* Optional fields that are not set will be set to undefined.
|
|
3640
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3641
|
-
* For the list of reserved names please see:
|
|
3642
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3643
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3644
|
-
* JSPB instance for transitional soy proto support:
|
|
3645
|
-
* http://goto/soy-param-migration
|
|
3646
|
-
* @return {!Object}
|
|
3647
|
-
*/
|
|
3648
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3649
|
-
return proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.toObject(opt_includeInstance, this);
|
|
3650
|
-
};
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
/**
|
|
3654
|
-
* Static version of the {@see toObject} method.
|
|
3655
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3656
|
-
* the JSPB instance for transitional soy proto support:
|
|
3657
|
-
* http://goto/soy-param-migration
|
|
3658
|
-
* @param {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse} msg The msg instance to transform.
|
|
3659
|
-
* @return {!Object}
|
|
3660
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3661
|
-
*/
|
|
3662
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.toObject = function(includeInstance, msg) {
|
|
3663
|
-
var f, obj = {
|
|
3664
|
-
success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
|
|
3665
|
-
};
|
|
3666
|
-
|
|
3667
|
-
if (includeInstance) {
|
|
3668
|
-
obj.$jspbMessageInstance = msg;
|
|
3669
|
-
}
|
|
3670
|
-
return obj;
|
|
3671
|
-
};
|
|
3672
|
-
}
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
/**
|
|
3676
|
-
* Deserializes binary data (in protobuf wire format).
|
|
3677
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3678
|
-
* @return {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse}
|
|
3679
|
-
*/
|
|
3680
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.deserializeBinary = function(bytes) {
|
|
3681
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
3682
|
-
var msg = new proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse;
|
|
3683
|
-
return proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
3684
|
-
};
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
/**
|
|
3688
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
3689
|
-
* given reader into the given message object.
|
|
3690
|
-
* @param {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse} msg The message object to deserialize into.
|
|
3691
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3692
|
-
* @return {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse}
|
|
3693
|
-
*/
|
|
3694
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3695
|
-
while (reader.nextField()) {
|
|
3696
|
-
if (reader.isEndGroup()) {
|
|
3697
|
-
break;
|
|
3698
|
-
}
|
|
3699
|
-
var field = reader.getFieldNumber();
|
|
3700
|
-
switch (field) {
|
|
3701
|
-
case 1:
|
|
3702
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
3703
|
-
msg.setSuccess(value);
|
|
3704
|
-
break;
|
|
3705
|
-
default:
|
|
3706
|
-
reader.skipField();
|
|
3707
|
-
break;
|
|
3708
|
-
}
|
|
3709
|
-
}
|
|
3710
|
-
return msg;
|
|
3711
|
-
};
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
/**
|
|
3715
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
3716
|
-
* @return {!Uint8Array}
|
|
3717
|
-
*/
|
|
3718
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.prototype.serializeBinary = function() {
|
|
3719
|
-
var writer = new jspb.BinaryWriter();
|
|
3720
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.serializeBinaryToWriter(this, writer);
|
|
3721
|
-
return writer.getResultBuffer();
|
|
3722
|
-
};
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
/**
|
|
3726
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
3727
|
-
* format), writing to the given BinaryWriter.
|
|
3728
|
-
* @param {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse} message
|
|
3729
|
-
* @param {!jspb.BinaryWriter} writer
|
|
3730
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3731
|
-
*/
|
|
3732
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3733
|
-
var f = undefined;
|
|
3734
|
-
f = message.getSuccess();
|
|
3735
|
-
if (f) {
|
|
3736
|
-
writer.writeBool(
|
|
3737
|
-
1,
|
|
3738
|
-
f
|
|
3739
|
-
);
|
|
3740
|
-
}
|
|
3741
|
-
};
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
/**
|
|
3745
|
-
* optional bool success = 1;
|
|
3746
|
-
* @return {boolean}
|
|
3747
|
-
*/
|
|
3748
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.prototype.getSuccess = function() {
|
|
3749
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
3750
|
-
};
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
/**
|
|
3754
|
-
* @param {boolean} value
|
|
3755
|
-
* @return {!proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse} returns this
|
|
3756
|
-
*/
|
|
3757
|
-
proto.lansweeper.multitenant.v1.ResetInstallByClientIdResponse.prototype.setSuccess = function(value) {
|
|
3758
|
-
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
3759
|
-
};
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3766
|
-
/**
|
|
3767
|
-
* Creates an object representation of this proto.
|
|
3768
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3769
|
-
* Optional fields that are not set will be set to undefined.
|
|
3770
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3771
|
-
* For the list of reserved names please see:
|
|
3772
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3773
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3774
|
-
* JSPB instance for transitional soy proto support:
|
|
3775
|
-
* http://goto/soy-param-migration
|
|
3776
|
-
* @return {!Object}
|
|
3777
|
-
*/
|
|
3778
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
3779
|
-
return proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.toObject(opt_includeInstance, this);
|
|
3780
|
-
};
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
/**
|
|
3784
|
-
* Static version of the {@see toObject} method.
|
|
3785
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3786
|
-
* the JSPB instance for transitional soy proto support:
|
|
3787
|
-
* http://goto/soy-param-migration
|
|
3788
|
-
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} msg The msg instance to transform.
|
|
3789
|
-
* @return {!Object}
|
|
3790
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3791
|
-
*/
|
|
3792
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.toObject = function(includeInstance, msg) {
|
|
3793
|
-
var f, obj = {
|
|
3794
|
-
clientId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
3795
|
-
trackId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
3796
|
-
removeData: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
|
|
3797
|
-
fromOnprem: jspb.Message.getBooleanFieldWithDefault(msg, 4, false)
|
|
3798
|
-
};
|
|
3799
|
-
|
|
3800
|
-
if (includeInstance) {
|
|
3801
|
-
obj.$jspbMessageInstance = msg;
|
|
3802
|
-
}
|
|
3803
|
-
return obj;
|
|
3804
|
-
};
|
|
3805
|
-
}
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
/**
|
|
3809
|
-
* Deserializes binary data (in protobuf wire format).
|
|
3810
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3811
|
-
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest}
|
|
3812
|
-
*/
|
|
3813
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.deserializeBinary = function(bytes) {
|
|
3814
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
3815
|
-
var msg = new proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest;
|
|
3816
|
-
return proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
3817
|
-
};
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
/**
|
|
3821
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
3822
|
-
* given reader into the given message object.
|
|
3823
|
-
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} msg The message object to deserialize into.
|
|
3824
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3825
|
-
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest}
|
|
3826
|
-
*/
|
|
3827
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
3828
|
-
while (reader.nextField()) {
|
|
3829
|
-
if (reader.isEndGroup()) {
|
|
3830
|
-
break;
|
|
3831
|
-
}
|
|
3832
|
-
var field = reader.getFieldNumber();
|
|
3833
|
-
switch (field) {
|
|
3834
|
-
case 1:
|
|
3835
|
-
var value = /** @type {string} */ (reader.readString());
|
|
3836
|
-
msg.setClientId(value);
|
|
3837
|
-
break;
|
|
3838
|
-
case 2:
|
|
3839
|
-
var value = /** @type {string} */ (reader.readString());
|
|
3840
|
-
msg.setTrackId(value);
|
|
3841
|
-
break;
|
|
3842
|
-
case 3:
|
|
3843
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
3844
|
-
msg.setRemoveData(value);
|
|
3845
|
-
break;
|
|
3846
|
-
case 4:
|
|
3847
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
3848
|
-
msg.setFromOnprem(value);
|
|
3849
|
-
break;
|
|
3850
|
-
default:
|
|
3851
|
-
reader.skipField();
|
|
3852
|
-
break;
|
|
3853
|
-
}
|
|
3854
|
-
}
|
|
3855
|
-
return msg;
|
|
3856
|
-
};
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
/**
|
|
3860
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
3861
|
-
* @return {!Uint8Array}
|
|
3862
|
-
*/
|
|
3863
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.serializeBinary = function() {
|
|
3864
|
-
var writer = new jspb.BinaryWriter();
|
|
3865
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.serializeBinaryToWriter(this, writer);
|
|
3866
|
-
return writer.getResultBuffer();
|
|
3867
|
-
};
|
|
3868
|
-
|
|
3869
|
-
|
|
3870
|
-
/**
|
|
3871
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
3872
|
-
* format), writing to the given BinaryWriter.
|
|
3873
|
-
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} message
|
|
3874
|
-
* @param {!jspb.BinaryWriter} writer
|
|
3875
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3876
|
-
*/
|
|
3877
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
3878
|
-
var f = undefined;
|
|
3879
|
-
f = message.getClientId();
|
|
3880
|
-
if (f.length > 0) {
|
|
3881
|
-
writer.writeString(
|
|
3882
|
-
1,
|
|
3883
|
-
f
|
|
3884
|
-
);
|
|
3885
|
-
}
|
|
3886
|
-
f = message.getTrackId();
|
|
3887
|
-
if (f.length > 0) {
|
|
3888
|
-
writer.writeString(
|
|
3889
|
-
2,
|
|
3890
|
-
f
|
|
3891
|
-
);
|
|
3892
|
-
}
|
|
3893
|
-
f = message.getRemoveData();
|
|
3894
|
-
if (f) {
|
|
3895
|
-
writer.writeBool(
|
|
3896
|
-
3,
|
|
3897
|
-
f
|
|
3898
|
-
);
|
|
3899
|
-
}
|
|
3900
|
-
f = message.getFromOnprem();
|
|
3901
|
-
if (f) {
|
|
3902
|
-
writer.writeBool(
|
|
3903
|
-
4,
|
|
3904
|
-
f
|
|
3905
|
-
);
|
|
3906
|
-
}
|
|
3907
|
-
};
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
/**
|
|
3911
|
-
* optional string client_id = 1;
|
|
3912
|
-
* @return {string}
|
|
3913
|
-
*/
|
|
3914
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.getClientId = function() {
|
|
3915
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
3916
|
-
};
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
/**
|
|
3920
|
-
* @param {string} value
|
|
3921
|
-
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} returns this
|
|
3922
|
-
*/
|
|
3923
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.setClientId = function(value) {
|
|
3924
|
-
return jspb.Message.setProto3StringField(this, 1, value);
|
|
3925
|
-
};
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
/**
|
|
3929
|
-
* optional string track_id = 2;
|
|
3930
|
-
* @return {string}
|
|
3931
|
-
*/
|
|
3932
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.getTrackId = function() {
|
|
3933
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
3934
|
-
};
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
/**
|
|
3938
|
-
* @param {string} value
|
|
3939
|
-
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} returns this
|
|
3940
|
-
*/
|
|
3941
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.setTrackId = function(value) {
|
|
3942
|
-
return jspb.Message.setProto3StringField(this, 2, value);
|
|
3943
|
-
};
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
/**
|
|
3947
|
-
* optional bool remove_data = 3;
|
|
3948
|
-
* @return {boolean}
|
|
3949
|
-
*/
|
|
3950
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.getRemoveData = function() {
|
|
3951
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
|
|
3952
|
-
};
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
/**
|
|
3956
|
-
* @param {boolean} value
|
|
3957
|
-
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} returns this
|
|
3958
|
-
*/
|
|
3959
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.setRemoveData = function(value) {
|
|
3960
|
-
return jspb.Message.setProto3BooleanField(this, 3, value);
|
|
3961
|
-
};
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
/**
|
|
3965
|
-
* optional bool from_onprem = 4;
|
|
3966
|
-
* @return {boolean}
|
|
3967
|
-
*/
|
|
3968
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.getFromOnprem = function() {
|
|
3969
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
|
|
3970
|
-
};
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
/**
|
|
3974
|
-
* @param {boolean} value
|
|
3975
|
-
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} returns this
|
|
3976
|
-
*/
|
|
3977
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.setFromOnprem = function(value) {
|
|
3978
|
-
return jspb.Message.setProto3BooleanField(this, 4, value);
|
|
3979
|
-
};
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3986
|
-
/**
|
|
3987
|
-
* Creates an object representation of this proto.
|
|
3988
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3989
|
-
* Optional fields that are not set will be set to undefined.
|
|
3990
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3991
|
-
* For the list of reserved names please see:
|
|
3992
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3993
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3994
|
-
* JSPB instance for transitional soy proto support:
|
|
3995
|
-
* http://goto/soy-param-migration
|
|
3996
|
-
* @return {!Object}
|
|
3997
|
-
*/
|
|
3998
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3999
|
-
return proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.toObject(opt_includeInstance, this);
|
|
4000
|
-
};
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
/**
|
|
4004
|
-
* Static version of the {@see toObject} method.
|
|
4005
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4006
|
-
* the JSPB instance for transitional soy proto support:
|
|
4007
|
-
* http://goto/soy-param-migration
|
|
4008
|
-
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse} msg The msg instance to transform.
|
|
4009
|
-
* @return {!Object}
|
|
4010
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4011
|
-
*/
|
|
4012
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.toObject = function(includeInstance, msg) {
|
|
4013
|
-
var f, obj = {
|
|
4014
|
-
success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
|
|
4015
|
-
};
|
|
4016
|
-
|
|
4017
|
-
if (includeInstance) {
|
|
4018
|
-
obj.$jspbMessageInstance = msg;
|
|
4019
|
-
}
|
|
4020
|
-
return obj;
|
|
4021
|
-
};
|
|
4022
|
-
}
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
/**
|
|
4026
|
-
* Deserializes binary data (in protobuf wire format).
|
|
4027
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4028
|
-
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse}
|
|
4029
|
-
*/
|
|
4030
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.deserializeBinary = function(bytes) {
|
|
4031
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
4032
|
-
var msg = new proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse;
|
|
4033
|
-
return proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
4034
|
-
};
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
/**
|
|
4038
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
4039
|
-
* given reader into the given message object.
|
|
4040
|
-
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse} msg The message object to deserialize into.
|
|
4041
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4042
|
-
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse}
|
|
4043
|
-
*/
|
|
4044
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
4045
|
-
while (reader.nextField()) {
|
|
4046
|
-
if (reader.isEndGroup()) {
|
|
4047
|
-
break;
|
|
4048
|
-
}
|
|
4049
|
-
var field = reader.getFieldNumber();
|
|
4050
|
-
switch (field) {
|
|
4051
|
-
case 1:
|
|
4052
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
4053
|
-
msg.setSuccess(value);
|
|
4054
|
-
break;
|
|
4055
|
-
default:
|
|
4056
|
-
reader.skipField();
|
|
4057
|
-
break;
|
|
4058
|
-
}
|
|
4059
|
-
}
|
|
4060
|
-
return msg;
|
|
4061
|
-
};
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
/**
|
|
4065
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
4066
|
-
* @return {!Uint8Array}
|
|
4067
|
-
*/
|
|
4068
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.prototype.serializeBinary = function() {
|
|
4069
|
-
var writer = new jspb.BinaryWriter();
|
|
4070
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.serializeBinaryToWriter(this, writer);
|
|
4071
|
-
return writer.getResultBuffer();
|
|
4072
|
-
};
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
/**
|
|
4076
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
4077
|
-
* format), writing to the given BinaryWriter.
|
|
4078
|
-
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse} message
|
|
4079
|
-
* @param {!jspb.BinaryWriter} writer
|
|
4080
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4081
|
-
*/
|
|
4082
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
4083
|
-
var f = undefined;
|
|
4084
|
-
f = message.getSuccess();
|
|
4085
|
-
if (f) {
|
|
4086
|
-
writer.writeBool(
|
|
4087
|
-
1,
|
|
4088
|
-
f
|
|
4089
|
-
);
|
|
4090
|
-
}
|
|
4091
|
-
};
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
/**
|
|
4095
|
-
* optional bool success = 1;
|
|
4096
|
-
* @return {boolean}
|
|
4097
|
-
*/
|
|
4098
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.prototype.getSuccess = function() {
|
|
4099
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
4100
|
-
};
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
/**
|
|
4104
|
-
* @param {boolean} value
|
|
4105
|
-
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse} returns this
|
|
4106
|
-
*/
|
|
4107
|
-
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.prototype.setSuccess = function(value) {
|
|
4108
|
-
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
4109
|
-
};
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4116
|
-
/**
|
|
4117
|
-
* Creates an object representation of this proto.
|
|
4118
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4119
|
-
* Optional fields that are not set will be set to undefined.
|
|
4120
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4121
|
-
* For the list of reserved names please see:
|
|
4122
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4123
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4124
|
-
* JSPB instance for transitional soy proto support:
|
|
4125
|
-
* http://goto/soy-param-migration
|
|
4126
|
-
* @return {!Object}
|
|
4127
|
-
*/
|
|
4128
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
4129
|
-
return proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest.toObject(opt_includeInstance, this);
|
|
4130
|
-
};
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
/**
|
|
4134
|
-
* Static version of the {@see toObject} method.
|
|
4135
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4136
|
-
* the JSPB instance for transitional soy proto support:
|
|
4137
|
-
* http://goto/soy-param-migration
|
|
4138
|
-
* @param {!proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest} msg The msg instance to transform.
|
|
4139
|
-
* @return {!Object}
|
|
4140
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4141
|
-
*/
|
|
4142
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest.toObject = function(includeInstance, msg) {
|
|
4143
|
-
var f, obj = {
|
|
4144
|
-
clientId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
4145
|
-
trackId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
4146
|
-
pushId: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
4147
|
-
};
|
|
4148
|
-
|
|
4149
|
-
if (includeInstance) {
|
|
4150
|
-
obj.$jspbMessageInstance = msg;
|
|
4151
|
-
}
|
|
4152
|
-
return obj;
|
|
4153
|
-
};
|
|
4154
|
-
}
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
/**
|
|
4158
|
-
* Deserializes binary data (in protobuf wire format).
|
|
4159
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4160
|
-
* @return {!proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest}
|
|
4161
|
-
*/
|
|
4162
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest.deserializeBinary = function(bytes) {
|
|
4163
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
4164
|
-
var msg = new proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest;
|
|
4165
|
-
return proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
4166
|
-
};
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
/**
|
|
4170
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
4171
|
-
* given reader into the given message object.
|
|
4172
|
-
* @param {!proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest} msg The message object to deserialize into.
|
|
4173
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4174
|
-
* @return {!proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest}
|
|
4175
|
-
*/
|
|
4176
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
4177
|
-
while (reader.nextField()) {
|
|
4178
|
-
if (reader.isEndGroup()) {
|
|
4179
|
-
break;
|
|
4180
|
-
}
|
|
4181
|
-
var field = reader.getFieldNumber();
|
|
4182
|
-
switch (field) {
|
|
4183
|
-
case 1:
|
|
4184
|
-
var value = /** @type {string} */ (reader.readString());
|
|
4185
|
-
msg.setClientId(value);
|
|
4186
|
-
break;
|
|
4187
|
-
case 2:
|
|
4188
|
-
var value = /** @type {string} */ (reader.readString());
|
|
4189
|
-
msg.setTrackId(value);
|
|
4190
|
-
break;
|
|
4191
|
-
case 3:
|
|
4192
|
-
var value = /** @type {string} */ (reader.readString());
|
|
4193
|
-
msg.setPushId(value);
|
|
4194
|
-
break;
|
|
4195
|
-
default:
|
|
4196
|
-
reader.skipField();
|
|
4197
|
-
break;
|
|
4198
|
-
}
|
|
4199
|
-
}
|
|
4200
|
-
return msg;
|
|
4201
|
-
};
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
/**
|
|
4205
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
4206
|
-
* @return {!Uint8Array}
|
|
4207
|
-
*/
|
|
4208
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest.prototype.serializeBinary = function() {
|
|
2806
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.serializeBinary = function() {
|
|
4209
2807
|
var writer = new jspb.BinaryWriter();
|
|
4210
|
-
proto.lansweeper.multitenant.v1.
|
|
2808
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.serializeBinaryToWriter(this, writer);
|
|
4211
2809
|
return writer.getResultBuffer();
|
|
4212
2810
|
};
|
|
4213
2811
|
|
|
@@ -4215,217 +2813,112 @@ proto.lansweeper.multitenant.v1.StartInstallPushByClientIdRequest.prototype.seri
|
|
|
4215
2813
|
/**
|
|
4216
2814
|
* Serializes the given message to binary data (in protobuf wire
|
|
4217
2815
|
* format), writing to the given BinaryWriter.
|
|
4218
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
2816
|
+
* @param {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} message
|
|
4219
2817
|
* @param {!jspb.BinaryWriter} writer
|
|
4220
2818
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4221
2819
|
*/
|
|
4222
|
-
proto.lansweeper.multitenant.v1.
|
|
2820
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
4223
2821
|
var f = undefined;
|
|
4224
|
-
f = message.
|
|
4225
|
-
if (f
|
|
4226
|
-
writer.
|
|
2822
|
+
f = message.getSuccess();
|
|
2823
|
+
if (f) {
|
|
2824
|
+
writer.writeBool(
|
|
4227
2825
|
1,
|
|
4228
2826
|
f
|
|
4229
2827
|
);
|
|
4230
2828
|
}
|
|
4231
|
-
f = message.
|
|
2829
|
+
f = message.getSiteId();
|
|
4232
2830
|
if (f.length > 0) {
|
|
4233
2831
|
writer.writeString(
|
|
4234
2832
|
2,
|
|
4235
2833
|
f
|
|
4236
2834
|
);
|
|
4237
2835
|
}
|
|
4238
|
-
f = message.
|
|
2836
|
+
f = message.getOldInstallId();
|
|
4239
2837
|
if (f.length > 0) {
|
|
4240
2838
|
writer.writeString(
|
|
4241
2839
|
3,
|
|
4242
2840
|
f
|
|
4243
2841
|
);
|
|
4244
2842
|
}
|
|
2843
|
+
f = message.getNewInstallId();
|
|
2844
|
+
if (f.length > 0) {
|
|
2845
|
+
writer.writeString(
|
|
2846
|
+
4,
|
|
2847
|
+
f
|
|
2848
|
+
);
|
|
2849
|
+
}
|
|
4245
2850
|
};
|
|
4246
2851
|
|
|
4247
2852
|
|
|
4248
2853
|
/**
|
|
4249
|
-
* optional
|
|
4250
|
-
* @return {
|
|
2854
|
+
* optional bool success = 1;
|
|
2855
|
+
* @return {boolean}
|
|
4251
2856
|
*/
|
|
4252
|
-
proto.lansweeper.multitenant.v1.
|
|
4253
|
-
return /** @type {
|
|
2857
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.getSuccess = function() {
|
|
2858
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
4254
2859
|
};
|
|
4255
2860
|
|
|
4256
2861
|
|
|
4257
2862
|
/**
|
|
4258
|
-
* @param {
|
|
4259
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2863
|
+
* @param {boolean} value
|
|
2864
|
+
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
|
|
4260
2865
|
*/
|
|
4261
|
-
proto.lansweeper.multitenant.v1.
|
|
4262
|
-
return jspb.Message.
|
|
2866
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setSuccess = function(value) {
|
|
2867
|
+
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
4263
2868
|
};
|
|
4264
2869
|
|
|
4265
2870
|
|
|
4266
2871
|
/**
|
|
4267
|
-
* optional string
|
|
2872
|
+
* optional string site_id = 2;
|
|
4268
2873
|
* @return {string}
|
|
4269
2874
|
*/
|
|
4270
|
-
proto.lansweeper.multitenant.v1.
|
|
2875
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.getSiteId = function() {
|
|
4271
2876
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
4272
2877
|
};
|
|
4273
2878
|
|
|
4274
2879
|
|
|
4275
2880
|
/**
|
|
4276
2881
|
* @param {string} value
|
|
4277
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2882
|
+
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
|
|
4278
2883
|
*/
|
|
4279
|
-
proto.lansweeper.multitenant.v1.
|
|
2884
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setSiteId = function(value) {
|
|
4280
2885
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
4281
2886
|
};
|
|
4282
2887
|
|
|
4283
2888
|
|
|
4284
2889
|
/**
|
|
4285
|
-
* optional string
|
|
2890
|
+
* optional string old_install_id = 3;
|
|
4286
2891
|
* @return {string}
|
|
4287
2892
|
*/
|
|
4288
|
-
proto.lansweeper.multitenant.v1.
|
|
2893
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.getOldInstallId = function() {
|
|
4289
2894
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
4290
2895
|
};
|
|
4291
2896
|
|
|
4292
2897
|
|
|
4293
2898
|
/**
|
|
4294
2899
|
* @param {string} value
|
|
4295
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2900
|
+
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
|
|
4296
2901
|
*/
|
|
4297
|
-
proto.lansweeper.multitenant.v1.
|
|
2902
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setOldInstallId = function(value) {
|
|
4298
2903
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
4299
2904
|
};
|
|
4300
2905
|
|
|
4301
2906
|
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4306
|
-
/**
|
|
4307
|
-
* Creates an object representation of this proto.
|
|
4308
|
-
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4309
|
-
* Optional fields that are not set will be set to undefined.
|
|
4310
|
-
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4311
|
-
* For the list of reserved names please see:
|
|
4312
|
-
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4313
|
-
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4314
|
-
* JSPB instance for transitional soy proto support:
|
|
4315
|
-
* http://goto/soy-param-migration
|
|
4316
|
-
* @return {!Object}
|
|
4317
|
-
*/
|
|
4318
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
4319
|
-
return proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse.toObject(opt_includeInstance, this);
|
|
4320
|
-
};
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
/**
|
|
4324
|
-
* Static version of the {@see toObject} method.
|
|
4325
|
-
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4326
|
-
* the JSPB instance for transitional soy proto support:
|
|
4327
|
-
* http://goto/soy-param-migration
|
|
4328
|
-
* @param {!proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse} msg The msg instance to transform.
|
|
4329
|
-
* @return {!Object}
|
|
4330
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4331
|
-
*/
|
|
4332
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse.toObject = function(includeInstance, msg) {
|
|
4333
|
-
var f, obj = {
|
|
4334
|
-
pushId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
4335
|
-
};
|
|
4336
|
-
|
|
4337
|
-
if (includeInstance) {
|
|
4338
|
-
obj.$jspbMessageInstance = msg;
|
|
4339
|
-
}
|
|
4340
|
-
return obj;
|
|
4341
|
-
};
|
|
4342
|
-
}
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
/**
|
|
4346
|
-
* Deserializes binary data (in protobuf wire format).
|
|
4347
|
-
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4348
|
-
* @return {!proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse}
|
|
4349
|
-
*/
|
|
4350
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse.deserializeBinary = function(bytes) {
|
|
4351
|
-
var reader = new jspb.BinaryReader(bytes);
|
|
4352
|
-
var msg = new proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse;
|
|
4353
|
-
return proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
4354
|
-
};
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
/**
|
|
4358
|
-
* Deserializes binary data (in protobuf wire format) from the
|
|
4359
|
-
* given reader into the given message object.
|
|
4360
|
-
* @param {!proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse} msg The message object to deserialize into.
|
|
4361
|
-
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4362
|
-
* @return {!proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse}
|
|
4363
|
-
*/
|
|
4364
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
4365
|
-
while (reader.nextField()) {
|
|
4366
|
-
if (reader.isEndGroup()) {
|
|
4367
|
-
break;
|
|
4368
|
-
}
|
|
4369
|
-
var field = reader.getFieldNumber();
|
|
4370
|
-
switch (field) {
|
|
4371
|
-
case 1:
|
|
4372
|
-
var value = /** @type {string} */ (reader.readString());
|
|
4373
|
-
msg.setPushId(value);
|
|
4374
|
-
break;
|
|
4375
|
-
default:
|
|
4376
|
-
reader.skipField();
|
|
4377
|
-
break;
|
|
4378
|
-
}
|
|
4379
|
-
}
|
|
4380
|
-
return msg;
|
|
4381
|
-
};
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
/**
|
|
4385
|
-
* Serializes the message to binary data (in protobuf wire format).
|
|
4386
|
-
* @return {!Uint8Array}
|
|
4387
|
-
*/
|
|
4388
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse.prototype.serializeBinary = function() {
|
|
4389
|
-
var writer = new jspb.BinaryWriter();
|
|
4390
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse.serializeBinaryToWriter(this, writer);
|
|
4391
|
-
return writer.getResultBuffer();
|
|
4392
|
-
};
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
/**
|
|
4396
|
-
* Serializes the given message to binary data (in protobuf wire
|
|
4397
|
-
* format), writing to the given BinaryWriter.
|
|
4398
|
-
* @param {!proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse} message
|
|
4399
|
-
* @param {!jspb.BinaryWriter} writer
|
|
4400
|
-
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4401
|
-
*/
|
|
4402
|
-
proto.lansweeper.multitenant.v1.StartInstallPushByClientIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
4403
|
-
var f = undefined;
|
|
4404
|
-
f = message.getPushId();
|
|
4405
|
-
if (f.length > 0) {
|
|
4406
|
-
writer.writeString(
|
|
4407
|
-
1,
|
|
4408
|
-
f
|
|
4409
|
-
);
|
|
4410
|
-
}
|
|
4411
|
-
};
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
2907
|
/**
|
|
4415
|
-
* optional string
|
|
2908
|
+
* optional string new_install_id = 4;
|
|
4416
2909
|
* @return {string}
|
|
4417
2910
|
*/
|
|
4418
|
-
proto.lansweeper.multitenant.v1.
|
|
4419
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
2911
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.getNewInstallId = function() {
|
|
2912
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
4420
2913
|
};
|
|
4421
2914
|
|
|
4422
2915
|
|
|
4423
2916
|
/**
|
|
4424
2917
|
* @param {string} value
|
|
4425
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2918
|
+
* @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
|
|
4426
2919
|
*/
|
|
4427
|
-
proto.lansweeper.multitenant.v1.
|
|
4428
|
-
return jspb.Message.setProto3StringField(this,
|
|
2920
|
+
proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setNewInstallId = function(value) {
|
|
2921
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
4429
2922
|
};
|
|
4430
2923
|
|
|
4431
2924
|
|
|
@@ -4445,8 +2938,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
4445
2938
|
* http://goto/soy-param-migration
|
|
4446
2939
|
* @return {!Object}
|
|
4447
2940
|
*/
|
|
4448
|
-
proto.lansweeper.multitenant.v1.
|
|
4449
|
-
return proto.lansweeper.multitenant.v1.
|
|
2941
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2942
|
+
return proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.toObject(opt_includeInstance, this);
|
|
4450
2943
|
};
|
|
4451
2944
|
|
|
4452
2945
|
|
|
@@ -4455,16 +2948,16 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest.prototype.toO
|
|
|
4455
2948
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4456
2949
|
* the JSPB instance for transitional soy proto support:
|
|
4457
2950
|
* http://goto/soy-param-migration
|
|
4458
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
2951
|
+
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} msg The msg instance to transform.
|
|
4459
2952
|
* @return {!Object}
|
|
4460
2953
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4461
2954
|
*/
|
|
4462
|
-
proto.lansweeper.multitenant.v1.
|
|
2955
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.toObject = function(includeInstance, msg) {
|
|
4463
2956
|
var f, obj = {
|
|
4464
2957
|
clientId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
4465
2958
|
trackId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
4466
|
-
|
|
4467
|
-
|
|
2959
|
+
removeData: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
|
|
2960
|
+
fromOnprem: jspb.Message.getBooleanFieldWithDefault(msg, 4, false)
|
|
4468
2961
|
};
|
|
4469
2962
|
|
|
4470
2963
|
if (includeInstance) {
|
|
@@ -4478,23 +2971,23 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest.toObject = fu
|
|
|
4478
2971
|
/**
|
|
4479
2972
|
* Deserializes binary data (in protobuf wire format).
|
|
4480
2973
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4481
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2974
|
+
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest}
|
|
4482
2975
|
*/
|
|
4483
|
-
proto.lansweeper.multitenant.v1.
|
|
2976
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.deserializeBinary = function(bytes) {
|
|
4484
2977
|
var reader = new jspb.BinaryReader(bytes);
|
|
4485
|
-
var msg = new proto.lansweeper.multitenant.v1.
|
|
4486
|
-
return proto.lansweeper.multitenant.v1.
|
|
2978
|
+
var msg = new proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest;
|
|
2979
|
+
return proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
4487
2980
|
};
|
|
4488
2981
|
|
|
4489
2982
|
|
|
4490
2983
|
/**
|
|
4491
2984
|
* Deserializes binary data (in protobuf wire format) from the
|
|
4492
2985
|
* given reader into the given message object.
|
|
4493
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
2986
|
+
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} msg The message object to deserialize into.
|
|
4494
2987
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4495
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
2988
|
+
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest}
|
|
4496
2989
|
*/
|
|
4497
|
-
proto.lansweeper.multitenant.v1.
|
|
2990
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
4498
2991
|
while (reader.nextField()) {
|
|
4499
2992
|
if (reader.isEndGroup()) {
|
|
4500
2993
|
break;
|
|
@@ -4510,12 +3003,12 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest.deserializeBi
|
|
|
4510
3003
|
msg.setTrackId(value);
|
|
4511
3004
|
break;
|
|
4512
3005
|
case 3:
|
|
4513
|
-
var value = /** @type {
|
|
4514
|
-
msg.
|
|
3006
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
3007
|
+
msg.setRemoveData(value);
|
|
4515
3008
|
break;
|
|
4516
3009
|
case 4:
|
|
4517
|
-
var value = /** @type {
|
|
4518
|
-
msg.
|
|
3010
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
3011
|
+
msg.setFromOnprem(value);
|
|
4519
3012
|
break;
|
|
4520
3013
|
default:
|
|
4521
3014
|
reader.skipField();
|
|
@@ -4530,9 +3023,9 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest.deserializeBi
|
|
|
4530
3023
|
* Serializes the message to binary data (in protobuf wire format).
|
|
4531
3024
|
* @return {!Uint8Array}
|
|
4532
3025
|
*/
|
|
4533
|
-
proto.lansweeper.multitenant.v1.
|
|
3026
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.serializeBinary = function() {
|
|
4534
3027
|
var writer = new jspb.BinaryWriter();
|
|
4535
|
-
proto.lansweeper.multitenant.v1.
|
|
3028
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.serializeBinaryToWriter(this, writer);
|
|
4536
3029
|
return writer.getResultBuffer();
|
|
4537
3030
|
};
|
|
4538
3031
|
|
|
@@ -4540,11 +3033,11 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest.prototype.ser
|
|
|
4540
3033
|
/**
|
|
4541
3034
|
* Serializes the given message to binary data (in protobuf wire
|
|
4542
3035
|
* format), writing to the given BinaryWriter.
|
|
4543
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
3036
|
+
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} message
|
|
4544
3037
|
* @param {!jspb.BinaryWriter} writer
|
|
4545
3038
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4546
3039
|
*/
|
|
4547
|
-
proto.lansweeper.multitenant.v1.
|
|
3040
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
4548
3041
|
var f = undefined;
|
|
4549
3042
|
f = message.getClientId();
|
|
4550
3043
|
if (f.length > 0) {
|
|
@@ -4560,16 +3053,16 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest.serializeBina
|
|
|
4560
3053
|
f
|
|
4561
3054
|
);
|
|
4562
3055
|
}
|
|
4563
|
-
f = message.
|
|
4564
|
-
if (f
|
|
4565
|
-
writer.
|
|
3056
|
+
f = message.getRemoveData();
|
|
3057
|
+
if (f) {
|
|
3058
|
+
writer.writeBool(
|
|
4566
3059
|
3,
|
|
4567
3060
|
f
|
|
4568
3061
|
);
|
|
4569
3062
|
}
|
|
4570
|
-
f = message.
|
|
4571
|
-
if (f
|
|
4572
|
-
writer.
|
|
3063
|
+
f = message.getFromOnprem();
|
|
3064
|
+
if (f) {
|
|
3065
|
+
writer.writeBool(
|
|
4573
3066
|
4,
|
|
4574
3067
|
f
|
|
4575
3068
|
);
|
|
@@ -4581,16 +3074,16 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest.serializeBina
|
|
|
4581
3074
|
* optional string client_id = 1;
|
|
4582
3075
|
* @return {string}
|
|
4583
3076
|
*/
|
|
4584
|
-
proto.lansweeper.multitenant.v1.
|
|
3077
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.getClientId = function() {
|
|
4585
3078
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
4586
3079
|
};
|
|
4587
3080
|
|
|
4588
3081
|
|
|
4589
3082
|
/**
|
|
4590
3083
|
* @param {string} value
|
|
4591
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
3084
|
+
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} returns this
|
|
4592
3085
|
*/
|
|
4593
|
-
proto.lansweeper.multitenant.v1.
|
|
3086
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.setClientId = function(value) {
|
|
4594
3087
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
4595
3088
|
};
|
|
4596
3089
|
|
|
@@ -4599,53 +3092,53 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdRequest.prototype.set
|
|
|
4599
3092
|
* optional string track_id = 2;
|
|
4600
3093
|
* @return {string}
|
|
4601
3094
|
*/
|
|
4602
|
-
proto.lansweeper.multitenant.v1.
|
|
3095
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.getTrackId = function() {
|
|
4603
3096
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
4604
3097
|
};
|
|
4605
3098
|
|
|
4606
3099
|
|
|
4607
3100
|
/**
|
|
4608
3101
|
* @param {string} value
|
|
4609
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
3102
|
+
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} returns this
|
|
4610
3103
|
*/
|
|
4611
|
-
proto.lansweeper.multitenant.v1.
|
|
3104
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.setTrackId = function(value) {
|
|
4612
3105
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
4613
3106
|
};
|
|
4614
3107
|
|
|
4615
3108
|
|
|
4616
3109
|
/**
|
|
4617
|
-
* optional
|
|
4618
|
-
* @return {
|
|
3110
|
+
* optional bool remove_data = 3;
|
|
3111
|
+
* @return {boolean}
|
|
4619
3112
|
*/
|
|
4620
|
-
proto.lansweeper.multitenant.v1.
|
|
4621
|
-
return /** @type {
|
|
3113
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.getRemoveData = function() {
|
|
3114
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
|
|
4622
3115
|
};
|
|
4623
3116
|
|
|
4624
3117
|
|
|
4625
3118
|
/**
|
|
4626
|
-
* @param {
|
|
4627
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
3119
|
+
* @param {boolean} value
|
|
3120
|
+
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} returns this
|
|
4628
3121
|
*/
|
|
4629
|
-
proto.lansweeper.multitenant.v1.
|
|
4630
|
-
return jspb.Message.
|
|
3122
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.setRemoveData = function(value) {
|
|
3123
|
+
return jspb.Message.setProto3BooleanField(this, 3, value);
|
|
4631
3124
|
};
|
|
4632
3125
|
|
|
4633
3126
|
|
|
4634
3127
|
/**
|
|
4635
|
-
* optional
|
|
4636
|
-
* @return {
|
|
3128
|
+
* optional bool from_onprem = 4;
|
|
3129
|
+
* @return {boolean}
|
|
4637
3130
|
*/
|
|
4638
|
-
proto.lansweeper.multitenant.v1.
|
|
4639
|
-
return /** @type {
|
|
3131
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.getFromOnprem = function() {
|
|
3132
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
|
|
4640
3133
|
};
|
|
4641
3134
|
|
|
4642
3135
|
|
|
4643
3136
|
/**
|
|
4644
|
-
* @param {
|
|
4645
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
3137
|
+
* @param {boolean} value
|
|
3138
|
+
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest} returns this
|
|
4646
3139
|
*/
|
|
4647
|
-
proto.lansweeper.multitenant.v1.
|
|
4648
|
-
return jspb.Message.
|
|
3140
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest.prototype.setFromOnprem = function(value) {
|
|
3141
|
+
return jspb.Message.setProto3BooleanField(this, 4, value);
|
|
4649
3142
|
};
|
|
4650
3143
|
|
|
4651
3144
|
|
|
@@ -4665,8 +3158,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
4665
3158
|
* http://goto/soy-param-migration
|
|
4666
3159
|
* @return {!Object}
|
|
4667
3160
|
*/
|
|
4668
|
-
proto.lansweeper.multitenant.v1.
|
|
4669
|
-
return proto.lansweeper.multitenant.v1.
|
|
3161
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3162
|
+
return proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.toObject(opt_includeInstance, this);
|
|
4670
3163
|
};
|
|
4671
3164
|
|
|
4672
3165
|
|
|
@@ -4675,11 +3168,11 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdResponse.prototype.to
|
|
|
4675
3168
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4676
3169
|
* the JSPB instance for transitional soy proto support:
|
|
4677
3170
|
* http://goto/soy-param-migration
|
|
4678
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
3171
|
+
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse} msg The msg instance to transform.
|
|
4679
3172
|
* @return {!Object}
|
|
4680
3173
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4681
3174
|
*/
|
|
4682
|
-
proto.lansweeper.multitenant.v1.
|
|
3175
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.toObject = function(includeInstance, msg) {
|
|
4683
3176
|
var f, obj = {
|
|
4684
3177
|
success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
|
|
4685
3178
|
};
|
|
@@ -4695,23 +3188,23 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdResponse.toObject = f
|
|
|
4695
3188
|
/**
|
|
4696
3189
|
* Deserializes binary data (in protobuf wire format).
|
|
4697
3190
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4698
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
3191
|
+
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse}
|
|
4699
3192
|
*/
|
|
4700
|
-
proto.lansweeper.multitenant.v1.
|
|
3193
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.deserializeBinary = function(bytes) {
|
|
4701
3194
|
var reader = new jspb.BinaryReader(bytes);
|
|
4702
|
-
var msg = new proto.lansweeper.multitenant.v1.
|
|
4703
|
-
return proto.lansweeper.multitenant.v1.
|
|
3195
|
+
var msg = new proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse;
|
|
3196
|
+
return proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
4704
3197
|
};
|
|
4705
3198
|
|
|
4706
3199
|
|
|
4707
3200
|
/**
|
|
4708
3201
|
* Deserializes binary data (in protobuf wire format) from the
|
|
4709
3202
|
* given reader into the given message object.
|
|
4710
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
3203
|
+
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse} msg The message object to deserialize into.
|
|
4711
3204
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4712
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
3205
|
+
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse}
|
|
4713
3206
|
*/
|
|
4714
|
-
proto.lansweeper.multitenant.v1.
|
|
3207
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
4715
3208
|
while (reader.nextField()) {
|
|
4716
3209
|
if (reader.isEndGroup()) {
|
|
4717
3210
|
break;
|
|
@@ -4735,9 +3228,9 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdResponse.deserializeB
|
|
|
4735
3228
|
* Serializes the message to binary data (in protobuf wire format).
|
|
4736
3229
|
* @return {!Uint8Array}
|
|
4737
3230
|
*/
|
|
4738
|
-
proto.lansweeper.multitenant.v1.
|
|
3231
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.prototype.serializeBinary = function() {
|
|
4739
3232
|
var writer = new jspb.BinaryWriter();
|
|
4740
|
-
proto.lansweeper.multitenant.v1.
|
|
3233
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.serializeBinaryToWriter(this, writer);
|
|
4741
3234
|
return writer.getResultBuffer();
|
|
4742
3235
|
};
|
|
4743
3236
|
|
|
@@ -4745,11 +3238,11 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdResponse.prototype.se
|
|
|
4745
3238
|
/**
|
|
4746
3239
|
* Serializes the given message to binary data (in protobuf wire
|
|
4747
3240
|
* format), writing to the given BinaryWriter.
|
|
4748
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
3241
|
+
* @param {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse} message
|
|
4749
3242
|
* @param {!jspb.BinaryWriter} writer
|
|
4750
3243
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4751
3244
|
*/
|
|
4752
|
-
proto.lansweeper.multitenant.v1.
|
|
3245
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
4753
3246
|
var f = undefined;
|
|
4754
3247
|
f = message.getSuccess();
|
|
4755
3248
|
if (f) {
|
|
@@ -4765,16 +3258,16 @@ proto.lansweeper.multitenant.v1.FinishInstallPushByClientIdResponse.serializeBin
|
|
|
4765
3258
|
* optional bool success = 1;
|
|
4766
3259
|
* @return {boolean}
|
|
4767
3260
|
*/
|
|
4768
|
-
proto.lansweeper.multitenant.v1.
|
|
3261
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.prototype.getSuccess = function() {
|
|
4769
3262
|
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
4770
3263
|
};
|
|
4771
3264
|
|
|
4772
3265
|
|
|
4773
3266
|
/**
|
|
4774
3267
|
* @param {boolean} value
|
|
4775
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
3268
|
+
* @return {!proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse} returns this
|
|
4776
3269
|
*/
|
|
4777
|
-
proto.lansweeper.multitenant.v1.
|
|
3270
|
+
proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse.prototype.setSuccess = function(value) {
|
|
4778
3271
|
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
4779
3272
|
};
|
|
4780
3273
|
|