@lansweeper/data-platform-outbound-grpc 0.3.33 → 0.3.35

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 (59) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_grpc_pb.d.ts +17 -0
  4. package/gen-proto/outbound_grpc_pb.js +24 -0
  5. package/gen-proto/outbound_pb.d.ts +34 -0
  6. package/gen-proto/outbound_pb.js +282 -1
  7. package/generated-go/outbound.pb.go +12222 -12121
  8. package/generated-go/outbound_grpc.pb.go +42 -0
  9. package/java.json +1 -1
  10. package/model/pom.xml +1 -1
  11. package/model/src/main/proto/outbound.proto +15 -5
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeconcileRequest$1.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeconcileRequest$Builder.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeconcileRequest.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeconcileRequestOrBuilder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Processor$1.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Processor$Builder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Processor.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/ProcessorOrBuilder.class +0 -0
  21. package/model/target/classes/outbound.proto +15 -5
  22. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeconcileRequest.java +954 -0
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeconcileRequestOrBuilder.java +49 -0
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3601 -3582
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Processor.java +247 -54
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ProcessorOrBuilder.java +44 -15
  27. package/model/target/maven-archiver/pom.properties +2 -2
  28. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
  29. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  30. package/model/target/{outbound-model-0.3.32-sources.jar → outbound-model-0.3.34-sources.jar} +0 -0
  31. package/model/target/{outbound-model-0.3.32.jar → outbound-model-0.3.34.jar} +0 -0
  32. package/package.json +2 -2
  33. package/pom.xml +1 -1
  34. package/proto/outbound.proto +15 -5
  35. package/service/pom.xml +1 -1
  36. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$1.class +0 -0
  37. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$2.class +0 -0
  38. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$3.class +0 -0
  39. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceBaseDescriptorSupplier.class +0 -0
  40. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceBlockingStub.class +0 -0
  41. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceFileDescriptorSupplier.class +0 -0
  42. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceFutureStub.class +0 -0
  43. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceImplBase.class +0 -0
  44. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceMethodDescriptorSupplier.class +0 -0
  45. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceStub.class +0 -0
  46. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$MethodHandlers.class +0 -0
  47. package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc.class +0 -0
  48. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreOutboundServiceGrpc$DataCoreOutboundServiceImplBase.class +0 -0
  49. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreOutboundServiceGrpc$MethodHandlers.class +0 -0
  50. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreOutboundServiceGrpc$ReactorDataCoreOutboundServiceStub.class +0 -0
  51. package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreOutboundServiceGrpc.class +0 -0
  52. package/service/target/generated-sources/protobuf/grpc-java/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc.java +94 -3
  53. package/service/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc.java +12 -12
  54. package/service/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ReactorDataCoreOutboundServiceGrpc.java +45 -3
  55. package/service/target/maven-archiver/pom.properties +2 -2
  56. package/service/target/outbound-service-0.3.34-sources.jar +0 -0
  57. package/service/target/outbound-service-0.3.34.jar +0 -0
  58. package/service/target/outbound-service-0.3.32-sources.jar +0 -0
  59. package/service/target/outbound-service-0.3.32.jar +0 -0
@@ -574,7 +574,7 @@ public interface ProcessorOrBuilder extends
574
574
 
