@lansweeper/data-platform-outbound-grpc 0.3.28 → 0.3.30

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.
Files changed (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +88 -0
  4. package/gen-proto/outbound_pb.js +780 -5
  5. package/generated-go/outbound.pb.go +993 -748
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +21 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$UsersKeysDefaultEntryHolder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$1.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$GroupKeysDefaultEntryHolder.class +0 -0
  31. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User.class +0 -0
  32. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.class +0 -0
  33. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  34. package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo$1.class +0 -0
  35. package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo$Builder.class +0 -0
  36. package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo.class +0 -0
  37. package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfoOrBuilder.class +0 -0
  38. package/model/target/classes/outbound.proto +21 -0
  39. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Group.java +157 -0
  40. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.java +17 -0
  41. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365License.java +157 -0
  42. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.java +17 -0
  43. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Mailbox.java +2038 -0
  44. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.java +154 -0
  45. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +351 -0
  46. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +24 -0
  47. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365User.java +314 -0
  48. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.java +34 -0
  49. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2760 -2736
  50. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SourceInfo.java +261 -68
  51. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SourceInfoOrBuilder.java +29 -0
  52. package/model/target/maven-archiver/pom.properties +2 -2
  53. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
  54. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  55. package/model/target/{outbound-model-0.3.27-sources.jar → outbound-model-0.3.29-sources.jar} +0 -0
  56. package/model/target/{outbound-model-0.3.27.jar → outbound-model-0.3.29.jar} +0 -0
  57. package/package.json +2 -2
  58. package/pom.xml +1 -1
  59. package/proto/outbound.proto +21 -0
  60. package/service/pom.xml +1 -1
  61. package/service/target/maven-archiver/pom.properties +2 -2
  62. package/service/target/{outbound-service-0.3.27-sources.jar → outbound-service-0.3.29-sources.jar} +0 -0
  63. package/service/target/{outbound-service-0.3.27.jar → outbound-service-0.3.29.jar} +0 -0
@@ -190,6 +190,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Contact', null,
190
190
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Domain', null, global);
191
191
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Group', null, global);
192
192
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365License', null, global);
193
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Mailbox', null, global);
193
194
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365Organization', null, global);
194
195
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365ServicePlan', null, global);
195
196
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Office365User', null, global);
@@ -5537,6 +5538,27 @@ if (goog.DEBUG && !COMPILED) {
5537
5538
  */
5538
5539
  proto.com.lansweeper.dp.outbound.v1.Office365Organization.displayName = 'proto.com.lansweeper.dp.outbound.v1.Office365Organization';
5539
5540
  }
5541
+ /**
5542
+ * Generated by JsPbCodeGenerator.
5543
+ * @param {Array=} opt_data Optional initial data array, typically from a
5544
+ * server response, or constructed directly in Javascript. The array is used
5545
+ * in place and becomes part of the constructed object. It is not cloned.
5546
+ * If no data is provided, the constructed object will be empty, but still
5547
+ * valid.
5548
+ * @extends {jspb.Message}
5549
+ * @constructor
5550
+ */
5551
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox = function(opt_data) {
5552
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
5553
+ };
5554
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.Office365Mailbox, jspb.Message);
5555
+ if (goog.DEBUG && !COMPILED) {
5556
+ /**
5557
+ * @public
5558
+ * @override
5559
+ */
5560
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.displayName = 'proto.com.lansweeper.dp.outbound.v1.Office365Mailbox';
5561
+ }
5540
5562
  /**
5541
5563
  * Generated by JsPbCodeGenerator.
5542
5564
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -27911,6 +27933,7 @@ proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject = function(includeInstan
27911
27933
  var f, obj = {
27912
27934
  sourceId: jspb.Message.getFieldWithDefault(msg, 1, ""),
27913
27935
  sourceType: jspb.Message.getFieldWithDefault(msg, 2, ""),
27936
+ sensorId: jspb.Message.getFieldWithDefault(msg, 10, ""),
27914
27937
  sourceAgent: jspb.Message.getFieldWithDefault(msg, 3, ""),
27915
27938
  sourceName: jspb.Message.getFieldWithDefault(msg, 4, ""),
27916
27939
  sourceTag: jspb.Message.getFieldWithDefault(msg, 8, ""),
@@ -27963,6 +27986,10 @@ proto.com.lansweeper.dp.outbound.v1.SourceInfo.deserializeBinaryFromReader = fun
27963
27986
  var value = /** @type {string} */ (reader.readString());
27964
27987
  msg.setSourceType(value);
27965
27988
  break;
