@lansweeper/data-platform-outbound-grpc 0.3.31 → 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.
Files changed (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +174 -0
  4. package/gen-proto/outbound_pb.js +1659 -276
  5. package/generated-go/outbound.pb.go +8938 -8573
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +34 -5
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroupOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo$1.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo$Builder.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$1.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$2.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$Builder.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$SpecCase.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.class +0 -0
  31. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  32. package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$1.class +0 -0
  33. package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$Builder.class +0 -0
  34. package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.class +0 -0
  35. package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.class +0 -0
  36. package/model/target/classes/outbound.proto +34 -5
  37. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.java +323 -138
  38. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.java +15 -0
  39. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroup.java +286 -101
  40. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryGroupOrBuilder.java +15 -0
  41. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +801 -616
  42. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +15 -0
  43. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCard.java +42 -42
  44. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCardOrBuilder.java +14 -14
  45. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfo.java +3706 -0
  46. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.java +367 -0
  47. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Monitor.java +226 -18
  48. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +15 -0
  49. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2692 -2651
  50. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.java +193 -0
  51. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.java +29 -0
  52. package/model/target/maven-archiver/pom.properties +2 -2
  53. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
  54. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  55. package/model/target/{outbound-model-0.3.30-sources.jar → outbound-model-0.3.32-sources.jar} +0 -0
  56. package/model/target/{outbound-model-0.3.30.jar → outbound-model-0.3.32.jar} +0 -0
  57. package/package.json +2 -2
  58. package/pom.xml +1 -1
  59. package/proto/outbound.proto +34 -5
  60. package/service/pom.xml +1 -1
  61. package/service/target/maven-archiver/pom.properties +2 -2
  62. package/service/target/{outbound-service-0.3.30-sources.jar → outbound-service-0.3.32-sources.jar} +0 -0
  63. package/service/target/{outbound-service-0.3.30.jar → outbound-service-0.3.32.jar} +0 -0
@@ -81,6 +81,32 @@ private static final long serialVersionUID = 0L;
81
81
  return adObject_ == null ? com.lansweeper.dp.outbound.v1.ActiveDirectoryObject.getDefaultInstance() : adObject_;
82
82
  }
83
83
 
84
+ public static final int AD_DOMAIN_FIELD_NUMBER = 13;
85
+ private com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain adDomain_;
86
+ /**
87
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
88
+ * @return Whether the adDomain field is set.
89
+ */
90
+ @java.lang.Override
91
+ public boolean hasAdDomain() {
92
+ return ((bitField0_ & 0x00000002) != 0);
93
+ }
94
+ /**
95
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
96
+ * @return The adDomain.
97
+ */
98
+ @java.lang.Override
99
+ public com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain getAdDomain() {
100
+ return adDomain_ == null ? com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.getDefaultInstance() : adDomain_;
101
+ }
102
+ /**
103
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
104
+ */
105
+ @java.lang.Override
106
+ public com.lansweeper.dp.outbound.v1.ActiveDirectoryDomainOrBuilder getAdDomainOrBuilder() {
107
+ return adDomain_ == null ? com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.getDefaultInstance() : adDomain_;
108
+ }
109
+
84
110
  public static final int SAM_ACCOUNT_NAME_FIELD_NUMBER = 2;
85
111
  @SuppressWarnings("serial")
86
112
  private volatile java.lang.Object samAccountName_ = "";
@@ -90,7 +116,7 @@ private static final long serialVersionUID = 0L;
90
116
  */
91
117
  @java.lang.Override
92
118
  public boolean hasSamAccountName() {
93
- return ((bitField0_ & 0x00000002) != 0);
119
+ return ((bitField0_ & 0x00000004) != 0);
94
120
  }
95
121
  /**
96
122
  * <code>optional string sam_account_name = 2;</code>
@@ -137,7 +163,7 @@ private static final long serialVersionUID = 0L;
137
163
  */
138
164
  @java.lang.Override
139
165
  public boolean hasCn() {
140
- return ((bitField0_ & 0x00000004) != 0);
166
+ return ((bitField0_ & 0x00000008) != 0);
141
167
  }
142
168
  /**
143
169
  * <code>optional string cn = 3;</code>
@@ -184,7 +210,7 @@ private static final long serialVersionUID = 0L;
184
210
  */
185
211
  @java.lang.Override
186
212
  public boolean hasOu() {
187
- return ((bitField0_ & 0x00000008) != 0);
213
+ return ((bitField0_ & 0x00000010) != 0);
188
214
  }
189
215
  /**
190
216
  * <code>optional string ou = 4;</code>
@@ -231,7 +257,7 @@ private static final long serialVersionUID = 0L;
231
257
  */
232
258
  @java.lang.Override
233
259
  public boolean hasDescription() {
234
- return ((bitField0_ & 0x00000010) != 0);
260
+ return ((bitField0_ & 0x00000020) != 0);
235
261
  }
236
262
  /**
237
263
  * <code>optional string description = 5;</code>
@@ -278,7 +304,7 @@ private static final long serialVersionUID = 0L;
278
304
  */
279
305
  @java.lang.Override
280
306
  public boolean hasComment() {
281
- return ((bitField0_ & 0x00000020) != 0);
307
+ return ((bitField0_ & 0x00000040) != 0);
282
308
  }
283
309
  /**
284
310
  * <code>optional string comment = 6;</code>
@@ -324,7 +350,7 @@ private static final long serialVersionUID = 0L;
324
350
  */
325
351
  @java.lang.Override
326
352
  public boolean hasType() {
327
- return ((bitField0_ & 0x00000040) != 0);
353
+ return ((bitField0_ & 0x00000080) != 0);
328
354
  }
329
355
  /**
330
356
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue type = 12;</code>
@@ -351,7 +377,7 @@ private static final long serialVersionUID = 0L;
351
377
  */
352
378
  @java.lang.Override
353
379
  public boolean hasEmail() {
354
- return ((bitField0_ & 0x00000080) != 0);
380
+ return ((bitField0_ & 0x00000100) != 0);
355
381
  }
