@lansweeper/data-platform-outbound-grpc 0.4.2 → 0.4.3

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 (28) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +18 -18
  4. package/gen-proto/outbound_pb.js +30 -30
  5. package/generated-go/outbound.pb.go +1577 -1575
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +3 -3
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$2.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix$CitrixDataCase.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Citrix.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/CitrixOrBuilder.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  15. package/model/target/classes/outbound.proto +3 -3
  16. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Citrix.java +180 -180
  17. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CitrixOrBuilder.java +24 -24
  18. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +512 -512
  19. package/model/target/maven-archiver/pom.properties +2 -2
  20. package/model/target/{outbound-model-0.4.1-sources.jar → outbound-model-0.4.2-sources.jar} +0 -0
  21. package/model/target/{outbound-model-0.4.1.jar → outbound-model-0.4.2.jar} +0 -0
  22. package/package.json +2 -2
  23. package/pom.xml +1 -1
  24. package/proto/outbound.proto +3 -3
  25. package/service/pom.xml +1 -1
  26. package/service/target/maven-archiver/pom.properties +2 -2
  27. package/service/target/{outbound-service-0.4.1-sources.jar → outbound-service-0.4.2-sources.jar} +0 -0
  28. package/service/target/{outbound-service-0.4.1.jar → outbound-service-0.4.2.jar} +0 -0
@@ -9,49 +9,49 @@ public interface CitrixOrBuilder extends
9
9
  com.google.protobuf.MessageOrBuilder {
10
10
 
11
11
  /**
12
- * <code>.com.lansweeper.dp.outbound.v1.CitrixPool vcenter = 1;</code>
13
- * @return Whether the vcenter field is set.
12
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
13
+ * @return Whether the citrixPool field is set.
14
14
  */
15
- boolean hasVcenter();
15
+ boolean hasCitrixPool();
16
16
  /**
17
- * <code>.com.lansweeper.dp.outbound.v1.CitrixPool vcenter = 1;</code>
18
- * @return The vcenter.
17
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
18
+ * @return The citrixPool.
19
19
  */
20
- com.lansweeper.dp.outbound.v1.CitrixPool getVcenter();
20
+ com.lansweeper.dp.outbound.v1.CitrixPool getCitrixPool();
21
21
  /**
22
- * <code>.com.lansweeper.dp.outbound.v1.CitrixPool vcenter = 1;</code>
22
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixPool citrix_pool = 1;</code>
23
23
  */
24
- com.lansweeper.dp.outbound.v1.CitrixPoolOrBuilder getVcenterOrBuilder();
24
+ com.lansweeper.dp.outbound.v1.CitrixPoolOrBuilder getCitrixPoolOrBuilder();
25
25
 
26
26
  /**
27
- * <code>.com.lansweeper.dp.outbound.v1.CitrixHost host = 2;</code>
28
- * @return Whether the host field is set.
27
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
28
+ * @return Whether the citrixHost field is set.
29
29
  */
30
- boolean hasHost();
30
+ boolean hasCitrixHost();
31
31
  /**
32
- * <code>.com.lansweeper.dp.outbound.v1.CitrixHost host = 2;</code>
33
- * @return The host.
32
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
33
+ * @return The citrixHost.
34
34
  */
35
- com.lansweeper.dp.outbound.v1.CitrixHost getHost();
35
+ com.lansweeper.dp.outbound.v1.CitrixHost getCitrixHost();
36
36
  /**
37
- * <code>.com.lansweeper.dp.outbound.v1.CitrixHost host = 2;</code>
37
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixHost citrix_host = 2;</code>
38
38
  */
39
- com.lansweeper.dp.outbound.v1.CitrixHostOrBuilder getHostOrBuilder();
39
+ com.lansweeper.dp.outbound.v1.CitrixHostOrBuilder getCitrixHostOrBuilder();
40
40
 
41
41
  /**
42
- * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest guest_vm = 3;</code>
43
- * @return Whether the guestVm field is set.
42
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
43
+ * @return Whether the citrixGuest field is set.
44
44
  */
45
- boolean hasGuestVm();
45
+ boolean hasCitrixGuest();
46
46
  /**
47
- * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest guest_vm = 3;</code>
48
- * @return The guestVm.
47
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
48
+ * @return The citrixGuest.
49
49
  */
50
- com.lansweeper.dp.outbound.v1.CitrixGuest getGuestVm();
50
+ com.lansweeper.dp.outbound.v1.CitrixGuest getCitrixGuest();
51
51
  /**
52
- * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest guest_vm = 3;</code>
52
+ * <code>.com.lansweeper.dp.outbound.v1.CitrixGuest citrix_guest = 3;</code>
53
53
  */
54
- com.lansweeper.dp.outbound.v1.CitrixGuestOrBuilder getGuestVmOrBuilder();
54
+ com.lansweeper.dp.outbound.v1.CitrixGuestOrBuilder getCitrixGuestOrBuilder();
55
55
 
56
56
  com.lansweeper.dp.outbound.v1.Citrix.CitrixDataCase getCitrixDataCase();
57
57
  }