575
575
  /**
576
576
  * <pre>
577
- * Windows-only, probably not used much by customers due to its complexity
577
+ * Windows and Linux, for Windows probably not used much by customers due to its complexity
578
578
  * </pre>
579
579
  *
580
580
  * <code>optional string processor_id = 28;</code>
@@ -583,7 +583,7 @@ public interface ProcessorOrBuilder extends
583
583
  boolean hasProcessorId();
584
584
  /**
585
585
  * <pre>
586
- * Windows-only, probably not used much by customers due to its complexity
586
+ * Windows and Linux, for Windows probably not used much by customers due to its complexity
587
587
  * </pre>
588
588
  *
589
589
  * <code>optional string processor_id = 28;</code>
@@ -592,7 +592,7 @@ public interface ProcessorOrBuilder extends
592
592
  java.lang.String getProcessorId();
593
593
  /**
594
594
  * <pre>
595
- * Windows-only, probably not used much by customers due to its complexity
595
+ * Windows and Linux, for Windows probably not used much by customers due to its complexity
596
596
  * </pre>
597
597
  *
598
598
  * <code>optional string processor_id = 28;</code>
@@ -603,7 +603,7 @@ public interface ProcessorOrBuilder extends
603
603
 
604
604
  /**
605
605
  * <pre>
606
- * Windows-only
606
+ * Windows and Linux
607
607
  * </pre>
608
608
  *
609
609
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue processor_type = 29;</code>
@@ -612,7 +612,7 @@ public interface ProcessorOrBuilder extends
612
612
  boolean hasProcessorType();
613
613
  /**
614
614
  * <pre>
615
- * Windows-only
615
+ * Windows and Linux
616
616
  * </pre>
617
617
  *
618
618
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue processor_type = 29;</code>
@@ -621,7 +621,7 @@ public interface ProcessorOrBuilder extends
621
621
  com.lansweeper.dp.outbound.v1.MappedValue getProcessorType();
622
622
  /**
623
623
  * <pre>
624
- * Windows-only
624
+ * Windows and Linux
625
625
  * </pre>
626
626
  *
627
627
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue processor_type = 29;</code>
@@ -697,7 +697,7 @@ public interface ProcessorOrBuilder extends
697
697
 
698
698
  /**
699
699
  * <pre>
700
- * Windows-only
700
+ * Windows and Linux
701
701
  * </pre>
702
702
  *
703
703
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue status = 33;</code>
@@ -706,7 +706,7 @@ public interface ProcessorOrBuilder extends
706
706
  boolean hasStatus();
707
707
  /**
708
708
  * <pre>
709
- * Windows-only
709
+ * Windows and Linux
710
710
  * </pre>
711
711
  *
712
712
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue status = 33;</code>
@@ -715,7 +715,7 @@ public interface ProcessorOrBuilder extends
715
715
  com.lansweeper.dp.outbound.v1.MappedValue getStatus();
716
716
  /**
717
717
  * <pre>
718
- * Windows-only
718
+ * Windows and Linux
719
719
  * </pre>
720
720
  *
721
721
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue status = 33;</code>
@@ -818,7 +818,7 @@ public interface ProcessorOrBuilder extends
818
818
 
819
819
  /**
820
820
  * <pre>
821
- * Windows-only
821
+ * Windows and Linux
822
822
  * </pre>
823
823
  *
824
824
  * <code>optional string version = 38;</code>
@@ -827,7 +827,7 @@ public interface ProcessorOrBuilder extends
827
827
  boolean hasVersion();
828
828
  /**
829
829
  * <pre>
830
- * Windows-only
830
+ * Windows and Linux
831
831
  * </pre>
832
832
  *
833
833
  * <code>optional string version = 38;</code>
@@ -836,7 +836,7 @@ public interface ProcessorOrBuilder extends
836
836
  java.lang.String getVersion();
837
837
  /**
838
838
  * <pre>
839
- * Windows-only
839
+ * Windows and Linux
840
840
  * </pre>
841
841
  *
842
842
  * <code>optional string version = 38;</code>
@@ -876,7 +876,7 @@ public interface ProcessorOrBuilder extends
876
876
 
877
877
  /**
878
878
  * <pre>
879
- * Windows-only
879
+ * Windows and Linux
880
880
  * </pre>
881
881
  *
882
882
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue voltage_capabilities = 40;</code>
@@ -885,7 +885,7 @@ public interface ProcessorOrBuilder extends
885
885
  boolean hasVoltageCapabilities();
886
886
  /**
887
887
  * <pre>
888
- * Windows-only
888
+ * Windows and Linux
889
889
  * </pre>
890
890
  *
891
891
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue voltage_capabilities = 40;</code>
@@ -894,10 +894,39 @@ public interface ProcessorOrBuilder extends
894
894
  com.lansweeper.dp.outbound.v1.MappedValue getVoltageCapabilities();
895
895
  /**
896
896
  * <pre>
897
- * Windows-only
897
+ * Windows and Linux
898
898
  * </pre>
899
899
  *
900
900
  * <code>optional .com.lansweeper.dp.outbound.v1.MappedValue voltage_capabilities = 40;</code>
901
901
  */
