@lansweeper/data-platform-outbound-grpc 0.8.6 → 0.8.8
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 +399 -0
- package/gen-proto/outbound_pb.js +3266 -54
- package/generated-go/outbound.pb.go +14126 -13267
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +88 -17
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustomOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLinkOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/FieldValue$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/FieldValue$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/FieldValue.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/FieldValueOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +88 -17
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetCustom.java +8117 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetCustomOrBuilder.java +853 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetGroupLink.java +1037 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetGroupLinkOrBuilder.java +78 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/FieldValue.java +712 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/FieldValueOrBuilder.java +39 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +680 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +71 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +4011 -3909
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +12 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +7 -1
- package/model/target/{outbound-model-0.8.5-sources.jar → outbound-model-0.8.7-sources.jar} +0 -0
- package/model/target/{outbound-model-0.8.5.jar → outbound-model-0.8.7.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +88 -17
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.8.5-sources.jar → outbound-service-0.8.7-sources.jar} +0 -0
- package/service/target/{outbound-service-0.8.5.jar → outbound-service-0.8.7.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java
CHANGED
|
@@ -23,6 +23,7 @@ private static final long serialVersionUID = 0L;
|
|
|
23
23
|
super(builder);
|
|
24
24
|
}
|
|
25
25
|
private LegacyFields() {
|
|
26
|
+
groupLink_ = java.util.Collections.emptyList();
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
@java.lang.Override
|
|
@@ -410,6 +411,105 @@ private static final long serialVersionUID = 0L;
|
|
|
410
411
|
return lastLsAgentDirect_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lastLsAgentDirect_;
|
|
411
412
|
}
|
|
412
413
|
|
|
414
|
+
public static final int CUSTOM_FIELD_NUMBER = 15;
|
|
415
|
+
private com.lansweeper.dp.outbound.v1.AssetCustom custom_;
|
|
416
|
+
/**
|
|
417
|
+
* <pre>
|
|
418
|
+
* custom fields from the asset.custom section
|
|
419
|
+
* </pre>
|
|
420
|
+
*
|
|
421
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
422
|
+
* @return Whether the custom field is set.
|
|
423
|
+
*/
|
|
424
|
+
@java.lang.Override
|
|
425
|
+
public boolean hasCustom() {
|
|
426
|
+
return ((bitField0_ & 0x00004000) != 0);
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* <pre>
|
|
430
|
+
* custom fields from the asset.custom section
|
|
431
|
+
* </pre>
|
|
432
|
+
*
|
|
433
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
434
|
+
* @return The custom.
|
|
435
|
+
*/
|
|
436
|
+
@java.lang.Override
|
|
437
|
+
public com.lansweeper.dp.outbound.v1.AssetCustom getCustom() {
|
|
438
|
+
return custom_ == null ? com.lansweeper.dp.outbound.v1.AssetCustom.getDefaultInstance() : custom_;
|
|
439
|
+
}
|
|
440
|
+
/**
|
|
441
|
+
* <pre>
|
|
442
|
+
* custom fields from the asset.custom section
|
|
443
|
+
* </pre>
|
|
444
|
+
*
|
|
445
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
446
|
+
*/
|
|
447
|
+
@java.lang.Override
|
|
448
|
+
public com.lansweeper.dp.outbound.v1.AssetCustomOrBuilder getCustomOrBuilder() {
|
|
449
|
+
return custom_ == null ? com.lansweeper.dp.outbound.v1.AssetCustom.getDefaultInstance() : custom_;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
public static final int GROUP_LINK_FIELD_NUMBER = 16;
|
|
453
|
+
@SuppressWarnings("serial")
|
|
454
|
+
private java.util.List<com.lansweeper.dp.outbound.v1.AssetGroupLink> groupLink_;
|
|
455
|
+
/**
|
|
456
|
+
* <pre>
|
|
457
|
+
* asset group link from the asset.group_link section
|
|
458
|
+
* </pre>
|
|
459
|
+
*
|
|
460
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
461
|
+
*/
|
|
462
|
+
@java.lang.Override
|
|
463
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.AssetGroupLink> getGroupLinkList() {
|
|
464
|
+
return groupLink_;
|
|
465
|
+
}
|
|
466
|
+
/**
|
|
467
|
+
* <pre>
|
|
468
|
+
* asset group link from the asset.group_link section
|
|
469
|
+
* </pre>
|
|
470
|
+
*
|
|
471
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
472
|
+
*/
|
|
473
|
+
@java.lang.Override
|
|
474
|
+
public java.util.List<? extends com.lansweeper.dp.outbound.v1.AssetGroupLinkOrBuilder>
|
|
475
|
+
getGroupLinkOrBuilderList() {
|
|
476
|
+
return groupLink_;
|
|
477
|
+
}
|
|
478
|
+
/**
|
|
479
|
+
* <pre>
|
|
480
|
+
* asset group link from the asset.group_link section
|
|
481
|
+
* </pre>
|
|
482
|
+
*
|
|
483
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
484
|
+
*/
|
|
485
|
+
@java.lang.Override
|
|
486
|
+
public int getGroupLinkCount() {
|
|
487
|
+
return groupLink_.size();
|
|
488
|
+
}
|
|
489
|
+
/**
|
|
490
|
+
* <pre>
|
|
491
|
+
* asset group link from the asset.group_link section
|
|
492
|
+
* </pre>
|
|
493
|
+
*
|
|
494
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
495
|
+
*/
|
|
496
|
+
@java.lang.Override
|
|
497
|
+
public com.lansweeper.dp.outbound.v1.AssetGroupLink getGroupLink(int index) {
|
|
498
|
+
return groupLink_.get(index);
|
|
499
|
+
}
|
|
500
|
+
/**
|
|
501
|
+
* <pre>
|
|
502
|
+
* asset group link from the asset.group_link section
|
|
503
|
+
* </pre>
|
|
504
|
+
*
|
|
505
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
506
|
+
*/
|
|
507
|
+
@java.lang.Override
|
|
508
|
+
public com.lansweeper.dp.outbound.v1.AssetGroupLinkOrBuilder getGroupLinkOrBuilder(
|
|
509
|
+
int index) {
|
|
510
|
+
return groupLink_.get(index);
|
|
511
|
+
}
|
|
512
|
+
|
|
413
513
|
private byte memoizedIsInitialized = -1;
|
|
414
514
|
@java.lang.Override
|
|
415
515
|
public final boolean isInitialized() {
|
|
@@ -466,6 +566,12 @@ private static final long serialVersionUID = 0L;
|
|
|
466
566
|
if (((bitField0_ & 0x00002000) != 0)) {
|
|
467
567
|
output.writeMessage(14, getLastLsAgentDirect());
|
|
468
568
|
}
|
|
569
|
+
if (((bitField0_ & 0x00004000) != 0)) {
|
|
570
|
+
output.writeMessage(15, getCustom());
|
|
571
|
+
}
|
|
572
|
+
for (int i = 0; i < groupLink_.size(); i++) {
|
|
573
|
+
output.writeMessage(16, groupLink_.get(i));
|
|
574
|
+
}
|
|
469
575
|
getUnknownFields().writeTo(output);
|
|
470
576
|
}
|
|
471
577
|
|
|
@@ -531,6 +637,14 @@ private static final long serialVersionUID = 0L;
|
|
|
531
637
|
size += com.google.protobuf.CodedOutputStream
|
|
532
638
|
.computeMessageSize(14, getLastLsAgentDirect());
|
|
533
639
|
}
|
|
640
|
+
if (((bitField0_ & 0x00004000) != 0)) {
|
|
641
|
+
size += com.google.protobuf.CodedOutputStream
|
|
642
|
+
.computeMessageSize(15, getCustom());
|
|
643
|
+
}
|
|
644
|
+
for (int i = 0; i < groupLink_.size(); i++) {
|
|
645
|
+
size += com.google.protobuf.CodedOutputStream
|
|
646
|
+
.computeMessageSize(16, groupLink_.get(i));
|
|
647
|
+
}
|
|
534
648
|
size += getUnknownFields().getSerializedSize();
|
|
535
649
|
memoizedSize = size;
|
|
536
650
|
return size;
|
|
@@ -616,6 +730,13 @@ private static final long serialVersionUID = 0L;
|
|
|
616
730
|
if (!getLastLsAgentDirect()
|
|
617
731
|
.equals(other.getLastLsAgentDirect())) return false;
|
|
618
732
|
}
|
|
733
|
+
if (hasCustom() != other.hasCustom()) return false;
|
|
734
|
+
if (hasCustom()) {
|
|
735
|
+
if (!getCustom()
|
|
736
|
+
.equals(other.getCustom())) return false;
|
|
737
|
+
}
|
|
738
|
+
if (!getGroupLinkList()
|
|
739
|
+
.equals(other.getGroupLinkList())) return false;
|
|
619
740
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
620
741
|
return true;
|
|
621
742
|
}
|
|
@@ -683,6 +804,14 @@ private static final long serialVersionUID = 0L;
|
|
|
683
804
|
hash = (37 * hash) + LAST_LS_AGENT_DIRECT_FIELD_NUMBER;
|
|
684
805
|
hash = (53 * hash) + getLastLsAgentDirect().hashCode();
|
|
685
806
|
}
|
|
807
|
+
if (hasCustom()) {
|
|
808
|
+
hash = (37 * hash) + CUSTOM_FIELD_NUMBER;
|
|
809
|
+
hash = (53 * hash) + getCustom().hashCode();
|
|
810
|
+
}
|
|
811
|
+
if (getGroupLinkCount() > 0) {
|
|
812
|
+
hash = (37 * hash) + GROUP_LINK_FIELD_NUMBER;
|
|
813
|
+
hash = (53 * hash) + getGroupLinkList().hashCode();
|
|
814
|
+
}
|
|
686
815
|
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
687
816
|
memoizedHashCode = hash;
|
|
688
817
|
return hash;
|
|
@@ -833,6 +962,8 @@ private static final long serialVersionUID = 0L;
|
|
|
833
962
|
getLastScheduledFieldBuilder();
|
|
834
963
|
getLastTriggeredFieldBuilder();
|
|
835
964
|
getLastLsAgentDirectFieldBuilder();
|
|
965
|
+
getCustomFieldBuilder();
|
|
966
|
+
getGroupLinkFieldBuilder();
|
|
836
967
|
}
|
|
837
968
|
}
|
|
838
969
|
@java.lang.Override
|
|
@@ -909,6 +1040,18 @@ private static final long serialVersionUID = 0L;
|
|
|
909
1040
|
lastLsAgentDirectBuilder_.dispose();
|
|
910
1041
|
lastLsAgentDirectBuilder_ = null;
|
|
911
1042
|
}
|
|
1043
|
+
custom_ = null;
|
|
1044
|
+
if (customBuilder_ != null) {
|
|
1045
|
+
customBuilder_.dispose();
|
|
1046
|
+
customBuilder_ = null;
|
|
1047
|
+
}
|
|
1048
|
+
if (groupLinkBuilder_ == null) {
|
|
1049
|
+
groupLink_ = java.util.Collections.emptyList();
|
|
1050
|
+
} else {
|
|
1051
|
+
groupLink_ = null;
|
|
1052
|
+
groupLinkBuilder_.clear();
|
|
1053
|
+
}
|
|
1054
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
912
1055
|
return this;
|
|
913
1056
|
}
|
|
914
1057
|
|
|
@@ -935,11 +1078,24 @@ private static final long serialVersionUID = 0L;
|
|
|
935
1078
|
@java.lang.Override
|
|
936
1079
|
public com.lansweeper.dp.outbound.v1.LegacyFields buildPartial() {
|
|
937
1080
|
com.lansweeper.dp.outbound.v1.LegacyFields result = new com.lansweeper.dp.outbound.v1.LegacyFields(this);
|
|
1081
|
+
buildPartialRepeatedFields(result);
|
|
938
1082
|
if (bitField0_ != 0) { buildPartial0(result); }
|
|
939
1083
|
onBuilt();
|
|
940
1084
|
return result;
|
|
941
1085
|
}
|
|
942
1086
|
|
|
1087
|
+
private void buildPartialRepeatedFields(com.lansweeper.dp.outbound.v1.LegacyFields result) {
|
|
1088
|
+
if (groupLinkBuilder_ == null) {
|
|
1089
|
+
if (((bitField0_ & 0x00008000) != 0)) {
|
|
1090
|
+
groupLink_ = java.util.Collections.unmodifiableList(groupLink_);
|
|
1091
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
1092
|
+
}
|
|
1093
|
+
result.groupLink_ = groupLink_;
|
|
1094
|
+
} else {
|
|
1095
|
+
result.groupLink_ = groupLinkBuilder_.build();
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
|
|
943
1099
|
private void buildPartial0(com.lansweeper.dp.outbound.v1.LegacyFields result) {
|
|
944
1100
|
int from_bitField0_ = bitField0_;
|
|
945
1101
|
int to_bitField0_ = 0;
|
|
@@ -1027,6 +1183,12 @@ private static final long serialVersionUID = 0L;
|
|
|
1027
1183
|
: lastLsAgentDirectBuilder_.build();
|
|
1028
1184
|
to_bitField0_ |= 0x00002000;
|
|
1029
1185
|
}
|
|
1186
|
+
if (((from_bitField0_ & 0x00004000) != 0)) {
|
|
1187
|
+
result.custom_ = customBuilder_ == null
|
|
1188
|
+
? custom_
|
|
1189
|
+
: customBuilder_.build();
|
|
1190
|
+
to_bitField0_ |= 0x00004000;
|
|
1191
|
+
}
|
|
1030
1192
|
result.bitField0_ |= to_bitField0_;
|
|
1031
1193
|
}
|
|
1032
1194
|
|
|
@@ -1116,6 +1278,35 @@ private static final long serialVersionUID = 0L;
|
|
|
1116
1278
|
if (other.hasLastLsAgentDirect()) {
|
|
1117
1279
|
mergeLastLsAgentDirect(other.getLastLsAgentDirect());
|
|
1118
1280
|
}
|
|
1281
|
+
if (other.hasCustom()) {
|
|
1282
|
+
mergeCustom(other.getCustom());
|
|
1283
|
+
}
|
|
1284
|
+
if (groupLinkBuilder_ == null) {
|
|
1285
|
+
if (!other.groupLink_.isEmpty()) {
|
|
1286
|
+
if (groupLink_.isEmpty()) {
|
|
1287
|
+
groupLink_ = other.groupLink_;
|
|
1288
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
1289
|
+
} else {
|
|
1290
|
+
ensureGroupLinkIsMutable();
|
|
1291
|
+
groupLink_.addAll(other.groupLink_);
|
|
1292
|
+
}
|
|
1293
|
+
onChanged();
|
|
1294
|
+
}
|
|
1295
|
+
} else {
|
|
1296
|
+
if (!other.groupLink_.isEmpty()) {
|
|
1297
|
+
if (groupLinkBuilder_.isEmpty()) {
|
|
1298
|
+
groupLinkBuilder_.dispose();
|
|
1299
|
+
groupLinkBuilder_ = null;
|
|
1300
|
+
groupLink_ = other.groupLink_;
|
|
1301
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
1302
|
+
groupLinkBuilder_ =
|
|
1303
|
+
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
|
|
1304
|
+
getGroupLinkFieldBuilder() : null;
|
|
1305
|
+
} else {
|
|
1306
|
+
groupLinkBuilder_.addAllMessages(other.groupLink_);
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1119
1310
|
this.mergeUnknownFields(other.getUnknownFields());
|
|
1120
1311
|
onChanged();
|
|
1121
1312
|
return this;
|
|
@@ -1240,6 +1431,26 @@ private static final long serialVersionUID = 0L;
|
|
|
1240
1431
|
bitField0_ |= 0x00002000;
|
|
1241
1432
|
break;
|
|
1242
1433
|
} // case 114
|
|
1434
|
+
case 122: {
|
|
1435
|
+
input.readMessage(
|
|
1436
|
+
getCustomFieldBuilder().getBuilder(),
|
|
1437
|
+
extensionRegistry);
|
|
1438
|
+
bitField0_ |= 0x00004000;
|
|
1439
|
+
break;
|
|
1440
|
+
} // case 122
|
|
1441
|
+
case 130: {
|
|
1442
|
+
com.lansweeper.dp.outbound.v1.AssetGroupLink m =
|
|
1443
|
+
input.readMessage(
|
|
1444
|
+
com.lansweeper.dp.outbound.v1.AssetGroupLink.parser(),
|
|
1445
|
+
extensionRegistry);
|
|
1446
|
+
if (groupLinkBuilder_ == null) {
|
|
1447
|
+
ensureGroupLinkIsMutable();
|
|
1448
|
+
groupLink_.add(m);
|
|
1449
|
+
} else {
|
|
1450
|
+
groupLinkBuilder_.addMessage(m);
|
|
1451
|
+
}
|
|
1452
|
+
break;
|
|
1453
|
+
} // case 130
|
|
1243
1454
|
default: {
|
|
1244
1455
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
1245
1456
|
done = true; // was an endgroup tag
|
|
@@ -2950,6 +3161,475 @@ private static final long serialVersionUID = 0L;
|
|
|
2950
3161
|
}
|
|
2951
3162
|
return lastLsAgentDirectBuilder_;
|
|
2952
3163
|
}
|
|
3164
|
+
|
|
3165
|
+
private com.lansweeper.dp.outbound.v1.AssetCustom custom_;
|
|
3166
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
3167
|
+
com.lansweeper.dp.outbound.v1.AssetCustom, com.lansweeper.dp.outbound.v1.AssetCustom.Builder, com.lansweeper.dp.outbound.v1.AssetCustomOrBuilder> customBuilder_;
|
|
3168
|
+
/**
|
|
3169
|
+
* <pre>
|
|
3170
|
+
* custom fields from the asset.custom section
|
|
3171
|
+
* </pre>
|
|
3172
|
+
*
|
|
3173
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
3174
|
+
* @return Whether the custom field is set.
|
|
3175
|
+
*/
|
|
3176
|
+
public boolean hasCustom() {
|
|
3177
|
+
return ((bitField0_ & 0x00004000) != 0);
|
|
3178
|
+
}
|
|
3179
|
+
/**
|
|
3180
|
+
* <pre>
|
|
3181
|
+
* custom fields from the asset.custom section
|
|
3182
|
+
* </pre>
|
|
3183
|
+
*
|
|
3184
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
3185
|
+
* @return The custom.
|
|
3186
|
+
*/
|
|
3187
|
+
public com.lansweeper.dp.outbound.v1.AssetCustom getCustom() {
|
|
3188
|
+
if (customBuilder_ == null) {
|
|
3189
|
+
return custom_ == null ? com.lansweeper.dp.outbound.v1.AssetCustom.getDefaultInstance() : custom_;
|
|
3190
|
+
} else {
|
|
3191
|
+
return customBuilder_.getMessage();
|
|
3192
|
+
}
|
|
3193
|
+
}
|
|
3194
|
+
/**
|
|
3195
|
+
* <pre>
|
|
3196
|
+
* custom fields from the asset.custom section
|
|
3197
|
+
* </pre>
|
|
3198
|
+
*
|
|
3199
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
3200
|
+
*/
|
|
3201
|
+
public Builder setCustom(com.lansweeper.dp.outbound.v1.AssetCustom value) {
|
|
3202
|
+
if (customBuilder_ == null) {
|
|
3203
|
+
if (value == null) {
|
|
3204
|
+
throw new NullPointerException();
|
|
3205
|
+
}
|
|
3206
|
+
custom_ = value;
|
|
3207
|
+
} else {
|
|
3208
|
+
customBuilder_.setMessage(value);
|
|
3209
|
+
}
|
|
3210
|
+
bitField0_ |= 0x00004000;
|
|
3211
|
+
onChanged();
|
|
3212
|
+
return this;
|
|
3213
|
+
}
|
|
3214
|
+
/**
|
|
3215
|
+
* <pre>
|
|
3216
|
+
* custom fields from the asset.custom section
|
|
3217
|
+
* </pre>
|
|
3218
|
+
*
|
|
3219
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
3220
|
+
*/
|
|
3221
|
+
public Builder setCustom(
|
|
3222
|
+
com.lansweeper.dp.outbound.v1.AssetCustom.Builder builderForValue) {
|
|
3223
|
+
if (customBuilder_ == null) {
|
|
3224
|
+
custom_ = builderForValue.build();
|
|
3225
|
+
} else {
|
|
3226
|
+
customBuilder_.setMessage(builderForValue.build());
|
|
3227
|
+
}
|
|
3228
|
+
bitField0_ |= 0x00004000;
|
|
3229
|
+
onChanged();
|
|
3230
|
+
return this;
|
|
3231
|
+
}
|
|
3232
|
+
/**
|
|
3233
|
+
* <pre>
|
|
3234
|
+
* custom fields from the asset.custom section
|
|
3235
|
+
* </pre>
|
|
3236
|
+
*
|
|
3237
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
3238
|
+
*/
|
|
3239
|
+
public Builder mergeCustom(com.lansweeper.dp.outbound.v1.AssetCustom value) {
|
|
3240
|
+
if (customBuilder_ == null) {
|
|
3241
|
+
if (((bitField0_ & 0x00004000) != 0) &&
|
|
3242
|
+
custom_ != null &&
|
|
3243
|
+
custom_ != com.lansweeper.dp.outbound.v1.AssetCustom.getDefaultInstance()) {
|
|
3244
|
+
getCustomBuilder().mergeFrom(value);
|
|
3245
|
+
} else {
|
|
3246
|
+
custom_ = value;
|
|
3247
|
+
}
|
|
3248
|
+
} else {
|
|
3249
|
+
customBuilder_.mergeFrom(value);
|
|
3250
|
+
}
|
|
3251
|
+
if (custom_ != null) {
|
|
3252
|
+
bitField0_ |= 0x00004000;
|
|
3253
|
+
onChanged();
|
|
3254
|
+
}
|
|
3255
|
+
return this;
|
|
3256
|
+
}
|
|
3257
|
+
/**
|
|
3258
|
+
* <pre>
|
|
3259
|
+
* custom fields from the asset.custom section
|
|
3260
|
+
* </pre>
|
|
3261
|
+
*
|
|
3262
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
3263
|
+
*/
|
|
3264
|
+
public Builder clearCustom() {
|
|
3265
|
+
bitField0_ = (bitField0_ & ~0x00004000);
|
|
3266
|
+
custom_ = null;
|
|
3267
|
+
if (customBuilder_ != null) {
|
|
3268
|
+
customBuilder_.dispose();
|
|
3269
|
+
customBuilder_ = null;
|
|
3270
|
+
}
|
|
3271
|
+
onChanged();
|
|
3272
|
+
return this;
|
|
3273
|
+
}
|
|
3274
|
+
/**
|
|
3275
|
+
* <pre>
|
|
3276
|
+
* custom fields from the asset.custom section
|
|
3277
|
+
* </pre>
|
|
3278
|
+
*
|
|
3279
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
3280
|
+
*/
|
|
3281
|
+
public com.lansweeper.dp.outbound.v1.AssetCustom.Builder getCustomBuilder() {
|
|
3282
|
+
bitField0_ |= 0x00004000;
|
|
3283
|
+
onChanged();
|
|
3284
|
+
return getCustomFieldBuilder().getBuilder();
|
|
3285
|
+
}
|
|
3286
|
+
/**
|
|
3287
|
+
* <pre>
|
|
3288
|
+
* custom fields from the asset.custom section
|
|
3289
|
+
* </pre>
|
|
3290
|
+
*
|
|
3291
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
3292
|
+
*/
|
|
3293
|
+
public com.lansweeper.dp.outbound.v1.AssetCustomOrBuilder getCustomOrBuilder() {
|
|
3294
|
+
if (customBuilder_ != null) {
|
|
3295
|
+
return customBuilder_.getMessageOrBuilder();
|
|
3296
|
+
} else {
|
|
3297
|
+
return custom_ == null ?
|
|
3298
|
+
com.lansweeper.dp.outbound.v1.AssetCustom.getDefaultInstance() : custom_;
|
|
3299
|
+
}
|
|
3300
|
+
}
|
|
3301
|
+
/**
|
|
3302
|
+
* <pre>
|
|
3303
|
+
* custom fields from the asset.custom section
|
|
3304
|
+
* </pre>
|
|
3305
|
+
*
|
|
3306
|
+
* <code>optional .com.lansweeper.dp.outbound.v1.AssetCustom custom = 15;</code>
|
|
3307
|
+
*/
|
|
3308
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
3309
|
+
com.lansweeper.dp.outbound.v1.AssetCustom, com.lansweeper.dp.outbound.v1.AssetCustom.Builder, com.lansweeper.dp.outbound.v1.AssetCustomOrBuilder>
|
|
3310
|
+
getCustomFieldBuilder() {
|
|
3311
|
+
if (customBuilder_ == null) {
|
|
3312
|
+
customBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
3313
|
+
com.lansweeper.dp.outbound.v1.AssetCustom, com.lansweeper.dp.outbound.v1.AssetCustom.Builder, com.lansweeper.dp.outbound.v1.AssetCustomOrBuilder>(
|
|
3314
|
+
getCustom(),
|
|
3315
|
+
getParentForChildren(),
|
|
3316
|
+
isClean());
|
|
3317
|
+
custom_ = null;
|
|
3318
|
+
}
|
|
3319
|
+
return customBuilder_;
|
|
3320
|
+
}
|
|
3321
|
+
|
|
3322
|
+
private java.util.List<com.lansweeper.dp.outbound.v1.AssetGroupLink> groupLink_ =
|
|
3323
|
+
java.util.Collections.emptyList();
|
|
3324
|
+
private void ensureGroupLinkIsMutable() {
|
|
3325
|
+
if (!((bitField0_ & 0x00008000) != 0)) {
|
|
3326
|
+
groupLink_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.AssetGroupLink>(groupLink_);
|
|
3327
|
+
bitField0_ |= 0x00008000;
|
|
3328
|
+
}
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3332
|
+
com.lansweeper.dp.outbound.v1.AssetGroupLink, com.lansweeper.dp.outbound.v1.AssetGroupLink.Builder, com.lansweeper.dp.outbound.v1.AssetGroupLinkOrBuilder> groupLinkBuilder_;
|
|
3333
|
+
|
|
3334
|
+
/**
|
|
3335
|
+
* <pre>
|
|
3336
|
+
* asset group link from the asset.group_link section
|
|
3337
|
+
* </pre>
|
|
3338
|
+
*
|
|
3339
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3340
|
+
*/
|
|
3341
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.AssetGroupLink> getGroupLinkList() {
|
|
3342
|
+
if (groupLinkBuilder_ == null) {
|
|
3343
|
+
return java.util.Collections.unmodifiableList(groupLink_);
|
|
3344
|
+
} else {
|
|
3345
|
+
return groupLinkBuilder_.getMessageList();
|
|
3346
|
+
}
|
|
3347
|
+
}
|
|
3348
|
+
/**
|
|
3349
|
+
* <pre>
|
|
3350
|
+
* asset group link from the asset.group_link section
|
|
3351
|
+
* </pre>
|
|
3352
|
+
*
|
|
3353
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3354
|
+
*/
|
|
3355
|
+
public int getGroupLinkCount() {
|
|
3356
|
+
if (groupLinkBuilder_ == null) {
|
|
3357
|
+
return groupLink_.size();
|
|
3358
|
+
} else {
|
|
3359
|
+
return groupLinkBuilder_.getCount();
|
|
3360
|
+
}
|
|
3361
|
+
}
|
|
3362
|
+
/**
|
|
3363
|
+
* <pre>
|
|
3364
|
+
* asset group link from the asset.group_link section
|
|
3365
|
+
* </pre>
|
|
3366
|
+
*
|
|
3367
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3368
|
+
*/
|
|
3369
|
+
public com.lansweeper.dp.outbound.v1.AssetGroupLink getGroupLink(int index) {
|
|
3370
|
+
if (groupLinkBuilder_ == null) {
|
|
3371
|
+
return groupLink_.get(index);
|
|
3372
|
+
} else {
|
|
3373
|
+
return groupLinkBuilder_.getMessage(index);
|
|
3374
|
+
}
|
|
3375
|
+
}
|
|
3376
|
+
/**
|
|
3377
|
+
* <pre>
|
|
3378
|
+
* asset group link from the asset.group_link section
|
|
3379
|
+
* </pre>
|
|
3380
|
+
*
|
|
3381
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3382
|
+
*/
|
|
3383
|
+
public Builder setGroupLink(
|
|
3384
|
+
int index, com.lansweeper.dp.outbound.v1.AssetGroupLink value) {
|
|
3385
|
+
if (groupLinkBuilder_ == null) {
|
|
3386
|
+
if (value == null) {
|
|
3387
|
+
throw new NullPointerException();
|
|
3388
|
+
}
|
|
3389
|
+
ensureGroupLinkIsMutable();
|
|
3390
|
+
groupLink_.set(index, value);
|
|
3391
|
+
onChanged();
|
|
3392
|
+
} else {
|
|
3393
|
+
groupLinkBuilder_.setMessage(index, value);
|
|
3394
|
+
}
|
|
3395
|
+
return this;
|
|
3396
|
+
}
|
|
3397
|
+
/**
|
|
3398
|
+
* <pre>
|
|
3399
|
+
* asset group link from the asset.group_link section
|
|
3400
|
+
* </pre>
|
|
3401
|
+
*
|
|
3402
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3403
|
+
*/
|
|
3404
|
+
public Builder setGroupLink(
|
|
3405
|
+
int index, com.lansweeper.dp.outbound.v1.AssetGroupLink.Builder builderForValue) {
|
|
3406
|
+
if (groupLinkBuilder_ == null) {
|
|
3407
|
+
ensureGroupLinkIsMutable();
|
|
3408
|
+
groupLink_.set(index, builderForValue.build());
|
|
3409
|
+
onChanged();
|
|
3410
|
+
} else {
|
|
3411
|
+
groupLinkBuilder_.setMessage(index, builderForValue.build());
|
|
3412
|
+
}
|
|
3413
|
+
return this;
|
|
3414
|
+
}
|
|
3415
|
+
/**
|
|
3416
|
+
* <pre>
|
|
3417
|
+
* asset group link from the asset.group_link section
|
|
3418
|
+
* </pre>
|
|
3419
|
+
*
|
|
3420
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3421
|
+
*/
|
|
3422
|
+
public Builder addGroupLink(com.lansweeper.dp.outbound.v1.AssetGroupLink value) {
|
|
3423
|
+
if (groupLinkBuilder_ == null) {
|
|
3424
|
+
if (value == null) {
|
|
3425
|
+
throw new NullPointerException();
|
|
3426
|
+
}
|
|
3427
|
+
ensureGroupLinkIsMutable();
|
|
3428
|
+
groupLink_.add(value);
|
|
3429
|
+
onChanged();
|
|
3430
|
+
} else {
|
|
3431
|
+
groupLinkBuilder_.addMessage(value);
|
|
3432
|
+
}
|
|
3433
|
+
return this;
|
|
3434
|
+
}
|
|
3435
|
+
/**
|
|
3436
|
+
* <pre>
|
|
3437
|
+
* asset group link from the asset.group_link section
|
|
3438
|
+
* </pre>
|
|
3439
|
+
*
|
|
3440
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3441
|
+
*/
|
|
3442
|
+
public Builder addGroupLink(
|
|
3443
|
+
int index, com.lansweeper.dp.outbound.v1.AssetGroupLink value) {
|
|
3444
|
+
if (groupLinkBuilder_ == null) {
|
|
3445
|
+
if (value == null) {
|
|
3446
|
+
throw new NullPointerException();
|
|
3447
|
+
}
|
|
3448
|
+
ensureGroupLinkIsMutable();
|
|
3449
|
+
groupLink_.add(index, value);
|
|
3450
|
+
onChanged();
|
|
3451
|
+
} else {
|
|
3452
|
+
groupLinkBuilder_.addMessage(index, value);
|
|
3453
|
+
}
|
|
3454
|
+
return this;
|
|
3455
|
+
}
|
|
3456
|
+
/**
|
|
3457
|
+
* <pre>
|
|
3458
|
+
* asset group link from the asset.group_link section
|
|
3459
|
+
* </pre>
|
|
3460
|
+
*
|
|
3461
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3462
|
+
*/
|
|
3463
|
+
public Builder addGroupLink(
|
|
3464
|
+
com.lansweeper.dp.outbound.v1.AssetGroupLink.Builder builderForValue) {
|
|
3465
|
+
if (groupLinkBuilder_ == null) {
|
|
3466
|
+
ensureGroupLinkIsMutable();
|
|
3467
|
+
groupLink_.add(builderForValue.build());
|
|
3468
|
+
onChanged();
|
|
3469
|
+
} else {
|
|
3470
|
+
groupLinkBuilder_.addMessage(builderForValue.build());
|
|
3471
|
+
}
|
|
3472
|
+
return this;
|
|
3473
|
+
}
|
|
3474
|
+
/**
|
|
3475
|
+
* <pre>
|
|
3476
|
+
* asset group link from the asset.group_link section
|
|
3477
|
+
* </pre>
|
|
3478
|
+
*
|
|
3479
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3480
|
+
*/
|
|
3481
|
+
public Builder addGroupLink(
|
|
3482
|
+
int index, com.lansweeper.dp.outbound.v1.AssetGroupLink.Builder builderForValue) {
|
|
3483
|
+
if (groupLinkBuilder_ == null) {
|
|
3484
|
+
ensureGroupLinkIsMutable();
|
|
3485
|
+
groupLink_.add(index, builderForValue.build());
|
|
3486
|
+
onChanged();
|
|
3487
|
+
} else {
|
|
3488
|
+
groupLinkBuilder_.addMessage(index, builderForValue.build());
|
|
3489
|
+
}
|
|
3490
|
+
return this;
|
|
3491
|
+
}
|
|
3492
|
+
/**
|
|
3493
|
+
* <pre>
|
|
3494
|
+
* asset group link from the asset.group_link section
|
|
3495
|
+
* </pre>
|
|
3496
|
+
*
|
|
3497
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3498
|
+
*/
|
|
3499
|
+
public Builder addAllGroupLink(
|
|
3500
|
+
java.lang.Iterable<? extends com.lansweeper.dp.outbound.v1.AssetGroupLink> values) {
|
|
3501
|
+
if (groupLinkBuilder_ == null) {
|
|
3502
|
+
ensureGroupLinkIsMutable();
|
|
3503
|
+
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
3504
|
+
values, groupLink_);
|
|
3505
|
+
onChanged();
|
|
3506
|
+
} else {
|
|
3507
|
+
groupLinkBuilder_.addAllMessages(values);
|
|
3508
|
+
}
|
|
3509
|
+
return this;
|
|
3510
|
+
}
|
|
3511
|
+
/**
|
|
3512
|
+
* <pre>
|
|
3513
|
+
* asset group link from the asset.group_link section
|
|
3514
|
+
* </pre>
|
|
3515
|
+
*
|
|
3516
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3517
|
+
*/
|
|
3518
|
+
public Builder clearGroupLink() {
|
|
3519
|
+
if (groupLinkBuilder_ == null) {
|
|
3520
|
+
groupLink_ = java.util.Collections.emptyList();
|
|
3521
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
3522
|
+
onChanged();
|
|
3523
|
+
} else {
|
|
3524
|
+
groupLinkBuilder_.clear();
|
|
3525
|
+
}
|
|
3526
|
+
return this;
|
|
3527
|
+
}
|
|
3528
|
+
/**
|
|
3529
|
+
* <pre>
|
|
3530
|
+
* asset group link from the asset.group_link section
|
|
3531
|
+
* </pre>
|
|
3532
|
+
*
|
|
3533
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3534
|
+
*/
|
|
3535
|
+
public Builder removeGroupLink(int index) {
|
|
3536
|
+
if (groupLinkBuilder_ == null) {
|
|
3537
|
+
ensureGroupLinkIsMutable();
|
|
3538
|
+
groupLink_.remove(index);
|
|
3539
|
+
onChanged();
|
|
3540
|
+
} else {
|
|
3541
|
+
groupLinkBuilder_.remove(index);
|
|
3542
|
+
}
|
|
3543
|
+
return this;
|
|
3544
|
+
}
|
|
3545
|
+
/**
|
|
3546
|
+
* <pre>
|
|
3547
|
+
* asset group link from the asset.group_link section
|
|
3548
|
+
* </pre>
|
|
3549
|
+
*
|
|
3550
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3551
|
+
*/
|
|
3552
|
+
public com.lansweeper.dp.outbound.v1.AssetGroupLink.Builder getGroupLinkBuilder(
|
|
3553
|
+
int index) {
|
|
3554
|
+
return getGroupLinkFieldBuilder().getBuilder(index);
|
|
3555
|
+
}
|
|
3556
|
+
/**
|
|
3557
|
+
* <pre>
|
|
3558
|
+
* asset group link from the asset.group_link section
|
|
3559
|
+
* </pre>
|
|
3560
|
+
*
|
|
3561
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3562
|
+
*/
|
|
3563
|
+
public com.lansweeper.dp.outbound.v1.AssetGroupLinkOrBuilder getGroupLinkOrBuilder(
|
|
3564
|
+
int index) {
|
|
3565
|
+
if (groupLinkBuilder_ == null) {
|
|
3566
|
+
return groupLink_.get(index); } else {
|
|
3567
|
+
return groupLinkBuilder_.getMessageOrBuilder(index);
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
3570
|
+
/**
|
|
3571
|
+
* <pre>
|
|
3572
|
+
* asset group link from the asset.group_link section
|
|
3573
|
+
* </pre>
|
|
3574
|
+
*
|
|
3575
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3576
|
+
*/
|
|
3577
|
+
public java.util.List<? extends com.lansweeper.dp.outbound.v1.AssetGroupLinkOrBuilder>
|
|
3578
|
+
getGroupLinkOrBuilderList() {
|
|
3579
|
+
if (groupLinkBuilder_ != null) {
|
|
3580
|
+
return groupLinkBuilder_.getMessageOrBuilderList();
|
|
3581
|
+
} else {
|
|
3582
|
+
return java.util.Collections.unmodifiableList(groupLink_);
|
|
3583
|
+
}
|
|
3584
|
+
}
|
|
3585
|
+
/**
|
|
3586
|
+
* <pre>
|
|
3587
|
+
* asset group link from the asset.group_link section
|
|
3588
|
+
* </pre>
|
|
3589
|
+
*
|
|
3590
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3591
|
+
*/
|
|
3592
|
+
public com.lansweeper.dp.outbound.v1.AssetGroupLink.Builder addGroupLinkBuilder() {
|
|
3593
|
+
return getGroupLinkFieldBuilder().addBuilder(
|
|
3594
|
+
com.lansweeper.dp.outbound.v1.AssetGroupLink.getDefaultInstance());
|
|
3595
|
+
}
|
|
3596
|
+
/**
|
|
3597
|
+
* <pre>
|
|
3598
|
+
* asset group link from the asset.group_link section
|
|
3599
|
+
* </pre>
|
|
3600
|
+
*
|
|
3601
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3602
|
+
*/
|
|
3603
|
+
public com.lansweeper.dp.outbound.v1.AssetGroupLink.Builder addGroupLinkBuilder(
|
|
3604
|
+
int index) {
|
|
3605
|
+
return getGroupLinkFieldBuilder().addBuilder(
|
|
3606
|
+
index, com.lansweeper.dp.outbound.v1.AssetGroupLink.getDefaultInstance());
|
|
3607
|
+
}
|
|
3608
|
+
/**
|
|
3609
|
+
* <pre>
|
|
3610
|
+
* asset group link from the asset.group_link section
|
|
3611
|
+
* </pre>
|
|
3612
|
+
*
|
|
3613
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.AssetGroupLink group_link = 16;</code>
|
|
3614
|
+
*/
|
|
3615
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.AssetGroupLink.Builder>
|
|
3616
|
+
getGroupLinkBuilderList() {
|
|
3617
|
+
return getGroupLinkFieldBuilder().getBuilderList();
|
|
3618
|
+
}
|
|
3619
|
+
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3620
|
+
com.lansweeper.dp.outbound.v1.AssetGroupLink, com.lansweeper.dp.outbound.v1.AssetGroupLink.Builder, com.lansweeper.dp.outbound.v1.AssetGroupLinkOrBuilder>
|
|
3621
|
+
getGroupLinkFieldBuilder() {
|
|
3622
|
+
if (groupLinkBuilder_ == null) {
|
|
3623
|
+
groupLinkBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
3624
|
+
com.lansweeper.dp.outbound.v1.AssetGroupLink, com.lansweeper.dp.outbound.v1.AssetGroupLink.Builder, com.lansweeper.dp.outbound.v1.AssetGroupLinkOrBuilder>(
|
|
3625
|
+
groupLink_,
|
|
3626
|
+
((bitField0_ & 0x00008000) != 0),
|
|
3627
|
+
getParentForChildren(),
|
|
3628
|
+
isClean());
|
|
3629
|
+
groupLink_ = null;
|
|
3630
|
+
}
|
|
3631
|
+
return groupLinkBuilder_;
|
|
3632
|
+
}
|
|
2953
3633
|
@java.lang.Override
|
|
2954
3634
|
public final Builder setUnknownFields(
|
|
2955
3635
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|