@lansweeper/integrations-assets-grpc 0.1.5 → 0.1.6
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 +4 -0
- package/gen-proto/assets_pb.d.ts +6 -0
- package/gen-proto/assets_pb.js +49 -1
- package/gen-proto/image.json +1 -1
- package/generated-go/assets.pb.go +104 -94
- package/java.json +1 -1
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/assets.proto +1 -0
- package/src/main/proto/assets.proto +1 -0
- package/target/classes/assets.proto +1 -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/Assets.class +0 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustom.java +157 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustomOrBuilder.java +17 -0
- package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/Assets.java +34 -33
- package/target/{integrations-assets-model-0.1.4-sources.jar → integrations-assets-model-0.1.5-sources.jar} +0 -0
- package/target/{integrations-assets-model-0.1.4.jar → integrations-assets-model-0.1.5.jar} +0 -0
- package/target/maven-archiver/pom.properties +2 -2
|
@@ -354,6 +354,7 @@ type AssetCustom struct {
|
|
|
354
354
|
LastFullImage *string `protobuf:"bytes,19,opt,name=last_full_image,json=lastFullImage,proto3,oneof" json:"last_full_image,omitempty"`
|
|
355
355
|
Fields []*CustomField `protobuf:"bytes,20,rep,name=fields,proto3" json:"fields,omitempty"`
|
|
356
356
|
StateName *string `protobuf:"bytes,21,opt,name=state_name,json=stateName,proto3,oneof" json:"state_name,omitempty"`
|
|
357
|
+
Comment *string `protobuf:"bytes,22,opt,name=comment,proto3,oneof" json:"comment,omitempty"`
|
|
357
358
|
}
|
|
358
359
|
|
|
359
360
|
func (x *AssetCustom) Reset() {
|
|
@@ -535,6 +536,13 @@ func (x *AssetCustom) GetStateName() string {
|
|
|
535
536
|
return ""
|
|
536
537
|
}
|
|
537
538
|
|
|
539
|
+
func (x *AssetCustom) GetComment() string {
|
|
540
|
+
if x != nil && x.Comment != nil {
|
|
541
|
+
return *x.Comment
|
|
542
|
+
}
|
|
543
|
+
return ""
|
|
544
|
+
}
|
|
545
|
+
|
|
538
546
|
type CloudAssetCustom struct {
|
|
539
547
|
state protoimpl.MessageState
|
|
540
548
|
sizeCache protoimpl.SizeCache
|
|
@@ -866,7 +874,7 @@ var file_assets_proto_rawDesc = []byte{
|
|
|
866
874
|
0x65, 0x22, 0x35, 0x0a, 0x0b, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x69, 0x65, 0x6c, 0x64,
|
|
867
875
|
0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b,
|
|
868
876
|
0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
869
|
-
0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22,
|
|
877
|
+
0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xf6, 0x08, 0x0a, 0x0b, 0x41, 0x73, 0x73,
|
|
870
878
|
0x65, 0x74, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x74,
|
|
871
879
|
0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74, 0x61,
|
|
872
880
|
0x74, 0x65, 0x4b, 0x65, 0x79, 0x12, 0x1f, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
|
|
@@ -917,99 +925,101 @@ var file_assets_proto_rawDesc = []byte{
|
|
|
917
925
|
0x75, 0x73, 0x74, 0x6f, 0x6d, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c,
|
|
918
926
|
0x64, 0x73, 0x12, 0x22, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
|
|
919
927
|
0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x48, 0x12, 0x52, 0x09, 0x73, 0x74, 0x61, 0x74, 0x65, 0x4e,
|
|
920
|
-
0x61, 0x6d, 0x65, 0x88, 0x01, 0x01,
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
0x42,
|
|
931
|
-
0x72,
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
0x74,
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
0x20, 0x01, 0x28, 0x09, 0x48,
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
0x6b, 0x65,
|
|
966
|
-
0x65,
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
0x65,
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
0x65, 0x18,
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
0x09, 0x48,
|
|
992
|
-
0x65, 0x88, 0x01, 0x01, 0x12,
|
|
993
|
-
0x79,
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
0x61,
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
0x65,
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
928
|
+
0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
|
|
929
|
+
0x74, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x48, 0x13, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x65,
|
|
930
|
+
0x6e, 0x74, 0x88, 0x01, 0x01, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69,
|
|
931
|
+
0x6f, 0x6e, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x42,
|
|
932
|
+
0x0d, 0x0a, 0x0b, 0x5f, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x42, 0x0b,
|
|
933
|
+
0x0a, 0x09, 0x5f, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x42, 0x0a, 0x0a, 0x08, 0x5f,
|
|
934
|
+
0x62, 0x61, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x62, 0x72, 0x61, 0x6e,
|
|
935
|
+
0x63, 0x68, 0x5f, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x6f,
|
|
936
|
+
0x6e, 0x74, 0x61, 0x63, 0x74, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61,
|
|
937
|
+
0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
|
|
938
|
+
0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62,
|
|
939
|
+
0x65, 0x72, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x64, 0x6e, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42,
|
|
940
|
+
0x06, 0x0a, 0x04, 0x5f, 0x73, 0x6b, 0x75, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x77, 0x61, 0x72, 0x72,
|
|
941
|
+
0x61, 0x6e, 0x74, 0x79, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x75,
|
|
942
|
+
0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0f, 0x0a, 0x0d, 0x5f,
|
|
943
|
+
0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0f, 0x0a, 0x0d,
|
|
944
|
+
0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x70, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x42, 0x13, 0x0a,
|
|
945
|
+
0x11, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x66, 0x75, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x63, 0x6b,
|
|
946
|
+
0x75, 0x70, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x66, 0x75, 0x6c, 0x6c,
|
|
947
|
+
0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65,
|
|
948
|
+
0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e,
|
|
949
|
+
0x74, 0x22, 0xf4, 0x02, 0x0a, 0x10, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x41, 0x73, 0x73, 0x65, 0x74,
|
|
950
|
+
0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x12, 0x33, 0x0a, 0x13, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
|
|
951
|
+
0x73, 0x65, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20,
|
|
952
|
+
0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x11, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x4f,
|
|
953
|
+
0x72, 0x64, 0x65, 0x72, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x63,
|
|
954
|
+
0x6f, 0x73, 0x74, 0x5f, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
955
|
+
0x48, 0x01, 0x52, 0x0a, 0x63, 0x6f, 0x73, 0x74, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x88, 0x01,
|
|
956
|
+
0x01, 0x12, 0x24, 0x0a, 0x0b, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
|
|
957
|
+
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0a, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72,
|
|
958
|
+
0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e, 0x69, 0x6e, 0x76, 0x6f, 0x69,
|
|
959
|
+
0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48,
|
|
960
|
+
0x03, 0x52, 0x0d, 0x69, 0x6e, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72,
|
|
961
|
+
0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x61, 0x63, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69,
|
|
962
|
+
0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52,
|
|
963
|
+
0x0f, 0x61, 0x63, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65,
|
|
964
|
+
0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01,
|
|
965
|
+
0x28, 0x09, 0x48, 0x05, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x88, 0x01, 0x01, 0x42, 0x16,
|
|
966
|
+
0x0a, 0x14, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x6f, 0x72, 0x64, 0x65,
|
|
967
|
+
0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x63, 0x6f, 0x73, 0x74, 0x5f,
|
|
968
|
+
0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x76, 0x65, 0x6e, 0x64, 0x6f,
|
|
969
|
+
0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x69, 0x6e, 0x76, 0x6f, 0x69,
|
|
970
|
+
0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x13, 0x0a, 0x11, 0x5f, 0x61, 0x63,
|
|
971
|
+
0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x08,
|
|
972
|
+
0x0a, 0x06, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x22, 0x85, 0x06, 0x0a, 0x0c, 0x4c, 0x6f, 0x63,
|
|
973
|
+
0x6b, 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
|
|
974
|
+
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88,
|
|
975
|
+
0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02,
|
|
976
|
+
0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x07, 0x74, 0x79, 0x70, 0x65, 0x4b, 0x65, 0x79, 0x88,
|
|
977
|
+
0x01, 0x01, 0x12, 0x15, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48,
|
|
978
|
+
0x02, 0x52, 0x03, 0x6d, 0x61, 0x63, 0x88, 0x01, 0x01, 0x12, 0x20, 0x0a, 0x09, 0x73, 0x74, 0x61,
|
|
979
|
+
0x74, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x08,
|
|
980
|
+
0x73, 0x74, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x88, 0x01, 0x01, 0x12, 0x25, 0x0a, 0x0b, 0x64,
|
|
981
|
+
0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
982
|
+
0x48, 0x04, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88,
|
|
983
|
+
0x01, 0x01, 0x12, 0x27, 0x0a, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72,
|
|
984
|
+
0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x0c, 0x6d, 0x61, 0x6e, 0x75,
|
|
985
|
+
0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x6d,
|
|
986
|
+
0x6f, 0x64, 0x65, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x05, 0x6d, 0x6f,
|
|
987
|
+
0x64, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c,
|
|
988
|
+
0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x48, 0x07, 0x52,
|
|
989
|
+
0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01,
|
|
990
|
+
0x12, 0x15, 0x0a, 0x03, 0x73, 0x6b, 0x75, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x48, 0x08, 0x52,
|
|
991
|
+
0x03, 0x73, 0x6b, 0x75, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x61,
|
|
992
|
+
0x63, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74,
|
|
993
|
+
0x61, 0x63, 0x74, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69,
|
|
994
|
+
0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x61,
|
|
995
|
+
0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a, 0x69, 0x70, 0x5f, 0x61, 0x64,
|
|
996
|
+
0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0b, 0x52, 0x09, 0x69,
|
|
997
|
+
0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x70,
|
|
998
|
+
0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0d, 0x20, 0x01,
|
|
999
|
+
0x28, 0x09, 0x48, 0x0c, 0x52, 0x0c, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x44, 0x61,
|
|
1000
|
+
0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74,
|
|
1001
|
+
0x79, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0d, 0x52, 0x0c,
|
|
1002
|
+
0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12,
|
|
1003
|
+
0x24, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x0f,
|
|
1004
|
+
0x20, 0x01, 0x28, 0x09, 0x48, 0x0e, 0x52, 0x0a, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x79,
|
|
1005
|
+
0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72,
|
|
1006
|
+
0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52, 0x08, 0x66, 0x69, 0x72, 0x6d, 0x77,
|
|
1007
|
+
0x61, 0x72, 0x65, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42,
|
|
1008
|
+
0x0b, 0x0a, 0x09, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x42, 0x06, 0x0a, 0x04,
|
|
1009
|
+
0x5f, 0x6d, 0x61, 0x63, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x6b,
|
|
1010
|
+
0x65, 0x79, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
|
|
1011
|
+
0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75,
|
|
1012
|
+
0x72, 0x65, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x42, 0x10, 0x0a,
|
|
1013
|
+
0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42,
|
|
1014
|
+
0x06, 0x0a, 0x04, 0x5f, 0x73, 0x6b, 0x75, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63, 0x6f, 0x6e, 0x74,
|
|
1015
|
+
0x61, 0x63, 0x74, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
|
|
1016
|
+
0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42,
|
|
1017
|
+
0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74,
|
|
1018
|
+
0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x5f, 0x64,
|
|
1019
|
+
0x61, 0x74, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x74,
|
|
1020
|
+
0x79, 0x70, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65,
|
|
1021
|
+
0x42, 0x12, 0x50, 0x01, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65,
|
|
1022
|
+
0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
1013
1023
|
}
|
|
1014
1024
|
|
|
1015
1025
|
var (
|
package/java.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/integrations-assets-grpc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Integrations Assets gRPC",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"peerDependencies": {
|
|
15
15
|
"@grpc/grpc-js": "^1.6.2"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "97610bb6f04043eceb66bd10b080ac3d8bd64ad4"
|
|
18
18
|
}
|
package/pom.xml
CHANGED
package/proto/assets.proto
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/target/generated-sources/protobuf/java/lansweeper/integrations/assets/v1/AssetCustom.java
CHANGED
|
@@ -37,6 +37,7 @@ private static final long serialVersionUID = 0L;
|
|
|
37
37
|
lastFullImage_ = "";
|
|
38
38
|
fields_ = java.util.Collections.emptyList();
|
|
39
39
|
stateName_ = "";
|
|
40
|
+
comment_ = "";
|
|
40
41
|
}
|
|
41
42
|
|
|
42
43
|
@java.lang.Override
|
|
@@ -1033,6 +1034,53 @@ private static final long serialVersionUID = 0L;
|
|
|
1033
1034
|
}
|
|
1034
1035
|
}
|
|
1035
1036
|
|
|
1037
|
+
public static final int COMMENT_FIELD_NUMBER = 22;
|
|
1038
|
+
@SuppressWarnings("serial")
|
|
1039
|
+
private volatile java.lang.Object comment_ = "";
|
|
1040
|
+
/**
|
|
1041
|
+
* <code>optional string comment = 22;</code>
|
|
1042
|
+
* @return Whether the comment field is set.
|
|
1043
|
+
*/
|
|
1044
|
+
@java.lang.Override
|
|
1045
|
+
public boolean hasComment() {
|
|
1046
|
+
return ((bitField0_ & 0x00080000) != 0);
|
|
1047
|
+
}
|
|
1048
|
+
/**
|
|
1049
|
+
* <code>optional string comment = 22;</code>
|
|
1050
|
+
* @return The comment.
|
|
1051
|
+
*/
|
|
1052
|
+
@java.lang.Override
|
|
1053
|
+
public java.lang.String getComment() {
|
|
1054
|
+
java.lang.Object ref = comment_;
|
|
1055
|
+
if (ref instanceof java.lang.String) {
|
|
1056
|
+
return (java.lang.String) ref;
|
|
1057
|
+
} else {
|
|
1058
|
+
com.google.protobuf.ByteString bs =
|
|
1059
|
+
(com.google.protobuf.ByteString) ref;
|
|
1060
|
+
java.lang.String s = bs.toStringUtf8();
|
|
1061
|
+
comment_ = s;
|
|
1062
|
+
return s;
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
/**
|
|
1066
|
+
* <code>optional string comment = 22;</code>
|
|
1067
|
+
* @return The bytes for comment.
|
|
1068
|
+
*/
|
|
1069
|
+
@java.lang.Override
|
|
1070
|
+
public com.google.protobuf.ByteString
|
|
1071
|
+
getCommentBytes() {
|
|
1072
|
+
java.lang.Object ref = comment_;
|
|
1073
|
+
if (ref instanceof java.lang.String) {
|
|
1074
|
+
com.google.protobuf.ByteString b =
|
|
1075
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
1076
|
+
(java.lang.String) ref);
|
|
1077
|
+
comment_ = b;
|
|
1078
|
+
return b;
|
|
1079
|
+
} else {
|
|
1080
|
+
return (com.google.protobuf.ByteString) ref;
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1036
1084
|
private byte memoizedIsInitialized = -1;
|
|
1037
1085
|
@java.lang.Override
|
|
1038
1086
|
public final boolean isInitialized() {
|
|
@@ -1110,6 +1158,9 @@ private static final long serialVersionUID = 0L;
|
|
|
1110
1158
|
if (((bitField0_ & 0x00040000) != 0)) {
|
|
1111
1159
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 21, stateName_);
|
|
1112
1160
|
}
|
|
1161
|
+
if (((bitField0_ & 0x00080000) != 0)) {
|
|
1162
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 22, comment_);
|
|
1163
|
+
}
|
|
1113
1164
|
getUnknownFields().writeTo(output);
|
|
1114
1165
|
}
|
|
1115
1166
|
|
|
@@ -1183,6 +1234,9 @@ private static final long serialVersionUID = 0L;
|
|
|
1183
1234
|
if (((bitField0_ & 0x00040000) != 0)) {
|
|
1184
1235
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(21, stateName_);
|
|
1185
1236
|
}
|
|
1237
|
+
if (((bitField0_ & 0x00080000) != 0)) {
|
|
1238
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(22, comment_);
|
|
1239
|
+
}
|
|
1186
1240
|
size += getUnknownFields().getSerializedSize();
|
|
1187
1241
|
memoizedSize = size;
|
|
1188
1242
|
return size;
|
|
@@ -1297,6 +1351,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1297
1351
|
if (!getStateName()
|
|
1298
1352
|
.equals(other.getStateName())) return false;
|
|
1299
1353
|
}
|
|
1354
|
+
if (hasComment() != other.hasComment()) return false;
|
|
1355
|
+
if (hasComment()) {
|
|
1356
|
+
if (!getComment()
|
|
1357
|
+
.equals(other.getComment())) return false;
|
|
1358
|
+
}
|
|
1300
1359
|
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
1301
1360
|
return true;
|
|
1302
1361
|
}
|
|
@@ -1390,6 +1449,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1390
1449
|
hash = (37 * hash) + STATE_NAME_FIELD_NUMBER;
|
|
1391
1450
|
hash = (53 * hash) + getStateName().hashCode();
|
|
1392
1451
|
}
|
|
1452
|
+
if (hasComment()) {
|
|
1453
|
+
hash = (37 * hash) + COMMENT_FIELD_NUMBER;
|
|
1454
|
+
hash = (53 * hash) + getComment().hashCode();
|
|
1455
|
+
}
|
|
1393
1456
|
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
1394
1457
|
memoizedHashCode = hash;
|
|
1395
1458
|
return hash;
|
|
@@ -1546,6 +1609,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1546
1609
|
}
|
|
1547
1610
|
bitField0_ = (bitField0_ & ~0x00080000);
|
|
1548
1611
|
stateName_ = "";
|
|
1612
|
+
comment_ = "";
|
|
1549
1613
|
return this;
|
|
1550
1614
|
}
|
|
1551
1615
|
|
|
@@ -1672,6 +1736,10 @@ private static final long serialVersionUID = 0L;
|
|
|
1672
1736
|
result.stateName_ = stateName_;
|
|
1673
1737
|
to_bitField0_ |= 0x00040000;
|
|
1674
1738
|
}
|
|
1739
|
+
if (((from_bitField0_ & 0x00200000) != 0)) {
|
|
1740
|
+
result.comment_ = comment_;
|
|
1741
|
+
to_bitField0_ |= 0x00080000;
|
|
1742
|
+
}
|
|
1675
1743
|
result.bitField0_ |= to_bitField0_;
|
|
1676
1744
|
}
|
|
1677
1745
|
|
|
@@ -1813,6 +1881,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1813
1881
|
bitField0_ |= 0x00100000;
|
|
1814
1882
|
onChanged();
|
|
1815
1883
|
}
|
|
1884
|
+
if (other.hasComment()) {
|
|
1885
|
+
comment_ = other.comment_;
|
|
1886
|
+
bitField0_ |= 0x00200000;
|
|
1887
|
+
onChanged();
|
|
1888
|
+
}
|
|
1816
1889
|
this.mergeUnknownFields(other.getUnknownFields());
|
|
1817
1890
|
onChanged();
|
|
1818
1891
|
return this;
|
|
@@ -1952,6 +2025,11 @@ private static final long serialVersionUID = 0L;
|
|
|
1952
2025
|
bitField0_ |= 0x00100000;
|
|
1953
2026
|
break;
|
|
1954
2027
|
} // case 170
|
|
2028
|
+
case 178: {
|
|
2029
|
+
comment_ = input.readStringRequireUtf8();
|
|
2030
|
+
bitField0_ |= 0x00200000;
|
|
2031
|
+
break;
|
|
2032
|
+
} // case 178
|
|
1955
2033
|
default: {
|
|
1956
2034
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
1957
2035
|
done = true; // was an endgroup tag
|
|
@@ -3781,6 +3859,85 @@ private static final long serialVersionUID = 0L;
|
|
|
3781
3859
|
onChanged();
|
|
3782
3860
|
return this;
|
|
3783
3861
|
}
|
|
3862
|
+
|
|
3863
|
+
private java.lang.Object comment_ = "";
|
|
3864
|
+
/**
|
|
3865
|
+
* <code>optional string comment = 22;</code>
|
|
3866
|
+
* @return Whether the comment field is set.
|
|
3867
|
+
*/
|
|
3868
|
+
public boolean hasComment() {
|
|
3869
|
+
return ((bitField0_ & 0x00200000) != 0);
|
|
3870
|
+
}
|
|
3871
|
+
/**
|
|
3872
|
+
* <code>optional string comment = 22;</code>
|
|
3873
|
+
* @return The comment.
|
|
3874
|
+
*/
|
|
3875
|
+
public java.lang.String getComment() {
|
|
3876
|
+
java.lang.Object ref = comment_;
|
|
3877
|
+
if (!(ref instanceof java.lang.String)) {
|
|
3878
|
+
com.google.protobuf.ByteString bs =
|
|
3879
|
+
(com.google.protobuf.ByteString) ref;
|
|
3880
|
+
java.lang.String s = bs.toStringUtf8();
|
|
3881
|
+
comment_ = s;
|
|
3882
|
+
return s;
|
|
3883
|
+
} else {
|
|
3884
|
+
return (java.lang.String) ref;
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3887
|
+
/**
|
|
3888
|
+
* <code>optional string comment = 22;</code>
|
|
3889
|
+
* @return The bytes for comment.
|
|
3890
|
+
*/
|
|
3891
|
+
public com.google.protobuf.ByteString
|
|
3892
|
+
getCommentBytes() {
|
|
3893
|
+
java.lang.Object ref = comment_;
|
|
3894
|
+
if (ref instanceof String) {
|
|
3895
|
+
com.google.protobuf.ByteString b =
|
|
3896
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
3897
|
+
(java.lang.String) ref);
|
|
3898
|
+
comment_ = b;
|
|
3899
|
+
return b;
|
|
3900
|
+
} else {
|
|
3901
|
+
return (com.google.protobuf.ByteString) ref;
|
|
3902
|
+
}
|
|
3903
|
+
}
|
|
3904
|
+
/**
|
|
3905
|
+
* <code>optional string comment = 22;</code>
|
|
3906
|
+
* @param value The comment to set.
|
|
3907
|
+
* @return This builder for chaining.
|
|
3908
|
+
*/
|
|
3909
|
+
public Builder setComment(
|
|
3910
|
+
java.lang.String value) {
|
|
3911
|
+
if (value == null) { throw new NullPointerException(); }
|
|
3912
|
+
comment_ = value;
|
|
3913
|
+
bitField0_ |= 0x00200000;
|
|
3914
|
+
onChanged();
|
|
3915
|
+
return this;
|
|
3916
|
+
}
|
|
3917
|
+
/**
|
|
3918
|
+
* <code>optional string comment = 22;</code>
|
|
3919
|
+
* @return This builder for chaining.
|
|
3920
|
+
*/
|
|
3921
|
+
public Builder clearComment() {
|
|
3922
|
+
comment_ = getDefaultInstance().getComment();
|
|
3923
|
+
bitField0_ = (bitField0_ & ~0x00200000);
|
|
3924
|
+
onChanged();
|
|
3925
|
+
return this;
|
|
3926
|
+
}
|
|
3927
|
+
/**
|
|
3928
|
+
* <code>optional string comment = 22;</code>
|
|
3929
|
+
* @param value The bytes for comment to set.
|
|
3930
|
+
* @return This builder for chaining.
|
|
3931
|
+
*/
|
|
3932
|
+
public Builder setCommentBytes(
|
|
3933
|
+
com.google.protobuf.ByteString value) {
|
|
3934
|
+
if (value == null) { throw new NullPointerException(); }
|
|
3935
|
+
checkByteStringIsUtf8(value);
|
|
3936
|
+
comment_ = value;
|
|
3937
|
+
bitField0_ |= 0x00200000;
|
|
3938
|
+
onChanged();
|
|
3939
|
+
return this;
|
|
3940
|
+
}
|
|
3784
3941
|
@java.lang.Override
|
|
3785
3942
|
public final Builder setUnknownFields(
|
|
3786
3943
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
@@ -365,4 +365,21 @@ public interface AssetCustomOrBuilder extends
|
|
|
365
365
|
*/
|
|
366
366
|
com.google.protobuf.ByteString
|
|
367
367
|
getStateNameBytes();
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* <code>optional string comment = 22;</code>
|
|
371
|
+
* @return Whether the comment field is set.
|
|
372
|
+
*/
|
|
373
|
+
boolean hasComment();
|
|
374
|
+
/**
|
|
375
|
+
* <code>optional string comment = 22;</code>
|
|
376
|
+
* @return The comment.
|
|
377
|
+
*/
|
|
378
|
+
java.lang.String getComment();
|
|
379
|
+
/**
|
|
380
|
+
* <code>optional string comment = 22;</code>
|
|
381
|
+
* @return The bytes for comment.
|
|
382
|
+
*/
|
|
383
|
+
com.google.protobuf.ByteString
|
|
384
|
+
getCommentBytes();
|
|
368
385
|
}
|