27989
+ case 10:
27990
+ var value = /** @type {string} */ (reader.readString());
27991
+ msg.setSensorId(value);
27992
+ break;
27966
27993
  case 3:
27967
27994
  var value = /** @type {string} */ (reader.readString());
27968
27995
  msg.setSourceAgent(value);
@@ -28036,6 +28063,13 @@ proto.com.lansweeper.dp.outbound.v1.SourceInfo.serializeBinaryToWriter = functio
28036
28063
  f
28037
28064
  );
28038
28065
  }
28066
+ f = /** @type {string} */ (jspb.Message.getField(message, 10));
28067
+ if (f != null) {
28068
+ writer.writeString(
28069
+ 10,
28070
+ f
28071
+ );
28072
+ }
28039
28073
  f = /** @type {string} */ (jspb.Message.getField(message, 3));
28040
28074
  if (f != null) {
28041
28075
  writer.writeString(
@@ -28126,6 +28160,42 @@ proto.com.lansweeper.dp.outbound.v1.SourceInfo.prototype.setSourceType = functio
28126
28160
  };
28127
28161
 
28128
28162
 
28163
+ /**
28164
+ * optional string sensor_id = 10;
28165
+ * @return {string}
28166
+ */
28167
+ proto.com.lansweeper.dp.outbound.v1.SourceInfo.prototype.getSensorId = function() {
28168
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
28169
+ };
28170
+
28171
+
28172
+ /**
28173
+ * @param {string} value
28174
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SourceInfo} returns this
28175
+ */
28176
+ proto.com.lansweeper.dp.outbound.v1.SourceInfo.prototype.setSensorId = function(value) {
28177
+ return jspb.Message.setField(this, 10, value);
28178
+ };
28179
+
28180
+
28181
+ /**
28182
+ * Clears the field making it undefined.
28183
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SourceInfo} returns this
28184
+ */
28185
+ proto.com.lansweeper.dp.outbound.v1.SourceInfo.prototype.clearSensorId = function() {
28186
+ return jspb.Message.setField(this, 10, undefined);
28187
+ };
28188
+
28189
+
28190
+ /**
28191
+ * Returns whether this field is set.
28192
+ * @return {boolean}
28193
+ */
28194
+ proto.com.lansweeper.dp.outbound.v1.SourceInfo.prototype.hasSensorId = function() {
28195
+ return jspb.Message.getField(this, 10) != null;
28196
+ };
28197
+
28198
+
28129
28199
  /**
28130
28200
  * optional string source_agent = 3;
28131
28201
  * @return {string}
@@ -144954,7 +145024,7 @@ proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.setEnabled = function(va
144954
145024
  * @private {!Array<number>}
144955
145025
  * @const
144956
145026
  */
144957
- proto.com.lansweeper.dp.outbound.v1.Office365Organization.repeatedFields_ = [12,15,17];
145027
+ proto.com.lansweeper.dp.outbound.v1.Office365Organization.repeatedFields_ = [12,15,17,18];
144958
145028
 
144959
145029
 
144960
145030
 
@@ -145004,7 +145074,9 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.toObject = function(in
145004
145074
  proto.com.lansweeper.dp.outbound.v1.Office365License.toObject, includeInstance),
145005
145075
  assignedPlansMap: (f = msg.getAssignedPlansMap()) ? f.toObject(includeInstance, proto.com.lansweeper.dp.outbound.v1.Office365AssignedPlan.toObject) : [],
145006
145076
  contactsList: jspb.Message.toObjectList(msg.getContactsList(),
145007
- proto.com.lansweeper.dp.outbound.v1.Office365Contact.toObject, includeInstance)
145077
+ proto.com.lansweeper.dp.outbound.v1.Office365Contact.toObject, includeInstance),
145078
+ mailboxesList: jspb.Message.toObjectList(msg.getMailboxesList(),
145079
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.toObject, includeInstance)
145008
145080
  };
145009
145081
 
145010
145082
  if (includeInstance) {
@@ -145107,6 +145179,11 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.deserializeBinaryFromR
145107
145179
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Office365Contact.deserializeBinaryFromReader);
145108
145180
  msg.addContacts(value);
145109
145181
  break;
145182
+ case 18:
145183
+ var value = new proto.com.lansweeper.dp.outbound.v1.Office365Mailbox;
145184
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.deserializeBinaryFromReader);
145185
+ msg.addMailboxes(value);
145186
+ break;
145110
145187
  default:
145111
145188
  reader.skipField();
145112
145189
  break;
@@ -145242,6 +145319,14 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.serializeBinaryToWrite
145242
145319
  proto.com.lansweeper.dp.outbound.v1.Office365Contact.serializeBinaryToWriter
145243
145320
  );