356
382
  /**
357
383
  * <code>optional string email = 8;</code>
@@ -398,7 +424,7 @@ private static final long serialVersionUID = 0L;
398
424
  */
399
425
  @java.lang.Override
400
426
  public boolean hasManagedByUserOid() {
401
- return ((bitField0_ & 0x00000100) != 0);
427
+ return ((bitField0_ & 0x00000200) != 0);
402
428
  }
403
429
  /**
404
430
  * <code>optional string managed_by_user_oid = 9;</code>
@@ -445,7 +471,7 @@ private static final long serialVersionUID = 0L;
445
471
  */
446
472
  @java.lang.Override
447
473
  public boolean hasManagedByGroupOid() {
448
- return ((bitField0_ & 0x00000200) != 0);
474
+ return ((bitField0_ & 0x00000400) != 0);
449
475
  }
450
476
  /**
451
477
  * <code>optional string managed_by_group_oid = 10;</code>
@@ -537,36 +563,39 @@ private static final long serialVersionUID = 0L;
537
563
  if (((bitField0_ & 0x00000001) != 0)) {
538
564
  output.writeMessage(1, getAdObject());
539
565
  }
540
- if (((bitField0_ & 0x00000002) != 0)) {
566
+ if (((bitField0_ & 0x00000004) != 0)) {
541
567
  com.google.protobuf.GeneratedMessageV3.writeString(output, 2, samAccountName_);
542
568
  }
543
- if (((bitField0_ & 0x00000004) != 0)) {
569
+ if (((bitField0_ & 0x00000008) != 0)) {
544
570
  com.google.protobuf.GeneratedMessageV3.writeString(output, 3, cn_);
545
571
  }
546
- if (((bitField0_ & 0x00000008) != 0)) {
572
+ if (((bitField0_ & 0x00000010) != 0)) {
547
573
  com.google.protobuf.GeneratedMessageV3.writeString(output, 4, ou_);
548
574
  }
549
- if (((bitField0_ & 0x00000010) != 0)) {
575
+ if (((bitField0_ & 0x00000020) != 0)) {
550
576
  com.google.protobuf.GeneratedMessageV3.writeString(output, 5, description_);
551
577
  }
552
- if (((bitField0_ & 0x00000020) != 0)) {
578
+ if (((bitField0_ & 0x00000040) != 0)) {
553
579
  com.google.protobuf.GeneratedMessageV3.writeString(output, 6, comment_);
554
580
  }
555
- if (((bitField0_ & 0x00000080) != 0)) {
581
+ if (((bitField0_ & 0x00000100) != 0)) {
556
582
  com.google.protobuf.GeneratedMessageV3.writeString(output, 8, email_);
557
583
  }
558
- if (((bitField0_ & 0x00000100) != 0)) {
584
+ if (((bitField0_ & 0x00000200) != 0)) {
559
585
  com.google.protobuf.GeneratedMessageV3.writeString(output, 9, managedByUserOid_);
560
586
  }
561
- if (((bitField0_ & 0x00000200) != 0)) {
587
+ if (((bitField0_ & 0x00000400) != 0)) {
562
588
  com.google.protobuf.GeneratedMessageV3.writeString(output, 10, managedByGroupOid_);
563
589
  }
564
590
  for (int i = 0; i < memberOfOid_.size(); i++) {
565
591
  com.google.protobuf.GeneratedMessageV3.writeString(output, 11, memberOfOid_.getRaw(i));
566
592
  }
567
- if (((bitField0_ & 0x00000040) != 0)) {
593
+ if (((bitField0_ & 0x00000080) != 0)) {
568
594
  output.writeMessage(12, getType());
569
595
  }
596
+ if (((bitField0_ & 0x00000002) != 0)) {
597
+ output.writeMessage(13, getAdDomain());
598
+ }
570
599
  getUnknownFields().writeTo(output);
571
600
  }
572
601
 
@@ -580,28 +609,28 @@ private static final long serialVersionUID = 0L;
580
609
  size += com.google.protobuf.CodedOutputStream
581
610
  .computeMessageSize(1, getAdObject());
582
611
  }
583
- if (((bitField0_ & 0x00000002) != 0)) {
612
+ if (((bitField0_ & 0x00000004) != 0)) {
584
613
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, samAccountName_);
585
614
  }
586
- if (((bitField0_ & 0x00000004) != 0)) {
615
+ if (((bitField0_ & 0x00000008) != 0)) {
587
616
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, cn_);
588
617
  }
589
- if (((bitField0_ & 0x00000008) != 0)) {
618
+ if (((bitField0_ & 0x00000010) != 0)) {
590
619
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, ou_);
591
620
  }
592
- if (((bitField0_ & 0x00000010) != 0)) {
621
+ if (((bitField0_ & 0x00000020) != 0)) {
593
622
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, description_);
594
623
  }
595
- if (((bitField0_ & 0x00000020) != 0)) {
624
+ if (((bitField0_ & 0x00000040) != 0)) {
596
625
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, comment_);
597
626
  }
598
- if (((bitField0_ & 0x00000080) != 0)) {
627
+ if (((bitField0_ & 0x00000100) != 0)) {
599
628
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, email_);
600
629
  }
601
- if (((bitField0_ & 0x00000100) != 0)) {
630
+ if (((bitField0_ & 0x00000200) != 0)) {
602
631
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, managedByUserOid_);
603
632
  }
604
- if (((bitField0_ & 0x00000200) != 0)) {
633
+ if (((bitField0_ & 0x00000400) != 0)) {
605
634
  size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, managedByGroupOid_);
606
635
  }
607
636
  {
@@ -612,10 +641,14 @@ private static final long serialVersionUID = 0L;
612
641
  size += dataSize;
613
642
  size += 1 * getMemberOfOidList().size();
614
643
  }
615
- if (((bitField0_ & 0x00000040) != 0)) {
644
+ if (((bitField0_ & 0x00000080) != 0)) {
616
645
  size += com.google.protobuf.CodedOutputStream
617
646
  .computeMessageSize(12, getType());
618
647
  }
648
+ if (((bitField0_ & 0x00000002) != 0)) {
649
+ size += com.google.protobuf.CodedOutputStream
650
+ .computeMessageSize(13, getAdDomain());
651
+ }
619
652
  size += getUnknownFields().getSerializedSize();
620
653
  memoizedSize = size;
621
654
  return size;
@@ -636,6 +669,11 @@ private static final long serialVersionUID = 0L;
636
669
  if (!getAdObject()
637
670
  .equals(other.getAdObject())) return false;
638
671
  }
672
+ if (hasAdDomain() != other.hasAdDomain()) return false;
673
+ if (hasAdDomain()) {
674
+ if (!getAdDomain()
675
+ .equals(other.getAdDomain())) return false;
676
+ }
639
677
  if (hasSamAccountName() != other.hasSamAccountName()) return false;
640
678
  if (hasSamAccountName()) {
641
679
  if (!getSamAccountName()
@@ -698,6 +736,10 @@ private static final long serialVersionUID = 0L;
698
736
  hash = (37 * hash) + AD_OBJECT_FIELD_NUMBER;
699
737
  hash = (53 * hash) + getAdObject().hashCode();
700
738
  }
739
+ if (hasAdDomain()) {
740
+ hash = (37 * hash) + AD_DOMAIN_FIELD_NUMBER;
741
+ hash = (53 * hash) + getAdDomain().hashCode();
742
+ }
701
743
  if (hasSamAccountName()) {
702
744
  hash = (37 * hash) + SAM_ACCOUNT_NAME_FIELD_NUMBER;
703
745
  hash = (53 * hash) + getSamAccountName().hashCode();
@@ -874,6 +916,7 @@ private static final long serialVersionUID = 0L;
874
916
  if (com.google.protobuf.GeneratedMessageV3
875
917
  .alwaysUseFieldBuilders) {
876
918
  getAdObjectFieldBuilder();
919
+ getAdDomainFieldBuilder();
877
920
  getTypeFieldBuilder();
878
921
  }
879
922
  }
@@ -886,6 +929,11 @@ private static final long serialVersionUID = 0L;
886
929
  adObjectBuilder_.dispose();
887
930
  adObjectBuilder_ = null;
888
931
  }
932
+ adDomain_ = null;
933
+ if (adDomainBuilder_ != null) {
934
+ adDomainBuilder_.dispose();
935
+ adDomainBuilder_ = null;
936
+ }
889
937
  samAccountName_ = "";
890
938
  cn_ = "";
891
939
  ou_ = "";
@@ -942,44 +990,50 @@ private static final long serialVersionUID = 0L;
942
990
  to_bitField0_ |= 0x00000001;
943
991
  }
944
992
  if (((from_bitField0_ & 0x00000002) != 0)) {
945
- result.samAccountName_ = samAccountName_;
993
+ result.adDomain_ = adDomainBuilder_ == null
994
+ ? adDomain_
995
+ : adDomainBuilder_.build();
946
996
  to_bitField0_ |= 0x00000002;
947
997
  }
948
998
  if (((from_bitField0_ & 0x00000004) != 0)) {
949
- result.cn_ = cn_;
999
+ result.samAccountName_ = samAccountName_;
950
1000
  to_bitField0_ |= 0x00000004;
951
1001
  }
952
1002
  if (((from_bitField0_ & 0x00000008) != 0)) {
953
- result.ou_ = ou_;
1003
+ result.cn_ = cn_;
954
1004
  to_bitField0_ |= 0x00000008;
955
1005
  }
956
1006
  if (((from_bitField0_ & 0x00000010) != 0)) {
957
- result.description_ = description_;
1007
+ result.ou_ = ou_;
958
1008
  to_bitField0_ |= 0x00000010;
959
1009
  }
960
1010
  if (((from_bitField0_ & 0x00000020) != 0)) {
961
- result.comment_ = comment_;
1011
+ result.description_ = description_;
962
1012
  to_bitField0_ |= 0x00000020;
963
1013
  }
964
1014
  if (((from_bitField0_ & 0x00000040) != 0)) {
965
- result.type_ = typeBuilder_ == null
966
- ? type_
967
- : typeBuilder_.build();
1015
+ result.comment_ = comment_;
968
1016
  to_bitField0_ |= 0x00000040;
969
1017
  }
970
1018
  if (((from_bitField0_ & 0x00000080) != 0)) {
971
- result.email_ = email_;
1019
+ result.type_ = typeBuilder_ == null
1020
+ ? type_
1021
+ : typeBuilder_.build();
972
1022
  to_bitField0_ |= 0x00000080;
973
1023
  }
974
1024
  if (((from_bitField0_ & 0x00000100) != 0)) {
975
- result.managedByUserOid_ = managedByUserOid_;
1025
+ result.email_ = email_;
976
1026
  to_bitField0_ |= 0x00000100;
977
1027
  }
978
1028
  if (((from_bitField0_ & 0x00000200) != 0)) {
979
- result.managedByGroupOid_ = managedByGroupOid_;
1029
+ result.managedByUserOid_ = managedByUserOid_;
980
1030
  to_bitField0_ |= 0x00000200;
981
1031
  }
982
1032
  if (((from_bitField0_ & 0x00000400) != 0)) {
1033
+ result.managedByGroupOid_ = managedByGroupOid_;
1034
+ to_bitField0_ |= 0x00000400;
1035
+ }
1036
+ if (((from_bitField0_ & 0x00000800) != 0)) {
983
1037
  memberOfOid_.makeImmutable();
984
1038
  result.memberOfOid_ = memberOfOid_;
985
1039
  }
@@ -1033,29 +1087,32 @@ private static final long serialVersionUID = 0L;
1033
1087
  if (other.hasAdObject()) {
1034
1088
  mergeAdObject(other.getAdObject());
1035
1089
  }
1090
+ if (other.hasAdDomain()) {
1091
+ mergeAdDomain(other.getAdDomain());
1092
+ }
1036
1093
  if (other.hasSamAccountName()) {
1037
1094
  samAccountName_ = other.samAccountName_;
1038
- bitField0_ |= 0x00000002;
1095
+ bitField0_ |= 0x00000004;
1039
1096
  onChanged();
1040
1097
  }
1041
1098
  if (other.hasCn()) {
1042
1099
  cn_ = other.cn_;
1043
- bitField0_ |= 0x00000004;
1100
+ bitField0_ |= 0x00000008;
1044
1101
  onChanged();
1045
1102
  }
1046
1103
  if (other.hasOu()) {
1047
1104
  ou_ = other.ou_;
1048
- bitField0_ |= 0x00000008;
1105
+ bitField0_ |= 0x00000010;
1049
1106
  onChanged();
1050
1107
  }
1051
1108
  if (other.hasDescription()) {
1052
1109
  description_ = other.description_;
1053
- bitField0_ |= 0x00000010;
1110
+ bitField0_ |= 0x00000020;
1054
1111
  onChanged();
1055
1112
  }
1056
1113
  if (other.hasComment()) {
1057
1114
  comment_ = other.comment_;
1058
- bitField0_ |= 0x00000020;
1115
+ bitField0_ |= 0x00000040;
1059
1116
  onChanged();
1060
1117
  }
1061
1118
  if (other.hasType()) {
@@ -1063,23 +1120,23 @@ private static final long serialVersionUID = 0L;
1063
1120
  }
1064
1121
  if (other.hasEmail()) {
1065
1122
  email_ = other.email_;
1066
- bitField0_ |= 0x00000080;
1123
+ bitField0_ |= 0x00000100;
1067
1124
  onChanged();
1068
1125
  }
1069
1126
  if (other.hasManagedByUserOid()) {
1070
1127
  managedByUserOid_ = other.managedByUserOid_;
1071
- bitField0_ |= 0x00000100;
1128
+ bitField0_ |= 0x00000200;
1072
1129
  onChanged();
1073
1130
  }
1074
1131
  if (other.hasManagedByGroupOid()) {
1075
1132
  managedByGroupOid_ = other.managedByGroupOid_;
1076
- bitField0_ |= 0x00000200;
1133
+ bitField0_ |= 0x00000400;
1077
1134
  onChanged();
1078
1135
  }
1079
1136
  if (!other.memberOfOid_.isEmpty()) {
1080
1137
  if (memberOfOid_.isEmpty()) {
1081
1138
  memberOfOid_ = other.memberOfOid_;
1082
- bitField0_ |= 0x00000400;
1139
+ bitField0_ |= 0x00000800;
1083
1140
  } else {
1084
1141
  ensureMemberOfOidIsMutable();
1085
1142
  memberOfOid_.addAll(other.memberOfOid_);
@@ -1121,42 +1178,42 @@ private static final long serialVersionUID = 0L;
1121
1178
  } // case 10
1122
1179
  case 18: {
1123
1180
  samAccountName_ = input.readStringRequireUtf8();
1124
- bitField0_ |= 0x00000002;
1181
+ bitField0_ |= 0x00000004;
1125
1182
  break;
1126
1183
  } // case 18
1127
1184
  case 26: {
1128
1185
  cn_ = input.readStringRequireUtf8();
1129
- bitField0_ |= 0x00000004;
1186
+ bitField0_ |= 0x00000008;
1130
1187
  break;
1131
1188
  } // case 26
1132
1189
  case 34: {
1133
1190
  ou_ = input.readStringRequireUtf8();
1134
- bitField0_ |= 0x00000008;
1191
+ bitField0_ |= 0x00000010;
1135
1192
  break;
1136
1193
  } // case 34
1137
1194
  case 42: {
1138
1195
  description_ = input.readStringRequireUtf8();
1139
- bitField0_ |= 0x00000010;
1196
+ bitField0_ |= 0x00000020;
1140
1197
  break;
1141
1198
  } // case 42
1142
1199
  case 50: {
1143
1200
  comment_ = input.readStringRequireUtf8();
1144
- bitField0_ |= 0x00000020;
1201
+ bitField0_ |= 0x00000040;
1145
1202
  break;
1146
1203
  } // case 50
1147
1204
  case 66: {
1148
1205
  email_ = input.readStringRequireUtf8();
1149
- bitField0_ |= 0x00000080;
1206
+ bitField0_ |= 0x00000100;
1150
1207
  break;
1151
1208
  } // case 66
1152
1209
  case 74: {
1153
1210
  managedByUserOid_ = input.readStringRequireUtf8();
1154
- bitField0_ |= 0x00000100;
1211
+ bitField0_ |= 0x00000200;
1155
1212
  break;
1156
1213
  } // case 74
1157
1214
  case 82: {
1158
1215
  managedByGroupOid_ = input.readStringRequireUtf8();
1159
- bitField0_ |= 0x00000200;
1216
+ bitField0_ |= 0x00000400;
1160
1217
  break;
1161
1218
  } // case 82
1162
1219
  case 90: {
@@ -1169,9 +1226,16 @@ private static final long serialVersionUID = 0L;
1169
1226
  input.readMessage(
1170
1227
  getTypeFieldBuilder().getBuilder(),
1171
1228
  extensionRegistry);
1172
- bitField0_ |= 0x00000040;
1229
+ bitField0_ |= 0x00000080;
1173
1230
  break;
1174
1231
  } // case 98
1232
+ case 106: {
1233
+ input.readMessage(
1234
+ getAdDomainFieldBuilder().getBuilder(),
1235
+ extensionRegistry);
1236
+ bitField0_ |= 0x00000002;
1237
+ break;
1238
+ } // case 106
1175
1239
  default: {
1176
1240
  if (!super.parseUnknownField(input, extensionRegistry, tag)) {
1177
1241
  done = true; // was an endgroup tag
@@ -1310,13 +1374,134 @@ private static final long serialVersionUID = 0L;
1310
1374
  return adObjectBuilder_;
1311
1375
  }
1312
1376
 
1377
+ private com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain adDomain_;
1378
+ private com.google.protobuf.SingleFieldBuilderV3<
1379
+ com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.Builder, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomainOrBuilder> adDomainBuilder_;
1380
+ /**
1381
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
1382
+ * @return Whether the adDomain field is set.
1383
+ */
1384
+ public boolean hasAdDomain() {
1385
+ return ((bitField0_ & 0x00000002) != 0);
1386
+ }
1387
+ /**
1388
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
1389
+ * @return The adDomain.
1390
+ */
1391
+ public com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain getAdDomain() {
1392
+ if (adDomainBuilder_ == null) {
1393
+ return adDomain_ == null ? com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.getDefaultInstance() : adDomain_;
1394
+ } else {
1395
+ return adDomainBuilder_.getMessage();
1396
+ }
1397
+ }
1398
+ /**
1399
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
1400
+ */
1401
+ public Builder setAdDomain(com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain value) {
1402
+ if (adDomainBuilder_ == null) {
1403
+ if (value == null) {
1404
+ throw new NullPointerException();
1405
+ }
1406
+ adDomain_ = value;
1407
+ } else {
1408
+ adDomainBuilder_.setMessage(value);
1409
+ }
1410
+ bitField0_ |= 0x00000002;
1411
+ onChanged();
1412
+ return this;
1413
+ }
1414
+ /**
1415
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
1416
+ */
1417
+ public Builder setAdDomain(
1418
+ com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.Builder builderForValue) {
1419
+ if (adDomainBuilder_ == null) {
1420
+ adDomain_ = builderForValue.build();
1421
+ } else {
1422
+ adDomainBuilder_.setMessage(builderForValue.build());
1423
+ }
1424
+ bitField0_ |= 0x00000002;
1425
+ onChanged();
1426
+ return this;
1427
+ }
1428
+ /**
1429
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
1430
+ */
1431
+ public Builder mergeAdDomain(com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain value) {
1432
+ if (adDomainBuilder_ == null) {
1433
+ if (((bitField0_ & 0x00000002) != 0) &&
1434
+ adDomain_ != null &&
1435
+ adDomain_ != com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.getDefaultInstance()) {
1436
+ getAdDomainBuilder().mergeFrom(value);
1437
+ } else {
1438
+ adDomain_ = value;
1439
+ }
1440
+ } else {
1441
+ adDomainBuilder_.mergeFrom(value);
1442
+ }
1443
+ if (adDomain_ != null) {
1444
+ bitField0_ |= 0x00000002;
1445
+ onChanged();
1446
+ }
1447
+ return this;
1448
+ }
1449
+ /**
1450
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
1451
+ */
1452
+ public Builder clearAdDomain() {
1453
+ bitField0_ = (bitField0_ & ~0x00000002);
1454
+ adDomain_ = null;
1455
+ if (adDomainBuilder_ != null) {
1456
+ adDomainBuilder_.dispose();
1457
+ adDomainBuilder_ = null;
1458
+ }
1459
+ onChanged();
1460
+ return this;
1461
+ }
1462
+ /**
1463
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
1464
+ */
1465
+ public com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.Builder getAdDomainBuilder() {
1466
+ bitField0_ |= 0x00000002;
1467
+ onChanged();
1468
+ return getAdDomainFieldBuilder().getBuilder();
1469
+ }
1470
+ /**
1471
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
1472
+ */
1473
+ public com.lansweeper.dp.outbound.v1.ActiveDirectoryDomainOrBuilder getAdDomainOrBuilder() {
1474
+ if (adDomainBuilder_ != null) {
1475
+ return adDomainBuilder_.getMessageOrBuilder();
1476
+ } else {
1477
+ return adDomain_ == null ?
1478
+ com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.getDefaultInstance() : adDomain_;
1479
+ }
1480
+ }
1481
+ /**
1482
+ * <code>optional .com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain ad_domain = 13;</code>
1483
+ */
1484
+ private com.google.protobuf.SingleFieldBuilderV3<
1485
+ com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.Builder, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomainOrBuilder>
1486
+ getAdDomainFieldBuilder() {
1487
+ if (adDomainBuilder_ == null) {
1488
+ adDomainBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
1489
+ com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomain.Builder, com.lansweeper.dp.outbound.v1.ActiveDirectoryDomainOrBuilder>(
1490
+ getAdDomain(),
1491
+ getParentForChildren(),
1492
+ isClean());
1493
+ adDomain_ = null;
1494
+ }
1495
+ return adDomainBuilder_;
1496
+ }
1497
+
1313
1498
  private java.lang.Object samAccountName_ = "";