902
902
  com.lansweeper.dp.outbound.v1.MappedValueOrBuilder getVoltageCapabilitiesOrBuilder();
903
+
904
+ /**
905
+ * <pre>
906
+ * Linux-only
907
+ * </pre>
908
+ *
909
+ * <code>optional string serial_number = 41;</code>
910
+ * @return Whether the serialNumber field is set.
911
+ */
912
+ boolean hasSerialNumber();
913
+ /**
914
+ * <pre>
915
+ * Linux-only
916
+ * </pre>
917
+ *
918
+ * <code>optional string serial_number = 41;</code>
919
+ * @return The serialNumber.
920
+ */
921
+ java.lang.String getSerialNumber();
922
+ /**
923
+ * <pre>
924
+ * Linux-only
925
+ * </pre>
926
+ *
927
+ * <code>optional string serial_number = 41;</code>
928
+ * @return The bytes for serialNumber.
929
+ */
930
+ com.google.protobuf.ByteString
931
+ getSerialNumberBytes();
903
932
  }
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Thu Nov 14 11:33:26 UTC 2024
2
+ #Mon Dec 09 10:38:40 UTC 2024
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-model
5
- version=0.3.32
5
+ version=0.3.34
@@ -86,6 +86,7 @@ com/lansweeper/dp/outbound/v1/ComputerLinuxMemoryController.class
86
86
  com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class
87
87
  com/lansweeper/dp/outbound/v1/GetEntityResponseOrBuilder.class
88
88
  com/lansweeper/dp/outbound/v1/ComputerWindowsDiskPartitionOrBuilder.class
89
+ com/lansweeper/dp/outbound/v1/DeconcileRequest.class
89
90
  com/lansweeper/dp/outbound/v1/GroupCoreFields$1.class
90
91
  com/lansweeper/dp/outbound/v1/PortConnector.class
91
92
  com/lansweeper/dp/outbound/v1/Memory$1.class
@@ -507,6 +508,7 @@ com/lansweeper/dp/outbound/v1/OperatingSystemRecoveryOrBuilder.class
507
508
  com/lansweeper/dp/outbound/v1/ReconRuleSet$1.class
508
509
  com/lansweeper/dp/outbound/v1/ThunderboltPortOrBuilder.class
509
510
  com/lansweeper/dp/outbound/v1/SnmpInfo$Builder.class
511
+ com/lansweeper/dp/outbound/v1/DeconcileRequestOrBuilder.class
510
512
  com/lansweeper/dp/outbound/v1/OperatingSystem.class
511
513
  com/lansweeper/dp/outbound/v1/KernelExtensionErrorTypeOrBuilder.class
512
514
  com/lansweeper/dp/outbound/v1/AutoRunCommand$Builder.class
@@ -852,6 +854,7 @@ com/lansweeper/dp/outbound/v1/VmwareDatastoreOrBuilder.class
852
854
  com/lansweeper/dp/outbound/v1/ComputerMacInstallHistoryOrBuilder.class
853
855
  com/lansweeper/dp/outbound/v1/CatalogLookupResponse$1.class
854
856
  com/lansweeper/dp/outbound/v1/VmwareDatastore$Builder$DisksConverter.class
857
+ com/lansweeper/dp/outbound/v1/DeconcileRequest$1.class
855
858
  com/lansweeper/dp/outbound/v1/CatalogBrand$Builder.class
856
859
  com/lansweeper/dp/outbound/v1/Computer$Builder.class
857
860
  com/lansweeper/dp/outbound/v1/MappedValueOrBuilder.class
@@ -882,6 +885,7 @@ com/lansweeper/dp/outbound/v1/Computer$1.class
882
885
  com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.class
883
886
  com/lansweeper/dp/outbound/v1/Keyboard.class
884
887
  com/lansweeper/dp/outbound/v1/CatalogLookupRequest$Builder.class
888
+ com/lansweeper/dp/outbound/v1/DeconcileRequest$Builder.class
885
889
  com/lansweeper/dp/outbound/v1/PhysicalMemory$Builder.class
886
890
  com/lansweeper/dp/outbound/v1/EntityFilter$EntryState.class
887
891
  com/lansweeper/dp/outbound/v1/VmwareDatacenterOrBuilder.class