145244
145321
  }
145322
+ f = message.getMailboxesList();
145323
+ if (f.length > 0) {
145324
+ writer.writeRepeatedMessage(
145325
+ 18,
145326
+ f,
145327
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.serializeBinaryToWriter
145328
+ );
145329
+ }
145245
145330
  };
145246
145331
 
145247
145332
 
@@ -145760,6 +145845,504 @@ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.clearContact
145760
145845
  };
145761
145846
 
145762
145847
 
145848
+ /**
145849
+ * repeated Office365Mailbox mailboxes = 18;
145850
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox>}
145851
+ */
145852
+ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.getMailboxesList = function() {
145853
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox>} */ (
145854
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Office365Mailbox, 18));
145855
+ };
145856
+
145857
+
145858
+ /**
145859
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox>} value
145860
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Organization} returns this
145861
+ */
145862
+ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.setMailboxesList = function(value) {
145863
+ return jspb.Message.setRepeatedWrapperField(this, 18, value);
145864
+ };
145865
+
145866
+
145867
+ /**
145868
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox=} opt_value
145869
+ * @param {number=} opt_index
145870
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox}
145871
+ */
145872
+ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.addMailboxes = function(opt_value, opt_index) {
145873
+ return jspb.Message.addToRepeatedWrapperField(this, 18, opt_value, proto.com.lansweeper.dp.outbound.v1.Office365Mailbox, opt_index);
145874
+ };
145875
+
145876
+
145877
+ /**
145878
+ * Clears the list making it empty but non-null.
145879
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Organization} returns this
145880
+ */
145881
+ proto.com.lansweeper.dp.outbound.v1.Office365Organization.prototype.clearMailboxesList = function() {
145882
+ return this.setMailboxesList([]);
145883
+ };
145884
+
145885
+
145886
+
145887
+
145888
+
145889
+ if (jspb.Message.GENERATE_TO_OBJECT) {
145890
+ /**
145891
+ * Creates an object representation of this proto.
145892
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
145893
+ * Optional fields that are not set will be set to undefined.
145894
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
145895
+ * For the list of reserved names please see:
145896
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
145897
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
145898
+ * JSPB instance for transitional soy proto support:
145899
+ * http://goto/soy-param-migration
145900
+ * @return {!Object}
145901
+ */
145902
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.toObject = function(opt_includeInstance) {
145903
+ return proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.toObject(opt_includeInstance, this);
145904
+ };
145905
+
145906
+
145907
+ /**
145908
+ * Static version of the {@see toObject} method.
145909
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
145910
+ * the JSPB instance for transitional soy proto support:
145911
+ * http://goto/soy-param-migration
145912
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} msg The msg instance to transform.
145913
+ * @return {!Object}
145914
+ * @suppress {unusedLocalVariables} f is only used for nested messages
145915
+ */
145916
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.toObject = function(includeInstance, msg) {
145917
+ var f, obj = {
145918
+ o365MailboxId: jspb.Message.getFieldWithDefault(msg, 1, ""),
145919
+ o365OrganizationId: jspb.Message.getFieldWithDefault(msg, 2, ""),
145920
+ displayName: jspb.Message.getFieldWithDefault(msg, 3, ""),
145921
+ primaryEmail: jspb.Message.getFieldWithDefault(msg, 4, ""),
145922
+ emailAddress: jspb.Message.getFieldWithDefault(msg, 5, ""),
145923
+ alias: jspb.Message.getFieldWithDefault(msg, 6, ""),
145924
+ recipientType: jspb.Message.getFieldWithDefault(msg, 7, ""),
145925
+ recipientTypeDetails: jspb.Message.getFieldWithDefault(msg, 8, ""),
145926
+ userPrincipalName: jspb.Message.getFieldWithDefault(msg, 9, ""),
145927
+ identity: jspb.Message.getFieldWithDefault(msg, 10, ""),
145928
+ o365MailboxKey: jspb.Message.getFieldWithDefault(msg, 11, ""),
145929
+ o365OrganizationKey: jspb.Message.getFieldWithDefault(msg, 12, "")
145930
+ };
145931
+
145932
+ if (includeInstance) {
145933
+ obj.$jspbMessageInstance = msg;
145934
+ }
145935
+ return obj;
145936
+ };
145937
+ }
145938
+
145939
+
145940
+ /**
145941
+ * Deserializes binary data (in protobuf wire format).
145942
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
145943
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox}
145944
+ */
145945
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.deserializeBinary = function(bytes) {
145946
+ var reader = new jspb.BinaryReader(bytes);
145947
+ var msg = new proto.com.lansweeper.dp.outbound.v1.Office365Mailbox;
145948
+ return proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.deserializeBinaryFromReader(msg, reader);
145949
+ };
145950
+
145951
+
145952
+ /**
145953
+ * Deserializes binary data (in protobuf wire format) from the
145954
+ * given reader into the given message object.
145955
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} msg The message object to deserialize into.
145956
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
145957
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox}
145958
+ */
145959
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.deserializeBinaryFromReader = function(msg, reader) {
145960
+ while (reader.nextField()) {
145961
+ if (reader.isEndGroup()) {
145962
+ break;
145963
+ }
145964
+ var field = reader.getFieldNumber();
145965
+ switch (field) {
145966
+ case 1:
145967
+ var value = /** @type {string} */ (reader.readString());
145968
+ msg.setO365MailboxId(value);
145969
+ break;
145970
+ case 2:
145971
+ var value = /** @type {string} */ (reader.readString());
145972
+ msg.setO365OrganizationId(value);
145973
+ break;
145974
+ case 3:
145975
+ var value = /** @type {string} */ (reader.readString());
145976
+ msg.setDisplayName(value);
145977
+ break;
145978
+ case 4:
145979
+ var value = /** @type {string} */ (reader.readString());
145980
+ msg.setPrimaryEmail(value);
145981
+ break;
145982
+ case 5:
145983
+ var value = /** @type {string} */ (reader.readString());
145984
+ msg.setEmailAddress(value);
145985
+ break;
145986
+ case 6:
145987
+ var value = /** @type {string} */ (reader.readString());
145988
+ msg.setAlias(value);
145989
+ break;
145990
+ case 7:
145991
+ var value = /** @type {string} */ (reader.readString());
145992
+ msg.setRecipientType(value);
145993
+ break;
145994
+ case 8:
145995
+ var value = /** @type {string} */ (reader.readString());
145996
+ msg.setRecipientTypeDetails(value);
145997
+ break;
145998
+ case 9:
145999
+ var value = /** @type {string} */ (reader.readString());
146000
+ msg.setUserPrincipalName(value);
146001
+ break;
146002
+ case 10:
146003
+ var value = /** @type {string} */ (reader.readString());
146004
+ msg.setIdentity(value);
146005
+ break;
146006
+ case 11:
146007
+ var value = /** @type {string} */ (reader.readString());
146008
+ msg.setO365MailboxKey(value);
146009
+ break;
146010
+ case 12:
146011
+ var value = /** @type {string} */ (reader.readString());
146012
+ msg.setO365OrganizationKey(value);
146013
+ break;
146014
+ default:
146015
+ reader.skipField();
146016
+ break;
146017
+ }
146018
+ }
146019
+ return msg;
146020
+ };
146021
+
146022
+
146023
+ /**
146024
+ * Serializes the message to binary data (in protobuf wire format).
146025
+ * @return {!Uint8Array}
146026
+ */
146027
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.serializeBinary = function() {
146028
+ var writer = new jspb.BinaryWriter();
146029
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.serializeBinaryToWriter(this, writer);
146030
+ return writer.getResultBuffer();
146031
+ };
146032
+
146033
+
146034
+ /**
146035
+ * Serializes the given message to binary data (in protobuf wire
146036
+ * format), writing to the given BinaryWriter.
146037
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} message
146038
+ * @param {!jspb.BinaryWriter} writer
146039
+ * @suppress {unusedLocalVariables} f is only used for nested messages
146040
+ */
146041
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.serializeBinaryToWriter = function(message, writer) {
146042
+ var f = undefined;
146043
+ f = message.getO365MailboxId();
146044
+ if (f.length > 0) {
146045
+ writer.writeString(
146046
+ 1,
146047
+ f
146048
+ );
146049
+ }
146050
+ f = message.getO365OrganizationId();
146051
+ if (f.length > 0) {
146052
+ writer.writeString(
146053
+ 2,
146054
+ f
146055
+ );
146056
+ }
146057
+ f = message.getDisplayName();
146058
+ if (f.length > 0) {
146059
+ writer.writeString(
146060
+ 3,
146061
+ f
146062
+ );
146063
+ }
146064
+ f = message.getPrimaryEmail();
146065
+ if (f.length > 0) {
146066
+ writer.writeString(
146067
+ 4,
146068
+ f
146069
+ );
146070
+ }
146071
+ f = message.getEmailAddress();
146072
+ if (f.length > 0) {
146073
+ writer.writeString(
146074
+ 5,
146075
+ f
146076
+ );
146077
+ }
146078
+ f = message.getAlias();
146079
+ if (f.length > 0) {
146080
+ writer.writeString(
146081
+ 6,
146082
+ f
146083
+ );
146084
+ }
146085
+ f = message.getRecipientType();
146086
+ if (f.length > 0) {
146087
+ writer.writeString(
146088
+ 7,
146089
+ f
146090
+ );
146091
+ }
146092
+ f = message.getRecipientTypeDetails();
146093
+ if (f.length > 0) {
146094
+ writer.writeString(
146095
+ 8,
146096
+ f
146097
+ );
146098
+ }
146099
+ f = message.getUserPrincipalName();
146100
+ if (f.length > 0) {
146101
+ writer.writeString(
146102
+ 9,
146103
+ f
146104
+ );
146105
+ }
146106
+ f = message.getIdentity();
146107
+ if (f.length > 0) {
146108
+ writer.writeString(
146109
+ 10,
146110
+ f
146111
+ );
146112
+ }
146113
+ f = message.getO365MailboxKey();
146114
+ if (f.length > 0) {
146115
+ writer.writeString(
146116
+ 11,
146117
+ f
146118
+ );
146119
+ }
146120
+ f = message.getO365OrganizationKey();
146121
+ if (f.length > 0) {
146122
+ writer.writeString(
146123
+ 12,
146124
+ f
146125
+ );
146126
+ }
146127
+ };
146128
+
146129
+
146130
+ /**
146131
+ * optional string o365_mailbox_id = 1;
146132
+ * @return {string}
146133
+ */
146134
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getO365MailboxId = function() {
146135
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
146136
+ };
146137
+
146138
+
146139
+ /**
146140
+ * @param {string} value
146141
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146142
+ */
146143
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setO365MailboxId = function(value) {
146144
+ return jspb.Message.setProto3StringField(this, 1, value);
146145
+ };
146146
+
146147
+
146148
+ /**
146149
+ * optional string o365_organization_id = 2;
146150
+ * @return {string}
146151
+ */
146152
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getO365OrganizationId = function() {
146153
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
146154
+ };
146155
+
146156
+
146157
+ /**
146158
+ * @param {string} value
146159
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146160
+ */
146161
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setO365OrganizationId = function(value) {
146162
+ return jspb.Message.setProto3StringField(this, 2, value);
146163
+ };
146164
+
146165
+
146166
+ /**
146167
+ * optional string display_name = 3;
146168
+ * @return {string}
146169
+ */
146170
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getDisplayName = function() {
146171
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
146172
+ };
146173
+
146174
+
146175
+ /**
146176
+ * @param {string} value
146177
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146178
+ */
146179
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setDisplayName = function(value) {
146180
+ return jspb.Message.setProto3StringField(this, 3, value);
146181
+ };
146182
+
146183
+
146184
+ /**
146185
+ * optional string primary_email = 4;
146186
+ * @return {string}
146187
+ */
146188
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getPrimaryEmail = function() {
146189
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
146190
+ };
146191
+
146192
+
146193
+ /**
146194
+ * @param {string} value
146195
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146196
+ */
146197
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setPrimaryEmail = function(value) {
146198
+ return jspb.Message.setProto3StringField(this, 4, value);
146199
+ };
146200
+
146201
+
146202
+ /**
146203
+ * optional string email_address = 5;
146204
+ * @return {string}
146205
+ */
146206
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getEmailAddress = function() {
146207
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
146208
+ };
146209
+
146210
+
146211
+ /**
146212
+ * @param {string} value
146213
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146214
+ */
146215
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setEmailAddress = function(value) {
146216
+ return jspb.Message.setProto3StringField(this, 5, value);
146217
+ };
146218
+
146219
+
146220
+ /**
146221
+ * optional string alias = 6;
146222
+ * @return {string}
146223
+ */
146224
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getAlias = function() {
146225
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
146226
+ };
146227
+
146228
+
146229
+ /**
146230
+ * @param {string} value
146231
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146232
+ */
146233
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setAlias = function(value) {
146234
+ return jspb.Message.setProto3StringField(this, 6, value);
146235
+ };
146236
+
146237
+
146238
+ /**
146239
+ * optional string recipient_type = 7;
146240
+ * @return {string}
146241
+ */
146242
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getRecipientType = function() {
146243
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
146244
+ };
146245
+
146246
+
146247
+ /**
146248
+ * @param {string} value
146249
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146250
+ */
146251
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setRecipientType = function(value) {
146252
+ return jspb.Message.setProto3StringField(this, 7, value);
146253
+ };
146254
+
146255
+
146256
+ /**
146257
+ * optional string recipient_type_details = 8;
146258
+ * @return {string}
146259
+ */
146260
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getRecipientTypeDetails = function() {
146261
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
146262
+ };
146263
+
146264
+
146265
+ /**
146266
+ * @param {string} value
146267
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146268
+ */
146269
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setRecipientTypeDetails = function(value) {
146270
+ return jspb.Message.setProto3StringField(this, 8, value);
146271
+ };
146272
+
146273
+
146274
+ /**
146275
+ * optional string user_principal_name = 9;
146276
+ * @return {string}
146277
+ */
146278
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getUserPrincipalName = function() {
146279
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
146280
+ };
146281
+
146282
+
146283
+ /**
146284
+ * @param {string} value
146285
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146286
+ */
146287
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setUserPrincipalName = function(value) {
146288
+ return jspb.Message.setProto3StringField(this, 9, value);
146289
+ };
146290
+
146291
+
146292
+ /**
146293
+ * optional string identity = 10;
146294
+ * @return {string}
146295
+ */
146296
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getIdentity = function() {
146297
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
146298
+ };
146299
+
146300
+
146301
+ /**
146302
+ * @param {string} value
146303
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146304
+ */
146305
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setIdentity = function(value) {
146306
+ return jspb.Message.setProto3StringField(this, 10, value);
146307
+ };
146308
+
146309
+
146310
+ /**
146311
+ * optional string o365_mailbox_key = 11;
146312
+ * @return {string}
146313
+ */
146314
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getO365MailboxKey = function() {
146315
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
146316
+ };
146317
+
146318
+
146319
+ /**
146320
+ * @param {string} value
146321
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146322
+ */
146323
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setO365MailboxKey = function(value) {
146324
+ return jspb.Message.setProto3StringField(this, 11, value);
146325
+ };
146326
+
146327
+
146328
+ /**
146329
+ * optional string o365_organization_key = 12;
146330
+ * @return {string}
146331
+ */
146332
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.getO365OrganizationKey = function() {
146333
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
146334
+ };
146335
+
146336
+
146337
+ /**
146338
+ * @param {string} value
146339
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Mailbox} returns this
146340
+ */
146341
+ proto.com.lansweeper.dp.outbound.v1.Office365Mailbox.prototype.setO365OrganizationKey = function(value) {
146342
+ return jspb.Message.setProto3StringField(this, 12, value);
146343
+ };
146344
+
146345
+
145763
146346
 