1314
1499
  /**
1315
1500
  * <code>optional string sam_account_name = 2;</code>
1316
1501
  * @return Whether the samAccountName field is set.
1317
1502
  */
1318
1503
  public boolean hasSamAccountName() {
1319
- return ((bitField0_ & 0x00000002) != 0);
1504
+ return ((bitField0_ & 0x00000004) != 0);
1320
1505
  }
1321
1506
  /**
1322
1507
  * <code>optional string sam_account_name = 2;</code>
@@ -1360,7 +1545,7 @@ private static final long serialVersionUID = 0L;
1360
1545
  java.lang.String value) {
1361
1546
  if (value == null) { throw new NullPointerException(); }
1362
1547
  samAccountName_ = value;
1363
- bitField0_ |= 0x00000002;
1548
+ bitField0_ |= 0x00000004;
1364
1549
  onChanged();
1365
1550
  return this;
1366
1551
  }
@@ -1370,7 +1555,7 @@ private static final long serialVersionUID = 0L;
1370
1555
  */
1371
1556
  public Builder clearSamAccountName() {
1372
1557
  samAccountName_ = getDefaultInstance().getSamAccountName();
1373
- bitField0_ = (bitField0_ & ~0x00000002);
1558
+ bitField0_ = (bitField0_ & ~0x00000004);
1374
1559
  onChanged();
1375
1560
  return this;
1376
1561
  }
