@lansweeper/data-platform-outbound-grpc 0.3.30 → 0.3.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +199 -0
- package/gen-proto/outbound_pb.js +1894 -279
- package/generated-go/outbound.pb.go +9015 -8552
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +42 -5
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$2.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor$SpecCase.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Monitor.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$UsersKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +42 -5
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCard.java +42 -42
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GraphicsCardOrBuilder.java +14 -14
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfo.java +3706 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacMonitorInfoOrBuilder.java +367 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Monitor.java +226 -18
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.java +1086 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.java +70 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.java +272 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.java +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +351 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2696 -2643
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.java +193 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfoOrBuilder.java +29 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/model/target/{outbound-model-0.3.29-sources.jar → outbound-model-0.3.31-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.29.jar → outbound-model-0.3.31.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +42 -5
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.29-sources.jar → outbound-service-0.3.31-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.29.jar → outbound-service-0.3.31.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Monitor.java
CHANGED
|
@@ -54,6 +54,7 @@ private static final long serialVersionUID = 0L;
|
|
|
54
54
|
implements com.google.protobuf.Internal.EnumLite,
|
|
55
55
|
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
|
|
56
56
|
WINDOWS(20),
|
|
57
|
+
MAC(21),
|
|
57
58
|
SPEC_NOT_SET(0);
|
|
58
59
|
private final int value;
|
|
59
60
|
private SpecCase(int value) {
|
|
@@ -72,6 +73,7 @@ private static final long serialVersionUID = 0L;
|
|
|
72
73
|
public static SpecCase forNumber(int value) {
|
|
73
74
|
switch (value) {
|
|
74
75
|
case 20: return WINDOWS;
|
|
76
|
+
case 21: return MAC;
|
|
75
77
|
case 0: return SPEC_NOT_SET;
|
|
76
78
|
default: return null;
|
|
77
79
|
}
|
|
@@ -323,6 +325,37 @@ private static final long serialVersionUID = 0L;
|
|
|
323
325
|
return com.lansweeper.dp.outbound.v1.WindowsMonitorInfo.getDefaultInstance();
|
|
324
326
|
}
|
|
325
327
|
|
|
328
|
+
public static final int MAC_FIELD_NUMBER = 21;
|
|
329
|
+
/**
|
|
330
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
331
|
+
* @return Whether the mac field is set.
|
|
332
|
+
*/
|
|
333
|
+
@java.lang.Override
|
|
334
|
+
public boolean hasMac() {
|
|
335
|
+
return specCase_ == 21;
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
339
|
+
* @return The mac.
|
|
340
|
+
*/
|
|
341
|
+
@java.lang.Override
|
|
342
|
+
public com.lansweeper.dp.outbound.v1.MacMonitorInfo getMac() {
|
|
343
|
+
if (specCase_ == 21) {
|
|
344
|
+
return (com.lansweeper.dp.outbound.v1.MacMonitorInfo) spec_;
|
|
345
|
+
}
|
|
346
|
+
return com.lansweeper.dp.outbound.v1.MacMonitorInfo.getDefaultInstance();
|
|
347
|
+
}
|
|
348
|
+
/**
|
|
349
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
350
|
+
*/
|
|
351
|
+
@java.lang.Override
|
|
352
|
+
public com.lansweeper.dp.outbound.v1.MacMonitorInfoOrBuilder getMacOrBuilder() {
|
|
353
|
+
if (specCase_ == 21) {
|
|
354
|
+
return (com.lansweeper.dp.outbound.v1.MacMonitorInfo) spec_;
|
|
355
|
+
}
|
|
356
|
+
return com.lansweeper.dp.outbound.v1.MacMonitorInfo.getDefaultInstance();
|
|
357
|
+
}
|
|
358
|
+
|
|
326
359
|
public static final int CATALOG_BRAND_FIELD_NUMBER = 50;
|
|
327
360
|
private com.lansweeper.dp.outbound.v1.CatalogBrand catalogBrand_;
|
|
328
361
|
/**
|
|
@@ -434,6 +467,9 @@ private static final long serialVersionUID = 0L;
|
|
|
434
467
|
if (specCase_ == 20) {
|
|
435
468
|
output.writeMessage(20, (com.lansweeper.dp.outbound.v1.WindowsMonitorInfo) spec_);
|
|
436
469
|
}
|
|
470
|
+
if (specCase_ == 21) {
|
|
471
|
+
output.writeMessage(21, (com.lansweeper.dp.outbound.v1.MacMonitorInfo) spec_);
|
|
472
|
+
}
|
|
437
473
|
if (((bitField0_ & 0x00000010) != 0)) {
|
|
438
474
|
output.writeMessage(50, getCatalogBrand());
|
|
439
475
|
}
|
|
@@ -474,6 +510,10 @@ private static final long serialVersionUID = 0L;
|
|
|
474
510
|
size += com.google.protobuf.CodedOutputStream
|
|
475
511
|
.computeMessageSize(20, (com.lansweeper.dp.outbound.v1.WindowsMonitorInfo) spec_);
|
|
476
512
|
}
|
|
513
|
+
if (specCase_ == 21) {
|
|
514
|
+
size += com.google.protobuf.CodedOutputStream
|
|
515
|
+
.computeMessageSize(21, (com.lansweeper.dp.outbound.v1.MacMonitorInfo) spec_);
|
|
516
|
+
}
|
|
477
517
|
if (((bitField0_ & 0x00000010) != 0)) {
|
|
478
518
|
size += com.google.protobuf.CodedOutputStream
|
|
479
519
|
.computeMessageSize(50, getCatalogBrand());
|
|
@@ -537,6 +577,10 @@ private static final long serialVersionUID = 0L;
|
|
|
537
577
|
if (!getWindows()
|
|
538
578
|
.equals(other.getWindows())) return false;
|
|
539
579
|
break;
|
|
580
|
+
case 21:
|
|
581
|
+
if (!getMac()
|
|
582
|
+
.equals(other.getMac())) return false;
|
|
583
|
+
break;
|
|
540
584
|
case 0:
|
|
541
585
|
default:
|
|
542
586
|
}
|
|
@@ -586,6 +630,10 @@ private static final long serialVersionUID = 0L;
|
|
|
586
630
|
hash = (37 * hash) + WINDOWS_FIELD_NUMBER;
|
|
587
631
|
hash = (53 * hash) + getWindows().hashCode();
|
|
588
632
|
break;
|
|
633
|
+
case 21:
|
|
634
|
+
hash = (37 * hash) + MAC_FIELD_NUMBER;
|
|
635
|
+
hash = (53 * hash) + getMac().hashCode();
|
|
636
|
+
break;
|
|
589
637
|
case 0:
|
|
590
638
|
default:
|
|
591
639
|
}
|
|
@@ -745,6 +793,9 @@ private static final long serialVersionUID = 0L;
|
|
|
745
793
|
if (windowsBuilder_ != null) {
|
|
746
794
|
windowsBuilder_.clear();
|
|
747
795
|
}
|
|
796
|
+
if (macBuilder_ != null) {
|
|
797
|
+
macBuilder_.clear();
|
|
798
|
+
}
|
|
748
799
|
catalogBrand_ = null;
|
|
749
800
|
if (catalogBrandBuilder_ != null) {
|
|
750
801
|
catalogBrandBuilder_.dispose();
|
|
@@ -816,13 +867,13 @@ private static final long serialVersionUID = 0L;
|
|
|
816
867
|
: manufacturerDateBuilder_.build();
|
|
817
868
|
to_bitField0_ |= 0x00000008;
|
|
818
869
|
}
|
|
819
|
-
if (((from_bitField0_ &
|
|
870
|
+
if (((from_bitField0_ & 0x00000100) != 0)) {
|
|
820
871
|
result.catalogBrand_ = catalogBrandBuilder_ == null
|
|
821
872
|
? catalogBrand_
|
|
822
873
|
: catalogBrandBuilder_.build();
|
|
823
874
|
to_bitField0_ |= 0x00000010;
|
|
824
875
|
}
|
|
825
|
-
if (((from_bitField0_ &
|
|
876
|
+
if (((from_bitField0_ & 0x00000200) != 0)) {
|
|
826
877
|
result.catalogMonitor_ = catalogMonitorBuilder_ == null
|
|
827
878
|
? catalogMonitor_
|
|
828
879
|
: catalogMonitorBuilder_.build();
|
|
@@ -838,6 +889,10 @@ private static final long serialVersionUID = 0L;
|
|
|
838
889
|
windowsBuilder_ != null) {
|
|
839
890
|
result.spec_ = windowsBuilder_.build();
|
|
840
891
|
}
|
|
892
|
+
if (specCase_ == 21 &&
|
|
893
|
+
macBuilder_ != null) {
|
|
894
|
+
result.spec_ = macBuilder_.build();
|
|
895
|
+
}
|
|
841
896
|
}
|
|
842
897
|
|
|
843
898
|
@java.lang.Override
|
|
@@ -919,6 +974,10 @@ private static final long serialVersionUID = 0L;
|
|
|
919
974
|
mergeWindows(other.getWindows());
|
|
920
975
|
break;
|
|
921
976
|
}
|
|
977
|
+
case MAC: {
|
|
978
|
+
mergeMac(other.getMac());
|
|
979
|
+
break;
|
|
980
|
+
}
|
|
922
981
|
case SPEC_NOT_SET: {
|
|
923
982
|
break;
|
|
924
983
|
}
|
|
@@ -988,18 +1047,25 @@ private static final long serialVersionUID = 0L;
|
|
|
988
1047
|
specCase_ = 20;
|
|
989
1048
|
break;
|
|
990
1049
|
} // case 162
|
|
1050
|
+
case 170: {
|
|
1051
|
+
input.readMessage(
|
|
1052
|
+
getMacFieldBuilder().getBuilder(),
|
|
1053
|
+
extensionRegistry);
|
|
1054
|
+
specCase_ = 21;
|
|
1055
|
+
break;
|
|
1056
|
+
} // case 170
|
|
991
1057
|
case 402: {
|
|
992
1058
|
input.readMessage(
|
|
993
1059
|
getCatalogBrandFieldBuilder().getBuilder(),
|
|
994
1060
|
extensionRegistry);
|
|
995
|
-
bitField0_ |=
|
|
1061
|
+
bitField0_ |= 0x00000100;
|
|
996
1062
|
break;
|
|
997
1063
|
} // case 402
|
|
998
1064
|
case 410: {
|
|
999
1065
|
input.readMessage(
|
|
1000
1066
|
getCatalogMonitorFieldBuilder().getBuilder(),
|
|
1001
1067
|
extensionRegistry);
|
|
1002
|
-
bitField0_ |=
|
|
1068
|
+
bitField0_ |= 0x00000200;
|
|
1003
1069
|
break;
|
|
1004
1070
|
} // case 410
|
|
1005
1071
|
default: {
|
|
@@ -1632,6 +1698,148 @@ private static final long serialVersionUID = 0L;
|
|
|
1632
1698
|
return windowsBuilder_;
|
|
1633
1699
|
}
|
|
1634
1700
|
|
|
1701
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
1702
|
+
com.lansweeper.dp.outbound.v1.MacMonitorInfo, com.lansweeper.dp.outbound.v1.MacMonitorInfo.Builder, com.lansweeper.dp.outbound.v1.MacMonitorInfoOrBuilder> macBuilder_;
|
|
1703
|
+
/**
|
|
1704
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
1705
|
+
* @return Whether the mac field is set.
|
|
1706
|
+
*/
|
|
1707
|
+
@java.lang.Override
|
|
1708
|
+
public boolean hasMac() {
|
|
1709
|
+
return specCase_ == 21;
|
|
1710
|
+
}
|
|
1711
|
+
/**
|
|
1712
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
1713
|
+
* @return The mac.
|
|
1714
|
+
*/
|
|
1715
|
+
@java.lang.Override
|
|
1716
|
+
public com.lansweeper.dp.outbound.v1.MacMonitorInfo getMac() {
|
|
1717
|
+
if (macBuilder_ == null) {
|
|
1718
|
+
if (specCase_ == 21) {
|
|
1719
|
+
return (com.lansweeper.dp.outbound.v1.MacMonitorInfo) spec_;
|
|
1720
|
+
}
|
|
1721
|
+
return com.lansweeper.dp.outbound.v1.MacMonitorInfo.getDefaultInstance();
|
|
1722
|
+
} else {
|
|
1723
|
+
if (specCase_ == 21) {
|
|
1724
|
+
return macBuilder_.getMessage();
|
|
1725
|
+
}
|
|
1726
|
+
return com.lansweeper.dp.outbound.v1.MacMonitorInfo.getDefaultInstance();
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
/**
|
|
1730
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
1731
|
+
*/
|
|
1732
|
+
public Builder setMac(com.lansweeper.dp.outbound.v1.MacMonitorInfo value) {
|
|
1733
|
+
if (macBuilder_ == null) {
|
|
1734
|
+
if (value == null) {
|
|
1735
|
+
throw new NullPointerException();
|
|
1736
|
+
}
|
|
1737
|
+
spec_ = value;
|
|
1738
|
+
onChanged();
|
|
1739
|
+
} else {
|
|
1740
|
+
macBuilder_.setMessage(value);
|
|
1741
|
+
}
|
|
1742
|
+
specCase_ = 21;
|
|
1743
|
+
return this;
|
|
1744
|
+
}
|
|
1745
|
+
/**
|
|
1746
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
1747
|
+
*/
|
|
1748
|
+
public Builder setMac(
|
|
1749
|
+
com.lansweeper.dp.outbound.v1.MacMonitorInfo.Builder builderForValue) {
|
|
1750
|
+
if (macBuilder_ == null) {
|
|
1751
|
+
spec_ = builderForValue.build();
|
|
1752
|
+
onChanged();
|
|
1753
|
+
} else {
|
|
1754
|
+
macBuilder_.setMessage(builderForValue.build());
|
|
1755
|
+
}
|
|
1756
|
+
specCase_ = 21;
|
|
1757
|
+
return this;
|
|
1758
|
+
}
|
|
1759
|
+
/**
|
|
1760
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
1761
|
+
*/
|
|
1762
|
+
public Builder mergeMac(com.lansweeper.dp.outbound.v1.MacMonitorInfo value) {
|
|
1763
|
+
if (macBuilder_ == null) {
|
|
1764
|
+
if (specCase_ == 21 &&
|
|
1765
|
+
spec_ != com.lansweeper.dp.outbound.v1.MacMonitorInfo.getDefaultInstance()) {
|
|
1766
|
+
spec_ = com.lansweeper.dp.outbound.v1.MacMonitorInfo.newBuilder((com.lansweeper.dp.outbound.v1.MacMonitorInfo) spec_)
|
|
1767
|
+
.mergeFrom(value).buildPartial();
|
|
1768
|
+
} else {
|
|
1769
|
+
spec_ = value;
|
|
1770
|
+
}
|
|
1771
|
+
onChanged();
|
|
1772
|
+
} else {
|
|
1773
|
+
if (specCase_ == 21) {
|
|
1774
|
+
macBuilder_.mergeFrom(value);
|
|
1775
|
+
} else {
|
|
1776
|
+
macBuilder_.setMessage(value);
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
specCase_ = 21;
|
|
1780
|
+
return this;
|
|
1781
|
+
}
|
|
1782
|
+
/**
|
|
1783
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
1784
|
+
*/
|
|
1785
|
+
public Builder clearMac() {
|
|
1786
|
+
if (macBuilder_ == null) {
|
|
1787
|
+
if (specCase_ == 21) {
|
|
1788
|
+
specCase_ = 0;
|
|
1789
|
+
spec_ = null;
|
|
1790
|
+
onChanged();
|
|
1791
|
+
}
|
|
1792
|
+
} else {
|
|
1793
|
+
if (specCase_ == 21) {
|
|
1794
|
+
specCase_ = 0;
|
|
1795
|
+
spec_ = null;
|
|
1796
|
+
}
|
|
1797
|
+
macBuilder_.clear();
|
|
1798
|
+
}
|
|
1799
|
+
return this;
|
|
1800
|
+
}
|
|
1801
|
+
/**
|
|
1802
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
1803
|
+
*/
|
|
1804
|
+
public com.lansweeper.dp.outbound.v1.MacMonitorInfo.Builder getMacBuilder() {
|
|
1805
|
+
return getMacFieldBuilder().getBuilder();
|
|
1806
|
+
}
|
|
1807
|
+
/**
|
|
1808
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
1809
|
+
*/
|
|
1810
|
+
@java.lang.Override
|
|
1811
|
+
public com.lansweeper.dp.outbound.v1.MacMonitorInfoOrBuilder getMacOrBuilder() {
|
|
1812
|
+
if ((specCase_ == 21) && (macBuilder_ != null)) {
|
|
1813
|
+
return macBuilder_.getMessageOrBuilder();
|
|
1814
|
+
} else {
|
|
1815
|
+
if (specCase_ == 21) {
|
|
1816
|
+
return (com.lansweeper.dp.outbound.v1.MacMonitorInfo) spec_;
|
|
1817
|
+
}
|
|
1818
|
+
return com.lansweeper.dp.outbound.v1.MacMonitorInfo.getDefaultInstance();
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
/**
|
|
1822
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
1823
|
+
*/
|
|
1824
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
1825
|
+
com.lansweeper.dp.outbound.v1.MacMonitorInfo, com.lansweeper.dp.outbound.v1.MacMonitorInfo.Builder, com.lansweeper.dp.outbound.v1.MacMonitorInfoOrBuilder>
|
|
1826
|
+
getMacFieldBuilder() {
|
|
1827
|
+
if (macBuilder_ == null) {
|
|
1828
|
+
if (!(specCase_ == 21)) {
|
|
1829
|
+
spec_ = com.lansweeper.dp.outbound.v1.MacMonitorInfo.getDefaultInstance();
|
|
1830
|
+
}
|
|
1831
|
+
macBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
1832
|
+
com.lansweeper.dp.outbound.v1.MacMonitorInfo, com.lansweeper.dp.outbound.v1.MacMonitorInfo.Builder, com.lansweeper.dp.outbound.v1.MacMonitorInfoOrBuilder>(
|
|
1833
|
+
(com.lansweeper.dp.outbound.v1.MacMonitorInfo) spec_,
|
|
1834
|
+
getParentForChildren(),
|
|
1835
|
+
isClean());
|
|
1836
|
+
spec_ = null;
|
|
1837
|
+
}
|
|
1838
|
+
specCase_ = 21;
|
|
1839
|
+
onChanged();
|
|
1840
|
+
return macBuilder_;
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1635
1843
|
private com.lansweeper.dp.outbound.v1.CatalogBrand catalogBrand_;
|
|
1636
1844
|
private com.google.protobuf.SingleFieldBuilderV3<
|
|
1637
1845
|
com.lansweeper.dp.outbound.v1.CatalogBrand, com.lansweeper.dp.outbound.v1.CatalogBrand.Builder, com.lansweeper.dp.outbound.v1.CatalogBrandOrBuilder> catalogBrandBuilder_;
|
|
@@ -1644,7 +1852,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1644
1852
|
* @return Whether the catalogBrand field is set.
|
|
1645
1853
|
*/
|
|
1646
1854
|
public boolean hasCatalogBrand() {
|
|
1647
|
-
return ((bitField0_ &
|
|
1855
|
+
return ((bitField0_ & 0x00000100) != 0);
|
|
1648
1856
|
}
|
|
1649
1857
|
/**
|
|
1650
1858
|
* <pre>
|
|
@@ -1677,7 +1885,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1677
1885
|
} else {
|
|
1678
1886
|
catalogBrandBuilder_.setMessage(value);
|
|
1679
1887
|
}
|
|
1680
|
-
bitField0_ |=
|
|
1888
|
+
bitField0_ |= 0x00000100;
|
|
1681
1889
|
onChanged();
|
|
1682
1890
|
return this;
|
|
1683
1891
|
}
|
|
@@ -1695,7 +1903,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1695
1903
|
} else {
|
|
1696
1904
|
catalogBrandBuilder_.setMessage(builderForValue.build());
|
|
1697
1905
|
}
|
|
1698
|
-
bitField0_ |=
|
|
1906
|
+
bitField0_ |= 0x00000100;
|
|
1699
1907
|
onChanged();
|
|
1700
1908
|
return this;
|
|
1701
1909
|
}
|
|
@@ -1708,7 +1916,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1708
1916
|
*/
|
|
1709
1917
|
public Builder mergeCatalogBrand(com.lansweeper.dp.outbound.v1.CatalogBrand value) {
|
|
1710
1918
|
if (catalogBrandBuilder_ == null) {
|
|
1711
|
-
if (((bitField0_ &
|
|
1919
|
+
if (((bitField0_ & 0x00000100) != 0) &&
|
|
1712
1920
|
catalogBrand_ != null &&
|
|
1713
1921
|
catalogBrand_ != com.lansweeper.dp.outbound.v1.CatalogBrand.getDefaultInstance()) {
|
|
1714
1922
|
getCatalogBrandBuilder().mergeFrom(value);
|
|
@@ -1719,7 +1927,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1719
1927
|
catalogBrandBuilder_.mergeFrom(value);
|
|
1720
1928
|
}
|
|
1721
1929
|
if (catalogBrand_ != null) {
|
|
1722
|
-
bitField0_ |=
|
|
1930
|
+
bitField0_ |= 0x00000100;
|
|
1723
1931
|
onChanged();
|
|
1724
1932
|
}
|
|
1725
1933
|
return this;
|
|
@@ -1732,7 +1940,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1732
1940
|
* <code>optional .com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 50;</code>
|
|
1733
1941
|
*/
|
|
1734
1942
|
public Builder clearCatalogBrand() {
|
|
1735
|
-
bitField0_ = (bitField0_ & ~
|
|
1943
|
+
bitField0_ = (bitField0_ & ~0x00000100);
|
|
1736
1944
|
catalogBrand_ = null;
|
|
1737
1945
|
if (catalogBrandBuilder_ != null) {
|
|
1738
1946
|
catalogBrandBuilder_.dispose();
|
|
@@ -1749,7 +1957,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1749
1957
|
* <code>optional .com.lansweeper.dp.outbound.v1.CatalogBrand catalog_brand = 50;</code>
|
|
1750
1958
|
*/
|
|
1751
1959
|
public com.lansweeper.dp.outbound.v1.CatalogBrand.Builder getCatalogBrandBuilder() {
|
|
1752
|
-
bitField0_ |=
|
|
1960
|
+
bitField0_ |= 0x00000100;
|
|
1753
1961
|
onChanged();
|
|
1754
1962
|
return getCatalogBrandFieldBuilder().getBuilder();
|
|
1755
1963
|
}
|
|
@@ -1801,7 +2009,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1801
2009
|
* @return Whether the catalogMonitor field is set.
|
|
1802
2010
|
*/
|
|
1803
2011
|
public boolean hasCatalogMonitor() {
|
|
1804
|
-
return ((bitField0_ &
|
|
2012
|
+
return ((bitField0_ & 0x00000200) != 0);
|
|
1805
2013
|
}
|
|
1806
2014
|
/**
|
|
1807
2015
|
* <pre>
|
|
@@ -1834,7 +2042,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1834
2042
|
} else {
|
|
1835
2043
|
catalogMonitorBuilder_.setMessage(value);
|
|
1836
2044
|
}
|
|
1837
|
-
bitField0_ |=
|
|
2045
|
+
bitField0_ |= 0x00000200;
|
|
1838
2046
|
onChanged();
|
|
1839
2047
|
return this;
|
|
1840
2048
|
}
|
|
@@ -1852,7 +2060,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1852
2060
|
} else {
|
|
1853
2061
|
catalogMonitorBuilder_.setMessage(builderForValue.build());
|
|
1854
2062
|
}
|
|
1855
|
-
bitField0_ |=
|
|
2063
|
+
bitField0_ |= 0x00000200;
|
|
1856
2064
|
onChanged();
|
|
1857
2065
|
return this;
|
|
1858
2066
|
}
|
|
@@ -1865,7 +2073,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1865
2073
|
*/
|
|
1866
2074
|
public Builder mergeCatalogMonitor(com.lansweeper.dp.outbound.v1.CatalogMonitor value) {
|
|
1867
2075
|
if (catalogMonitorBuilder_ == null) {
|
|
1868
|
-
if (((bitField0_ &
|
|
2076
|
+
if (((bitField0_ & 0x00000200) != 0) &&
|
|
1869
2077
|
catalogMonitor_ != null &&
|
|
1870
2078
|
catalogMonitor_ != com.lansweeper.dp.outbound.v1.CatalogMonitor.getDefaultInstance()) {
|
|
1871
2079
|
getCatalogMonitorBuilder().mergeFrom(value);
|
|
@@ -1876,7 +2084,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1876
2084
|
catalogMonitorBuilder_.mergeFrom(value);
|
|
1877
2085
|
}
|
|
1878
2086
|
if (catalogMonitor_ != null) {
|
|
1879
|
-
bitField0_ |=
|
|
2087
|
+
bitField0_ |= 0x00000200;
|
|
1880
2088
|
onChanged();
|
|
1881
2089
|
}
|
|
1882
2090
|
return this;
|
|
@@ -1889,7 +2097,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1889
2097
|
* <code>optional .com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 51;</code>
|
|
1890
2098
|
*/
|
|
1891
2099
|
public Builder clearCatalogMonitor() {
|
|
1892
|
-
bitField0_ = (bitField0_ & ~
|
|
2100
|
+
bitField0_ = (bitField0_ & ~0x00000200);
|
|
1893
2101
|
catalogMonitor_ = null;
|
|
1894
2102
|
if (catalogMonitorBuilder_ != null) {
|
|
1895
2103
|
catalogMonitorBuilder_.dispose();
|
|
@@ -1906,7 +2114,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1906
2114
|
* <code>optional .com.lansweeper.dp.outbound.v1.CatalogMonitor catalog_monitor = 51;</code>
|
|
1907
2115
|
*/
|
|
1908
2116
|
public com.lansweeper.dp.outbound.v1.CatalogMonitor.Builder getCatalogMonitorBuilder() {
|
|
1909
|
-
bitField0_ |=
|
|
2117
|
+
bitField0_ |= 0x00000200;
|
|
1910
2118
|
onChanged();
|
|
1911
2119
|
return getCatalogMonitorFieldBuilder().getBuilder();
|
|
1912
2120
|
}
|
|
@@ -117,6 +117,21 @@ public interface MonitorOrBuilder extends
|
|
|
117
117
|
*/
|
|
118
118
|
com.lansweeper.dp.outbound.v1.WindowsMonitorInfoOrBuilder getWindowsOrBuilder();
|
|
119
119
|
|
|
120
|
+
/**
|
|
121
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
122
|
+
* @return Whether the mac field is set.
|
|
123
|
+
*/
|
|
124
|
+
boolean hasMac();
|
|
125
|
+
/**
|
|
126
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
127
|
+
* @return The mac.
|
|
128
|
+
*/
|
|
129
|
+
com.lansweeper.dp.outbound.v1.MacMonitorInfo getMac();
|
|
130
|
+
/**
|
|
131
|
+
* <code>.com.lansweeper.dp.outbound.v1.MacMonitorInfo mac = 21;</code>
|
|
132
|
+
*/
|
|
133
|
+
com.lansweeper.dp.outbound.v1.MacMonitorInfoOrBuilder getMacOrBuilder();
|
|
134
|
+
|
|
120
135
|
/**
|
|
121
136
|
* <pre>
|
|
122
137
|
* placeholder to be able to inject the catalog meta-data if/when needed
|