@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.
- package/CHANGELOG.md +19 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +107 -0
- package/gen-proto/outbound_pb.js +896 -37
- package/generated-go/outbound.pb.go +10255 -9966
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +27 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ScanCredential$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ScanCredential$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ScanCredential.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ScanCredentialOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder$UnlinkedInstallationsConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$UnlinkedInstallationsDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SiteOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfo.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SourceInfoOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadataOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +27 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2968 -2913
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ScanCredential.java +1114 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ScanCredentialOrBuilder.java +84 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Site.java +900 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SiteOrBuilder.java +106 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SourceInfo.java +447 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SourceInfoOrBuilder.java +44 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadata.java +794 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UnlinkedInstallationMetadataOrBuilder.java +40 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +10 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/model/target/{outbound-model-0.3.5-sources.jar → outbound-model-0.3.7-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.5.jar → outbound-model-0.3.7.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +27 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.5-sources.jar → outbound-service-0.3.7-sources.jar} +0 -0
- 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
|
+
}
|