@@ -1384,7 +1569,7 @@ private static final long serialVersionUID = 0L;
1384
1569
  if (value == null) { throw new NullPointerException(); }
1385
1570
  checkByteStringIsUtf8(value);
1386
1571
  samAccountName_ = value;
1387
- bitField0_ |= 0x00000002;
1572
+ bitField0_ |= 0x00000004;
1388
1573
  onChanged();
1389
1574
  return this;
1390
1575
  }
@@ -1395,7 +1580,7 @@ private static final long serialVersionUID = 0L;
1395
1580
  * @return Whether the cn field is set.
1396
1581
  */
1397
1582
  public boolean hasCn() {
1398
- return ((bitField0_ & 0x00000004) != 0);
1583
+ return ((bitField0_ & 0x00000008) != 0);
1399
1584
  }
1400
1585
  /**
1401
1586
  * <code>optional string cn = 3;</code>
@@ -1439,7 +1624,7 @@ private static final long serialVersionUID = 0L;
1439
1624
  java.lang.String value) {
1440
1625
  if (value == null) { throw new NullPointerException(); }
1441
1626
  cn_ = value;
1442
- bitField0_ |= 0x00000004;
1627
+ bitField0_ |= 0x00000008;
1443
1628
  onChanged();
1444
1629
  return this;
1445
1630
  }
@@ -1449,7 +1634,7 @@ private static final long serialVersionUID = 0L;
1449
1634
  */
