@lansweeper/multitenant-api-grpc 0.4.55 → 0.4.57

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.
@@ -23,6 +23,8 @@ var global = (function() {
23
23
 
24
24
  var limits_limits_pb = require('./limits/limits_pb.js');
25
25
  goog.object.extend(proto, limits_limits_pb);
26
+ var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
27
+ goog.object.extend(proto, google_protobuf_empty_pb);
26
28
  goog.exportSymbol('proto.lansweeper.multitenant.v1.AllProfileExistsRequest', null, global);
27
29
  goog.exportSymbol('proto.lansweeper.multitenant.v1.AllProfileExistsResponse', null, global);
28
30
  goog.exportSymbol('proto.lansweeper.multitenant.v1.AllProfilesExistRequest', null, global);
@@ -49,6 +51,7 @@ goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRe
49
51
  goog.exportSymbol('proto.lansweeper.multitenant.v1.DisableWebhookEmailRequest', null, global);
50
52
  goog.exportSymbol('proto.lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError', null, global);
51
53
  goog.exportSymbol('proto.lansweeper.multitenant.v1.DisableWebhookEmailResponse', null, global);
54
+ goog.exportSymbol('proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest', null, global);
52
55
  goog.exportSymbol('proto.lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest', null, global);
53
56
  goog.exportSymbol('proto.lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse', null, global);
54
57
  goog.exportSymbol('proto.lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest', null, global);
@@ -96,6 +99,8 @@ goog.exportSymbol('proto.lansweeper.multitenant.v1.Install.InstallState', null,
96
99
  goog.exportSymbol('proto.lansweeper.multitenant.v1.InstallCredentials', null, global);
97
100
  goog.exportSymbol('proto.lansweeper.multitenant.v1.InstallStateValue', null, global);
98
101
  goog.exportSymbol('proto.lansweeper.multitenant.v1.InstallType', null, global);
102
+ goog.exportSymbol('proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest', null, global);
103
+ goog.exportSymbol('proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse', null, global);
99
104
  goog.exportSymbol('proto.lansweeper.multitenant.v1.LinkTrialInstallByClientIdRequest', null, global);
100
105
  goog.exportSymbol('proto.lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse', null, global);
101
106
  goog.exportSymbol('proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest', null, global);
@@ -2382,6 +2387,69 @@ if (goog.DEBUG && !COMPILED) {
2382
2387
  */
2383
2388
  proto.lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdResponse.displayName = 'proto.lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdResponse';
2384
2389
  }
2390
+ /**
2391
+ * Generated by JsPbCodeGenerator.
2392
+ * @param {Array=} opt_data Optional initial data array, typically from a
2393
+ * server response, or constructed directly in Javascript. The array is used
2394
+ * in place and becomes part of the constructed object. It is not cloned.
2395
+ * If no data is provided, the constructed object will be empty, but still
2396
+ * valid.
2397
+ * @extends {jspb.Message}
2398
+ * @constructor
2399
+ */
2400
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest = function(opt_data) {
2401
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2402
+ };
2403
+ goog.inherits(proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest, jspb.Message);
2404
+ if (goog.DEBUG && !COMPILED) {
2405
+ /**
2406
+ * @public
2407
+ * @override
2408
+ */
2409
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.displayName = 'proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest';
2410
+ }
2411
+ /**
2412
+ * Generated by JsPbCodeGenerator.
2413
+ * @param {Array=} opt_data Optional initial data array, typically from a
2414
+ * server response, or constructed directly in Javascript. The array is used
2415
+ * in place and becomes part of the constructed object. It is not cloned.
2416
+ * If no data is provided, the constructed object will be empty, but still
2417
+ * valid.
2418
+ * @extends {jspb.Message}
2419
+ * @constructor
2420
+ */
2421
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest = function(opt_data) {
2422
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2423
+ };
2424
+ goog.inherits(proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest, jspb.Message);
2425
+ if (goog.DEBUG && !COMPILED) {
2426
+ /**
2427
+ * @public
2428
+ * @override
2429
+ */
2430
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.displayName = 'proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest';
2431
+ }
2432
+ /**
2433
+ * Generated by JsPbCodeGenerator.
2434
+ * @param {Array=} opt_data Optional initial data array, typically from a
2435
+ * server response, or constructed directly in Javascript. The array is used
2436
+ * in place and becomes part of the constructed object. It is not cloned.
2437
+ * If no data is provided, the constructed object will be empty, but still
2438
+ * valid.
2439
+ * @extends {jspb.Message}
2440
+ * @constructor
2441
+ */
2442
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse = function(opt_data) {
2443
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2444
+ };
2445
+ goog.inherits(proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse, jspb.Message);
2446
+ if (goog.DEBUG && !COMPILED) {
2447
+ /**
2448
+ * @public
2449
+ * @override
2450
+ */
2451
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.displayName = 'proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse';
2452
+ }
2385
2453
 
2386
2454
 
2387
2455
 
@@ -21887,6 +21955,396 @@ proto.lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdResponse.prototype.h
21887
21955
  };
21888
21956
 
21889
21957
 
21958
+
21959
+
21960
+
21961
+ if (jspb.Message.GENERATE_TO_OBJECT) {
21962
+ /**
21963
+ * Creates an object representation of this proto.
21964
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
21965
+ * Optional fields that are not set will be set to undefined.
21966
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
21967
+ * For the list of reserved names please see:
21968
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
21969
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
21970
+ * JSPB instance for transitional soy proto support:
21971
+ * http://goto/soy-param-migration
21972
+ * @return {!Object}
21973
+ */
21974
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.prototype.toObject = function(opt_includeInstance) {
21975
+ return proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.toObject(opt_includeInstance, this);
21976
+ };
21977
+
21978
+
21979
+ /**
21980
+ * Static version of the {@see toObject} method.
21981
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
21982
+ * the JSPB instance for transitional soy proto support:
21983
+ * http://goto/soy-param-migration
21984
+ * @param {!proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest} msg The msg instance to transform.
21985
+ * @return {!Object}
21986
+ * @suppress {unusedLocalVariables} f is only used for nested messages
21987
+ */
21988
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.toObject = function(includeInstance, msg) {
21989
+ var f, obj = {
21990
+ siteId: jspb.Message.getFieldWithDefault(msg, 1, "")
21991
+ };
21992
+
21993
+ if (includeInstance) {
21994
+ obj.$jspbMessageInstance = msg;
21995
+ }
21996
+ return obj;
21997
+ };
21998
+ }
21999
+
22000
+
22001
+ /**
22002
+ * Deserializes binary data (in protobuf wire format).
22003
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
22004
+ * @return {!proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest}
22005
+ */
22006
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.deserializeBinary = function(bytes) {
22007
+ var reader = new jspb.BinaryReader(bytes);
22008
+ var msg = new proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest;
22009
+ return proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.deserializeBinaryFromReader(msg, reader);
22010
+ };
22011
+
22012
+
22013
+ /**
22014
+ * Deserializes binary data (in protobuf wire format) from the
22015
+ * given reader into the given message object.
22016
+ * @param {!proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest} msg The message object to deserialize into.
22017
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
22018
+ * @return {!proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest}
22019
+ */
22020
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.deserializeBinaryFromReader = function(msg, reader) {
22021
+ while (reader.nextField()) {
22022
+ if (reader.isEndGroup()) {
22023
+ break;
22024
+ }
22025
+ var field = reader.getFieldNumber();
22026
+ switch (field) {
22027
+ case 1:
22028
+ var value = /** @type {string} */ (reader.readString());
22029
+ msg.setSiteId(value);
22030
+ break;
22031
+ default:
22032
+ reader.skipField();
22033
+ break;
22034
+ }
22035
+ }
22036
+ return msg;
22037
+ };
22038
+
22039
+
22040
+ /**
22041
+ * Serializes the message to binary data (in protobuf wire format).
22042
+ * @return {!Uint8Array}
22043
+ */
22044
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.prototype.serializeBinary = function() {
22045
+ var writer = new jspb.BinaryWriter();
22046
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.serializeBinaryToWriter(this, writer);
22047
+ return writer.getResultBuffer();
22048
+ };
22049
+
22050
+
22051
+ /**
22052
+ * Serializes the given message to binary data (in protobuf wire
22053
+ * format), writing to the given BinaryWriter.
22054
+ * @param {!proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest} message
22055
+ * @param {!jspb.BinaryWriter} writer
22056
+ * @suppress {unusedLocalVariables} f is only used for nested messages
22057
+ */
22058
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.serializeBinaryToWriter = function(message, writer) {
22059
+ var f = undefined;
22060
+ f = message.getSiteId();
22061
+ if (f.length > 0) {
22062
+ writer.writeString(
22063
+ 1,
22064
+ f
22065
+ );
22066
+ }
22067
+ };
22068
+
22069
+
22070
+ /**
22071
+ * optional string site_id = 1;
22072
+ * @return {string}
22073
+ */
22074
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.prototype.getSiteId = function() {
22075
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
22076
+ };
22077
+
22078
+
22079
+ /**
22080
+ * @param {string} value
22081
+ * @return {!proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest} returns this
22082
+ */
22083
+ proto.lansweeper.multitenant.v1.EnableCustomFieldsFederationRequest.prototype.setSiteId = function(value) {
22084
+ return jspb.Message.setProto3StringField(this, 1, value);
22085
+ };
22086
+
22087
+
22088
+
22089
+
22090
+
22091
+ if (jspb.Message.GENERATE_TO_OBJECT) {
22092
+ /**
22093
+ * Creates an object representation of this proto.
22094
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
22095
+ * Optional fields that are not set will be set to undefined.
22096
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
22097
+ * For the list of reserved names please see:
22098
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
22099
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
22100
+ * JSPB instance for transitional soy proto support:
22101
+ * http://goto/soy-param-migration
22102
+ * @return {!Object}
22103
+ */
22104
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.prototype.toObject = function(opt_includeInstance) {
22105
+ return proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.toObject(opt_includeInstance, this);
22106
+ };
22107
+
22108
+
22109
+ /**
22110
+ * Static version of the {@see toObject} method.
22111
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
22112
+ * the JSPB instance for transitional soy proto support:
22113
+ * http://goto/soy-param-migration
22114
+ * @param {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest} msg The msg instance to transform.
22115
+ * @return {!Object}
22116
+ * @suppress {unusedLocalVariables} f is only used for nested messages
22117
+ */
22118
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.toObject = function(includeInstance, msg) {
22119
+ var f, obj = {
22120
+ siteId: jspb.Message.getFieldWithDefault(msg, 1, "")
22121
+ };
22122
+
22123
+ if (includeInstance) {
22124
+ obj.$jspbMessageInstance = msg;
22125
+ }
22126
+ return obj;
22127
+ };
22128
+ }
22129
+
22130
+
22131
+ /**
22132
+ * Deserializes binary data (in protobuf wire format).
22133
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
22134
+ * @return {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest}
22135
+ */
22136
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.deserializeBinary = function(bytes) {
22137
+ var reader = new jspb.BinaryReader(bytes);
22138
+ var msg = new proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest;
22139
+ return proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.deserializeBinaryFromReader(msg, reader);
22140
+ };
22141
+
22142
+
22143
+ /**
22144
+ * Deserializes binary data (in protobuf wire format) from the
22145
+ * given reader into the given message object.
22146
+ * @param {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest} msg The message object to deserialize into.
22147
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
22148
+ * @return {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest}
22149
+ */
22150
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.deserializeBinaryFromReader = function(msg, reader) {
22151
+ while (reader.nextField()) {
22152
+ if (reader.isEndGroup()) {
22153
+ break;
22154
+ }
22155
+ var field = reader.getFieldNumber();
22156
+ switch (field) {
22157
+ case 1:
22158
+ var value = /** @type {string} */ (reader.readString());
22159
+ msg.setSiteId(value);
22160
+ break;
22161
+ default:
22162
+ reader.skipField();
22163
+ break;
22164
+ }
22165
+ }
22166
+ return msg;
22167
+ };
22168
+
22169
+
22170
+ /**
22171
+ * Serializes the message to binary data (in protobuf wire format).
22172
+ * @return {!Uint8Array}
22173
+ */
22174
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.prototype.serializeBinary = function() {
22175
+ var writer = new jspb.BinaryWriter();
22176
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.serializeBinaryToWriter(this, writer);
22177
+ return writer.getResultBuffer();
22178
+ };
22179
+
22180
+
22181
+ /**
22182
+ * Serializes the given message to binary data (in protobuf wire
22183
+ * format), writing to the given BinaryWriter.
22184
+ * @param {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest} message
22185
+ * @param {!jspb.BinaryWriter} writer
22186
+ * @suppress {unusedLocalVariables} f is only used for nested messages
22187
+ */
22188
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.serializeBinaryToWriter = function(message, writer) {
22189
+ var f = undefined;
22190
+ f = message.getSiteId();
22191
+ if (f.length > 0) {
22192
+ writer.writeString(
22193
+ 1,
22194
+ f
22195
+ );
22196
+ }
22197
+ };
22198
+
22199
+
22200
+ /**
22201
+ * optional string site_id = 1;
22202
+ * @return {string}
22203
+ */
22204
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.prototype.getSiteId = function() {
22205
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
22206
+ };
22207
+
22208
+
22209
+ /**
22210
+ * @param {string} value
22211
+ * @return {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest} returns this
22212
+ */
22213
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest.prototype.setSiteId = function(value) {
22214
+ return jspb.Message.setProto3StringField(this, 1, value);
22215
+ };
22216
+
22217
+
22218
+
22219
+
22220
+
22221
+ if (jspb.Message.GENERATE_TO_OBJECT) {
22222
+ /**
22223
+ * Creates an object representation of this proto.
22224
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
22225
+ * Optional fields that are not set will be set to undefined.
22226
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
22227
+ * For the list of reserved names please see:
22228
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
22229
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
22230
+ * JSPB instance for transitional soy proto support:
22231
+ * http://goto/soy-param-migration
22232
+ * @return {!Object}
22233
+ */
22234
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.prototype.toObject = function(opt_includeInstance) {
22235
+ return proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.toObject(opt_includeInstance, this);
22236
+ };
22237
+
22238
+
22239
+ /**
22240
+ * Static version of the {@see toObject} method.
22241
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
22242
+ * the JSPB instance for transitional soy proto support:
22243
+ * http://goto/soy-param-migration
22244
+ * @param {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse} msg The msg instance to transform.
22245
+ * @return {!Object}
22246
+ * @suppress {unusedLocalVariables} f is only used for nested messages
22247
+ */
22248
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.toObject = function(includeInstance, msg) {
22249
+ var f, obj = {
22250
+ isEnabled: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
22251
+ };
22252
+
22253
+ if (includeInstance) {
22254
+ obj.$jspbMessageInstance = msg;
22255
+ }
22256
+ return obj;
22257
+ };
22258
+ }
22259
+
22260
+
22261
+ /**
22262
+ * Deserializes binary data (in protobuf wire format).
22263
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
22264
+ * @return {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse}
22265
+ */
22266
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.deserializeBinary = function(bytes) {
22267
+ var reader = new jspb.BinaryReader(bytes);
22268
+ var msg = new proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse;
22269
+ return proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.deserializeBinaryFromReader(msg, reader);
22270
+ };
22271
+
22272
+
22273
+ /**
22274
+ * Deserializes binary data (in protobuf wire format) from the
22275
+ * given reader into the given message object.
22276
+ * @param {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse} msg The message object to deserialize into.
22277
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
22278
+ * @return {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse}
22279
+ */
22280
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.deserializeBinaryFromReader = function(msg, reader) {
22281
+ while (reader.nextField()) {
22282
+ if (reader.isEndGroup()) {
22283
+ break;
22284
+ }
22285
+ var field = reader.getFieldNumber();
22286
+ switch (field) {
22287
+ case 1:
22288
+ var value = /** @type {boolean} */ (reader.readBool());
22289
+ msg.setIsEnabled(value);
22290
+ break;
22291
+ default:
22292
+ reader.skipField();
22293
+ break;
22294
+ }
22295
+ }
22296
+ return msg;
22297
+ };
22298
+
22299
+
22300
+ /**
22301
+ * Serializes the message to binary data (in protobuf wire format).
22302
+ * @return {!Uint8Array}
22303
+ */
22304
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.prototype.serializeBinary = function() {
22305
+ var writer = new jspb.BinaryWriter();
22306
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.serializeBinaryToWriter(this, writer);
22307
+ return writer.getResultBuffer();
22308
+ };
22309
+
22310
+
22311
+ /**
22312
+ * Serializes the given message to binary data (in protobuf wire
22313
+ * format), writing to the given BinaryWriter.
22314
+ * @param {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse} message
22315
+ * @param {!jspb.BinaryWriter} writer
22316
+ * @suppress {unusedLocalVariables} f is only used for nested messages
22317
+ */
22318
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.serializeBinaryToWriter = function(message, writer) {
22319
+ var f = undefined;
22320
+ f = message.getIsEnabled();
22321
+ if (f) {
22322
+ writer.writeBool(
22323
+ 1,
22324
+ f
22325
+ );
22326
+ }
22327
+ };
22328
+
22329
+
22330
+ /**
22331
+ * optional bool is_enabled = 1;
22332
+ * @return {boolean}
22333
+ */
22334
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.prototype.getIsEnabled = function() {
22335
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
22336
+ };
22337
+
22338
+
22339
+ /**
22340
+ * @param {boolean} value
22341
+ * @return {!proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse} returns this
22342
+ */
22343
+ proto.lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse.prototype.setIsEnabled = function(value) {
22344
+ return jspb.Message.setProto3BooleanField(this, 1, value);
22345
+ };
22346
+
22347
+
21890
22348
  /**
21891
22349
  * @enum {number}
21892
22350
  */