145764
146347
 
145765
146348
 
@@ -146964,7 +147547,8 @@ proto.com.lansweeper.dp.outbound.v1.Office365Group.toObject = function(includeIn
146964
147547
  mail: jspb.Message.getFieldWithDefault(msg, 6, ""),
146965
147548
  mailNickname: jspb.Message.getFieldWithDefault(msg, 7, ""),
146966
147549
  proxyAddresses: jspb.Message.getFieldWithDefault(msg, 8, ""),
146967
- organizationEntityKey: jspb.Message.getFieldWithDefault(msg, 9, "")
147550
+ organizationEntityKey: jspb.Message.getFieldWithDefault(msg, 9, ""),
147551
+ type: jspb.Message.getFieldWithDefault(msg, 10, "")
146968
147552
  };
146969
147553
 
146970
147554
  if (includeInstance) {
@@ -147037,6 +147621,10 @@ proto.com.lansweeper.dp.outbound.v1.Office365Group.deserializeBinaryFromReader =
147037
147621
  var value = /** @type {string} */ (reader.readString());
147038
147622
  msg.setOrganizationEntityKey(value);
147039
147623
  break;
147624
+ case 10:
147625
+ var value = /** @type {string} */ (reader.readString());
147626
+ msg.setType(value);
147627
+ break;
147040
147628
  default:
147041
147629
  reader.skipField();
147042
147630
  break;
@@ -147129,6 +147717,13 @@ proto.com.lansweeper.dp.outbound.v1.Office365Group.serializeBinaryToWriter = fun
147129
147717
  f
147130
147718
  );