1450
1635
  public Builder clearCn() {
1451
1636
  cn_ = getDefaultInstance().getCn();
1452
- bitField0_ = (bitField0_ & ~0x00000004);
1637
+ bitField0_ = (bitField0_ & ~0x00000008);
1453
1638
  onChanged();
1454
1639
  return this;
1455
1640
  }
@@ -1463,7 +1648,7 @@ private static final long serialVersionUID = 0L;
1463
1648
  if (value == null) { throw new NullPointerException(); }
1464
1649
  checkByteStringIsUtf8(value);
1465
1650
  cn_ = value;
1466
- bitField0_ |= 0x00000004;
1651
+ bitField0_ |= 0x00000008;
1467
1652
  onChanged();
1468
1653
  return this;
1469
1654
  }
@@ -1474,7 +1659,7 @@ private static final long serialVersionUID = 0L;
1474
1659
  * @return Whether the ou field is set.
1475
1660
  */
1476
1661
  public boolean hasOu() {
1477
- return ((bitField0_ & 0x00000008) != 0);
1662
+ return ((bitField0_ & 0x00000010) != 0);
1478
1663
  }
1479
1664
  /**
1480
1665
  * <code>optional string ou = 4;</code>
@@ -1518,7 +1703,7 @@ private static final long serialVersionUID = 0L;
1518
1703
  java.lang.String value) {
1519
1704
  if (value == null) { throw new NullPointerException(); }
1520
1705
  ou_ = value;
1521
- bitField0_ |= 0x00000008;
1706
+ bitField0_ |= 0x00000010;
1522
1707
  onChanged();
1523
1708
  return this;
1524
1709
  }
@@ -1528,7 +1713,7 @@ private static final long serialVersionUID = 0L;
1528
1713
  */
