@lansweeper/data-platform-outbound-grpc 0.3.32 → 0.3.33
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 +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +18 -0
- package/gen-proto/outbound_pb.js +153 -0
- package/generated-go/outbound.pb.go +1752 -1705
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +3 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroupOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +3 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.java +323 -138
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup.java +286 -101
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroupOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +801 -616
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +538 -531
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.3.31-sources.jar → outbound-model-0.3.32-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.31.jar → outbound-model-0.3.32.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +3 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.31-sources.jar → outbound-service-0.3.32-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.31.jar → outbound-service-0.3.32.jar} +0 -0
|
@@ -117,6 +117,32 @@ private static final long serialVersionUID = 0L;
|
|
|
117
117
|
return adObject_ == null ? com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.getDefaultInstance() : adObject_;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
+
public static final int AD_DOMAIN_FIELD_NUMBER = 59;
|
|
121
|
+
private com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain adDomain_;
|
|
122
|
+
/**
|
|
123
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
124
|
+
* @return Whether the adDomain field is set.
|
|
125
|
+
*/
|
|
126
|
+
@java.lang.Override
|
|
127
|
+
public boolean hasAdDomain() {
|
|
128
|
+
return ((bitField0_ & 0x00000002) != 0);
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
132
|
+
* @return The adDomain.
|
|
133
|
+
*/
|
|
134
|
+
@java.lang.Override
|
|
135
|
+
public com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain getAdDomain() {
|
|
136
|
+
return adDomain_ == null ? com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.getDefaultInstance() : adDomain_;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
140
|
+
*/
|
|
141
|
+
@java.lang.Override
|
|
142
|
+
public com.lansweeper.dp.outbound.v1.ActiveDirectoryDomainOrBuilder getAdDomainOrBuilder() {
|
|
143
|
+
return adDomain_ == null ? com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.getDefaultInstance() : adDomain_;
|
|
144
|
+
}
|
|
145
|
+
|
|
120
146
|
public static final int SAM_ACCOUNT_NAME_FIELD_NUMBER = 2;
|
|
121
147
|
@SuppressWarnings("serial")
|
|
122
148
|
private volatile java.lang.Object samAccountName_ = "";
|
|
@@ -126,7 +152,7 @@ private static final long serialVersionUID = 0L;
|
|
|
126
152
|
*/
|
|
127
153
|
@java.lang.Override
|
|
128
154
|
public boolean hasSamAccountName() {
|
|
129
|
-
return ((bitField0_ &
|
|
155
|
+
return ((bitField0_ & 0x00000004) != 0);
|
|
130
156
|
}
|
|
131
157
|
/**
|
|
132
158
|
* <code>optional string sam_account_name = 2;</code>
|
|
@@ -173,7 +199,7 @@ private static final long serialVersionUID = 0L;
|
|
|
173
199
|
*/
|
|
174
200
|
@java.lang.Override
|
|
175
201
|
public boolean hasCn() {
|
|
176
|
-
return ((bitField0_ &
|
|
202
|
+
return ((bitField0_ & 0x00000008) != 0);
|
|
177
203
|
}
|
|
178
204
|
/**
|
|
179
205
|
* <code>optional string cn = 3;</code>
|
|
@@ -220,7 +246,7 @@ private static final long serialVersionUID = 0L;
|
|
|
220
246
|
*/
|
|
221
247
|
@java.lang.Override
|
|
222
248
|
public boolean hasOu() {
|
|
223
|
-
return ((bitField0_ &
|
|
249
|
+
return ((bitField0_ & 0x00000010) != 0);
|
|
224
250
|
}
|
|
225
251
|
/**
|
|
226
252
|
* <code>optional string ou = 4;</code>
|
|
@@ -267,7 +293,7 @@ private static final long serialVersionUID = 0L;
|
|
|
267
293
|
*/
|
|
268
294
|
@java.lang.Override
|
|
269
295
|
public boolean hasDomain() {
|
|
270
|
-
return ((bitField0_ &
|
|
296
|
+
return ((bitField0_ & 0x00000020) != 0);
|
|
271
297
|
}
|
|
272
298
|
/**
|
|
273
299
|
* <code>optional string domain = 58;</code>
|
|
@@ -314,7 +340,7 @@ private static final long serialVersionUID = 0L;
|
|
|
314
340
|
*/
|
|
315
341
|
@java.lang.Override
|
|
316
342
|
public boolean hasDescription() {
|
|
317
|
-
return ((bitField0_ &
|
|
343
|
+
return ((bitField0_ & 0x00000040) != 0);
|
|
318
344
|
}
|
|
319
345
|
/**
|
|
320
346
|
* <code>optional string description = 5;</code>
|
|
@@ -361,7 +387,7 @@ private static final long serialVersionUID = 0L;
|
|
|
361
387
|
*/
|
|
362
388
|
@java.lang.Override
|
|
363
389
|
public boolean hasComment() {
|
|
364
|
-
return ((bitField0_ &
|
|
390
|
+
return ((bitField0_ & 0x00000080) != 0);
|
|
365
391
|
}
|
|
366
392
|
/**
|
|
367
393
|
* <code>optional string comment = 6;</code>
|
|
@@ -408,7 +434,7 @@ private static final long serialVersionUID = 0L;
|
|
|
408
434
|
*/
|
|
409
435
|
@java.lang.Override
|
|
410
436
|
public boolean hasCompany() {
|
|
411
|
-
return ((bitField0_ &
|
|
437
|
+
return ((bitField0_ & 0x00000100) != 0);
|
|
412
438
|
}
|
|
413
439
|
/**
|
|
414
440
|
* <code>optional string company = 7;</code>
|
|
@@ -454,7 +480,7 @@ private static final long serialVersionUID = 0L;
|
|
|
454
480
|
*/
|
|
455
481
|
@java.lang.Override
|
|
456
482
|
public boolean hasPrimaryGroupId() {
|
|
457
|
-
return ((bitField0_ &
|
|
483
|
+
return ((bitField0_ & 0x00000200) != 0);
|
|
458
484
|
}
|
|
459
485
|
/**
|
|
460
486
|
* <code>optional int32 primary_group_id = 8;</code>
|
|
@@ -473,7 +499,7 @@ private static final long serialVersionUID = 0L;
|
|
|
473
499
|
*/
|
|
474
500
|
@java.lang.Override
|
|
475
501
|
public boolean hasEnabled() {
|
|
476
|
-
return ((bitField0_ &
|
|
502
|
+
return ((bitField0_ & 0x00000400) != 0);
|
|
477
503
|
}
|
|
478
504
|
/**
|
|
479
505
|
* <code>optional bool enabled = 9;</code>
|
|
@@ -492,7 +518,7 @@ private static final long serialVersionUID = 0L;
|
|
|
492
518
|
*/
|
|
493
519
|
@java.lang.Override
|
|
494
520
|
public boolean hasUserAccountControl() {
|
|
495
|
-
return ((bitField0_ &
|
|
521
|
+
return ((bitField0_ & 0x00000800) != 0);
|
|
496
522
|
}
|
|
497
523
|
/**
|
|
498
524
|
* <code>optional int32 user_account_control = 10;</code>
|
|
@@ -511,7 +537,7 @@ private static final long serialVersionUID = 0L;
|
|
|
511
537
|
*/
|
|
512
538
|
@java.lang.Override
|
|
513
539
|
public boolean hasAccountExpires() {
|
|
514
|
-
return ((bitField0_ &
|
|
540
|
+
return ((bitField0_ & 0x00001000) != 0);
|
|
515
541
|
}
|
|
516
542
|
/**
|
|
517
543
|
* <code>optional .google.protobuf.Timestamp account_expires = 11;</code>
|
|
@@ -537,7 +563,7 @@ private static final long serialVersionUID = 0L;
|
|
|
537
563
|
*/
|
|
538
564
|
@java.lang.Override
|
|
539
565
|
public boolean hasLockoutTime() {
|
|
540
|
-
return ((bitField0_ &
|
|
566
|
+
return ((bitField0_ & 0x00002000) != 0);
|
|
541
567
|
}
|
|
542
568
|
/**
|
|
543
569
|
* <code>optional .google.protobuf.Timestamp lockout_time = 12;</code>
|
|
@@ -563,7 +589,7 @@ private static final long serialVersionUID = 0L;
|
|
|
563
589
|
*/
|
|
564
590
|
@java.lang.Override
|
|
565
591
|
public boolean hasPasswordLastSet() {
|
|
566
|
-
return ((bitField0_ &
|
|
592
|
+
return ((bitField0_ & 0x00004000) != 0);
|
|
567
593
|
}
|
|
568
594
|
/**
|
|
569
595
|
* <code>optional .google.protobuf.Timestamp password_last_set = 13;</code>
|
|
@@ -589,7 +615,7 @@ private static final long serialVersionUID = 0L;
|
|
|
589
615
|
*/
|
|
590
616
|
@java.lang.Override
|
|
591
617
|
public boolean hasLastLogon() {
|
|
592
|
-
return ((bitField0_ &
|
|
618
|
+
return ((bitField0_ & 0x00008000) != 0);
|
|
593
619
|
}
|
|
594
620
|
/**
|
|
595
621
|
* <code>optional .google.protobuf.Timestamp last_logon = 14;</code>
|
|
@@ -615,7 +641,7 @@ private static final long serialVersionUID = 0L;
|
|
|
615
641
|
*/
|
|
616
642
|
@java.lang.Override
|
|
617
643
|
public boolean hasLockoutDate() {
|
|
618
|
-
return ((bitField0_ &
|
|
644
|
+
return ((bitField0_ & 0x00010000) != 0);
|
|
619
645
|
}
|
|
620
646
|
/**
|
|
621
647
|
* <code>optional .google.protobuf.Timestamp lockout_date = 15;</code>
|
|
@@ -641,7 +667,7 @@ private static final long serialVersionUID = 0L;
|
|
|
641
667
|
*/
|
|
642
668
|
@java.lang.Override
|
|
643
669
|
public boolean hasCanUserChangePassword() {
|
|
644
|
-
return ((bitField0_ &
|
|
670
|
+
return ((bitField0_ & 0x00020000) != 0);
|
|
645
671
|
}
|
|
646
672
|
/**
|
|
647
673
|
* <code>optional bool can_user_change_password = 16;</code>
|
|
@@ -660,7 +686,7 @@ private static final long serialVersionUID = 0L;
|
|
|
660
686
|
*/
|
|
661
687
|
@java.lang.Override
|
|
662
688
|
public boolean hasPasswordExpirationDate() {
|
|
663
|
-
return ((bitField0_ &
|
|
689
|
+
return ((bitField0_ & 0x00040000) != 0);
|
|
664
690
|
}
|
|
665
691
|
/**
|
|
666
692
|
* <code>optional .google.protobuf.Timestamp password_expiration_date = 17;</code>
|
|
@@ -686,7 +712,7 @@ private static final long serialVersionUID = 0L;
|
|
|
686
712
|
*/
|
|
687
713
|
@java.lang.Override
|
|
688
714
|
public boolean hasPasswordNeverExpires() {
|
|
689
|
-
return ((bitField0_ &
|
|
715
|
+
return ((bitField0_ & 0x00080000) != 0);
|
|
690
716
|
}
|
|
691
717
|
/**
|
|
692
718
|
* <code>optional bool password_never_expires = 18;</code>
|
|
@@ -705,7 +731,7 @@ private static final long serialVersionUID = 0L;
|
|
|
705
731
|
*/
|
|
706
732
|
@java.lang.Override
|
|
707
733
|
public boolean hasPasswordRequired() {
|
|
708
|
-
return ((bitField0_ &
|
|
734
|
+
return ((bitField0_ & 0x00100000) != 0);
|
|
709
735
|
}
|
|
710
736
|
/**
|
|
711
737
|
* <code>optional bool password_required = 19;</code>
|
|
@@ -724,7 +750,7 @@ private static final long serialVersionUID = 0L;
|
|
|
724
750
|
*/
|
|
725
751
|
@java.lang.Override
|
|
726
752
|
public boolean hasPasswordChangeableDate() {
|
|
727
|
-
return ((bitField0_ &
|
|
753
|
+
return ((bitField0_ & 0x00200000) != 0);
|
|
728
754
|
}
|
|
729
755
|
/**
|
|
730
756
|
* <code>optional .google.protobuf.Timestamp password_changeable_date = 20;</code>
|
|
@@ -751,7 +777,7 @@ private static final long serialVersionUID = 0L;
|
|
|
751
777
|
*/
|
|
752
778
|
@java.lang.Override
|
|
753
779
|
public boolean hasEmail() {
|
|
754
|
-
return ((bitField0_ &
|
|
780
|
+
return ((bitField0_ & 0x00400000) != 0);
|
|
755
781
|
}
|
|
756
782
|
/**
|
|
757
783
|
* <code>optional string email = 21;</code>
|
|
@@ -798,7 +824,7 @@ private static final long serialVersionUID = 0L;
|
|
|
798
824
|
*/
|
|
799
825
|
@java.lang.Override
|
|
800
826
|
public boolean hasDisplayName() {
|
|
801
|
-
return ((bitField0_ &
|
|
827
|
+
return ((bitField0_ & 0x00800000) != 0);
|
|
802
828
|
}
|
|
803
829
|
/**
|
|
804
830
|
* <code>optional string display_name = 22;</code>
|
|
@@ -845,7 +871,7 @@ private static final long serialVersionUID = 0L;
|
|
|
845
871
|
*/
|
|
846
872
|
@java.lang.Override
|
|
847
873
|
public boolean hasGivenName() {
|
|
848
|
-
return ((bitField0_ &
|
|
874
|
+
return ((bitField0_ & 0x01000000) != 0);
|
|
849
875
|
}
|
|
850
876
|
/**
|
|
851
877
|
* <code>optional string given_name = 23;</code>
|
|
@@ -892,7 +918,7 @@ private static final long serialVersionUID = 0L;
|
|
|
892
918
|
*/
|
|
893
919
|
@java.lang.Override
|
|
894
920
|
public boolean hasSurname() {
|
|
895
|
-
return ((bitField0_ &
|
|
921
|
+
return ((bitField0_ & 0x02000000) != 0);
|
|
896
922
|
}
|
|
897
923
|
/**
|
|
898
924
|
* <code>optional string surname = 24;</code>
|
|
@@ -939,7 +965,7 @@ private static final long serialVersionUID = 0L;
|
|
|
939
965
|
*/
|
|
940
966
|
@java.lang.Override
|
|
941
967
|
public boolean hasTelephone() {
|
|
942
|
-
return ((bitField0_ &
|
|
968
|
+
return ((bitField0_ & 0x04000000) != 0);
|
|
943
969
|
}
|
|
944
970
|
/**
|
|
945
971
|
* <code>optional string telephone = 25;</code>
|
|
@@ -986,7 +1012,7 @@ private static final long serialVersionUID = 0L;
|
|
|
986
1012
|
*/
|
|
987
1013
|
@java.lang.Override
|
|
988
1014
|
public boolean hasFacSimile() {
|
|
989
|
-
return ((bitField0_ &
|
|
1015
|
+
return ((bitField0_ & 0x08000000) != 0);
|
|
990
1016
|
}
|
|
991
1017
|
/**
|
|
992
1018
|
* <code>optional string fac_simile = 26;</code>
|
|
@@ -1033,7 +1059,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1033
1059
|
*/
|
|
1034
1060
|
@java.lang.Override
|
|
1035
1061
|
public boolean hasMobile() {
|
|
1036
|
-
return ((bitField0_ &
|
|
1062
|
+
return ((bitField0_ & 0x10000000) != 0);
|
|
1037
1063
|
}
|
|
1038
1064
|
/**
|
|
1039
1065
|
* <code>optional string mobile = 27;</code>
|
|
@@ -1080,7 +1106,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1080
1106
|
*/
|
|
1081
1107
|
@java.lang.Override
|
|
1082
1108
|
public boolean hasStreetAddress() {
|
|
1083
|
-
return ((bitField0_ &
|
|
1109
|
+
return ((bitField0_ & 0x20000000) != 0);
|
|
1084
1110
|
}
|
|
1085
1111
|
/**
|
|
1086
1112
|
* <code>optional string street_address = 28;</code>
|
|
@@ -1127,7 +1153,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1127
1153
|
*/
|
|
1128
1154
|
@java.lang.Override
|
|
1129
1155
|
public boolean hasCity() {
|
|
1130
|
-
return ((bitField0_ &
|
|
1156
|
+
return ((bitField0_ & 0x40000000) != 0);
|
|
1131
1157
|
}
|
|
1132
1158
|
/**
|
|
1133
1159
|
* <code>optional string city = 29;</code>
|
|
@@ -1174,7 +1200,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1174
1200
|
*/
|
|
1175
1201
|
@java.lang.Override
|
|
1176
1202
|
public boolean hasCountry() {
|
|
1177
|
-
return ((bitField0_ &
|
|
1203
|
+
return ((bitField0_ & 0x80000000) != 0);
|
|
1178
1204
|
}
|
|
1179
1205
|
/**
|
|
1180
1206
|
* <code>optional string country = 30;</code>
|
|
@@ -1221,7 +1247,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1221
1247
|
*/
|
|
1222
1248
|
@java.lang.Override
|
|
1223
1249
|
public boolean hasDepartment() {
|
|
1224
|
-
return ((
|
|
1250
|
+
return ((bitField1_ & 0x00000001) != 0);
|
|
1225
1251
|
}
|
|
1226
1252
|
/**
|
|
1227
1253
|
* <code>optional string department = 31;</code>
|
|
@@ -1268,7 +1294,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1268
1294
|
*/
|
|
1269
1295
|
@java.lang.Override
|
|
1270
1296
|
public boolean hasDeliveryOfficeName() {
|
|
1271
|
-
return ((bitField1_ &
|
|
1297
|
+
return ((bitField1_ & 0x00000002) != 0);
|
|
1272
1298
|
}
|
|
1273
1299
|
/**
|
|
1274
1300
|
* <code>optional string delivery_office_name = 32;</code>
|
|
@@ -1315,7 +1341,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1315
1341
|
*/
|
|
1316
1342
|
@java.lang.Override
|
|
1317
1343
|
public boolean hasCountryAbbreviation() {
|
|
1318
|
-
return ((bitField1_ &
|
|
1344
|
+
return ((bitField1_ & 0x00000004) != 0);
|
|
1319
1345
|
}
|
|
1320
1346
|
/**
|
|
1321
1347
|
* <code>optional string country_abbreviation = 33;</code>
|
|
@@ -1362,7 +1388,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1362
1388
|
*/
|
|
1363
1389
|
@java.lang.Override
|
|
1364
1390
|
public boolean hasPostalCode() {
|
|
1365
|
-
return ((bitField1_ &
|
|
1391
|
+
return ((bitField1_ & 0x00000008) != 0);
|
|
1366
1392
|
}
|
|
1367
1393
|
/**
|
|
1368
1394
|
* <code>optional string postal_code = 34;</code>
|
|
@@ -1409,7 +1435,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1409
1435
|
*/
|
|
1410
1436
|
@java.lang.Override
|
|
1411
1437
|
public boolean hasCountryCode() {
|
|
1412
|
-
return ((bitField1_ &
|
|
1438
|
+
return ((bitField1_ & 0x00000010) != 0);
|
|
1413
1439
|
}
|
|
1414
1440
|
/**
|
|
1415
1441
|
* <code>optional string country_code = 35;</code>
|
|
@@ -1456,7 +1482,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1456
1482
|
*/
|
|
1457
1483
|
@java.lang.Override
|
|
1458
1484
|
public boolean hasPrincipalName() {
|
|
1459
|
-
return ((bitField1_ &
|
|
1485
|
+
return ((bitField1_ & 0x00000020) != 0);
|
|
1460
1486
|
}
|
|
1461
1487
|
/**
|
|
1462
1488
|
* <code>optional string principal_name = 36;</code>
|
|
@@ -1503,7 +1529,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1503
1529
|
*/
|
|
1504
1530
|
@java.lang.Override
|
|
1505
1531
|
public boolean hasTitle() {
|
|
1506
|
-
return ((bitField1_ &
|
|
1532
|
+
return ((bitField1_ & 0x00000040) != 0);
|
|
1507
1533
|
}
|
|
1508
1534
|
/**
|
|
1509
1535
|
* <code>optional string title = 37;</code>
|
|
@@ -1550,7 +1576,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1550
1576
|
*/
|
|
1551
1577
|
@java.lang.Override
|
|
1552
1578
|
public boolean hasDivision() {
|
|
1553
|
-
return ((bitField1_ &
|
|
1579
|
+
return ((bitField1_ & 0x00000080) != 0);
|
|
1554
1580
|
}
|
|
1555
1581
|
/**
|
|
1556
1582
|
* <code>optional string division = 38;</code>
|
|
@@ -1597,7 +1623,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1597
1623
|
*/
|
|
1598
1624
|
@java.lang.Override
|
|
1599
1625
|
public boolean hasInfo() {
|
|
1600
|
-
return ((bitField1_ &
|
|
1626
|
+
return ((bitField1_ & 0x00000100) != 0);
|
|
1601
1627
|
}
|
|
1602
1628
|
/**
|
|
1603
1629
|
* <code>optional string info = 39;</code>
|
|
@@ -1644,7 +1670,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1644
1670
|
*/
|
|
1645
1671
|
@java.lang.Override
|
|
1646
1672
|
public boolean hasHomePhone() {
|
|
1647
|
-
return ((bitField1_ &
|
|
1673
|
+
return ((bitField1_ & 0x00000200) != 0);
|
|
1648
1674
|
}
|
|
1649
1675
|
/**
|
|
1650
1676
|
* <code>optional string home_phone = 40;</code>
|
|
@@ -1691,7 +1717,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1691
1717
|
*/
|
|
1692
1718
|
@java.lang.Override
|
|
1693
1719
|
public boolean hasPager() {
|
|
1694
|
-
return ((bitField1_ &
|
|
1720
|
+
return ((bitField1_ & 0x00000400) != 0);
|
|
1695
1721
|
}
|
|
1696
1722
|
/**
|
|
1697
1723
|
* <code>optional string pager = 41;</code>
|
|
@@ -1738,7 +1764,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1738
1764
|
*/
|
|
1739
1765
|
@java.lang.Override
|
|
1740
1766
|
public boolean hasIpPhone() {
|
|
1741
|
-
return ((bitField1_ &
|
|
1767
|
+
return ((bitField1_ & 0x00000800) != 0);
|
|
1742
1768
|
}
|
|
1743
1769
|
/**
|
|
1744
1770
|
* <code>optional string ip_phone = 42;</code>
|
|
@@ -1785,7 +1811,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1785
1811
|
*/
|
|
1786
1812
|
@java.lang.Override
|
|
1787
1813
|
public boolean hasHomePage() {
|
|
1788
|
-
return ((bitField1_ &
|
|
1814
|
+
return ((bitField1_ & 0x00001000) != 0);
|
|
1789
1815
|
}
|
|
1790
1816
|
/**
|
|
1791
1817
|
* <code>optional string home_page = 43;</code>
|
|
@@ -1832,7 +1858,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1832
1858
|
*/
|
|
1833
1859
|
@java.lang.Override
|
|
1834
1860
|
public boolean hasPostOfficeBox() {
|
|
1835
|
-
return ((bitField1_ &
|
|
1861
|
+
return ((bitField1_ & 0x00002000) != 0);
|
|
1836
1862
|
}
|
|
1837
1863
|
/**
|
|
1838
1864
|
* <code>optional string post_office_box = 44;</code>
|
|
@@ -1879,7 +1905,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1879
1905
|
*/
|
|
1880
1906
|
@java.lang.Override
|
|
1881
1907
|
public boolean hasState() {
|
|
1882
|
-
return ((bitField1_ &
|
|
1908
|
+
return ((bitField1_ & 0x00004000) != 0);
|
|
1883
1909
|
}
|
|
1884
1910
|
/**
|
|
1885
1911
|
* <code>optional string state = 45;</code>
|
|
@@ -1926,7 +1952,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1926
1952
|
*/
|
|
1927
1953
|
@java.lang.Override
|
|
1928
1954
|
public boolean hasProfilePath() {
|
|
1929
|
-
return ((bitField1_ &
|
|
1955
|
+
return ((bitField1_ & 0x00008000) != 0);
|
|
1930
1956
|
}
|
|
1931
1957
|
/**
|
|
1932
1958
|
* <code>optional string profile_path = 46;</code>
|
|
@@ -1973,7 +1999,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1973
1999
|
*/
|
|
1974
2000
|
@java.lang.Override
|
|
1975
2001
|
public boolean hasScriptPath() {
|
|
1976
|
-
return ((bitField1_ &
|
|
2002
|
+
return ((bitField1_ & 0x00010000) != 0);
|
|
1977
2003
|
}
|
|
1978
2004
|
/**
|
|
1979
2005
|
* <code>optional string script_path = 47;</code>
|
|
@@ -2020,7 +2046,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2020
2046
|
*/
|
|
2021
2047
|
@java.lang.Override
|
|
2022
2048
|
public boolean hasHomeDirectory() {
|
|
2023
|
-
return ((bitField1_ &
|
|
2049
|
+
return ((bitField1_ & 0x00020000) != 0);
|
|
2024
2050
|
}
|
|
2025
2051
|
/**
|
|
2026
2052
|
* <code>optional string home_directory = 48;</code>
|
|
@@ -2066,7 +2092,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2066
2092
|
*/
|
|
2067
2093
|
@java.lang.Override
|
|
2068
2094
|
public boolean hasThumbnailPhoto() {
|
|
2069
|
-
return ((bitField1_ &
|
|
2095
|
+
return ((bitField1_ & 0x00040000) != 0);
|
|
2070
2096
|
}
|
|
2071
2097
|
/**
|
|
2072
2098
|
* <code>optional bytes thumbnail_photo = 49;</code>
|
|
@@ -2086,7 +2112,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2086
2112
|
*/
|
|
2087
2113
|
@java.lang.Override
|
|
2088
2114
|
public boolean hasEmployeeId() {
|
|
2089
|
-
return ((bitField1_ &
|
|
2115
|
+
return ((bitField1_ & 0x00080000) != 0);
|
|
2090
2116
|
}
|
|
2091
2117
|
/**
|
|
2092
2118
|
* <code>optional string employee_id = 50;</code>
|
|
@@ -2133,7 +2159,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2133
2159
|
*/
|
|
2134
2160
|
@java.lang.Override
|
|
2135
2161
|
public boolean hasEmployeeNumber() {
|
|
2136
|
-
return ((bitField1_ &
|
|
2162
|
+
return ((bitField1_ & 0x00100000) != 0);
|
|
2137
2163
|
}
|
|
2138
2164
|
/**
|
|
2139
2165
|
* <code>optional string employee_number = 51;</code>
|
|
@@ -2180,7 +2206,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2180
2206
|
*/
|
|
2181
2207
|
@java.lang.Override
|
|
2182
2208
|
public boolean hasEmployeeType() {
|
|
2183
|
-
return ((bitField1_ &
|
|
2209
|
+
return ((bitField1_ & 0x00200000) != 0);
|
|
2184
2210
|
}
|
|
2185
2211
|
/**
|
|
2186
2212
|
* <code>optional string employee_type = 52;</code>
|
|
@@ -2227,7 +2253,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2227
2253
|
*/
|
|
2228
2254
|
@java.lang.Override
|
|
2229
2255
|
public boolean hasInitials() {
|
|
2230
|
-
return ((bitField1_ &
|
|
2256
|
+
return ((bitField1_ & 0x00400000) != 0);
|
|
2231
2257
|
}
|
|
2232
2258
|
/**
|
|
2233
2259
|
* <code>optional string initials = 53;</code>
|
|
@@ -2274,7 +2300,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2274
2300
|
*/
|
|
2275
2301
|
@java.lang.Override
|
|
2276
2302
|
public boolean hasMiddleName() {
|
|
2277
|
-
return ((bitField1_ &
|
|
2303
|
+
return ((bitField1_ & 0x00800000) != 0);
|
|
2278
2304
|
}
|
|
2279
2305
|
/**
|
|
2280
2306
|
* <code>optional string middle_name = 54;</code>
|
|
@@ -2321,7 +2347,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2321
2347
|
*/
|
|
2322
2348
|
@java.lang.Override
|
|
2323
2349
|
public boolean hasPrimaryGroupOid() {
|
|
2324
|
-
return ((bitField1_ &
|
|
2350
|
+
return ((bitField1_ & 0x01000000) != 0);
|
|
2325
2351
|
}
|
|
2326
2352
|
/**
|
|
2327
2353
|
* <code>optional string primary_group_oid = 55;</code>
|
|
@@ -2368,7 +2394,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2368
2394
|
*/
|
|
2369
2395
|
@java.lang.Override
|
|
2370
2396
|
public boolean hasManagerOid() {
|
|
2371
|
-
return ((bitField1_ &
|
|
2397
|
+
return ((bitField1_ & 0x02000000) != 0);
|
|
2372
2398
|
}
|
|
2373
2399
|
/**
|
|
2374
2400
|
* <code>optional string manager_oid = 56;</code>
|
|
@@ -2460,177 +2486,180 @@ private static final long serialVersionUID = 0L;
|
|
|
2460
2486
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
2461
2487
|
output.writeMessage(1, getAdObject());
|
|
2462
2488
|
}
|
|
2463
|
-
if (((bitField0_ &
|
|
2489
|
+
if (((bitField0_ & 0x00000004) != 0)) {
|
|
2464
2490
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, samAccountName_);
|
|
2465
2491
|
}
|
|
2466
|
-
if (((bitField0_ &
|
|
2492
|
+
if (((bitField0_ & 0x00000008) != 0)) {
|
|
2467
2493
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, cn_);
|
|
2468
2494
|
}
|
|
2469
|
-
if (((bitField0_ &
|
|
2495
|
+
if (((bitField0_ & 0x00000010) != 0)) {
|
|
2470
2496
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, ou_);
|
|
2471
2497
|
}
|
|
2472
|
-
if (((bitField0_ &
|
|
2498
|
+
if (((bitField0_ & 0x00000040) != 0)) {
|
|
2473
2499
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, description_);
|
|
2474
2500
|
}
|
|
2475
|
-
if (((bitField0_ &
|
|
2501
|
+
if (((bitField0_ & 0x00000080) != 0)) {
|
|
2476
2502
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, comment_);
|
|
2477
2503
|
}
|
|
2478
|
-
if (((bitField0_ &
|
|
2504
|
+
if (((bitField0_ & 0x00000100) != 0)) {
|
|
2479
2505
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, company_);
|
|
2480
2506
|
}
|
|
2481
|
-
if (((bitField0_ &
|
|
2507
|
+
if (((bitField0_ & 0x00000200) != 0)) {
|
|
2482
2508
|
output.writeInt32(8, primaryGroupId_);
|
|
2483
2509
|
}
|
|
2484
|
-
if (((bitField0_ &
|
|
2510
|
+
if (((bitField0_ & 0x00000400) != 0)) {
|
|
2485
2511
|
output.writeBool(9, enabled_);
|
|
2486
2512
|
}
|
|
2487
|
-
if (((bitField0_ &
|
|
2513
|
+
if (((bitField0_ & 0x00000800) != 0)) {
|
|
2488
2514
|
output.writeInt32(10, userAccountControl_);
|
|
2489
2515
|
}
|
|
2490
|
-
if (((bitField0_ &
|
|
2516
|
+
if (((bitField0_ & 0x00001000) != 0)) {
|
|
2491
2517
|
output.writeMessage(11, getAccountExpires());
|
|
2492
2518
|
}
|
|
2493
|
-
if (((bitField0_ &
|
|
2519
|
+
if (((bitField0_ & 0x00002000) != 0)) {
|
|
2494
2520
|
output.writeMessage(12, getLockoutTime());
|
|
2495
2521
|
}
|
|
2496
|
-
if (((bitField0_ &
|
|
2522
|
+
if (((bitField0_ & 0x00004000) != 0)) {
|
|
2497
2523
|
output.writeMessage(13, getPasswordLastSet());
|
|
2498
2524
|
}
|
|
2499
|
-
if (((bitField0_ &
|
|
2525
|
+
if (((bitField0_ & 0x00008000) != 0)) {
|
|
2500
2526
|
output.writeMessage(14, getLastLogon());
|
|
2501
2527
|
}
|
|
2502
|
-
if (((bitField0_ &
|
|
2528
|
+
if (((bitField0_ & 0x00010000) != 0)) {
|
|
2503
2529
|
output.writeMessage(15, getLockoutDate());
|
|
2504
2530
|
}
|
|
2505
|
-
if (((bitField0_ &
|
|
2531
|
+
if (((bitField0_ & 0x00020000) != 0)) {
|
|
2506
2532
|
output.writeBool(16, canUserChangePassword_);
|
|
2507
2533
|
}
|
|
2508
|
-
if (((bitField0_ &
|
|
2534
|
+
if (((bitField0_ & 0x00040000) != 0)) {
|
|
2509
2535
|
output.writeMessage(17, getPasswordExpirationDate());
|
|
2510
2536
|
}
|
|
2511
|
-
if (((bitField0_ &
|
|
2537
|
+
if (((bitField0_ & 0x00080000) != 0)) {
|
|
2512
2538
|
output.writeBool(18, passwordNeverExpires_);
|
|
2513
2539
|
}
|
|
2514
|
-
if (((bitField0_ &
|
|
2540
|
+
if (((bitField0_ & 0x00100000) != 0)) {
|
|
2515
2541
|
output.writeBool(19, passwordRequired_);
|
|
2516
2542
|
}
|
|
2517
|
-
if (((bitField0_ &
|
|
2543
|
+
if (((bitField0_ & 0x00200000) != 0)) {
|
|
2518
2544
|
output.writeMessage(20, getPasswordChangeableDate());
|
|
2519
2545
|
}
|
|
2520
|
-
if (((bitField0_ &
|
|
2546
|
+
if (((bitField0_ & 0x00400000) != 0)) {
|
|
2521
2547
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 21, email_);
|
|
2522
2548
|
}
|
|
2523
|
-
if (((bitField0_ &
|
|
2549
|
+
if (((bitField0_ & 0x00800000) != 0)) {
|
|
2524
2550
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 22, displayName_);
|
|
2525
2551
|
}
|
|
2526
|
-
if (((bitField0_ &
|
|
2552
|
+
if (((bitField0_ & 0x01000000) != 0)) {
|
|
2527
2553
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 23, givenName_);
|
|
2528
2554
|
}
|
|
2529
|
-
if (((bitField0_ &
|
|
2555
|
+
if (((bitField0_ & 0x02000000) != 0)) {
|
|
2530
2556
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 24, surname_);
|
|
2531
2557
|
}
|
|
2532
|
-
if (((bitField0_ &
|
|
2558
|
+
if (((bitField0_ & 0x04000000) != 0)) {
|
|
2533
2559
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 25, telephone_);
|
|
2534
2560
|
}
|
|
2535
|
-
if (((bitField0_ &
|
|
2561
|
+
if (((bitField0_ & 0x08000000) != 0)) {
|
|
2536
2562
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 26, facSimile_);
|
|
2537
2563
|
}
|
|
2538
|
-
if (((bitField0_ &
|
|
2564
|
+
if (((bitField0_ & 0x10000000) != 0)) {
|
|
2539
2565
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 27, mobile_);
|
|
2540
2566
|
}
|
|
2541
|
-
if (((bitField0_ &
|
|
2567
|
+
if (((bitField0_ & 0x20000000) != 0)) {
|
|
2542
2568
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 28, streetAddress_);
|
|
2543
2569
|
}
|
|
2544
|
-
if (((bitField0_ &
|
|
2570
|
+
if (((bitField0_ & 0x40000000) != 0)) {
|
|
2545
2571
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 29, city_);
|
|
2546
2572
|
}
|
|
2547
|
-
if (((bitField0_ &
|
|
2573
|
+
if (((bitField0_ & 0x80000000) != 0)) {
|
|
2548
2574
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 30, country_);
|
|
2549
2575
|
}
|
|
2550
|
-
if (((
|
|
2576
|
+
if (((bitField1_ & 0x00000001) != 0)) {
|
|
2551
2577
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 31, department_);
|
|
2552
2578
|
}
|
|
2553
|
-
if (((bitField1_ &
|
|
2579
|
+
if (((bitField1_ & 0x00000002) != 0)) {
|
|
2554
2580
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 32, deliveryOfficeName_);
|
|
2555
2581
|
}
|
|
2556
|
-
if (((bitField1_ &
|
|
2582
|
+
if (((bitField1_ & 0x00000004) != 0)) {
|
|
2557
2583
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 33, countryAbbreviation_);
|
|
2558
2584
|
}
|
|
2559
|
-
if (((bitField1_ &
|
|
2585
|
+
if (((bitField1_ & 0x00000008) != 0)) {
|
|
2560
2586
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 34, postalCode_);
|
|
2561
2587
|
}
|
|
2562
|
-
if (((bitField1_ &
|
|
2588
|
+
if (((bitField1_ & 0x00000010) != 0)) {
|
|
2563
2589
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 35, countryCode_);
|
|
2564
2590
|
}
|
|
2565
|
-
if (((bitField1_ &
|
|
2591
|
+
if (((bitField1_ & 0x00000020) != 0)) {
|
|
2566
2592
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 36, principalName_);
|
|
2567
2593
|
}
|
|
2568
|
-
if (((bitField1_ &
|
|
2594
|
+
if (((bitField1_ & 0x00000040) != 0)) {
|
|
2569
2595
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 37, title_);
|
|
2570
2596
|
}
|
|
2571
|
-
if (((bitField1_ &
|
|
2597
|
+
if (((bitField1_ & 0x00000080) != 0)) {
|
|
2572
2598
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 38, division_);
|
|
2573
2599
|
}
|
|
2574
|
-
if (((bitField1_ &
|
|
2600
|
+
if (((bitField1_ & 0x00000100) != 0)) {
|
|
2575
2601
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 39, info_);
|
|
2576
2602
|
}
|
|
2577
|
-
if (((bitField1_ &
|
|
2603
|
+
if (((bitField1_ & 0x00000200) != 0)) {
|
|
2578
2604
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 40, homePhone_);
|
|
2579
2605
|
}
|
|
2580
|
-
if (((bitField1_ &
|
|
2606
|
+
if (((bitField1_ & 0x00000400) != 0)) {
|
|
2581
2607
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 41, pager_);
|
|
2582
2608
|
}
|
|
2583
|
-
if (((bitField1_ &
|
|
2609
|
+
if (((bitField1_ & 0x00000800) != 0)) {
|
|
2584
2610
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 42, ipPhone_);
|
|
2585
2611
|
}
|
|
2586
|
-
if (((bitField1_ &
|
|
2612
|
+
if (((bitField1_ & 0x00001000) != 0)) {
|
|
2587
2613
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 43, homePage_);
|
|
2588
2614
|
}
|
|
2589
|
-
if (((bitField1_ &
|
|
2615
|
+
if (((bitField1_ & 0x00002000) != 0)) {
|
|
2590
2616
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 44, postOfficeBox_);
|
|
2591
2617
|
}
|
|
2592
|
-
if (((bitField1_ &
|
|
2618
|
+
if (((bitField1_ & 0x00004000) != 0)) {
|
|
2593
2619
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 45, state_);
|
|
2594
2620
|
}
|
|
2595
|
-
if (((bitField1_ &
|
|
2621
|
+
if (((bitField1_ & 0x00008000) != 0)) {
|
|
2596
2622
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 46, profilePath_);
|
|
2597
2623
|
}
|
|
2598
|
-
if (((bitField1_ &
|
|
2624
|
+
if (((bitField1_ & 0x00010000) != 0)) {
|
|
2599
2625
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 47, scriptPath_);
|
|
2600
2626
|
}
|
|
2601
|
-
if (((bitField1_ &
|
|
2627
|
+
if (((bitField1_ & 0x00020000) != 0)) {
|
|
2602
2628
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 48, homeDirectory_);
|
|
2603
2629
|
}
|
|
2604
|
-
if (((bitField1_ &
|
|
2630
|
+
if (((bitField1_ & 0x00040000) != 0)) {
|
|
2605
2631
|
output.writeBytes(49, thumbnailPhoto_);
|
|
2606
2632
|
}
|
|
2607
|
-
if (((bitField1_ &
|
|
2633
|
+
if (((bitField1_ & 0x00080000) != 0)) {
|
|
2608
2634
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 50, employeeId_);
|
|
2609
2635
|
}
|
|
2610
|
-
if (((bitField1_ &
|
|
2636
|
+
if (((bitField1_ & 0x00100000) != 0)) {
|
|
2611
2637
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 51, employeeNumber_);
|
|
2612
2638
|
}
|
|
2613
|
-
if (((bitField1_ &
|
|
2639
|
+
if (((bitField1_ & 0x00200000) != 0)) {
|
|
2614
2640
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 52, employeeType_);
|
|
2615
2641
|
}
|
|
2616
|
-
if (((bitField1_ &
|
|
2642
|
+
if (((bitField1_ & 0x00400000) != 0)) {
|
|
2617
2643
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 53, initials_);
|
|
2618
2644
|
}
|
|
2619
|
-
if (((bitField1_ &
|
|
2645
|
+
if (((bitField1_ & 0x00800000) != 0)) {
|
|
2620
2646
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 54, middleName_);
|
|
2621
2647
|
}
|
|
2622
|
-
if (((bitField1_ &
|
|
2648
|
+
if (((bitField1_ & 0x01000000) != 0)) {
|
|
2623
2649
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 55, primaryGroupOid_);
|
|
2624
2650
|
}
|
|
2625
|
-
if (((bitField1_ &
|
|
2651
|
+
if (((bitField1_ & 0x02000000) != 0)) {
|
|
2626
2652
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 56, managerOid_);
|
|
2627
2653
|
}
|
|
2628
2654
|
for (int i = 0; i < memberOfOid_.size(); i++) {
|
|
2629
2655
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 57, memberOfOid_.getRaw(i));
|
|
2630
2656
|
}
|
|
2631
|
-
if (((bitField0_ &
|
|
2657
|
+
if (((bitField0_ & 0x00000020) != 0)) {
|
|
2632
2658
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 58, domain_);
|
|
2633
2659
|
}
|
|
2660
|
+
if (((bitField0_ & 0x00000002) != 0)) {
|
|
2661
|
+
output.writeMessage(59, getAdDomain());
|
|
2662
|
+
}
|
|
2634
2663
|
getUnknownFields().writeTo(output);
|
|
2635
2664
|
}
|
|
2636
2665
|
|
|
@@ -2644,183 +2673,183 @@ private static final long serialVersionUID = 0L;
|
|
|
2644
2673
|
size += com.google.protobuf.CodedOutputStream
|
|
2645
2674
|
.computeMessageSize(1, getAdObject());
|
|
2646
2675
|
}
|
|
2647
|
-
if (((bitField0_ &
|
|
2676
|
+
if (((bitField0_ & 0x00000004) != 0)) {
|
|
2648
2677
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, samAccountName_);
|
|
2649
2678
|
}
|
|
2650
|
-
if (((bitField0_ &
|
|
2679
|
+
if (((bitField0_ & 0x00000008) != 0)) {
|
|
2651
2680
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, cn_);
|
|
2652
2681
|
}
|
|
2653
|
-
if (((bitField0_ &
|
|
2682
|
+
if (((bitField0_ & 0x00000010) != 0)) {
|
|
2654
2683
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, ou_);
|
|
2655
2684
|
}
|
|
2656
|
-
if (((bitField0_ &
|
|
2685
|
+
if (((bitField0_ & 0x00000040) != 0)) {
|
|
2657
2686
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, description_);
|
|
2658
2687
|
}
|
|
2659
|
-
if (((bitField0_ &
|
|
2688
|
+
if (((bitField0_ & 0x00000080) != 0)) {
|
|
2660
2689
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, comment_);
|
|
2661
2690
|
}
|
|
2662
|
-
if (((bitField0_ &
|
|
2691
|
+
if (((bitField0_ & 0x00000100) != 0)) {
|
|
2663
2692
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, company_);
|
|
2664
2693
|
}
|
|
2665
|
-
if (((bitField0_ &
|
|
2694
|
+
if (((bitField0_ & 0x00000200) != 0)) {
|
|
2666
2695
|
size += com.google.protobuf.CodedOutputStream
|
|
2667
2696
|
.computeInt32Size(8, primaryGroupId_);
|
|
2668
2697
|
}
|
|
2669
|
-
if (((bitField0_ &
|
|
2698
|
+
if (((bitField0_ & 0x00000400) != 0)) {
|
|
2670
2699
|
size += com.google.protobuf.CodedOutputStream
|
|
2671
2700
|
.computeBoolSize(9, enabled_);
|
|
2672
2701
|
}
|
|
2673
|
-
if (((bitField0_ &
|
|
2702
|
+
if (((bitField0_ & 0x00000800) != 0)) {
|
|
2674
2703
|
size += com.google.protobuf.CodedOutputStream
|
|
2675
2704
|
.computeInt32Size(10, userAccountControl_);
|
|
2676
2705
|
}
|
|
2677
|
-
if (((bitField0_ &
|
|
2706
|
+
if (((bitField0_ & 0x00001000) != 0)) {
|
|
2678
2707
|
size += com.google.protobuf.CodedOutputStream
|
|
2679
2708
|
.computeMessageSize(11, getAccountExpires());
|
|
2680
2709
|
}
|
|
2681
|
-
if (((bitField0_ &
|
|
2710
|
+
if (((bitField0_ & 0x00002000) != 0)) {
|
|
2682
2711
|
size += com.google.protobuf.CodedOutputStream
|
|
2683
2712
|
.computeMessageSize(12, getLockoutTime());
|
|
2684
2713
|
}
|
|
2685
|
-
if (((bitField0_ &
|
|
2714
|
+
if (((bitField0_ & 0x00004000) != 0)) {
|
|
2686
2715
|
size += com.google.protobuf.CodedOutputStream
|
|
2687
2716
|
.computeMessageSize(13, getPasswordLastSet());
|
|
2688
2717
|
}
|
|
2689
|
-
if (((bitField0_ &
|
|
2718
|
+
if (((bitField0_ & 0x00008000) != 0)) {
|
|
2690
2719
|
size += com.google.protobuf.CodedOutputStream
|
|
2691
2720
|
.computeMessageSize(14, getLastLogon());
|
|
2692
2721
|
}
|
|
2693
|
-
if (((bitField0_ &
|
|
2722
|
+
if (((bitField0_ & 0x00010000) != 0)) {
|
|
2694
2723
|
size += com.google.protobuf.CodedOutputStream
|
|
2695
2724
|
.computeMessageSize(15, getLockoutDate());
|
|
2696
2725
|
}
|
|
2697
|
-
if (((bitField0_ &
|
|
2726
|
+
if (((bitField0_ & 0x00020000) != 0)) {
|
|
2698
2727
|
size += com.google.protobuf.CodedOutputStream
|
|
2699
2728
|
.computeBoolSize(16, canUserChangePassword_);
|
|
2700
2729
|
}
|
|
2701
|
-
if (((bitField0_ &
|
|
2730
|
+
if (((bitField0_ & 0x00040000) != 0)) {
|
|
2702
2731
|
size += com.google.protobuf.CodedOutputStream
|
|
2703
2732
|
.computeMessageSize(17, getPasswordExpirationDate());
|
|
2704
2733
|
}
|
|
2705
|
-
if (((bitField0_ &
|
|
2734
|
+
if (((bitField0_ & 0x00080000) != 0)) {
|
|
2706
2735
|
size += com.google.protobuf.CodedOutputStream
|
|
2707
2736
|
.computeBoolSize(18, passwordNeverExpires_);
|
|
2708
2737
|
}
|
|
2709
|
-
if (((bitField0_ &
|
|
2738
|
+
if (((bitField0_ & 0x00100000) != 0)) {
|
|
2710
2739
|
size += com.google.protobuf.CodedOutputStream
|
|
2711
2740
|
.computeBoolSize(19, passwordRequired_);
|
|
2712
2741
|
}
|
|
2713
|
-
if (((bitField0_ &
|
|
2742
|
+
if (((bitField0_ & 0x00200000) != 0)) {
|
|
2714
2743
|
size += com.google.protobuf.CodedOutputStream
|
|
2715
2744
|
.computeMessageSize(20, getPasswordChangeableDate());
|
|
2716
2745
|
}
|
|
2717
|
-
if (((bitField0_ &
|
|
2746
|
+
if (((bitField0_ & 0x00400000) != 0)) {
|
|
2718
2747
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(21, email_);
|
|
2719
2748
|
}
|
|
2720
|
-
if (((bitField0_ &
|
|
2749
|
+
if (((bitField0_ & 0x00800000) != 0)) {
|
|
2721
2750
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, displayName_);
|
|
2722
2751
|
}
|
|
2723
|
-
if (((bitField0_ &
|
|
2752
|
+
if (((bitField0_ & 0x01000000) != 0)) {
|
|
2724
2753
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(23, givenName_);
|
|
2725
2754
|
}
|
|
2726
|
-
if (((bitField0_ &
|
|
2755
|
+
if (((bitField0_ & 0x02000000) != 0)) {
|
|
2727
2756
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, surname_);
|
|
2728
2757
|
}
|
|
2729
|
-
if (((bitField0_ &
|
|
2758
|
+
if (((bitField0_ & 0x04000000) != 0)) {
|
|
2730
2759
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(25, telephone_);
|
|
2731
2760
|
}
|
|
2732
|
-
if (((bitField0_ &
|
|
2761
|
+
if (((bitField0_ & 0x08000000) != 0)) {
|
|
2733
2762
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(26, facSimile_);
|
|
2734
2763
|
}
|
|
2735
|
-
if (((bitField0_ &
|
|
2764
|
+
if (((bitField0_ & 0x10000000) != 0)) {
|
|
2736
2765
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(27, mobile_);
|
|
2737
2766
|
}
|
|
2738
|
-
if (((bitField0_ &
|
|
2767
|
+
if (((bitField0_ & 0x20000000) != 0)) {
|
|
2739
2768
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(28, streetAddress_);
|
|
2740
2769
|
}
|
|
2741
|
-
if (((bitField0_ &
|
|
2770
|
+
if (((bitField0_ & 0x40000000) != 0)) {
|
|
2742
2771
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(29, city_);
|
|
2743
2772
|
}
|
|
2744
|
-
if (((bitField0_ &
|
|
2773
|
+
if (((bitField0_ & 0x80000000) != 0)) {
|
|
2745
2774
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(30, country_);
|
|
2746
2775
|
}
|
|
2747
|
-
if (((
|
|
2776
|
+
if (((bitField1_ & 0x00000001) != 0)) {
|
|
2748
2777
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(31, department_);
|
|
2749
2778
|
}
|
|
2750
|
-
if (((bitField1_ &
|
|
2779
|
+
if (((bitField1_ & 0x00000002) != 0)) {
|
|
2751
2780
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(32, deliveryOfficeName_);
|
|
2752
2781
|
}
|
|
2753
|
-
if (((bitField1_ &
|
|
2782
|
+
if (((bitField1_ & 0x00000004) != 0)) {
|
|
2754
2783
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(33, countryAbbreviation_);
|
|
2755
2784
|
}
|
|
2756
|
-
if (((bitField1_ &
|
|
2785
|
+
if (((bitField1_ & 0x00000008) != 0)) {
|
|
2757
2786
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(34, postalCode_);
|
|
2758
2787
|
}
|
|
2759
|
-
if (((bitField1_ &
|
|
2788
|
+
if (((bitField1_ & 0x00000010) != 0)) {
|
|
2760
2789
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(35, countryCode_);
|
|
2761
2790
|
}
|
|
2762
|
-
if (((bitField1_ &
|
|
2791
|
+
if (((bitField1_ & 0x00000020) != 0)) {
|
|
2763
2792
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(36, principalName_);
|
|
2764
2793
|
}
|
|
2765
|
-
if (((bitField1_ &
|
|
2794
|
+
if (((bitField1_ & 0x00000040) != 0)) {
|
|
2766
2795
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(37, title_);
|
|
2767
2796
|
}
|
|
2768
|
-
if (((bitField1_ &
|
|
2797
|
+
if (((bitField1_ & 0x00000080) != 0)) {
|
|
2769
2798
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(38, division_);
|
|
2770
2799
|
}
|
|
2771
|
-
if (((bitField1_ &
|
|
2800
|
+
if (((bitField1_ & 0x00000100) != 0)) {
|
|
2772
2801
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(39, info_);
|
|
2773
2802
|
}
|
|
2774
|
-
if (((bitField1_ &
|
|
2803
|
+
if (((bitField1_ & 0x00000200) != 0)) {
|
|
2775
2804
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(40, homePhone_);
|
|
2776
2805
|
}
|
|
2777
|
-
if (((bitField1_ &
|
|
2806
|
+
if (((bitField1_ & 0x00000400) != 0)) {
|
|
2778
2807
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(41, pager_);
|
|
2779
2808
|
}
|
|
2780
|
-
if (((bitField1_ &
|
|
2809
|
+
if (((bitField1_ & 0x00000800) != 0)) {
|
|
2781
2810
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(42, ipPhone_);
|
|
2782
2811
|
}
|
|
2783
|
-
if (((bitField1_ &
|
|
2812
|
+
if (((bitField1_ & 0x00001000) != 0)) {
|
|
2784
2813
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(43, homePage_);
|
|
2785
2814
|
}
|
|
2786
|
-
if (((bitField1_ &
|
|
2815
|
+
if (((bitField1_ & 0x00002000) != 0)) {
|
|
2787
2816
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(44, postOfficeBox_);
|
|
2788
2817
|
}
|
|
2789
|
-
if (((bitField1_ &
|
|
2818
|
+
if (((bitField1_ & 0x00004000) != 0)) {
|
|
2790
2819
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(45, state_);
|
|
2791
2820
|
}
|
|
2792
|
-
if (((bitField1_ &
|
|
2821
|
+
if (((bitField1_ & 0x00008000) != 0)) {
|
|
2793
2822
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(46, profilePath_);
|
|
2794
2823
|
}
|
|
2795
|
-
if (((bitField1_ &
|
|
2824
|
+
if (((bitField1_ & 0x00010000) != 0)) {
|
|
2796
2825
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(47, scriptPath_);
|
|
2797
2826
|
}
|
|
2798
|
-
if (((bitField1_ &
|
|
2827
|
+
if (((bitField1_ & 0x00020000) != 0)) {
|
|
2799
2828
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(48, homeDirectory_);
|
|
2800
2829
|
}
|
|
2801
|
-
if (((bitField1_ &
|
|
2830
|
+
if (((bitField1_ & 0x00040000) != 0)) {
|
|
2802
2831
|
size += com.google.protobuf.CodedOutputStream
|
|
2803
2832
|
.computeBytesSize(49, thumbnailPhoto_);
|
|
2804
2833
|
}
|
|
2805
|
-
if (((bitField1_ &
|
|
2834
|
+
if (((bitField1_ & 0x00080000) != 0)) {
|
|
2806
2835
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(50, employeeId_);
|
|
2807
2836
|
}
|
|
2808
|
-
if (((bitField1_ &
|
|
2837
|
+
if (((bitField1_ & 0x00100000) != 0)) {
|
|
2809
2838
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(51, employeeNumber_);
|
|
2810
2839
|
}
|
|
2811
|
-
if (((bitField1_ &
|
|
2840
|
+
if (((bitField1_ & 0x00200000) != 0)) {
|
|
2812
2841
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(52, employeeType_);
|
|
2813
2842
|
}
|
|
2814
|
-
if (((bitField1_ &
|
|
2843
|
+
if (((bitField1_ & 0x00400000) != 0)) {
|
|
2815
2844
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(53, initials_);
|
|
2816
2845
|
}
|
|
2817
|
-
if (((bitField1_ &
|
|
2846
|
+
if (((bitField1_ & 0x00800000) != 0)) {
|
|
2818
2847
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(54, middleName_);
|
|
2819
2848
|
}
|
|
2820
|
-
if (((bitField1_ &
|
|
2849
|
+
if (((bitField1_ & 0x01000000) != 0)) {
|
|
2821
2850
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(55, primaryGroupOid_);
|
|
2822
2851
|
}
|
|
2823
|
-
if (((bitField1_ &
|
|
2852
|
+
if (((bitField1_ & 0x02000000) != 0)) {
|
|
2824
2853
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(56, managerOid_);
|
|
2825
2854
|
}
|
|
2826
2855
|
{
|
|
@@ -2831,9 +2860,13 @@ private static final long serialVersionUID = 0L;
|
|
|
2831
2860
|
size += dataSize;
|
|
2832
2861
|
size += 2 * getMemberOfOidList().size();
|
|
2833
2862
|
}
|
|
2834
|
-
if (((bitField0_ &
|
|
2863
|
+
if (((bitField0_ & 0x00000020) != 0)) {
|
|
2835
2864
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(58, domain_);
|
|
2836
2865
|
}
|
|
2866
|
+
if (((bitField0_ & 0x00000002) != 0)) {
|
|
2867
|
+
size += com.google.protobuf.CodedOutputStream
|
|
2868
|
+
.computeMessageSize(59, getAdDomain());
|
|
2869
|
+
}
|
|
2837
2870
|
size += getUnknownFields().getSerializedSize();
|
|
2838
2871
|
memoizedSize = size;
|
|
2839
2872
|
return size;
|
|
@@ -2854,6 +2887,11 @@ private static final long serialVersionUID = 0L;
|
|
|
2854
2887
|
if (!getAdObject()
|
|
2855
2888
|
.equals(other.getAdObject())) return false;
|
|
2856
2889
|
}
|
|
2890
|
+
if (hasAdDomain() != other.hasAdDomain()) return false;
|
|
2891
|
+
if (hasAdDomain()) {
|
|
2892
|
+
if (!getAdDomain()
|
|
2893
|
+
.equals(other.getAdDomain())) return false;
|
|
2894
|
+
}
|
|
2857
2895
|
if (hasSamAccountName() != other.hasSamAccountName()) return false;
|
|
2858
2896
|
if (hasSamAccountName()) {
|
|
2859
2897
|
if (!getSamAccountName()
|
|
@@ -3151,6 +3189,10 @@ private static final long serialVersionUID = 0L;
|
|
|
3151
3189
|
hash = (37 * hash) + AD_OBJECT_FIELD_NUMBER;
|
|
3152
3190
|
hash = (53 * hash) + getAdObject().hashCode();
|
|
3153
3191
|
}
|
|
3192
|
+
if (hasAdDomain()) {
|
|
3193
|
+
hash = (37 * hash) + AD_DOMAIN_FIELD_NUMBER;
|
|
3194
|
+
hash = (53 * hash) + getAdDomain().hashCode();
|
|
3195
|
+
}
|
|
3154
3196
|
if (hasSamAccountName()) {
|
|
3155
3197
|
hash = (37 * hash) + SAM_ACCOUNT_NAME_FIELD_NUMBER;
|
|
3156
3198
|
hash = (53 * hash) + getSamAccountName().hashCode();
|
|
@@ -3519,6 +3561,7 @@ private static final long serialVersionUID = 0L;
|
|
|
3519
3561
|
if (com.google.protobuf.GeneratedMessageV3
|
|
3520
3562
|
.alwaysUseFieldBuilders) {
|
|
3521
3563
|
getAdObjectFieldBuilder();
|
|
3564
|
+
getAdDomainFieldBuilder();
|
|
3522
3565
|
getAccountExpiresFieldBuilder();
|
|
3523
3566
|
getLockoutTimeFieldBuilder();
|
|
3524
3567
|
getPasswordLastSetFieldBuilder();
|
|
@@ -3538,6 +3581,11 @@ private static final long serialVersionUID = 0L;
|
|
|
3538
3581
|
adObjectBuilder_.dispose();
|
|
3539
3582
|
adObjectBuilder_ = null;
|
|
3540
3583
|
}
|
|
3584
|
+
adDomain_ = null;
|
|
3585
|
+
if (adDomainBuilder_ != null) {
|
|
3586
|
+
adDomainBuilder_.dispose();
|
|
3587
|
+
adDomainBuilder_ = null;
|
|
3588
|
+
}
|
|
3541
3589
|
samAccountName_ = "";
|
|
3542
3590
|
cn_ = "";
|
|
3543
3591
|
ou_ = "";
|
|
@@ -3666,141 +3714,143 @@ private static final long serialVersionUID = 0L;
|
|
|
3666
3714
|
to_bitField0_ |= 0x00000001;
|
|
3667
3715
|
}
|
|
3668
3716
|
if (((from_bitField0_ & 0x00000002) != 0)) {
|
|
3669
|
-
result.
|
|
3717
|
+
result.adDomain_ = adDomainBuilder_ == null
|
|
3718
|
+
? adDomain_
|
|
3719
|
+
: adDomainBuilder_.build();
|
|
3670
3720
|
to_bitField0_ |= 0x00000002;
|
|
3671
3721
|
}
|
|
3672
3722
|
if (((from_bitField0_ & 0x00000004) != 0)) {
|
|
3673
|
-
result.
|
|
3723
|
+
result.samAccountName_ = samAccountName_;
|
|
3674
3724
|
to_bitField0_ |= 0x00000004;
|
|
3675
3725
|
}
|
|
3676
3726
|
if (((from_bitField0_ & 0x00000008) != 0)) {
|
|
3677
|
-
result.
|
|
3727
|
+
result.cn_ = cn_;
|
|
3678
3728
|
to_bitField0_ |= 0x00000008;
|
|
3679
3729
|
}
|
|
3680
3730
|
if (((from_bitField0_ & 0x00000010) != 0)) {
|
|
3681
|
-
result.
|
|
3731
|
+
result.ou_ = ou_;
|
|
3682
3732
|
to_bitField0_ |= 0x00000010;
|
|
3683
3733
|
}
|
|
3684
3734
|
if (((from_bitField0_ & 0x00000020) != 0)) {
|
|
3685
|
-
result.
|
|
3735
|
+
result.domain_ = domain_;
|
|
3686
3736
|
to_bitField0_ |= 0x00000020;
|
|
3687
3737
|
}
|
|
3688
3738
|
if (((from_bitField0_ & 0x00000040) != 0)) {
|
|
3689
|
-
result.
|
|
3739
|
+
result.description_ = description_;
|
|
3690
3740
|
to_bitField0_ |= 0x00000040;
|
|
3691
3741
|
}
|
|
3692
3742
|
if (((from_bitField0_ & 0x00000080) != 0)) {
|
|
3693
|
-
result.
|
|
3743
|
+
result.comment_ = comment_;
|
|
3694
3744
|
to_bitField0_ |= 0x00000080;
|
|
3695
3745
|
}
|
|
3696
3746
|
if (((from_bitField0_ & 0x00000100) != 0)) {
|
|
3697
|
-
result.
|
|
3747
|
+
result.company_ = company_;
|
|
3698
3748
|
to_bitField0_ |= 0x00000100;
|
|
3699
3749
|
}
|
|
3700
3750
|
if (((from_bitField0_ & 0x00000200) != 0)) {
|
|
3701
|
-
result.
|
|
3751
|
+
result.primaryGroupId_ = primaryGroupId_;
|
|
3702
3752
|
to_bitField0_ |= 0x00000200;
|
|
3703
3753
|
}
|
|
3704
3754
|
if (((from_bitField0_ & 0x00000400) != 0)) {
|
|
3705
|
-
result.
|
|
3755
|
+
result.enabled_ = enabled_;
|
|
3706
3756
|
to_bitField0_ |= 0x00000400;
|
|
3707
3757
|
}
|
|
3708
3758
|
if (((from_bitField0_ & 0x00000800) != 0)) {
|
|
3759
|
+
result.userAccountControl_ = userAccountControl_;
|
|
3760
|
+
to_bitField0_ |= 0x00000800;
|
|
3761
|
+
}
|
|
3762
|
+
if (((from_bitField0_ & 0x00001000) != 0)) {
|
|
3709
3763
|
result.accountExpires_ = accountExpiresBuilder_ == null
|
|
3710
3764
|
? accountExpires_
|
|
3711
3765
|
: accountExpiresBuilder_.build();
|
|
3712
|
-
to_bitField0_ |=
|
|
3766
|
+
to_bitField0_ |= 0x00001000;
|
|
3713
3767
|
}
|
|
3714
|
-
if (((from_bitField0_ &
|
|
3768
|
+
if (((from_bitField0_ & 0x00002000) != 0)) {
|
|
3715
3769
|
result.lockoutTime_ = lockoutTimeBuilder_ == null
|
|
3716
3770
|
? lockoutTime_
|
|
3717
3771
|
: lockoutTimeBuilder_.build();
|
|
3718
|
-
to_bitField0_ |=
|
|
3772
|
+
to_bitField0_ |= 0x00002000;
|
|
3719
3773
|
}
|
|
3720
|
-
if (((from_bitField0_ &
|
|
3774
|
+
if (((from_bitField0_ & 0x00004000) != 0)) {
|
|
3721
3775
|
result.passwordLastSet_ = passwordLastSetBuilder_ == null
|
|
3722
3776
|
? passwordLastSet_
|
|
3723
3777
|
: passwordLastSetBuilder_.build();
|
|
3724
|
-
to_bitField0_ |=
|
|
3778
|
+
to_bitField0_ |= 0x00004000;
|
|
3725
3779
|
}
|
|
3726
|
-
if (((from_bitField0_ &
|
|
3780
|
+
if (((from_bitField0_ & 0x00008000) != 0)) {
|
|
3727
3781
|
result.lastLogon_ = lastLogonBuilder_ == null
|
|
3728
3782
|
? lastLogon_
|
|
3729
3783
|
: lastLogonBuilder_.build();
|
|
3730
|
-
to_bitField0_ |=
|
|
3784
|
+
to_bitField0_ |= 0x00008000;
|
|
3731
3785
|
}
|
|
3732
|
-
if (((from_bitField0_ &
|
|
3786
|
+
if (((from_bitField0_ & 0x00010000) != 0)) {
|
|
3733
3787
|
result.lockoutDate_ = lockoutDateBuilder_ == null
|
|
3734
3788
|
? lockoutDate_
|
|
3735
3789
|
: lockoutDateBuilder_.build();
|
|
3736
|
-
to_bitField0_ |= 0x00008000;
|
|
3737
|
-
}
|
|
3738
|
-
if (((from_bitField0_ & 0x00010000) != 0)) {
|
|
3739
|
-
result.canUserChangePassword_ = canUserChangePassword_;
|
|
3740
3790
|
to_bitField0_ |= 0x00010000;
|
|
3741
3791
|
}
|
|
3742
3792
|
if (((from_bitField0_ & 0x00020000) != 0)) {
|
|
3743
|
-
result.
|
|
3744
|
-
? passwordExpirationDate_
|
|
3745
|
-
: passwordExpirationDateBuilder_.build();
|
|
3793
|
+
result.canUserChangePassword_ = canUserChangePassword_;
|
|
3746
3794
|
to_bitField0_ |= 0x00020000;
|
|
3747
3795
|
}
|
|
3748
3796
|
if (((from_bitField0_ & 0x00040000) != 0)) {
|
|
3749
|
-
result.
|
|
3797
|
+
result.passwordExpirationDate_ = passwordExpirationDateBuilder_ == null
|
|
3798
|
+
? passwordExpirationDate_
|
|
3799
|
+
: passwordExpirationDateBuilder_.build();
|
|
3750
3800
|
to_bitField0_ |= 0x00040000;
|
|
3751
3801
|
}
|
|
3752
3802
|
if (((from_bitField0_ & 0x00080000) != 0)) {
|
|
3753
|
-
result.
|
|
3803
|
+
result.passwordNeverExpires_ = passwordNeverExpires_;
|
|
3754
3804
|
to_bitField0_ |= 0x00080000;
|
|
3755
3805
|
}
|
|
3756
3806
|
if (((from_bitField0_ & 0x00100000) != 0)) {
|
|
3757
|
-
result.
|
|
3758
|
-
? passwordChangeableDate_
|
|
3759
|
-
: passwordChangeableDateBuilder_.build();
|
|
3807
|
+
result.passwordRequired_ = passwordRequired_;
|
|
3760
3808
|
to_bitField0_ |= 0x00100000;
|
|
3761
3809
|
}
|
|
3762
3810
|
if (((from_bitField0_ & 0x00200000) != 0)) {
|
|
3763
|
-
result.
|
|
3811
|
+
result.passwordChangeableDate_ = passwordChangeableDateBuilder_ == null
|
|
3812
|
+
? passwordChangeableDate_
|
|
3813
|
+
: passwordChangeableDateBuilder_.build();
|
|
3764
3814
|
to_bitField0_ |= 0x00200000;
|
|
3765
3815
|
}
|
|
3766
3816
|
if (((from_bitField0_ & 0x00400000) != 0)) {
|
|
3767
|
-
result.
|
|
3817
|
+
result.email_ = email_;
|
|
3768
3818
|
to_bitField0_ |= 0x00400000;
|
|
3769
3819
|
}
|
|
3770
3820
|
if (((from_bitField0_ & 0x00800000) != 0)) {
|
|
3771
|
-
result.
|
|
3821
|
+
result.displayName_ = displayName_;
|
|
3772
3822
|
to_bitField0_ |= 0x00800000;
|
|
3773
3823
|
}
|
|
3774
3824
|
if (((from_bitField0_ & 0x01000000) != 0)) {
|
|
3775
|
-
result.
|
|
3825
|
+
result.givenName_ = givenName_;
|
|
3776
3826
|
to_bitField0_ |= 0x01000000;
|
|
3777
3827
|
}
|
|
3778
3828
|
if (((from_bitField0_ & 0x02000000) != 0)) {
|
|
3779
|
-
result.
|
|
3829
|
+
result.surname_ = surname_;
|
|
3780
3830
|
to_bitField0_ |= 0x02000000;
|
|
3781
3831
|
}
|
|
3782
3832
|
if (((from_bitField0_ & 0x04000000) != 0)) {
|
|
3783
|
-
result.
|
|
3833
|
+
result.telephone_ = telephone_;
|
|
3784
3834
|
to_bitField0_ |= 0x04000000;
|
|
3785
3835
|
}
|
|
3786
3836
|
if (((from_bitField0_ & 0x08000000) != 0)) {
|
|
3787
|
-
result.
|
|
3837
|
+
result.facSimile_ = facSimile_;
|
|
3788
3838
|
to_bitField0_ |= 0x08000000;
|
|
3789
3839
|
}
|
|
3790
3840
|
if (((from_bitField0_ & 0x10000000) != 0)) {
|
|
3791
|
-
result.
|
|
3841
|
+
result.mobile_ = mobile_;
|
|
3792
3842
|
to_bitField0_ |= 0x10000000;
|
|
3793
3843
|
}
|
|
3794
3844
|
if (((from_bitField0_ & 0x20000000) != 0)) {
|
|
3795
|
-
result.
|
|
3845
|
+
result.streetAddress_ = streetAddress_;
|
|
3796
3846
|
to_bitField0_ |= 0x20000000;
|
|
3797
3847
|
}
|
|
3798
3848
|
if (((from_bitField0_ & 0x40000000) != 0)) {
|
|
3799
|
-
result.
|
|
3849
|
+
result.city_ = city_;
|
|
3800
3850
|
to_bitField0_ |= 0x40000000;
|
|
3801
3851
|
}
|
|
3802
3852
|
if (((from_bitField0_ & 0x80000000) != 0)) {
|
|
3803
|
-
result.
|
|
3853
|
+
result.country_ = country_;
|
|
3804
3854
|
to_bitField0_ |= 0x80000000;
|
|
3805
3855
|
}
|
|
3806
3856
|
result.bitField0_ |= to_bitField0_;
|
|
@@ -3810,106 +3860,110 @@ private static final long serialVersionUID = 0L;
|
|
|
3810
3860
|
int from_bitField1_ = bitField1_;
|
|
3811
3861
|
int to_bitField1_ = 0;
|
|
3812
3862
|
if (((from_bitField1_ & 0x00000001) != 0)) {
|
|
3813
|
-
result.
|
|
3863
|
+
result.department_ = department_;
|
|
3814
3864
|
to_bitField1_ |= 0x00000001;
|
|
3815
3865
|
}
|
|
3816
3866
|
if (((from_bitField1_ & 0x00000002) != 0)) {
|
|
3817
|
-
result.
|
|
3867
|
+
result.deliveryOfficeName_ = deliveryOfficeName_;
|
|
3818
3868
|
to_bitField1_ |= 0x00000002;
|
|
3819
3869
|
}
|
|
3820
3870
|
if (((from_bitField1_ & 0x00000004) != 0)) {
|
|
3821
|
-
result.
|
|
3871
|
+
result.countryAbbreviation_ = countryAbbreviation_;
|
|
3822
3872
|
to_bitField1_ |= 0x00000004;
|
|
3823
3873
|
}
|
|
3824
3874
|
if (((from_bitField1_ & 0x00000008) != 0)) {
|
|
3825
|
-
result.
|
|
3875
|
+
result.postalCode_ = postalCode_;
|
|
3826
3876
|
to_bitField1_ |= 0x00000008;
|
|
3827
3877
|
}
|
|
3828
3878
|
if (((from_bitField1_ & 0x00000010) != 0)) {
|
|
3829
|
-
result.
|
|
3879
|
+
result.countryCode_ = countryCode_;
|
|
3830
3880
|
to_bitField1_ |= 0x00000010;
|
|
3831
3881
|
}
|
|
3832
3882
|
if (((from_bitField1_ & 0x00000020) != 0)) {
|
|
3833
|
-
result.
|
|
3883
|
+
result.principalName_ = principalName_;
|
|
3834
3884
|
to_bitField1_ |= 0x00000020;
|
|
3835
3885
|
}
|
|
3836
3886
|
if (((from_bitField1_ & 0x00000040) != 0)) {
|
|
3837
|
-
result.
|
|
3887
|
+
result.title_ = title_;
|
|
3838
3888
|
to_bitField1_ |= 0x00000040;
|
|
3839
3889
|
}
|
|
3840
3890
|
if (((from_bitField1_ & 0x00000080) != 0)) {
|
|
3841
|
-
result.
|
|
3891
|
+
result.division_ = division_;
|
|
3842
3892
|
to_bitField1_ |= 0x00000080;
|
|
3843
3893
|
}
|
|
3844
3894
|
if (((from_bitField1_ & 0x00000100) != 0)) {
|
|
3845
|
-
result.
|
|
3895
|
+
result.info_ = info_;
|
|
3846
3896
|
to_bitField1_ |= 0x00000100;
|
|
3847
3897
|
}
|
|
3848
3898
|
if (((from_bitField1_ & 0x00000200) != 0)) {
|
|
3849
|
-
result.
|
|
3899
|
+
result.homePhone_ = homePhone_;
|
|
3850
3900
|
to_bitField1_ |= 0x00000200;
|
|
3851
3901
|
}
|
|
3852
3902
|
if (((from_bitField1_ & 0x00000400) != 0)) {
|
|
3853
|
-
result.
|
|
3903
|
+
result.pager_ = pager_;
|
|
3854
3904
|
to_bitField1_ |= 0x00000400;
|
|
3855
3905
|
}
|
|
3856
3906
|
if (((from_bitField1_ & 0x00000800) != 0)) {
|
|
3857
|
-
result.
|
|
3907
|
+
result.ipPhone_ = ipPhone_;
|
|
3858
3908
|
to_bitField1_ |= 0x00000800;
|
|
3859
3909
|
}
|
|
3860
3910
|
if (((from_bitField1_ & 0x00001000) != 0)) {
|
|
3861
|
-
result.
|
|
3911
|
+
result.homePage_ = homePage_;
|
|
3862
3912
|
to_bitField1_ |= 0x00001000;
|
|
3863
3913
|
}
|
|
3864
3914
|
if (((from_bitField1_ & 0x00002000) != 0)) {
|
|
3865
|
-
result.
|
|
3915
|
+
result.postOfficeBox_ = postOfficeBox_;
|
|
3866
3916
|
to_bitField1_ |= 0x00002000;
|
|
3867
3917
|
}
|
|
3868
3918
|
if (((from_bitField1_ & 0x00004000) != 0)) {
|
|
3869
|
-
result.
|
|
3919
|
+
result.state_ = state_;
|
|
3870
3920
|
to_bitField1_ |= 0x00004000;
|
|
3871
3921
|
}
|
|
3872
3922
|
if (((from_bitField1_ & 0x00008000) != 0)) {
|
|
3873
|
-
result.
|
|
3923
|
+
result.profilePath_ = profilePath_;
|
|
3874
3924
|
to_bitField1_ |= 0x00008000;
|
|
3875
3925
|
}
|
|
3876
3926
|
if (((from_bitField1_ & 0x00010000) != 0)) {
|
|
3877
|
-
result.
|
|
3927
|
+
result.scriptPath_ = scriptPath_;
|
|
3878
3928
|
to_bitField1_ |= 0x00010000;
|
|
3879
3929
|
}
|
|
3880
3930
|
if (((from_bitField1_ & 0x00020000) != 0)) {
|
|
3881
|
-
result.
|
|
3931
|
+
result.homeDirectory_ = homeDirectory_;
|
|
3882
3932
|
to_bitField1_ |= 0x00020000;
|
|
3883
3933
|
}
|
|
3884
3934
|
if (((from_bitField1_ & 0x00040000) != 0)) {
|
|
3885
|
-
result.
|
|
3935
|
+
result.thumbnailPhoto_ = thumbnailPhoto_;
|
|
3886
3936
|
to_bitField1_ |= 0x00040000;
|
|
3887
3937
|
}
|
|
3888
3938
|
if (((from_bitField1_ & 0x00080000) != 0)) {
|
|
3889
|
-
result.
|
|
3939
|
+
result.employeeId_ = employeeId_;
|
|
3890
3940
|
to_bitField1_ |= 0x00080000;
|
|
3891
3941
|
}
|
|
3892
3942
|
if (((from_bitField1_ & 0x00100000) != 0)) {
|
|
3893
|
-
result.
|
|
3943
|
+
result.employeeNumber_ = employeeNumber_;
|
|
3894
3944
|
to_bitField1_ |= 0x00100000;
|
|
3895
3945
|
}
|
|
3896
3946
|
if (((from_bitField1_ & 0x00200000) != 0)) {
|
|
3897
|
-
result.
|
|
3947
|
+
result.employeeType_ = employeeType_;
|
|
3898
3948
|
to_bitField1_ |= 0x00200000;
|
|
3899
3949
|
}
|
|
3900
3950
|
if (((from_bitField1_ & 0x00400000) != 0)) {
|
|
3901
|
-
result.
|
|
3951
|
+
result.initials_ = initials_;
|
|
3902
3952
|
to_bitField1_ |= 0x00400000;
|
|
3903
3953
|
}
|
|
3904
3954
|
if (((from_bitField1_ & 0x00800000) != 0)) {
|
|
3905
|
-
result.
|
|
3955
|
+
result.middleName_ = middleName_;
|
|
3906
3956
|
to_bitField1_ |= 0x00800000;
|
|
3907
3957
|
}
|
|
3908
3958
|
if (((from_bitField1_ & 0x01000000) != 0)) {
|
|
3909
|
-
result.
|
|
3959
|
+
result.primaryGroupOid_ = primaryGroupOid_;
|
|
3910
3960
|
to_bitField1_ |= 0x01000000;
|
|
3911
3961
|
}
|
|
3912
3962
|
if (((from_bitField1_ & 0x02000000) != 0)) {
|
|
3963
|
+
result.managerOid_ = managerOid_;
|
|
3964
|
+
to_bitField1_ |= 0x02000000;
|
|
3965
|
+
}
|
|
3966
|
+
if (((from_bitField1_ & 0x04000000) != 0)) {
|
|
3913
3967
|
memberOfOid_.makeImmutable();
|
|
3914
3968
|
result.memberOfOid_ = memberOfOid_;
|
|
3915
3969
|
}
|
|
@@ -3963,39 +4017,42 @@ private static final long serialVersionUID = 0L;
|
|
|
3963
4017
|
if (other.hasAdObject()) {
|
|
3964
4018
|
mergeAdObject(other.getAdObject());
|
|
3965
4019
|
}
|
|
4020
|
+
if (other.hasAdDomain()) {
|
|
4021
|
+
mergeAdDomain(other.getAdDomain());
|
|
4022
|
+
}
|
|
3966
4023
|
if (other.hasSamAccountName()) {
|
|
3967
4024
|
samAccountName_ = other.samAccountName_;
|
|
3968
|
-
bitField0_ |=
|
|
4025
|
+
bitField0_ |= 0x00000004;
|
|
3969
4026
|
onChanged();
|
|
3970
4027
|
}
|
|
3971
4028
|
if (other.hasCn()) {
|
|
3972
4029
|
cn_ = other.cn_;
|
|
3973
|
-
bitField0_ |=
|
|
4030
|
+
bitField0_ |= 0x00000008;
|
|
3974
4031
|
onChanged();
|
|
3975
4032
|
}
|
|
3976
4033
|
if (other.hasOu()) {
|
|
3977
4034
|
ou_ = other.ou_;
|
|
3978
|
-
bitField0_ |=
|
|
4035
|
+
bitField0_ |= 0x00000010;
|
|
3979
4036
|
onChanged();
|
|
3980
4037
|
}
|
|
3981
4038
|
if (other.hasDomain()) {
|
|
3982
4039
|
domain_ = other.domain_;
|
|
3983
|
-
bitField0_ |=
|
|
4040
|
+
bitField0_ |= 0x00000020;
|
|
3984
4041
|
onChanged();
|
|
3985
4042
|
}
|
|
3986
4043
|
if (other.hasDescription()) {
|
|
3987
4044
|
description_ = other.description_;
|
|
3988
|
-
bitField0_ |=
|
|
4045
|
+
bitField0_ |= 0x00000040;
|
|
3989
4046
|
onChanged();
|
|
3990
4047
|
}
|
|
3991
4048
|
if (other.hasComment()) {
|
|
3992
4049
|
comment_ = other.comment_;
|
|
3993
|
-
bitField0_ |=
|
|
4050
|
+
bitField0_ |= 0x00000080;
|
|
3994
4051
|
onChanged();
|
|
3995
4052
|
}
|
|
3996
4053
|
if (other.hasCompany()) {
|
|
3997
4054
|
company_ = other.company_;
|
|
3998
|
-
bitField0_ |=
|
|
4055
|
+
bitField0_ |= 0x00000100;
|
|
3999
4056
|
onChanged();
|
|
4000
4057
|
}
|
|
4001
4058
|
if (other.hasPrimaryGroupId()) {
|
|
@@ -4039,142 +4096,142 @@ private static final long serialVersionUID = 0L;
|
|
|
4039
4096
|
}
|
|
4040
4097
|
if (other.hasEmail()) {
|
|
4041
4098
|
email_ = other.email_;
|
|
4042
|
-
bitField0_ |=
|
|
4099
|
+
bitField0_ |= 0x00400000;
|
|
4043
4100
|
onChanged();
|
|
4044
4101
|
}
|
|
4045
4102
|
if (other.hasDisplayName()) {
|
|
4046
4103
|
displayName_ = other.displayName_;
|
|
4047
|
-
bitField0_ |=
|
|
4104
|
+
bitField0_ |= 0x00800000;
|
|
4048
4105
|
onChanged();
|
|
4049
4106
|
}
|
|
4050
4107
|
if (other.hasGivenName()) {
|
|
4051
4108
|
givenName_ = other.givenName_;
|
|
4052
|
-
bitField0_ |=
|
|
4109
|
+
bitField0_ |= 0x01000000;
|
|
4053
4110
|
onChanged();
|
|
4054
4111
|
}
|
|
4055
4112
|
if (other.hasSurname()) {
|
|
4056
4113
|
surname_ = other.surname_;
|
|
4057
|
-
bitField0_ |=
|
|
4114
|
+
bitField0_ |= 0x02000000;
|
|
4058
4115
|
onChanged();
|
|
4059
4116
|
}
|
|
4060
4117
|
if (other.hasTelephone()) {
|
|
4061
4118
|
telephone_ = other.telephone_;
|
|
4062
|
-
bitField0_ |=
|
|
4119
|
+
bitField0_ |= 0x04000000;
|
|
4063
4120
|
onChanged();
|
|
4064
4121
|
}
|
|
4065
4122
|
if (other.hasFacSimile()) {
|
|
4066
4123
|
facSimile_ = other.facSimile_;
|
|
4067
|
-
bitField0_ |=
|
|
4124
|
+
bitField0_ |= 0x08000000;
|
|
4068
4125
|
onChanged();
|
|
4069
4126
|
}
|
|
4070
4127
|
if (other.hasMobile()) {
|
|
4071
4128
|
mobile_ = other.mobile_;
|
|
4072
|
-
bitField0_ |=
|
|
4129
|
+
bitField0_ |= 0x10000000;
|
|
4073
4130
|
onChanged();
|
|
4074
4131
|
}
|
|
4075
4132
|
if (other.hasStreetAddress()) {
|
|
4076
4133
|
streetAddress_ = other.streetAddress_;
|
|
4077
|
-
bitField0_ |=
|
|
4134
|
+
bitField0_ |= 0x20000000;
|
|
4078
4135
|
onChanged();
|
|
4079
4136
|
}
|
|
4080
4137
|
if (other.hasCity()) {
|
|
4081
4138
|
city_ = other.city_;
|
|
4082
|
-
bitField0_ |=
|
|
4139
|
+
bitField0_ |= 0x40000000;
|
|
4083
4140
|
onChanged();
|
|
4084
4141
|
}
|
|
4085
4142
|
if (other.hasCountry()) {
|
|
4086
4143
|
country_ = other.country_;
|
|
4087
|
-
bitField0_ |=
|
|
4144
|
+
bitField0_ |= 0x80000000;
|
|
4088
4145
|
onChanged();
|
|
4089
4146
|
}
|
|
4090
4147
|
if (other.hasDepartment()) {
|
|
4091
4148
|
department_ = other.department_;
|
|
4092
|
-
|
|
4149
|
+
bitField1_ |= 0x00000001;
|
|
4093
4150
|
onChanged();
|
|
4094
4151
|
}
|
|
4095
4152
|
if (other.hasDeliveryOfficeName()) {
|
|
4096
4153
|
deliveryOfficeName_ = other.deliveryOfficeName_;
|
|
4097
|
-
bitField1_ |=
|
|
4154
|
+
bitField1_ |= 0x00000002;
|
|
4098
4155
|
onChanged();
|
|
4099
4156
|
}
|
|
4100
4157
|
if (other.hasCountryAbbreviation()) {
|
|
4101
4158
|
countryAbbreviation_ = other.countryAbbreviation_;
|
|
4102
|
-
bitField1_ |=
|
|
4159
|
+
bitField1_ |= 0x00000004;
|
|
4103
4160
|
onChanged();
|
|
4104
4161
|
}
|
|
4105
4162
|
if (other.hasPostalCode()) {
|
|
4106
4163
|
postalCode_ = other.postalCode_;
|
|
4107
|
-
bitField1_ |=
|
|
4164
|
+
bitField1_ |= 0x00000008;
|
|
4108
4165
|
onChanged();
|
|
4109
4166
|
}
|
|
4110
4167
|
if (other.hasCountryCode()) {
|
|
4111
4168
|
countryCode_ = other.countryCode_;
|
|
4112
|
-
bitField1_ |=
|
|
4169
|
+
bitField1_ |= 0x00000010;
|
|
4113
4170
|
onChanged();
|
|
4114
4171
|
}
|
|
4115
4172
|
if (other.hasPrincipalName()) {
|
|
4116
4173
|
principalName_ = other.principalName_;
|
|
4117
|
-
bitField1_ |=
|
|
4174
|
+
bitField1_ |= 0x00000020;
|
|
4118
4175
|
onChanged();
|
|
4119
4176
|
}
|
|
4120
4177
|
if (other.hasTitle()) {
|
|
4121
4178
|
title_ = other.title_;
|
|
4122
|
-
bitField1_ |=
|
|
4179
|
+
bitField1_ |= 0x00000040;
|
|
4123
4180
|
onChanged();
|
|
4124
4181
|
}
|
|
4125
4182
|
if (other.hasDivision()) {
|
|
4126
4183
|
division_ = other.division_;
|
|
4127
|
-
bitField1_ |=
|
|
4184
|
+
bitField1_ |= 0x00000080;
|
|
4128
4185
|
onChanged();
|
|
4129
4186
|
}
|
|
4130
4187
|
if (other.hasInfo()) {
|
|
4131
4188
|
info_ = other.info_;
|
|
4132
|
-
bitField1_ |=
|
|
4189
|
+
bitField1_ |= 0x00000100;
|
|
4133
4190
|
onChanged();
|
|
4134
4191
|
}
|
|
4135
4192
|
if (other.hasHomePhone()) {
|
|
4136
4193
|
homePhone_ = other.homePhone_;
|
|
4137
|
-
bitField1_ |=
|
|
4194
|
+
bitField1_ |= 0x00000200;
|
|
4138
4195
|
onChanged();
|
|
4139
4196
|
}
|
|
4140
4197
|
if (other.hasPager()) {
|
|
4141
4198
|
pager_ = other.pager_;
|
|
4142
|
-
bitField1_ |=
|
|
4199
|
+
bitField1_ |= 0x00000400;
|
|
4143
4200
|
onChanged();
|
|
4144
4201
|
}
|
|
4145
4202
|
if (other.hasIpPhone()) {
|
|
4146
4203
|
ipPhone_ = other.ipPhone_;
|
|
4147
|
-
bitField1_ |=
|
|
4204
|
+
bitField1_ |= 0x00000800;
|
|
4148
4205
|
onChanged();
|
|
4149
4206
|
}
|
|
4150
4207
|
if (other.hasHomePage()) {
|
|
4151
4208
|
homePage_ = other.homePage_;
|
|
4152
|
-
bitField1_ |=
|
|
4209
|
+
bitField1_ |= 0x00001000;
|
|
4153
4210
|
onChanged();
|
|
4154
4211
|
}
|
|
4155
4212
|
if (other.hasPostOfficeBox()) {
|
|
4156
4213
|
postOfficeBox_ = other.postOfficeBox_;
|
|
4157
|
-
bitField1_ |=
|
|
4214
|
+
bitField1_ |= 0x00002000;
|
|
4158
4215
|
onChanged();
|
|
4159
4216
|
}
|
|
4160
4217
|
if (other.hasState()) {
|
|
4161
4218
|
state_ = other.state_;
|
|
4162
|
-
bitField1_ |=
|
|
4219
|
+
bitField1_ |= 0x00004000;
|
|
4163
4220
|
onChanged();
|
|
4164
4221
|
}
|
|
4165
4222
|
if (other.hasProfilePath()) {
|
|
4166
4223
|
profilePath_ = other.profilePath_;
|
|
4167
|
-
bitField1_ |=
|
|
4224
|
+
bitField1_ |= 0x00008000;
|
|
4168
4225
|
onChanged();
|
|
4169
4226
|
}
|
|
4170
4227
|
if (other.hasScriptPath()) {
|
|
4171
4228
|
scriptPath_ = other.scriptPath_;
|
|
4172
|
-
bitField1_ |=
|
|
4229
|
+
bitField1_ |= 0x00010000;
|
|
4173
4230
|
onChanged();
|
|
4174
4231
|
}
|
|
4175
4232
|
if (other.hasHomeDirectory()) {
|
|
4176
4233
|
homeDirectory_ = other.homeDirectory_;
|
|
4177
|
-
bitField1_ |=
|
|
4234
|
+
bitField1_ |= 0x00020000;
|
|
4178
4235
|
onChanged();
|
|
4179
4236
|
}
|
|
4180
4237
|
if (other.hasThumbnailPhoto()) {
|
|
@@ -4182,43 +4239,43 @@ private static final long serialVersionUID = 0L;
|
|
|
4182
4239
|
}
|
|
4183
4240
|
if (other.hasEmployeeId()) {
|
|
4184
4241
|
employeeId_ = other.employeeId_;
|
|
4185
|
-
bitField1_ |=
|
|
4242
|
+
bitField1_ |= 0x00080000;
|
|
4186
4243
|
onChanged();
|
|
4187
4244
|
}
|
|
4188
4245
|
if (other.hasEmployeeNumber()) {
|
|
4189
4246
|
employeeNumber_ = other.employeeNumber_;
|
|
4190
|
-
bitField1_ |=
|
|
4247
|
+
bitField1_ |= 0x00100000;
|
|
4191
4248
|
onChanged();
|
|
4192
4249
|
}
|
|
4193
4250
|
if (other.hasEmployeeType()) {
|
|
4194
4251
|
employeeType_ = other.employeeType_;
|
|
4195
|
-
bitField1_ |=
|
|
4252
|
+
bitField1_ |= 0x00200000;
|
|
4196
4253
|
onChanged();
|
|
4197
4254
|
}
|
|
4198
4255
|
if (other.hasInitials()) {
|
|
4199
4256
|
initials_ = other.initials_;
|
|
4200
|
-
bitField1_ |=
|
|
4257
|
+
bitField1_ |= 0x00400000;
|
|
4201
4258
|
onChanged();
|
|
4202
4259
|
}
|
|
4203
4260
|
if (other.hasMiddleName()) {
|
|
4204
4261
|
middleName_ = other.middleName_;
|
|
4205
|
-
bitField1_ |=
|
|
4262
|
+
bitField1_ |= 0x00800000;
|
|
4206
4263
|
onChanged();
|
|
4207
4264
|
}
|
|
4208
4265
|
if (other.hasPrimaryGroupOid()) {
|
|
4209
4266
|
primaryGroupOid_ = other.primaryGroupOid_;
|
|
4210
|
-
bitField1_ |=
|
|
4267
|
+
bitField1_ |= 0x01000000;
|
|
4211
4268
|
onChanged();
|
|
4212
4269
|
}
|
|
4213
4270
|
if (other.hasManagerOid()) {
|
|
4214
4271
|
managerOid_ = other.managerOid_;
|
|
4215
|
-
bitField1_ |=
|
|
4272
|
+
bitField1_ |= 0x02000000;
|
|
4216
4273
|
onChanged();
|
|
4217
4274
|
}
|
|
4218
4275
|
if (!other.memberOfOid_.isEmpty()) {
|
|
4219
4276
|
if (memberOfOid_.isEmpty()) {
|
|
4220
4277
|
memberOfOid_ = other.memberOfOid_;
|
|
4221
|
-
bitField1_ |=
|
|
4278
|
+
bitField1_ |= 0x04000000;
|
|
4222
4279
|
} else {
|
|
4223
4280
|
ensureMemberOfOidIsMutable();
|
|
4224
4281
|
memberOfOid_.addAll(other.memberOfOid_);
|
|
@@ -4260,291 +4317,291 @@ private static final long serialVersionUID = 0L;
|
|
|
4260
4317
|
} // case 10
|
|
4261
4318
|
case 18: {
|
|
4262
4319
|
samAccountName_ = input.readStringRequireUtf8();
|
|
4263
|
-
bitField0_ |=
|
|
4320
|
+
bitField0_ |= 0x00000004;
|
|
4264
4321
|
break;
|
|
4265
4322
|
} // case 18
|
|
4266
4323
|
case 26: {
|
|
4267
4324
|
cn_ = input.readStringRequireUtf8();
|
|
4268
|
-
bitField0_ |=
|
|
4325
|
+
bitField0_ |= 0x00000008;
|
|
4269
4326
|
break;
|
|
4270
4327
|
} // case 26
|
|
4271
4328
|
case 34: {
|
|
4272
4329
|
ou_ = input.readStringRequireUtf8();
|
|
4273
|
-
bitField0_ |=
|
|
4330
|
+
bitField0_ |= 0x00000010;
|
|
4274
4331
|
break;
|
|
4275
4332
|
} // case 34
|
|
4276
4333
|
case 42: {
|
|
4277
4334
|
description_ = input.readStringRequireUtf8();
|
|
4278
|
-
bitField0_ |=
|
|
4335
|
+
bitField0_ |= 0x00000040;
|
|
4279
4336
|
break;
|
|
4280
4337
|
} // case 42
|
|
4281
4338
|
case 50: {
|
|
4282
4339
|
comment_ = input.readStringRequireUtf8();
|
|
4283
|
-
bitField0_ |=
|
|
4340
|
+
bitField0_ |= 0x00000080;
|
|
4284
4341
|
break;
|
|
4285
4342
|
} // case 50
|
|
4286
4343
|
case 58: {
|
|
4287
4344
|
company_ = input.readStringRequireUtf8();
|
|
4288
|
-
bitField0_ |=
|
|
4345
|
+
bitField0_ |= 0x00000100;
|
|
4289
4346
|
break;
|
|
4290
4347
|
} // case 58
|
|
4291
4348
|
case 64: {
|
|
4292
4349
|
primaryGroupId_ = input.readInt32();
|
|
4293
|
-
bitField0_ |=
|
|
4350
|
+
bitField0_ |= 0x00000200;
|
|
4294
4351
|
break;
|
|
4295
4352
|
} // case 64
|
|
4296
4353
|
case 72: {
|
|
4297
4354
|
enabled_ = input.readBool();
|
|
4298
|
-
bitField0_ |=
|
|
4355
|
+
bitField0_ |= 0x00000400;
|
|
4299
4356
|
break;
|
|
4300
4357
|
} // case 72
|
|
4301
4358
|
case 80: {
|
|
4302
4359
|
userAccountControl_ = input.readInt32();
|
|
4303
|
-
bitField0_ |=
|
|
4360
|
+
bitField0_ |= 0x00000800;
|
|
4304
4361
|
break;
|
|
4305
4362
|
} // case 80
|
|
4306
4363
|
case 90: {
|
|
4307
4364
|
input.readMessage(
|
|
4308
4365
|
getAccountExpiresFieldBuilder().getBuilder(),
|
|
4309
4366
|
extensionRegistry);
|
|
4310
|
-
bitField0_ |=
|
|
4367
|
+
bitField0_ |= 0x00001000;
|
|
4311
4368
|
break;
|
|
4312
4369
|
} // case 90
|
|
4313
4370
|
case 98: {
|
|
4314
4371
|
input.readMessage(
|
|
4315
4372
|
getLockoutTimeFieldBuilder().getBuilder(),
|
|
4316
4373
|
extensionRegistry);
|
|
4317
|
-
bitField0_ |=
|
|
4374
|
+
bitField0_ |= 0x00002000;
|
|
4318
4375
|
break;
|
|
4319
4376
|
} // case 98
|
|
4320
4377
|
case 106: {
|
|
4321
4378
|
input.readMessage(
|
|
4322
4379
|
getPasswordLastSetFieldBuilder().getBuilder(),
|
|
4323
4380
|
extensionRegistry);
|
|
4324
|
-
bitField0_ |=
|
|
4381
|
+
bitField0_ |= 0x00004000;
|
|
4325
4382
|
break;
|
|
4326
4383
|
} // case 106
|
|
4327
4384
|
case 114: {
|
|
4328
4385
|
input.readMessage(
|
|
4329
4386
|
getLastLogonFieldBuilder().getBuilder(),
|
|
4330
4387
|
extensionRegistry);
|
|
4331
|
-
bitField0_ |=
|
|
4388
|
+
bitField0_ |= 0x00008000;
|
|
4332
4389
|
break;
|
|
4333
4390
|
} // case 114
|
|
4334
4391
|
case 122: {
|
|
4335
4392
|
input.readMessage(
|
|
4336
4393
|
getLockoutDateFieldBuilder().getBuilder(),
|
|
4337
4394
|
extensionRegistry);
|
|
4338
|
-
bitField0_ |=
|
|
4395
|
+
bitField0_ |= 0x00010000;
|
|
4339
4396
|
break;
|
|
4340
4397
|
} // case 122
|
|
4341
4398
|
case 128: {
|
|
4342
4399
|
canUserChangePassword_ = input.readBool();
|
|
4343
|
-
bitField0_ |=
|
|
4400
|
+
bitField0_ |= 0x00020000;
|
|
4344
4401
|
break;
|
|
4345
4402
|
} // case 128
|
|
4346
4403
|
case 138: {
|
|
4347
4404
|
input.readMessage(
|
|
4348
4405
|
getPasswordExpirationDateFieldBuilder().getBuilder(),
|
|
4349
4406
|
extensionRegistry);
|
|
4350
|
-
bitField0_ |=
|
|
4407
|
+
bitField0_ |= 0x00040000;
|
|
4351
4408
|
break;
|
|
4352
4409
|
} // case 138
|
|
4353
4410
|
case 144: {
|
|
4354
4411
|
passwordNeverExpires_ = input.readBool();
|
|
4355
|
-
bitField0_ |=
|
|
4412
|
+
bitField0_ |= 0x00080000;
|
|
4356
4413
|
break;
|
|
4357
4414
|
} // case 144
|
|
4358
4415
|
case 152: {
|
|
4359
4416
|
passwordRequired_ = input.readBool();
|
|
4360
|
-
bitField0_ |=
|
|
4417
|
+
bitField0_ |= 0x00100000;
|
|
4361
4418
|
break;
|
|
4362
4419
|
} // case 152
|
|
4363
4420
|
case 162: {
|
|
4364
4421
|
input.readMessage(
|
|
4365
4422
|
getPasswordChangeableDateFieldBuilder().getBuilder(),
|
|
4366
4423
|
extensionRegistry);
|
|
4367
|
-
bitField0_ |=
|
|
4424
|
+
bitField0_ |= 0x00200000;
|
|
4368
4425
|
break;
|
|
4369
4426
|
} // case 162
|
|
4370
4427
|
case 170: {
|
|
4371
4428
|
email_ = input.readStringRequireUtf8();
|
|
4372
|
-
bitField0_ |=
|
|
4429
|
+
bitField0_ |= 0x00400000;
|
|
4373
4430
|
break;
|
|
4374
4431
|
} // case 170
|
|
4375
4432
|
case 178: {
|
|
4376
4433
|
displayName_ = input.readStringRequireUtf8();
|
|
4377
|
-
bitField0_ |=
|
|
4434
|
+
bitField0_ |= 0x00800000;
|
|
4378
4435
|
break;
|
|
4379
4436
|
} // case 178
|
|
4380
4437
|
case 186: {
|
|
4381
4438
|
givenName_ = input.readStringRequireUtf8();
|
|
4382
|
-
bitField0_ |=
|
|
4439
|
+
bitField0_ |= 0x01000000;
|
|
4383
4440
|
break;
|
|
4384
4441
|
} // case 186
|
|
4385
4442
|
case 194: {
|
|
4386
4443
|
surname_ = input.readStringRequireUtf8();
|
|
4387
|
-
bitField0_ |=
|
|
4444
|
+
bitField0_ |= 0x02000000;
|
|
4388
4445
|
break;
|
|
4389
4446
|
} // case 194
|
|
4390
4447
|
case 202: {
|
|
4391
4448
|
telephone_ = input.readStringRequireUtf8();
|
|
4392
|
-
bitField0_ |=
|
|
4449
|
+
bitField0_ |= 0x04000000;
|
|
4393
4450
|
break;
|
|
4394
4451
|
} // case 202
|
|
4395
4452
|
case 210: {
|
|
4396
4453
|
facSimile_ = input.readStringRequireUtf8();
|
|
4397
|
-
bitField0_ |=
|
|
4454
|
+
bitField0_ |= 0x08000000;
|
|
4398
4455
|
break;
|
|
4399
4456
|
} // case 210
|
|
4400
4457
|
case 218: {
|
|
4401
4458
|
mobile_ = input.readStringRequireUtf8();
|
|
4402
|
-
bitField0_ |=
|
|
4459
|
+
bitField0_ |= 0x10000000;
|
|
4403
4460
|
break;
|
|
4404
4461
|
} // case 218
|
|
4405
4462
|
case 226: {
|
|
4406
4463
|
streetAddress_ = input.readStringRequireUtf8();
|
|
4407
|
-
bitField0_ |=
|
|
4464
|
+
bitField0_ |= 0x20000000;
|
|
4408
4465
|
break;
|
|
4409
4466
|
} // case 226
|
|
4410
4467
|
case 234: {
|
|
4411
4468
|
city_ = input.readStringRequireUtf8();
|
|
4412
|
-
bitField0_ |=
|
|
4469
|
+
bitField0_ |= 0x40000000;
|
|
4413
4470
|
break;
|
|
4414
4471
|
} // case 234
|
|
4415
4472
|
case 242: {
|
|
4416
4473
|
country_ = input.readStringRequireUtf8();
|
|
4417
|
-
bitField0_ |=
|
|
4474
|
+
bitField0_ |= 0x80000000;
|
|
4418
4475
|
break;
|
|
4419
4476
|
} // case 242
|
|
4420
4477
|
case 250: {
|
|
4421
4478
|
department_ = input.readStringRequireUtf8();
|
|
4422
|
-
|
|
4479
|
+
bitField1_ |= 0x00000001;
|
|
4423
4480
|
break;
|
|
4424
4481
|
} // case 250
|
|
4425
4482
|
case 258: {
|
|
4426
4483
|
deliveryOfficeName_ = input.readStringRequireUtf8();
|
|
4427
|
-
bitField1_ |=
|
|
4484
|
+
bitField1_ |= 0x00000002;
|
|
4428
4485
|
break;
|
|
4429
4486
|
} // case 258
|
|
4430
4487
|
case 266: {
|
|
4431
4488
|
countryAbbreviation_ = input.readStringRequireUtf8();
|
|
4432
|
-
bitField1_ |=
|
|
4489
|
+
bitField1_ |= 0x00000004;
|
|
4433
4490
|
break;
|
|
4434
4491
|
} // case 266
|
|
4435
4492
|
case 274: {
|
|
4436
4493
|
postalCode_ = input.readStringRequireUtf8();
|
|
4437
|
-
bitField1_ |=
|
|
4494
|
+
bitField1_ |= 0x00000008;
|
|
4438
4495
|
break;
|
|
4439
4496
|
} // case 274
|
|
4440
4497
|
case 282: {
|
|
4441
4498
|
countryCode_ = input.readStringRequireUtf8();
|
|
4442
|
-
bitField1_ |=
|
|
4499
|
+
bitField1_ |= 0x00000010;
|
|
4443
4500
|
break;
|
|
4444
4501
|
} // case 282
|
|
4445
4502
|
case 290: {
|
|
4446
4503
|
principalName_ = input.readStringRequireUtf8();
|
|
4447
|
-
bitField1_ |=
|
|
4504
|
+
bitField1_ |= 0x00000020;
|
|
4448
4505
|
break;
|
|
4449
4506
|
} // case 290
|
|
4450
4507
|
case 298: {
|
|
4451
4508
|
title_ = input.readStringRequireUtf8();
|
|
4452
|
-
bitField1_ |=
|
|
4509
|
+
bitField1_ |= 0x00000040;
|
|
4453
4510
|
break;
|
|
4454
4511
|
} // case 298
|
|
4455
4512
|
case 306: {
|
|
4456
4513
|
division_ = input.readStringRequireUtf8();
|
|
4457
|
-
bitField1_ |=
|
|
4514
|
+
bitField1_ |= 0x00000080;
|
|
4458
4515
|
break;
|
|
4459
4516
|
} // case 306
|
|
4460
4517
|
case 314: {
|
|
4461
4518
|
info_ = input.readStringRequireUtf8();
|
|
4462
|
-
bitField1_ |=
|
|
4519
|
+
bitField1_ |= 0x00000100;
|
|
4463
4520
|
break;
|
|
4464
4521
|
} // case 314
|
|
4465
4522
|
case 322: {
|
|
4466
4523
|
homePhone_ = input.readStringRequireUtf8();
|
|
4467
|
-
bitField1_ |=
|
|
4524
|
+
bitField1_ |= 0x00000200;
|
|
4468
4525
|
break;
|
|
4469
4526
|
} // case 322
|
|
4470
4527
|
case 330: {
|
|
4471
4528
|
pager_ = input.readStringRequireUtf8();
|
|
4472
|
-
bitField1_ |=
|
|
4529
|
+
bitField1_ |= 0x00000400;
|
|
4473
4530
|
break;
|
|
4474
4531
|
} // case 330
|
|
4475
4532
|
case 338: {
|
|
4476
4533
|
ipPhone_ = input.readStringRequireUtf8();
|
|
4477
|
-
bitField1_ |=
|
|
4534
|
+
bitField1_ |= 0x00000800;
|
|
4478
4535
|
break;
|
|
4479
4536
|
} // case 338
|
|
4480
4537
|
case 346: {
|
|
4481
4538
|
homePage_ = input.readStringRequireUtf8();
|
|
4482
|
-
bitField1_ |=
|
|
4539
|
+
bitField1_ |= 0x00001000;
|
|
4483
4540
|
break;
|
|
4484
4541
|
} // case 346
|
|
4485
4542
|
case 354: {
|
|
4486
4543
|
postOfficeBox_ = input.readStringRequireUtf8();
|
|
4487
|
-
bitField1_ |=
|
|
4544
|
+
bitField1_ |= 0x00002000;
|
|
4488
4545
|
break;
|
|
4489
4546
|
} // case 354
|
|
4490
4547
|
case 362: {
|
|
4491
4548
|
state_ = input.readStringRequireUtf8();
|
|
4492
|
-
bitField1_ |=
|
|
4549
|
+
bitField1_ |= 0x00004000;
|
|
4493
4550
|
break;
|
|
4494
4551
|
} // case 362
|
|
4495
4552
|
case 370: {
|
|
4496
4553
|
profilePath_ = input.readStringRequireUtf8();
|
|
4497
|
-
bitField1_ |=
|
|
4554
|
+
bitField1_ |= 0x00008000;
|
|
4498
4555
|
break;
|
|
4499
4556
|
} // case 370
|
|
4500
4557
|
case 378: {
|
|
4501
4558
|
scriptPath_ = input.readStringRequireUtf8();
|
|
4502
|
-
bitField1_ |=
|
|
4559
|
+
bitField1_ |= 0x00010000;
|
|
4503
4560
|
break;
|
|
4504
4561
|
} // case 378
|
|
4505
4562
|
case 386: {
|
|
4506
4563
|
homeDirectory_ = input.readStringRequireUtf8();
|
|
4507
|
-
bitField1_ |=
|
|
4564
|
+
bitField1_ |= 0x00020000;
|
|
4508
4565
|
break;
|
|
4509
4566
|
} // case 386
|
|
4510
4567
|
case 394: {
|
|
4511
4568
|
thumbnailPhoto_ = input.readBytes();
|
|
4512
|
-
bitField1_ |=
|
|
4569
|
+
bitField1_ |= 0x00040000;
|
|
4513
4570
|
break;
|
|
4514
4571
|
} // case 394
|
|
4515
4572
|
case 402: {
|
|
4516
4573
|
employeeId_ = input.readStringRequireUtf8();
|
|
4517
|
-
bitField1_ |=
|
|
4574
|
+
bitField1_ |= 0x00080000;
|
|
4518
4575
|
break;
|
|
4519
4576
|
} // case 402
|
|
4520
4577
|
case 410: {
|
|
4521
4578
|
employeeNumber_ = input.readStringRequireUtf8();
|
|
4522
|
-
bitField1_ |=
|
|
4579
|
+
bitField1_ |= 0x00100000;
|
|
4523
4580
|
break;
|
|
4524
4581
|
} // case 410
|
|
4525
4582
|
case 418: {
|
|
4526
4583
|
employeeType_ = input.readStringRequireUtf8();
|
|
4527
|
-
bitField1_ |=
|
|
4584
|
+
bitField1_ |= 0x00200000;
|
|
4528
4585
|
break;
|
|
4529
4586
|
} // case 418
|
|
4530
4587
|
case 426: {
|
|
4531
4588
|
initials_ = input.readStringRequireUtf8();
|
|
4532
|
-
bitField1_ |=
|
|
4589
|
+
bitField1_ |= 0x00400000;
|
|
4533
4590
|
break;
|
|
4534
4591
|
} // case 426
|
|
4535
4592
|
case 434: {
|
|
4536
4593
|
middleName_ = input.readStringRequireUtf8();
|
|
4537
|
-
bitField1_ |=
|
|
4594
|
+
bitField1_ |= 0x00800000;
|
|
4538
4595
|
break;
|
|
4539
4596
|
} // case 434
|
|
4540
4597
|
case 442: {
|
|
4541
4598
|
primaryGroupOid_ = input.readStringRequireUtf8();
|
|
4542
|
-
bitField1_ |=
|
|
4599
|
+
bitField1_ |= 0x01000000;
|
|
4543
4600
|
break;
|
|
4544
4601
|
} // case 442
|
|
4545
4602
|
case 450: {
|
|
4546
4603
|
managerOid_ = input.readStringRequireUtf8();
|
|
4547
|
-
bitField1_ |=
|
|
4604
|
+
bitField1_ |= 0x02000000;
|
|
4548
4605
|
break;
|
|
4549
4606
|
} // case 450
|
|
4550
4607
|
case 458: {
|
|
@@ -4555,9 +4612,16 @@ private static final long serialVersionUID = 0L;
|
|
|
4555
4612
|
} // case 458
|
|
4556
4613
|
case 466: {
|
|
4557
4614
|
domain_ = input.readStringRequireUtf8();
|
|
4558
|
-
bitField0_ |=
|
|
4615
|
+
bitField0_ |= 0x00000020;
|
|
4559
4616
|
break;
|
|
4560
4617
|
} // case 466
|
|
4618
|
+
case 474: {
|
|
4619
|
+
input.readMessage(
|
|
4620
|
+
getAdDomainFieldBuilder().getBuilder(),
|
|
4621
|
+
extensionRegistry);
|
|
4622
|
+
bitField0_ |= 0x00000002;
|
|
4623
|
+
break;
|
|
4624
|
+
} // case 474
|
|
4561
4625
|
default: {
|
|
4562
4626
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
4563
4627
|
done = true; // was an endgroup tag
|
|
@@ -4621,80 +4685,201 @@ private static final long serialVersionUID = 0L;
|
|
|
4621
4685
|
if (adObjectBuilder_ == null) {
|
|
4622
4686
|
adObject_ = builderForValue.build();
|
|
4623
4687
|
} else {
|
|
4624
|
-
adObjectBuilder_.setMessage(builderForValue.build());
|
|
4688
|
+
adObjectBuilder_.setMessage(builderForValue.build());
|
|
4689
|
+
}
|
|
4690
|
+
bitField0_ |= 0x00000001;
|
|
4691
|
+
onChanged();
|
|
4692
|
+
return this;
|
|
4693
|
+
}
|
|
4694
|
+
/**
|
|
4695
|
+
* <code>.com.lansweeper.dp.outbound.v1.ActiveDirectoryObject ad_object = 1;</code>
|
|
4696
|
+
*/
|
|
4697
|
+
public Builder mergeAdObject(com.lansweeper.dp.outbound.v1.ActiveDirectoryObject value) {
|
|
4698
|
+
if (adObjectBuilder_ == null) {
|
|
4699
|
+
if (((bitField0_ & 0x00000001) != 0) &&
|
|
4700
|
+
adObject_ != null &&
|
|
4701
|
+
adObject_ != com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.getDefaultInstance()) {
|
|
4702
|
+
getAdObjectBuilder().mergeFrom(value);
|
|
4703
|
+
} else {
|
|
4704
|
+
adObject_ = value;
|
|
4705
|
+
}
|
|
4706
|
+
} else {
|
|
4707
|
+
adObjectBuilder_.mergeFrom(value);
|
|
4708
|
+
}
|
|
4709
|
+
if (adObject_ != null) {
|
|
4710
|
+
bitField0_ |= 0x00000001;
|
|
4711
|
+
onChanged();
|
|
4712
|
+
}
|
|
4713
|
+
return this;
|
|
4714
|
+
}
|
|
4715
|
+
/**
|
|
4716
|
+
* <code>.com.lansweeper.dp.outbound.v1.ActiveDirectoryObject ad_object = 1;</code>
|
|
4717
|
+
*/
|
|
4718
|
+
public Builder clearAdObject() {
|
|
4719
|
+
bitField0_ = (bitField0_ & ~0x00000001);
|
|
4720
|
+
adObject_ = null;
|
|
4721
|
+
if (adObjectBuilder_ != null) {
|
|
4722
|
+
adObjectBuilder_.dispose();
|
|
4723
|
+
adObjectBuilder_ = null;
|
|
4724
|
+
}
|
|
4725
|
+
onChanged();
|
|
4726
|
+
return this;
|
|
4727
|
+
}
|
|
4728
|
+
/**
|
|
4729
|
+
* <code>.com.lansweeper.dp.outbound.v1.ActiveDirectoryObject ad_object = 1;</code>
|
|
4730
|
+
*/
|
|
4731
|
+
public com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.Builder getAdObjectBuilder() {
|
|
4732
|
+
bitField0_ |= 0x00000001;
|
|
4733
|
+
onChanged();
|
|
4734
|
+
return getAdObjectFieldBuilder().getBuilder();
|
|
4735
|
+
}
|
|
4736
|
+
/**
|
|
4737
|
+
* <code>.com.lansweeper.dp.outbound.v1.ActiveDirectoryObject ad_object = 1;</code>
|
|
4738
|
+
*/
|
|
4739
|
+
public com.lansweeper.dp.outbound.v1.ActiveDirectoryObjectOrBuilder getAdObjectOrBuilder() {
|
|
4740
|
+
if (adObjectBuilder_ != null) {
|
|
4741
|
+
return adObjectBuilder_.getMessageOrBuilder();
|
|
4742
|
+
} else {
|
|
4743
|
+
return adObject_ == null ?
|
|
4744
|
+
com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.getDefaultInstance() : adObject_;
|
|
4745
|
+
}
|
|
4746
|
+
}
|
|
4747
|
+
/**
|
|
4748
|
+
* <code>.com.lansweeper.dp.outbound.v1.ActiveDirectoryObject ad_object = 1;</code>
|
|
4749
|
+
*/
|
|
4750
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
4751
|
+
com.lansweeper.dp.outbound.v1.ActiveDirectoryObject, com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.Builder, com.lansweeper.dp.outbound.v1.ActiveDirectoryObjectOrBuilder>
|
|
4752
|
+
getAdObjectFieldBuilder() {
|
|
4753
|
+
if (adObjectBuilder_ == null) {
|
|
4754
|
+
adObjectBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
4755
|
+
com.lansweeper.dp.outbound.v1.ActiveDirectoryObject, com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.Builder, com.lansweeper.dp.outbound.v1.ActiveDirectoryObjectOrBuilder>(
|
|
4756
|
+
getAdObject(),
|
|
4757
|
+
getParentForChildren(),
|
|
4758
|
+
isClean());
|
|
4759
|
+
adObject_ = null;
|
|
4760
|
+
}
|
|
4761
|
+
return adObjectBuilder_;
|
|
4762
|
+
}
|
|
4763
|
+
|
|
4764
|
+
private com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain adDomain_;
|
|
4765
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
4766
|
+
com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.Builder, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomainOrBuilder> adDomainBuilder_;
|
|
4767
|
+
/**
|
|
4768
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
4769
|
+
* @return Whether the adDomain field is set.
|
|
4770
|
+
*/
|
|
4771
|
+
public boolean hasAdDomain() {
|
|
4772
|
+
return ((bitField0_ & 0x00000002) != 0);
|
|
4773
|
+
}
|
|
4774
|
+
/**
|
|
4775
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
4776
|
+
* @return The adDomain.
|
|
4777
|
+
*/
|
|
4778
|
+
public com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain getAdDomain() {
|
|
4779
|
+
if (adDomainBuilder_ == null) {
|
|
4780
|
+
return adDomain_ == null ? com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.getDefaultInstance() : adDomain_;
|
|
4781
|
+
} else {
|
|
4782
|
+
return adDomainBuilder_.getMessage();
|
|
4783
|
+
}
|
|
4784
|
+
}
|
|
4785
|
+
/**
|
|
4786
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
4787
|
+
*/
|
|
4788
|
+
public Builder setAdDomain(com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain value) {
|
|
4789
|
+
if (adDomainBuilder_ == null) {
|
|
4790
|
+
if (value == null) {
|
|
4791
|
+
throw new NullPointerException();
|
|
4792
|
+
}
|
|
4793
|
+
adDomain_ = value;
|
|
4794
|
+
} else {
|
|
4795
|
+
adDomainBuilder_.setMessage(value);
|
|
4796
|
+
}
|
|
4797
|
+
bitField0_ |= 0x00000002;
|
|
4798
|
+
onChanged();
|
|
4799
|
+
return this;
|
|
4800
|
+
}
|
|
4801
|
+
/**
|
|
4802
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
4803
|
+
*/
|
|
4804
|
+
public Builder setAdDomain(
|
|
4805
|
+
com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.Builder builderForValue) {
|
|
4806
|
+
if (adDomainBuilder_ == null) {
|
|
4807
|
+
adDomain_ = builderForValue.build();
|
|
4808
|
+
} else {
|
|
4809
|
+
adDomainBuilder_.setMessage(builderForValue.build());
|
|
4625
4810
|
}
|
|
4626
|
-
bitField0_ |=
|
|
4811
|
+
bitField0_ |= 0x00000002;
|
|
4627
4812
|
onChanged();
|
|
4628
4813
|
return this;
|
|
4629
4814
|
}
|
|
4630
4815
|
/**
|
|
4631
|
-
* <code
|
|
4816
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
4632
4817
|
*/
|
|
4633
|
-
public Builder
|
|
4634
|
-
if (
|
|
4635
|
-
if (((bitField0_ &
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4818
|
+
public Builder mergeAdDomain(com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain value) {
|
|
4819
|
+
if (adDomainBuilder_ == null) {
|
|
4820
|
+
if (((bitField0_ & 0x00000002) != 0) &&
|
|
4821
|
+
adDomain_ != null &&
|
|
4822
|
+
adDomain_ != com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.getDefaultInstance()) {
|
|
4823
|
+
getAdDomainBuilder().mergeFrom(value);
|
|
4639
4824
|
} else {
|
|
4640
|
-
|
|
4825
|
+
adDomain_ = value;
|
|
4641
4826
|
}
|
|
4642
4827
|
} else {
|
|
4643
|
-
|
|
4828
|
+
adDomainBuilder_.mergeFrom(value);
|
|
4644
4829
|
}
|
|
4645
|
-
if (
|
|
4646
|
-
bitField0_ |=
|
|
4830
|
+
if (adDomain_ != null) {
|
|
4831
|
+
bitField0_ |= 0x00000002;
|
|
4647
4832
|
onChanged();
|
|
4648
4833
|
}
|
|
4649
4834
|
return this;
|
|
4650
4835
|
}
|
|
4651
4836
|
/**
|
|
4652
|
-
* <code
|
|
4837
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
4653
4838
|
*/
|
|
4654
|
-
public Builder
|
|
4655
|
-
bitField0_ = (bitField0_ & ~
|
|
4656
|
-
|
|
4657
|
-
if (
|
|
4658
|
-
|
|
4659
|
-
|
|
4839
|
+
public Builder clearAdDomain() {
|
|
4840
|
+
bitField0_ = (bitField0_ & ~0x00000002);
|
|
4841
|
+
adDomain_ = null;
|
|
4842
|
+
if (adDomainBuilder_ != null) {
|
|
4843
|
+
adDomainBuilder_.dispose();
|
|
4844
|
+
adDomainBuilder_ = null;
|
|
4660
4845
|
}
|
|
4661
4846
|
onChanged();
|
|
4662
4847
|
return this;
|
|
4663
4848
|
}
|
|
4664
4849
|
/**
|
|
4665
|
-
* <code
|
|
4850
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
4666
4851
|
*/
|
|
4667
|
-
public com.lansweeper.dp.outbound.v1.
|
|
4668
|
-
bitField0_ |=
|
|
4852
|
+
public com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.Builder getAdDomainBuilder() {
|
|
4853
|
+
bitField0_ |= 0x00000002;
|
|
4669
4854
|
onChanged();
|
|
4670
|
-
return
|
|
4855
|
+
return getAdDomainFieldBuilder().getBuilder();
|
|
4671
4856
|
}
|
|
4672
4857
|
/**
|
|
4673
|
-
* <code
|
|
4858
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
4674
4859
|
*/
|
|
4675
|
-
public com.lansweeper.dp.outbound.v1.
|
|
4676
|
-
if (
|
|
4677
|
-
return
|
|
4860
|
+
public com.lansweeper.dp.outbound.v1.ActiveDirectoryDomainOrBuilder getAdDomainOrBuilder() {
|
|
4861
|
+
if (adDomainBuilder_ != null) {
|
|
4862
|
+
return adDomainBuilder_.getMessageOrBuilder();
|
|
4678
4863
|
} else {
|
|
4679
|
-
return
|
|
4680
|
-
com.lansweeper.dp.outbound.v1.
|
|
4864
|
+
return adDomain_ == null ?
|
|
4865
|
+
com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.getDefaultInstance() : adDomain_;
|
|
4681
4866
|
}
|
|
4682
4867
|
}
|
|
4683
4868
|
/**
|
|
4684
|
-
* <code
|
|
4869
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 59;</code>
|
|
4685
4870
|
*/
|
|
4686
4871
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
4687
|
-
com.lansweeper.dp.outbound.v1.
|
|
4688
|
-
|
|
4689
|
-
if (
|
|
4690
|
-
|
|
4691
|
-
com.lansweeper.dp.outbound.v1.
|
|
4692
|
-
|
|
4872
|
+
com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.Builder, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomainOrBuilder>
|
|
4873
|
+
getAdDomainFieldBuilder() {
|
|
4874
|
+
if (adDomainBuilder_ == null) {
|
|
4875
|
+
adDomainBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
4876
|
+
com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.Builder, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomainOrBuilder>(
|
|
4877
|
+
getAdDomain(),
|
|
4693
4878
|
getParentForChildren(),
|
|
4694
4879
|
isClean());
|
|
4695
|
-
|
|
4880
|
+
adDomain_ = null;
|
|
4696
4881
|
}
|
|
4697
|
-
return
|
|
4882
|
+
return adDomainBuilder_;
|
|
4698
4883
|
}
|
|
4699
4884
|
|
|
4700
4885
|
private java.lang.Object samAccountName_ = "";
|
|
@@ -4703,7 +4888,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4703
4888
|
* @return Whether the samAccountName field is set.
|
|
4704
4889
|
*/
|
|
4705
4890
|
public boolean hasSamAccountName() {
|
|
4706
|
-
return ((bitField0_ &
|
|
4891
|
+
return ((bitField0_ & 0x00000004) != 0);
|
|
4707
4892
|
}
|
|
4708
4893
|
/**
|
|
4709
4894
|
* <code>optional string sam_account_name = 2;</code>
|
|
@@ -4747,7 +4932,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4747
4932
|
java.lang.String value) {
|
|
4748
4933
|
if (value == null) { throw new NullPointerException(); }
|
|
4749
4934
|
samAccountName_ = value;
|
|
4750
|
-
bitField0_ |=
|
|
4935
|
+
bitField0_ |= 0x00000004;
|
|
4751
4936
|
onChanged();
|
|
4752
4937
|
return this;
|
|
4753
4938
|
}
|
|
@@ -4757,7 +4942,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4757
4942
|
*/
|
|
4758
4943
|
public Builder clearSamAccountName() {
|
|
4759
4944
|
samAccountName_ = getDefaultInstance().getSamAccountName();
|
|
4760
|
-
bitField0_ = (bitField0_ & ~
|
|
4945
|
+
bitField0_ = (bitField0_ & ~0x00000004);
|
|
4761
4946
|
onChanged();
|
|
4762
4947
|
return this;
|
|
4763
4948
|
}
|
|
@@ -4771,7 +4956,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4771
4956
|
if (value == null) { throw new NullPointerException(); }
|
|
4772
4957
|
checkByteStringIsUtf8(value);
|
|
4773
4958
|
samAccountName_ = value;
|
|
4774
|
-
bitField0_ |=
|
|
4959
|
+
bitField0_ |= 0x00000004;
|
|
4775
4960
|
onChanged();
|
|
4776
4961
|
return this;
|
|
4777
4962
|
}
|
|
@@ -4782,7 +4967,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4782
4967
|
* @return Whether the cn field is set.
|
|
4783
4968
|
*/
|
|
4784
4969
|
public boolean hasCn() {
|
|
4785
|
-
return ((bitField0_ &
|
|
4970
|
+
return ((bitField0_ & 0x00000008) != 0);
|
|
4786
4971
|
}
|
|
4787
4972
|
/**
|
|
4788
4973
|
* <code>optional string cn = 3;</code>
|
|
@@ -4826,7 +5011,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4826
5011
|
java.lang.String value) {
|
|
4827
5012
|
if (value == null) { throw new NullPointerException(); }
|
|
4828
5013
|
cn_ = value;
|
|
4829
|
-
bitField0_ |=
|
|
5014
|
+
bitField0_ |= 0x00000008;
|
|
4830
5015
|
onChanged();
|
|
4831
5016
|
return this;
|
|
4832
5017
|
}
|
|
@@ -4836,7 +5021,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4836
5021
|
*/
|
|
4837
5022
|
public Builder clearCn() {
|
|
4838
5023
|
cn_ = getDefaultInstance().getCn();
|
|
4839
|
-
bitField0_ = (bitField0_ & ~
|
|
5024
|
+
bitField0_ = (bitField0_ & ~0x00000008);
|
|
4840
5025
|
onChanged();
|
|
4841
5026
|
return this;
|
|
4842
5027
|
}
|
|
@@ -4850,7 +5035,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4850
5035
|
if (value == null) { throw new NullPointerException(); }
|
|
4851
5036
|
checkByteStringIsUtf8(value);
|
|
4852
5037
|
cn_ = value;
|
|
4853
|
-
bitField0_ |=
|
|
5038
|
+
bitField0_ |= 0x00000008;
|
|
4854
5039
|
onChanged();
|
|
4855
5040
|
return this;
|
|
4856
5041
|
}
|
|
@@ -4861,7 +5046,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4861
5046
|
* @return Whether the ou field is set.
|
|
4862
5047
|
*/
|
|
4863
5048
|
public boolean hasOu() {
|
|
4864
|
-
return ((bitField0_ &
|
|
5049
|
+
return ((bitField0_ & 0x00000010) != 0);
|
|
4865
5050
|
}
|
|
4866
5051
|
/**
|
|
4867
5052
|
* <code>optional string ou = 4;</code>
|
|
@@ -4905,7 +5090,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4905
5090
|
java.lang.String value) {
|
|
4906
5091
|
if (value == null) { throw new NullPointerException(); }
|
|
4907
5092
|
ou_ = value;
|
|
4908
|
-
bitField0_ |=
|
|
5093
|
+
bitField0_ |= 0x00000010;
|
|
4909
5094
|
onChanged();
|
|
4910
5095
|
return this;
|
|
4911
5096
|
}
|
|
@@ -4915,7 +5100,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4915
5100
|
*/
|
|
4916
5101
|
public Builder clearOu() {
|
|
4917
5102
|
ou_ = getDefaultInstance().getOu();
|
|
4918
|
-
bitField0_ = (bitField0_ & ~
|
|
5103
|
+
bitField0_ = (bitField0_ & ~0x00000010);
|
|
4919
5104
|
onChanged();
|
|
4920
5105
|
return this;
|
|
4921
5106
|
}
|
|
@@ -4929,7 +5114,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4929
5114
|
if (value == null) { throw new NullPointerException(); }
|
|
4930
5115
|
checkByteStringIsUtf8(value);
|
|
4931
5116
|
ou_ = value;
|
|
4932
|
-
bitField0_ |=
|
|
5117
|
+
bitField0_ |= 0x00000010;
|
|
4933
5118
|
onChanged();
|
|
4934
5119
|
return this;
|
|
4935
5120
|
}
|
|
@@ -4940,7 +5125,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4940
5125
|
* @return Whether the domain field is set.
|
|
4941
5126
|
*/
|
|
4942
5127
|
public boolean hasDomain() {
|
|
4943
|
-
return ((bitField0_ &
|
|
5128
|
+
return ((bitField0_ & 0x00000020) != 0);
|
|
4944
5129
|
}
|
|
4945
5130
|
/**
|
|
4946
5131
|
* <code>optional string domain = 58;</code>
|
|
@@ -4984,7 +5169,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4984
5169
|
java.lang.String value) {
|
|
4985
5170
|
if (value == null) { throw new NullPointerException(); }
|
|
4986
5171
|
domain_ = value;
|
|
4987
|
-
bitField0_ |=
|
|
5172
|
+
bitField0_ |= 0x00000020;
|
|
4988
5173
|
onChanged();
|
|
4989
5174
|
return this;
|
|
4990
5175
|
}
|
|
@@ -4994,7 +5179,7 @@ private static final long serialVersionUID = 0L;
|
|
|
4994
5179
|
*/
|
|
4995
5180
|
public Builder clearDomain() {
|
|
4996
5181
|
domain_ = getDefaultInstance().getDomain();
|
|
4997
|
-
bitField0_ = (bitField0_ & ~
|
|
5182
|
+
bitField0_ = (bitField0_ & ~0x00000020);
|
|
4998
5183
|
onChanged();
|
|
4999
5184
|
return this;
|
|
5000
5185
|
}
|
|
@@ -5008,7 +5193,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5008
5193
|
if (value == null) { throw new NullPointerException(); }
|
|
5009
5194
|
checkByteStringIsUtf8(value);
|
|
5010
5195
|
domain_ = value;
|
|
5011
|
-
bitField0_ |=
|
|
5196
|
+
bitField0_ |= 0x00000020;
|
|
5012
5197
|
onChanged();
|
|
5013
5198
|
return this;
|
|
5014
5199
|
}
|
|
@@ -5019,7 +5204,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5019
5204
|
* @return Whether the description field is set.
|
|
5020
5205
|
*/
|
|
5021
5206
|
public boolean hasDescription() {
|
|
5022
|
-
return ((bitField0_ &
|
|
5207
|
+
return ((bitField0_ & 0x00000040) != 0);
|
|
5023
5208
|
}
|
|
5024
5209
|
/**
|
|
5025
5210
|
* <code>optional string description = 5;</code>
|
|
@@ -5063,7 +5248,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5063
5248
|
java.lang.String value) {
|
|
5064
5249
|
if (value == null) { throw new NullPointerException(); }
|
|
5065
5250
|
description_ = value;
|
|
5066
|
-
bitField0_ |=
|
|
5251
|
+
bitField0_ |= 0x00000040;
|
|
5067
5252
|
onChanged();
|
|
5068
5253
|
return this;
|
|
5069
5254
|
}
|
|
@@ -5073,7 +5258,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5073
5258
|
*/
|
|
5074
5259
|
public Builder clearDescription() {
|
|
5075
5260
|
description_ = getDefaultInstance().getDescription();
|
|
5076
|
-
bitField0_ = (bitField0_ & ~
|
|
5261
|
+
bitField0_ = (bitField0_ & ~0x00000040);
|
|
5077
5262
|
onChanged();
|
|
5078
5263
|
return this;
|
|
5079
5264
|
}
|
|
@@ -5087,7 +5272,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5087
5272
|
if (value == null) { throw new NullPointerException(); }
|
|
5088
5273
|
checkByteStringIsUtf8(value);
|
|
5089
5274
|
description_ = value;
|
|
5090
|
-
bitField0_ |=
|
|
5275
|
+
bitField0_ |= 0x00000040;
|
|
5091
5276
|
onChanged();
|
|
5092
5277
|
return this;
|
|
5093
5278
|
}
|
|
@@ -5098,7 +5283,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5098
5283
|
* @return Whether the comment field is set.
|
|
5099
5284
|
*/
|
|
5100
5285
|
public boolean hasComment() {
|
|
5101
|
-
return ((bitField0_ &
|
|
5286
|
+
return ((bitField0_ & 0x00000080) != 0);
|
|
5102
5287
|
}
|
|
5103
5288
|
/**
|
|
5104
5289
|
* <code>optional string comment = 6;</code>
|
|
@@ -5142,7 +5327,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5142
5327
|
java.lang.String value) {
|
|
5143
5328
|
if (value == null) { throw new NullPointerException(); }
|
|
5144
5329
|
comment_ = value;
|
|
5145
|
-
bitField0_ |=
|
|
5330
|
+
bitField0_ |= 0x00000080;
|
|
5146
5331
|
onChanged();
|
|
5147
5332
|
return this;
|
|
5148
5333
|
}
|
|
@@ -5152,7 +5337,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5152
5337
|
*/
|
|
5153
5338
|
public Builder clearComment() {
|
|
5154
5339
|
comment_ = getDefaultInstance().getComment();
|
|
5155
|
-
bitField0_ = (bitField0_ & ~
|
|
5340
|
+
bitField0_ = (bitField0_ & ~0x00000080);
|
|
5156
5341
|
onChanged();
|
|
5157
5342
|
return this;
|
|
5158
5343
|
}
|
|
@@ -5166,7 +5351,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5166
5351
|
if (value == null) { throw new NullPointerException(); }
|
|
5167
5352
|
checkByteStringIsUtf8(value);
|
|
5168
5353
|
comment_ = value;
|
|
5169
|
-
bitField0_ |=
|
|
5354
|
+
bitField0_ |= 0x00000080;
|
|
5170
5355
|
onChanged();
|
|
5171
5356
|
return this;
|
|
5172
5357
|
}
|
|
@@ -5177,7 +5362,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5177
5362
|
* @return Whether the company field is set.
|
|
5178
5363
|
*/
|
|
5179
5364
|
public boolean hasCompany() {
|
|
5180
|
-
return ((bitField0_ &
|
|
5365
|
+
return ((bitField0_ & 0x00000100) != 0);
|
|
5181
5366
|
}
|
|
5182
5367
|
/**
|
|
5183
5368
|
* <code>optional string company = 7;</code>
|
|
@@ -5221,7 +5406,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5221
5406
|
java.lang.String value) {
|
|
5222
5407
|
if (value == null) { throw new NullPointerException(); }
|
|
5223
5408
|
company_ = value;
|
|
5224
|
-
bitField0_ |=
|
|
5409
|
+
bitField0_ |= 0x00000100;
|
|
5225
5410
|
onChanged();
|
|
5226
5411
|
return this;
|
|
5227
5412
|
}
|
|
@@ -5231,7 +5416,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5231
5416
|
*/
|
|
5232
5417
|
public Builder clearCompany() {
|
|
5233
5418
|
company_ = getDefaultInstance().getCompany();
|
|
5234
|
-
bitField0_ = (bitField0_ & ~
|
|
5419
|
+
bitField0_ = (bitField0_ & ~0x00000100);
|
|
5235
5420
|
onChanged();
|
|
5236
5421
|
return this;
|
|
5237
5422
|
}
|
|
@@ -5245,7 +5430,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5245
5430
|
if (value == null) { throw new NullPointerException(); }
|
|
5246
5431
|
checkByteStringIsUtf8(value);
|
|
5247
5432
|
company_ = value;
|
|
5248
|
-
bitField0_ |=
|
|
5433
|
+
bitField0_ |= 0x00000100;
|
|
5249
5434
|
onChanged();
|
|
5250
5435
|
return this;
|
|
5251
5436
|
}
|
|
@@ -5257,7 +5442,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5257
5442
|
*/
|
|
5258
5443
|
@java.lang.Override
|
|
5259
5444
|
public boolean hasPrimaryGroupId() {
|
|
5260
|
-
return ((bitField0_ &
|
|
5445
|
+
return ((bitField0_ & 0x00000200) != 0);
|
|
5261
5446
|
}
|
|
5262
5447
|
/**
|
|
5263
5448
|
* <code>optional int32 primary_group_id = 8;</code>
|
|
@@ -5275,7 +5460,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5275
5460
|
public Builder setPrimaryGroupId(int value) {
|
|
5276
5461
|
|
|
5277
5462
|
primaryGroupId_ = value;
|
|
5278
|
-
bitField0_ |=
|
|
5463
|
+
bitField0_ |= 0x00000200;
|
|
5279
5464
|
onChanged();
|
|
5280
5465
|
return this;
|
|
5281
5466
|
}
|
|
@@ -5284,7 +5469,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5284
5469
|
* @return This builder for chaining.
|
|
5285
5470
|
*/
|
|
5286
5471
|
public Builder clearPrimaryGroupId() {
|
|
5287
|
-
bitField0_ = (bitField0_ & ~
|
|
5472
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
5288
5473
|
primaryGroupId_ = 0;
|
|
5289
5474
|
onChanged();
|
|
5290
5475
|
return this;
|
|
@@ -5297,7 +5482,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5297
5482
|
*/
|
|
5298
5483
|
@java.lang.Override
|
|
5299
5484
|
public boolean hasEnabled() {
|
|
5300
|
-
return ((bitField0_ &
|
|
5485
|
+
return ((bitField0_ & 0x00000400) != 0);
|
|
5301
5486
|
}
|
|
5302
5487
|
/**
|
|
5303
5488
|
* <code>optional bool enabled = 9;</code>
|
|
@@ -5315,7 +5500,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5315
5500
|
public Builder setEnabled(boolean value) {
|
|
5316
5501
|
|
|
5317
5502
|
enabled_ = value;
|
|
5318
|
-
bitField0_ |=
|
|
5503
|
+
bitField0_ |= 0x00000400;
|
|
5319
5504
|
onChanged();
|
|
5320
5505
|
return this;
|
|
5321
5506
|
}
|
|
@@ -5324,7 +5509,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5324
5509
|
* @return This builder for chaining.
|
|
5325
5510
|
*/
|
|
5326
5511
|
public Builder clearEnabled() {
|
|
5327
|
-
bitField0_ = (bitField0_ & ~
|
|
5512
|
+
bitField0_ = (bitField0_ & ~0x00000400);
|
|
5328
5513
|
enabled_ = false;
|
|
5329
5514
|
onChanged();
|
|
5330
5515
|
return this;
|
|
@@ -5337,7 +5522,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5337
5522
|
*/
|
|
5338
5523
|
@java.lang.Override
|
|
5339
5524
|
public boolean hasUserAccountControl() {
|
|
5340
|
-
return ((bitField0_ &
|
|
5525
|
+
return ((bitField0_ & 0x00000800) != 0);
|
|
5341
5526
|
}
|
|
5342
5527
|
/**
|
|
5343
5528
|
* <code>optional int32 user_account_control = 10;</code>
|
|
@@ -5355,7 +5540,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5355
5540
|
public Builder setUserAccountControl(int value) {
|
|
5356
5541
|
|
|
5357
5542
|
userAccountControl_ = value;
|
|
5358
|
-
bitField0_ |=
|
|
5543
|
+
bitField0_ |= 0x00000800;
|
|
5359
5544
|
onChanged();
|
|
5360
5545
|
return this;
|
|
5361
5546
|
}
|
|
@@ -5364,7 +5549,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5364
5549
|
* @return This builder for chaining.
|
|
5365
5550
|
*/
|
|
5366
5551
|
public Builder clearUserAccountControl() {
|
|
5367
|
-
bitField0_ = (bitField0_ & ~
|
|
5552
|
+
bitField0_ = (bitField0_ & ~0x00000800);
|
|
5368
5553
|
userAccountControl_ = 0;
|
|
5369
5554
|
onChanged();
|
|
5370
5555
|
return this;
|
|
@@ -5378,7 +5563,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5378
5563
|
* @return Whether the accountExpires field is set.
|
|
5379
5564
|
*/
|
|
5380
5565
|
public boolean hasAccountExpires() {
|
|
5381
|
-
return ((bitField0_ &
|
|
5566
|
+
return ((bitField0_ & 0x00001000) != 0);
|
|
5382
5567
|
}
|
|
5383
5568
|
/**
|
|
5384
5569
|
* <code>optional .google.protobuf.Timestamp account_expires = 11;</code>
|
|
@@ -5403,7 +5588,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5403
5588
|
} else {
|
|
5404
5589
|
accountExpiresBuilder_.setMessage(value);
|
|
5405
5590
|
}
|
|
5406
|
-
bitField0_ |=
|
|
5591
|
+
bitField0_ |= 0x00001000;
|
|
5407
5592
|
onChanged();
|
|
5408
5593
|
return this;
|
|
5409
5594
|
}
|
|
@@ -5417,7 +5602,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5417
5602
|
} else {
|
|
5418
5603
|
accountExpiresBuilder_.setMessage(builderForValue.build());
|
|
5419
5604
|
}
|
|
5420
|
-
bitField0_ |=
|
|
5605
|
+
bitField0_ |= 0x00001000;
|
|
5421
5606
|
onChanged();
|
|
5422
5607
|
return this;
|
|
5423
5608
|
}
|
|
@@ -5426,7 +5611,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5426
5611
|
*/
|
|
5427
5612
|
public Builder mergeAccountExpires(com.google.protobuf.Timestamp value) {
|
|
5428
5613
|
if (accountExpiresBuilder_ == null) {
|
|
5429
|
-
if (((bitField0_ &
|
|
5614
|
+
if (((bitField0_ & 0x00001000) != 0) &&
|
|
5430
5615
|
accountExpires_ != null &&
|
|
5431
5616
|
accountExpires_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
|
|
5432
5617
|
getAccountExpiresBuilder().mergeFrom(value);
|
|
@@ -5437,7 +5622,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5437
5622
|
accountExpiresBuilder_.mergeFrom(value);
|
|
5438
5623
|
}
|
|
5439
5624
|
if (accountExpires_ != null) {
|
|
5440
|
-
bitField0_ |=
|
|
5625
|
+
bitField0_ |= 0x00001000;
|
|
5441
5626
|
onChanged();
|
|
5442
5627
|
}
|
|
5443
5628
|
return this;
|
|
@@ -5446,7 +5631,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5446
5631
|
* <code>optional .google.protobuf.Timestamp account_expires = 11;</code>
|
|
5447
5632
|
*/
|
|
5448
5633
|
public Builder clearAccountExpires() {
|
|
5449
|
-
bitField0_ = (bitField0_ & ~
|
|
5634
|
+
bitField0_ = (bitField0_ & ~0x00001000);
|
|
5450
5635
|
accountExpires_ = null;
|
|
5451
5636
|
if (accountExpiresBuilder_ != null) {
|
|
5452
5637
|
accountExpiresBuilder_.dispose();
|
|
@@ -5459,7 +5644,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5459
5644
|
* <code>optional .google.protobuf.Timestamp account_expires = 11;</code>
|
|
5460
5645
|
*/
|
|
5461
5646
|
public com.google.protobuf.Timestamp.Builder getAccountExpiresBuilder() {
|
|
5462
|
-
bitField0_ |=
|
|
5647
|
+
bitField0_ |= 0x00001000;
|
|
5463
5648
|
onChanged();
|
|
5464
5649
|
return getAccountExpiresFieldBuilder().getBuilder();
|
|
5465
5650
|
}
|
|
@@ -5499,7 +5684,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5499
5684
|
* @return Whether the lockoutTime field is set.
|
|
5500
5685
|
*/
|
|
5501
5686
|
public boolean hasLockoutTime() {
|
|
5502
|
-
return ((bitField0_ &
|
|
5687
|
+
return ((bitField0_ & 0x00002000) != 0);
|
|
5503
5688
|
}
|
|
5504
5689
|
/**
|
|
5505
5690
|
* <code>optional .google.protobuf.Timestamp lockout_time = 12;</code>
|
|
@@ -5524,7 +5709,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5524
5709
|
} else {
|
|
5525
5710
|
lockoutTimeBuilder_.setMessage(value);
|
|
5526
5711
|
}
|
|
5527
|
-
bitField0_ |=
|
|
5712
|
+
bitField0_ |= 0x00002000;
|
|
5528
5713
|
onChanged();
|
|
5529
5714
|
return this;
|
|
5530
5715
|
}
|
|
@@ -5538,7 +5723,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5538
5723
|
} else {
|
|
5539
5724
|
lockoutTimeBuilder_.setMessage(builderForValue.build());
|
|
5540
5725
|
}
|
|
5541
|
-
bitField0_ |=
|
|
5726
|
+
bitField0_ |= 0x00002000;
|
|
5542
5727
|
onChanged();
|
|
5543
5728
|
return this;
|
|
5544
5729
|
}
|
|
@@ -5547,7 +5732,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5547
5732
|
*/
|
|
5548
5733
|
public Builder mergeLockoutTime(com.google.protobuf.Timestamp value) {
|
|
5549
5734
|
if (lockoutTimeBuilder_ == null) {
|
|
5550
|
-
if (((bitField0_ &
|
|
5735
|
+
if (((bitField0_ & 0x00002000) != 0) &&
|
|
5551
5736
|
lockoutTime_ != null &&
|
|
5552
5737
|
lockoutTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
|
|
5553
5738
|
getLockoutTimeBuilder().mergeFrom(value);
|
|
@@ -5558,7 +5743,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5558
5743
|
lockoutTimeBuilder_.mergeFrom(value);
|
|
5559
5744
|
}
|
|
5560
5745
|
if (lockoutTime_ != null) {
|
|
5561
|
-
bitField0_ |=
|
|
5746
|
+
bitField0_ |= 0x00002000;
|
|
5562
5747
|
onChanged();
|
|
5563
5748
|
}
|
|
5564
5749
|
return this;
|
|
@@ -5567,7 +5752,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5567
5752
|
* <code>optional .google.protobuf.Timestamp lockout_time = 12;</code>
|
|
5568
5753
|
*/
|
|
5569
5754
|
public Builder clearLockoutTime() {
|
|
5570
|
-
bitField0_ = (bitField0_ & ~
|
|
5755
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
5571
5756
|
lockoutTime_ = null;
|
|
5572
5757
|
if (lockoutTimeBuilder_ != null) {
|
|
5573
5758
|
lockoutTimeBuilder_.dispose();
|
|
@@ -5580,7 +5765,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5580
5765
|
* <code>optional .google.protobuf.Timestamp lockout_time = 12;</code>
|
|
5581
5766
|
*/
|
|
5582
5767
|
public com.google.protobuf.Timestamp.Builder getLockoutTimeBuilder() {
|
|
5583
|
-
bitField0_ |=
|
|
5768
|
+
bitField0_ |= 0x00002000;
|
|
5584
5769
|
onChanged();
|
|
5585
5770
|
return getLockoutTimeFieldBuilder().getBuilder();
|
|
5586
5771
|
}
|
|
@@ -5620,7 +5805,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5620
5805
|
* @return Whether the passwordLastSet field is set.
|
|
5621
5806
|
*/
|
|
5622
5807
|
public boolean hasPasswordLastSet() {
|
|
5623
|
-
return ((bitField0_ &
|
|
5808
|
+
return ((bitField0_ & 0x00004000) != 0);
|
|
5624
5809
|
}
|
|
5625
5810
|
/**
|
|
5626
5811
|
* <code>optional .google.protobuf.Timestamp password_last_set = 13;</code>
|
|
@@ -5645,7 +5830,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5645
5830
|
} else {
|
|
5646
5831
|
passwordLastSetBuilder_.setMessage(value);
|
|
5647
5832
|
}
|
|
5648
|
-
bitField0_ |=
|
|
5833
|
+
bitField0_ |= 0x00004000;
|
|
5649
5834
|
onChanged();
|
|
5650
5835
|
return this;
|
|
5651
5836
|
}
|
|
@@ -5659,7 +5844,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5659
5844
|
} else {
|
|
5660
5845
|
passwordLastSetBuilder_.setMessage(builderForValue.build());
|
|
5661
5846
|
}
|
|
5662
|
-
bitField0_ |=
|
|
5847
|
+
bitField0_ |= 0x00004000;
|
|
5663
5848
|
onChanged();
|
|
5664
5849
|
return this;
|
|
5665
5850
|
}
|
|
@@ -5668,7 +5853,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5668
5853
|
*/
|
|
5669
5854
|
public Builder mergePasswordLastSet(com.google.protobuf.Timestamp value) {
|
|
5670
5855
|
if (passwordLastSetBuilder_ == null) {
|
|
5671
|
-
if (((bitField0_ &
|
|
5856
|
+
if (((bitField0_ & 0x00004000) != 0) &&
|
|
5672
5857
|
passwordLastSet_ != null &&
|
|
5673
5858
|
passwordLastSet_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
|
|
5674
5859
|
getPasswordLastSetBuilder().mergeFrom(value);
|
|
@@ -5679,7 +5864,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5679
5864
|
passwordLastSetBuilder_.mergeFrom(value);
|
|
5680
5865
|
}
|
|
5681
5866
|
if (passwordLastSet_ != null) {
|
|
5682
|
-
bitField0_ |=
|
|
5867
|
+
bitField0_ |= 0x00004000;
|
|
5683
5868
|
onChanged();
|
|
5684
5869
|
}
|
|
5685
5870
|
return this;
|
|
@@ -5688,7 +5873,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5688
5873
|
* <code>optional .google.protobuf.Timestamp password_last_set = 13;</code>
|
|
5689
5874
|
*/
|
|
5690
5875
|
public Builder clearPasswordLastSet() {
|
|
5691
|
-
bitField0_ = (bitField0_ & ~
|
|
5876
|
+
bitField0_ = (bitField0_ & ~0x00004000);
|
|
5692
5877
|
passwordLastSet_ = null;
|
|
5693
5878
|
if (passwordLastSetBuilder_ != null) {
|
|
5694
5879
|
passwordLastSetBuilder_.dispose();
|
|
@@ -5701,7 +5886,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5701
5886
|
* <code>optional .google.protobuf.Timestamp password_last_set = 13;</code>
|
|
5702
5887
|
*/
|
|
5703
5888
|
public com.google.protobuf.Timestamp.Builder getPasswordLastSetBuilder() {
|
|
5704
|
-
bitField0_ |=
|
|
5889
|
+
bitField0_ |= 0x00004000;
|
|
5705
5890
|
onChanged();
|
|
5706
5891
|
return getPasswordLastSetFieldBuilder().getBuilder();
|
|
5707
5892
|
}
|
|
@@ -5741,7 +5926,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5741
5926
|
* @return Whether the lastLogon field is set.
|
|
5742
5927
|
*/
|
|
5743
5928
|
public boolean hasLastLogon() {
|
|
5744
|
-
return ((bitField0_ &
|
|
5929
|
+
return ((bitField0_ & 0x00008000) != 0);
|
|
5745
5930
|
}
|
|
5746
5931
|
/**
|
|
5747
5932
|
* <code>optional .google.protobuf.Timestamp last_logon = 14;</code>
|
|
@@ -5766,7 +5951,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5766
5951
|
} else {
|
|
5767
5952
|
lastLogonBuilder_.setMessage(value);
|
|
5768
5953
|
}
|
|
5769
|
-
bitField0_ |=
|
|
5954
|
+
bitField0_ |= 0x00008000;
|
|
5770
5955
|
onChanged();
|
|
5771
5956
|
return this;
|
|
5772
5957
|
}
|
|
@@ -5780,7 +5965,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5780
5965
|
} else {
|
|
5781
5966
|
lastLogonBuilder_.setMessage(builderForValue.build());
|
|
5782
5967
|
}
|
|
5783
|
-
bitField0_ |=
|
|
5968
|
+
bitField0_ |= 0x00008000;
|
|
5784
5969
|
onChanged();
|
|
5785
5970
|
return this;
|
|
5786
5971
|
}
|
|
@@ -5789,7 +5974,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5789
5974
|
*/
|
|
5790
5975
|
public Builder mergeLastLogon(com.google.protobuf.Timestamp value) {
|
|
5791
5976
|
if (lastLogonBuilder_ == null) {
|
|
5792
|
-
if (((bitField0_ &
|
|
5977
|
+
if (((bitField0_ & 0x00008000) != 0) &&
|
|
5793
5978
|
lastLogon_ != null &&
|
|
5794
5979
|
lastLogon_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
|
|
5795
5980
|
getLastLogonBuilder().mergeFrom(value);
|
|
@@ -5800,7 +5985,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5800
5985
|
lastLogonBuilder_.mergeFrom(value);
|
|
5801
5986
|
}
|
|
5802
5987
|
if (lastLogon_ != null) {
|
|
5803
|
-
bitField0_ |=
|
|
5988
|
+
bitField0_ |= 0x00008000;
|
|
5804
5989
|
onChanged();
|
|
5805
5990
|
}
|
|
5806
5991
|
return this;
|
|
@@ -5809,7 +5994,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5809
5994
|
* <code>optional .google.protobuf.Timestamp last_logon = 14;</code>
|
|
5810
5995
|
*/
|
|
5811
5996
|
public Builder clearLastLogon() {
|
|
5812
|
-
bitField0_ = (bitField0_ & ~
|
|
5997
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
5813
5998
|
lastLogon_ = null;
|
|
5814
5999
|
if (lastLogonBuilder_ != null) {
|
|
5815
6000
|
lastLogonBuilder_.dispose();
|
|
@@ -5822,7 +6007,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5822
6007
|
* <code>optional .google.protobuf.Timestamp last_logon = 14;</code>
|
|
5823
6008
|
*/
|
|
5824
6009
|
public com.google.protobuf.Timestamp.Builder getLastLogonBuilder() {
|
|
5825
|
-
bitField0_ |=
|
|
6010
|
+
bitField0_ |= 0x00008000;
|
|
5826
6011
|
onChanged();
|
|
5827
6012
|
return getLastLogonFieldBuilder().getBuilder();
|
|
5828
6013
|
}
|
|
@@ -5862,7 +6047,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5862
6047
|
* @return Whether the lockoutDate field is set.
|
|
5863
6048
|
*/
|
|
5864
6049
|
public boolean hasLockoutDate() {
|
|
5865
|
-
return ((bitField0_ &
|
|
6050
|
+
return ((bitField0_ & 0x00010000) != 0);
|
|
5866
6051
|
}
|
|
5867
6052
|
/**
|
|
5868
6053
|
* <code>optional .google.protobuf.Timestamp lockout_date = 15;</code>
|
|
@@ -5887,7 +6072,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5887
6072
|
} else {
|
|
5888
6073
|
lockoutDateBuilder_.setMessage(value);
|
|
5889
6074
|
}
|
|
5890
|
-
bitField0_ |=
|
|
6075
|
+
bitField0_ |= 0x00010000;
|
|
5891
6076
|
onChanged();
|
|
5892
6077
|
return this;
|
|
5893
6078
|
}
|
|
@@ -5901,7 +6086,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5901
6086
|
} else {
|
|
5902
6087
|
lockoutDateBuilder_.setMessage(builderForValue.build());
|
|
5903
6088
|
}
|
|
5904
|
-
bitField0_ |=
|
|
6089
|
+
bitField0_ |= 0x00010000;
|
|
5905
6090
|
onChanged();
|
|
5906
6091
|
return this;
|
|
5907
6092
|
}
|
|
@@ -5910,7 +6095,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5910
6095
|
*/
|
|
5911
6096
|
public Builder mergeLockoutDate(com.google.protobuf.Timestamp value) {
|
|
5912
6097
|
if (lockoutDateBuilder_ == null) {
|
|
5913
|
-
if (((bitField0_ &
|
|
6098
|
+
if (((bitField0_ & 0x00010000) != 0) &&
|
|
5914
6099
|
lockoutDate_ != null &&
|
|
5915
6100
|
lockoutDate_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
|
|
5916
6101
|
getLockoutDateBuilder().mergeFrom(value);
|
|
@@ -5921,7 +6106,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5921
6106
|
lockoutDateBuilder_.mergeFrom(value);
|
|
5922
6107
|
}
|
|
5923
6108
|
if (lockoutDate_ != null) {
|
|
5924
|
-
bitField0_ |=
|
|
6109
|
+
bitField0_ |= 0x00010000;
|
|
5925
6110
|
onChanged();
|
|
5926
6111
|
}
|
|
5927
6112
|
return this;
|
|
@@ -5930,7 +6115,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5930
6115
|
* <code>optional .google.protobuf.Timestamp lockout_date = 15;</code>
|
|
5931
6116
|
*/
|
|
5932
6117
|
public Builder clearLockoutDate() {
|
|
5933
|
-
bitField0_ = (bitField0_ & ~
|
|
6118
|
+
bitField0_ = (bitField0_ & ~0x00010000);
|
|
5934
6119
|
lockoutDate_ = null;
|
|
5935
6120
|
if (lockoutDateBuilder_ != null) {
|
|
5936
6121
|
lockoutDateBuilder_.dispose();
|
|
@@ -5943,7 +6128,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5943
6128
|
* <code>optional .google.protobuf.Timestamp lockout_date = 15;</code>
|
|
5944
6129
|
*/
|
|
5945
6130
|
public com.google.protobuf.Timestamp.Builder getLockoutDateBuilder() {
|
|
5946
|
-
bitField0_ |=
|
|
6131
|
+
bitField0_ |= 0x00010000;
|
|
5947
6132
|
onChanged();
|
|
5948
6133
|
return getLockoutDateFieldBuilder().getBuilder();
|
|
5949
6134
|
}
|
|
@@ -5982,7 +6167,7 @@ private static final long serialVersionUID = 0L;
|
|
|
5982
6167
|
*/
|
|
5983
6168
|
@java.lang.Override
|
|
5984
6169
|
public boolean hasCanUserChangePassword() {
|
|
5985
|
-
return ((bitField0_ &
|
|
6170
|
+
return ((bitField0_ & 0x00020000) != 0);
|
|
5986
6171
|
}
|
|
5987
6172
|
/**
|
|
5988
6173
|
* <code>optional bool can_user_change_password = 16;</code>
|
|
@@ -6000,7 +6185,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6000
6185
|
public Builder setCanUserChangePassword(boolean value) {
|
|
6001
6186
|
|
|
6002
6187
|
canUserChangePassword_ = value;
|
|
6003
|
-
bitField0_ |=
|
|
6188
|
+
bitField0_ |= 0x00020000;
|
|
6004
6189
|
onChanged();
|
|
6005
6190
|
return this;
|
|
6006
6191
|
}
|
|
@@ -6009,7 +6194,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6009
6194
|
* @return This builder for chaining.
|
|
6010
6195
|
*/
|
|
6011
6196
|
public Builder clearCanUserChangePassword() {
|
|
6012
|
-
bitField0_ = (bitField0_ & ~
|
|
6197
|
+
bitField0_ = (bitField0_ & ~0x00020000);
|
|
6013
6198
|
canUserChangePassword_ = false;
|
|
6014
6199
|
onChanged();
|
|
6015
6200
|
return this;
|
|
@@ -6023,7 +6208,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6023
6208
|
* @return Whether the passwordExpirationDate field is set.
|
|
6024
6209
|
*/
|
|
6025
6210
|
public boolean hasPasswordExpirationDate() {
|
|
6026
|
-
return ((bitField0_ &
|
|
6211
|
+
return ((bitField0_ & 0x00040000) != 0);
|
|
6027
6212
|
}
|
|
6028
6213
|
/**
|
|
6029
6214
|
* <code>optional .google.protobuf.Timestamp password_expiration_date = 17;</code>
|
|
@@ -6048,7 +6233,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6048
6233
|
} else {
|
|
6049
6234
|
passwordExpirationDateBuilder_.setMessage(value);
|
|
6050
6235
|
}
|
|
6051
|
-
bitField0_ |=
|
|
6236
|
+
bitField0_ |= 0x00040000;
|
|
6052
6237
|
onChanged();
|
|
6053
6238
|
return this;
|
|
6054
6239
|
}
|
|
@@ -6062,7 +6247,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6062
6247
|
} else {
|
|
6063
6248
|
passwordExpirationDateBuilder_.setMessage(builderForValue.build());
|
|
6064
6249
|
}
|
|
6065
|
-
bitField0_ |=
|
|
6250
|
+
bitField0_ |= 0x00040000;
|
|
6066
6251
|
onChanged();
|
|
6067
6252
|
return this;
|
|
6068
6253
|
}
|
|
@@ -6071,7 +6256,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6071
6256
|
*/
|
|
6072
6257
|
public Builder mergePasswordExpirationDate(com.google.protobuf.Timestamp value) {
|
|
6073
6258
|
if (passwordExpirationDateBuilder_ == null) {
|
|
6074
|
-
if (((bitField0_ &
|
|
6259
|
+
if (((bitField0_ & 0x00040000) != 0) &&
|
|
6075
6260
|
passwordExpirationDate_ != null &&
|
|
6076
6261
|
passwordExpirationDate_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
|
|
6077
6262
|
getPasswordExpirationDateBuilder().mergeFrom(value);
|
|
@@ -6082,7 +6267,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6082
6267
|
passwordExpirationDateBuilder_.mergeFrom(value);
|
|
6083
6268
|
}
|
|
6084
6269
|
if (passwordExpirationDate_ != null) {
|
|
6085
|
-
bitField0_ |=
|
|
6270
|
+
bitField0_ |= 0x00040000;
|
|
6086
6271
|
onChanged();
|
|
6087
6272
|
}
|
|
6088
6273
|
return this;
|
|
@@ -6091,7 +6276,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6091
6276
|
* <code>optional .google.protobuf.Timestamp password_expiration_date = 17;</code>
|
|
6092
6277
|
*/
|
|
6093
6278
|
public Builder clearPasswordExpirationDate() {
|
|
6094
|
-
bitField0_ = (bitField0_ & ~
|
|
6279
|
+
bitField0_ = (bitField0_ & ~0x00040000);
|
|
6095
6280
|
passwordExpirationDate_ = null;
|
|
6096
6281
|
if (passwordExpirationDateBuilder_ != null) {
|
|
6097
6282
|
passwordExpirationDateBuilder_.dispose();
|
|
@@ -6104,7 +6289,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6104
6289
|
* <code>optional .google.protobuf.Timestamp password_expiration_date = 17;</code>
|
|
6105
6290
|
*/
|
|
6106
6291
|
public com.google.protobuf.Timestamp.Builder getPasswordExpirationDateBuilder() {
|
|
6107
|
-
bitField0_ |=
|
|
6292
|
+
bitField0_ |= 0x00040000;
|
|
6108
6293
|
onChanged();
|
|
6109
6294
|
return getPasswordExpirationDateFieldBuilder().getBuilder();
|
|
6110
6295
|
}
|
|
@@ -6143,7 +6328,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6143
6328
|
*/
|
|
6144
6329
|
@java.lang.Override
|
|
6145
6330
|
public boolean hasPasswordNeverExpires() {
|
|
6146
|
-
return ((bitField0_ &
|
|
6331
|
+
return ((bitField0_ & 0x00080000) != 0);
|
|
6147
6332
|
}
|
|
6148
6333
|
/**
|
|
6149
6334
|
* <code>optional bool password_never_expires = 18;</code>
|
|
@@ -6161,7 +6346,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6161
6346
|
public Builder setPasswordNeverExpires(boolean value) {
|
|
6162
6347
|
|
|
6163
6348
|
passwordNeverExpires_ = value;
|
|
6164
|
-
bitField0_ |=
|
|
6349
|
+
bitField0_ |= 0x00080000;
|
|
6165
6350
|
onChanged();
|
|
6166
6351
|
return this;
|
|
6167
6352
|
}
|
|
@@ -6170,7 +6355,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6170
6355
|
* @return This builder for chaining.
|
|
6171
6356
|
*/
|
|
6172
6357
|
public Builder clearPasswordNeverExpires() {
|
|
6173
|
-
bitField0_ = (bitField0_ & ~
|
|
6358
|
+
bitField0_ = (bitField0_ & ~0x00080000);
|
|
6174
6359
|
passwordNeverExpires_ = false;
|
|
6175
6360
|
onChanged();
|
|
6176
6361
|
return this;
|
|
@@ -6183,7 +6368,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6183
6368
|
*/
|
|
6184
6369
|
@java.lang.Override
|
|
6185
6370
|
public boolean hasPasswordRequired() {
|
|
6186
|
-
return ((bitField0_ &
|
|
6371
|
+
return ((bitField0_ & 0x00100000) != 0);
|
|
6187
6372
|
}
|
|
6188
6373
|
/**
|
|
6189
6374
|
* <code>optional bool password_required = 19;</code>
|
|
@@ -6201,7 +6386,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6201
6386
|
public Builder setPasswordRequired(boolean value) {
|
|
6202
6387
|
|
|
6203
6388
|
passwordRequired_ = value;
|
|
6204
|
-
bitField0_ |=
|
|
6389
|
+
bitField0_ |= 0x00100000;
|
|
6205
6390
|
onChanged();
|
|
6206
6391
|
return this;
|
|
6207
6392
|
}
|
|
@@ -6210,7 +6395,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6210
6395
|
* @return This builder for chaining.
|
|
6211
6396
|
*/
|
|
6212
6397
|
public Builder clearPasswordRequired() {
|
|
6213
|
-
bitField0_ = (bitField0_ & ~
|
|
6398
|
+
bitField0_ = (bitField0_ & ~0x00100000);
|
|
6214
6399
|
passwordRequired_ = false;
|
|
6215
6400
|
onChanged();
|
|
6216
6401
|
return this;
|
|
@@ -6224,7 +6409,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6224
6409
|
* @return Whether the passwordChangeableDate field is set.
|
|
6225
6410
|
*/
|
|
6226
6411
|
public boolean hasPasswordChangeableDate() {
|
|
6227
|
-
return ((bitField0_ &
|
|
6412
|
+
return ((bitField0_ & 0x00200000) != 0);
|
|
6228
6413
|
}
|
|
6229
6414
|
/**
|
|
6230
6415
|
* <code>optional .google.protobuf.Timestamp password_changeable_date = 20;</code>
|
|
@@ -6249,7 +6434,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6249
6434
|
} else {
|
|
6250
6435
|
passwordChangeableDateBuilder_.setMessage(value);
|
|
6251
6436
|
}
|
|
6252
|
-
bitField0_ |=
|
|
6437
|
+
bitField0_ |= 0x00200000;
|
|
6253
6438
|
onChanged();
|
|
6254
6439
|
return this;
|
|
6255
6440
|
}
|
|
@@ -6263,7 +6448,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6263
6448
|
} else {
|
|
6264
6449
|
passwordChangeableDateBuilder_.setMessage(builderForValue.build());
|
|
6265
6450
|
}
|
|
6266
|
-
bitField0_ |=
|
|
6451
|
+
bitField0_ |= 0x00200000;
|
|
6267
6452
|
onChanged();
|
|
6268
6453
|
return this;
|
|
6269
6454
|
}
|
|
@@ -6272,7 +6457,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6272
6457
|
*/
|
|
6273
6458
|
public Builder mergePasswordChangeableDate(com.google.protobuf.Timestamp value) {
|
|
6274
6459
|
if (passwordChangeableDateBuilder_ == null) {
|
|
6275
|
-
if (((bitField0_ &
|
|
6460
|
+
if (((bitField0_ & 0x00200000) != 0) &&
|
|
6276
6461
|
passwordChangeableDate_ != null &&
|
|
6277
6462
|
passwordChangeableDate_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
|
|
6278
6463
|
getPasswordChangeableDateBuilder().mergeFrom(value);
|
|
@@ -6283,7 +6468,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6283
6468
|
passwordChangeableDateBuilder_.mergeFrom(value);
|
|
6284
6469
|
}
|
|
6285
6470
|
if (passwordChangeableDate_ != null) {
|
|
6286
|
-
bitField0_ |=
|
|
6471
|
+
bitField0_ |= 0x00200000;
|
|
6287
6472
|
onChanged();
|
|
6288
6473
|
}
|
|
6289
6474
|
return this;
|
|
@@ -6292,7 +6477,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6292
6477
|
* <code>optional .google.protobuf.Timestamp password_changeable_date = 20;</code>
|
|
6293
6478
|
*/
|
|
6294
6479
|
public Builder clearPasswordChangeableDate() {
|
|
6295
|
-
bitField0_ = (bitField0_ & ~
|
|
6480
|
+
bitField0_ = (bitField0_ & ~0x00200000);
|
|
6296
6481
|
passwordChangeableDate_ = null;
|
|
6297
6482
|
if (passwordChangeableDateBuilder_ != null) {
|
|
6298
6483
|
passwordChangeableDateBuilder_.dispose();
|
|
@@ -6305,7 +6490,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6305
6490
|
* <code>optional .google.protobuf.Timestamp password_changeable_date = 20;</code>
|
|
6306
6491
|
*/
|
|
6307
6492
|
public com.google.protobuf.Timestamp.Builder getPasswordChangeableDateBuilder() {
|
|
6308
|
-
bitField0_ |=
|
|
6493
|
+
bitField0_ |= 0x00200000;
|
|
6309
6494
|
onChanged();
|
|
6310
6495
|
return getPasswordChangeableDateFieldBuilder().getBuilder();
|
|
6311
6496
|
}
|
|
@@ -6343,7 +6528,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6343
6528
|
* @return Whether the email field is set.
|
|
6344
6529
|
*/
|
|
6345
6530
|
public boolean hasEmail() {
|
|
6346
|
-
return ((bitField0_ &
|
|
6531
|
+
return ((bitField0_ & 0x00400000) != 0);
|
|
6347
6532
|
}
|
|
6348
6533
|
/**
|
|
6349
6534
|
* <code>optional string email = 21;</code>
|
|
@@ -6387,7 +6572,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6387
6572
|
java.lang.String value) {
|
|
6388
6573
|
if (value == null) { throw new NullPointerException(); }
|
|
6389
6574
|
email_ = value;
|
|
6390
|
-
bitField0_ |=
|
|
6575
|
+
bitField0_ |= 0x00400000;
|
|
6391
6576
|
onChanged();
|
|
6392
6577
|
return this;
|
|
6393
6578
|
}
|
|
@@ -6397,7 +6582,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6397
6582
|
*/
|
|
6398
6583
|
public Builder clearEmail() {
|
|
6399
6584
|
email_ = getDefaultInstance().getEmail();
|
|
6400
|
-
bitField0_ = (bitField0_ & ~
|
|
6585
|
+
bitField0_ = (bitField0_ & ~0x00400000);
|
|
6401
6586
|
onChanged();
|
|
6402
6587
|
return this;
|
|
6403
6588
|
}
|
|
@@ -6411,7 +6596,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6411
6596
|
if (value == null) { throw new NullPointerException(); }
|
|
6412
6597
|
checkByteStringIsUtf8(value);
|
|
6413
6598
|
email_ = value;
|
|
6414
|
-
bitField0_ |=
|
|
6599
|
+
bitField0_ |= 0x00400000;
|
|
6415
6600
|
onChanged();
|
|
6416
6601
|
return this;
|
|
6417
6602
|
}
|
|
@@ -6422,7 +6607,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6422
6607
|
* @return Whether the displayName field is set.
|
|
6423
6608
|
*/
|
|
6424
6609
|
public boolean hasDisplayName() {
|
|
6425
|
-
return ((bitField0_ &
|
|
6610
|
+
return ((bitField0_ & 0x00800000) != 0);
|
|
6426
6611
|
}
|
|
6427
6612
|
/**
|
|
6428
6613
|
* <code>optional string display_name = 22;</code>
|
|
@@ -6466,7 +6651,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6466
6651
|
java.lang.String value) {
|
|
6467
6652
|
if (value == null) { throw new NullPointerException(); }
|
|
6468
6653
|
displayName_ = value;
|
|
6469
|
-
bitField0_ |=
|
|
6654
|
+
bitField0_ |= 0x00800000;
|
|
6470
6655
|
onChanged();
|
|
6471
6656
|
return this;
|
|
6472
6657
|
}
|
|
@@ -6476,7 +6661,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6476
6661
|
*/
|
|
6477
6662
|
public Builder clearDisplayName() {
|
|
6478
6663
|
displayName_ = getDefaultInstance().getDisplayName();
|
|
6479
|
-
bitField0_ = (bitField0_ & ~
|
|
6664
|
+
bitField0_ = (bitField0_ & ~0x00800000);
|
|
6480
6665
|
onChanged();
|
|
6481
6666
|
return this;
|
|
6482
6667
|
}
|
|
@@ -6490,7 +6675,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6490
6675
|
if (value == null) { throw new NullPointerException(); }
|
|
6491
6676
|
checkByteStringIsUtf8(value);
|
|
6492
6677
|
displayName_ = value;
|
|
6493
|
-
bitField0_ |=
|
|
6678
|
+
bitField0_ |= 0x00800000;
|
|
6494
6679
|
onChanged();
|
|
6495
6680
|
return this;
|
|
6496
6681
|
}
|
|
@@ -6501,7 +6686,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6501
6686
|
* @return Whether the givenName field is set.
|
|
6502
6687
|
*/
|
|
6503
6688
|
public boolean hasGivenName() {
|
|
6504
|
-
return ((bitField0_ &
|
|
6689
|
+
return ((bitField0_ & 0x01000000) != 0);
|
|
6505
6690
|
}
|
|
6506
6691
|
/**
|
|
6507
6692
|
* <code>optional string given_name = 23;</code>
|
|
@@ -6545,7 +6730,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6545
6730
|
java.lang.String value) {
|
|
6546
6731
|
if (value == null) { throw new NullPointerException(); }
|
|
6547
6732
|
givenName_ = value;
|
|
6548
|
-
bitField0_ |=
|
|
6733
|
+
bitField0_ |= 0x01000000;
|
|
6549
6734
|
onChanged();
|
|
6550
6735
|
return this;
|
|
6551
6736
|
}
|
|
@@ -6555,7 +6740,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6555
6740
|
*/
|
|
6556
6741
|
public Builder clearGivenName() {
|
|
6557
6742
|
givenName_ = getDefaultInstance().getGivenName();
|
|
6558
|
-
bitField0_ = (bitField0_ & ~
|
|
6743
|
+
bitField0_ = (bitField0_ & ~0x01000000);
|
|
6559
6744
|
onChanged();
|
|
6560
6745
|
return this;
|
|
6561
6746
|
}
|
|
@@ -6569,7 +6754,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6569
6754
|
if (value == null) { throw new NullPointerException(); }
|
|
6570
6755
|
checkByteStringIsUtf8(value);
|
|
6571
6756
|
givenName_ = value;
|
|
6572
|
-
bitField0_ |=
|
|
6757
|
+
bitField0_ |= 0x01000000;
|
|
6573
6758
|
onChanged();
|
|
6574
6759
|
return this;
|
|
6575
6760
|
}
|
|
@@ -6580,7 +6765,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6580
6765
|
* @return Whether the surname field is set.
|
|
6581
6766
|
*/
|
|
6582
6767
|
public boolean hasSurname() {
|
|
6583
|
-
return ((bitField0_ &
|
|
6768
|
+
return ((bitField0_ & 0x02000000) != 0);
|
|
6584
6769
|
}
|
|
6585
6770
|
/**
|
|
6586
6771
|
* <code>optional string surname = 24;</code>
|
|
@@ -6624,7 +6809,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6624
6809
|
java.lang.String value) {
|
|
6625
6810
|
if (value == null) { throw new NullPointerException(); }
|
|
6626
6811
|
surname_ = value;
|
|
6627
|
-
bitField0_ |=
|
|
6812
|
+
bitField0_ |= 0x02000000;
|
|
6628
6813
|
onChanged();
|
|
6629
6814
|
return this;
|
|
6630
6815
|
}
|
|
@@ -6634,7 +6819,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6634
6819
|
*/
|
|
6635
6820
|
public Builder clearSurname() {
|
|
6636
6821
|
surname_ = getDefaultInstance().getSurname();
|
|
6637
|
-
bitField0_ = (bitField0_ & ~
|
|
6822
|
+
bitField0_ = (bitField0_ & ~0x02000000);
|
|
6638
6823
|
onChanged();
|
|
6639
6824
|
return this;
|
|
6640
6825
|
}
|
|
@@ -6648,7 +6833,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6648
6833
|
if (value == null) { throw new NullPointerException(); }
|
|
6649
6834
|
checkByteStringIsUtf8(value);
|
|
6650
6835
|
surname_ = value;
|
|
6651
|
-
bitField0_ |=
|
|
6836
|
+
bitField0_ |= 0x02000000;
|
|
6652
6837
|
onChanged();
|
|
6653
6838
|
return this;
|
|
6654
6839
|
}
|
|
@@ -6659,7 +6844,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6659
6844
|
* @return Whether the telephone field is set.
|
|
6660
6845
|
*/
|
|
6661
6846
|
public boolean hasTelephone() {
|
|
6662
|
-
return ((bitField0_ &
|
|
6847
|
+
return ((bitField0_ & 0x04000000) != 0);
|
|
6663
6848
|
}
|
|
6664
6849
|
/**
|
|
6665
6850
|
* <code>optional string telephone = 25;</code>
|
|
@@ -6703,7 +6888,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6703
6888
|
java.lang.String value) {
|
|
6704
6889
|
if (value == null) { throw new NullPointerException(); }
|
|
6705
6890
|
telephone_ = value;
|
|
6706
|
-
bitField0_ |=
|
|
6891
|
+
bitField0_ |= 0x04000000;
|
|
6707
6892
|
onChanged();
|
|
6708
6893
|
return this;
|
|
6709
6894
|
}
|
|
@@ -6713,7 +6898,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6713
6898
|
*/
|
|
6714
6899
|
public Builder clearTelephone() {
|
|
6715
6900
|
telephone_ = getDefaultInstance().getTelephone();
|
|
6716
|
-
bitField0_ = (bitField0_ & ~
|
|
6901
|
+
bitField0_ = (bitField0_ & ~0x04000000);
|
|
6717
6902
|
onChanged();
|
|
6718
6903
|
return this;
|
|
6719
6904
|
}
|
|
@@ -6727,7 +6912,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6727
6912
|
if (value == null) { throw new NullPointerException(); }
|
|
6728
6913
|
checkByteStringIsUtf8(value);
|
|
6729
6914
|
telephone_ = value;
|
|
6730
|
-
bitField0_ |=
|
|
6915
|
+
bitField0_ |= 0x04000000;
|
|
6731
6916
|
onChanged();
|
|
6732
6917
|
return this;
|
|
6733
6918
|
}
|
|
@@ -6738,7 +6923,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6738
6923
|
* @return Whether the facSimile field is set.
|
|
6739
6924
|
*/
|
|
6740
6925
|
public boolean hasFacSimile() {
|
|
6741
|
-
return ((bitField0_ &
|
|
6926
|
+
return ((bitField0_ & 0x08000000) != 0);
|
|
6742
6927
|
}
|
|
6743
6928
|
/**
|
|
6744
6929
|
* <code>optional string fac_simile = 26;</code>
|
|
@@ -6782,7 +6967,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6782
6967
|
java.lang.String value) {
|
|
6783
6968
|
if (value == null) { throw new NullPointerException(); }
|
|
6784
6969
|
facSimile_ = value;
|
|
6785
|
-
bitField0_ |=
|
|
6970
|
+
bitField0_ |= 0x08000000;
|
|
6786
6971
|
onChanged();
|
|
6787
6972
|
return this;
|
|
6788
6973
|
}
|
|
@@ -6792,7 +6977,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6792
6977
|
*/
|
|
6793
6978
|
public Builder clearFacSimile() {
|
|
6794
6979
|
facSimile_ = getDefaultInstance().getFacSimile();
|
|
6795
|
-
bitField0_ = (bitField0_ & ~
|
|
6980
|
+
bitField0_ = (bitField0_ & ~0x08000000);
|
|
6796
6981
|
onChanged();
|
|
6797
6982
|
return this;
|
|
6798
6983
|
}
|
|
@@ -6806,7 +6991,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6806
6991
|
if (value == null) { throw new NullPointerException(); }
|
|
6807
6992
|
checkByteStringIsUtf8(value);
|
|
6808
6993
|
facSimile_ = value;
|
|
6809
|
-
bitField0_ |=
|
|
6994
|
+
bitField0_ |= 0x08000000;
|
|
6810
6995
|
onChanged();
|
|
6811
6996
|
return this;
|
|
6812
6997
|
}
|
|
@@ -6817,7 +7002,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6817
7002
|
* @return Whether the mobile field is set.
|
|
6818
7003
|
*/
|
|
6819
7004
|
public boolean hasMobile() {
|
|
6820
|
-
return ((bitField0_ &
|
|
7005
|
+
return ((bitField0_ & 0x10000000) != 0);
|
|
6821
7006
|
}
|
|
6822
7007
|
/**
|
|
6823
7008
|
* <code>optional string mobile = 27;</code>
|
|
@@ -6861,7 +7046,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6861
7046
|
java.lang.String value) {
|
|
6862
7047
|
if (value == null) { throw new NullPointerException(); }
|
|
6863
7048
|
mobile_ = value;
|
|
6864
|
-
bitField0_ |=
|
|
7049
|
+
bitField0_ |= 0x10000000;
|
|
6865
7050
|
onChanged();
|
|
6866
7051
|
return this;
|
|
6867
7052
|
}
|
|
@@ -6871,7 +7056,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6871
7056
|
*/
|
|
6872
7057
|
public Builder clearMobile() {
|
|
6873
7058
|
mobile_ = getDefaultInstance().getMobile();
|
|
6874
|
-
bitField0_ = (bitField0_ & ~
|
|
7059
|
+
bitField0_ = (bitField0_ & ~0x10000000);
|
|
6875
7060
|
onChanged();
|
|
6876
7061
|
return this;
|
|
6877
7062
|
}
|
|
@@ -6885,7 +7070,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6885
7070
|
if (value == null) { throw new NullPointerException(); }
|
|
6886
7071
|
checkByteStringIsUtf8(value);
|
|
6887
7072
|
mobile_ = value;
|
|
6888
|
-
bitField0_ |=
|
|
7073
|
+
bitField0_ |= 0x10000000;
|
|
6889
7074
|
onChanged();
|
|
6890
7075
|
return this;
|
|
6891
7076
|
}
|
|
@@ -6896,7 +7081,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6896
7081
|
* @return Whether the streetAddress field is set.
|
|
6897
7082
|
*/
|
|
6898
7083
|
public boolean hasStreetAddress() {
|
|
6899
|
-
return ((bitField0_ &
|
|
7084
|
+
return ((bitField0_ & 0x20000000) != 0);
|
|
6900
7085
|
}
|
|
6901
7086
|
/**
|
|
6902
7087
|
* <code>optional string street_address = 28;</code>
|
|
@@ -6940,7 +7125,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6940
7125
|
java.lang.String value) {
|
|
6941
7126
|
if (value == null) { throw new NullPointerException(); }
|
|
6942
7127
|
streetAddress_ = value;
|
|
6943
|
-
bitField0_ |=
|
|
7128
|
+
bitField0_ |= 0x20000000;
|
|
6944
7129
|
onChanged();
|
|
6945
7130
|
return this;
|
|
6946
7131
|
}
|
|
@@ -6950,7 +7135,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6950
7135
|
*/
|
|
6951
7136
|
public Builder clearStreetAddress() {
|
|
6952
7137
|
streetAddress_ = getDefaultInstance().getStreetAddress();
|
|
6953
|
-
bitField0_ = (bitField0_ & ~
|
|
7138
|
+
bitField0_ = (bitField0_ & ~0x20000000);
|
|
6954
7139
|
onChanged();
|
|
6955
7140
|
return this;
|
|
6956
7141
|
}
|
|
@@ -6964,7 +7149,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6964
7149
|
if (value == null) { throw new NullPointerException(); }
|
|
6965
7150
|
checkByteStringIsUtf8(value);
|
|
6966
7151
|
streetAddress_ = value;
|
|
6967
|
-
bitField0_ |=
|
|
7152
|
+
bitField0_ |= 0x20000000;
|
|
6968
7153
|
onChanged();
|
|
6969
7154
|
return this;
|
|
6970
7155
|
}
|
|
@@ -6975,7 +7160,7 @@ private static final long serialVersionUID = 0L;
|
|
|
6975
7160
|
* @return Whether the city field is set.
|
|
6976
7161
|
*/
|
|
6977
7162
|
public boolean hasCity() {
|
|
6978
|
-
return ((bitField0_ &
|
|
7163
|
+
return ((bitField0_ & 0x40000000) != 0);
|
|
6979
7164
|
}
|
|
6980
7165
|
/**
|
|
6981
7166
|
* <code>optional string city = 29;</code>
|
|
@@ -7019,7 +7204,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7019
7204
|
java.lang.String value) {
|
|
7020
7205
|
if (value == null) { throw new NullPointerException(); }
|
|
7021
7206
|
city_ = value;
|
|
7022
|
-
bitField0_ |=
|
|
7207
|
+
bitField0_ |= 0x40000000;
|
|
7023
7208
|
onChanged();
|
|
7024
7209
|
return this;
|
|
7025
7210
|
}
|
|
@@ -7029,7 +7214,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7029
7214
|
*/
|
|
7030
7215
|
public Builder clearCity() {
|
|
7031
7216
|
city_ = getDefaultInstance().getCity();
|
|
7032
|
-
bitField0_ = (bitField0_ & ~
|
|
7217
|
+
bitField0_ = (bitField0_ & ~0x40000000);
|
|
7033
7218
|
onChanged();
|
|
7034
7219
|
return this;
|
|
7035
7220
|
}
|
|
@@ -7043,7 +7228,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7043
7228
|
if (value == null) { throw new NullPointerException(); }
|
|
7044
7229
|
checkByteStringIsUtf8(value);
|
|
7045
7230
|
city_ = value;
|
|
7046
|
-
bitField0_ |=
|
|
7231
|
+
bitField0_ |= 0x40000000;
|
|
7047
7232
|
onChanged();
|
|
7048
7233
|
return this;
|
|
7049
7234
|
}
|
|
@@ -7054,7 +7239,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7054
7239
|
* @return Whether the country field is set.
|
|
7055
7240
|
*/
|
|
7056
7241
|
public boolean hasCountry() {
|
|
7057
|
-
return ((bitField0_ &
|
|
7242
|
+
return ((bitField0_ & 0x80000000) != 0);
|
|
7058
7243
|
}
|
|
7059
7244
|
/**
|
|
7060
7245
|
* <code>optional string country = 30;</code>
|
|
@@ -7098,7 +7283,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7098
7283
|
java.lang.String value) {
|
|
7099
7284
|
if (value == null) { throw new NullPointerException(); }
|
|
7100
7285
|
country_ = value;
|
|
7101
|
-
bitField0_ |=
|
|
7286
|
+
bitField0_ |= 0x80000000;
|
|
7102
7287
|
onChanged();
|
|
7103
7288
|
return this;
|
|
7104
7289
|
}
|
|
@@ -7108,7 +7293,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7108
7293
|
*/
|
|
7109
7294
|
public Builder clearCountry() {
|
|
7110
7295
|
country_ = getDefaultInstance().getCountry();
|
|
7111
|
-
bitField0_ = (bitField0_ & ~
|
|
7296
|
+
bitField0_ = (bitField0_ & ~0x80000000);
|
|
7112
7297
|
onChanged();
|
|
7113
7298
|
return this;
|
|
7114
7299
|
}
|
|
@@ -7122,7 +7307,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7122
7307
|
if (value == null) { throw new NullPointerException(); }
|
|
7123
7308
|
checkByteStringIsUtf8(value);
|
|
7124
7309
|
country_ = value;
|
|
7125
|
-
bitField0_ |=
|
|
7310
|
+
bitField0_ |= 0x80000000;
|
|
7126
7311
|
onChanged();
|
|
7127
7312
|
return this;
|
|
7128
7313
|
}
|
|
@@ -7133,7 +7318,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7133
7318
|
* @return Whether the department field is set.
|
|
7134
7319
|
*/
|
|
7135
7320
|
public boolean hasDepartment() {
|
|
7136
|
-
return ((
|
|
7321
|
+
return ((bitField1_ & 0x00000001) != 0);
|
|
7137
7322
|
}
|
|
7138
7323
|
/**
|
|
7139
7324
|
* <code>optional string department = 31;</code>
|
|
@@ -7177,7 +7362,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7177
7362
|
java.lang.String value) {
|
|
7178
7363
|
if (value == null) { throw new NullPointerException(); }
|
|
7179
7364
|
department_ = value;
|
|
7180
|
-
|
|
7365
|
+
bitField1_ |= 0x00000001;
|
|
7181
7366
|
onChanged();
|
|
7182
7367
|
return this;
|
|
7183
7368
|
}
|
|
@@ -7187,7 +7372,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7187
7372
|
*/
|
|
7188
7373
|
public Builder clearDepartment() {
|
|
7189
7374
|
department_ = getDefaultInstance().getDepartment();
|
|
7190
|
-
|
|
7375
|
+
bitField1_ = (bitField1_ & ~0x00000001);
|
|
7191
7376
|
onChanged();
|
|
7192
7377
|
return this;
|
|
7193
7378
|
}
|
|
@@ -7201,7 +7386,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7201
7386
|
if (value == null) { throw new NullPointerException(); }
|
|
7202
7387
|
checkByteStringIsUtf8(value);
|
|
7203
7388
|
department_ = value;
|
|
7204
|
-
|
|
7389
|
+
bitField1_ |= 0x00000001;
|
|
7205
7390
|
onChanged();
|
|
7206
7391
|
return this;
|
|
7207
7392
|
}
|
|
@@ -7212,7 +7397,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7212
7397
|
* @return Whether the deliveryOfficeName field is set.
|
|
7213
7398
|
*/
|
|
7214
7399
|
public boolean hasDeliveryOfficeName() {
|
|
7215
|
-
return ((bitField1_ &
|
|
7400
|
+
return ((bitField1_ & 0x00000002) != 0);
|
|
7216
7401
|
}
|
|
7217
7402
|
/**
|
|
7218
7403
|
* <code>optional string delivery_office_name = 32;</code>
|
|
@@ -7256,7 +7441,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7256
7441
|
java.lang.String value) {
|
|
7257
7442
|
if (value == null) { throw new NullPointerException(); }
|
|
7258
7443
|
deliveryOfficeName_ = value;
|
|
7259
|
-
bitField1_ |=
|
|
7444
|
+
bitField1_ |= 0x00000002;
|
|
7260
7445
|
onChanged();
|
|
7261
7446
|
return this;
|
|
7262
7447
|
}
|
|
@@ -7266,7 +7451,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7266
7451
|
*/
|
|
7267
7452
|
public Builder clearDeliveryOfficeName() {
|
|
7268
7453
|
deliveryOfficeName_ = getDefaultInstance().getDeliveryOfficeName();
|
|
7269
|
-
bitField1_ = (bitField1_ & ~
|
|
7454
|
+
bitField1_ = (bitField1_ & ~0x00000002);
|
|
7270
7455
|
onChanged();
|
|
7271
7456
|
return this;
|
|
7272
7457
|
}
|
|
@@ -7280,7 +7465,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7280
7465
|
if (value == null) { throw new NullPointerException(); }
|
|
7281
7466
|
checkByteStringIsUtf8(value);
|
|
7282
7467
|
deliveryOfficeName_ = value;
|
|
7283
|
-
bitField1_ |=
|
|
7468
|
+
bitField1_ |= 0x00000002;
|
|
7284
7469
|
onChanged();
|
|
7285
7470
|
return this;
|
|
7286
7471
|
}
|
|
@@ -7291,7 +7476,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7291
7476
|
* @return Whether the countryAbbreviation field is set.
|
|
7292
7477
|
*/
|
|
7293
7478
|
public boolean hasCountryAbbreviation() {
|
|
7294
|
-
return ((bitField1_ &
|
|
7479
|
+
return ((bitField1_ & 0x00000004) != 0);
|
|
7295
7480
|
}
|
|
7296
7481
|
/**
|
|
7297
7482
|
* <code>optional string country_abbreviation = 33;</code>
|
|
@@ -7335,7 +7520,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7335
7520
|
java.lang.String value) {
|
|
7336
7521
|
if (value == null) { throw new NullPointerException(); }
|
|
7337
7522
|
countryAbbreviation_ = value;
|
|
7338
|
-
bitField1_ |=
|
|
7523
|
+
bitField1_ |= 0x00000004;
|
|
7339
7524
|
onChanged();
|
|
7340
7525
|
return this;
|
|
7341
7526
|
}
|
|
@@ -7345,7 +7530,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7345
7530
|
*/
|
|
7346
7531
|
public Builder clearCountryAbbreviation() {
|
|
7347
7532
|
countryAbbreviation_ = getDefaultInstance().getCountryAbbreviation();
|
|
7348
|
-
bitField1_ = (bitField1_ & ~
|
|
7533
|
+
bitField1_ = (bitField1_ & ~0x00000004);
|
|
7349
7534
|
onChanged();
|
|
7350
7535
|
return this;
|
|
7351
7536
|
}
|
|
@@ -7359,7 +7544,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7359
7544
|
if (value == null) { throw new NullPointerException(); }
|
|
7360
7545
|
checkByteStringIsUtf8(value);
|
|
7361
7546
|
countryAbbreviation_ = value;
|
|
7362
|
-
bitField1_ |=
|
|
7547
|
+
bitField1_ |= 0x00000004;
|
|
7363
7548
|
onChanged();
|
|
7364
7549
|
return this;
|
|
7365
7550
|
}
|
|
@@ -7370,7 +7555,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7370
7555
|
* @return Whether the postalCode field is set.
|
|
7371
7556
|
*/
|
|
7372
7557
|
public boolean hasPostalCode() {
|
|
7373
|
-
return ((bitField1_ &
|
|
7558
|
+
return ((bitField1_ & 0x00000008) != 0);
|
|
7374
7559
|
}
|
|
7375
7560
|
/**
|
|
7376
7561
|
* <code>optional string postal_code = 34;</code>
|
|
@@ -7414,7 +7599,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7414
7599
|
java.lang.String value) {
|
|
7415
7600
|
if (value == null) { throw new NullPointerException(); }
|
|
7416
7601
|
postalCode_ = value;
|
|
7417
|
-
bitField1_ |=
|
|
7602
|
+
bitField1_ |= 0x00000008;
|
|
7418
7603
|
onChanged();
|
|
7419
7604
|
return this;
|
|
7420
7605
|
}
|
|
@@ -7424,7 +7609,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7424
7609
|
*/
|
|
7425
7610
|
public Builder clearPostalCode() {
|
|
7426
7611
|
postalCode_ = getDefaultInstance().getPostalCode();
|
|
7427
|
-
bitField1_ = (bitField1_ & ~
|
|
7612
|
+
bitField1_ = (bitField1_ & ~0x00000008);
|
|
7428
7613
|
onChanged();
|
|
7429
7614
|
return this;
|
|
7430
7615
|
}
|
|
@@ -7438,7 +7623,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7438
7623
|
if (value == null) { throw new NullPointerException(); }
|
|
7439
7624
|
checkByteStringIsUtf8(value);
|
|
7440
7625
|
postalCode_ = value;
|
|
7441
|
-
bitField1_ |=
|
|
7626
|
+
bitField1_ |= 0x00000008;
|
|
7442
7627
|
onChanged();
|
|
7443
7628
|
return this;
|
|
7444
7629
|
}
|
|
@@ -7449,7 +7634,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7449
7634
|
* @return Whether the countryCode field is set.
|
|
7450
7635
|
*/
|
|
7451
7636
|
public boolean hasCountryCode() {
|
|
7452
|
-
return ((bitField1_ &
|
|
7637
|
+
return ((bitField1_ & 0x00000010) != 0);
|
|
7453
7638
|
}
|
|
7454
7639
|
/**
|
|
7455
7640
|
* <code>optional string country_code = 35;</code>
|
|
@@ -7493,7 +7678,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7493
7678
|
java.lang.String value) {
|
|
7494
7679
|
if (value == null) { throw new NullPointerException(); }
|
|
7495
7680
|
countryCode_ = value;
|
|
7496
|
-
bitField1_ |=
|
|
7681
|
+
bitField1_ |= 0x00000010;
|
|
7497
7682
|
onChanged();
|
|
7498
7683
|
return this;
|
|
7499
7684
|
}
|
|
@@ -7503,7 +7688,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7503
7688
|
*/
|
|
7504
7689
|
public Builder clearCountryCode() {
|
|
7505
7690
|
countryCode_ = getDefaultInstance().getCountryCode();
|
|
7506
|
-
bitField1_ = (bitField1_ & ~
|
|
7691
|
+
bitField1_ = (bitField1_ & ~0x00000010);
|
|
7507
7692
|
onChanged();
|
|
7508
7693
|
return this;
|
|
7509
7694
|
}
|
|
@@ -7517,7 +7702,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7517
7702
|
if (value == null) { throw new NullPointerException(); }
|
|
7518
7703
|
checkByteStringIsUtf8(value);
|
|
7519
7704
|
countryCode_ = value;
|
|
7520
|
-
bitField1_ |=
|
|
7705
|
+
bitField1_ |= 0x00000010;
|
|
7521
7706
|
onChanged();
|
|
7522
7707
|
return this;
|
|
7523
7708
|
}
|
|
@@ -7528,7 +7713,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7528
7713
|
* @return Whether the principalName field is set.
|
|
7529
7714
|
*/
|
|
7530
7715
|
public boolean hasPrincipalName() {
|
|
7531
|
-
return ((bitField1_ &
|
|
7716
|
+
return ((bitField1_ & 0x00000020) != 0);
|
|
7532
7717
|
}
|
|
7533
7718
|
/**
|
|
7534
7719
|
* <code>optional string principal_name = 36;</code>
|
|
@@ -7572,7 +7757,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7572
7757
|
java.lang.String value) {
|
|
7573
7758
|
if (value == null) { throw new NullPointerException(); }
|
|
7574
7759
|
principalName_ = value;
|
|
7575
|
-
bitField1_ |=
|
|
7760
|
+
bitField1_ |= 0x00000020;
|
|
7576
7761
|
onChanged();
|
|
7577
7762
|
return this;
|
|
7578
7763
|
}
|
|
@@ -7582,7 +7767,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7582
7767
|
*/
|
|
7583
7768
|
public Builder clearPrincipalName() {
|
|
7584
7769
|
principalName_ = getDefaultInstance().getPrincipalName();
|
|
7585
|
-
bitField1_ = (bitField1_ & ~
|
|
7770
|
+
bitField1_ = (bitField1_ & ~0x00000020);
|
|
7586
7771
|
onChanged();
|
|
7587
7772
|
return this;
|
|
7588
7773
|
}
|
|
@@ -7596,7 +7781,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7596
7781
|
if (value == null) { throw new NullPointerException(); }
|
|
7597
7782
|
checkByteStringIsUtf8(value);
|
|
7598
7783
|
principalName_ = value;
|
|
7599
|
-
bitField1_ |=
|
|
7784
|
+
bitField1_ |= 0x00000020;
|
|
7600
7785
|
onChanged();
|
|
7601
7786
|
return this;
|
|
7602
7787
|
}
|
|
@@ -7607,7 +7792,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7607
7792
|
* @return Whether the title field is set.
|
|
7608
7793
|
*/
|
|
7609
7794
|
public boolean hasTitle() {
|
|
7610
|
-
return ((bitField1_ &
|
|
7795
|
+
return ((bitField1_ & 0x00000040) != 0);
|
|
7611
7796
|
}
|
|
7612
7797
|
/**
|
|
7613
7798
|
* <code>optional string title = 37;</code>
|
|
@@ -7651,7 +7836,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7651
7836
|
java.lang.String value) {
|
|
7652
7837
|
if (value == null) { throw new NullPointerException(); }
|
|
7653
7838
|
title_ = value;
|
|
7654
|
-
bitField1_ |=
|
|
7839
|
+
bitField1_ |= 0x00000040;
|
|
7655
7840
|
onChanged();
|
|
7656
7841
|
return this;
|
|
7657
7842
|
}
|
|
@@ -7661,7 +7846,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7661
7846
|
*/
|
|
7662
7847
|
public Builder clearTitle() {
|
|
7663
7848
|
title_ = getDefaultInstance().getTitle();
|
|
7664
|
-
bitField1_ = (bitField1_ & ~
|
|
7849
|
+
bitField1_ = (bitField1_ & ~0x00000040);
|
|
7665
7850
|
onChanged();
|
|
7666
7851
|
return this;
|
|
7667
7852
|
}
|
|
@@ -7675,7 +7860,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7675
7860
|
if (value == null) { throw new NullPointerException(); }
|
|
7676
7861
|
checkByteStringIsUtf8(value);
|
|
7677
7862
|
title_ = value;
|
|
7678
|
-
bitField1_ |=
|
|
7863
|
+
bitField1_ |= 0x00000040;
|
|
7679
7864
|
onChanged();
|
|
7680
7865
|
return this;
|
|
7681
7866
|
}
|
|
@@ -7686,7 +7871,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7686
7871
|
* @return Whether the division field is set.
|
|
7687
7872
|
*/
|
|
7688
7873
|
public boolean hasDivision() {
|
|
7689
|
-
return ((bitField1_ &
|
|
7874
|
+
return ((bitField1_ & 0x00000080) != 0);
|
|
7690
7875
|
}
|
|
7691
7876
|
/**
|
|
7692
7877
|
* <code>optional string division = 38;</code>
|
|
@@ -7730,7 +7915,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7730
7915
|
java.lang.String value) {
|
|
7731
7916
|
if (value == null) { throw new NullPointerException(); }
|
|
7732
7917
|
division_ = value;
|
|
7733
|
-
bitField1_ |=
|
|
7918
|
+
bitField1_ |= 0x00000080;
|
|
7734
7919
|
onChanged();
|
|
7735
7920
|
return this;
|
|
7736
7921
|
}
|
|
@@ -7740,7 +7925,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7740
7925
|
*/
|
|
7741
7926
|
public Builder clearDivision() {
|
|
7742
7927
|
division_ = getDefaultInstance().getDivision();
|
|
7743
|
-
bitField1_ = (bitField1_ & ~
|
|
7928
|
+
bitField1_ = (bitField1_ & ~0x00000080);
|
|
7744
7929
|
onChanged();
|
|
7745
7930
|
return this;
|
|
7746
7931
|
}
|
|
@@ -7754,7 +7939,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7754
7939
|
if (value == null) { throw new NullPointerException(); }
|
|
7755
7940
|
checkByteStringIsUtf8(value);
|
|
7756
7941
|
division_ = value;
|
|
7757
|
-
bitField1_ |=
|
|
7942
|
+
bitField1_ |= 0x00000080;
|
|
7758
7943
|
onChanged();
|
|
7759
7944
|
return this;
|
|
7760
7945
|
}
|
|
@@ -7765,7 +7950,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7765
7950
|
* @return Whether the info field is set.
|
|
7766
7951
|
*/
|
|
7767
7952
|
public boolean hasInfo() {
|
|
7768
|
-
return ((bitField1_ &
|
|
7953
|
+
return ((bitField1_ & 0x00000100) != 0);
|
|
7769
7954
|
}
|
|
7770
7955
|
/**
|
|
7771
7956
|
* <code>optional string info = 39;</code>
|
|
@@ -7809,7 +7994,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7809
7994
|
java.lang.String value) {
|
|
7810
7995
|
if (value == null) { throw new NullPointerException(); }
|
|
7811
7996
|
info_ = value;
|
|
7812
|
-
bitField1_ |=
|
|
7997
|
+
bitField1_ |= 0x00000100;
|
|
7813
7998
|
onChanged();
|
|
7814
7999
|
return this;
|
|
7815
8000
|
}
|
|
@@ -7819,7 +8004,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7819
8004
|
*/
|
|
7820
8005
|
public Builder clearInfo() {
|
|
7821
8006
|
info_ = getDefaultInstance().getInfo();
|
|
7822
|
-
bitField1_ = (bitField1_ & ~
|
|
8007
|
+
bitField1_ = (bitField1_ & ~0x00000100);
|
|
7823
8008
|
onChanged();
|
|
7824
8009
|
return this;
|
|
7825
8010
|
}
|
|
@@ -7833,7 +8018,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7833
8018
|
if (value == null) { throw new NullPointerException(); }
|
|
7834
8019
|
checkByteStringIsUtf8(value);
|
|
7835
8020
|
info_ = value;
|
|
7836
|
-
bitField1_ |=
|
|
8021
|
+
bitField1_ |= 0x00000100;
|
|
7837
8022
|
onChanged();
|
|
7838
8023
|
return this;
|
|
7839
8024
|
}
|
|
@@ -7844,7 +8029,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7844
8029
|
* @return Whether the homePhone field is set.
|
|
7845
8030
|
*/
|
|
7846
8031
|
public boolean hasHomePhone() {
|
|
7847
|
-
return ((bitField1_ &
|
|
8032
|
+
return ((bitField1_ & 0x00000200) != 0);
|
|
7848
8033
|
}
|
|
7849
8034
|
/**
|
|
7850
8035
|
* <code>optional string home_phone = 40;</code>
|
|
@@ -7888,7 +8073,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7888
8073
|
java.lang.String value) {
|
|
7889
8074
|
if (value == null) { throw new NullPointerException(); }
|
|
7890
8075
|
homePhone_ = value;
|
|
7891
|
-
bitField1_ |=
|
|
8076
|
+
bitField1_ |= 0x00000200;
|
|
7892
8077
|
onChanged();
|
|
7893
8078
|
return this;
|
|
7894
8079
|
}
|
|
@@ -7898,7 +8083,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7898
8083
|
*/
|
|
7899
8084
|
public Builder clearHomePhone() {
|
|
7900
8085
|
homePhone_ = getDefaultInstance().getHomePhone();
|
|
7901
|
-
bitField1_ = (bitField1_ & ~
|
|
8086
|
+
bitField1_ = (bitField1_ & ~0x00000200);
|
|
7902
8087
|
onChanged();
|
|
7903
8088
|
return this;
|
|
7904
8089
|
}
|
|
@@ -7912,7 +8097,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7912
8097
|
if (value == null) { throw new NullPointerException(); }
|
|
7913
8098
|
checkByteStringIsUtf8(value);
|
|
7914
8099
|
homePhone_ = value;
|
|
7915
|
-
bitField1_ |=
|
|
8100
|
+
bitField1_ |= 0x00000200;
|
|
7916
8101
|
onChanged();
|
|
7917
8102
|
return this;
|
|
7918
8103
|
}
|
|
@@ -7923,7 +8108,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7923
8108
|
* @return Whether the pager field is set.
|
|
7924
8109
|
*/
|
|
7925
8110
|
public boolean hasPager() {
|
|
7926
|
-
return ((bitField1_ &
|
|
8111
|
+
return ((bitField1_ & 0x00000400) != 0);
|
|
7927
8112
|
}
|
|
7928
8113
|
/**
|
|
7929
8114
|
* <code>optional string pager = 41;</code>
|
|
@@ -7967,7 +8152,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7967
8152
|
java.lang.String value) {
|
|
7968
8153
|
if (value == null) { throw new NullPointerException(); }
|
|
7969
8154
|
pager_ = value;
|
|
7970
|
-
bitField1_ |=
|
|
8155
|
+
bitField1_ |= 0x00000400;
|
|
7971
8156
|
onChanged();
|
|
7972
8157
|
return this;
|
|
7973
8158
|
}
|
|
@@ -7977,7 +8162,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7977
8162
|
*/
|
|
7978
8163
|
public Builder clearPager() {
|
|
7979
8164
|
pager_ = getDefaultInstance().getPager();
|
|
7980
|
-
bitField1_ = (bitField1_ & ~
|
|
8165
|
+
bitField1_ = (bitField1_ & ~0x00000400);
|
|
7981
8166
|
onChanged();
|
|
7982
8167
|
return this;
|
|
7983
8168
|
}
|
|
@@ -7991,7 +8176,7 @@ private static final long serialVersionUID = 0L;
|
|
|
7991
8176
|
if (value == null) { throw new NullPointerException(); }
|
|
7992
8177
|
checkByteStringIsUtf8(value);
|
|
7993
8178
|
pager_ = value;
|
|
7994
|
-
bitField1_ |=
|
|
8179
|
+
bitField1_ |= 0x00000400;
|
|
7995
8180
|
onChanged();
|
|
7996
8181
|
return this;
|
|
7997
8182
|
}
|
|
@@ -8002,7 +8187,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8002
8187
|
* @return Whether the ipPhone field is set.
|
|
8003
8188
|
*/
|
|
8004
8189
|
public boolean hasIpPhone() {
|
|
8005
|
-
return ((bitField1_ &
|
|
8190
|
+
return ((bitField1_ & 0x00000800) != 0);
|
|
8006
8191
|
}
|
|
8007
8192
|
/**
|
|
8008
8193
|
* <code>optional string ip_phone = 42;</code>
|
|
@@ -8046,7 +8231,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8046
8231
|
java.lang.String value) {
|
|
8047
8232
|
if (value == null) { throw new NullPointerException(); }
|
|
8048
8233
|
ipPhone_ = value;
|
|
8049
|
-
bitField1_ |=
|
|
8234
|
+
bitField1_ |= 0x00000800;
|
|
8050
8235
|
onChanged();
|
|
8051
8236
|
return this;
|
|
8052
8237
|
}
|
|
@@ -8056,7 +8241,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8056
8241
|
*/
|
|
8057
8242
|
public Builder clearIpPhone() {
|
|
8058
8243
|
ipPhone_ = getDefaultInstance().getIpPhone();
|
|
8059
|
-
bitField1_ = (bitField1_ & ~
|
|
8244
|
+
bitField1_ = (bitField1_ & ~0x00000800);
|
|
8060
8245
|
onChanged();
|
|
8061
8246
|
return this;
|
|
8062
8247
|
}
|
|
@@ -8070,7 +8255,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8070
8255
|
if (value == null) { throw new NullPointerException(); }
|
|
8071
8256
|
checkByteStringIsUtf8(value);
|
|
8072
8257
|
ipPhone_ = value;
|
|
8073
|
-
bitField1_ |=
|
|
8258
|
+
bitField1_ |= 0x00000800;
|
|
8074
8259
|
onChanged();
|
|
8075
8260
|
return this;
|
|
8076
8261
|
}
|
|
@@ -8081,7 +8266,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8081
8266
|
* @return Whether the homePage field is set.
|
|
8082
8267
|
*/
|
|
8083
8268
|
public boolean hasHomePage() {
|
|
8084
|
-
return ((bitField1_ &
|
|
8269
|
+
return ((bitField1_ & 0x00001000) != 0);
|
|
8085
8270
|
}
|
|
8086
8271
|
/**
|
|
8087
8272
|
* <code>optional string home_page = 43;</code>
|
|
@@ -8125,7 +8310,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8125
8310
|
java.lang.String value) {
|
|
8126
8311
|
if (value == null) { throw new NullPointerException(); }
|
|
8127
8312
|
homePage_ = value;
|
|
8128
|
-
bitField1_ |=
|
|
8313
|
+
bitField1_ |= 0x00001000;
|
|
8129
8314
|
onChanged();
|
|
8130
8315
|
return this;
|
|
8131
8316
|
}
|
|
@@ -8135,7 +8320,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8135
8320
|
*/
|
|
8136
8321
|
public Builder clearHomePage() {
|
|
8137
8322
|
homePage_ = getDefaultInstance().getHomePage();
|
|
8138
|
-
bitField1_ = (bitField1_ & ~
|
|
8323
|
+
bitField1_ = (bitField1_ & ~0x00001000);
|
|
8139
8324
|
onChanged();
|
|
8140
8325
|
return this;
|
|
8141
8326
|
}
|
|
@@ -8149,7 +8334,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8149
8334
|
if (value == null) { throw new NullPointerException(); }
|
|
8150
8335
|
checkByteStringIsUtf8(value);
|
|
8151
8336
|
homePage_ = value;
|
|
8152
|
-
bitField1_ |=
|
|
8337
|
+
bitField1_ |= 0x00001000;
|
|
8153
8338
|
onChanged();
|
|
8154
8339
|
return this;
|
|
8155
8340
|
}
|
|
@@ -8160,7 +8345,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8160
8345
|
* @return Whether the postOfficeBox field is set.
|
|
8161
8346
|
*/
|
|
8162
8347
|
public boolean hasPostOfficeBox() {
|
|
8163
|
-
return ((bitField1_ &
|
|
8348
|
+
return ((bitField1_ & 0x00002000) != 0);
|
|
8164
8349
|
}
|
|
8165
8350
|
/**
|
|
8166
8351
|
* <code>optional string post_office_box = 44;</code>
|
|
@@ -8204,7 +8389,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8204
8389
|
java.lang.String value) {
|
|
8205
8390
|
if (value == null) { throw new NullPointerException(); }
|
|
8206
8391
|
postOfficeBox_ = value;
|
|
8207
|
-
bitField1_ |=
|
|
8392
|
+
bitField1_ |= 0x00002000;
|
|
8208
8393
|
onChanged();
|
|
8209
8394
|
return this;
|
|
8210
8395
|
}
|
|
@@ -8214,7 +8399,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8214
8399
|
*/
|
|
8215
8400
|
public Builder clearPostOfficeBox() {
|
|
8216
8401
|
postOfficeBox_ = getDefaultInstance().getPostOfficeBox();
|
|
8217
|
-
bitField1_ = (bitField1_ & ~
|
|
8402
|
+
bitField1_ = (bitField1_ & ~0x00002000);
|
|
8218
8403
|
onChanged();
|
|
8219
8404
|
return this;
|
|
8220
8405
|
}
|
|
@@ -8228,7 +8413,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8228
8413
|
if (value == null) { throw new NullPointerException(); }
|
|
8229
8414
|
checkByteStringIsUtf8(value);
|
|
8230
8415
|
postOfficeBox_ = value;
|
|
8231
|
-
bitField1_ |=
|
|
8416
|
+
bitField1_ |= 0x00002000;
|
|
8232
8417
|
onChanged();
|
|
8233
8418
|
return this;
|
|
8234
8419
|
}
|
|
@@ -8239,7 +8424,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8239
8424
|
* @return Whether the state field is set.
|
|
8240
8425
|
*/
|
|
8241
8426
|
public boolean hasState() {
|
|
8242
|
-
return ((bitField1_ &
|
|
8427
|
+
return ((bitField1_ & 0x00004000) != 0);
|
|
8243
8428
|
}
|
|
8244
8429
|
/**
|
|
8245
8430
|
* <code>optional string state = 45;</code>
|
|
@@ -8283,7 +8468,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8283
8468
|
java.lang.String value) {
|
|
8284
8469
|
if (value == null) { throw new NullPointerException(); }
|
|
8285
8470
|
state_ = value;
|
|
8286
|
-
bitField1_ |=
|
|
8471
|
+
bitField1_ |= 0x00004000;
|
|
8287
8472
|
onChanged();
|
|
8288
8473
|
return this;
|
|
8289
8474
|
}
|
|
@@ -8293,7 +8478,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8293
8478
|
*/
|
|
8294
8479
|
public Builder clearState() {
|
|
8295
8480
|
state_ = getDefaultInstance().getState();
|
|
8296
|
-
bitField1_ = (bitField1_ & ~
|
|
8481
|
+
bitField1_ = (bitField1_ & ~0x00004000);
|
|
8297
8482
|
onChanged();
|
|
8298
8483
|
return this;
|
|
8299
8484
|
}
|
|
@@ -8307,7 +8492,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8307
8492
|
if (value == null) { throw new NullPointerException(); }
|
|
8308
8493
|
checkByteStringIsUtf8(value);
|
|
8309
8494
|
state_ = value;
|
|
8310
|
-
bitField1_ |=
|
|
8495
|
+
bitField1_ |= 0x00004000;
|
|
8311
8496
|
onChanged();
|
|
8312
8497
|
return this;
|
|
8313
8498
|
}
|
|
@@ -8318,7 +8503,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8318
8503
|
* @return Whether the profilePath field is set.
|
|
8319
8504
|
*/
|
|
8320
8505
|
public boolean hasProfilePath() {
|
|
8321
|
-
return ((bitField1_ &
|
|
8506
|
+
return ((bitField1_ & 0x00008000) != 0);
|
|
8322
8507
|
}
|
|
8323
8508
|
/**
|
|
8324
8509
|
* <code>optional string profile_path = 46;</code>
|
|
@@ -8362,7 +8547,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8362
8547
|
java.lang.String value) {
|
|
8363
8548
|
if (value == null) { throw new NullPointerException(); }
|
|
8364
8549
|
profilePath_ = value;
|
|
8365
|
-
bitField1_ |=
|
|
8550
|
+
bitField1_ |= 0x00008000;
|
|
8366
8551
|
onChanged();
|
|
8367
8552
|
return this;
|
|
8368
8553
|
}
|
|
@@ -8372,7 +8557,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8372
8557
|
*/
|
|
8373
8558
|
public Builder clearProfilePath() {
|
|
8374
8559
|
profilePath_ = getDefaultInstance().getProfilePath();
|
|
8375
|
-
bitField1_ = (bitField1_ & ~
|
|
8560
|
+
bitField1_ = (bitField1_ & ~0x00008000);
|
|
8376
8561
|
onChanged();
|
|
8377
8562
|
return this;
|
|
8378
8563
|
}
|
|
@@ -8386,7 +8571,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8386
8571
|
if (value == null) { throw new NullPointerException(); }
|
|
8387
8572
|
checkByteStringIsUtf8(value);
|
|
8388
8573
|
profilePath_ = value;
|
|
8389
|
-
bitField1_ |=
|
|
8574
|
+
bitField1_ |= 0x00008000;
|
|
8390
8575
|
onChanged();
|
|
8391
8576
|
return this;
|
|
8392
8577
|
}
|
|
@@ -8397,7 +8582,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8397
8582
|
* @return Whether the scriptPath field is set.
|
|
8398
8583
|
*/
|
|
8399
8584
|
public boolean hasScriptPath() {
|
|
8400
|
-
return ((bitField1_ &
|
|
8585
|
+
return ((bitField1_ & 0x00010000) != 0);
|
|
8401
8586
|
}
|
|
8402
8587
|
/**
|
|
8403
8588
|
* <code>optional string script_path = 47;</code>
|
|
@@ -8441,7 +8626,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8441
8626
|
java.lang.String value) {
|
|
8442
8627
|
if (value == null) { throw new NullPointerException(); }
|
|
8443
8628
|
scriptPath_ = value;
|
|
8444
|
-
bitField1_ |=
|
|
8629
|
+
bitField1_ |= 0x00010000;
|
|
8445
8630
|
onChanged();
|
|
8446
8631
|
return this;
|
|
8447
8632
|
}
|
|
@@ -8451,7 +8636,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8451
8636
|
*/
|
|
8452
8637
|
public Builder clearScriptPath() {
|
|
8453
8638
|
scriptPath_ = getDefaultInstance().getScriptPath();
|
|
8454
|
-
bitField1_ = (bitField1_ & ~
|
|
8639
|
+
bitField1_ = (bitField1_ & ~0x00010000);
|
|
8455
8640
|
onChanged();
|
|
8456
8641
|
return this;
|
|
8457
8642
|
}
|
|
@@ -8465,7 +8650,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8465
8650
|
if (value == null) { throw new NullPointerException(); }
|
|
8466
8651
|
checkByteStringIsUtf8(value);
|
|
8467
8652
|
scriptPath_ = value;
|
|
8468
|
-
bitField1_ |=
|
|
8653
|
+
bitField1_ |= 0x00010000;
|
|
8469
8654
|
onChanged();
|
|
8470
8655
|
return this;
|
|
8471
8656
|
}
|
|
@@ -8476,7 +8661,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8476
8661
|
* @return Whether the homeDirectory field is set.
|
|
8477
8662
|
*/
|
|
8478
8663
|
public boolean hasHomeDirectory() {
|
|
8479
|
-
return ((bitField1_ &
|
|
8664
|
+
return ((bitField1_ & 0x00020000) != 0);
|
|
8480
8665
|
}
|
|
8481
8666
|
/**
|
|
8482
8667
|
* <code>optional string home_directory = 48;</code>
|
|
@@ -8520,7 +8705,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8520
8705
|
java.lang.String value) {
|
|
8521
8706
|
if (value == null) { throw new NullPointerException(); }
|
|
8522
8707
|
homeDirectory_ = value;
|
|
8523
|
-
bitField1_ |=
|
|
8708
|
+
bitField1_ |= 0x00020000;
|
|
8524
8709
|
onChanged();
|
|
8525
8710
|
return this;
|
|
8526
8711
|
}
|
|
@@ -8530,7 +8715,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8530
8715
|
*/
|
|
8531
8716
|
public Builder clearHomeDirectory() {
|
|
8532
8717
|
homeDirectory_ = getDefaultInstance().getHomeDirectory();
|
|
8533
|
-
bitField1_ = (bitField1_ & ~
|
|
8718
|
+
bitField1_ = (bitField1_ & ~0x00020000);
|
|
8534
8719
|
onChanged();
|
|
8535
8720
|
return this;
|
|
8536
8721
|
}
|
|
@@ -8544,7 +8729,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8544
8729
|
if (value == null) { throw new NullPointerException(); }
|
|
8545
8730
|
checkByteStringIsUtf8(value);
|
|
8546
8731
|
homeDirectory_ = value;
|
|
8547
|
-
bitField1_ |=
|
|
8732
|
+
bitField1_ |= 0x00020000;
|
|
8548
8733
|
onChanged();
|
|
8549
8734
|
return this;
|
|
8550
8735
|
}
|
|
@@ -8556,7 +8741,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8556
8741
|
*/
|
|
8557
8742
|
@java.lang.Override
|
|
8558
8743
|
public boolean hasThumbnailPhoto() {
|
|
8559
|
-
return ((bitField1_ &
|
|
8744
|
+
return ((bitField1_ & 0x00040000) != 0);
|
|
8560
8745
|
}
|
|
8561
8746
|
/**
|
|
8562
8747
|
* <code>optional bytes thumbnail_photo = 49;</code>
|
|
@@ -8574,7 +8759,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8574
8759
|
public Builder setThumbnailPhoto(com.google.protobuf.ByteString value) {
|
|
8575
8760
|
if (value == null) { throw new NullPointerException(); }
|
|
8576
8761
|
thumbnailPhoto_ = value;
|
|
8577
|
-
bitField1_ |=
|
|
8762
|
+
bitField1_ |= 0x00040000;
|
|
8578
8763
|
onChanged();
|
|
8579
8764
|
return this;
|
|
8580
8765
|
}
|
|
@@ -8583,7 +8768,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8583
8768
|
* @return This builder for chaining.
|
|
8584
8769
|
*/
|
|
8585
8770
|
public Builder clearThumbnailPhoto() {
|
|
8586
|
-
bitField1_ = (bitField1_ & ~
|
|
8771
|
+
bitField1_ = (bitField1_ & ~0x00040000);
|
|
8587
8772
|
thumbnailPhoto_ = getDefaultInstance().getThumbnailPhoto();
|
|
8588
8773
|
onChanged();
|
|
8589
8774
|
return this;
|
|
@@ -8595,7 +8780,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8595
8780
|
* @return Whether the employeeId field is set.
|
|
8596
8781
|
*/
|
|
8597
8782
|
public boolean hasEmployeeId() {
|
|
8598
|
-
return ((bitField1_ &
|
|
8783
|
+
return ((bitField1_ & 0x00080000) != 0);
|
|
8599
8784
|
}
|
|
8600
8785
|
/**
|
|
8601
8786
|
* <code>optional string employee_id = 50;</code>
|
|
@@ -8639,7 +8824,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8639
8824
|
java.lang.String value) {
|
|
8640
8825
|
if (value == null) { throw new NullPointerException(); }
|
|
8641
8826
|
employeeId_ = value;
|
|
8642
|
-
bitField1_ |=
|
|
8827
|
+
bitField1_ |= 0x00080000;
|
|
8643
8828
|
onChanged();
|
|
8644
8829
|
return this;
|
|
8645
8830
|
}
|
|
@@ -8649,7 +8834,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8649
8834
|
*/
|
|
8650
8835
|
public Builder clearEmployeeId() {
|
|
8651
8836
|
employeeId_ = getDefaultInstance().getEmployeeId();
|
|
8652
|
-
bitField1_ = (bitField1_ & ~
|
|
8837
|
+
bitField1_ = (bitField1_ & ~0x00080000);
|
|
8653
8838
|
onChanged();
|
|
8654
8839
|
return this;
|
|
8655
8840
|
}
|
|
@@ -8663,7 +8848,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8663
8848
|
if (value == null) { throw new NullPointerException(); }
|
|
8664
8849
|
checkByteStringIsUtf8(value);
|
|
8665
8850
|
employeeId_ = value;
|
|
8666
|
-
bitField1_ |=
|
|
8851
|
+
bitField1_ |= 0x00080000;
|
|
8667
8852
|
onChanged();
|
|
8668
8853
|
return this;
|
|
8669
8854
|
}
|
|
@@ -8674,7 +8859,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8674
8859
|
* @return Whether the employeeNumber field is set.
|
|
8675
8860
|
*/
|
|
8676
8861
|
public boolean hasEmployeeNumber() {
|
|
8677
|
-
return ((bitField1_ &
|
|
8862
|
+
return ((bitField1_ & 0x00100000) != 0);
|
|
8678
8863
|
}
|
|
8679
8864
|
/**
|
|
8680
8865
|
* <code>optional string employee_number = 51;</code>
|
|
@@ -8718,7 +8903,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8718
8903
|
java.lang.String value) {
|
|
8719
8904
|
if (value == null) { throw new NullPointerException(); }
|
|
8720
8905
|
employeeNumber_ = value;
|
|
8721
|
-
bitField1_ |=
|
|
8906
|
+
bitField1_ |= 0x00100000;
|
|
8722
8907
|
onChanged();
|
|
8723
8908
|
return this;
|
|
8724
8909
|
}
|
|
@@ -8728,7 +8913,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8728
8913
|
*/
|
|
8729
8914
|
public Builder clearEmployeeNumber() {
|
|
8730
8915
|
employeeNumber_ = getDefaultInstance().getEmployeeNumber();
|
|
8731
|
-
bitField1_ = (bitField1_ & ~
|
|
8916
|
+
bitField1_ = (bitField1_ & ~0x00100000);
|
|
8732
8917
|
onChanged();
|
|
8733
8918
|
return this;
|
|
8734
8919
|
}
|
|
@@ -8742,7 +8927,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8742
8927
|
if (value == null) { throw new NullPointerException(); }
|
|
8743
8928
|
checkByteStringIsUtf8(value);
|
|
8744
8929
|
employeeNumber_ = value;
|
|
8745
|
-
bitField1_ |=
|
|
8930
|
+
bitField1_ |= 0x00100000;
|
|
8746
8931
|
onChanged();
|
|
8747
8932
|
return this;
|
|
8748
8933
|
}
|
|
@@ -8753,7 +8938,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8753
8938
|
* @return Whether the employeeType field is set.
|
|
8754
8939
|
*/
|
|
8755
8940
|
public boolean hasEmployeeType() {
|
|
8756
|
-
return ((bitField1_ &
|
|
8941
|
+
return ((bitField1_ & 0x00200000) != 0);
|
|
8757
8942
|
}
|
|
8758
8943
|
/**
|
|
8759
8944
|
* <code>optional string employee_type = 52;</code>
|
|
@@ -8797,7 +8982,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8797
8982
|
java.lang.String value) {
|
|
8798
8983
|
if (value == null) { throw new NullPointerException(); }
|
|
8799
8984
|
employeeType_ = value;
|
|
8800
|
-
bitField1_ |=
|
|
8985
|
+
bitField1_ |= 0x00200000;
|
|
8801
8986
|
onChanged();
|
|
8802
8987
|
return this;
|
|
8803
8988
|
}
|
|
@@ -8807,7 +8992,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8807
8992
|
*/
|
|
8808
8993
|
public Builder clearEmployeeType() {
|
|
8809
8994
|
employeeType_ = getDefaultInstance().getEmployeeType();
|
|
8810
|
-
bitField1_ = (bitField1_ & ~
|
|
8995
|
+
bitField1_ = (bitField1_ & ~0x00200000);
|
|
8811
8996
|
onChanged();
|
|
8812
8997
|
return this;
|
|
8813
8998
|
}
|
|
@@ -8821,7 +9006,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8821
9006
|
if (value == null) { throw new NullPointerException(); }
|
|
8822
9007
|
checkByteStringIsUtf8(value);
|
|
8823
9008
|
employeeType_ = value;
|
|
8824
|
-
bitField1_ |=
|
|
9009
|
+
bitField1_ |= 0x00200000;
|
|
8825
9010
|
onChanged();
|
|
8826
9011
|
return this;
|
|
8827
9012
|
}
|
|
@@ -8832,7 +9017,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8832
9017
|
* @return Whether the initials field is set.
|
|
8833
9018
|
*/
|
|
8834
9019
|
public boolean hasInitials() {
|
|
8835
|
-
return ((bitField1_ &
|
|
9020
|
+
return ((bitField1_ & 0x00400000) != 0);
|
|
8836
9021
|
}
|
|
8837
9022
|
/**
|
|
8838
9023
|
* <code>optional string initials = 53;</code>
|
|
@@ -8876,7 +9061,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8876
9061
|
java.lang.String value) {
|
|
8877
9062
|
if (value == null) { throw new NullPointerException(); }
|
|
8878
9063
|
initials_ = value;
|
|
8879
|
-
bitField1_ |=
|
|
9064
|
+
bitField1_ |= 0x00400000;
|
|
8880
9065
|
onChanged();
|
|
8881
9066
|
return this;
|
|
8882
9067
|
}
|
|
@@ -8886,7 +9071,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8886
9071
|
*/
|
|
8887
9072
|
public Builder clearInitials() {
|
|
8888
9073
|
initials_ = getDefaultInstance().getInitials();
|
|
8889
|
-
bitField1_ = (bitField1_ & ~
|
|
9074
|
+
bitField1_ = (bitField1_ & ~0x00400000);
|
|
8890
9075
|
onChanged();
|
|
8891
9076
|
return this;
|
|
8892
9077
|
}
|
|
@@ -8900,7 +9085,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8900
9085
|
if (value == null) { throw new NullPointerException(); }
|
|
8901
9086
|
checkByteStringIsUtf8(value);
|
|
8902
9087
|
initials_ = value;
|
|
8903
|
-
bitField1_ |=
|
|
9088
|
+
bitField1_ |= 0x00400000;
|
|
8904
9089
|
onChanged();
|
|
8905
9090
|
return this;
|
|
8906
9091
|
}
|
|
@@ -8911,7 +9096,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8911
9096
|
* @return Whether the middleName field is set.
|
|
8912
9097
|
*/
|
|
8913
9098
|
public boolean hasMiddleName() {
|
|
8914
|
-
return ((bitField1_ &
|
|
9099
|
+
return ((bitField1_ & 0x00800000) != 0);
|
|
8915
9100
|
}
|
|
8916
9101
|
/**
|
|
8917
9102
|
* <code>optional string middle_name = 54;</code>
|
|
@@ -8955,7 +9140,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8955
9140
|
java.lang.String value) {
|
|
8956
9141
|
if (value == null) { throw new NullPointerException(); }
|
|
8957
9142
|
middleName_ = value;
|
|
8958
|
-
bitField1_ |=
|
|
9143
|
+
bitField1_ |= 0x00800000;
|
|
8959
9144
|
onChanged();
|
|
8960
9145
|
return this;
|
|
8961
9146
|
}
|
|
@@ -8965,7 +9150,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8965
9150
|
*/
|
|
8966
9151
|
public Builder clearMiddleName() {
|
|
8967
9152
|
middleName_ = getDefaultInstance().getMiddleName();
|
|
8968
|
-
bitField1_ = (bitField1_ & ~
|
|
9153
|
+
bitField1_ = (bitField1_ & ~0x00800000);
|
|
8969
9154
|
onChanged();
|
|
8970
9155
|
return this;
|
|
8971
9156
|
}
|
|
@@ -8979,7 +9164,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8979
9164
|
if (value == null) { throw new NullPointerException(); }
|
|
8980
9165
|
checkByteStringIsUtf8(value);
|
|
8981
9166
|
middleName_ = value;
|
|
8982
|
-
bitField1_ |=
|
|
9167
|
+
bitField1_ |= 0x00800000;
|
|
8983
9168
|
onChanged();
|
|
8984
9169
|
return this;
|
|
8985
9170
|
}
|
|
@@ -8990,7 +9175,7 @@ private static final long serialVersionUID = 0L;
|
|
|
8990
9175
|
* @return Whether the primaryGroupOid field is set.
|
|
8991
9176
|
*/
|
|
8992
9177
|
public boolean hasPrimaryGroupOid() {
|
|
8993
|
-
return ((bitField1_ &
|
|
9178
|
+
return ((bitField1_ & 0x01000000) != 0);
|
|
8994
9179
|
}
|
|
8995
9180
|
/**
|
|
8996
9181
|
* <code>optional string primary_group_oid = 55;</code>
|
|
@@ -9034,7 +9219,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9034
9219
|
java.lang.String value) {
|
|
9035
9220
|
if (value == null) { throw new NullPointerException(); }
|
|
9036
9221
|
primaryGroupOid_ = value;
|
|
9037
|
-
bitField1_ |=
|
|
9222
|
+
bitField1_ |= 0x01000000;
|
|
9038
9223
|
onChanged();
|
|
9039
9224
|
return this;
|
|
9040
9225
|
}
|
|
@@ -9044,7 +9229,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9044
9229
|
*/
|
|
9045
9230
|
public Builder clearPrimaryGroupOid() {
|
|
9046
9231
|
primaryGroupOid_ = getDefaultInstance().getPrimaryGroupOid();
|
|
9047
|
-
bitField1_ = (bitField1_ & ~
|
|
9232
|
+
bitField1_ = (bitField1_ & ~0x01000000);
|
|
9048
9233
|
onChanged();
|
|
9049
9234
|
return this;
|
|
9050
9235
|
}
|
|
@@ -9058,7 +9243,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9058
9243
|
if (value == null) { throw new NullPointerException(); }
|
|
9059
9244
|
checkByteStringIsUtf8(value);
|
|
9060
9245
|
primaryGroupOid_ = value;
|
|
9061
|
-
bitField1_ |=
|
|
9246
|
+
bitField1_ |= 0x01000000;
|
|
9062
9247
|
onChanged();
|
|
9063
9248
|
return this;
|
|
9064
9249
|
}
|
|
@@ -9069,7 +9254,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9069
9254
|
* @return Whether the managerOid field is set.
|
|
9070
9255
|
*/
|
|
9071
9256
|
public boolean hasManagerOid() {
|
|
9072
|
-
return ((bitField1_ &
|
|
9257
|
+
return ((bitField1_ & 0x02000000) != 0);
|
|
9073
9258
|
}
|
|
9074
9259
|
/**
|
|
9075
9260
|
* <code>optional string manager_oid = 56;</code>
|
|
@@ -9113,7 +9298,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9113
9298
|
java.lang.String value) {
|
|
9114
9299
|
if (value == null) { throw new NullPointerException(); }
|
|
9115
9300
|
managerOid_ = value;
|
|
9116
|
-
bitField1_ |=
|
|
9301
|
+
bitField1_ |= 0x02000000;
|
|
9117
9302
|
onChanged();
|
|
9118
9303
|
return this;
|
|
9119
9304
|
}
|
|
@@ -9123,7 +9308,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9123
9308
|
*/
|
|
9124
9309
|
public Builder clearManagerOid() {
|
|
9125
9310
|
managerOid_ = getDefaultInstance().getManagerOid();
|
|
9126
|
-
bitField1_ = (bitField1_ & ~
|
|
9311
|
+
bitField1_ = (bitField1_ & ~0x02000000);
|
|
9127
9312
|
onChanged();
|
|
9128
9313
|
return this;
|
|
9129
9314
|
}
|
|
@@ -9137,7 +9322,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9137
9322
|
if (value == null) { throw new NullPointerException(); }
|
|
9138
9323
|
checkByteStringIsUtf8(value);
|
|
9139
9324
|
managerOid_ = value;
|
|
9140
|
-
bitField1_ |=
|
|
9325
|
+
bitField1_ |= 0x02000000;
|
|
9141
9326
|
onChanged();
|
|
9142
9327
|
return this;
|
|
9143
9328
|
}
|
|
@@ -9148,7 +9333,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9148
9333
|
if (!memberOfOid_.isModifiable()) {
|
|
9149
9334
|
memberOfOid_ = new com.google.protobuf.LazyStringArrayList(memberOfOid_);
|
|
9150
9335
|
}
|
|
9151
|
-
bitField1_ |=
|
|
9336
|
+
bitField1_ |= 0x04000000;
|
|
9152
9337
|
}
|
|
9153
9338
|
/**
|
|
9154
9339
|
* <code>repeated string member_of_oid = 57;</code>
|
|
@@ -9194,7 +9379,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9194
9379
|
if (value == null) { throw new NullPointerException(); }
|
|
9195
9380
|
ensureMemberOfOidIsMutable();
|
|
9196
9381
|
memberOfOid_.set(index, value);
|
|
9197
|
-
bitField1_ |=
|
|
9382
|
+
bitField1_ |= 0x04000000;
|
|
9198
9383
|
onChanged();
|
|
9199
9384
|
return this;
|
|
9200
9385
|
}
|
|
@@ -9208,7 +9393,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9208
9393
|
if (value == null) { throw new NullPointerException(); }
|
|
9209
9394
|
ensureMemberOfOidIsMutable();
|
|
9210
9395
|
memberOfOid_.add(value);
|
|
9211
|
-
bitField1_ |=
|
|
9396
|
+
bitField1_ |= 0x04000000;
|
|
9212
9397
|
onChanged();
|
|
9213
9398
|
return this;
|
|
9214
9399
|
}
|
|
@@ -9222,7 +9407,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9222
9407
|
ensureMemberOfOidIsMutable();
|
|
9223
9408
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
9224
9409
|
values, memberOfOid_);
|
|
9225
|
-
bitField1_ |=
|
|
9410
|
+
bitField1_ |= 0x04000000;
|
|
9226
9411
|
onChanged();
|
|
9227
9412
|
return this;
|
|
9228
9413
|
}
|
|
@@ -9233,7 +9418,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9233
9418
|
public Builder clearMemberOfOid() {
|
|
9234
9419
|
memberOfOid_ =
|
|
9235
9420
|
com.google.protobuf.LazyStringArrayList.emptyList();
|
|
9236
|
-
bitField1_ = (bitField1_ & ~
|
|
9421
|
+
bitField1_ = (bitField1_ & ~0x04000000);;
|
|
9237
9422
|
onChanged();
|
|
9238
9423
|
return this;
|
|
9239
9424
|
}
|
|
@@ -9248,7 +9433,7 @@ private static final long serialVersionUID = 0L;
|
|
|
9248
9433
|
checkByteStringIsUtf8(value);
|
|
9249
9434
|
ensureMemberOfOidIsMutable();
|
|
9250
9435
|
memberOfOid_.add(value);
|
|
9251
|
-
bitField1_ |=
|
|
9436
|
+
bitField1_ |= 0x04000000;
|
|
9252
9437
|
onChanged();
|
|
9253
9438
|
return this;
|
|
9254
9439
|
}
|