@@ -223,6 +223,7 @@
223
223
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastore.java
224
224
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Tag.java
225
225
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/EsxiCluster.java
226
+ /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeconcileRequest.java
226
227
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/OperatingSystemServiceOrBuilder.java
227
228
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GetIpLocationConfigResponse.java
228
229
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CatalogLookupRequestOrBuilder.java
@@ -497,6 +498,7 @@
497
498
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/OtModuleExtInfo.java
498
499
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/KernelExtensionErrorTypeOrBuilder.java
499
500
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerWindowsDesktopMonitor.java
501
+ /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeconcileRequestOrBuilder.java
500
502
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365User.java
501
503
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MacUSBDeviceOrBuilder.java
502
504
  /home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SpecHardwareInfo.java
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.3.33",
3
+ "version": "0.3.35",
4
4
  "description": "Data Platform Outbound gRPC",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -9,5 +9,5 @@
9
9
  "@grpc/grpc-js": "^1.5.1",
10
10
  "google-protobuf": "^3.17.0"
11
11
  },
12
- "gitHead": "e79c157e82d9f170a7258175b2db4634e502ab32"
12
+ "gitHead": "c338933033de327dc132b6d9b24c0a3aad7fe603"
13
13
  }
package/pom.xml CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <groupId>com.lansweeper.dp.outbound.v1</groupId>
8
8
  <artifactId>parent</artifactId>
9
- <version>0.3.32</version>
9
+ <version>0.3.34</version>
10
10
  <packaging>pom</packaging>
11
11
  <modules>
12
12
  <module>model</module>
@@ -19,6 +19,7 @@ import "google/protobuf/any.proto";
19
19
  * GRPC Service. Currently supported operation:
20
20
  * - Get Entity
21
21
  * - Stream Entities
22
+ * - Deconcile Entity
22
23
  */