1529
1714
  public Builder clearOu() {
1530
1715
  ou_ = getDefaultInstance().getOu();
1531
- bitField0_ = (bitField0_ & ~0x00000008);
1716
+ bitField0_ = (bitField0_ & ~0x00000010);
1532
1717
  onChanged();
1533
1718
  return this;
1534
1719
  }
@@ -1542,7 +1727,7 @@ private static final long serialVersionUID = 0L;
1542
1727
  if (value == null) { throw new NullPointerException(); }
1543
1728
  checkByteStringIsUtf8(value);
1544
1729
  ou_ = value;
1545
- bitField0_ |= 0x00000008;
1730
+ bitField0_ |= 0x00000010;
1546
1731
  onChanged();
1547
1732
  return this;
1548
1733
  }
@@ -1553,7 +1738,7 @@ private static final long serialVersionUID = 0L;
1553
1738
  * @return Whether the description field is set.
1554
1739
  */
1555
1740
  public boolean hasDescription() {
1556
- return ((bitField0_ & 0x00000010) != 0);
1741
+ return ((bitField0_ & 0x00000020) != 0);
1557
1742
  }
1558
1743
  /**
1559
1744
  * <code>optional string description = 5;</code>
@@ -1597,7 +1782,7 @@ private static final long serialVersionUID = 0L;
1597
1782
  java.lang.String value) {
1598
1783
  if (value == null) { throw new NullPointerException(); }
1599
1784
  description_ = value;
1600
- bitField0_ |= 0x00000010;
1785
+ bitField0_ |= 0x00000020;
1601
1786
  onChanged();
1602
1787
  return this;
1603
1788
  }
@@ -1607,7 +1792,7 @@ private static final long serialVersionUID = 0L;
1607
1792
  */
1608
1793
  public Builder clearDescription() {
1609
1794
  description_ = getDefaultInstance().getDescription();
1610
- bitField0_ = (bitField0_ & ~0x00000010);
1795
+ bitField0_ = (bitField0_ & ~0x00000020);
1611
1796
  onChanged();
1612
1797
  return this;
1613
1798
  }
@@ -1621,7 +1806,7 @@ private static final long serialVersionUID = 0L;
1621
1806
  if (value == null) { throw new NullPointerException(); }
1622
1807
  checkByteStringIsUtf8(value);
1623
1808
  description_ = value;
1624
- bitField0_ |= 0x00000010;
1809
+ bitField0_ |= 0x00000020;
1625
1810
  onChanged();
1626
1811
  return this;
1627
1812
  }
@@ -1632,7 +1817,7 @@ private static final long serialVersionUID = 0L;
1632
1817
  * @return Whether the comment field is set.
1633
1818
  */
1634
1819
  public boolean hasComment() {
1635
- return ((bitField0_ & 0x00000020) != 0);
1820
+ return ((bitField0_ & 0x00000040) != 0);
1636
1821
  }
1637
1822
  /**
1638
1823
  * <code>optional string comment = 6;</code>
@@ -1676,7 +1861,7 @@ private static final long serialVersionUID = 0L;
1676
1861
  java.lang.String value) {
1677
1862
  if (value == null) { throw new NullPointerException(); }
1678
1863
  comment_ = value;
1679
- bitField0_ |= 0x00000020;
1864
+ bitField0_ |= 0x00000040;
1680
1865
  onChanged();
1681
1866
  return this;
1682
1867
  }
@@ -1686,7 +1871,7 @@ private static final long serialVersionUID = 0L;
1686
1871
  */
