@lansweeper/multitenant-api-grpc 0.4.34 → 0.4.36
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/multitenant_grpc_pb.d.ts +34 -0
- package/gen-proto/multitenant_grpc_pb.js +66 -0
- package/gen-proto/multitenant_pb.d.ts +83 -0
- package/gen-proto/multitenant_pb.js +664 -26
- package/generated-go/multitenant.pb.go +1507 -1215
- package/generated-go/multitenant_grpc.pb.go +74 -0
- package/package.json +2 -2
- package/proto/multitenant.proto +21 -0
|
@@ -24,8 +24,12 @@ goog.exportSymbol('proto.lansweeper.multitenant.v1.AuthorizedSitesResponse', nul
|
|
|
24
24
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest', null, global);
|
|
25
25
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo', null, global);
|
|
26
26
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse', null, global);
|
|
27
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest', null, global);
|
|
28
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse', null, global);
|
|
27
29
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckManagerInApplicationRequest', null, global);
|
|
28
30
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckManagerInApplicationResponse', null, global);
|
|
31
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest', null, global);
|
|
32
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse', null, global);
|
|
29
33
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateAndLinkInstallRequest', null, global);
|
|
30
34
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateAndLinkInstallResponse', null, global);
|
|
31
35
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateInstallRequest', null, global);
|
|
@@ -394,6 +398,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
394
398
|
*/
|
|
395
399
|
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.displayName = 'proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse';
|
|
396
400
|
}
|
|
401
|
+
/**
|
|
402
|
+
* Generated by JsPbCodeGenerator.
|
|
403
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
404
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
405
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
406
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
407
|
+
* valid.
|
|
408
|
+
* @extends {jspb.Message}
|
|
409
|
+
* @constructor
|
|
410
|
+
*/
|
|
411
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest = function(opt_data) {
|
|
412
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
413
|
+
};
|
|
414
|
+
goog.inherits(proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest, jspb.Message);
|
|
415
|
+
if (goog.DEBUG && !COMPILED) {
|
|
416
|
+
/**
|
|
417
|
+
* @public
|
|
418
|
+
* @override
|
|
419
|
+
*/
|
|
420
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.displayName = 'proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest';
|
|
421
|
+
}
|
|
422
|
+
/**
|
|
423
|
+
* Generated by JsPbCodeGenerator.
|
|
424
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
425
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
426
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
427
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
428
|
+
* valid.
|
|
429
|
+
* @extends {jspb.Message}
|
|
430
|
+
* @constructor
|
|
431
|
+
*/
|
|
432
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse = function(opt_data) {
|
|
433
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
434
|
+
};
|
|
435
|
+
goog.inherits(proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse, jspb.Message);
|
|
436
|
+
if (goog.DEBUG && !COMPILED) {
|
|
437
|
+
/**
|
|
438
|
+
* @public
|
|
439
|
+
* @override
|
|
440
|
+
*/
|
|
441
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.displayName = 'proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse';
|
|
442
|
+
}
|
|
397
443
|
/**
|
|
398
444
|
* Generated by JsPbCodeGenerator.
|
|
399
445
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -1780,6 +1826,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1780
1826
|
*/
|
|
1781
1827
|
proto.lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData.displayName = 'proto.lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData';
|
|
1782
1828
|
}
|
|
1829
|
+
/**
|
|
1830
|
+
* Generated by JsPbCodeGenerator.
|
|
1831
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1832
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1833
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1834
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1835
|
+
* valid.
|
|
1836
|
+
* @extends {jspb.Message}
|
|
1837
|
+
* @constructor
|
|
1838
|
+
*/
|
|
1839
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest = function(opt_data) {
|
|
1840
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1841
|
+
};
|
|
1842
|
+
goog.inherits(proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest, jspb.Message);
|
|
1843
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1844
|
+
/**
|
|
1845
|
+
* @public
|
|
1846
|
+
* @override
|
|
1847
|
+
*/
|
|
1848
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.displayName = 'proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest';
|
|
1849
|
+
}
|
|
1850
|
+
/**
|
|
1851
|
+
* Generated by JsPbCodeGenerator.
|
|
1852
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1853
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1854
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1855
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1856
|
+
* valid.
|
|
1857
|
+
* @extends {jspb.Message}
|
|
1858
|
+
* @constructor
|
|
1859
|
+
*/
|
|
1860
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse = function(opt_data) {
|
|
1861
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1862
|
+
};
|
|
1863
|
+
goog.inherits(proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse, jspb.Message);
|
|
1864
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1865
|
+
/**
|
|
1866
|
+
* @public
|
|
1867
|
+
* @override
|
|
1868
|
+
*/
|
|
1869
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.displayName = 'proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse';
|
|
1870
|
+
}
|
|
1783
1871
|
|
|
1784
1872
|
|
|
1785
1873
|
|
|
@@ -4197,20 +4285,310 @@ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.prototype.se
|
|
|
4197
4285
|
|
|
4198
4286
|
|
|
4199
4287
|
/**
|
|
4200
|
-
* Clears the message field making it undefined.
|
|
4201
|
-
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest} returns this
|
|
4288
|
+
* Clears the message field making it undefined.
|
|
4289
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest} returns this
|
|
4290
|
+
*/
|
|
4291
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.prototype.clearUserInfo = function() {
|
|
4292
|
+
return this.setUserInfo(undefined);
|
|
4293
|
+
};
|
|
4294
|
+
|
|
4295
|
+
|
|
4296
|
+
/**
|
|
4297
|
+
* Returns whether this field is set.
|
|
4298
|
+
* @return {boolean}
|
|
4299
|
+
*/
|
|
4300
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.prototype.hasUserInfo = function() {
|
|
4301
|
+
return jspb.Message.getField(this, 4) != null;
|
|
4302
|
+
};
|
|
4303
|
+
|
|
4304
|
+
|
|
4305
|
+
|
|
4306
|
+
|
|
4307
|
+
|
|
4308
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4309
|
+
/**
|
|
4310
|
+
* Creates an object representation of this proto.
|
|
4311
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4312
|
+
* Optional fields that are not set will be set to undefined.
|
|
4313
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4314
|
+
* For the list of reserved names please see:
|
|
4315
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4316
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4317
|
+
* JSPB instance for transitional soy proto support:
|
|
4318
|
+
* http://goto/soy-param-migration
|
|
4319
|
+
* @return {!Object}
|
|
4320
|
+
*/
|
|
4321
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
4322
|
+
return proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.toObject(opt_includeInstance, this);
|
|
4323
|
+
};
|
|
4324
|
+
|
|
4325
|
+
|
|
4326
|
+
/**
|
|
4327
|
+
* Static version of the {@see toObject} method.
|
|
4328
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4329
|
+
* the JSPB instance for transitional soy proto support:
|
|
4330
|
+
* http://goto/soy-param-migration
|
|
4331
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse} msg The msg instance to transform.
|
|
4332
|
+
* @return {!Object}
|
|
4333
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4334
|
+
*/
|
|
4335
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.toObject = function(includeInstance, msg) {
|
|
4336
|
+
var f, obj = {
|
|
4337
|
+
access: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
|
|
4338
|
+
};
|
|
4339
|
+
|
|
4340
|
+
if (includeInstance) {
|
|
4341
|
+
obj.$jspbMessageInstance = msg;
|
|
4342
|
+
}
|
|
4343
|
+
return obj;
|
|
4344
|
+
};
|
|
4345
|
+
}
|
|
4346
|
+
|
|
4347
|
+
|
|
4348
|
+
/**
|
|
4349
|
+
* Deserializes binary data (in protobuf wire format).
|
|
4350
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4351
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse}
|
|
4352
|
+
*/
|
|
4353
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.deserializeBinary = function(bytes) {
|
|
4354
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
4355
|
+
var msg = new proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse;
|
|
4356
|
+
return proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
4357
|
+
};
|
|
4358
|
+
|
|
4359
|
+
|
|
4360
|
+
/**
|
|
4361
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
4362
|
+
* given reader into the given message object.
|
|
4363
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse} msg The message object to deserialize into.
|
|
4364
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4365
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse}
|
|
4366
|
+
*/
|
|
4367
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
4368
|
+
while (reader.nextField()) {
|
|
4369
|
+
if (reader.isEndGroup()) {
|
|
4370
|
+
break;
|
|
4371
|
+
}
|
|
4372
|
+
var field = reader.getFieldNumber();
|
|
4373
|
+
switch (field) {
|
|
4374
|
+
case 1:
|
|
4375
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
4376
|
+
msg.setAccess(value);
|
|
4377
|
+
break;
|
|
4378
|
+
default:
|
|
4379
|
+
reader.skipField();
|
|
4380
|
+
break;
|
|
4381
|
+
}
|
|
4382
|
+
}
|
|
4383
|
+
return msg;
|
|
4384
|
+
};
|
|
4385
|
+
|
|
4386
|
+
|
|
4387
|
+
/**
|
|
4388
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
4389
|
+
* @return {!Uint8Array}
|
|
4390
|
+
*/
|
|
4391
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.prototype.serializeBinary = function() {
|
|
4392
|
+
var writer = new jspb.BinaryWriter();
|
|
4393
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.serializeBinaryToWriter(this, writer);
|
|
4394
|
+
return writer.getResultBuffer();
|
|
4395
|
+
};
|
|
4396
|
+
|
|
4397
|
+
|
|
4398
|
+
/**
|
|
4399
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
4400
|
+
* format), writing to the given BinaryWriter.
|
|
4401
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse} message
|
|
4402
|
+
* @param {!jspb.BinaryWriter} writer
|
|
4403
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4404
|
+
*/
|
|
4405
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
4406
|
+
var f = undefined;
|
|
4407
|
+
f = message.getAccess();
|
|
4408
|
+
if (f) {
|
|
4409
|
+
writer.writeBool(
|
|
4410
|
+
1,
|
|
4411
|
+
f
|
|
4412
|
+
);
|
|
4413
|
+
}
|
|
4414
|
+
};
|
|
4415
|
+
|
|
4416
|
+
|
|
4417
|
+
/**
|
|
4418
|
+
* optional bool access = 1;
|
|
4419
|
+
* @return {boolean}
|
|
4420
|
+
*/
|
|
4421
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.prototype.getAccess = function() {
|
|
4422
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
4423
|
+
};
|
|
4424
|
+
|
|
4425
|
+
|
|
4426
|
+
/**
|
|
4427
|
+
* @param {boolean} value
|
|
4428
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse} returns this
|
|
4429
|
+
*/
|
|
4430
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.prototype.setAccess = function(value) {
|
|
4431
|
+
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
4432
|
+
};
|
|
4433
|
+
|
|
4434
|
+
|
|
4435
|
+
|
|
4436
|
+
|
|
4437
|
+
|
|
4438
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4439
|
+
/**
|
|
4440
|
+
* Creates an object representation of this proto.
|
|
4441
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4442
|
+
* Optional fields that are not set will be set to undefined.
|
|
4443
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4444
|
+
* For the list of reserved names please see:
|
|
4445
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4446
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4447
|
+
* JSPB instance for transitional soy proto support:
|
|
4448
|
+
* http://goto/soy-param-migration
|
|
4449
|
+
* @return {!Object}
|
|
4450
|
+
*/
|
|
4451
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
4452
|
+
return proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.toObject(opt_includeInstance, this);
|
|
4453
|
+
};
|
|
4454
|
+
|
|
4455
|
+
|
|
4456
|
+
/**
|
|
4457
|
+
* Static version of the {@see toObject} method.
|
|
4458
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4459
|
+
* the JSPB instance for transitional soy proto support:
|
|
4460
|
+
* http://goto/soy-param-migration
|
|
4461
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest} msg The msg instance to transform.
|
|
4462
|
+
* @return {!Object}
|
|
4463
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4464
|
+
*/
|
|
4465
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.toObject = function(includeInstance, msg) {
|
|
4466
|
+
var f, obj = {
|
|
4467
|
+
clientId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
4468
|
+
siteId: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
4469
|
+
};
|
|
4470
|
+
|
|
4471
|
+
if (includeInstance) {
|
|
4472
|
+
obj.$jspbMessageInstance = msg;
|
|
4473
|
+
}
|
|
4474
|
+
return obj;
|
|
4475
|
+
};
|
|
4476
|
+
}
|
|
4477
|
+
|
|
4478
|
+
|
|
4479
|
+
/**
|
|
4480
|
+
* Deserializes binary data (in protobuf wire format).
|
|
4481
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4482
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest}
|
|
4483
|
+
*/
|
|
4484
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.deserializeBinary = function(bytes) {
|
|
4485
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
4486
|
+
var msg = new proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest;
|
|
4487
|
+
return proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
4488
|
+
};
|
|
4489
|
+
|
|
4490
|
+
|
|
4491
|
+
/**
|
|
4492
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
4493
|
+
* given reader into the given message object.
|
|
4494
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest} msg The message object to deserialize into.
|
|
4495
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4496
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest}
|
|
4497
|
+
*/
|
|
4498
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
4499
|
+
while (reader.nextField()) {
|
|
4500
|
+
if (reader.isEndGroup()) {
|
|
4501
|
+
break;
|
|
4502
|
+
}
|
|
4503
|
+
var field = reader.getFieldNumber();
|
|
4504
|
+
switch (field) {
|
|
4505
|
+
case 1:
|
|
4506
|
+
var value = /** @type {string} */ (reader.readString());
|
|
4507
|
+
msg.setClientId(value);
|
|
4508
|
+
break;
|
|
4509
|
+
case 2:
|
|
4510
|
+
var value = /** @type {string} */ (reader.readString());
|
|
4511
|
+
msg.setSiteId(value);
|
|
4512
|
+
break;
|
|
4513
|
+
default:
|
|
4514
|
+
reader.skipField();
|
|
4515
|
+
break;
|
|
4516
|
+
}
|
|
4517
|
+
}
|
|
4518
|
+
return msg;
|
|
4519
|
+
};
|
|
4520
|
+
|
|
4521
|
+
|
|
4522
|
+
/**
|
|
4523
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
4524
|
+
* @return {!Uint8Array}
|
|
4525
|
+
*/
|
|
4526
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.prototype.serializeBinary = function() {
|
|
4527
|
+
var writer = new jspb.BinaryWriter();
|
|
4528
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.serializeBinaryToWriter(this, writer);
|
|
4529
|
+
return writer.getResultBuffer();
|
|
4530
|
+
};
|
|
4531
|
+
|
|
4532
|
+
|
|
4533
|
+
/**
|
|
4534
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
4535
|
+
* format), writing to the given BinaryWriter.
|
|
4536
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest} message
|
|
4537
|
+
* @param {!jspb.BinaryWriter} writer
|
|
4538
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4539
|
+
*/
|
|
4540
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
4541
|
+
var f = undefined;
|
|
4542
|
+
f = message.getClientId();
|
|
4543
|
+
if (f.length > 0) {
|
|
4544
|
+
writer.writeString(
|
|
4545
|
+
1,
|
|
4546
|
+
f
|
|
4547
|
+
);
|
|
4548
|
+
}
|
|
4549
|
+
f = message.getSiteId();
|
|
4550
|
+
if (f.length > 0) {
|
|
4551
|
+
writer.writeString(
|
|
4552
|
+
2,
|
|
4553
|
+
f
|
|
4554
|
+
);
|
|
4555
|
+
}
|
|
4556
|
+
};
|
|
4557
|
+
|
|
4558
|
+
|
|
4559
|
+
/**
|
|
4560
|
+
* optional string client_id = 1;
|
|
4561
|
+
* @return {string}
|
|
4562
|
+
*/
|
|
4563
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.prototype.getClientId = function() {
|
|
4564
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
4565
|
+
};
|
|
4566
|
+
|
|
4567
|
+
|
|
4568
|
+
/**
|
|
4569
|
+
* @param {string} value
|
|
4570
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest} returns this
|
|
4571
|
+
*/
|
|
4572
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.prototype.setClientId = function(value) {
|
|
4573
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
4574
|
+
};
|
|
4575
|
+
|
|
4576
|
+
|
|
4577
|
+
/**
|
|
4578
|
+
* optional string site_id = 2;
|
|
4579
|
+
* @return {string}
|
|
4202
4580
|
*/
|
|
4203
|
-
proto.lansweeper.multitenant.v1.
|
|
4204
|
-
return
|
|
4581
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.prototype.getSiteId = function() {
|
|
4582
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
4205
4583
|
};
|
|
4206
4584
|
|
|
4207
4585
|
|
|
4208
4586
|
/**
|
|
4209
|
-
*
|
|
4210
|
-
* @return {
|
|
4587
|
+
* @param {string} value
|
|
4588
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest} returns this
|
|
4211
4589
|
*/
|
|
4212
|
-
proto.lansweeper.multitenant.v1.
|
|
4213
|
-
return jspb.Message.
|
|
4590
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest.prototype.setSiteId = function(value) {
|
|
4591
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
4214
4592
|
};
|
|
4215
4593
|
|
|
4216
4594
|
|
|
@@ -4230,8 +4608,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
4230
4608
|
* http://goto/soy-param-migration
|
|
4231
4609
|
* @return {!Object}
|
|
4232
4610
|
*/
|
|
4233
|
-
proto.lansweeper.multitenant.v1.
|
|
4234
|
-
return proto.lansweeper.multitenant.v1.
|
|
4611
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
4612
|
+
return proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.toObject(opt_includeInstance, this);
|
|
4235
4613
|
};
|
|
4236
4614
|
|
|
4237
4615
|
|
|
@@ -4240,11 +4618,11 @@ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.prototype.t
|
|
|
4240
4618
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4241
4619
|
* the JSPB instance for transitional soy proto support:
|
|
4242
4620
|
* http://goto/soy-param-migration
|
|
4243
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
4621
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse} msg The msg instance to transform.
|
|
4244
4622
|
* @return {!Object}
|
|
4245
4623
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4246
4624
|
*/
|
|
4247
|
-
proto.lansweeper.multitenant.v1.
|
|
4625
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.toObject = function(includeInstance, msg) {
|
|
4248
4626
|
var f, obj = {
|
|
4249
4627
|
access: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
|
|
4250
4628
|
};
|
|
@@ -4260,23 +4638,23 @@ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.toObject =
|
|
|
4260
4638
|
/**
|
|
4261
4639
|
* Deserializes binary data (in protobuf wire format).
|
|
4262
4640
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4263
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
4641
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse}
|
|
4264
4642
|
*/
|
|
4265
|
-
proto.lansweeper.multitenant.v1.
|
|
4643
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.deserializeBinary = function(bytes) {
|
|
4266
4644
|
var reader = new jspb.BinaryReader(bytes);
|
|
4267
|
-
var msg = new proto.lansweeper.multitenant.v1.
|
|
4268
|
-
return proto.lansweeper.multitenant.v1.
|
|
4645
|
+
var msg = new proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse;
|
|
4646
|
+
return proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
4269
4647
|
};
|
|
4270
4648
|
|
|
4271
4649
|
|
|
4272
4650
|
/**
|
|
4273
4651
|
* Deserializes binary data (in protobuf wire format) from the
|
|
4274
4652
|
* given reader into the given message object.
|
|
4275
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
4653
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse} msg The message object to deserialize into.
|
|
4276
4654
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4277
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
4655
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse}
|
|
4278
4656
|
*/
|
|
4279
|
-
proto.lansweeper.multitenant.v1.
|
|
4657
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
4280
4658
|
while (reader.nextField()) {
|
|
4281
4659
|
if (reader.isEndGroup()) {
|
|
4282
4660
|
break;
|
|
@@ -4300,9 +4678,9 @@ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.deserialize
|
|
|
4300
4678
|
* Serializes the message to binary data (in protobuf wire format).
|
|
4301
4679
|
* @return {!Uint8Array}
|
|
4302
4680
|
*/
|
|
4303
|
-
proto.lansweeper.multitenant.v1.
|
|
4681
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.prototype.serializeBinary = function() {
|
|
4304
4682
|
var writer = new jspb.BinaryWriter();
|
|
4305
|
-
proto.lansweeper.multitenant.v1.
|
|
4683
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.serializeBinaryToWriter(this, writer);
|
|
4306
4684
|
return writer.getResultBuffer();
|
|
4307
4685
|
};
|
|
4308
4686
|
|
|
@@ -4310,11 +4688,11 @@ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.prototype.s
|
|
|
4310
4688
|
/**
|
|
4311
4689
|
* Serializes the given message to binary data (in protobuf wire
|
|
4312
4690
|
* format), writing to the given BinaryWriter.
|
|
4313
|
-
* @param {!proto.lansweeper.multitenant.v1.
|
|
4691
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse} message
|
|
4314
4692
|
* @param {!jspb.BinaryWriter} writer
|
|
4315
4693
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4316
4694
|
*/
|
|
4317
|
-
proto.lansweeper.multitenant.v1.
|
|
4695
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
4318
4696
|
var f = undefined;
|
|
4319
4697
|
f = message.getAccess();
|
|
4320
4698
|
if (f) {
|
|
@@ -4330,16 +4708,16 @@ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse.serializeBi
|
|
|
4330
4708
|
* optional bool access = 1;
|
|
4331
4709
|
* @return {boolean}
|
|
4332
4710
|
*/
|
|
4333
|
-
proto.lansweeper.multitenant.v1.
|
|
4711
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.prototype.getAccess = function() {
|
|
4334
4712
|
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
4335
4713
|
};
|
|
4336
4714
|
|
|
4337
4715
|
|
|
4338
4716
|
/**
|
|
4339
4717
|
* @param {boolean} value
|
|
4340
|
-
* @return {!proto.lansweeper.multitenant.v1.
|
|
4718
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse} returns this
|
|
4341
4719
|
*/
|
|
4342
|
-
proto.lansweeper.multitenant.v1.
|
|
4720
|
+
proto.lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse.prototype.setAccess = function(value) {
|
|
4343
4721
|
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
4344
4722
|
};
|
|
4345
4723
|
|
|
@@ -16598,6 +16976,266 @@ proto.lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData.prototype.clearSit
|
|
|
16598
16976
|
};
|
|
16599
16977
|
|
|
16600
16978
|
|
|
16979
|
+
|
|
16980
|
+
|
|
16981
|
+
|
|
16982
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
16983
|
+
/**
|
|
16984
|
+
* Creates an object representation of this proto.
|
|
16985
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
16986
|
+
* Optional fields that are not set will be set to undefined.
|
|
16987
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
16988
|
+
* For the list of reserved names please see:
|
|
16989
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
16990
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
16991
|
+
* JSPB instance for transitional soy proto support:
|
|
16992
|
+
* http://goto/soy-param-migration
|
|
16993
|
+
* @return {!Object}
|
|
16994
|
+
*/
|
|
16995
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.prototype.toObject = function(opt_includeInstance) {
|
|
16996
|
+
return proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.toObject(opt_includeInstance, this);
|
|
16997
|
+
};
|
|
16998
|
+
|
|
16999
|
+
|
|
17000
|
+
/**
|
|
17001
|
+
* Static version of the {@see toObject} method.
|
|
17002
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
17003
|
+
* the JSPB instance for transitional soy proto support:
|
|
17004
|
+
* http://goto/soy-param-migration
|
|
17005
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest} msg The msg instance to transform.
|
|
17006
|
+
* @return {!Object}
|
|
17007
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
17008
|
+
*/
|
|
17009
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.toObject = function(includeInstance, msg) {
|
|
17010
|
+
var f, obj = {
|
|
17011
|
+
siteId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
17012
|
+
};
|
|
17013
|
+
|
|
17014
|
+
if (includeInstance) {
|
|
17015
|
+
obj.$jspbMessageInstance = msg;
|
|
17016
|
+
}
|
|
17017
|
+
return obj;
|
|
17018
|
+
};
|
|
17019
|
+
}
|
|
17020
|
+
|
|
17021
|
+
|
|
17022
|
+
/**
|
|
17023
|
+
* Deserializes binary data (in protobuf wire format).
|
|
17024
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
17025
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest}
|
|
17026
|
+
*/
|
|
17027
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.deserializeBinary = function(bytes) {
|
|
17028
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
17029
|
+
var msg = new proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest;
|
|
17030
|
+
return proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.deserializeBinaryFromReader(msg, reader);
|
|
17031
|
+
};
|
|
17032
|
+
|
|
17033
|
+
|
|
17034
|
+
/**
|
|
17035
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
17036
|
+
* given reader into the given message object.
|
|
17037
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest} msg The message object to deserialize into.
|
|
17038
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
17039
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest}
|
|
17040
|
+
*/
|
|
17041
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
17042
|
+
while (reader.nextField()) {
|
|
17043
|
+
if (reader.isEndGroup()) {
|
|
17044
|
+
break;
|
|
17045
|
+
}
|
|
17046
|
+
var field = reader.getFieldNumber();
|
|
17047
|
+
switch (field) {
|
|
17048
|
+
case 1:
|
|
17049
|
+
var value = /** @type {string} */ (reader.readString());
|
|
17050
|
+
msg.setSiteId(value);
|
|
17051
|
+
break;
|
|
17052
|
+
default:
|
|
17053
|
+
reader.skipField();
|
|
17054
|
+
break;
|
|
17055
|
+
}
|
|
17056
|
+
}
|
|
17057
|
+
return msg;
|
|
17058
|
+
};
|
|
17059
|
+
|
|
17060
|
+
|
|
17061
|
+
/**
|
|
17062
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
17063
|
+
* @return {!Uint8Array}
|
|
17064
|
+
*/
|
|
17065
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.prototype.serializeBinary = function() {
|
|
17066
|
+
var writer = new jspb.BinaryWriter();
|
|
17067
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.serializeBinaryToWriter(this, writer);
|
|
17068
|
+
return writer.getResultBuffer();
|
|
17069
|
+
};
|
|
17070
|
+
|
|
17071
|
+
|
|
17072
|
+
/**
|
|
17073
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
17074
|
+
* format), writing to the given BinaryWriter.
|
|
17075
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest} message
|
|
17076
|
+
* @param {!jspb.BinaryWriter} writer
|
|
17077
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
17078
|
+
*/
|
|
17079
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.serializeBinaryToWriter = function(message, writer) {
|
|
17080
|
+
var f = undefined;
|
|
17081
|
+
f = message.getSiteId();
|
|
17082
|
+
if (f.length > 0) {
|
|
17083
|
+
writer.writeString(
|
|
17084
|
+
1,
|
|
17085
|
+
f
|
|
17086
|
+
);
|
|
17087
|
+
}
|
|
17088
|
+
};
|
|
17089
|
+
|
|
17090
|
+
|
|
17091
|
+
/**
|
|
17092
|
+
* optional string site_id = 1;
|
|
17093
|
+
* @return {string}
|
|
17094
|
+
*/
|
|
17095
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.prototype.getSiteId = function() {
|
|
17096
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
17097
|
+
};
|
|
17098
|
+
|
|
17099
|
+
|
|
17100
|
+
/**
|
|
17101
|
+
* @param {string} value
|
|
17102
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest} returns this
|
|
17103
|
+
*/
|
|
17104
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest.prototype.setSiteId = function(value) {
|
|
17105
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
17106
|
+
};
|
|
17107
|
+
|
|
17108
|
+
|
|
17109
|
+
|
|
17110
|
+
|
|
17111
|
+
|
|
17112
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
17113
|
+
/**
|
|
17114
|
+
* Creates an object representation of this proto.
|
|
17115
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
17116
|
+
* Optional fields that are not set will be set to undefined.
|
|
17117
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
17118
|
+
* For the list of reserved names please see:
|
|
17119
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
17120
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
17121
|
+
* JSPB instance for transitional soy proto support:
|
|
17122
|
+
* http://goto/soy-param-migration
|
|
17123
|
+
* @return {!Object}
|
|
17124
|
+
*/
|
|
17125
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.prototype.toObject = function(opt_includeInstance) {
|
|
17126
|
+
return proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.toObject(opt_includeInstance, this);
|
|
17127
|
+
};
|
|
17128
|
+
|
|
17129
|
+
|
|
17130
|
+
/**
|
|
17131
|
+
* Static version of the {@see toObject} method.
|
|
17132
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
17133
|
+
* the JSPB instance for transitional soy proto support:
|
|
17134
|
+
* http://goto/soy-param-migration
|
|
17135
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse} msg The msg instance to transform.
|
|
17136
|
+
* @return {!Object}
|
|
17137
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
17138
|
+
*/
|
|
17139
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.toObject = function(includeInstance, msg) {
|
|
17140
|
+
var f, obj = {
|
|
17141
|
+
isEnabled: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
|
|
17142
|
+
};
|
|
17143
|
+
|
|
17144
|
+
if (includeInstance) {
|
|
17145
|
+
obj.$jspbMessageInstance = msg;
|
|
17146
|
+
}
|
|
17147
|
+
return obj;
|
|
17148
|
+
};
|
|
17149
|
+
}
|
|
17150
|
+
|
|
17151
|
+
|
|
17152
|
+
/**
|
|
17153
|
+
* Deserializes binary data (in protobuf wire format).
|
|
17154
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
17155
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse}
|
|
17156
|
+
*/
|
|
17157
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.deserializeBinary = function(bytes) {
|
|
17158
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
17159
|
+
var msg = new proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse;
|
|
17160
|
+
return proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.deserializeBinaryFromReader(msg, reader);
|
|
17161
|
+
};
|
|
17162
|
+
|
|
17163
|
+
|
|
17164
|
+
/**
|
|
17165
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
17166
|
+
* given reader into the given message object.
|
|
17167
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse} msg The message object to deserialize into.
|
|
17168
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
17169
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse}
|
|
17170
|
+
*/
|
|
17171
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
17172
|
+
while (reader.nextField()) {
|
|
17173
|
+
if (reader.isEndGroup()) {
|
|
17174
|
+
break;
|
|
17175
|
+
}
|
|
17176
|
+
var field = reader.getFieldNumber();
|
|
17177
|
+
switch (field) {
|
|
17178
|
+
case 1:
|
|
17179
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
17180
|
+
msg.setIsEnabled(value);
|
|
17181
|
+
break;
|
|
17182
|
+
default:
|
|
17183
|
+
reader.skipField();
|
|
17184
|
+
break;
|
|
17185
|
+
}
|
|
17186
|
+
}
|
|
17187
|
+
return msg;
|
|
17188
|
+
};
|
|
17189
|
+
|
|
17190
|
+
|
|
17191
|
+
/**
|
|
17192
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
17193
|
+
* @return {!Uint8Array}
|
|
17194
|
+
*/
|
|
17195
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.prototype.serializeBinary = function() {
|
|
17196
|
+
var writer = new jspb.BinaryWriter();
|
|
17197
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.serializeBinaryToWriter(this, writer);
|
|
17198
|
+
return writer.getResultBuffer();
|
|
17199
|
+
};
|
|
17200
|
+
|
|
17201
|
+
|
|
17202
|
+
/**
|
|
17203
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
17204
|
+
* format), writing to the given BinaryWriter.
|
|
17205
|
+
* @param {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse} message
|
|
17206
|
+
* @param {!jspb.BinaryWriter} writer
|
|
17207
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
17208
|
+
*/
|
|
17209
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.serializeBinaryToWriter = function(message, writer) {
|
|
17210
|
+
var f = undefined;
|
|
17211
|
+
f = message.getIsEnabled();
|
|
17212
|
+
if (f) {
|
|
17213
|
+
writer.writeBool(
|
|
17214
|
+
1,
|
|
17215
|
+
f
|
|
17216
|
+
);
|
|
17217
|
+
}
|
|
17218
|
+
};
|
|
17219
|
+
|
|
17220
|
+
|
|
17221
|
+
/**
|
|
17222
|
+
* optional bool is_enabled = 1;
|
|
17223
|
+
* @return {boolean}
|
|
17224
|
+
*/
|
|
17225
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.prototype.getIsEnabled = function() {
|
|
17226
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
17227
|
+
};
|
|
17228
|
+
|
|
17229
|
+
|
|
17230
|
+
/**
|
|
17231
|
+
* @param {boolean} value
|
|
17232
|
+
* @return {!proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse} returns this
|
|
17233
|
+
*/
|
|
17234
|
+
proto.lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse.prototype.setIsEnabled = function(value) {
|
|
17235
|
+
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
17236
|
+
};
|
|
17237
|
+
|
|
17238
|
+
|
|
16601
17239
|
/**
|
|
16602
17240
|
* @enum {number}
|
|
16603
17241
|
*/
|