@lansweeper/data-platform-outbound-grpc 0.3.6 → 0.3.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.
Files changed (49) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +107 -0
  4. package/gen-proto/outbound_pb.js +896 -37
  5. package/generated-go/outbound.pb.go +10255 -9966
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +27 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/ScanCredential$1.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/ScanCredential$Builder.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ScanCredential.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/ScanCredentialOrBuilder.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$1.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder$UnlinkedInstallationsConverter.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$UnlinkedInstallationsDefaultEntryHolder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Site.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/SiteOrBuilder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo$1.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo$Builder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfoOrBuilder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata$1.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata$Builder.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadataOrBuilder.class +0 -0
  28. package/model/target/classes/outbound.proto +27 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2968 -2913
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ScanCredential.java +1114 -0
  31. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ScanCredentialOrBuilder.java +84 -0
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Site.java +900 -0
  33. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SiteOrBuilder.java +106 -0
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SourceInfo.java +447 -0
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SourceInfoOrBuilder.java +44 -0
  36. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata.java +794 -0
  37. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadataOrBuilder.java +40 -0
  38. package/model/target/maven-archiver/pom.properties +2 -2
  39. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +10 -0
  40. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
  41. package/model/target/{outbound-model-0.3.5-sources.jar → outbound-model-0.3.7-sources.jar} +0 -0
  42. package/model/target/{outbound-model-0.3.5.jar → outbound-model-0.3.7.jar} +0 -0
  43. package/package.json +2 -2
  44. package/pom.xml +1 -1
  45. package/proto/outbound.proto +27 -0
  46. package/service/pom.xml +1 -1
  47. package/service/target/maven-archiver/pom.properties +2 -2
  48. package/service/target/{outbound-service-0.3.5-sources.jar → outbound-service-0.3.7-sources.jar} +0 -0
  49. package/service/target/{outbound-service-0.3.5.jar → outbound-service-0.3.7.jar} +0 -0
@@ -0,0 +1,84 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: outbound.proto
3
+
4
+ // Protobuf Java Version: 3.25.1
5
+ package com.lansweeper.dp.outbound.v1;
6
+
7
+ public interface ScanCredentialOrBuilder extends
8
+ // @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.ScanCredential)
9
+ com.google.protobuf.MessageOrBuilder {
10
+
11
+ /**
12
+ * <code>optional string vault_type = 1;</code>
13
+ * @return Whether the vaultType field is set.
14
+ */
15
+ boolean hasVaultType();
16
+ /**
17
+ * <code>optional string vault_type = 1;</code>
18
+ * @return The vaultType.
19
+ */
20
+ java.lang.String getVaultType();
21
+ /**
22
+ * <code>optional string vault_type = 1;</code>
23
+ * @return The bytes for vaultType.
24
+ */
25
+ com.google.protobuf.ByteString
26
+ getVaultTypeBytes();
27
+
28
+ /**
29
+ * <code>optional string vault_name = 2;</code>
30
+ * @return Whether the vaultName field is set.
31
+ */
32
+ boolean hasVaultName();
33
+ /**
34
+ * <code>optional string vault_name = 2;</code>
35
+ * @return The vaultName.
36
+ */
37
+ java.lang.String getVaultName();
38
+ /**
39
+ * <code>optional string vault_name = 2;</code>
40
+ * @return The bytes for vaultName.
41
+ */
42
+ com.google.protobuf.ByteString
43
+ getVaultNameBytes();
44
+
45
+ /**
46
+ * <code>optional string name = 3;</code>
47
+ * @return Whether the name field is set.
48
+ */
49
+ boolean hasName();
50
+ /**
51
+ * <code>optional string name = 3;</code>
52
+ * @return The name.
53
+ */
54
+ java.lang.String getName();
55
+ /**
56
+ * <code>optional string name = 3;</code>
57
+ * @return The bytes for name.
58
+ */
59
+ com.google.protobuf.ByteString
60
+ getNameBytes();
61
+
62
+ /**
63
+ * <code>bool is_success = 4;</code>
64
+ * @return The isSuccess.
65
+ */
66
+ boolean getIsSuccess();
67
+
68
+ /**
69
+ * <code>optional string cloud_id = 5;</code>
70
+ * @return Whether the cloudId field is set.
71
+ */
72
+ boolean hasCloudId();
73
+ /**
74
+ * <code>optional string cloud_id = 5;</code>
75
+ * @return The cloudId.
76
+ */
77
+ java.lang.String getCloudId();
78
+ /**
79
+ * <code>optional string cloud_id = 5;</code>
80
+ * @return The bytes for cloudId.
81
+ */
82
+ com.google.protobuf.ByteString
83
+ getCloudIdBytes();
84
+ }