1687
1872
  public Builder clearComment() {
1688
1873
  comment_ = getDefaultInstance().getComment();
1689
- bitField0_ = (bitField0_ & ~0x00000020);
1874
+ bitField0_ = (bitField0_ & ~0x00000040);
1690
1875
  onChanged();
1691
1876
  return this;
1692
1877
  }
@@ -1700,7 +1885,7 @@ private static final long serialVersionUID = 0L;
1700
1885
  if (value == null) { throw new NullPointerException(); }
1701
1886
  checkByteStringIsUtf8(value);
1702
1887
  comment_ = value;
1703
- bitField0_ |= 0x00000020;
1888
+ bitField0_ |= 0x00000040;
1704
1889
  onChanged();
1705
1890
  return this;
1706
1891
  }
@@ -1713,7 +1898,7 @@ private static final long serialVersionUID = 0L;
1713
1898
  * @return Whether the type field is set.
1714
1899
  */
1715
1900
  public boolean hasType() {
1716
- return ((bitField0_ & 0x00000040) != 0);
1901
+ return ((bitField0_ & 0x00000080) != 0);
1717
1902
  }
1718
1903
  /**
1719
1904
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue type = 12;</code>
@@ -1738,7 +1923,7 @@ private static final long serialVersionUID = 0L;
1738
1923
  } else {
1739
1924
  typeBuilder_.setMessage(value);
1740
1925
  }
1741
- bitField0_ |= 0x00000040;
1926
+ bitField0_ |= 0x00000080;
1742
1927
  onChanged();
1743
1928
  return this;
1744
1929
  }
@@ -1752,7 +1937,7 @@ private static final long serialVersionUID = 0L;
1752
1937
  } else {
1753
1938
  typeBuilder_.setMessage(builderForValue.build());
1754
1939
  }
1755
- bitField0_ |= 0x00000040;
1940
+ bitField0_ |= 0x00000080;
1756
1941
  onChanged();
1757
1942
  return this;
1758
1943
  }
@@ -1761,7 +1946,7 @@ private static final long serialVersionUID = 0L;
1761
1946
  */