147131
147719
  }
147720
+ f = /** @type {string} */ (jspb.Message.getField(message, 10));
147721
+ if (f != null) {
147722
+ writer.writeString(
147723
+ 10,
147724
+ f
147725
+ );
147726
+ }
147132
147727
  };
147133
147728
 
147134
147729
 
@@ -147438,6 +148033,42 @@ proto.com.lansweeper.dp.outbound.v1.Office365Group.prototype.hasOrganizationEnti
147438
148033
  };
147439
148034
 
147440
148035
 
148036
+ /**
148037
+ * optional string type = 10;
148038
+ * @return {string}
148039
+ */
148040
+ proto.com.lansweeper.dp.outbound.v1.Office365Group.prototype.getType = function() {
148041
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
148042
+ };
148043
+
148044
+
148045
+ /**
148046
+ * @param {string} value
148047
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Group} returns this
148048
+ */
148049
+ proto.com.lansweeper.dp.outbound.v1.Office365Group.prototype.setType = function(value) {
148050
+ return jspb.Message.setField(this, 10, value);
148051
+ };
148052
+
148053
+
148054
+ /**
148055
+ * Clears the field making it undefined.
148056
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365Group} returns this
148057
+ */
148058
+ proto.com.lansweeper.dp.outbound.v1.Office365Group.prototype.clearType = function() {
148059
+ return jspb.Message.setField(this, 10, undefined);
148060
+ };
148061
+
148062
+
148063
+ /**
148064
+ * Returns whether this field is set.
148065
+ * @return {boolean}
148066
+ */
148067
+ proto.com.lansweeper.dp.outbound.v1.Office365Group.prototype.hasType = function() {
148068
+ return jspb.Message.getField(this, 10) != null;
148069
+ };
148070
+
148071
+
147441
148072
 