23
24
  service DataCoreOutboundService {
24
25
 
@@ -32,6 +33,9 @@ service DataCoreOutboundService {
32
33
  // lists entities for a site or site/type
33
34
  rpc ListEntities(ListEntityRequest) returns (stream ListEntityResponse) {}
34
35
 
36
+ // Deconcile an entity from the aliases (reverse reconciliation)
37
+ rpc EntityDeconcile(DeconcileRequest) returns (GetEntityResponse) {}
38
+
35
39
  // ----------------------------------------
36
40
  // ENRICHMENT API
37
41
  // ----------------------------------------
@@ -141,6 +145,11 @@ message ListEntityResponse {
141
145
  repeated Entity related = 2;
142
146
  }
143
147
 
148
+ message DeconcileRequest {
149
+ EntityPath master = 1;
150
+ repeated EntityPath aliases = 2;
151
+ }
152
+
144
153
  message CatalogLookupRequest {
145
154
  repeated int64 brand_id = 1;
146
155
  repeated int64 model_id = 2;
@@ -1488,19 +1497,20 @@ message Processor {
1488
1497
  optional int32 model_number = 25; // Linux-only, standardize to numeric
1489
1498
  optional string op_modes = 26; // Linux-only
1490
1499
  optional int32 physical_cores_count = 27 ;
1491
- optional string processor_id = 28; // Windows-only, probably not used much by customers due to its complexity
1492
- optional MappedValue processor_type = 29; // Windows-only
1500
+ optional string processor_id = 28; // Windows and Linux, for Windows probably not used much by customers due to its complexity
1501
+ optional MappedValue processor_type = 29; // Windows and Linux
1493
1502
  optional int32 revision = 30; // Windows-only
1494
1503
  optional string socket_designation = 31; // Windows-only
1495
1504
  optional int32 sockets = 32; // Linux-only
1496
- optional MappedValue status = 33; // Windows-only
1505
+ optional MappedValue status = 33; // Windows and Linux
1497
1506
  optional int32 stepping = 34; // Consolidate on-prem fields into single numeric list
1498
1507
  optional int32 threads_per_physical_core_count = 35; // Linux-only and Esxi
1499
1508
  optional string unique_id = 36; // Windows-only
1500
1509
  optional MappedValue upgrade_method = 37; // Windows-only
1501
- optional string version = 38; // Windows-only
1510
+ optional string version = 38; // Windows and Linux
1502
1511
  optional string virtualization = 39; // Linux-only
1503
- optional MappedValue voltage_capabilities = 40; // Windows-only
1512
+ optional MappedValue voltage_capabilities = 40; // Windows and Linux
1513
+ optional string serial_number = 41; // Linux-only
1504
1514
  }
1505
1515
 
1506
1516
  /** Chassis **/
package/service/pom.xml CHANGED
@@ -6,7 +6,7 @@
6
6
  <parent>
7
7
  <groupId>com.lansweeper.dp.outbound.v1</groupId>
8
8
  <artifactId>parent</artifactId>
9
- <version>0.3.32</version>
9
+ <version>0.3.34</version>
10
10
  </parent>
11
11
 
12
12
  <artifactId>outbound-service</artifactId>
@@ -8,6 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
  * GRPC Service. Currently supported operation:
9
9
  * - Get Entity
10
10
  * - Stream Entities
11
+ * - Deconcile Entity
11
12
  * </pre>
12
13
  */
13
14
  @javax.annotation.Generated(
@@ -83,6 +84,37 @@ public final class DataCoreOutboundServiceGrpc {
83
84
  return getListEntitiesMethod;
84
85
  }
85
86
 
87
+ private static volatile io.grpc.MethodDescriptor<com.lansweeper.dp.outbound.v1.DeconcileRequest,
88
+ com.lansweeper.dp.outbound.v1.GetEntityResponse> getEntityDeconcileMethod;
89
+
90
+ @io.grpc.stub.annotations.RpcMethod(
91
+ fullMethodName = SERVICE_NAME + '/' + "EntityDeconcile",
92
+ requestType = com.lansweeper.dp.outbound.v1.DeconcileRequest.class,
93
+ responseType = com.lansweeper.dp.outbound.v1.GetEntityResponse.class,
94
+ methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
95
+ public static io.grpc.MethodDescriptor<com.lansweeper.dp.outbound.v1.DeconcileRequest,
96
+ com.lansweeper.dp.outbound.v1.GetEntityResponse> getEntityDeconcileMethod() {
97
+ io.grpc.MethodDescriptor<com.lansweeper.dp.outbound.v1.DeconcileRequest, com.lansweeper.dp.outbound.v1.GetEntityResponse> getEntityDeconcileMethod;
98
+ if ((getEntityDeconcileMethod = DataCoreOutboundServiceGrpc.getEntityDeconcileMethod) == null) {
99
+ synchronized (DataCoreOutboundServiceGrpc.class) {
100
+ if ((getEntityDeconcileMethod = DataCoreOutboundServiceGrpc.getEntityDeconcileMethod) == null) {
101
+ DataCoreOutboundServiceGrpc.getEntityDeconcileMethod = getEntityDeconcileMethod =
102
+ io.grpc.MethodDescriptor.<com.lansweeper.dp.outbound.v1.DeconcileRequest, com.lansweeper.dp.outbound.v1.GetEntityResponse>newBuilder()
103
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
104
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "EntityDeconcile"))
105
+ .setSampledToLocalTracing(true)
106
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
107
+ com.lansweeper.dp.outbound.v1.DeconcileRequest.getDefaultInstance()))
108
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
109
+ com.lansweeper.dp.outbound.v1.GetEntityResponse.getDefaultInstance()))
110
+ .setSchemaDescriptor(new DataCoreOutboundServiceMethodDescriptorSupplier("EntityDeconcile"))
111
+ .build();
112
+ }
113
+ }
114
+ }
115
+ return getEntityDeconcileMethod;
116
+ }
117
+
86
118
  private static volatile io.grpc.MethodDescriptor<com.lansweeper.dp.outbound.v1.CatalogLookupRequest,
87
119
  com.lansweeper.dp.outbound.v1.CatalogLookupResponse> getCatalogLookupMethod;
88
120
 