1762
1947
  public Builder mergeType(com.lansweeper.dp.outbound.v1.MappedValue value) {
1763
1948
  if (typeBuilder_ == null) {
1764
- if (((bitField0_ & 0x00000040) != 0) &&
1949
+ if (((bitField0_ & 0x00000080) != 0) &&
1765
1950
  type_ != null &&
1766
1951
  type_ != com.lansweeper.dp.outbound.v1.MappedValue.getDefaultInstance()) {
1767
1952
  getTypeBuilder().mergeFrom(value);
@@ -1772,7 +1957,7 @@ private static final long serialVersionUID = 0L;
1772
1957
  typeBuilder_.mergeFrom(value);
1773
1958
  }
1774
1959
  if (type_ != null) {
1775
- bitField0_ |= 0x00000040;
1960
+ bitField0_ |= 0x00000080;
1776
1961
  onChanged();
1777
1962
  }
1778
1963
  return this;
@@ -1781,7 +1966,7 @@ private static final long serialVersionUID = 0L;
1781
1966
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue type = 12;</code>
1782
1967
  */
1783
1968
  public Builder clearType() {
1784
- bitField0_ = (bitField0_ & ~0x00000040);
1969
+ bitField0_ = (bitField0_ & ~0x00000080);
1785
1970
  type_ = null;
1786
1971
  if (typeBuilder_ != null) {
1787
1972
  typeBuilder_.dispose();
@@ -1794,7 +1979,7 @@ private static final long serialVersionUID = 0L;
1794
1979
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue type = 12;</code>
1795
1980
  */
1796
1981
  public com.lansweeper.dp.outbound.v1.MappedValue.Builder getTypeBuilder() {
1797
- bitField0_ |= 0x00000040;
1982
+ bitField0_ |= 0x00000080;
1798
1983
  onChanged();
1799
1984
  return getTypeFieldBuilder().getBuilder();
1800
1985
  }
@@ -1832,7 +2017,7 @@ private static final long serialVersionUID = 0L;
1832
2017
  * @return Whether the email field is set.
1833
2018
  */
1834
2019
  public boolean hasEmail() {
1835
- return ((bitField0_ & 0x00000080) != 0);
2020
+ return ((bitField0_ & 0x00000100) != 0);
1836
2021
  }
1837
2022
  /**
1838
2023
  * <code>optional string email = 8;</code>
@@ -1876,7 +2061,7 @@ private static final long serialVersionUID = 0L;
1876
2061
  java.lang.String value) {
1877
2062
  if (value == null) { throw new NullPointerException(); }
1878
2063
  email_ = value;
1879
- bitField0_ |= 0x00000080;
2064
+ bitField0_ |= 0x00000100;
1880
2065
  onChanged();
1881
2066
  return this;
1882
2067
  }
@@ -1886,7 +2071,7 @@ private static final long serialVersionUID = 0L;
1886
2071
  */
1887
2072
  public Builder clearEmail() {
1888
2073
  email_ = getDefaultInstance().getEmail();
1889
- bitField0_ = (bitField0_ & ~0x00000080);
2074
+ bitField0_ = (bitField0_ & ~0x00000100);
1890
2075
  onChanged();
1891
2076
  return this;
1892
2077
  }
@@ -1900,7 +2085,7 @@ private static final long serialVersionUID = 0L;
1900
2085
  if (value == null) { throw new NullPointerException(); }
1901
2086
  checkByteStringIsUtf8(value);
1902
2087
  email_ = value;
1903
- bitField0_ |= 0x00000080;
2088
+ bitField0_ |= 0x00000100;
1904
2089
  onChanged();
1905
2090
  return this;
1906
2091
  }
@@ -1911,7 +2096,7 @@ private static final long serialVersionUID = 0L;
1911
2096
  * @return Whether the managedByUserOid field is set.
1912
2097
  */
1913
2098
  public boolean hasManagedByUserOid() {
1914
- return ((bitField0_ & 0x00000100) != 0);
2099
+ return ((bitField0_ & 0x00000200) != 0);
1915
2100
  }
1916
2101
  /**
1917
2102
  * <code>optional string managed_by_user_oid = 9;</code>
@@ -1955,7 +2140,7 @@ private static final long serialVersionUID = 0L;
1955
2140
  java.lang.String value) {
1956
2141
  if (value == null) { throw new NullPointerException(); }
1957
2142
  managedByUserOid_ = value;
1958
- bitField0_ |= 0x00000100;
2143
+ bitField0_ |= 0x00000200;
1959
2144
  onChanged();
1960
2145
  return this;
1961
2146
  }
@@ -1965,7 +2150,7 @@ private static final long serialVersionUID = 0L;
1965
2150
  */
1966
2151
  public Builder clearManagedByUserOid() {
1967
2152
  managedByUserOid_ = getDefaultInstance().getManagedByUserOid();
1968
- bitField0_ = (bitField0_ & ~0x00000100);
2153
+ bitField0_ = (bitField0_ & ~0x00000200);
1969
2154
  onChanged();
1970
2155
  return this;
1971
2156
  }
@@ -1979,7 +2164,7 @@ private static final long serialVersionUID = 0L;
1979
2164
  if (value == null) { throw new NullPointerException(); }
1980
2165
  checkByteStringIsUtf8(value);
1981
2166
  managedByUserOid_ = value;
1982
- bitField0_ |= 0x00000100;
2167
+ bitField0_ |= 0x00000200;
1983
2168
  onChanged();
1984
2169
  return this;
1985
2170
  }
@@ -1990,7 +2175,7 @@ private static final long serialVersionUID = 0L;
1990
2175
  * @return Whether the managedByGroupOid field is set.
1991
2176
  */
1992
2177
  public boolean hasManagedByGroupOid() {
1993
- return ((bitField0_ & 0x00000200) != 0);
2178
+ return ((bitField0_ & 0x00000400) != 0);
1994
2179
  }
1995
2180
  /**
1996
2181
  * <code>optional string managed_by_group_oid = 10;</code>
@@ -2034,7 +2219,7 @@ private static final long serialVersionUID = 0L;
2034
2219
  java.lang.String value) {
2035
2220
  if (value == null) { throw new NullPointerException(); }
2036
2221
  managedByGroupOid_ = value;
2037
- bitField0_ |= 0x00000200;
2222
+ bitField0_ |= 0x00000400;
2038
2223
  onChanged();
2039
2224
  return this;
2040
2225
  }
@@ -2044,7 +2229,7 @@ private static final long serialVersionUID = 0L;
2044
2229
  */
2045
2230
  public Builder clearManagedByGroupOid() {
2046
2231
  managedByGroupOid_ = getDefaultInstance().getManagedByGroupOid();
2047
- bitField0_ = (bitField0_ & ~0x00000200);
2232
+ bitField0_ = (bitField0_ & ~0x00000400);
2048
2233
  onChanged();
2049
2234
  return this;
2050
2235
  }
@@ -2058,7 +2243,7 @@ private static final long serialVersionUID = 0L;
2058
2243
  if (value == null) { throw new NullPointerException(); }
2059
2244
  checkByteStringIsUtf8(value);
2060
2245
  managedByGroupOid_ = value;
2061
- bitField0_ |= 0x00000200;
2246
+ bitField0_ |= 0x00000400;
2062
2247
  onChanged();
2063
2248
  return this;
2064
2249
  }
@@ -2069,7 +2254,7 @@ private static final long serialVersionUID = 0L;
2069
2254
  if (!memberOfOid_.isModifiable()) {
2070
2255
  memberOfOid_ = new com.google.protobuf.LazyStringArrayList(memberOfOid_);
2071
2256
  }
2072
- bitField0_ |= 0x00000400;
2257
+ bitField0_ |= 0x00000800;
2073
2258
  }
2074
2259
  /**
2075
2260
  * <code>repeated string member_of_oid = 11;</code>
@@ -2115,7 +2300,7 @@ private static final long serialVersionUID = 0L;
2115
2300
  if (value == null) { throw new NullPointerException(); }
2116
2301
  ensureMemberOfOidIsMutable();
2117
2302
  memberOfOid_.set(index, value);
2118
- bitField0_ |= 0x00000400;
2303
+ bitField0_ |= 0x00000800;
2119
2304
  onChanged();
2120
2305
  return this;
2121
2306
  }
@@ -2129,7 +2314,7 @@ private static final long serialVersionUID = 0L;
2129
2314
  if (value == null) { throw new NullPointerException(); }
2130
2315
  ensureMemberOfOidIsMutable();
2131
2316
  memberOfOid_.add(value);
2132
- bitField0_ |= 0x00000400;
2317
+ bitField0_ |= 0x00000800;
2133
2318
  onChanged();
2134
2319
  return this;
2135
2320
  }
@@ -2143,7 +2328,7 @@ private static final long serialVersionUID = 0L;
2143
2328
  ensureMemberOfOidIsMutable();
2144
2329
  com.google.protobuf.AbstractMessageLite.Builder.addAll(
2145
2330
  values, memberOfOid_);
2146
- bitField0_ |= 0x00000400;
2331
+ bitField0_ |= 0x00000800;
2147
2332
  onChanged();
2148
2333
  return this;
2149
2334
  }
@@ -2154,7 +2339,7 @@ private static final long serialVersionUID = 0L;
2154
2339
  public Builder clearMemberOfOid() {
2155
2340
  memberOfOid_ =
2156
2341
  com.google.protobuf.LazyStringArrayList.emptyList();
2157
- bitField0_ = (bitField0_ & ~0x00000400);;
2342
+ bitField0_ = (bitField0_ & ~0x00000800);;
2158
2343
  onChanged();
2159
2344
  return this;
2160
2345
  }
@@ -2169,7 +2354,7 @@ private static final long serialVersionUID = 0L;
2169
2354
  checkByteStringIsUtf8(value);
2170
2355
  ensureMemberOfOidIsMutable();
2171
2356
  memberOfOid_.add(value);
2172
- bitField0_ |= 0x00000400;
2357
+ bitField0_ |= 0x00000800;
2173
2358
  onChanged();
2174
2359
  return this;
2175
2360
  }