147442
148073
  /**
147443
148074
  * List of repeated fields within this message type.
@@ -147487,7 +148118,8 @@ proto.com.lansweeper.dp.outbound.v1.Office365License.toObject = function(include
147487
148118
  capabilityStatus: jspb.Message.getFieldWithDefault(msg, 8, ""),
147488
148119
  usersKeysMap: (f = msg.getUsersKeysMap()) ? f.toObject(includeInstance, undefined) : [],
147489
148120
  servicePlansList: jspb.Message.toObjectList(msg.getServicePlansList(),
147490
- proto.com.lansweeper.dp.outbound.v1.Office365ServicePlan.toObject, includeInstance)
148121
+ proto.com.lansweeper.dp.outbound.v1.Office365ServicePlan.toObject, includeInstance),
148122
+ name: jspb.Message.getFieldWithDefault(msg, 11, "")
147491
148123
  };
147492
148124
 
147493
148125
  if (includeInstance) {
@@ -147567,6 +148199,10 @@ proto.com.lansweeper.dp.outbound.v1.Office365License.deserializeBinaryFromReader
147567
148199
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Office365ServicePlan.deserializeBinaryFromReader);
147568
148200
  msg.addServicePlans(value);
147569
148201
  break;
148202
+ case 11:
148203
+ var value = /** @type {string} */ (reader.readString());
148204
+ msg.setName(value);
148205
+ break;
147570
148206
  default:
