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