@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.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +88 -0
- package/gen-proto/outbound_pb.js +780 -5
- package/generated-go/outbound.pb.go +993 -748
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +21 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$UsersKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$GroupKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfoOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +21 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Group.java +157 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.java +17 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365License.java +157 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.java +17 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Mailbox.java +2038 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.java +154 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +351 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365User.java +314 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.java +34 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2760 -2736
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SourceInfo.java +261 -68
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SourceInfoOrBuilder.java +29 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/model/target/{outbound-model-0.3.27-sources.jar → outbound-model-0.3.29-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.27.jar → outbound-model-0.3.29.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +21 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.27-sources.jar → outbound-service-0.3.29-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.27.jar → outbound-service-0.3.29.jar} +0 -0
|
@@ -0,0 +1,154 @@
|
|
|
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
|
+
public interface Office365MailboxOrBuilder extends
|
|
8
|
+
// @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.Office365Mailbox)
|
|
9
|
+
com.google.protobuf.MessageOrBuilder {
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* <code>string o365_mailbox_id = 1;</code>
|
|
13
|
+
* @return The o365MailboxId.
|
|
14
|
+
*/
|
|
15
|
+
java.lang.String getO365MailboxId();
|
|
16
|
+
/**
|
|
17
|
+
* <code>string o365_mailbox_id = 1;</code>
|
|
18
|
+
* @return The bytes for o365MailboxId.
|
|
19
|
+
*/
|
|
20
|
+
com.google.protobuf.ByteString
|
|
21
|
+
getO365MailboxIdBytes();
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* <code>string o365_organization_id = 2;</code>
|
|
25
|
+
* @return The o365OrganizationId.
|
|
26
|
+
*/
|
|
27
|
+
java.lang.String getO365OrganizationId();
|
|
28
|
+
/**
|
|
29
|
+
* <code>string o365_organization_id = 2;</code>
|
|
30
|
+
* @return The bytes for o365OrganizationId.
|
|
31
|
+
*/
|
|
32
|
+
com.google.protobuf.ByteString
|
|
33
|
+
getO365OrganizationIdBytes();
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* <code>string display_name = 3;</code>
|
|
37
|
+
* @return The displayName.
|
|
38
|
+
*/
|
|
39
|
+
java.lang.String getDisplayName();
|
|
40
|
+
/**
|
|
41
|
+
* <code>string display_name = 3;</code>
|
|
42
|
+
* @return The bytes for displayName.
|
|
43
|
+
*/
|
|
44
|
+
com.google.protobuf.ByteString
|
|
45
|
+
getDisplayNameBytes();
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* <code>string primary_email = 4;</code>
|
|
49
|
+
* @return The primaryEmail.
|
|
50
|
+
*/
|
|
51
|
+
java.lang.String getPrimaryEmail();
|
|
52
|
+
/**
|
|
53
|
+
* <code>string primary_email = 4;</code>
|
|
54
|
+
* @return The bytes for primaryEmail.
|
|
55
|
+
*/
|
|
56
|
+
com.google.protobuf.ByteString
|
|
57
|
+
getPrimaryEmailBytes();
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* <code>string email_address = 5;</code>
|
|
61
|
+
* @return The emailAddress.
|
|
62
|
+
*/
|
|
63
|
+
java.lang.String getEmailAddress();
|
|
64
|
+
/**
|
|
65
|
+
* <code>string email_address = 5;</code>
|
|
66
|
+
* @return The bytes for emailAddress.
|
|
67
|
+
*/
|
|
68
|
+
com.google.protobuf.ByteString
|
|
69
|
+
getEmailAddressBytes();
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* <code>string alias = 6;</code>
|
|
73
|
+
* @return The alias.
|
|
74
|
+
*/
|
|
75
|
+
java.lang.String getAlias();
|
|
76
|
+
/**
|
|
77
|
+
* <code>string alias = 6;</code>
|
|
78
|
+
* @return The bytes for alias.
|
|
79
|
+
*/
|
|
80
|
+
com.google.protobuf.ByteString
|
|
81
|
+
getAliasBytes();
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* <code>string recipient_type = 7;</code>
|
|
85
|
+
* @return The recipientType.
|
|
86
|
+
*/
|
|
87
|
+
java.lang.String getRecipientType();
|
|
88
|
+
/**
|
|
89
|
+
* <code>string recipient_type = 7;</code>
|
|
90
|
+
* @return The bytes for recipientType.
|
|
91
|
+
*/
|
|
92
|
+
com.google.protobuf.ByteString
|
|
93
|
+
getRecipientTypeBytes();
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* <code>string recipient_type_details = 8;</code>
|
|
97
|
+
* @return The recipientTypeDetails.
|
|
98
|
+
*/
|
|
99
|
+
java.lang.String getRecipientTypeDetails();
|
|
100
|
+
/**
|
|
101
|
+
* <code>string recipient_type_details = 8;</code>
|
|
102
|
+
* @return The bytes for recipientTypeDetails.
|
|
103
|
+
*/
|
|
104
|
+
com.google.protobuf.ByteString
|
|
105
|
+
getRecipientTypeDetailsBytes();
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* <code>string user_principal_name = 9;</code>
|
|
109
|
+
* @return The userPrincipalName.
|
|
110
|
+
*/
|
|
111
|
+
java.lang.String getUserPrincipalName();
|
|
112
|
+
/**
|
|
113
|
+
* <code>string user_principal_name = 9;</code>
|
|
114
|
+
* @return The bytes for userPrincipalName.
|
|
115
|
+
*/
|
|
116
|
+
com.google.protobuf.ByteString
|
|
117
|
+
getUserPrincipalNameBytes();
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* <code>string identity = 10;</code>
|
|
121
|
+
* @return The identity.
|
|
122
|
+
*/
|
|
123
|
+
java.lang.String getIdentity();
|
|
124
|
+
/**
|
|
125
|
+
* <code>string identity = 10;</code>
|
|
126
|
+
* @return The bytes for identity.
|
|
127
|
+
*/
|
|
128
|
+
com.google.protobuf.ByteString
|
|
129
|
+
getIdentityBytes();
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* <code>string o365_mailbox_key = 11;</code>
|
|
133
|
+
* @return The o365MailboxKey.
|
|
134
|
+
*/
|
|
135
|
+
java.lang.String getO365MailboxKey();
|
|
136
|
+
/**
|
|
137
|
+
* <code>string o365_mailbox_key = 11;</code>
|
|
138
|
+
* @return The bytes for o365MailboxKey.
|
|
139
|
+
*/
|
|
140
|
+
com.google.protobuf.ByteString
|
|
141
|
+
getO365MailboxKeyBytes();
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* <code>string o365_organization_key = 12;</code>
|
|
145
|
+
* @return The o365OrganizationKey.
|
|
146
|
+
*/
|
|
147
|
+
java.lang.String getO365OrganizationKey();
|
|
148
|
+
/**
|
|
149
|
+
* <code>string o365_organization_key = 12;</code>
|
|
150
|
+
* @return The bytes for o365OrganizationKey.
|
|
151
|
+
*/
|
|
152
|
+
com.google.protobuf.ByteString
|
|
153
|
+
getO365OrganizationKeyBytes();
|
|
154
|
+
}
|
|
@@ -33,6 +33,7 @@ private static final long serialVersionUID = 0L;
|
|
|
33
33
|
domains_ = java.util.Collections.emptyList();
|
|
34
34
|
licenses_ = java.util.Collections.emptyList();
|
|
35
35
|
contacts_ = java.util.Collections.emptyList();
|
|
36
|
+
mailboxes_ = java.util.Collections.emptyList();
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
@java.lang.Override
|
|
@@ -766,6 +767,47 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
766
767
|
return contacts_.get(index);
|
|
767
768
|
}
|
|
768
769
|
|
|
770
|
+
public static final int MAILBOXES_FIELD_NUMBER = 18;
|
|
771
|
+
@SuppressWarnings("serial")
|
|
772
|
+
private java.util.List<com.lansweeper.dp.outbound.v1.Office365Mailbox> mailboxes_;
|
|
773
|
+
/**
|
|
774
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
775
|
+
*/
|
|
776
|
+
@java.lang.Override
|
|
777
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.Office365Mailbox> getMailboxesList() {
|
|
778
|
+
return mailboxes_;
|
|
779
|
+
}
|
|
780
|
+
/**
|
|
781
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
782
|
+
*/
|
|
783
|
+
@java.lang.Override
|
|
784
|
+
public java.util.List<? extends com.lansweeper.dp.outbound.v1.Office365MailboxOrBuilder>
|
|
785
|
+
getMailboxesOrBuilderList() {
|
|
786
|
+
return mailboxes_;
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
790
|
+
*/
|
|
791
|
+
@java.lang.Override
|
|
792
|
+
public int getMailboxesCount() {
|
|
793
|
+
return mailboxes_.size();
|
|
794
|
+
}
|
|
795
|
+
/**
|
|
796
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
797
|
+
*/
|
|
798
|
+
@java.lang.Override
|
|
799
|
+
public com.lansweeper.dp.outbound.v1.Office365Mailbox getMailboxes(int index) {
|
|
800
|
+
return mailboxes_.get(index);
|
|
801
|
+
}
|
|
802
|
+
/**
|
|
803
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
804
|
+
*/
|
|
805
|
+
@java.lang.Override
|
|
806
|
+
public com.lansweeper.dp.outbound.v1.Office365MailboxOrBuilder getMailboxesOrBuilder(
|
|
807
|
+
int index) {
|
|
808
|
+
return mailboxes_.get(index);
|
|
809
|
+
}
|
|
810
|
+
|
|
769
811
|
private byte memoizedIsInitialized = -1;
|
|
770
812
|
@java.lang.Override
|
|
771
813
|
public final boolean isInitialized() {
|
|
@@ -828,6 +870,9 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
828
870
|
for (int i = 0; i < contacts_.size(); i++) {
|
|
829
871
|
output.writeMessage(17, contacts_.get(i));
|
|
830
872
|
}
|
|
873
|
+
for (int i = 0; i < mailboxes_.size(); i++) {
|
|
874
|
+
output.writeMessage(18, mailboxes_.get(i));
|
|
875
|
+
}
|
|
831
876
|
getUnknownFields().writeTo(output);
|
|
832
877
|
}
|
|
833
878
|
|
|
@@ -894,6 +939,10 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
894
939
|
size += com.google.protobuf.CodedOutputStream
|
|
895
940
|
.computeMessageSize(17, contacts_.get(i));
|
|
896
941
|
}
|
|
942
|
+
for (int i = 0; i < mailboxes_.size(); i++) {
|
|
943
|
+
size += com.google.protobuf.CodedOutputStream
|
|
944
|
+
.computeMessageSize(18, mailboxes_.get(i));
|
|
945
|
+
}
|
|
897
946
|
size += getUnknownFields().getSerializedSize();
|
|
898
947
|
memoizedSize = size;
|
|
899
948
|
return size;
|
|
@@ -969,6 +1018,8 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
969
1018
|
other.internalGetAssignedPlans())) return false;
|
|
970
1019
|
if (!getContactsList()
|
|
971
1020
|
.equals(other.getContactsList())) return false;
|
|
1021
|
+
if (!getMailboxesList()
|
|
1022
|
+
.equals(other.getMailboxesList())) return false;
|
|
972
1023
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
973
1024
|
return true;
|
|
974
1025
|
}
|
|
@@ -1039,6 +1090,10 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
1039
1090
|
hash = (37 * hash) + CONTACTS_FIELD_NUMBER;
|
|
1040
1091
|
hash = (53 * hash) + getContactsList().hashCode();
|
|
1041
1092
|
}
|
|
1093
|
+
if (getMailboxesCount() > 0) {
|
|
1094
|
+
hash = (37 * hash) + MAILBOXES_FIELD_NUMBER;
|
|
1095
|
+
hash = (53 * hash) + getMailboxesList().hashCode();
|
|
1096
|
+
}
|
|
1042
1097
|
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
1043
1098
|
memoizedHashCode = hash;
|
|
1044
1099
|
return hash;
|
|
@@ -1199,6 +1254,7 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
1199
1254
|
getDomainsFieldBuilder();
|
|
1200
1255
|
getLicensesFieldBuilder();
|
|
1201
1256
|
getContactsFieldBuilder();
|
|
1257
|
+
getMailboxesFieldBuilder();
|
|
1202
1258
|
}
|
|
1203
1259
|
}
|
|
1204
1260
|
@java.lang.Override
|
|
@@ -1242,6 +1298,13 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
1242
1298
|
contactsBuilder_.clear();
|
|
1243
1299
|
}
|
|
1244
1300
|
bitField0_ = (bitField0_ & ~0x00004000);
|
|
1301
|
+
if (mailboxesBuilder_ == null) {
|
|
1302
|
+
mailboxes_ = java.util.Collections.emptyList();
|
|
1303
|
+
} else {
|
|
1304
|
+
mailboxes_ = null;
|
|
1305
|
+
mailboxesBuilder_.clear();
|
|
1306
|
+
}
|
|
1307
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
1245
1308
|
return this;
|
|
1246
1309
|
}
|
|
1247
1310
|
|
|
@@ -1302,6 +1365,15 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
1302
1365
|
} else {
|
|
1303
1366
|
result.contacts_ = contactsBuilder_.build();
|
|
1304
1367
|
}
|
|
1368
|
+
if (mailboxesBuilder_ == null) {
|
|
1369
|
+
if (((bitField0_ & 0x00008000) != 0)) {
|
|
1370
|
+
mailboxes_ = java.util.Collections.unmodifiableList(mailboxes_);
|
|
1371
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
1372
|
+
}
|
|
1373
|
+
result.mailboxes_ = mailboxes_;
|
|
1374
|
+
} else {
|
|
1375
|
+
result.mailboxes_ = mailboxesBuilder_.build();
|
|
1376
|
+
}
|
|
1305
1377
|
}
|
|
1306
1378
|
|
|
1307
1379
|
private void buildPartial0(com.lansweeper.dp.outbound.v1.Office365Organization result) {
|
|
@@ -1534,6 +1606,32 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
1534
1606
|
}
|
|
1535
1607
|
}
|
|
1536
1608
|
}
|
|
1609
|
+
if (mailboxesBuilder_ == null) {
|
|
1610
|
+
if (!other.mailboxes_.isEmpty()) {
|
|
1611
|
+
if (mailboxes_.isEmpty()) {
|
|
1612
|
+
mailboxes_ = other.mailboxes_;
|
|
1613
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
1614
|
+
} else {
|
|
1615
|
+
ensureMailboxesIsMutable();
|
|
1616
|
+
mailboxes_.addAll(other.mailboxes_);
|
|
1617
|
+
}
|
|
1618
|
+
onChanged();
|
|
1619
|
+
}
|
|
1620
|
+
} else {
|
|
1621
|
+
if (!other.mailboxes_.isEmpty()) {
|
|
1622
|
+
if (mailboxesBuilder_.isEmpty()) {
|
|
1623
|
+
mailboxesBuilder_.dispose();
|
|
1624
|
+
mailboxesBuilder_ = null;
|
|
1625
|
+
mailboxes_ = other.mailboxes_;
|
|
1626
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
1627
|
+
mailboxesBuilder_ =
|
|
1628
|
+
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
1629
|
+
getMailboxesFieldBuilder() : null;
|
|
1630
|
+
} else {
|
|
1631
|
+
mailboxesBuilder_.addAllMessages(other.mailboxes_);
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1537
1635
|
this.mergeUnknownFields(other.getUnknownFields());
|
|
1538
1636
|
onChanged();
|
|
1539
1637
|
return this;
|
|
@@ -1665,6 +1763,19 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
1665
1763
|
}
|
|
1666
1764
|
break;
|
|
1667
1765
|
} // case 138
|
|
1766
|
+
case 146: {
|
|
1767
|
+
com.lansweeper.dp.outbound.v1.Office365Mailbox m =
|
|
1768
|
+
input.readMessage(
|
|
1769
|
+
com.lansweeper.dp.outbound.v1.Office365Mailbox.parser(),
|
|
1770
|
+
extensionRegistry);
|
|
1771
|
+
if (mailboxesBuilder_ == null) {
|
|
1772
|
+
ensureMailboxesIsMutable();
|
|
1773
|
+
mailboxes_.add(m);
|
|
1774
|
+
} else {
|
|
1775
|
+
mailboxesBuilder_.addMessage(m);
|
|
1776
|
+
}
|
|
1777
|
+
break;
|
|
1778
|
+
} // case 146
|
|
1668
1779
|
default: {
|
|
1669
1780
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
1670
1781
|
done = true; // was an endgroup tag
|
|
@@ -3525,6 +3636,246 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue) {
|
|
|
3525
3636
|
}
|
|
3526
3637
|
return contactsBuilder_;
|
|
3527
3638
|
}
|
|
3639
|
+
|
|
3640
|
+
private java.util.List<com.lansweeper.dp.outbound.v1.Office365Mailbox> mailboxes_ =
|
|
3641
|
+
java.util.Collections.emptyList();
|
|
3642
|
+
private void ensureMailboxesIsMutable() {
|
|
3643
|
+
if (!((bitField0_ & 0x00008000) != 0)) {
|
|
3644
|
+
mailboxes_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.Office365Mailbox>(mailboxes_);
|
|
3645
|
+
bitField0_ |= 0x00008000;
|
|
3646
|
+
}
|
|
3647
|
+
}
|
|
3648
|
+
|
|
3649
|
+
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3650
|
+
com.lansweeper.dp.outbound.v1.Office365Mailbox, com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder, com.lansweeper.dp.outbound.v1.Office365MailboxOrBuilder> mailboxesBuilder_;
|
|
3651
|
+
|
|
3652
|
+
/**
|
|
3653
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3654
|
+
*/
|
|
3655
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.Office365Mailbox> getMailboxesList() {
|
|
3656
|
+
if (mailboxesBuilder_ == null) {
|
|
3657
|
+
return java.util.Collections.unmodifiableList(mailboxes_);
|
|
3658
|
+
} else {
|
|
3659
|
+
return mailboxesBuilder_.getMessageList();
|
|
3660
|
+
}
|
|
3661
|
+
}
|
|
3662
|
+
/**
|
|
3663
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3664
|
+
*/
|
|
3665
|
+
public int getMailboxesCount() {
|
|
3666
|
+
if (mailboxesBuilder_ == null) {
|
|
3667
|
+
return mailboxes_.size();
|
|
3668
|
+
} else {
|
|
3669
|
+
return mailboxesBuilder_.getCount();
|
|
3670
|
+
}
|
|
3671
|
+
}
|
|
3672
|
+
/**
|
|
3673
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3674
|
+
*/
|
|
3675
|
+
public com.lansweeper.dp.outbound.v1.Office365Mailbox getMailboxes(int index) {
|
|
3676
|
+
if (mailboxesBuilder_ == null) {
|
|
3677
|
+
return mailboxes_.get(index);
|
|
3678
|
+
} else {
|
|
3679
|
+
return mailboxesBuilder_.getMessage(index);
|
|
3680
|
+
}
|
|
3681
|
+
}
|
|
3682
|
+
/**
|
|
3683
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3684
|
+
*/
|
|
3685
|
+
public Builder setMailboxes(
|
|
3686
|
+
int index, com.lansweeper.dp.outbound.v1.Office365Mailbox value) {
|
|
3687
|
+
if (mailboxesBuilder_ == null) {
|
|
3688
|
+
if (value == null) {
|
|
3689
|
+
throw new NullPointerException();
|
|
3690
|
+
}
|
|
3691
|
+
ensureMailboxesIsMutable();
|
|
3692
|
+
mailboxes_.set(index, value);
|
|
3693
|
+
onChanged();
|
|
3694
|
+
} else {
|
|
3695
|
+
mailboxesBuilder_.setMessage(index, value);
|
|
3696
|
+
}
|
|
3697
|
+
return this;
|
|
3698
|
+
}
|
|
3699
|
+
/**
|
|
3700
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3701
|
+
*/
|
|
3702
|
+
public Builder setMailboxes(
|
|
3703
|
+
int index, com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder builderForValue) {
|
|
3704
|
+
if (mailboxesBuilder_ == null) {
|
|
3705
|
+
ensureMailboxesIsMutable();
|
|
3706
|
+
mailboxes_.set(index, builderForValue.build());
|
|
3707
|
+
onChanged();
|
|
3708
|
+
} else {
|
|
3709
|
+
mailboxesBuilder_.setMessage(index, builderForValue.build());
|
|
3710
|
+
}
|
|
3711
|
+
return this;
|
|
3712
|
+
}
|
|
3713
|
+
/**
|
|
3714
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3715
|
+
*/
|
|
3716
|
+
public Builder addMailboxes(com.lansweeper.dp.outbound.v1.Office365Mailbox value) {
|
|
3717
|
+
if (mailboxesBuilder_ == null) {
|
|
3718
|
+
if (value == null) {
|
|
3719
|
+
throw new NullPointerException();
|
|
3720
|
+
}
|
|
3721
|
+
ensureMailboxesIsMutable();
|
|
3722
|
+
mailboxes_.add(value);
|
|
3723
|
+
onChanged();
|
|
3724
|
+
} else {
|
|
3725
|
+
mailboxesBuilder_.addMessage(value);
|
|
3726
|
+
}
|
|
3727
|
+
return this;
|
|
3728
|
+
}
|
|
3729
|
+
/**
|
|
3730
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3731
|
+
*/
|
|
3732
|
+
public Builder addMailboxes(
|
|
3733
|
+
int index, com.lansweeper.dp.outbound.v1.Office365Mailbox value) {
|
|
3734
|
+
if (mailboxesBuilder_ == null) {
|
|
3735
|
+
if (value == null) {
|
|
3736
|
+
throw new NullPointerException();
|
|
3737
|
+
}
|
|
3738
|
+
ensureMailboxesIsMutable();
|
|
3739
|
+
mailboxes_.add(index, value);
|
|
3740
|
+
onChanged();
|
|
3741
|
+
} else {
|
|
3742
|
+
mailboxesBuilder_.addMessage(index, value);
|
|
3743
|
+
}
|
|
3744
|
+
return this;
|
|
3745
|
+
}
|
|
3746
|
+
/**
|
|
3747
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3748
|
+
*/
|
|
3749
|
+
public Builder addMailboxes(
|
|
3750
|
+
com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder builderForValue) {
|
|
3751
|
+
if (mailboxesBuilder_ == null) {
|
|
3752
|
+
ensureMailboxesIsMutable();
|
|
3753
|
+
mailboxes_.add(builderForValue.build());
|
|
3754
|
+
onChanged();
|
|
3755
|
+
} else {
|
|
3756
|
+
mailboxesBuilder_.addMessage(builderForValue.build());
|
|
3757
|
+
}
|
|
3758
|
+
return this;
|
|
3759
|
+
}
|
|
3760
|
+
/**
|
|
3761
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3762
|
+
*/
|
|
3763
|
+
public Builder addMailboxes(
|
|
3764
|
+
int index, com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder builderForValue) {
|
|
3765
|
+
if (mailboxesBuilder_ == null) {
|
|
3766
|
+
ensureMailboxesIsMutable();
|
|
3767
|
+
mailboxes_.add(index, builderForValue.build());
|
|
3768
|
+
onChanged();
|
|
3769
|
+
} else {
|
|
3770
|
+
mailboxesBuilder_.addMessage(index, builderForValue.build());
|
|
3771
|
+
}
|
|
3772
|
+
return this;
|
|
3773
|
+
}
|
|
3774
|
+
/**
|
|
3775
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3776
|
+
*/
|
|
3777
|
+
public Builder addAllMailboxes(
|
|
3778
|
+
java.lang.Iterable<? extends com.lansweeper.dp.outbound.v1.Office365Mailbox> values) {
|
|
3779
|
+
if (mailboxesBuilder_ == null) {
|
|
3780
|
+
ensureMailboxesIsMutable();
|
|
3781
|
+
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
3782
|
+
values, mailboxes_);
|
|
3783
|
+
onChanged();
|
|
3784
|
+
} else {
|
|
3785
|
+
mailboxesBuilder_.addAllMessages(values);
|
|
3786
|
+
}
|
|
3787
|
+
return this;
|
|
3788
|
+
}
|
|
3789
|
+
/**
|
|
3790
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3791
|
+
*/
|
|
3792
|
+
public Builder clearMailboxes() {
|
|
3793
|
+
if (mailboxesBuilder_ == null) {
|
|
3794
|
+
mailboxes_ = java.util.Collections.emptyList();
|
|
3795
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
3796
|
+
onChanged();
|
|
3797
|
+
} else {
|
|
3798
|
+
mailboxesBuilder_.clear();
|
|
3799
|
+
}
|
|
3800
|
+
return this;
|
|
3801
|
+
}
|
|
3802
|
+
/**
|
|
3803
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3804
|
+
*/
|
|
3805
|
+
public Builder removeMailboxes(int index) {
|
|
3806
|
+
if (mailboxesBuilder_ == null) {
|
|
3807
|
+
ensureMailboxesIsMutable();
|
|
3808
|
+
mailboxes_.remove(index);
|
|
3809
|
+
onChanged();
|
|
3810
|
+
} else {
|
|
3811
|
+
mailboxesBuilder_.remove(index);
|
|
3812
|
+
}
|
|
3813
|
+
return this;
|
|
3814
|
+
}
|
|
3815
|
+
/**
|
|
3816
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3817
|
+
*/
|
|
3818
|
+
public com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder getMailboxesBuilder(
|
|
3819
|
+
int index) {
|
|
3820
|
+
return getMailboxesFieldBuilder().getBuilder(index);
|
|
3821
|
+
}
|
|
3822
|
+
/**
|
|
3823
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3824
|
+
*/
|
|
3825
|
+
public com.lansweeper.dp.outbound.v1.Office365MailboxOrBuilder getMailboxesOrBuilder(
|
|
3826
|
+
int index) {
|
|
3827
|
+
if (mailboxesBuilder_ == null) {
|
|
3828
|
+
return mailboxes_.get(index); } else {
|
|
3829
|
+
return mailboxesBuilder_.getMessageOrBuilder(index);
|
|
3830
|
+
}
|
|
3831
|
+
}
|
|
3832
|
+
/**
|
|
3833
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3834
|
+
*/
|
|
3835
|
+
public java.util.List<? extends com.lansweeper.dp.outbound.v1.Office365MailboxOrBuilder>
|
|
3836
|
+
getMailboxesOrBuilderList() {
|
|
3837
|
+
if (mailboxesBuilder_ != null) {
|
|
3838
|
+
return mailboxesBuilder_.getMessageOrBuilderList();
|
|
3839
|
+
} else {
|
|
3840
|
+
return java.util.Collections.unmodifiableList(mailboxes_);
|
|
3841
|
+
}
|
|
3842
|
+
}
|
|
3843
|
+
/**
|
|
3844
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3845
|
+
*/
|
|
3846
|
+
public com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder addMailboxesBuilder() {
|
|
3847
|
+
return getMailboxesFieldBuilder().addBuilder(
|
|
3848
|
+
com.lansweeper.dp.outbound.v1.Office365Mailbox.getDefaultInstance());
|
|
3849
|
+
}
|
|
3850
|
+
/**
|
|
3851
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3852
|
+
*/
|
|
3853
|
+
public com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder addMailboxesBuilder(
|
|
3854
|
+
int index) {
|
|
3855
|
+
return getMailboxesFieldBuilder().addBuilder(
|
|
3856
|
+
index, com.lansweeper.dp.outbound.v1.Office365Mailbox.getDefaultInstance());
|
|
3857
|
+
}
|
|
3858
|
+
/**
|
|
3859
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
3860
|
+
*/
|
|
3861
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder>
|
|
3862
|
+
getMailboxesBuilderList() {
|
|
3863
|
+
return getMailboxesFieldBuilder().getBuilderList();
|
|
3864
|
+
}
|
|
3865
|
+
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3866
|
+
com.lansweeper.dp.outbound.v1.Office365Mailbox, com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder, com.lansweeper.dp.outbound.v1.Office365MailboxOrBuilder>
|
|
3867
|
+
getMailboxesFieldBuilder() {
|
|
3868
|
+
if (mailboxesBuilder_ == null) {
|
|
3869
|
+
mailboxesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3870
|
+
com.lansweeper.dp.outbound.v1.Office365Mailbox, com.lansweeper.dp.outbound.v1.Office365Mailbox.Builder, com.lansweeper.dp.outbound.v1.Office365MailboxOrBuilder>(
|
|
3871
|
+
mailboxes_,
|
|
3872
|
+
((bitField0_ & 0x00008000) != 0),
|
|
3873
|
+
getParentForChildren(),
|
|
3874
|
+
isClean());
|
|
3875
|
+
mailboxes_ = null;
|
|
3876
|
+
}
|
|
3877
|
+
return mailboxesBuilder_;
|
|
3878
|
+
}
|
|
3528
3879
|
@java.lang.Override
|
|
3529
3880
|
public final Builder setUnknownFields(
|
|
3530
3881
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
@@ -327,4 +327,28 @@ com.lansweeper.dp.outbound.v1.Office365AssignedPlan defaultValue);
|
|
|
327
327
|
*/
|
|
328
328
|
com.lansweeper.dp.outbound.v1.Office365ContactOrBuilder getContactsOrBuilder(
|
|
329
329
|
int index);
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
333
|
+
*/
|
|
334
|
+
java.util.List<com.lansweeper.dp.outbound.v1.Office365Mailbox>
|
|
335
|
+
getMailboxesList();
|
|
336
|
+
/**
|
|
337
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
338
|
+
*/
|
|
339
|
+
com.lansweeper.dp.outbound.v1.Office365Mailbox getMailboxes(int index);
|
|
340
|
+
/**
|
|
341
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
342
|
+
*/
|
|
343
|
+
int getMailboxesCount();
|
|
344
|
+
/**
|
|
345
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
346
|
+
*/
|
|
347
|
+
java.util.List<? extends com.lansweeper.dp.outbound.v1.Office365MailboxOrBuilder>
|
|
348
|
+
getMailboxesOrBuilderList();
|
|
349
|
+
/**
|
|
350
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.Office365Mailbox mailboxes = 18;</code>
|
|
351
|
+
*/
|
|
352
|
+
com.lansweeper.dp.outbound.v1.Office365MailboxOrBuilder getMailboxesOrBuilder(
|
|
353
|
+
int index);
|
|
330
354
|
}
|