147571
148207
  reader.skipField();
147572
148208
  break;
@@ -147664,6 +148300,13 @@ proto.com.lansweeper.dp.outbound.v1.Office365License.serializeBinaryToWriter = f
147664
148300
  proto.com.lansweeper.dp.outbound.v1.Office365ServicePlan.serializeBinaryToWriter
147665
148301
  );
147666
148302
  }
148303
+ f = /** @type {string} */ (jspb.Message.getField(message, 11));
148304
+ if (f != null) {
148305
+ writer.writeString(
148306
+ 11,
148307
+ f
148308
+ );
148309
+ }
147667
148310
  };
147668
148311
 
147669
148312
 
@@ -147997,6 +148640,42 @@ proto.com.lansweeper.dp.outbound.v1.Office365License.prototype.clearServicePlans
147997
148640
  };
147998
148641
 
147999
148642
 
148643
+ /**
148644
+ * optional string name = 11;
148645
+ * @return {string}
148646
+ */
148647
+ proto.com.lansweeper.dp.outbound.v1.Office365License.prototype.getName = function() {
148648
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
148649
+ };
148650
+
148651
+
148652
+ /**
148653
+ * @param {string} value
148654
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365License} returns this
148655
+ */
148656
+ proto.com.lansweeper.dp.outbound.v1.Office365License.prototype.setName = function(value) {
148657
+ return jspb.Message.setField(this, 11, value);
148658
+ };
148659
+
148660
+
148661
+ /**
148662
+ * Clears the field making it undefined.
148663
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365License} returns this
148664
+ */
148665
+ proto.com.lansweeper.dp.outbound.v1.Office365License.prototype.clearName = function() {
148666
+ return jspb.Message.setField(this, 11, undefined);
148667
+ };
148668
+
148669
+
148670
+ /**
148671
+ * Returns whether this field is set.
148672
+ * @return {boolean}
148673
+ */
148674
+ proto.com.lansweeper.dp.outbound.v1.Office365License.prototype.hasName = function() {
148675
+ return jspb.Message.getField(this, 11) != null;
148676
+ };
148677
+
148678
+
148000
148679
 
148001
148680
 
148002
148681
 
