@lansweeper/data-platform-outbound-grpc 0.3.29 → 0.3.31
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/outbound_pb.d.ts +125 -0
- package/gen-proto/outbound_pb.js +1118 -6
- package/generated-go/outbound.pb.go +1113 -734
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +31 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$UsersKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$UsersKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$GroupKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +31 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.java +1086 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.java +70 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.java +272 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.java +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Group.java +157 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.java +17 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365License.java +157 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.java +17 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Mailbox.java +2038 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.java +154 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +702 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +48 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365User.java +314 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.java +34 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +216 -173
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/model/target/{outbound-model-0.3.28-sources.jar → outbound-model-0.3.30-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.28.jar → outbound-model-0.3.30.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +31 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.28-sources.jar → outbound-service-0.3.30-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.28.jar → outbound-service-0.3.30.jar} +0 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -185,11 +185,13 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces', null,
|
|
|
185
185
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkProtocols', null, global);
|
|
186
186
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkVolume', null, global);
|
|
187
187
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkVolume.DriverCase', null, global);
|
|
188
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense', null, global);
|
|
188
189
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan', null, global);
|
|
189
190
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Contact', null, global);
|
|
190
191
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Domain', null, global);
|
|
191
192
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Group', null, global);
|
|
192
193
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365License', null, global);
|
|
194
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Mailbox', null, global);
|
|
193
195
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Organization', null, global);
|
|
194
196
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365ServicePlan', null, global);
|
|
195
197
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365User', null, global);
|
|
@@ -5537,6 +5539,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
5537
5539
|
*/
|
|
5538
5540
|
proto.com.lansweeper.dp.outbound.v1.Office365Organization.displayName = 'proto.com.lansweeper.dp.outbound.v1.Office365Organization';
|
|
5539
5541
|
}
|
|
5542
|
+
/**
|
|
5543
|
+
* Generated by JsPbCodeGenerator.
|
|
5544
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
5545
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
5546
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
5547
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
5548
|
+
* valid.
|
|
5549
|
+
* @extends {jspb.Message}
|
|
5550
|
+
* @constructor
|
|
5551
|
+
*/
|
|
5552
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox = function(opt_data) {
|
|
5553
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
5554
|
+
};
|
|
5555
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.Office365Mailbox, jspb.Message);
|
|
5556
|
+
if (goog.DEBUG && !COMPILED) {
|
|
5557
|
+
/**
|
|
5558
|
+
* @public
|
|
5559
|
+
* @override
|
|
5560
|
+
*/
|
|
5561
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.displayName = 'proto.com.lansweeper.dp.outbound.v1.Office365Mailbox';
|
|
5562
|
+
}
|
|
5540
5563
|
/**
|
|
5541
5564
|
* Generated by JsPbCodeGenerator.
|
|
5542
5565
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -5558,6 +5581,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
5558
5581
|
*/
|
|
5559
5582
|
proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.displayName = 'proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan';
|
|
5560
5583
|
}
|
|
5584
|
+
/**
|
|
5585
|
+
* Generated by JsPbCodeGenerator.
|
|
5586
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
5587
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
5588
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
5589
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
5590
|
+
* valid.
|
|
5591
|
+
* @extends {jspb.Message}
|
|
5592
|
+
* @constructor
|
|
5593
|
+
*/
|
|
5594
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense = function(opt_data) {
|
|
5595
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
5596
|
+
};
|
|
5597
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense, jspb.Message);
|
|
5598
|
+
if (goog.DEBUG && !COMPILED) {
|
|
5599
|
+
/**
|
|
5600
|
+
* @public
|
|
5601
|
+
* @override
|
|
5602
|
+
*/
|
|
5603
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.displayName = 'proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense';
|
|
5604
|
+
}
|
|
5561
5605
|
/**
|
|
5562
5606
|
* Generated by JsPbCodeGenerator.
|
|
5563
5607
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -145002,7 +145046,7 @@ proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.setEnabled = function(va
|
|
|
145002
145046
|
* @private {!Array<number>}
|
|
145003
145047
|
* @const
|
|
145004
145048
|
*/
|
|
145005
|
-
proto.com.lansweeper.dp.outbound.v1.Office365Organization.repeatedFields_ = [12,15,17];
|
|
145049
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Organization.repeatedFields_ = [12,15,17,18,19];
|
|
145006
145050
|
|
|
145007
145051
|
|
|
145008
145052
|
|
|
@@ -145052,7 +145096,11 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.toObject = function(in
|
|
|
145052
145096
|
proto.com.lansweeper.dp.outbound.v1.Office365License.toObject, includeInstance),
|
|
145053
145097
|
assignedPlansMap: (f = msg.getAssignedPlansMap()) ? f.toObject(includeInstance, proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.toObject) : [],
|
|
145054
145098
|
contactsList: jspb.Message.toObjectList(msg.getContactsList(),
|
|
145055
|
-
proto.com.lansweeper.dp.outbound.v1.Office365Contact.toObject, includeInstance)
|
|
145099
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Contact.toObject, includeInstance),
|
|
145100
|
+
mailboxesList: jspb.Message.toObjectList(msg.getMailboxesList(),
|
|
145101
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.toObject, includeInstance),
|
|
145102
|
+
assignedLicensesList: jspb.Message.toObjectList(msg.getAssignedLicensesList(),
|
|
145103
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.toObject, includeInstance)
|
|
145056
145104
|
};
|
|
145057
145105
|
|
|
145058
145106
|
if (includeInstance) {
|
|
@@ -145155,6 +145203,16 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.deserializeBinaryFromR
|
|
|
145155
145203
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Office365Contact.deserializeBinaryFromReader);
|
|
145156
145204
|
msg.addContacts(value);
|
|
145157
145205
|
break;
|
|
145206
|
+
case 18:
|
|
145207
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.Office365Mailbox;
|
|
145208
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.deserializeBinaryFromReader);
|
|
145209
|
+
msg.addMailboxes(value);
|
|
145210
|
+
break;
|
|
145211
|
+
case 19:
|
|
145212
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense;
|
|
145213
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.deserializeBinaryFromReader);
|
|
145214
|
+
msg.addAssignedLicenses(value);
|
|
145215
|
+
break;
|
|
145158
145216
|
default:
|
|
145159
145217
|
reader.skipField();
|
|
145160
145218
|
break;
|
|
@@ -145290,6 +145348,22 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.serializeBinaryToWrite
|
|
|
145290
145348
|
proto.com.lansweeper.dp.outbound.v1.Office365Contact.serializeBinaryToWriter
|
|
145291
145349
|
);
|
|
145292
145350
|
}
|
|
145351
|
+
f = message.getMailboxesList();
|
|
145352
|
+
if (f.length > 0) {
|
|
145353
|
+
writer.writeRepeatedMessage(
|
|
145354
|
+
18,
|
|
145355
|
+
f,
|
|
145356
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.serializeBinaryToWriter
|
|
145357
|
+
);
|
|
145358
|
+
}
|
|
145359
|
+
f = message.getAssignedLicensesList();
|
|
145360
|
+
if (f.length > 0) {
|
|
145361
|
+
writer.writeRepeatedMessage(
|
|
145362
|
+
19,
|
|
145363
|
+
f,
|
|
145364
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.serializeBinaryToWriter
|
|
145365
|
+
);
|
|
145366
|
+
}
|
|
145293
145367
|
};
|
|
145294
145368
|
|
|
145295
145369
|
|
|
@@ -145808,6 +145882,542 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.clearContact
|
|
|
145808
145882
|
};
|
|
145809
145883
|
|
|
145810
145884
|
|
|
145885
|
+
/**
|
|
145886
|
+
* repeated Office365Mailbox mailboxes = 18;
|
|
145887
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox>}
|
|
145888
|
+
*/
|
|
145889
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.getMailboxesList = function() {
|
|
145890
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox>} */ (
|
|
145891
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Office365Mailbox, 18));
|
|
145892
|
+
};
|
|
145893
|
+
|
|
145894
|
+
|
|
145895
|
+
/**
|
|
145896
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox>} value
|
|
145897
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Organization} returns this
|
|
145898
|
+
*/
|
|
145899
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.setMailboxesList = function(value) {
|
|
145900
|
+
return jspb.Message.setRepeatedWrapperField(this, 18, value);
|
|
145901
|
+
};
|
|
145902
|
+
|
|
145903
|
+
|
|
145904
|
+
/**
|
|
145905
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox=} opt_value
|
|
145906
|
+
* @param {number=} opt_index
|
|
145907
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox}
|
|
145908
|
+
*/
|
|
145909
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.addMailboxes = function(opt_value, opt_index) {
|
|
145910
|
+
return jspb.Message.addToRepeatedWrapperField(this, 18, opt_value, proto.com.lansweeper.dp.outbound.v1.Office365Mailbox, opt_index);
|
|
145911
|
+
};
|
|
145912
|
+
|
|
145913
|
+
|
|
145914
|
+
/**
|
|
145915
|
+
* Clears the list making it empty but non-null.
|
|
145916
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Organization} returns this
|
|
145917
|
+
*/
|
|
145918
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.clearMailboxesList = function() {
|
|
145919
|
+
return this.setMailboxesList([]);
|
|
145920
|
+
};
|
|
145921
|
+
|
|
145922
|
+
|
|
145923
|
+
/**
|
|
145924
|
+
* repeated Office365AssignedLicense assigned_licenses = 19;
|
|
145925
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense>}
|
|
145926
|
+
*/
|
|
145927
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.getAssignedLicensesList = function() {
|
|
145928
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense>} */ (
|
|
145929
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense, 19));
|
|
145930
|
+
};
|
|
145931
|
+
|
|
145932
|
+
|
|
145933
|
+
/**
|
|
145934
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense>} value
|
|
145935
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Organization} returns this
|
|
145936
|
+
*/
|
|
145937
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.setAssignedLicensesList = function(value) {
|
|
145938
|
+
return jspb.Message.setRepeatedWrapperField(this, 19, value);
|
|
145939
|
+
};
|
|
145940
|
+
|
|
145941
|
+
|
|
145942
|
+
/**
|
|
145943
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense=} opt_value
|
|
145944
|
+
* @param {number=} opt_index
|
|
145945
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense}
|
|
145946
|
+
*/
|
|
145947
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.addAssignedLicenses = function(opt_value, opt_index) {
|
|
145948
|
+
return jspb.Message.addToRepeatedWrapperField(this, 19, opt_value, proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense, opt_index);
|
|
145949
|
+
};
|
|
145950
|
+
|
|
145951
|
+
|
|
145952
|
+
/**
|
|
145953
|
+
* Clears the list making it empty but non-null.
|
|
145954
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Organization} returns this
|
|
145955
|
+
*/
|
|
145956
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.clearAssignedLicensesList = function() {
|
|
145957
|
+
return this.setAssignedLicensesList([]);
|
|
145958
|
+
};
|
|
145959
|
+
|
|
145960
|
+
|
|
145961
|
+
|
|
145962
|
+
|
|
145963
|
+
|
|
145964
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
145965
|
+
/**
|
|
145966
|
+
* Creates an object representation of this proto.
|
|
145967
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
145968
|
+
* Optional fields that are not set will be set to undefined.
|
|
145969
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
145970
|
+
* For the list of reserved names please see:
|
|
145971
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
145972
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
145973
|
+
* JSPB instance for transitional soy proto support:
|
|
145974
|
+
* http://goto/soy-param-migration
|
|
145975
|
+
* @return {!Object}
|
|
145976
|
+
*/
|
|
145977
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.toObject = function(opt_includeInstance) {
|
|
145978
|
+
return proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.toObject(opt_includeInstance, this);
|
|
145979
|
+
};
|
|
145980
|
+
|
|
145981
|
+
|
|
145982
|
+
/**
|
|
145983
|
+
* Static version of the {@see toObject} method.
|
|
145984
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
145985
|
+
* the JSPB instance for transitional soy proto support:
|
|
145986
|
+
* http://goto/soy-param-migration
|
|
145987
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} msg The msg instance to transform.
|
|
145988
|
+
* @return {!Object}
|
|
145989
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
145990
|
+
*/
|
|
145991
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.toObject = function(includeInstance, msg) {
|
|
145992
|
+
var f, obj = {
|
|
145993
|
+
o365MailboxId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
145994
|
+
o365OrganizationId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
145995
|
+
displayName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
145996
|
+
primaryEmail: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
145997
|
+
emailAddress: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
145998
|
+
alias: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
145999
|
+
recipientType: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
146000
|
+
recipientTypeDetails: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
146001
|
+
userPrincipalName: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
146002
|
+
identity: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
146003
|
+
o365MailboxKey: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
146004
|
+
o365OrganizationKey: jspb.Message.getFieldWithDefault(msg, 12, "")
|
|
146005
|
+
};
|
|
146006
|
+
|
|
146007
|
+
if (includeInstance) {
|
|
146008
|
+
obj.$jspbMessageInstance = msg;
|
|
146009
|
+
}
|
|
146010
|
+
return obj;
|
|
146011
|
+
};
|
|
146012
|
+
}
|
|
146013
|
+
|
|
146014
|
+
|
|
146015
|
+
/**
|
|
146016
|
+
* Deserializes binary data (in protobuf wire format).
|
|
146017
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
146018
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox}
|
|
146019
|
+
*/
|
|
146020
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.deserializeBinary = function(bytes) {
|
|
146021
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
146022
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.Office365Mailbox;
|
|
146023
|
+
return proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.deserializeBinaryFromReader(msg, reader);
|
|
146024
|
+
};
|
|
146025
|
+
|
|
146026
|
+
|
|
146027
|
+
/**
|
|
146028
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
146029
|
+
* given reader into the given message object.
|
|
146030
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} msg The message object to deserialize into.
|
|
146031
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
146032
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox}
|
|
146033
|
+
*/
|
|
146034
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.deserializeBinaryFromReader = function(msg, reader) {
|
|
146035
|
+
while (reader.nextField()) {
|
|
146036
|
+
if (reader.isEndGroup()) {
|
|
146037
|
+
break;
|
|
146038
|
+
}
|
|
146039
|
+
var field = reader.getFieldNumber();
|
|
146040
|
+
switch (field) {
|
|
146041
|
+
case 1:
|
|
146042
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146043
|
+
msg.setO365MailboxId(value);
|
|
146044
|
+
break;
|
|
146045
|
+
case 2:
|
|
146046
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146047
|
+
msg.setO365OrganizationId(value);
|
|
146048
|
+
break;
|
|
146049
|
+
case 3:
|
|
146050
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146051
|
+
msg.setDisplayName(value);
|
|
146052
|
+
break;
|
|
146053
|
+
case 4:
|
|
146054
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146055
|
+
msg.setPrimaryEmail(value);
|
|
146056
|
+
break;
|
|
146057
|
+
case 5:
|
|
146058
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146059
|
+
msg.setEmailAddress(value);
|
|
146060
|
+
break;
|
|
146061
|
+
case 6:
|
|
146062
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146063
|
+
msg.setAlias(value);
|
|
146064
|
+
break;
|
|
146065
|
+
case 7:
|
|
146066
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146067
|
+
msg.setRecipientType(value);
|
|
146068
|
+
break;
|
|
146069
|
+
case 8:
|
|
146070
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146071
|
+
msg.setRecipientTypeDetails(value);
|
|
146072
|
+
break;
|
|
146073
|
+
case 9:
|
|
146074
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146075
|
+
msg.setUserPrincipalName(value);
|
|
146076
|
+
break;
|
|
146077
|
+
case 10:
|
|
146078
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146079
|
+
msg.setIdentity(value);
|
|
146080
|
+
break;
|
|
146081
|
+
case 11:
|
|
146082
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146083
|
+
msg.setO365MailboxKey(value);
|
|
146084
|
+
break;
|
|
146085
|
+
case 12:
|
|
146086
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146087
|
+
msg.setO365OrganizationKey(value);
|
|
146088
|
+
break;
|
|
146089
|
+
default:
|
|
146090
|
+
reader.skipField();
|
|
146091
|
+
break;
|
|
146092
|
+
}
|
|
146093
|
+
}
|
|
146094
|
+
return msg;
|
|
146095
|
+
};
|
|
146096
|
+
|
|
146097
|
+
|
|
146098
|
+
/**
|
|
146099
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
146100
|
+
* @return {!Uint8Array}
|
|
146101
|
+
*/
|
|
146102
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.serializeBinary = function() {
|
|
146103
|
+
var writer = new jspb.BinaryWriter();
|
|
146104
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.serializeBinaryToWriter(this, writer);
|
|
146105
|
+
return writer.getResultBuffer();
|
|
146106
|
+
};
|
|
146107
|
+
|
|
146108
|
+
|
|
146109
|
+
/**
|
|
146110
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
146111
|
+
* format), writing to the given BinaryWriter.
|
|
146112
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} message
|
|
146113
|
+
* @param {!jspb.BinaryWriter} writer
|
|
146114
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
146115
|
+
*/
|
|
146116
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.serializeBinaryToWriter = function(message, writer) {
|
|
146117
|
+
var f = undefined;
|
|
146118
|
+
f = message.getO365MailboxId();
|
|
146119
|
+
if (f.length > 0) {
|
|
146120
|
+
writer.writeString(
|
|
146121
|
+
1,
|
|
146122
|
+
f
|
|
146123
|
+
);
|
|
146124
|
+
}
|
|
146125
|
+
f = message.getO365OrganizationId();
|
|
146126
|
+
if (f.length > 0) {
|
|
146127
|
+
writer.writeString(
|
|
146128
|
+
2,
|
|
146129
|
+
f
|
|
146130
|
+
);
|
|
146131
|
+
}
|
|
146132
|
+
f = message.getDisplayName();
|
|
146133
|
+
if (f.length > 0) {
|
|
146134
|
+
writer.writeString(
|
|
146135
|
+
3,
|
|
146136
|
+
f
|
|
146137
|
+
);
|
|
146138
|
+
}
|
|
146139
|
+
f = message.getPrimaryEmail();
|
|
146140
|
+
if (f.length > 0) {
|
|
146141
|
+
writer.writeString(
|
|
146142
|
+
4,
|
|
146143
|
+
f
|
|
146144
|
+
);
|
|
146145
|
+
}
|
|
146146
|
+
f = message.getEmailAddress();
|
|
146147
|
+
if (f.length > 0) {
|
|
146148
|
+
writer.writeString(
|
|
146149
|
+
5,
|
|
146150
|
+
f
|
|
146151
|
+
);
|
|
146152
|
+
}
|
|
146153
|
+
f = message.getAlias();
|
|
146154
|
+
if (f.length > 0) {
|
|
146155
|
+
writer.writeString(
|
|
146156
|
+
6,
|
|
146157
|
+
f
|
|
146158
|
+
);
|
|
146159
|
+
}
|
|
146160
|
+
f = message.getRecipientType();
|
|
146161
|
+
if (f.length > 0) {
|
|
146162
|
+
writer.writeString(
|
|
146163
|
+
7,
|
|
146164
|
+
f
|
|
146165
|
+
);
|
|
146166
|
+
}
|
|
146167
|
+
f = message.getRecipientTypeDetails();
|
|
146168
|
+
if (f.length > 0) {
|
|
146169
|
+
writer.writeString(
|
|
146170
|
+
8,
|
|
146171
|
+
f
|
|
146172
|
+
);
|
|
146173
|
+
}
|
|
146174
|
+
f = message.getUserPrincipalName();
|
|
146175
|
+
if (f.length > 0) {
|
|
146176
|
+
writer.writeString(
|
|
146177
|
+
9,
|
|
146178
|
+
f
|
|
146179
|
+
);
|
|
146180
|
+
}
|
|
146181
|
+
f = message.getIdentity();
|
|
146182
|
+
if (f.length > 0) {
|
|
146183
|
+
writer.writeString(
|
|
146184
|
+
10,
|
|
146185
|
+
f
|
|
146186
|
+
);
|
|
146187
|
+
}
|
|
146188
|
+
f = message.getO365MailboxKey();
|
|
146189
|
+
if (f.length > 0) {
|
|
146190
|
+
writer.writeString(
|
|
146191
|
+
11,
|
|
146192
|
+
f
|
|
146193
|
+
);
|
|
146194
|
+
}
|
|
146195
|
+
f = message.getO365OrganizationKey();
|
|
146196
|
+
if (f.length > 0) {
|
|
146197
|
+
writer.writeString(
|
|
146198
|
+
12,
|
|
146199
|
+
f
|
|
146200
|
+
);
|
|
146201
|
+
}
|
|
146202
|
+
};
|
|
146203
|
+
|
|
146204
|
+
|
|
146205
|
+
/**
|
|
146206
|
+
* optional string o365_mailbox_id = 1;
|
|
146207
|
+
* @return {string}
|
|
146208
|
+
*/
|
|
146209
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getO365MailboxId = function() {
|
|
146210
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
146211
|
+
};
|
|
146212
|
+
|
|
146213
|
+
|
|
146214
|
+
/**
|
|
146215
|
+
* @param {string} value
|
|
146216
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146217
|
+
*/
|
|
146218
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setO365MailboxId = function(value) {
|
|
146219
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
146220
|
+
};
|
|
146221
|
+
|
|
146222
|
+
|
|
146223
|
+
/**
|
|
146224
|
+
* optional string o365_organization_id = 2;
|
|
146225
|
+
* @return {string}
|
|
146226
|
+
*/
|
|
146227
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getO365OrganizationId = function() {
|
|
146228
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
146229
|
+
};
|
|
146230
|
+
|
|
146231
|
+
|
|
146232
|
+
/**
|
|
146233
|
+
* @param {string} value
|
|
146234
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146235
|
+
*/
|
|
146236
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setO365OrganizationId = function(value) {
|
|
146237
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
146238
|
+
};
|
|
146239
|
+
|
|
146240
|
+
|
|
146241
|
+
/**
|
|
146242
|
+
* optional string display_name = 3;
|
|
146243
|
+
* @return {string}
|
|
146244
|
+
*/
|
|
146245
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getDisplayName = function() {
|
|
146246
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
146247
|
+
};
|
|
146248
|
+
|
|
146249
|
+
|
|
146250
|
+
/**
|
|
146251
|
+
* @param {string} value
|
|
146252
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146253
|
+
*/
|
|
146254
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setDisplayName = function(value) {
|
|
146255
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
146256
|
+
};
|
|
146257
|
+
|
|
146258
|
+
|
|
146259
|
+
/**
|
|
146260
|
+
* optional string primary_email = 4;
|
|
146261
|
+
* @return {string}
|
|
146262
|
+
*/
|
|
146263
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getPrimaryEmail = function() {
|
|
146264
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
146265
|
+
};
|
|
146266
|
+
|
|
146267
|
+
|
|
146268
|
+
/**
|
|
146269
|
+
* @param {string} value
|
|
146270
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146271
|
+
*/
|
|
146272
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setPrimaryEmail = function(value) {
|
|
146273
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
146274
|
+
};
|
|
146275
|
+
|
|
146276
|
+
|
|
146277
|
+
/**
|
|
146278
|
+
* optional string email_address = 5;
|
|
146279
|
+
* @return {string}
|
|
146280
|
+
*/
|
|
146281
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getEmailAddress = function() {
|
|
146282
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
146283
|
+
};
|
|
146284
|
+
|
|
146285
|
+
|
|
146286
|
+
/**
|
|
146287
|
+
* @param {string} value
|
|
146288
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146289
|
+
*/
|
|
146290
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setEmailAddress = function(value) {
|
|
146291
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
146292
|
+
};
|
|
146293
|
+
|
|
146294
|
+
|
|
146295
|
+
/**
|
|
146296
|
+
* optional string alias = 6;
|
|
146297
|
+
* @return {string}
|
|
146298
|
+
*/
|
|
146299
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getAlias = function() {
|
|
146300
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
146301
|
+
};
|
|
146302
|
+
|
|
146303
|
+
|
|
146304
|
+
/**
|
|
146305
|
+
* @param {string} value
|
|
146306
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146307
|
+
*/
|
|
146308
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setAlias = function(value) {
|
|
146309
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
146310
|
+
};
|
|
146311
|
+
|
|
146312
|
+
|
|
146313
|
+
/**
|
|
146314
|
+
* optional string recipient_type = 7;
|
|
146315
|
+
* @return {string}
|
|
146316
|
+
*/
|
|
146317
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getRecipientType = function() {
|
|
146318
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
146319
|
+
};
|
|
146320
|
+
|
|
146321
|
+
|
|
146322
|
+
/**
|
|
146323
|
+
* @param {string} value
|
|
146324
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146325
|
+
*/
|
|
146326
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setRecipientType = function(value) {
|
|
146327
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
146328
|
+
};
|
|
146329
|
+
|
|
146330
|
+
|
|
146331
|
+
/**
|
|
146332
|
+
* optional string recipient_type_details = 8;
|
|
146333
|
+
* @return {string}
|
|
146334
|
+
*/
|
|
146335
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getRecipientTypeDetails = function() {
|
|
146336
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
146337
|
+
};
|
|
146338
|
+
|
|
146339
|
+
|
|
146340
|
+
/**
|
|
146341
|
+
* @param {string} value
|
|
146342
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146343
|
+
*/
|
|
146344
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setRecipientTypeDetails = function(value) {
|
|
146345
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
146346
|
+
};
|
|
146347
|
+
|
|
146348
|
+
|
|
146349
|
+
/**
|
|
146350
|
+
* optional string user_principal_name = 9;
|
|
146351
|
+
* @return {string}
|
|
146352
|
+
*/
|
|
146353
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getUserPrincipalName = function() {
|
|
146354
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
146355
|
+
};
|
|
146356
|
+
|
|
146357
|
+
|
|
146358
|
+
/**
|
|
146359
|
+
* @param {string} value
|
|
146360
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146361
|
+
*/
|
|
146362
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setUserPrincipalName = function(value) {
|
|
146363
|
+
return jspb.Message.setProto3StringField(this, 9, value);
|
|
146364
|
+
};
|
|
146365
|
+
|
|
146366
|
+
|
|
146367
|
+
/**
|
|
146368
|
+
* optional string identity = 10;
|
|
146369
|
+
* @return {string}
|
|
146370
|
+
*/
|
|
146371
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getIdentity = function() {
|
|
146372
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
146373
|
+
};
|
|
146374
|
+
|
|
146375
|
+
|
|
146376
|
+
/**
|
|
146377
|
+
* @param {string} value
|
|
146378
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146379
|
+
*/
|
|
146380
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setIdentity = function(value) {
|
|
146381
|
+
return jspb.Message.setProto3StringField(this, 10, value);
|
|
146382
|
+
};
|
|
146383
|
+
|
|
146384
|
+
|
|
146385
|
+
/**
|
|
146386
|
+
* optional string o365_mailbox_key = 11;
|
|
146387
|
+
* @return {string}
|
|
146388
|
+
*/
|
|
146389
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getO365MailboxKey = function() {
|
|
146390
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
146391
|
+
};
|
|
146392
|
+
|
|
146393
|
+
|
|
146394
|
+
/**
|
|
146395
|
+
* @param {string} value
|
|
146396
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146397
|
+
*/
|
|
146398
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setO365MailboxKey = function(value) {
|
|
146399
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
146400
|
+
};
|
|
146401
|
+
|
|
146402
|
+
|
|
146403
|
+
/**
|
|
146404
|
+
* optional string o365_organization_key = 12;
|
|
146405
|
+
* @return {string}
|
|
146406
|
+
*/
|
|
146407
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getO365OrganizationKey = function() {
|
|
146408
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
146409
|
+
};
|
|
146410
|
+
|
|
146411
|
+
|
|
146412
|
+
/**
|
|
146413
|
+
* @param {string} value
|
|
146414
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
|
|
146415
|
+
*/
|
|
146416
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setO365OrganizationKey = function(value) {
|
|
146417
|
+
return jspb.Message.setProto3StringField(this, 12, value);
|
|
146418
|
+
};
|
|
146419
|
+
|
|
146420
|
+
|
|
145811
146421
|
|
|
145812
146422
|
|
|
145813
146423
|
|
|
@@ -145844,7 +146454,9 @@ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.toObject = function(in
|
|
|
145844
146454
|
service: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
145845
146455
|
capabilityStatus: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
145846
146456
|
assignedTimeStamp: (f = msg.getAssignedTimeStamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
145847
|
-
usersKeysMap: (f = msg.getUsersKeysMap()) ? f.toObject(includeInstance, undefined) : []
|
|
146457
|
+
usersKeysMap: (f = msg.getUsersKeysMap()) ? f.toObject(includeInstance, undefined) : [],
|
|
146458
|
+
o365AssignedPlanId: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
146459
|
+
o365UserId: jspb.Message.getFieldWithDefault(msg, 8, "")
|
|
145848
146460
|
};
|
|
145849
146461
|
|
|
145850
146462
|
if (includeInstance) {
|
|
@@ -145904,6 +146516,14 @@ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.deserializeBinaryFromR
|
|
|
145904
146516
|
jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readBool, null, "", false);
|
|
145905
146517
|
});
|
|
145906
146518
|
break;
|
|
146519
|
+
case 6:
|
|
146520
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146521
|
+
msg.setO365AssignedPlanId(value);
|
|
146522
|
+
break;
|
|
146523
|
+
case 8:
|
|
146524
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146525
|
+
msg.setO365UserId(value);
|
|
146526
|
+
break;
|
|
145907
146527
|
default:
|
|
145908
146528
|
reader.skipField();
|
|
145909
146529
|
break;
|
|
@@ -145966,6 +146586,20 @@ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.serializeBinaryToWrite
|
|
|
145966
146586
|
if (f && f.getLength() > 0) {
|
|
145967
146587
|
f.serializeBinary(5, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeBool);
|
|
145968
146588
|
}
|
|
146589
|
+
f = message.getO365AssignedPlanId();
|
|
146590
|
+
if (f.length > 0) {
|
|
146591
|
+
writer.writeString(
|
|
146592
|
+
6,
|
|
146593
|
+
f
|
|
146594
|
+
);
|
|
146595
|
+
}
|
|
146596
|
+
f = message.getO365UserId();
|
|
146597
|
+
if (f.length > 0) {
|
|
146598
|
+
writer.writeString(
|
|
146599
|
+
8,
|
|
146600
|
+
f
|
|
146601
|
+
);
|
|
146602
|
+
}
|
|
145969
146603
|
};
|
|
145970
146604
|
|
|
145971
146605
|
|
|
@@ -146118,6 +146752,292 @@ proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.prototype.clearUsersKe
|
|
|
146118
146752
|
return this;};
|
|
146119
146753
|
|
|
146120
146754
|
|
|
146755
|
+
/**
|
|
146756
|
+
* optional string o365_assigned_plan_id = 6;
|
|
146757
|
+
* @return {string}
|
|
146758
|
+
*/
|
|
146759
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.prototype.getO365AssignedPlanId = function() {
|
|
146760
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
146761
|
+
};
|
|
146762
|
+
|
|
146763
|
+
|
|
146764
|
+
/**
|
|
146765
|
+
* @param {string} value
|
|
146766
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan} returns this
|
|
146767
|
+
*/
|
|
146768
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.prototype.setO365AssignedPlanId = function(value) {
|
|
146769
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
146770
|
+
};
|
|
146771
|
+
|
|
146772
|
+
|
|
146773
|
+
/**
|
|
146774
|
+
* optional string o365_user_id = 8;
|
|
146775
|
+
* @return {string}
|
|
146776
|
+
*/
|
|
146777
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.prototype.getO365UserId = function() {
|
|
146778
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
146779
|
+
};
|
|
146780
|
+
|
|
146781
|
+
|
|
146782
|
+
/**
|
|
146783
|
+
* @param {string} value
|
|
146784
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan} returns this
|
|
146785
|
+
*/
|
|
146786
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.prototype.setO365UserId = function(value) {
|
|
146787
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
146788
|
+
};
|
|
146789
|
+
|
|
146790
|
+
|
|
146791
|
+
|
|
146792
|
+
|
|
146793
|
+
|
|
146794
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
146795
|
+
/**
|
|
146796
|
+
* Creates an object representation of this proto.
|
|
146797
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
146798
|
+
* Optional fields that are not set will be set to undefined.
|
|
146799
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
146800
|
+
* For the list of reserved names please see:
|
|
146801
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
146802
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
146803
|
+
* JSPB instance for transitional soy proto support:
|
|
146804
|
+
* http://goto/soy-param-migration
|
|
146805
|
+
* @return {!Object}
|
|
146806
|
+
*/
|
|
146807
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.toObject = function(opt_includeInstance) {
|
|
146808
|
+
return proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.toObject(opt_includeInstance, this);
|
|
146809
|
+
};
|
|
146810
|
+
|
|
146811
|
+
|
|
146812
|
+
/**
|
|
146813
|
+
* Static version of the {@see toObject} method.
|
|
146814
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
146815
|
+
* the JSPB instance for transitional soy proto support:
|
|
146816
|
+
* http://goto/soy-param-migration
|
|
146817
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} msg The msg instance to transform.
|
|
146818
|
+
* @return {!Object}
|
|
146819
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
146820
|
+
*/
|
|
146821
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.toObject = function(includeInstance, msg) {
|
|
146822
|
+
var f, obj = {
|
|
146823
|
+
o365AssignedLicenseId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
146824
|
+
o365LicenseId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
146825
|
+
o365UserId: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
146826
|
+
o365AssignedLicenseKey: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
146827
|
+
o365LicenseKey: jspb.Message.getFieldWithDefault(msg, 5, "")
|
|
146828
|
+
};
|
|
146829
|
+
|
|
146830
|
+
if (includeInstance) {
|
|
146831
|
+
obj.$jspbMessageInstance = msg;
|
|
146832
|
+
}
|
|
146833
|
+
return obj;
|
|
146834
|
+
};
|
|
146835
|
+
}
|
|
146836
|
+
|
|
146837
|
+
|
|
146838
|
+
/**
|
|
146839
|
+
* Deserializes binary data (in protobuf wire format).
|
|
146840
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
146841
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense}
|
|
146842
|
+
*/
|
|
146843
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.deserializeBinary = function(bytes) {
|
|
146844
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
146845
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense;
|
|
146846
|
+
return proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.deserializeBinaryFromReader(msg, reader);
|
|
146847
|
+
};
|
|
146848
|
+
|
|
146849
|
+
|
|
146850
|
+
/**
|
|
146851
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
146852
|
+
* given reader into the given message object.
|
|
146853
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} msg The message object to deserialize into.
|
|
146854
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
146855
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense}
|
|
146856
|
+
*/
|
|
146857
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.deserializeBinaryFromReader = function(msg, reader) {
|
|
146858
|
+
while (reader.nextField()) {
|
|
146859
|
+
if (reader.isEndGroup()) {
|
|
146860
|
+
break;
|
|
146861
|
+
}
|
|
146862
|
+
var field = reader.getFieldNumber();
|
|
146863
|
+
switch (field) {
|
|
146864
|
+
case 1:
|
|
146865
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146866
|
+
msg.setO365AssignedLicenseId(value);
|
|
146867
|
+
break;
|
|
146868
|
+
case 2:
|
|
146869
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146870
|
+
msg.setO365LicenseId(value);
|
|
146871
|
+
break;
|
|
146872
|
+
case 3:
|
|
146873
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146874
|
+
msg.setO365UserId(value);
|
|
146875
|
+
break;
|
|
146876
|
+
case 4:
|
|
146877
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146878
|
+
msg.setO365AssignedLicenseKey(value);
|
|
146879
|
+
break;
|
|
146880
|
+
case 5:
|
|
146881
|
+
var value = /** @type {string} */ (reader.readString());
|
|
146882
|
+
msg.setO365LicenseKey(value);
|
|
146883
|
+
break;
|
|
146884
|
+
default:
|
|
146885
|
+
reader.skipField();
|
|
146886
|
+
break;
|
|
146887
|
+
}
|
|
146888
|
+
}
|
|
146889
|
+
return msg;
|
|
146890
|
+
};
|
|
146891
|
+
|
|
146892
|
+
|
|
146893
|
+
/**
|
|
146894
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
146895
|
+
* @return {!Uint8Array}
|
|
146896
|
+
*/
|
|
146897
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.serializeBinary = function() {
|
|
146898
|
+
var writer = new jspb.BinaryWriter();
|
|
146899
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.serializeBinaryToWriter(this, writer);
|
|
146900
|
+
return writer.getResultBuffer();
|
|
146901
|
+
};
|
|
146902
|
+
|
|
146903
|
+
|
|
146904
|
+
/**
|
|
146905
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
146906
|
+
* format), writing to the given BinaryWriter.
|
|
146907
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} message
|
|
146908
|
+
* @param {!jspb.BinaryWriter} writer
|
|
146909
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
146910
|
+
*/
|
|
146911
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.serializeBinaryToWriter = function(message, writer) {
|
|
146912
|
+
var f = undefined;
|
|
146913
|
+
f = message.getO365AssignedLicenseId();
|
|
146914
|
+
if (f.length > 0) {
|
|
146915
|
+
writer.writeString(
|
|
146916
|
+
1,
|
|
146917
|
+
f
|
|
146918
|
+
);
|
|
146919
|
+
}
|
|
146920
|
+
f = message.getO365LicenseId();
|
|
146921
|
+
if (f.length > 0) {
|
|
146922
|
+
writer.writeString(
|
|
146923
|
+
2,
|
|
146924
|
+
f
|
|
146925
|
+
);
|
|
146926
|
+
}
|
|
146927
|
+
f = message.getO365UserId();
|
|
146928
|
+
if (f.length > 0) {
|
|
146929
|
+
writer.writeString(
|
|
146930
|
+
3,
|
|
146931
|
+
f
|
|
146932
|
+
);
|
|
146933
|
+
}
|
|
146934
|
+
f = message.getO365AssignedLicenseKey();
|
|
146935
|
+
if (f.length > 0) {
|
|
146936
|
+
writer.writeString(
|
|
146937
|
+
4,
|
|
146938
|
+
f
|
|
146939
|
+
);
|
|
146940
|
+
}
|
|
146941
|
+
f = message.getO365LicenseKey();
|
|
146942
|
+
if (f.length > 0) {
|
|
146943
|
+
writer.writeString(
|
|
146944
|
+
5,
|
|
146945
|
+
f
|
|
146946
|
+
);
|
|
146947
|
+
}
|
|
146948
|
+
};
|
|
146949
|
+
|
|
146950
|
+
|
|
146951
|
+
/**
|
|
146952
|
+
* optional string o365_assigned_license_id = 1;
|
|
146953
|
+
* @return {string}
|
|
146954
|
+
*/
|
|
146955
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.getO365AssignedLicenseId = function() {
|
|
146956
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
146957
|
+
};
|
|
146958
|
+
|
|
146959
|
+
|
|
146960
|
+
/**
|
|
146961
|
+
* @param {string} value
|
|
146962
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} returns this
|
|
146963
|
+
*/
|
|
146964
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.setO365AssignedLicenseId = function(value) {
|
|
146965
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
146966
|
+
};
|
|
146967
|
+
|
|
146968
|
+
|
|
146969
|
+
/**
|
|
146970
|
+
* optional string o365_license_id = 2;
|
|
146971
|
+
* @return {string}
|
|
146972
|
+
*/
|
|
146973
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.getO365LicenseId = function() {
|
|
146974
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
146975
|
+
};
|
|
146976
|
+
|
|
146977
|
+
|
|
146978
|
+
/**
|
|
146979
|
+
* @param {string} value
|
|
146980
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} returns this
|
|
146981
|
+
*/
|
|
146982
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.setO365LicenseId = function(value) {
|
|
146983
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
146984
|
+
};
|
|
146985
|
+
|
|
146986
|
+
|
|
146987
|
+
/**
|
|
146988
|
+
* optional string o365_user_id = 3;
|
|
146989
|
+
* @return {string}
|
|
146990
|
+
*/
|
|
146991
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.getO365UserId = function() {
|
|
146992
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
146993
|
+
};
|
|
146994
|
+
|
|
146995
|
+
|
|
146996
|
+
/**
|
|
146997
|
+
* @param {string} value
|
|
146998
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} returns this
|
|
146999
|
+
*/
|
|
147000
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.setO365UserId = function(value) {
|
|
147001
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
147002
|
+
};
|
|
147003
|
+
|
|
147004
|
+
|
|
147005
|
+
/**
|
|
147006
|
+
* optional string o365_assigned_license_key = 4;
|
|
147007
|
+
* @return {string}
|
|
147008
|
+
*/
|
|
147009
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.getO365AssignedLicenseKey = function() {
|
|
147010
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
147011
|
+
};
|
|
147012
|
+
|
|
147013
|
+
|
|
147014
|
+
/**
|
|
147015
|
+
* @param {string} value
|
|
147016
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} returns this
|
|
147017
|
+
*/
|
|
147018
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.setO365AssignedLicenseKey = function(value) {
|
|
147019
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
147020
|
+
};
|
|
147021
|
+
|
|
147022
|
+
|
|
147023
|
+
/**
|
|
147024
|
+
* optional string o365_license_key = 5;
|
|
147025
|
+
* @return {string}
|
|
147026
|
+
*/
|
|
147027
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.getO365LicenseKey = function() {
|
|
147028
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
147029
|
+
};
|
|
147030
|
+
|
|
147031
|
+
|
|
147032
|
+
/**
|
|
147033
|
+
* @param {string} value
|
|
147034
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense} returns this
|
|
147035
|
+
*/
|
|
147036
|
+
proto.com.lansweeper.dp.outbound.v1.Office365AssignedLicense.prototype.setO365LicenseKey = function(value) {
|
|
147037
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
147038
|
+
};
|
|
147039
|
+
|
|
147040
|
+
|
|
146121
147041
|
|
|
146122
147042
|
|
|
146123
147043
|
|
|
@@ -147012,7 +147932,8 @@ proto.com.lansweeper.dp.outbound.v1.Office365Group.toObject = function(includeIn
|
|
|
147012
147932
|
mail: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
147013
147933
|
mailNickname: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
147014
147934
|
proxyAddresses: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
147015
|
-
organizationEntityKey: jspb.Message.getFieldWithDefault(msg, 9, "")
|
|
147935
|
+
organizationEntityKey: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
147936
|
+
type: jspb.Message.getFieldWithDefault(msg, 10, "")
|
|
147016
147937
|
};
|
|
147017
147938
|
|
|
147018
147939
|
if (includeInstance) {
|
|
@@ -147085,6 +148006,10 @@ proto.com.lansweeper.dp.outbound.v1.Office365Group.deserializeBinaryFromReader =
|
|
|
147085
148006
|
var value = /** @type {string} */ (reader.readString());
|
|
147086
148007
|
msg.setOrganizationEntityKey(value);
|
|
147087
148008
|
break;
|
|
148009
|
+
case 10:
|
|
148010
|
+
var value = /** @type {string} */ (reader.readString());
|
|
148011
|
+
msg.setType(value);
|
|
148012
|
+
break;
|
|
147088
148013
|
default:
|
|
147089
148014
|
reader.skipField();
|
|
147090
148015
|
break;
|
|
@@ -147177,6 +148102,13 @@ proto.com.lansweeper.dp.outbound.v1.Office365Group.serializeBinaryToWriter = fun
|
|
|
147177
148102
|
f
|
|
147178
148103
|
);
|
|
147179
148104
|
}
|
|
148105
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 10));
|
|
148106
|
+
if (f != null) {
|
|
148107
|
+
writer.writeString(
|
|
148108
|
+
10,
|
|
148109
|
+
f
|
|
148110
|
+
);
|
|
148111
|
+
}
|
|
147180
148112
|
};
|
|
147181
148113
|
|
|
147182
148114
|
|
|
@@ -147486,6 +148418,42 @@ proto.com.lansweeper.dp.outbound.v1.Office365Group.prototype.hasOrganizationEnti
|
|
|
147486
148418
|
};
|
|
147487
148419
|
|
|
147488
148420
|
|
|
148421
|
+
/**
|
|
148422
|
+
* optional string type = 10;
|
|
148423
|
+
* @return {string}
|
|
148424
|
+
*/
|
|
148425
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Group.prototype.getType = function() {
|
|
148426
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
148427
|
+
};
|
|
148428
|
+
|
|
148429
|
+
|
|
148430
|
+
/**
|
|
148431
|
+
* @param {string} value
|
|
148432
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Group} returns this
|
|
148433
|
+
*/
|
|
148434
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Group.prototype.setType = function(value) {
|
|
148435
|
+
return jspb.Message.setField(this, 10, value);
|
|
148436
|
+
};
|
|
148437
|
+
|
|
148438
|
+
|
|
148439
|
+
/**
|
|
148440
|
+
* Clears the field making it undefined.
|
|
148441
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365Group} returns this
|
|
148442
|
+
*/
|
|
148443
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Group.prototype.clearType = function() {
|
|
148444
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
148445
|
+
};
|
|
148446
|
+
|
|
148447
|
+
|
|
148448
|
+
/**
|
|
148449
|
+
* Returns whether this field is set.
|
|
148450
|
+
* @return {boolean}
|
|
148451
|
+
*/
|
|
148452
|
+
proto.com.lansweeper.dp.outbound.v1.Office365Group.prototype.hasType = function() {
|
|
148453
|
+
return jspb.Message.getField(this, 10) != null;
|
|
148454
|
+
};
|
|
148455
|
+
|
|
148456
|
+
|
|
147489
148457
|
|
|
147490
148458
|
/**
|
|
147491
148459
|
* List of repeated fields within this message type.
|
|
@@ -147535,7 +148503,8 @@ proto.com.lansweeper.dp.outbound.v1.Office365License.toObject = function(include
|
|
|
147535
148503
|
capabilityStatus: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
147536
148504
|
usersKeysMap: (f = msg.getUsersKeysMap()) ? f.toObject(includeInstance, undefined) : [],
|
|
147537
148505
|
servicePlansList: jspb.Message.toObjectList(msg.getServicePlansList(),
|
|
147538
|
-
proto.com.lansweeper.dp.outbound.v1.Office365ServicePlan.toObject, includeInstance)
|
|
148506
|
+
proto.com.lansweeper.dp.outbound.v1.Office365ServicePlan.toObject, includeInstance),
|
|
148507
|
+
name: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
147539
148508
|
};
|
|
147540
148509
|
|
|
147541
148510
|
if (includeInstance) {
|
|
@@ -147615,6 +148584,10 @@ proto.com.lansweeper.dp.outbound.v1.Office365License.deserializeBinaryFromReader
|
|
|
147615
148584
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Office365ServicePlan.deserializeBinaryFromReader);
|
|
147616
148585
|
msg.addServicePlans(value);
|
|
147617
148586
|
break;
|
|
148587
|
+
case 11:
|
|
148588
|
+
var value = /** @type {string} */ (reader.readString());
|
|
148589
|
+
msg.setName(value);
|
|
148590
|
+
break;
|
|
147618
148591
|
default:
|
|
147619
148592
|
reader.skipField();
|
|
147620
148593
|
break;
|
|
@@ -147712,6 +148685,13 @@ proto.com.lansweeper.dp.outbound.v1.Office365License.serializeBinaryToWriter = f
|
|
|
147712
148685
|
proto.com.lansweeper.dp.outbound.v1.Office365ServicePlan.serializeBinaryToWriter
|
|
147713
148686
|
);
|
|
147714
148687
|
}
|
|
148688
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 11));
|
|
148689
|
+
if (f != null) {
|
|
148690
|
+
writer.writeString(
|
|
148691
|
+
11,
|
|
148692
|
+
f
|
|
148693
|
+
);
|
|
148694
|
+
}
|
|
147715
148695
|
};
|
|
147716
148696
|
|
|
147717
148697
|
|
|
@@ -148045,6 +149025,42 @@ proto.com.lansweeper.dp.outbound.v1.Office365License.prototype.clearServicePlans
|
|
|
148045
149025
|
};
|
|
148046
149026
|
|
|
148047
149027
|
|
|
149028
|
+
/**
|
|
149029
|
+
* optional string name = 11;
|
|
149030
|
+
* @return {string}
|
|
149031
|
+
*/
|
|
149032
|
+
proto.com.lansweeper.dp.outbound.v1.Office365License.prototype.getName = function() {
|
|
149033
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
149034
|
+
};
|
|
149035
|
+
|
|
149036
|
+
|
|
149037
|
+
/**
|
|
149038
|
+
* @param {string} value
|
|
149039
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365License} returns this
|
|
149040
|
+
*/
|
|
149041
|
+
proto.com.lansweeper.dp.outbound.v1.Office365License.prototype.setName = function(value) {
|
|
149042
|
+
return jspb.Message.setField(this, 11, value);
|
|
149043
|
+
};
|
|
149044
|
+
|
|
149045
|
+
|
|
149046
|
+
/**
|
|
149047
|
+
* Clears the field making it undefined.
|
|
149048
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365License} returns this
|
|
149049
|
+
*/
|
|
149050
|
+
proto.com.lansweeper.dp.outbound.v1.Office365License.prototype.clearName = function() {
|
|
149051
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
149052
|
+
};
|
|
149053
|
+
|
|
149054
|
+
|
|
149055
|
+
/**
|
|
149056
|
+
* Returns whether this field is set.
|
|
149057
|
+
* @return {boolean}
|
|
149058
|
+
*/
|
|
149059
|
+
proto.com.lansweeper.dp.outbound.v1.Office365License.prototype.hasName = function() {
|
|
149060
|
+
return jspb.Message.getField(this, 11) != null;
|
|
149061
|
+
};
|
|
149062
|
+
|
|
149063
|
+
|
|
148048
149064
|
|
|
148049
149065
|
|
|
148050
149066
|
|
|
@@ -148409,7 +149425,9 @@ proto.com.lansweeper.dp.outbound.v1.Office365User.toObject = function(includeIns
|
|
|
148409
149425
|
resetPasswordOnNextLogon: jspb.Message.getBooleanFieldWithDefault(msg, 39, false),
|
|
148410
149426
|
name: jspb.Message.getFieldWithDefault(msg, 40, ""),
|
|
148411
149427
|
organizationEntityKey: jspb.Message.getFieldWithDefault(msg, 41, ""),
|
|
148412
|
-
groupKeysMap: (f = msg.getGroupKeysMap()) ? f.toObject(includeInstance, undefined) : []
|
|
149428
|
+
groupKeysMap: (f = msg.getGroupKeysMap()) ? f.toObject(includeInstance, undefined) : [],
|
|
149429
|
+
type: jspb.Message.getFieldWithDefault(msg, 43, ""),
|
|
149430
|
+
domain: jspb.Message.getFieldWithDefault(msg, 44, "")
|
|
148413
149431
|
};
|
|
148414
149432
|
|
|
148415
149433
|
if (includeInstance) {
|
|
@@ -148614,6 +149632,14 @@ proto.com.lansweeper.dp.outbound.v1.Office365User.deserializeBinaryFromReader =
|
|
|
148614
149632
|
jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readBool, null, "", false);
|
|
148615
149633
|
});
|
|
148616
149634
|
break;
|
|
149635
|
+
case 43:
|
|
149636
|
+
var value = /** @type {string} */ (reader.readString());
|
|
149637
|
+
msg.setType(value);
|
|
149638
|
+
break;
|
|
149639
|
+
case 44:
|
|
149640
|
+
var value = /** @type {string} */ (reader.readString());
|
|
149641
|
+
msg.setDomain(value);
|
|
149642
|
+
break;
|
|
148617
149643
|
default:
|
|
148618
149644
|
reader.skipField();
|
|
148619
149645
|
break;
|
|
@@ -148929,6 +149955,20 @@ proto.com.lansweeper.dp.outbound.v1.Office365User.serializeBinaryToWriter = func
|
|
|
148929
149955
|
if (f && f.getLength() > 0) {
|
|
148930
149956
|
f.serializeBinary(42, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeBool);
|
|
148931
149957
|
}
|
|
149958
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 43));
|
|
149959
|
+
if (f != null) {
|
|
149960
|
+
writer.writeString(
|
|
149961
|
+
43,
|
|
149962
|
+
f
|
|
149963
|
+
);
|
|
149964
|
+
}
|
|
149965
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 44));
|
|
149966
|
+
if (f != null) {
|
|
149967
|
+
writer.writeString(
|
|
149968
|
+
44,
|
|
149969
|
+
f
|
|
149970
|
+
);
|
|
149971
|
+
}
|
|
148932
149972
|
};
|
|
148933
149973
|
|
|
148934
149974
|
|
|
@@ -150378,6 +151418,78 @@ proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.clearGroupKeysMap =
|
|
|
150378
151418
|
return this;};
|
|
150379
151419
|
|
|
150380
151420
|
|
|
151421
|
+
/**
|
|
151422
|
+
* optional string type = 43;
|
|
151423
|
+
* @return {string}
|
|
151424
|
+
*/
|
|
151425
|
+
proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.getType = function() {
|
|
151426
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 43, ""));
|
|
151427
|
+
};
|
|
151428
|
+
|
|
151429
|
+
|
|
151430
|
+
/**
|
|
151431
|
+
* @param {string} value
|
|
151432
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365User} returns this
|
|
151433
|
+
*/
|
|
151434
|
+
proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.setType = function(value) {
|
|
151435
|
+
return jspb.Message.setField(this, 43, value);
|
|
151436
|
+
};
|
|
151437
|
+
|
|
151438
|
+
|
|
151439
|
+
/**
|
|
151440
|
+
* Clears the field making it undefined.
|
|
151441
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365User} returns this
|
|
151442
|
+
*/
|
|
151443
|
+
proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.clearType = function() {
|
|
151444
|
+
return jspb.Message.setField(this, 43, undefined);
|
|
151445
|
+
};
|
|
151446
|
+
|
|
151447
|
+
|
|
151448
|
+
/**
|
|
151449
|
+
* Returns whether this field is set.
|
|
151450
|
+
* @return {boolean}
|
|
151451
|
+
*/
|
|
151452
|
+
proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.hasType = function() {
|
|
151453
|
+
return jspb.Message.getField(this, 43) != null;
|
|
151454
|
+
};
|
|
151455
|
+
|
|
151456
|
+
|
|
151457
|
+
/**
|
|
151458
|
+
* optional string domain = 44;
|
|
151459
|
+
* @return {string}
|
|
151460
|
+
*/
|
|
151461
|
+
proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.getDomain = function() {
|
|
151462
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 44, ""));
|
|
151463
|
+
};
|
|
151464
|
+
|
|
151465
|
+
|
|
151466
|
+
/**
|
|
151467
|
+
* @param {string} value
|
|
151468
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365User} returns this
|
|
151469
|
+
*/
|
|
151470
|
+
proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.setDomain = function(value) {
|
|
151471
|
+
return jspb.Message.setField(this, 44, value);
|
|
151472
|
+
};
|
|
151473
|
+
|
|
151474
|
+
|
|
151475
|
+
/**
|
|
151476
|
+
* Clears the field making it undefined.
|
|
151477
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Office365User} returns this
|
|
151478
|
+
*/
|
|
151479
|
+
proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.clearDomain = function() {
|
|
151480
|
+
return jspb.Message.setField(this, 44, undefined);
|
|
151481
|
+
};
|
|
151482
|
+
|
|
151483
|
+
|
|
151484
|
+
/**
|
|
151485
|
+
* Returns whether this field is set.
|
|
151486
|
+
* @return {boolean}
|
|
151487
|
+
*/
|
|
151488
|
+
proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.hasDomain = function() {
|
|
151489
|
+
return jspb.Message.getField(this, 44) != null;
|
|
151490
|
+
};
|
|
151491
|
+
|
|
151492
|
+
|
|
150381
151493
|
/**
|
|
150382
151494
|
* @enum {number}
|
|
150383
151495
|
*/
|