@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.
Files changed (70) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +125 -0
  4. package/gen-proto/outbound_pb.js +1118 -6
  5. package/generated-go/outbound.pb.go +1113 -734
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +31 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$UsersKeysDefaultEntryHolder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$1.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$Builder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$UsersKeysDefaultEntryHolder.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$1.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$Builder.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.class +0 -0
  31. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
  32. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
  33. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
  34. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
  35. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
  36. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
  37. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$1.class +0 -0
  38. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder.class +0 -0
  39. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$GroupKeysDefaultEntryHolder.class +0 -0
  40. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User.class +0 -0
  41. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.class +0 -0
  42. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  43. package/model/target/classes/outbound.proto +31 -0
  44. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.java +1086 -0
  45. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.java +70 -0
  46. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.java +272 -0
  47. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.java +24 -0
  48. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Group.java +157 -0
  49. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.java +17 -0
  50. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365License.java +157 -0
  51. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.java +17 -0
  52. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Mailbox.java +2038 -0
  53. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.java +154 -0
  54. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +702 -0
  55. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +48 -0
  56. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365User.java +314 -0
  57. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.java +34 -0
  58. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +216 -173
  59. package/model/target/maven-archiver/pom.properties +2 -2
  60. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
  61. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
  62. package/model/target/{outbound-model-0.3.28-sources.jar → outbound-model-0.3.30-sources.jar} +0 -0
  63. package/model/target/{outbound-model-0.3.28.jar → outbound-model-0.3.30.jar} +0 -0
  64. package/package.json +2 -2
  65. package/pom.xml +1 -1
  66. package/proto/outbound.proto +31 -0
  67. package/service/pom.xml +1 -1
  68. package/service/target/maven-archiver/pom.properties +2 -2
  69. package/service/target/{outbound-service-0.3.28-sources.jar → outbound-service-0.3.30-sources.jar} +0 -0
  70. package/service/target/{outbound-service-0.3.28.jar → outbound-service-0.3.30.jar} +0 -0