@@ -148361,7 +149040,9 @@ proto.com.lansweeper.dp.outbound.v1.Office365User.toObject = function(includeIns
148361
149040
  resetPasswordOnNextLogon: jspb.Message.getBooleanFieldWithDefault(msg, 39, false),
148362
149041
  name: jspb.Message.getFieldWithDefault(msg, 40, ""),
148363
149042
  organizationEntityKey: jspb.Message.getFieldWithDefault(msg, 41, ""),
148364
- groupKeysMap: (f = msg.getGroupKeysMap()) ? f.toObject(includeInstance, undefined) : []
149043
+ groupKeysMap: (f = msg.getGroupKeysMap()) ? f.toObject(includeInstance, undefined) : [],
149044
+ type: jspb.Message.getFieldWithDefault(msg, 43, ""),
149045
+ domain: jspb.Message.getFieldWithDefault(msg, 44, "")
148365
149046
  };
148366
149047
 
148367
149048
  if (includeInstance) {
@@ -148566,6 +149247,14 @@ proto.com.lansweeper.dp.outbound.v1.Office365User.deserializeBinaryFromReader =
148566
149247
  jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readBool, null, "", false);
148567
149248
  });
148568
149249
  break;
149250
+ case 43:
149251
+ var value = /** @type {string} */ (reader.readString());
149252
+ msg.setType(value);
149253
+ break;
149254
+ case 44:
149255
+ var value = /** @type {string} */ (reader.readString());
149256
+ msg.setDomain(value);
149257
+ break;
148569
149258
  default:
148570
149259
  reader.skipField();
148571
149260
  break;
@@ -148881,6 +149570,20 @@ proto.com.lansweeper.dp.outbound.v1.Office365User.serializeBinaryToWriter = func
148881
149570
  if (f && f.getLength() > 0) {
148882
149571
  f.serializeBinary(42, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeBool);
148883
149572
  }
149573
+ f = /** @type {string} */ (jspb.Message.getField(message, 43));
149574
+ if (f != null) {
149575
+ writer.writeString(
149576
+ 43,
149577
+ f
149578
+ );
149579
+ }
149580
+ f = /** @type {string} */ (jspb.Message.getField(message, 44));
149581
+ if (f != null) {
149582
+ writer.writeString(
149583
+ 44,
149584
+ f
149585
+ );
149586
+ }
148884
149587
  };
148885
149588
 
148886
149589
 
@@ -150330,6 +151033,78 @@ proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.clearGroupKeysMap =
150330
151033
  return this;};
150331
151034
 
150332
151035
 
151036
+ /**
151037
+ * optional string type = 43;
151038
+ * @return {string}
151039
+ */
151040
+ proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.getType = function() {
151041
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 43, ""));
151042
+ };
151043
+
151044
+
151045
+ /**
151046
+ * @param {string} value
151047
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365User} returns this
151048
+ */
151049
+ proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.setType = function(value) {
151050
+ return jspb.Message.setField(this, 43, value);
151051
+ };
151052
+
151053
+
151054
+ /**
151055
+ * Clears the field making it undefined.
151056
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365User} returns this
151057
+ */
151058
+ proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.clearType = function() {
151059
+ return jspb.Message.setField(this, 43, undefined);
151060
+ };
151061
+
151062
+
151063
+ /**
151064
+ * Returns whether this field is set.
151065
+ * @return {boolean}
151066
+ */
151067
+ proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.hasType = function() {
151068
+ return jspb.Message.getField(this, 43) != null;
151069
+ };
151070
+
151071
+
151072
+ /**
151073
+ * optional string domain = 44;
151074
+ * @return {string}
151075
+ */
151076
+ proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.getDomain = function() {
151077
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 44, ""));
151078
+ };
151079
+
151080
+
151081
+ /**
151082
+ * @param {string} value
151083
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365User} returns this
151084
+ */
151085
+ proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.setDomain = function(value) {
151086
+ return jspb.Message.setField(this, 44, value);
151087
+ };
151088
+
151089
+
151090
+ /**
151091
+ * Clears the field making it undefined.
151092
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Office365User} returns this
151093
+ */
151094
+ proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.clearDomain = function() {
151095
+ return jspb.Message.setField(this, 44, undefined);
151096
+ };
151097
+
151098
+
151099
+ /**
151100
+ * Returns whether this field is set.
151101
+ * @return {boolean}
151102
+ */
151103
+ proto.com.lansweeper.dp.outbound.v1.Office365User.prototype.hasDomain = function() {
151104
+ return jspb.Message.getField(this, 44) != null;
151105
+ };
151106
+
151107
+
150333
151108
  /**
150334
151109
  * @enum {number}
150335
151110
  */