@@ -226,6 +258,7 @@ public final class DataCoreOutboundServiceGrpc {
226
258
  * GRPC Service. Currently supported operation:
227
259
  * - Get Entity
228
260
  * - Stream Entities
261
+ * - Deconcile Entity
229
262
  * </pre>
230
263
  */
231
264
  public static abstract class DataCoreOutboundServiceImplBase implements io.grpc.BindableService {
@@ -250,6 +283,16 @@ public final class DataCoreOutboundServiceGrpc {
250
283
  io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListEntitiesMethod(), responseObserver);
251
284
  }
252
285
 
286
+ /**
287
+ * <pre>
288
+ * Deconcile an entity from the aliases (reverse reconciliation)
289
+ * </pre>
290
+ */
291
+ public void entityDeconcile(com.lansweeper.dp.outbound.v1.DeconcileRequest request,
292
+ io.grpc.stub.StreamObserver<com.lansweeper.dp.outbound.v1.GetEntityResponse> responseObserver) {
293
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getEntityDeconcileMethod(), responseObserver);
294
+ }
295
+
253
296
  /**
254
297
  * <pre>
255
298
  * Retrieve a single entity by site/inst-id/type/id
@@ -296,6 +339,13 @@ public final class DataCoreOutboundServiceGrpc {
296
339
  com.lansweeper.dp.outbound.v1.ListEntityRequest,
297
340
  com.lansweeper.dp.outbound.v1.ListEntityResponse>(
298
341
  this, METHODID_LIST_ENTITIES)))
342
+ .addMethod(
343
+ getEntityDeconcileMethod(),
344
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
345
+ new MethodHandlers<
346
+ com.lansweeper.dp.outbound.v1.DeconcileRequest,
347
+ com.lansweeper.dp.outbound.v1.GetEntityResponse>(
348
+ this, METHODID_ENTITY_DECONCILE)))
299
349
  .addMethod(
300
350
  getCatalogLookupMethod(),
301
351
  io.grpc.stub.ServerCalls.asyncUnaryCall(
@@ -327,6 +377,7 @@ public final class DataCoreOutboundServiceGrpc {
327
377
  * GRPC Service. Currently supported operation:
328
378
  * - Get Entity
329
379
  * - Stream Entities
380
+ * - Deconcile Entity
330
381
  * </pre>
331
382
  */
332
383
  public static final class DataCoreOutboundServiceStub extends io.grpc.stub.AbstractAsyncStub<DataCoreOutboundServiceStub> {
@@ -363,6 +414,17 @@ public final class DataCoreOutboundServiceGrpc {
363
414
  getChannel().newCall(getListEntitiesMethod(), getCallOptions()), request, responseObserver);
364
415
  }
365
416
 
417
+ /**
418
+ * <pre>
419
+ * Deconcile an entity from the aliases (reverse reconciliation)
420
+ * </pre>
421
+ */
422
+ public void entityDeconcile(com.lansweeper.dp.outbound.v1.DeconcileRequest request,
423
+ io.grpc.stub.StreamObserver<com.lansweeper.dp.outbound.v1.GetEntityResponse> responseObserver) {
424
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
425
+ getChannel().newCall(getEntityDeconcileMethod(), getCallOptions()), request, responseObserver);
426
+ }
427
+
366
428
  /**
367
429
  * <pre>
368
430
  * Retrieve a single entity by site/inst-id/type/id
@@ -403,6 +465,7 @@ public final class DataCoreOutboundServiceGrpc {
403
465
  * GRPC Service. Currently supported operation:
404
466
  * - Get Entity
405
467
  * - Stream Entities
468
+ * - Deconcile Entity
406
469
  * </pre>
407
470
  */
408
471
  public static final class DataCoreOutboundServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<DataCoreOutboundServiceBlockingStub> {
@@ -438,6 +501,16 @@ public final class DataCoreOutboundServiceGrpc {
438
501
  getChannel(), getListEntitiesMethod(), getCallOptions(), request);
439
502
  }
440
503
 
504
+ /**
505
+ * <pre>
506
+ * Deconcile an entity from the aliases (reverse reconciliation)
507
+ * </pre>
508
+ */
509
+ public com.lansweeper.dp.outbound.v1.GetEntityResponse entityDeconcile(com.lansweeper.dp.outbound.v1.DeconcileRequest request) {
510
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
511
+ getChannel(), getEntityDeconcileMethod(), getCallOptions(), request);
512
+ }
513
+
441
514
  /**
442
515
  * <pre>
443
516
  * Retrieve a single entity by site/inst-id/type/id
@@ -475,6 +548,7 @@ public final class DataCoreOutboundServiceGrpc {
475
548
  * GRPC Service. Currently supported operation:
476
549
  * - Get Entity
477
550
  * - Stream Entities
551
+ * - Deconcile Entity
478
552
  * </pre>
479
553
  */