@@ -0,0 +1,2038 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: outbound.proto
3
+
4
+ // Protobuf Java Version: 3.25.1
5
+ package com.lansweeper.dp.outbound.v1;
6
+
7
+ /**
8
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.Office365Mailbox}
9
+ */
10
+ public final class Office365Mailbox extends
11
+ com.google.protobuf.GeneratedMessageV3 implements
12
+ // @@protoc_insertion_point(message_implements:com.lansweeper.dp.outbound.v1.Office365Mailbox)
13
+ Office365MailboxOrBuilder {
14
+ private static final long serialVersionUID = 0L;
15
+ // Use Office365Mailbox.newBuilder() to construct.
16
+ private Office365Mailbox(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
17
+ super(builder);
18
+ }
19
+ private Office365Mailbox() {
20
+ o365MailboxId_ = "";
21
+ o365OrganizationId_ = "";
22
+ displayName_ = "";
23
+ primaryEmail_ = "";
24
+ emailAddress_ = "";
25
+ alias_ = "";
26
+ recipientType_ = "";
27
+ recipientTypeDetails_ = "";
28
+ userPrincipalName_ = "";
29
+ identity_ = "";
30
+ o365MailboxKey_ = "";
31
+ o365OrganizationKey_ = "";
32
+ }
33
+
34
+ @java.lang.Override
35
+ @SuppressWarnings({"unused"})
36
+ protected java.lang.Object newInstance(
37
+ UnusedPrivateParameter unused) {
38
+ return new Office365Mailbox();
39
+ }
40
+
41
+ public static final com.google.protobuf.Descriptors.Descriptor
42
+ getDescriptor() {
43
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor;
44
+ }
45
+
46
+ @java.lang.Override
47
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
48
+ internalGetFieldAccessorTable() {
49
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_fieldAccessorTable
50
+ .ensureFieldAccessorsInitialized(
51
+ com.lansweeper.dp.outbound.v1.Office365Mailbox.class, com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder.class);
52
+ }
53
+
54
+ public static final int O365_MAILBOX_ID_FIELD_NUMBER = 1;
55
+ @SuppressWarnings("serial")
56
+ private volatile java.lang.Object o365MailboxId_ = "";
57
+ /**
58
+ * <code>string o365_mailbox_id = 1;</code>
59
+ * @return The o365MailboxId.
60
+ */
61
+ @java.lang.Override
62
+ public java.lang.String getO365MailboxId() {
63
+ java.lang.Object ref = o365MailboxId_;
64
+ if (ref instanceof java.lang.String) {
65
+ return (java.lang.String) ref;
66
+ } else {
67
+ com.google.protobuf.ByteString bs =
68
+ (com.google.protobuf.ByteString) ref;
69
+ java.lang.String s = bs.toStringUtf8();
70
+ o365MailboxId_ = s;
71
+ return s;
72
+ }
73
+ }
74
+ /**
75
+ * <code>string o365_mailbox_id = 1;</code>
76
+ * @return The bytes for o365MailboxId.
77
+ */
78
+ @java.lang.Override
79
+ public com.google.protobuf.ByteString
80
+ getO365MailboxIdBytes() {
81
+ java.lang.Object ref = o365MailboxId_;
82
+ if (ref instanceof java.lang.String) {
83
+ com.google.protobuf.ByteString b =
84
+ com.google.protobuf.ByteString.copyFromUtf8(
85
+ (java.lang.String) ref);
86
+ o365MailboxId_ = b;
87
+ return b;
88
+ } else {
89
+ return (com.google.protobuf.ByteString) ref;
90
+ }
91
+ }
92
+
93
+ public static final int O365_ORGANIZATION_ID_FIELD_NUMBER = 2;
94
+ @SuppressWarnings("serial")
95
+ private volatile java.lang.Object o365OrganizationId_ = "";
96
+ /**
97
+ * <code>string o365_organization_id = 2;</code>
98
+ * @return The o365OrganizationId.
99
+ */
100
+ @java.lang.Override
101
+ public java.lang.String getO365OrganizationId() {
102
+ java.lang.Object ref = o365OrganizationId_;
103
+ if (ref instanceof java.lang.String) {
104
+ return (java.lang.String) ref;
105
+ } else {
106
+ com.google.protobuf.ByteString bs =
107
+ (com.google.protobuf.ByteString) ref;
108
+ java.lang.String s = bs.toStringUtf8();
109
+ o365OrganizationId_ = s;
110
+ return s;
111
+ }
112
+ }
113
+ /**
114
+ * <code>string o365_organization_id = 2;</code>
115
+ * @return The bytes for o365OrganizationId.
116
+ */
117
+ @java.lang.Override
118
+ public com.google.protobuf.ByteString
119
+ getO365OrganizationIdBytes() {
120
+ java.lang.Object ref = o365OrganizationId_;
121
+ if (ref instanceof java.lang.String) {
122
+ com.google.protobuf.ByteString b =
123
+ com.google.protobuf.ByteString.copyFromUtf8(
124
+ (java.lang.String) ref);
125
+ o365OrganizationId_ = b;
126
+ return b;
127
+ } else {
128
+ return (com.google.protobuf.ByteString) ref;
129
+ }
130
+ }
131
+
132
+ public static final int DISPLAY_NAME_FIELD_NUMBER = 3;
133
+ @SuppressWarnings("serial")
134
+ private volatile java.lang.Object displayName_ = "";
135
+ /**
136
+ * <code>string display_name = 3;</code>
137
+ * @return The displayName.
138
+ */
139
+ @java.lang.Override
140
+ public java.lang.String getDisplayName() {
141
+ java.lang.Object ref = displayName_;
142
+ if (ref instanceof java.lang.String) {
143
+ return (java.lang.String) ref;
144
+ } else {
145
+ com.google.protobuf.ByteString bs =
146
+ (com.google.protobuf.ByteString) ref;
147
+ java.lang.String s = bs.toStringUtf8();
148
+ displayName_ = s;
149
+ return s;
150
+ }
151
+ }
152
+ /**
153
+ * <code>string display_name = 3;</code>
154
+ * @return The bytes for displayName.
155
+ */
156
+ @java.lang.Override
157
+ public com.google.protobuf.ByteString
158
+ getDisplayNameBytes() {
159
+ java.lang.Object ref = displayName_;
160
+ if (ref instanceof java.lang.String) {
161
+ com.google.protobuf.ByteString b =
162
+ com.google.protobuf.ByteString.copyFromUtf8(
163
+ (java.lang.String) ref);
164
+ displayName_ = b;
165
+ return b;
166
+ } else {
167
+ return (com.google.protobuf.ByteString) ref;
168
+ }
169
+ }
170
+
171
+ public static final int PRIMARY_EMAIL_FIELD_NUMBER = 4;
172
+ @SuppressWarnings("serial")
173
+ private volatile java.lang.Object primaryEmail_ = "";
174
+ /**
175
+ * <code>string primary_email = 4;</code>
176
+ * @return The primaryEmail.
177
+ */
178
+ @java.lang.Override
179
+ public java.lang.String getPrimaryEmail() {
180
+ java.lang.Object ref = primaryEmail_;
181
+ if (ref instanceof java.lang.String) {
182
+ return (java.lang.String) ref;
183
+ } else {
184
+ com.google.protobuf.ByteString bs =
185
+ (com.google.protobuf.ByteString) ref;
186
+ java.lang.String s = bs.toStringUtf8();
187
+ primaryEmail_ = s;
188
+ return s;
189
+ }
190
+ }
191
+ /**
192
+ * <code>string primary_email = 4;</code>
193
+ * @return The bytes for primaryEmail.
194
+ */
195
+ @java.lang.Override
196
+ public com.google.protobuf.ByteString
197
+ getPrimaryEmailBytes() {
198
+ java.lang.Object ref = primaryEmail_;
199
+ if (ref instanceof java.lang.String) {
200
+ com.google.protobuf.ByteString b =
201
+ com.google.protobuf.ByteString.copyFromUtf8(
202
+ (java.lang.String) ref);
203
+ primaryEmail_ = b;
204
+ return b;
205
+ } else {
206
+ return (com.google.protobuf.ByteString) ref;
207
+ }
208
+ }
209
+
210
+ public static final int EMAIL_ADDRESS_FIELD_NUMBER = 5;
211
+ @SuppressWarnings("serial")
212
+ private volatile java.lang.Object emailAddress_ = "";
213
+ /**
214
+ * <code>string email_address = 5;</code>
215
+ * @return The emailAddress.
216
+ */
217
+ @java.lang.Override
218
+ public java.lang.String getEmailAddress() {
219
+ java.lang.Object ref = emailAddress_;
220
+ if (ref instanceof java.lang.String) {
221
+ return (java.lang.String) ref;
222
+ } else {
223
+ com.google.protobuf.ByteString bs =
224
+ (com.google.protobuf.ByteString) ref;
225
+ java.lang.String s = bs.toStringUtf8();
226
+ emailAddress_ = s;
227
+ return s;
228
+ }
229
+ }
230
+ /**
231
+ * <code>string email_address = 5;</code>
232
+ * @return The bytes for emailAddress.
233
+ */
234
+ @java.lang.Override
235
+ public com.google.protobuf.ByteString
236
+ getEmailAddressBytes() {
237
+ java.lang.Object ref = emailAddress_;
238
+ if (ref instanceof java.lang.String) {
239
+ com.google.protobuf.ByteString b =
240
+ com.google.protobuf.ByteString.copyFromUtf8(
241
+ (java.lang.String) ref);
242
+ emailAddress_ = b;
243
+ return b;
244
+ } else {
245
+ return (com.google.protobuf.ByteString) ref;
246
+ }
247
+ }
248
+
249
+ public static final int ALIAS_FIELD_NUMBER = 6;
250
+ @SuppressWarnings("serial")
251
+ private volatile java.lang.Object alias_ = "";
252
+ /**
253
+ * <code>string alias = 6;</code>
254
+ * @return The alias.
255
+ */
256
+ @java.lang.Override
257
+ public java.lang.String getAlias() {
258
+ java.lang.Object ref = alias_;
259
+ if (ref instanceof java.lang.String) {
260
+ return (java.lang.String) ref;
261
+ } else {
262
+ com.google.protobuf.ByteString bs =
263
+ (com.google.protobuf.ByteString) ref;
264
+ java.lang.String s = bs.toStringUtf8();
265
+ alias_ = s;
266
+ return s;
267
+ }
268
+ }
269
+ /**
270
+ * <code>string alias = 6;</code>
271
+ * @return The bytes for alias.
272
+ */
273
+ @java.lang.Override
274
+ public com.google.protobuf.ByteString
275
+ getAliasBytes() {
276
+ java.lang.Object ref = alias_;
277
+ if (ref instanceof java.lang.String) {
278
+ com.google.protobuf.ByteString b =
279
+ com.google.protobuf.ByteString.copyFromUtf8(
280
+ (java.lang.String) ref);
281
+ alias_ = b;
282
+ return b;
283
+ } else {
284
+ return (com.google.protobuf.ByteString) ref;
285
+ }
286
+ }
287
+
288
+ public static final int RECIPIENT_TYPE_FIELD_NUMBER = 7;
289
+ @SuppressWarnings("serial")
290
+ private volatile java.lang.Object recipientType_ = "";
291
+ /**
292
+ * <code>string recipient_type = 7;</code>
293
+ * @return The recipientType.
294
+ */
295
+ @java.lang.Override
296
+ public java.lang.String getRecipientType() {
297
+ java.lang.Object ref = recipientType_;
298
+ if (ref instanceof java.lang.String) {
299
+ return (java.lang.String) ref;
300
+ } else {
301
+ com.google.protobuf.ByteString bs =
302
+ (com.google.protobuf.ByteString) ref;
303
+ java.lang.String s = bs.toStringUtf8();
304
+ recipientType_ = s;
305
+ return s;
306
+ }
307
+ }
308
+ /**
309
+ * <code>string recipient_type = 7;</code>
310
+ * @return The bytes for recipientType.
311
+ */
312
+ @java.lang.Override
313
+ public com.google.protobuf.ByteString
314
+ getRecipientTypeBytes() {
315
+ java.lang.Object ref = recipientType_;
316
+ if (ref instanceof java.lang.String) {
317
+ com.google.protobuf.ByteString b =
318
+ com.google.protobuf.ByteString.copyFromUtf8(
319
+ (java.lang.String) ref);
320
+ recipientType_ = b;
321
+ return b;
322
+ } else {
323
+ return (com.google.protobuf.ByteString) ref;
324
+ }
325
+ }
326
+
327
+ public static final int RECIPIENT_TYPE_DETAILS_FIELD_NUMBER = 8;
328
+ @SuppressWarnings("serial")
329
+ private volatile java.lang.Object recipientTypeDetails_ = "";
330
+ /**
331
+ * <code>string recipient_type_details = 8;</code>
332
+ * @return The recipientTypeDetails.
333
+ */
334
+ @java.lang.Override
335
+ public java.lang.String getRecipientTypeDetails() {
336
+ java.lang.Object ref = recipientTypeDetails_;
337
+ if (ref instanceof java.lang.String) {
338
+ return (java.lang.String) ref;
339
+ } else {
340
+ com.google.protobuf.ByteString bs =
341
+ (com.google.protobuf.ByteString) ref;
342
+ java.lang.String s = bs.toStringUtf8();
343
+ recipientTypeDetails_ = s;
344
+ return s;
345
+ }
346
+ }
347
+ /**
348
+ * <code>string recipient_type_details = 8;</code>
349
+ * @return The bytes for recipientTypeDetails.
350
+ */
351
+ @java.lang.Override
352
+ public com.google.protobuf.ByteString
353
+ getRecipientTypeDetailsBytes() {
354
+ java.lang.Object ref = recipientTypeDetails_;
355
+ if (ref instanceof java.lang.String) {
356
+ com.google.protobuf.ByteString b =
357
+ com.google.protobuf.ByteString.copyFromUtf8(
358
+ (java.lang.String) ref);
359
+ recipientTypeDetails_ = b;
360
+ return b;
361
+ } else {
362
+ return (com.google.protobuf.ByteString) ref;
363
+ }
364
+ }
365
+
366
+ public static final int USER_PRINCIPAL_NAME_FIELD_NUMBER = 9;
367
+ @SuppressWarnings("serial")
368
+ private volatile java.lang.Object userPrincipalName_ = "";
369
+ /**
370
+ * <code>string user_principal_name = 9;</code>
371
+ * @return The userPrincipalName.
372
+ */
373
+ @java.lang.Override
374
+ public java.lang.String getUserPrincipalName() {
375
+ java.lang.Object ref = userPrincipalName_;
376
+ if (ref instanceof java.lang.String) {
377
+ return (java.lang.String) ref;
378
+ } else {
379
+ com.google.protobuf.ByteString bs =
380
+ (com.google.protobuf.ByteString) ref;
381
+ java.lang.String s = bs.toStringUtf8();
382
+ userPrincipalName_ = s;
383
+ return s;
384
+ }
385
+ }
386
+ /**
387
+ * <code>string user_principal_name = 9;</code>
388
+ * @return The bytes for userPrincipalName.
389
+ */
390
+ @java.lang.Override
391
+ public com.google.protobuf.ByteString
392
+ getUserPrincipalNameBytes() {
393
+ java.lang.Object ref = userPrincipalName_;
394
+ if (ref instanceof java.lang.String) {
395
+ com.google.protobuf.ByteString b =
396
+ com.google.protobuf.ByteString.copyFromUtf8(
397
+ (java.lang.String) ref);
398
+ userPrincipalName_ = b;
399
+ return b;
400
+ } else {
401
+ return (com.google.protobuf.ByteString) ref;
402
+ }
403
+ }
404
+
405
+ public static final int IDENTITY_FIELD_NUMBER = 10;
406
+ @SuppressWarnings("serial")
407
+ private volatile java.lang.Object identity_ = "";
408
+ /**
409
+ * <code>string identity = 10;</code>
410
+ * @return The identity.
411
+ */
412
+ @java.lang.Override
413
+ public java.lang.String getIdentity() {
414
+ java.lang.Object ref = identity_;
415
+ if (ref instanceof java.lang.String) {
416
+ return (java.lang.String) ref;
417
+ } else {
418
+ com.google.protobuf.ByteString bs =
419
+ (com.google.protobuf.ByteString) ref;
420
+ java.lang.String s = bs.toStringUtf8();
421
+ identity_ = s;
422
+ return s;
423
+ }
424
+ }
425
+ /**
426
+ * <code>string identity = 10;</code>
427
+ * @return The bytes for identity.
428
+ */
429
+ @java.lang.Override
430
+ public com.google.protobuf.ByteString
431
+ getIdentityBytes() {
432
+ java.lang.Object ref = identity_;
433
+ if (ref instanceof java.lang.String) {
434
+ com.google.protobuf.ByteString b =
435
+ com.google.protobuf.ByteString.copyFromUtf8(
436
+ (java.lang.String) ref);
437
+ identity_ = b;
438
+ return b;
439
+ } else {
440
+ return (com.google.protobuf.ByteString) ref;
441
+ }
442
+ }
443
+
444
+ public static final int O365_MAILBOX_KEY_FIELD_NUMBER = 11;
445
+ @SuppressWarnings("serial")
446
+ private volatile java.lang.Object o365MailboxKey_ = "";
447
+ /**
448
+ * <code>string o365_mailbox_key = 11;</code>
449
+ * @return The o365MailboxKey.
450
+ */
451
+ @java.lang.Override
452
+ public java.lang.String getO365MailboxKey() {
453
+ java.lang.Object ref = o365MailboxKey_;
454
+ if (ref instanceof java.lang.String) {
455
+ return (java.lang.String) ref;
456
+ } else {
457
+ com.google.protobuf.ByteString bs =
458
+ (com.google.protobuf.ByteString) ref;
459
+ java.lang.String s = bs.toStringUtf8();
460
+ o365MailboxKey_ = s;
461
+ return s;
462
+ }
463
+ }
464
+ /**
465
+ * <code>string o365_mailbox_key = 11;</code>
466
+ * @return The bytes for o365MailboxKey.
467
+ */
468
+ @java.lang.Override
469
+ public com.google.protobuf.ByteString
470
+ getO365MailboxKeyBytes() {
471
+ java.lang.Object ref = o365MailboxKey_;
472
+ if (ref instanceof java.lang.String) {
473
+ com.google.protobuf.ByteString b =
474
+ com.google.protobuf.ByteString.copyFromUtf8(
475
+ (java.lang.String) ref);
476
+ o365MailboxKey_ = b;
477
+ return b;
478
+ } else {
479
+ return (com.google.protobuf.ByteString) ref;
480
+ }
481
+ }
482
+
483
+ public static final int O365_ORGANIZATION_KEY_FIELD_NUMBER = 12;
484
+ @SuppressWarnings("serial")
485
+ private volatile java.lang.Object o365OrganizationKey_ = "";
486
+ /**
487
+ * <code>string o365_organization_key = 12;</code>
488
+ * @return The o365OrganizationKey.
489
+ */
490
+ @java.lang.Override
491
+ public java.lang.String getO365OrganizationKey() {
492
+ java.lang.Object ref = o365OrganizationKey_;
493
+ if (ref instanceof java.lang.String) {
494
+ return (java.lang.String) ref;
495
+ } else {
496
+ com.google.protobuf.ByteString bs =
497
+ (com.google.protobuf.ByteString) ref;
498
+ java.lang.String s = bs.toStringUtf8();
499
+ o365OrganizationKey_ = s;
500
+ return s;
501
+ }
502
+ }
503
+ /**
504
+ * <code>string o365_organization_key = 12;</code>
505
+ * @return The bytes for o365OrganizationKey.
506
+ */
507
+ @java.lang.Override
508
+ public com.google.protobuf.ByteString
509
+ getO365OrganizationKeyBytes() {
510
+ java.lang.Object ref = o365OrganizationKey_;
511
+ if (ref instanceof java.lang.String) {
512
+ com.google.protobuf.ByteString b =
513
+ com.google.protobuf.ByteString.copyFromUtf8(
514
+ (java.lang.String) ref);
515
+ o365OrganizationKey_ = b;
516
+ return b;
517
+ } else {
518
+ return (com.google.protobuf.ByteString) ref;
519
+ }
520
+ }
521
+
522
+ private byte memoizedIsInitialized = -1;
523
+ @java.lang.Override
524
+ public final boolean isInitialized() {
525
+ byte isInitialized = memoizedIsInitialized;
526
+ if (isInitialized == 1) return true;
527
+ if (isInitialized == 0) return false;
528
+
529
+ memoizedIsInitialized = 1;
530
+ return true;
531
+ }
532
+
533
+ @java.lang.Override
534
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
535
+ throws java.io.IOException {
536
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365MailboxId_)) {
537
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, o365MailboxId_);
538
+ }
539
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365OrganizationId_)) {
540
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, o365OrganizationId_);
541
+ }
542
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
543
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 3, displayName_);
544
+ }
545
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(primaryEmail_)) {
546
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 4, primaryEmail_);
547
+ }
548
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(emailAddress_)) {
549
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 5, emailAddress_);
550
+ }
551
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(alias_)) {
552
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 6, alias_);
553
+ }
554
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(recipientType_)) {
555
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 7, recipientType_);
556
+ }
557
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(recipientTypeDetails_)) {
558
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 8, recipientTypeDetails_);
559
+ }
560
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userPrincipalName_)) {
561
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 9, userPrincipalName_);
562
+ }
563
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(identity_)) {
564
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 10, identity_);
565
+ }
566
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365MailboxKey_)) {
567
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 11, o365MailboxKey_);
568
+ }
569
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365OrganizationKey_)) {
570
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 12, o365OrganizationKey_);
571
+ }
572
+ getUnknownFields().writeTo(output);
573
+ }
574
+
575
+ @java.lang.Override
576
+ public int getSerializedSize() {
577
+ int size = memoizedSize;
578
+ if (size != -1) return size;
579
+
580
+ size = 0;
581
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365MailboxId_)) {
582
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, o365MailboxId_);
583
+ }
584
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365OrganizationId_)) {
585
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, o365OrganizationId_);
586
+ }
587
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) {
588
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, displayName_);
589
+ }
590
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(primaryEmail_)) {
591
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, primaryEmail_);
592
+ }
593
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(emailAddress_)) {
594
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, emailAddress_);
595
+ }
596
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(alias_)) {
597
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, alias_);
598
+ }
599
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(recipientType_)) {
600
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, recipientType_);
601
+ }
602
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(recipientTypeDetails_)) {
603
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, recipientTypeDetails_);
604
+ }
605
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(userPrincipalName_)) {
606
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, userPrincipalName_);
607
+ }
608
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(identity_)) {
609
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, identity_);
610
+ }
611
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365MailboxKey_)) {
612
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, o365MailboxKey_);
613
+ }
614
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365OrganizationKey_)) {
615
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, o365OrganizationKey_);
616
+ }
617
+ size += getUnknownFields().getSerializedSize();
618
+ memoizedSize = size;
619
+ return size;
620
+ }
621
+
622
+ @java.lang.Override
623
+ public boolean equals(final java.lang.Object obj) {
624
+ if (obj == this) {
625
+ return true;
626
+ }
627
+ if (!(obj instanceof com.lansweeper.dp.outbound.v1.Office365Mailbox)) {
628
+ return super.equals(obj);
629
+ }
630
+ com.lansweeper.dp.outbound.v1.Office365Mailbox other = (com.lansweeper.dp.outbound.v1.Office365Mailbox) obj;
631
+
632
+ if (!getO365MailboxId()
633
+ .equals(other.getO365MailboxId())) return false;
634
+ if (!getO365OrganizationId()
635
+ .equals(other.getO365OrganizationId())) return false;
636
+ if (!getDisplayName()
637
+ .equals(other.getDisplayName())) return false;
638
+ if (!getPrimaryEmail()
639
+ .equals(other.getPrimaryEmail())) return false;
640
+ if (!getEmailAddress()
641
+ .equals(other.getEmailAddress())) return false;
642
+ if (!getAlias()
643
+ .equals(other.getAlias())) return false;
644
+ if (!getRecipientType()
645
+ .equals(other.getRecipientType())) return false;
646
+ if (!getRecipientTypeDetails()
647
+ .equals(other.getRecipientTypeDetails())) return false;
648
+ if (!getUserPrincipalName()
649
+ .equals(other.getUserPrincipalName())) return false;
650
+ if (!getIdentity()
651
+ .equals(other.getIdentity())) return false;
652
+ if (!getO365MailboxKey()
653
+ .equals(other.getO365MailboxKey())) return false;
654
+ if (!getO365OrganizationKey()
655
+ .equals(other.getO365OrganizationKey())) return false;
656
+ if (!getUnknownFields().equals(other.getUnknownFields())) return false;
657
+ return true;
658
+ }
659
+
660
+ @java.lang.Override
661
+ public int hashCode() {
662
+ if (memoizedHashCode != 0) {
663
+ return memoizedHashCode;
664
+ }
665
+ int hash = 41;
666
+ hash = (19 * hash) + getDescriptor().hashCode();
667
+ hash = (37 * hash) + O365_MAILBOX_ID_FIELD_NUMBER;
668
+ hash = (53 * hash) + getO365MailboxId().hashCode();
669
+ hash = (37 * hash) + O365_ORGANIZATION_ID_FIELD_NUMBER;
670
+ hash = (53 * hash) + getO365OrganizationId().hashCode();
671
+ hash = (37 * hash) + DISPLAY_NAME_FIELD_NUMBER;
672
+ hash = (53 * hash) + getDisplayName().hashCode();
673
+ hash = (37 * hash) + PRIMARY_EMAIL_FIELD_NUMBER;
674
+ hash = (53 * hash) + getPrimaryEmail().hashCode();
675
+ hash = (37 * hash) + EMAIL_ADDRESS_FIELD_NUMBER;
676
+ hash = (53 * hash) + getEmailAddress().hashCode();
677
+ hash = (37 * hash) + ALIAS_FIELD_NUMBER;
678
+ hash = (53 * hash) + getAlias().hashCode();
679
+ hash = (37 * hash) + RECIPIENT_TYPE_FIELD_NUMBER;
680
+ hash = (53 * hash) + getRecipientType().hashCode();
681
+ hash = (37 * hash) + RECIPIENT_TYPE_DETAILS_FIELD_NUMBER;
682
+ hash = (53 * hash) + getRecipientTypeDetails().hashCode();
683
+ hash = (37 * hash) + USER_PRINCIPAL_NAME_FIELD_NUMBER;
684
+ hash = (53 * hash) + getUserPrincipalName().hashCode();
685
+ hash = (37 * hash) + IDENTITY_FIELD_NUMBER;
686
+ hash = (53 * hash) + getIdentity().hashCode();
687
+ hash = (37 * hash) + O365_MAILBOX_KEY_FIELD_NUMBER;
688
+ hash = (53 * hash) + getO365MailboxKey().hashCode();
689
+ hash = (37 * hash) + O365_ORGANIZATION_KEY_FIELD_NUMBER;
690
+ hash = (53 * hash) + getO365OrganizationKey().hashCode();
691
+ hash = (29 * hash) + getUnknownFields().hashCode();
692
+ memoizedHashCode = hash;
693
+ return hash;
694
+ }
695
+
696
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseFrom(
697
+ java.nio.ByteBuffer data)
698
+ throws com.google.protobuf.InvalidProtocolBufferException {
699
+ return PARSER.parseFrom(data);
700
+ }
701
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseFrom(
702
+ java.nio.ByteBuffer data,
703
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
704
+ throws com.google.protobuf.InvalidProtocolBufferException {
705
+ return PARSER.parseFrom(data, extensionRegistry);
706
+ }
707
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseFrom(
708
+ com.google.protobuf.ByteString data)
709
+ throws com.google.protobuf.InvalidProtocolBufferException {
710
+ return PARSER.parseFrom(data);
711
+ }
712
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseFrom(
713
+ com.google.protobuf.ByteString data,
714
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
715
+ throws com.google.protobuf.InvalidProtocolBufferException {
716
+ return PARSER.parseFrom(data, extensionRegistry);
717
+ }
718
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseFrom(byte[] data)
719
+ throws com.google.protobuf.InvalidProtocolBufferException {
720
+ return PARSER.parseFrom(data);
721
+ }
722
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseFrom(
723
+ byte[] data,
724
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
725
+ throws com.google.protobuf.InvalidProtocolBufferException {
726
+ return PARSER.parseFrom(data, extensionRegistry);
727
+ }
728
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseFrom(java.io.InputStream input)
729
+ throws java.io.IOException {
730
+ return com.google.protobuf.GeneratedMessageV3
731
+ .parseWithIOException(PARSER, input);
732
+ }
733
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseFrom(
734
+ java.io.InputStream input,
735
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
736
+ throws java.io.IOException {
737
+ return com.google.protobuf.GeneratedMessageV3
738
+ .parseWithIOException(PARSER, input, extensionRegistry);
739
+ }
740
+
741
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseDelimitedFrom(java.io.InputStream input)
742
+ throws java.io.IOException {
743
+ return com.google.protobuf.GeneratedMessageV3
744
+ .parseDelimitedWithIOException(PARSER, input);
745
+ }
746
+
747
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseDelimitedFrom(
748
+ java.io.InputStream input,
749
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
750
+ throws java.io.IOException {
751
+ return com.google.protobuf.GeneratedMessageV3
752
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
753
+ }
754
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseFrom(
755
+ com.google.protobuf.CodedInputStream input)
756
+ throws java.io.IOException {
757
+ return com.google.protobuf.GeneratedMessageV3
758
+ .parseWithIOException(PARSER, input);
759
+ }
760
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox parseFrom(
761
+ com.google.protobuf.CodedInputStream input,
762
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
763
+ throws java.io.IOException {
764
+ return com.google.protobuf.GeneratedMessageV3
765
+ .parseWithIOException(PARSER, input, extensionRegistry);
766
+ }
767
+
768
+ @java.lang.Override
769
+ public Builder newBuilderForType() { return newBuilder(); }
770
+ public static Builder newBuilder() {
771
+ return DEFAULT_INSTANCE.toBuilder();
772
+ }
773
+ public static Builder newBuilder(com.lansweeper.dp.outbound.v1.Office365Mailbox prototype) {
774
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
775
+ }
776
+ @java.lang.Override
777
+ public Builder toBuilder() {
778
+ return this == DEFAULT_INSTANCE
779
+ ? new Builder() : new Builder().mergeFrom(this);
780
+ }
781
+
782
+ @java.lang.Override
783
+ protected Builder newBuilderForType(
784
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
785
+ Builder builder = new Builder(parent);
786
+ return builder;
787
+ }
788
+ /**
789
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.Office365Mailbox}
790
+ */
791
+ public static final class Builder extends
792
+ com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
793
+ // @@protoc_insertion_point(builder_implements:com.lansweeper.dp.outbound.v1.Office365Mailbox)
794
+ com.lansweeper.dp.outbound.v1.Office365MailboxOrBuilder {
795
+ public static final com.google.protobuf.Descriptors.Descriptor
796
+ getDescriptor() {
797
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor;
798
+ }
799
+
800
+ @java.lang.Override
801
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
802
+ internalGetFieldAccessorTable() {
803
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_fieldAccessorTable
804
+ .ensureFieldAccessorsInitialized(
805
+ com.lansweeper.dp.outbound.v1.Office365Mailbox.class, com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder.class);
806
+ }
807
+
808
+ // Construct using com.lansweeper.dp.outbound.v1.Office365Mailbox.newBuilder()
809
+ private Builder() {
810
+
811
+ }
812
+
813
+ private Builder(
814
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
815
+ super(parent);
816
+
817
+ }
818
+ @java.lang.Override
819
+ public Builder clear() {
820
+ super.clear();
821
+ bitField0_ = 0;
822
+ o365MailboxId_ = "";
823
+ o365OrganizationId_ = "";
824
+ displayName_ = "";
825
+ primaryEmail_ = "";
826
+ emailAddress_ = "";
827
+ alias_ = "";
828
+ recipientType_ = "";
829
+ recipientTypeDetails_ = "";
830
+ userPrincipalName_ = "";
831
+ identity_ = "";
832
+ o365MailboxKey_ = "";
833
+ o365OrganizationKey_ = "";
834
+ return this;
835
+ }
836
+
837
+ @java.lang.Override
838
+ public com.google.protobuf.Descriptors.Descriptor
839
+ getDescriptorForType() {
840
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor;
841
+ }
842
+
843
+ @java.lang.Override
844
+ public com.lansweeper.dp.outbound.v1.Office365Mailbox getDefaultInstanceForType() {
845
+ return com.lansweeper.dp.outbound.v1.Office365Mailbox.getDefaultInstance();
846
+ }
847
+
848
+ @java.lang.Override
849
+ public com.lansweeper.dp.outbound.v1.Office365Mailbox build() {
850
+ com.lansweeper.dp.outbound.v1.Office365Mailbox result = buildPartial();
851
+ if (!result.isInitialized()) {
852
+ throw newUninitializedMessageException(result);
853
+ }
854
+ return result;
855
+ }
856
+
857
+ @java.lang.Override
858
+ public com.lansweeper.dp.outbound.v1.Office365Mailbox buildPartial() {
859
+ com.lansweeper.dp.outbound.v1.Office365Mailbox result = new com.lansweeper.dp.outbound.v1.Office365Mailbox(this);
860
+ if (bitField0_ != 0) { buildPartial0(result); }
861
+ onBuilt();
862
+ return result;
863
+ }
864
+
865
+ private void buildPartial0(com.lansweeper.dp.outbound.v1.Office365Mailbox result) {
866
+ int from_bitField0_ = bitField0_;
867
+ if (((from_bitField0_ & 0x00000001) != 0)) {
868
+ result.o365MailboxId_ = o365MailboxId_;
869
+ }
870
+ if (((from_bitField0_ & 0x00000002) != 0)) {
871
+ result.o365OrganizationId_ = o365OrganizationId_;
872
+ }
873
+ if (((from_bitField0_ & 0x00000004) != 0)) {
874
+ result.displayName_ = displayName_;
875
+ }
876
+ if (((from_bitField0_ & 0x00000008) != 0)) {
877
+ result.primaryEmail_ = primaryEmail_;
878
+ }
879
+ if (((from_bitField0_ & 0x00000010) != 0)) {
880
+ result.emailAddress_ = emailAddress_;
881
+ }
882
+ if (((from_bitField0_ & 0x00000020) != 0)) {
883
+ result.alias_ = alias_;
884
+ }
885
+ if (((from_bitField0_ & 0x00000040) != 0)) {
886
+ result.recipientType_ = recipientType_;
887
+ }
888
+ if (((from_bitField0_ & 0x00000080) != 0)) {
889
+ result.recipientTypeDetails_ = recipientTypeDetails_;
890
+ }
891
+ if (((from_bitField0_ & 0x00000100) != 0)) {
892
+ result.userPrincipalName_ = userPrincipalName_;
893
+ }
894
+ if (((from_bitField0_ & 0x00000200) != 0)) {
895
+ result.identity_ = identity_;
896
+ }
897
+ if (((from_bitField0_ & 0x00000400) != 0)) {
898
+ result.o365MailboxKey_ = o365MailboxKey_;
899
+ }
900
+ if (((from_bitField0_ & 0x00000800) != 0)) {
901
+ result.o365OrganizationKey_ = o365OrganizationKey_;
902
+ }
903
+ }
904
+
905
+ @java.lang.Override
906
+ public Builder clone() {
907
+ return super.clone();
908
+ }
909
+ @java.lang.Override
910
+ public Builder setField(
911
+ com.google.protobuf.Descriptors.FieldDescriptor field,
912
+ java.lang.Object value) {
913
+ return super.setField(field, value);
914
+ }
915
+ @java.lang.Override
916
+ public Builder clearField(
917
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
918
+ return super.clearField(field);
919
+ }
920
+ @java.lang.Override
921
+ public Builder clearOneof(
922
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
923
+ return super.clearOneof(oneof);
924
+ }
925
+ @java.lang.Override
926
+ public Builder setRepeatedField(
927
+ com.google.protobuf.Descriptors.FieldDescriptor field,
928
+ int index, java.lang.Object value) {
929
+ return super.setRepeatedField(field, index, value);
930
+ }
931
+ @java.lang.Override
932
+ public Builder addRepeatedField(
933
+ com.google.protobuf.Descriptors.FieldDescriptor field,
934
+ java.lang.Object value) {
935
+ return super.addRepeatedField(field, value);
936
+ }
937
+ @java.lang.Override
938
+ public Builder mergeFrom(com.google.protobuf.Message other) {
939
+ if (other instanceof com.lansweeper.dp.outbound.v1.Office365Mailbox) {
940
+ return mergeFrom((com.lansweeper.dp.outbound.v1.Office365Mailbox)other);
941
+ } else {
942
+ super.mergeFrom(other);
943
+ return this;
944
+ }
945
+ }
946
+
947
+ public Builder mergeFrom(com.lansweeper.dp.outbound.v1.Office365Mailbox other) {
948
+ if (other == com.lansweeper.dp.outbound.v1.Office365Mailbox.getDefaultInstance()) return this;
949
+ if (!other.getO365MailboxId().isEmpty()) {
950
+ o365MailboxId_ = other.o365MailboxId_;
951
+ bitField0_ |= 0x00000001;
952
+ onChanged();
953
+ }
954
+ if (!other.getO365OrganizationId().isEmpty()) {
955
+ o365OrganizationId_ = other.o365OrganizationId_;
956
+ bitField0_ |= 0x00000002;
957
+ onChanged();
958
+ }
959
+ if (!other.getDisplayName().isEmpty()) {
960
+ displayName_ = other.displayName_;
961
+ bitField0_ |= 0x00000004;
962
+ onChanged();
963
+ }
964
+ if (!other.getPrimaryEmail().isEmpty()) {
965
+ primaryEmail_ = other.primaryEmail_;
966
+ bitField0_ |= 0x00000008;
967
+ onChanged();
968
+ }
969
+ if (!other.getEmailAddress().isEmpty()) {
970
+ emailAddress_ = other.emailAddress_;
971
+ bitField0_ |= 0x00000010;
972
+ onChanged();
973
+ }
974
+ if (!other.getAlias().isEmpty()) {
975
+ alias_ = other.alias_;
976
+ bitField0_ |= 0x00000020;
977
+ onChanged();
978
+ }
979
+ if (!other.getRecipientType().isEmpty()) {
980
+ recipientType_ = other.recipientType_;
981
+ bitField0_ |= 0x00000040;
982
+ onChanged();
983
+ }
984
+ if (!other.getRecipientTypeDetails().isEmpty()) {
985
+ recipientTypeDetails_ = other.recipientTypeDetails_;
986
+ bitField0_ |= 0x00000080;
987
+ onChanged();
988
+ }
989
+ if (!other.getUserPrincipalName().isEmpty()) {
990
+ userPrincipalName_ = other.userPrincipalName_;
991
+ bitField0_ |= 0x00000100;
992
+ onChanged();
993
+ }
994
+ if (!other.getIdentity().isEmpty()) {
995
+ identity_ = other.identity_;
996
+ bitField0_ |= 0x00000200;
997
+ onChanged();
998
+ }
999
+ if (!other.getO365MailboxKey().isEmpty()) {
1000
+ o365MailboxKey_ = other.o365MailboxKey_;
1001
+ bitField0_ |= 0x00000400;
1002
+ onChanged();
1003
+ }
1004
+ if (!other.getO365OrganizationKey().isEmpty()) {
1005
+ o365OrganizationKey_ = other.o365OrganizationKey_;
1006
+ bitField0_ |= 0x00000800;
1007
+ onChanged();
1008
+ }
1009
+ this.mergeUnknownFields(other.getUnknownFields());
1010
+ onChanged();
1011
+ return this;
1012
+ }
1013
+
1014
+ @java.lang.Override
1015
+ public final boolean isInitialized() {
1016
+ return true;
1017
+ }
1018
+
1019
+ @java.lang.Override
1020
+ public Builder mergeFrom(
1021
+ com.google.protobuf.CodedInputStream input,
1022
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1023
+ throws java.io.IOException {
1024
+ if (extensionRegistry == null) {
1025
+ throw new java.lang.NullPointerException();
1026
+ }
1027
+ try {
1028
+ boolean done = false;
1029
+ while (!done) {
1030
+ int tag = input.readTag();
1031
+ switch (tag) {
1032
+ case 0:
1033
+ done = true;
1034
+ break;
1035
+ case 10: {
1036
+ o365MailboxId_ = input.readStringRequireUtf8();
1037
+ bitField0_ |= 0x00000001;
1038
+ break;
1039
+ } // case 10
1040
+ case 18: {
1041
+ o365OrganizationId_ = input.readStringRequireUtf8();
1042
+ bitField0_ |= 0x00000002;
1043
+ break;
1044
+ } // case 18
1045
+ case 26: {
1046
+ displayName_ = input.readStringRequireUtf8();
1047
+ bitField0_ |= 0x00000004;
1048
+ break;
1049
+ } // case 26
1050
+ case 34: {
1051
+ primaryEmail_ = input.readStringRequireUtf8();
1052
+ bitField0_ |= 0x00000008;
1053
+ break;
1054
+ } // case 34
1055
+ case 42: {
1056
+ emailAddress_ = input.readStringRequireUtf8();
1057
+ bitField0_ |= 0x00000010;
1058
+ break;
1059
+ } // case 42
1060
+ case 50: {
1061
+ alias_ = input.readStringRequireUtf8();
1062
+ bitField0_ |= 0x00000020;
1063
+ break;
1064
+ } // case 50
1065
+ case 58: {
1066
+ recipientType_ = input.readStringRequireUtf8();
1067
+ bitField0_ |= 0x00000040;
1068
+ break;
1069
+ } // case 58
1070
+ case 66: {
1071
+ recipientTypeDetails_ = input.readStringRequireUtf8();
1072
+ bitField0_ |= 0x00000080;
1073
+ break;
1074
+ } // case 66
1075
+ case 74: {
1076
+ userPrincipalName_ = input.readStringRequireUtf8();
1077
+ bitField0_ |= 0x00000100;
1078
+ break;
1079
+ } // case 74
1080
+ case 82: {
1081
+ identity_ = input.readStringRequireUtf8();
1082
+ bitField0_ |= 0x00000200;
1083
+ break;
1084
+ } // case 82
1085
+ case 90: {
1086
+ o365MailboxKey_ = input.readStringRequireUtf8();
1087
+ bitField0_ |= 0x00000400;
1088
+ break;
1089
+ } // case 90
1090
+ case 98: {
1091
+ o365OrganizationKey_ = input.readStringRequireUtf8();
1092
+ bitField0_ |= 0x00000800;
1093
+ break;
1094
+ } // case 98
1095
+ default: {
1096
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
1097
+ done = true; // was an endgroup tag
1098
+ }
1099
+ break;
1100
+ } // default:
1101
+ } // switch (tag)
1102
+ } // while (!done)
1103
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
1104
+ throw e.unwrapIOException();
1105
+ } finally {
1106
+ onChanged();
1107
+ } // finally
1108
+ return this;
1109
+ }
1110
+ private int bitField0_;
1111
+
1112
+ private java.lang.Object o365MailboxId_ = "";
1113
+ /**
1114
+ * <code>string o365_mailbox_id = 1;</code>
1115
+ * @return The o365MailboxId.
1116
+ */
1117
+ public java.lang.String getO365MailboxId() {
1118
+ java.lang.Object ref = o365MailboxId_;
1119
+ if (!(ref instanceof java.lang.String)) {
1120
+ com.google.protobuf.ByteString bs =
1121
+ (com.google.protobuf.ByteString) ref;
1122
+ java.lang.String s = bs.toStringUtf8();
1123
+ o365MailboxId_ = s;
1124
+ return s;
1125
+ } else {
1126
+ return (java.lang.String) ref;
1127
+ }
1128
+ }
1129
+ /**
1130
+ * <code>string o365_mailbox_id = 1;</code>
1131
+ * @return The bytes for o365MailboxId.
1132
+ */
1133
+ public com.google.protobuf.ByteString
1134
+ getO365MailboxIdBytes() {
1135
+ java.lang.Object ref = o365MailboxId_;
1136
+ if (ref instanceof String) {
1137
+ com.google.protobuf.ByteString b =
1138
+ com.google.protobuf.ByteString.copyFromUtf8(
1139
+ (java.lang.String) ref);
1140
+ o365MailboxId_ = b;
1141
+ return b;
1142
+ } else {
1143
+ return (com.google.protobuf.ByteString) ref;
1144
+ }
1145
+ }
1146
+ /**
1147
+ * <code>string o365_mailbox_id = 1;</code>
1148
+ * @param value The o365MailboxId to set.
1149
+ * @return This builder for chaining.
1150
+ */
1151
+ public Builder setO365MailboxId(
1152
+ java.lang.String value) {
1153
+ if (value == null) { throw new NullPointerException(); }
1154
+ o365MailboxId_ = value;
1155
+ bitField0_ |= 0x00000001;
1156
+ onChanged();
1157
+ return this;
1158
+ }
1159
+ /**
1160
+ * <code>string o365_mailbox_id = 1;</code>
1161
+ * @return This builder for chaining.
1162
+ */
1163
+ public Builder clearO365MailboxId() {
1164
+ o365MailboxId_ = getDefaultInstance().getO365MailboxId();
1165
+ bitField0_ = (bitField0_ & ~0x00000001);
1166
+ onChanged();
1167
+ return this;
1168
+ }
1169
+ /**
1170
+ * <code>string o365_mailbox_id = 1;</code>
1171
+ * @param value The bytes for o365MailboxId to set.
1172
+ * @return This builder for chaining.
1173
+ */
1174
+ public Builder setO365MailboxIdBytes(
1175
+ com.google.protobuf.ByteString value) {
1176
+ if (value == null) { throw new NullPointerException(); }
1177
+ checkByteStringIsUtf8(value);
1178
+ o365MailboxId_ = value;
1179
+ bitField0_ |= 0x00000001;
1180
+ onChanged();
1181
+ return this;
1182
+ }
1183
+
1184
+ private java.lang.Object o365OrganizationId_ = "";
1185
+ /**
1186
+ * <code>string o365_organization_id = 2;</code>
1187
+ * @return The o365OrganizationId.
1188
+ */
1189
+ public java.lang.String getO365OrganizationId() {
1190
+ java.lang.Object ref = o365OrganizationId_;
1191
+ if (!(ref instanceof java.lang.String)) {
1192
+ com.google.protobuf.ByteString bs =
1193
+ (com.google.protobuf.ByteString) ref;
1194
+ java.lang.String s = bs.toStringUtf8();
1195
+ o365OrganizationId_ = s;
1196
+ return s;
1197
+ } else {
1198
+ return (java.lang.String) ref;
1199
+ }
1200
+ }
1201
+ /**
1202
+ * <code>string o365_organization_id = 2;</code>
1203
+ * @return The bytes for o365OrganizationId.
1204
+ */
1205
+ public com.google.protobuf.ByteString
1206
+ getO365OrganizationIdBytes() {
1207
+ java.lang.Object ref = o365OrganizationId_;
1208
+ if (ref instanceof String) {
1209
+ com.google.protobuf.ByteString b =
1210
+ com.google.protobuf.ByteString.copyFromUtf8(
1211
+ (java.lang.String) ref);
1212
+ o365OrganizationId_ = b;
1213
+ return b;
1214
+ } else {
1215
+ return (com.google.protobuf.ByteString) ref;
1216
+ }
1217
+ }
1218
+ /**
1219
+ * <code>string o365_organization_id = 2;</code>
1220
+ * @param value The o365OrganizationId to set.
1221
+ * @return This builder for chaining.
1222
+ */
1223
+ public Builder setO365OrganizationId(
1224
+ java.lang.String value) {
1225
+ if (value == null) { throw new NullPointerException(); }
1226
+ o365OrganizationId_ = value;
1227
+ bitField0_ |= 0x00000002;
1228
+ onChanged();
1229
+ return this;
1230
+ }
1231
+ /**
1232
+ * <code>string o365_organization_id = 2;</code>
1233
+ * @return This builder for chaining.
1234
+ */
1235
+ public Builder clearO365OrganizationId() {
1236
+ o365OrganizationId_ = getDefaultInstance().getO365OrganizationId();
1237
+ bitField0_ = (bitField0_ & ~0x00000002);
1238
+ onChanged();
1239
+ return this;
1240
+ }
1241
+ /**
1242
+ * <code>string o365_organization_id = 2;</code>
1243
+ * @param value The bytes for o365OrganizationId to set.
1244
+ * @return This builder for chaining.
1245
+ */
1246
+ public Builder setO365OrganizationIdBytes(
1247
+ com.google.protobuf.ByteString value) {
1248
+ if (value == null) { throw new NullPointerException(); }
1249
+ checkByteStringIsUtf8(value);
1250
+ o365OrganizationId_ = value;
1251
+ bitField0_ |= 0x00000002;
1252
+ onChanged();
1253
+ return this;
1254
+ }
1255
+
1256
+ private java.lang.Object displayName_ = "";
1257
+ /**
1258
+ * <code>string display_name = 3;</code>
1259
+ * @return The displayName.
1260
+ */
1261
+ public java.lang.String getDisplayName() {
1262
+ java.lang.Object ref = displayName_;
1263
+ if (!(ref instanceof java.lang.String)) {
1264
+ com.google.protobuf.ByteString bs =
1265
+ (com.google.protobuf.ByteString) ref;
1266
+ java.lang.String s = bs.toStringUtf8();
1267
+ displayName_ = s;
1268
+ return s;
1269
+ } else {
1270
+ return (java.lang.String) ref;
1271
+ }
1272
+ }
1273
+ /**
1274
+ * <code>string display_name = 3;</code>
1275
+ * @return The bytes for displayName.
1276
+ */
1277
+ public com.google.protobuf.ByteString
1278
+ getDisplayNameBytes() {
1279
+ java.lang.Object ref = displayName_;
1280
+ if (ref instanceof String) {
1281
+ com.google.protobuf.ByteString b =
1282
+ com.google.protobuf.ByteString.copyFromUtf8(
1283
+ (java.lang.String) ref);
1284
+ displayName_ = b;
1285
+ return b;
1286
+ } else {
1287
+ return (com.google.protobuf.ByteString) ref;
1288
+ }
1289
+ }
1290
+ /**
1291
+ * <code>string display_name = 3;</code>
1292
+ * @param value The displayName to set.
1293
+ * @return This builder for chaining.
1294
+ */
1295
+ public Builder setDisplayName(
1296
+ java.lang.String value) {
1297
+ if (value == null) { throw new NullPointerException(); }
1298
+ displayName_ = value;
1299
+ bitField0_ |= 0x00000004;
1300
+ onChanged();
1301
+ return this;
1302
+ }
1303
+ /**
1304
+ * <code>string display_name = 3;</code>
1305
+ * @return This builder for chaining.
1306
+ */
1307
+ public Builder clearDisplayName() {
1308
+ displayName_ = getDefaultInstance().getDisplayName();
1309
+ bitField0_ = (bitField0_ & ~0x00000004);
1310
+ onChanged();
1311
+ return this;
1312
+ }
1313
+ /**
1314
+ * <code>string display_name = 3;</code>
1315
+ * @param value The bytes for displayName to set.
1316
+ * @return This builder for chaining.
1317
+ */
1318
+ public Builder setDisplayNameBytes(
1319
+ com.google.protobuf.ByteString value) {
1320
+ if (value == null) { throw new NullPointerException(); }
1321
+ checkByteStringIsUtf8(value);
1322
+ displayName_ = value;
1323
+ bitField0_ |= 0x00000004;
1324
+ onChanged();
1325
+ return this;
1326
+ }
1327
+
1328
+ private java.lang.Object primaryEmail_ = "";
1329
+ /**
1330
+ * <code>string primary_email = 4;</code>
1331
+ * @return The primaryEmail.
1332
+ */
1333
+ public java.lang.String getPrimaryEmail() {
1334
+ java.lang.Object ref = primaryEmail_;
1335
+ if (!(ref instanceof java.lang.String)) {
1336
+ com.google.protobuf.ByteString bs =
1337
+ (com.google.protobuf.ByteString) ref;
1338
+ java.lang.String s = bs.toStringUtf8();
1339
+ primaryEmail_ = s;
1340
+ return s;
1341
+ } else {
1342
+ return (java.lang.String) ref;
1343
+ }
1344
+ }
1345
+ /**
1346
+ * <code>string primary_email = 4;</code>
1347
+ * @return The bytes for primaryEmail.
1348
+ */
1349
+ public com.google.protobuf.ByteString
1350
+ getPrimaryEmailBytes() {
1351
+ java.lang.Object ref = primaryEmail_;
1352
+ if (ref instanceof String) {
1353
+ com.google.protobuf.ByteString b =
1354
+ com.google.protobuf.ByteString.copyFromUtf8(
1355
+ (java.lang.String) ref);
1356
+ primaryEmail_ = b;
1357
+ return b;
1358
+ } else {
1359
+ return (com.google.protobuf.ByteString) ref;
1360
+ }
1361
+ }
1362
+ /**
1363
+ * <code>string primary_email = 4;</code>
1364
+ * @param value The primaryEmail to set.
1365
+ * @return This builder for chaining.
1366
+ */
1367
+ public Builder setPrimaryEmail(
1368
+ java.lang.String value) {
1369
+ if (value == null) { throw new NullPointerException(); }
1370
+ primaryEmail_ = value;
1371
+ bitField0_ |= 0x00000008;
1372
+ onChanged();
1373
+ return this;
1374
+ }
1375
+ /**
1376
+ * <code>string primary_email = 4;</code>
1377
+ * @return This builder for chaining.
1378
+ */
1379
+ public Builder clearPrimaryEmail() {
1380
+ primaryEmail_ = getDefaultInstance().getPrimaryEmail();
1381
+ bitField0_ = (bitField0_ & ~0x00000008);
1382
+ onChanged();
1383
+ return this;
1384
+ }
1385
+ /**
1386
+ * <code>string primary_email = 4;</code>
1387
+ * @param value The bytes for primaryEmail to set.
1388
+ * @return This builder for chaining.
1389
+ */
1390
+ public Builder setPrimaryEmailBytes(
1391
+ com.google.protobuf.ByteString value) {
1392
+ if (value == null) { throw new NullPointerException(); }
1393
+ checkByteStringIsUtf8(value);
1394
+ primaryEmail_ = value;
1395
+ bitField0_ |= 0x00000008;
1396
+ onChanged();
1397
+ return this;
1398
+ }
1399
+
1400
+ private java.lang.Object emailAddress_ = "";
1401
+ /**
1402
+ * <code>string email_address = 5;</code>
1403
+ * @return The emailAddress.
1404
+ */
1405
+ public java.lang.String getEmailAddress() {
1406
+ java.lang.Object ref = emailAddress_;
1407
+ if (!(ref instanceof java.lang.String)) {
1408
+ com.google.protobuf.ByteString bs =
1409
+ (com.google.protobuf.ByteString) ref;
1410
+ java.lang.String s = bs.toStringUtf8();
1411
+ emailAddress_ = s;
1412
+ return s;
1413
+ } else {
1414
+ return (java.lang.String) ref;
1415
+ }
1416
+ }
1417
+ /**
1418
+ * <code>string email_address = 5;</code>
1419
+ * @return The bytes for emailAddress.
1420
+ */
1421
+ public com.google.protobuf.ByteString
1422
+ getEmailAddressBytes() {
1423
+ java.lang.Object ref = emailAddress_;
1424
+ if (ref instanceof String) {
1425
+ com.google.protobuf.ByteString b =
1426
+ com.google.protobuf.ByteString.copyFromUtf8(
1427
+ (java.lang.String) ref);
1428
+ emailAddress_ = b;
1429
+ return b;
1430
+ } else {
1431
+ return (com.google.protobuf.ByteString) ref;
1432
+ }
1433
+ }
1434
+ /**
1435
+ * <code>string email_address = 5;</code>
1436
+ * @param value The emailAddress to set.
1437
+ * @return This builder for chaining.
1438
+ */
1439
+ public Builder setEmailAddress(
1440
+ java.lang.String value) {
1441
+ if (value == null) { throw new NullPointerException(); }
1442
+ emailAddress_ = value;
1443
+ bitField0_ |= 0x00000010;
1444
+ onChanged();
1445
+ return this;
1446
+ }
1447
+ /**
1448
+ * <code>string email_address = 5;</code>
1449
+ * @return This builder for chaining.
1450
+ */
1451
+ public Builder clearEmailAddress() {
1452
+ emailAddress_ = getDefaultInstance().getEmailAddress();
1453
+ bitField0_ = (bitField0_ & ~0x00000010);
1454
+ onChanged();
1455
+ return this;
1456
+ }
1457
+ /**
1458
+ * <code>string email_address = 5;</code>
1459
+ * @param value The bytes for emailAddress to set.
1460
+ * @return This builder for chaining.
1461
+ */
1462
+ public Builder setEmailAddressBytes(
1463
+ com.google.protobuf.ByteString value) {
1464
+ if (value == null) { throw new NullPointerException(); }
1465
+ checkByteStringIsUtf8(value);
1466
+ emailAddress_ = value;
1467
+ bitField0_ |= 0x00000010;
1468
+ onChanged();
1469
+ return this;
1470
+ }
1471
+
1472
+ private java.lang.Object alias_ = "";
1473
+ /**
1474
+ * <code>string alias = 6;</code>
1475
+ * @return The alias.
1476
+ */
1477
+ public java.lang.String getAlias() {
1478
+ java.lang.Object ref = alias_;
1479
+ if (!(ref instanceof java.lang.String)) {
1480
+ com.google.protobuf.ByteString bs =
1481
+ (com.google.protobuf.ByteString) ref;
1482
+ java.lang.String s = bs.toStringUtf8();
1483
+ alias_ = s;
1484
+ return s;
1485
+ } else {
1486
+ return (java.lang.String) ref;
1487
+ }
1488
+ }
1489
+ /**
1490
+ * <code>string alias = 6;</code>
1491
+ * @return The bytes for alias.
1492
+ */
1493
+ public com.google.protobuf.ByteString
1494
+ getAliasBytes() {
1495
+ java.lang.Object ref = alias_;
1496
+ if (ref instanceof String) {
1497
+ com.google.protobuf.ByteString b =
1498
+ com.google.protobuf.ByteString.copyFromUtf8(
1499
+ (java.lang.String) ref);
1500
+ alias_ = b;
1501
+ return b;
1502
+ } else {
1503
+ return (com.google.protobuf.ByteString) ref;
1504
+ }
1505
+ }
1506
+ /**
1507
+ * <code>string alias = 6;</code>
1508
+ * @param value The alias to set.
1509
+ * @return This builder for chaining.
1510
+ */
1511
+ public Builder setAlias(
1512
+ java.lang.String value) {
1513
+ if (value == null) { throw new NullPointerException(); }
1514
+ alias_ = value;
1515
+ bitField0_ |= 0x00000020;
1516
+ onChanged();
1517
+ return this;
1518
+ }
1519
+ /**
1520
+ * <code>string alias = 6;</code>
1521
+ * @return This builder for chaining.
1522
+ */
1523
+ public Builder clearAlias() {
1524
+ alias_ = getDefaultInstance().getAlias();
1525
+ bitField0_ = (bitField0_ & ~0x00000020);
1526
+ onChanged();
1527
+ return this;
1528
+ }
1529
+ /**
1530
+ * <code>string alias = 6;</code>
1531
+ * @param value The bytes for alias to set.
1532
+ * @return This builder for chaining.
1533
+ */
1534
+ public Builder setAliasBytes(
1535
+ com.google.protobuf.ByteString value) {
1536
+ if (value == null) { throw new NullPointerException(); }
1537
+ checkByteStringIsUtf8(value);
1538
+ alias_ = value;
1539
+ bitField0_ |= 0x00000020;
1540
+ onChanged();
1541
+ return this;
1542
+ }
1543
+
1544
+ private java.lang.Object recipientType_ = "";
1545
+ /**
1546
+ * <code>string recipient_type = 7;</code>
1547
+ * @return The recipientType.
1548
+ */
1549
+ public java.lang.String getRecipientType() {
1550
+ java.lang.Object ref = recipientType_;
1551
+ if (!(ref instanceof java.lang.String)) {
1552
+ com.google.protobuf.ByteString bs =
1553
+ (com.google.protobuf.ByteString) ref;
1554
+ java.lang.String s = bs.toStringUtf8();
1555
+ recipientType_ = s;
1556
+ return s;
1557
+ } else {
1558
+ return (java.lang.String) ref;
1559
+ }
1560
+ }
1561
+ /**
1562
+ * <code>string recipient_type = 7;</code>
1563
+ * @return The bytes for recipientType.
1564
+ */
1565
+ public com.google.protobuf.ByteString
1566
+ getRecipientTypeBytes() {
1567
+ java.lang.Object ref = recipientType_;
1568
+ if (ref instanceof String) {
1569
+ com.google.protobuf.ByteString b =
1570
+ com.google.protobuf.ByteString.copyFromUtf8(
1571
+ (java.lang.String) ref);
1572
+ recipientType_ = b;
1573
+ return b;
1574
+ } else {
1575
+ return (com.google.protobuf.ByteString) ref;
1576
+ }
1577
+ }
1578
+ /**
1579
+ * <code>string recipient_type = 7;</code>
1580
+ * @param value The recipientType to set.
1581
+ * @return This builder for chaining.
1582
+ */
1583
+ public Builder setRecipientType(
1584
+ java.lang.String value) {
1585
+ if (value == null) { throw new NullPointerException(); }
1586
+ recipientType_ = value;
1587
+ bitField0_ |= 0x00000040;
1588
+ onChanged();
1589
+ return this;
1590
+ }
1591
+ /**
1592
+ * <code>string recipient_type = 7;</code>
1593
+ * @return This builder for chaining.
1594
+ */
1595
+ public Builder clearRecipientType() {
1596
+ recipientType_ = getDefaultInstance().getRecipientType();
1597
+ bitField0_ = (bitField0_ & ~0x00000040);
1598
+ onChanged();
1599
+ return this;
1600
+ }
1601
+ /**
1602
+ * <code>string recipient_type = 7;</code>
1603
+ * @param value The bytes for recipientType to set.
1604
+ * @return This builder for chaining.
1605
+ */
1606
+ public Builder setRecipientTypeBytes(
1607
+ com.google.protobuf.ByteString value) {
1608
+ if (value == null) { throw new NullPointerException(); }
1609
+ checkByteStringIsUtf8(value);
1610
+ recipientType_ = value;
1611
+ bitField0_ |= 0x00000040;
1612
+ onChanged();
1613
+ return this;
1614
+ }
1615
+
1616
+ private java.lang.Object recipientTypeDetails_ = "";
1617
+ /**
1618
+ * <code>string recipient_type_details = 8;</code>
1619
+ * @return The recipientTypeDetails.
1620
+ */
1621
+ public java.lang.String getRecipientTypeDetails() {
1622
+ java.lang.Object ref = recipientTypeDetails_;
1623
+ if (!(ref instanceof java.lang.String)) {
1624
+ com.google.protobuf.ByteString bs =
1625
+ (com.google.protobuf.ByteString) ref;
1626
+ java.lang.String s = bs.toStringUtf8();
1627
+ recipientTypeDetails_ = s;
1628
+ return s;
1629
+ } else {
1630
+ return (java.lang.String) ref;
1631
+ }
1632
+ }
1633
+ /**
1634
+ * <code>string recipient_type_details = 8;</code>
1635
+ * @return The bytes for recipientTypeDetails.
1636
+ */
1637
+ public com.google.protobuf.ByteString
1638
+ getRecipientTypeDetailsBytes() {
1639
+ java.lang.Object ref = recipientTypeDetails_;
1640
+ if (ref instanceof String) {
1641
+ com.google.protobuf.ByteString b =
1642
+ com.google.protobuf.ByteString.copyFromUtf8(
1643
+ (java.lang.String) ref);
1644
+ recipientTypeDetails_ = b;
1645
+ return b;
1646
+ } else {
1647
+ return (com.google.protobuf.ByteString) ref;
1648
+ }
1649
+ }
1650
+ /**
1651
+ * <code>string recipient_type_details = 8;</code>
1652
+ * @param value The recipientTypeDetails to set.
1653
+ * @return This builder for chaining.
1654
+ */
1655
+ public Builder setRecipientTypeDetails(
1656
+ java.lang.String value) {
1657
+ if (value == null) { throw new NullPointerException(); }
1658
+ recipientTypeDetails_ = value;
1659
+ bitField0_ |= 0x00000080;
1660
+ onChanged();
1661
+ return this;
1662
+ }
1663
+ /**
1664
+ * <code>string recipient_type_details = 8;</code>
1665
+ * @return This builder for chaining.
1666
+ */
1667
+ public Builder clearRecipientTypeDetails() {
1668
+ recipientTypeDetails_ = getDefaultInstance().getRecipientTypeDetails();
1669
+ bitField0_ = (bitField0_ & ~0x00000080);
1670
+ onChanged();
1671
+ return this;
1672
+ }
1673
+ /**
1674
+ * <code>string recipient_type_details = 8;</code>
1675
+ * @param value The bytes for recipientTypeDetails to set.
1676
+ * @return This builder for chaining.
1677
+ */
1678
+ public Builder setRecipientTypeDetailsBytes(
1679
+ com.google.protobuf.ByteString value) {
1680
+ if (value == null) { throw new NullPointerException(); }
1681
+ checkByteStringIsUtf8(value);
1682
+ recipientTypeDetails_ = value;
1683
+ bitField0_ |= 0x00000080;
1684
+ onChanged();
1685
+ return this;
1686
+ }
1687
+
1688
+ private java.lang.Object userPrincipalName_ = "";
1689
+ /**
1690
+ * <code>string user_principal_name = 9;</code>
1691
+ * @return The userPrincipalName.
1692
+ */
1693
+ public java.lang.String getUserPrincipalName() {
1694
+ java.lang.Object ref = userPrincipalName_;
1695
+ if (!(ref instanceof java.lang.String)) {
1696
+ com.google.protobuf.ByteString bs =
1697
+ (com.google.protobuf.ByteString) ref;
1698
+ java.lang.String s = bs.toStringUtf8();
1699
+ userPrincipalName_ = s;
1700
+ return s;
1701
+ } else {
1702
+ return (java.lang.String) ref;
1703
+ }
1704
+ }
1705
+ /**
1706
+ * <code>string user_principal_name = 9;</code>
1707
+ * @return The bytes for userPrincipalName.
1708
+ */
1709
+ public com.google.protobuf.ByteString
1710
+ getUserPrincipalNameBytes() {
1711
+ java.lang.Object ref = userPrincipalName_;
1712
+ if (ref instanceof String) {
1713
+ com.google.protobuf.ByteString b =
1714
+ com.google.protobuf.ByteString.copyFromUtf8(
1715
+ (java.lang.String) ref);
1716
+ userPrincipalName_ = b;
1717
+ return b;
1718
+ } else {
1719
+ return (com.google.protobuf.ByteString) ref;
1720
+ }
1721
+ }
1722
+ /**
1723
+ * <code>string user_principal_name = 9;</code>
1724
+ * @param value The userPrincipalName to set.
1725
+ * @return This builder for chaining.
1726
+ */
1727
+ public Builder setUserPrincipalName(
1728
+ java.lang.String value) {
1729
+ if (value == null) { throw new NullPointerException(); }
1730
+ userPrincipalName_ = value;
1731
+ bitField0_ |= 0x00000100;
1732
+ onChanged();
1733
+ return this;
1734
+ }
1735
+ /**
1736
+ * <code>string user_principal_name = 9;</code>
1737
+ * @return This builder for chaining.
1738
+ */
1739
+ public Builder clearUserPrincipalName() {
1740
+ userPrincipalName_ = getDefaultInstance().getUserPrincipalName();
1741
+ bitField0_ = (bitField0_ & ~0x00000100);
1742
+ onChanged();
1743
+ return this;
1744
+ }
1745
+ /**
1746
+ * <code>string user_principal_name = 9;</code>
1747
+ * @param value The bytes for userPrincipalName to set.
1748
+ * @return This builder for chaining.
1749
+ */
1750
+ public Builder setUserPrincipalNameBytes(
1751
+ com.google.protobuf.ByteString value) {
1752
+ if (value == null) { throw new NullPointerException(); }
1753
+ checkByteStringIsUtf8(value);
1754
+ userPrincipalName_ = value;
1755
+ bitField0_ |= 0x00000100;
1756
+ onChanged();
1757
+ return this;
1758
+ }
1759
+
1760
+ private java.lang.Object identity_ = "";
1761
+ /**
1762
+ * <code>string identity = 10;</code>
1763
+ * @return The identity.
1764
+ */
1765
+ public java.lang.String getIdentity() {
1766
+ java.lang.Object ref = identity_;
1767
+ if (!(ref instanceof java.lang.String)) {
1768
+ com.google.protobuf.ByteString bs =
1769
+ (com.google.protobuf.ByteString) ref;
1770
+ java.lang.String s = bs.toStringUtf8();
1771
+ identity_ = s;
1772
+ return s;
1773
+ } else {
1774
+ return (java.lang.String) ref;
1775
+ }
1776
+ }
1777
+ /**
1778
+ * <code>string identity = 10;</code>
1779
+ * @return The bytes for identity.
1780
+ */
1781
+ public com.google.protobuf.ByteString
1782
+ getIdentityBytes() {
1783
+ java.lang.Object ref = identity_;
1784
+ if (ref instanceof String) {
1785
+ com.google.protobuf.ByteString b =
1786
+ com.google.protobuf.ByteString.copyFromUtf8(
1787
+ (java.lang.String) ref);
1788
+ identity_ = b;
1789
+ return b;
1790
+ } else {
1791
+ return (com.google.protobuf.ByteString) ref;
1792
+ }
1793
+ }
1794
+ /**
1795
+ * <code>string identity = 10;</code>
1796
+ * @param value The identity to set.
1797
+ * @return This builder for chaining.
1798
+ */
1799
+ public Builder setIdentity(
1800
+ java.lang.String value) {
1801
+ if (value == null) { throw new NullPointerException(); }
1802
+ identity_ = value;
1803
+ bitField0_ |= 0x00000200;
1804
+ onChanged();
1805
+ return this;
1806
+ }
1807
+ /**
1808
+ * <code>string identity = 10;</code>
1809
+ * @return This builder for chaining.
1810
+ */
1811
+ public Builder clearIdentity() {
1812
+ identity_ = getDefaultInstance().getIdentity();
1813
+ bitField0_ = (bitField0_ & ~0x00000200);
1814
+ onChanged();
1815
+ return this;
1816
+ }
1817
+ /**
1818
+ * <code>string identity = 10;</code>
1819
+ * @param value The bytes for identity to set.
1820
+ * @return This builder for chaining.
1821
+ */
1822
+ public Builder setIdentityBytes(
1823
+ com.google.protobuf.ByteString value) {
1824
+ if (value == null) { throw new NullPointerException(); }
1825
+ checkByteStringIsUtf8(value);
1826
+ identity_ = value;
1827
+ bitField0_ |= 0x00000200;
1828
+ onChanged();
1829
+ return this;
1830
+ }
1831
+
1832
+ private java.lang.Object o365MailboxKey_ = "";
1833
+ /**
1834
+ * <code>string o365_mailbox_key = 11;</code>
1835
+ * @return The o365MailboxKey.
1836
+ */
1837
+ public java.lang.String getO365MailboxKey() {
1838
+ java.lang.Object ref = o365MailboxKey_;
1839
+ if (!(ref instanceof java.lang.String)) {
1840
+ com.google.protobuf.ByteString bs =
1841
+ (com.google.protobuf.ByteString) ref;
1842
+ java.lang.String s = bs.toStringUtf8();
1843
+ o365MailboxKey_ = s;
1844
+ return s;
1845
+ } else {
1846
+ return (java.lang.String) ref;
1847
+ }
1848
+ }
1849
+ /**
1850
+ * <code>string o365_mailbox_key = 11;</code>
1851
+ * @return The bytes for o365MailboxKey.
1852
+ */
1853
+ public com.google.protobuf.ByteString
1854
+ getO365MailboxKeyBytes() {
1855
+ java.lang.Object ref = o365MailboxKey_;
1856
+ if (ref instanceof String) {
1857
+ com.google.protobuf.ByteString b =
1858
+ com.google.protobuf.ByteString.copyFromUtf8(
1859
+ (java.lang.String) ref);
1860
+ o365MailboxKey_ = b;
1861
+ return b;
1862
+ } else {
1863
+ return (com.google.protobuf.ByteString) ref;
1864
+ }
1865
+ }
1866
+ /**
1867
+ * <code>string o365_mailbox_key = 11;</code>
1868
+ * @param value The o365MailboxKey to set.
1869
+ * @return This builder for chaining.
1870
+ */
1871
+ public Builder setO365MailboxKey(
1872
+ java.lang.String value) {
1873
+ if (value == null) { throw new NullPointerException(); }
1874
+ o365MailboxKey_ = value;
1875
+ bitField0_ |= 0x00000400;
1876
+ onChanged();
1877
+ return this;
1878
+ }
1879
+ /**
1880
+ * <code>string o365_mailbox_key = 11;</code>
1881
+ * @return This builder for chaining.
1882
+ */
1883
+ public Builder clearO365MailboxKey() {
1884
+ o365MailboxKey_ = getDefaultInstance().getO365MailboxKey();
1885
+ bitField0_ = (bitField0_ & ~0x00000400);
1886
+ onChanged();
1887
+ return this;
1888
+ }
1889
+ /**
1890
+ * <code>string o365_mailbox_key = 11;</code>
1891
+ * @param value The bytes for o365MailboxKey to set.
1892
+ * @return This builder for chaining.
1893
+ */
1894
+ public Builder setO365MailboxKeyBytes(
1895
+ com.google.protobuf.ByteString value) {
1896
+ if (value == null) { throw new NullPointerException(); }
1897
+ checkByteStringIsUtf8(value);
1898
+ o365MailboxKey_ = value;
1899
+ bitField0_ |= 0x00000400;
1900
+ onChanged();
1901
+ return this;
1902
+ }
1903
+
1904
+ private java.lang.Object o365OrganizationKey_ = "";
1905
+ /**
1906
+ * <code>string o365_organization_key = 12;</code>
1907
+ * @return The o365OrganizationKey.
1908
+ */
1909
+ public java.lang.String getO365OrganizationKey() {
1910
+ java.lang.Object ref = o365OrganizationKey_;
1911
+ if (!(ref instanceof java.lang.String)) {
1912
+ com.google.protobuf.ByteString bs =
1913
+ (com.google.protobuf.ByteString) ref;
1914
+ java.lang.String s = bs.toStringUtf8();
1915
+ o365OrganizationKey_ = s;
1916
+ return s;
1917
+ } else {
1918
+ return (java.lang.String) ref;
1919
+ }
1920
+ }
1921
+ /**
1922
+ * <code>string o365_organization_key = 12;</code>
1923
+ * @return The bytes for o365OrganizationKey.
1924
+ */
1925
+ public com.google.protobuf.ByteString
1926
+ getO365OrganizationKeyBytes() {
1927
+ java.lang.Object ref = o365OrganizationKey_;
1928
+ if (ref instanceof String) {
1929
+ com.google.protobuf.ByteString b =
1930
+ com.google.protobuf.ByteString.copyFromUtf8(
1931
+ (java.lang.String) ref);
1932
+ o365OrganizationKey_ = b;
1933
+ return b;
1934
+ } else {
1935
+ return (com.google.protobuf.ByteString) ref;
1936
+ }
1937
+ }
1938
+ /**
1939
+ * <code>string o365_organization_key = 12;</code>
1940
+ * @param value The o365OrganizationKey to set.
1941
+ * @return This builder for chaining.
1942
+ */
1943
+ public Builder setO365OrganizationKey(
1944
+ java.lang.String value) {
1945
+ if (value == null) { throw new NullPointerException(); }
1946
+ o365OrganizationKey_ = value;
1947
+ bitField0_ |= 0x00000800;
1948
+ onChanged();
1949
+ return this;
1950
+ }
1951
+ /**
1952
+ * <code>string o365_organization_key = 12;</code>
1953
+ * @return This builder for chaining.
1954
+ */
1955
+ public Builder clearO365OrganizationKey() {
1956
+ o365OrganizationKey_ = getDefaultInstance().getO365OrganizationKey();
1957
+ bitField0_ = (bitField0_ & ~0x00000800);
1958
+ onChanged();
1959
+ return this;
1960
+ }
1961
+ /**
1962
+ * <code>string o365_organization_key = 12;</code>
1963
+ * @param value The bytes for o365OrganizationKey to set.
1964
+ * @return This builder for chaining.
1965
+ */
1966
+ public Builder setO365OrganizationKeyBytes(
1967
+ com.google.protobuf.ByteString value) {
1968
+ if (value == null) { throw new NullPointerException(); }
1969
+ checkByteStringIsUtf8(value);
1970
+ o365OrganizationKey_ = value;
1971
+ bitField0_ |= 0x00000800;
1972
+ onChanged();
1973
+ return this;
1974
+ }
1975
+ @java.lang.Override
1976
+ public final Builder setUnknownFields(
1977
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
1978
+ return super.setUnknownFields(unknownFields);
1979
+ }
1980
+
1981
+ @java.lang.Override
1982
+ public final Builder mergeUnknownFields(
1983
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
1984
+ return super.mergeUnknownFields(unknownFields);
1985
+ }
1986
+
1987
+
1988
+ // @@protoc_insertion_point(builder_scope:com.lansweeper.dp.outbound.v1.Office365Mailbox)
1989
+ }
1990
+
1991
+ // @@protoc_insertion_point(class_scope:com.lansweeper.dp.outbound.v1.Office365Mailbox)
1992
+ private static final com.lansweeper.dp.outbound.v1.Office365Mailbox DEFAULT_INSTANCE;
1993
+ static {
1994
+ DEFAULT_INSTANCE = new com.lansweeper.dp.outbound.v1.Office365Mailbox();
1995
+ }
1996
+
1997
+ public static com.lansweeper.dp.outbound.v1.Office365Mailbox getDefaultInstance() {
1998
+ return DEFAULT_INSTANCE;
1999
+ }
2000
+
2001
+ private static final com.google.protobuf.Parser<Office365Mailbox>
2002
+ PARSER = new com.google.protobuf.AbstractParser<Office365Mailbox>() {
2003
+ @java.lang.Override
2004
+ public Office365Mailbox parsePartialFrom(
2005
+ com.google.protobuf.CodedInputStream input,
2006
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
2007
+ throws com.google.protobuf.InvalidProtocolBufferException {
2008
+ Builder builder = newBuilder();
2009
+ try {
2010
+ builder.mergeFrom(input, extensionRegistry);
2011
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
2012
+ throw e.setUnfinishedMessage(builder.buildPartial());
2013
+ } catch (com.google.protobuf.UninitializedMessageException e) {
2014
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
2015
+ } catch (java.io.IOException e) {
2016
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
2017
+ .setUnfinishedMessage(builder.buildPartial());
2018
+ }
2019
+ return builder.buildPartial();
2020
+ }
2021
+ };
2022
+
2023
+ public static com.google.protobuf.Parser<Office365Mailbox> parser() {
2024
+ return PARSER;
2025
+ }
2026
+
2027
+ @java.lang.Override
2028
+ public com.google.protobuf.Parser<Office365Mailbox> getParserForType() {
2029
+ return PARSER;
2030
+ }
2031
+
2032
+ @java.lang.Override
2033
+ public com.lansweeper.dp.outbound.v1.Office365Mailbox getDefaultInstanceForType() {
2034
+ return DEFAULT_INSTANCE;
2035
+ }
2036
+
2037
+ }
2038
+