@lansweeper/integrations-assets-grpc 0.1.1
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/buf.yaml +23 -0
- package/gen-proto/assets_grpc_pb.js +1 -0
- package/gen-proto/assets_pb.d.ts +458 -0
- package/gen-proto/assets_pb.js +3599 -0
- package/gen-proto/image.json +1 -0
- package/gen-proto/index.d.ts +1 -0
- package/gen-proto/index.js +3 -0
- package/generated-go/assets.pb.go +1118 -0
- package/go.mod +3 -0
- package/java.json +6 -0
- package/package.json +18 -0
- package/pom.xml +76 -0
- package/proto/assets.proto +86 -0
- package/src/main/proto/assets.proto +86 -0
- package/target/classes/assets.proto +86 -0
- package/target/classes/lansweeper/integrations/assets/v1/Asset$1.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/Asset$Builder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/Asset.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfo$1.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfo$Builder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfo.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetBasicInfoOrBuilder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetCustom$1.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetCustom$Builder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetCustom.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetCustomOrBuilder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/AssetOrBuilder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/Assets.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom$1.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom$Builder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustom.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CloudAssetCustomOrBuilder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CustomField$1.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CustomField$Builder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CustomField.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/CustomFieldOrBuilder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/LockedFields$1.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/LockedFields$Builder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/LockedFields.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/LockedFieldsOrBuilder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/OtData$1.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/OtData$Builder.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/OtData.class +0 -0
- package/target/classes/lansweeper/integrations/assets/v1/OtDataOrBuilder.class +0 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/Asset.java +1292 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetBasicInfo.java +1431 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetBasicInfoOrBuilder.java +118 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustom.java +3690 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustomOrBuilder.java +351 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetOrBuilder.java +84 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/Assets.java +176 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CloudAssetCustom.java +1316 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CloudAssetCustomOrBuilder.java +111 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CustomField.java +643 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/CustomFieldOrBuilder.java +33 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/LockedFields.java +2886 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/LockedFieldsOrBuilder.java +281 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/OtData.java +688 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/OtDataOrBuilder.java +43 -0
- package/target/integrations-assets-model-0.1.0-sources.jar +0 -0
- package/target/integrations-assets-model-0.1.0.jar +0 -0
- package/target/maven-archiver/pom.properties +5 -0
- package/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +29 -0
- package/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +15 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/any.proto +161 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/api.proto +207 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/descriptor.proto +975 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/duration.proto +115 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/empty.proto +51 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/field_mask.proto +245 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/source_context.proto +48 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/struct.proto +95 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/timestamp.proto +144 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/type.proto +187 -0
- package/target/protoc-dependencies/7040d1881ddf12571fac95ba4e19f89c/google/protobuf/wrappers.proto +123 -0
- package/target/protoc-plugins/protoc-3.22.2-linux-x86_64.exe +0 -0
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
// source: assets.proto
|
|
3
|
+
|
|
4
|
+
package lansweeper.integrations.assets.v1;
|
|
5
|
+
|
|
6
|
+
public interface AssetBasicInfoOrBuilder extends
|
|
7
|
+
// @@protoc_insertion_point(interface_extends:lansweeper.integrations.assets.v1.AssetBasicInfo)
|
|
8
|
+
com.google.protobuf.MessageOrBuilder {
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* <code>string type_key = 1;</code>
|
|
12
|
+
* @return The typeKey.
|
|
13
|
+
*/
|
|
14
|
+
java.lang.String getTypeKey();
|
|
15
|
+
/**
|
|
16
|
+
* <code>string type_key = 1;</code>
|
|
17
|
+
* @return The bytes for typeKey.
|
|
18
|
+
*/
|
|
19
|
+
com.google.protobuf.ByteString
|
|
20
|
+
getTypeKeyBytes();
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* <code>string name = 2;</code>
|
|
24
|
+
* @return The name.
|
|
25
|
+
*/
|
|
26
|
+
java.lang.String getName();
|
|
27
|
+
/**
|
|
28
|
+
* <code>string name = 2;</code>
|
|
29
|
+
* @return The bytes for name.
|
|
30
|
+
*/
|
|
31
|
+
com.google.protobuf.ByteString
|
|
32
|
+
getNameBytes();
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* <code>optional string domain = 3;</code>
|
|
36
|
+
* @return Whether the domain field is set.
|
|
37
|
+
*/
|
|
38
|
+
boolean hasDomain();
|
|
39
|
+
/**
|
|
40
|
+
* <code>optional string domain = 3;</code>
|
|
41
|
+
* @return The domain.
|
|
42
|
+
*/
|
|
43
|
+
java.lang.String getDomain();
|
|
44
|
+
/**
|
|
45
|
+
* <code>optional string domain = 3;</code>
|
|
46
|
+
* @return The bytes for domain.
|
|
47
|
+
*/
|
|
48
|
+
com.google.protobuf.ByteString
|
|
49
|
+
getDomainBytes();
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* <code>optional string ip_address = 4;</code>
|
|
53
|
+
* @return Whether the ipAddress field is set.
|
|
54
|
+
*/
|
|
55
|
+
boolean hasIpAddress();
|
|
56
|
+
/**
|
|
57
|
+
* <code>optional string ip_address = 4;</code>
|
|
58
|
+
* @return The ipAddress.
|
|
59
|
+
*/
|
|
60
|
+
java.lang.String getIpAddress();
|
|
61
|
+
/**
|
|
62
|
+
* <code>optional string ip_address = 4;</code>
|
|
63
|
+
* @return The bytes for ipAddress.
|
|
64
|
+
*/
|
|
65
|
+
com.google.protobuf.ByteString
|
|
66
|
+
getIpAddressBytes();
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* <code>optional string mac = 5;</code>
|
|
70
|
+
* @return Whether the mac field is set.
|
|
71
|
+
*/
|
|
72
|
+
boolean hasMac();
|
|
73
|
+
/**
|
|
74
|
+
* <code>optional string mac = 5;</code>
|
|
75
|
+
* @return The mac.
|
|
76
|
+
*/
|
|
77
|
+
java.lang.String getMac();
|
|
78
|
+
/**
|
|
79
|
+
* <code>optional string mac = 5;</code>
|
|
80
|
+
* @return The bytes for mac.
|
|
81
|
+
*/
|
|
82
|
+
com.google.protobuf.ByteString
|
|
83
|
+
getMacBytes();
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* <code>optional string description = 6;</code>
|
|
87
|
+
* @return Whether the description field is set.
|
|
88
|
+
*/
|
|
89
|
+
boolean hasDescription();
|
|
90
|
+
/**
|
|
91
|
+
* <code>optional string description = 6;</code>
|
|
92
|
+
* @return The description.
|
|
93
|
+
*/
|
|
94
|
+
java.lang.String getDescription();
|
|
95
|
+
/**
|
|
96
|
+
* <code>optional string description = 6;</code>
|
|
97
|
+
* @return The bytes for description.
|
|
98
|
+
*/
|
|
99
|
+
com.google.protobuf.ByteString
|
|
100
|
+
getDescriptionBytes();
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* <code>optional string fqdn = 7;</code>
|
|
104
|
+
* @return Whether the fqdn field is set.
|
|
105
|
+
*/
|
|
106
|
+
boolean hasFqdn();
|
|
107
|
+
/**
|
|
108
|
+
* <code>optional string fqdn = 7;</code>
|
|
109
|
+
* @return The fqdn.
|
|
110
|
+
*/
|
|
111
|
+
java.lang.String getFqdn();
|
|
112
|
+
/**
|
|
113
|
+
* <code>optional string fqdn = 7;</code>
|
|
114
|
+
* @return The bytes for fqdn.
|
|
115
|
+
*/
|
|
116
|
+
com.google.protobuf.ByteString
|
|
117
|
+
getFqdnBytes();
|
|
118
|
+
}
|