480
554
  public static final class DataCoreOutboundServiceFutureStub extends io.grpc.stub.AbstractFutureStub<DataCoreOutboundServiceFutureStub> {
@@ -500,6 +574,17 @@ public final class DataCoreOutboundServiceGrpc {
500
574
  getChannel().newCall(getGetEntityMethod(), getCallOptions()), request);
501
575
  }
502
576
 
577
+ /**
578
+ * <pre>
579
+ * Deconcile an entity from the aliases (reverse reconciliation)
580
+ * </pre>
581
+ */
582
+ public com.google.common.util.concurrent.ListenableFuture<com.lansweeper.dp.outbound.v1.GetEntityResponse> entityDeconcile(
583
+ com.lansweeper.dp.outbound.v1.DeconcileRequest request) {
584
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
585
+ getChannel().newCall(getEntityDeconcileMethod(), getCallOptions()), request);
586
+ }
587
+
503
588
  /**
504
589
  * <pre>
505
590
  * Retrieve a single entity by site/inst-id/type/id
@@ -536,9 +621,10 @@ public final class DataCoreOutboundServiceGrpc {
536
621
 
537
622
  private static final int METHODID_GET_ENTITY = 0;
538
623
  private static final int METHODID_LIST_ENTITIES = 1;
539
- private static final int METHODID_CATALOG_LOOKUP = 2;
540
- private static final int METHODID_GET_IP_LOCATION_CONFIG = 3;
541
- private static final int METHODID_SET_IP_LOCATION_CONFIG = 4;
624
+ private static final int METHODID_ENTITY_DECONCILE = 2;
625
+ private static final int METHODID_CATALOG_LOOKUP = 3;
626
+ private static final int METHODID_GET_IP_LOCATION_CONFIG = 4;
627
+ private static final int METHODID_SET_IP_LOCATION_CONFIG = 5;
542
628
 
543
629
  private static final class MethodHandlers<Req, Resp> implements
544
630
  io.grpc.stub.ServerCalls.UnaryMethod<Req, Resp>,
@@ -565,6 +651,10 @@ public final class DataCoreOutboundServiceGrpc {
565
651
  serviceImpl.listEntities((com.lansweeper.dp.outbound.v1.ListEntityRequest) request,
566
652
  (io.grpc.stub.StreamObserver<com.lansweeper.dp.outbound.v1.ListEntityResponse>) responseObserver);
567
653
  break;
654
+ case METHODID_ENTITY_DECONCILE:
655
+ serviceImpl.entityDeconcile((com.lansweeper.dp.outbound.v1.DeconcileRequest) request,
656
+ (io.grpc.stub.StreamObserver<com.lansweeper.dp.outbound.v1.GetEntityResponse>) responseObserver);
657
+ break;
568
658
  case METHODID_CATALOG_LOOKUP:
569
659
  serviceImpl.catalogLookup((com.lansweeper.dp.outbound.v1.CatalogLookupRequest) request,
570
660
  (io.grpc.stub.StreamObserver<com.lansweeper.dp.outbound.v1.CatalogLookupResponse>) responseObserver);
@@ -640,6 +730,7 @@ public final class DataCoreOutboundServiceGrpc {
640
730
  .setSchemaDescriptor(new DataCoreOutboundServiceFileDescriptorSupplier())
641
731
  .addMethod(getGetEntityMethod())
642
732
  .addMethod(getListEntitiesMethod())
733
+ .addMethod(getEntityDeconcileMethod())
643
734
  .addMethod(getCatalogLookupMethod())
644
735
  .addMethod(getGetIpLocationConfigMethod())
645
736
  .addMethod(getSetIpLocationConfigMethod())
@@ -61,7 +61,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
61
61
 
62
62
  /**
63
63
  * <pre>
64
- * Retrieve a single entity by site/inst-id/type/id
64
+ * Deconcile an entity from the aliases (reverse reconciliation)
65
65
  * </pre>
66
66
  */
67
67
  public reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Entity> updateAsset(reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Entity> reactorRequest) {
@@ -70,7 +70,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
70
70
 
71
71
  /**
72
72
  * <pre>
73
- * Get IP Location config (BY SITE)
73
+ * Retrieve a single entity by site/inst-id/type/id
74
74
  * </pre>
75
75
  */
76
76
  public reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Entity> deleteAsset(reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.EntityPath> reactorRequest) {
@@ -79,7 +79,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
79
79
 
80
80
  /**
81
81
  * <pre>
82
- * Set IP Location Config far a Site
82
+ * Get IP Location config (BY SITE)
83
83
  * </pre>
84
84
  */
85
85
  public reactor.core.publisher.Flux<com.lansweeper.dp.outbound.v1.Entity> listAssets(reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.EntityFilter> reactorRequest) {
@@ -88,7 +88,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
88
88
 
89
89
  /**
90
90
  * <pre>
91
- * CRUD Site
91
+ * Set IP Location Config far a Site
92
92
  * </pre>
93
93
  */
94
94
  public reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Site> createSite(reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Site> reactorRequest) {
@@ -127,7 +127,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
127
127
 
128
128
  /**
129
129
  * <pre>
130
- * Retrieve a single entity by site/inst-id/type/id
130
+ * Deconcile an entity from the aliases (reverse reconciliation)
131
131
  * </pre>
132
132
  */
133
133
  public reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Entity> updateAsset(com.lansweeper.dp.outbound.v1.Entity reactorRequest) {
@@ -136,7 +136,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
136
136
 
137
137
  /**
138
138
  * <pre>
139
- * Get IP Location config (BY SITE)
139
+ * Retrieve a single entity by site/inst-id/type/id
140
140
  * </pre>
141
141
  */
142
142
  public reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Entity> deleteAsset(com.lansweeper.dp.outbound.v1.EntityPath reactorRequest) {
@@ -145,7 +145,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
145
145
 
146
146
  /**
147
147
  * <pre>
148
- * Set IP Location Config far a Site
148
+ * Get IP Location config (BY SITE)
149
149
  * </pre>
150
150
  */
151
151
  public reactor.core.publisher.Flux<com.lansweeper.dp.outbound.v1.Entity> listAssets(com.lansweeper.dp.outbound.v1.EntityFilter reactorRequest) {
@@ -154,7 +154,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
154
154
 
155
155
  /**
156
156
  * <pre>
157
- * CRUD Site
157
+ * Set IP Location Config far a Site
158
158
  * </pre>
159
159
  */
160
160
  public reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Site> createSite(com.lansweeper.dp.outbound.v1.Site reactorRequest) {
@@ -203,7 +203,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
203
203
 
204
204
  /**
205
205
  * <pre>
206
- * Retrieve a single entity by site/inst-id/type/id
206
+ * Deconcile an entity from the aliases (reverse reconciliation)
207
207
  * </pre>
208
208
  */
209
209
  public reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Entity> updateAsset(reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Entity> request) {
@@ -212,7 +212,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
212
212
 
213
213
  /**
214
214
  * <pre>
215
- * Get IP Location config (BY SITE)
215
+ * Retrieve a single entity by site/inst-id/type/id
216
216
  * </pre>
217
217
  */
218
218
  public reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Entity> deleteAsset(reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.EntityPath> request) {
@@ -221,7 +221,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
221
221
 
222
222
  /**
223
223
  * <pre>
224
- * Set IP Location Config far a Site
224
+ * Get IP Location config (BY SITE)
225
225
  * </pre>
226
226
  */
227
227
  public reactor.core.publisher.Flux<com.lansweeper.dp.outbound.v1.Entity> listAssets(reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.EntityFilter> request) {
@@ -230,7 +230,7 @@ public final class ReactorDataCoreBackofficeServiceGrpc {
230
230
 
231
231
  /**
232
232
  * <pre>
233
- * CRUD Site
233
+ * Set IP Location Config far a Site
234
234
  * </pre>
235
235
  */
236
236
  public reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Site> createSite(reactor.core.publisher.Mono<com.lansweeper.dp.outbound.v1.Site> request) {