@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.
@@ -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, 0xcb, 0x08, 0x0a, 0x0b, 0x41, 0x73, 0x73,
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, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6c, 0x6f, 0x63, 0x61, 0x74,
921
- 0x69, 0x6f, 0x6e, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67,
922
- 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x64, 0x65, 0x70, 0x61, 0x72, 0x74, 0x6d, 0x65, 0x6e, 0x74, 0x42,
923
- 0x0b, 0x0a, 0x09, 0x5f, 0x69, 0x6e, 0x64, 0x75, 0x73, 0x74, 0x72, 0x79, 0x42, 0x0a, 0x0a, 0x08,
924
- 0x5f, 0x62, 0x61, 0x72, 0x63, 0x6f, 0x64, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x62, 0x72, 0x61,
925
- 0x6e, 0x63, 0x68, 0x5f, 0x6f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x42, 0x0a, 0x0a, 0x08, 0x5f, 0x63,
926
- 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x6e, 0x75, 0x66,
927
- 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x6f, 0x64, 0x65,
928
- 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d,
929
- 0x62, 0x65, 0x72, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x64, 0x6e, 0x73, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
930
- 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x73, 0x6b, 0x75, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x77, 0x61, 0x72,
931
- 0x72, 0x61, 0x6e, 0x74, 0x79, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70,
932
- 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0f, 0x0a, 0x0d,
933
- 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x0f, 0x0a,
934
- 0x0d, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x70, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x42, 0x13,
935
- 0x0a, 0x11, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x66, 0x75, 0x6c, 0x6c, 0x5f, 0x62, 0x61, 0x63,
936
- 0x6b, 0x75, 0x70, 0x42, 0x12, 0x0a, 0x10, 0x5f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x66, 0x75, 0x6c,
937
- 0x6c, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x74, 0x61, 0x74,
938
- 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xf4, 0x02, 0x0a, 0x10, 0x43, 0x6c, 0x6f, 0x75, 0x64,
939
- 0x41, 0x73, 0x73, 0x65, 0x74, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x12, 0x33, 0x0a, 0x13, 0x70,
940
- 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x64, 0x61,
941
- 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x11, 0x70, 0x75, 0x72, 0x63,
942
- 0x68, 0x61, 0x73, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01,
943
- 0x12, 0x24, 0x0a, 0x0b, 0x63, 0x6f, 0x73, 0x74, 0x5f, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x18,
944
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0a, 0x63, 0x6f, 0x73, 0x74, 0x43, 0x65, 0x6e,
945
- 0x74, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72,
946
- 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0a, 0x76,
947
- 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x2a, 0x0a, 0x0e,
948
- 0x69, 0x6e, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x04,
949
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0d, 0x69, 0x6e, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x4e,
950
- 0x75, 0x6d, 0x62, 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x2e, 0x0a, 0x10, 0x61, 0x63, 0x71, 0x75,
951
- 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01,
952
- 0x28, 0x09, 0x48, 0x04, 0x52, 0x0f, 0x61, 0x63, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
953
- 0x6e, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65,
954
- 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72,
955
- 0x88, 0x01, 0x01, 0x42, 0x16, 0x0a, 0x14, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65,
956
- 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
957
- 0x63, 0x6f, 0x73, 0x74, 0x5f, 0x63, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x42, 0x0e, 0x0a, 0x0c, 0x5f,
958
- 0x76, 0x65, 0x6e, 0x64, 0x6f, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x11, 0x0a, 0x0f, 0x5f,
959
- 0x69, 0x6e, 0x76, 0x6f, 0x69, 0x63, 0x65, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x42, 0x13,
960
- 0x0a, 0x11, 0x5f, 0x61, 0x63, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x74,
961
- 0x79, 0x70, 0x65, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x22, 0x85, 0x06,
962
- 0x0a, 0x0c, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x17,
963
- 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x04,
964
- 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x08, 0x74, 0x79, 0x70, 0x65, 0x5f,
965
- 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x07, 0x74, 0x79, 0x70,
966
- 0x65, 0x4b, 0x65, 0x79, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a, 0x03, 0x6d, 0x61, 0x63, 0x18, 0x03,
967
- 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x03, 0x6d, 0x61, 0x63, 0x88, 0x01, 0x01, 0x12, 0x20,
968
- 0x0a, 0x09, 0x73, 0x74, 0x61, 0x74, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28,
969
- 0x09, 0x48, 0x03, 0x52, 0x08, 0x73, 0x74, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x79, 0x88, 0x01, 0x01,
970
- 0x12, 0x25, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18,
971
- 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x04, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
972
- 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x27, 0x0a, 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66,
973
- 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52,
974
- 0x0c, 0x6d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x88, 0x01, 0x01,
975
- 0x12, 0x19, 0x0a, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48,
976
- 0x06, 0x52, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x73,
977
- 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01,
978
- 0x28, 0x09, 0x48, 0x07, 0x52, 0x0c, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x75, 0x6d, 0x62,
979
- 0x65, 0x72, 0x88, 0x01, 0x01, 0x12, 0x15, 0x0a, 0x03, 0x73, 0x6b, 0x75, 0x18, 0x09, 0x20, 0x01,
980
- 0x28, 0x09, 0x48, 0x08, 0x52, 0x03, 0x73, 0x6b, 0x75, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07,
981
- 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52,
982
- 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x6c,
983
- 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0a, 0x52,
984
- 0x08, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x22, 0x0a, 0x0a,
985
- 0x69, 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09,
986
- 0x48, 0x0b, 0x52, 0x09, 0x69, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x88, 0x01, 0x01,
987
- 0x12, 0x28, 0x0a, 0x0d, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x61, 0x74,
988
- 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0c, 0x52, 0x0c, 0x70, 0x75, 0x72, 0x63, 0x68,
989
- 0x61, 0x73, 0x65, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x28, 0x0a, 0x0d, 0x77, 0x61,
990
- 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28,
991
- 0x09, 0x48, 0x0d, 0x52, 0x0c, 0x77, 0x61, 0x72, 0x72, 0x61, 0x6e, 0x74, 0x79, 0x44, 0x61, 0x74,
992
- 0x65, 0x88, 0x01, 0x01, 0x12, 0x24, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x74,
993
- 0x79, 0x70, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0e, 0x52, 0x0a, 0x6d, 0x6f, 0x64,
994
- 0x75, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1f, 0x0a, 0x08, 0x66, 0x69,
995
- 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x48, 0x0f, 0x52, 0x08,
996
- 0x66, 0x69, 0x72, 0x6d, 0x77, 0x61, 0x72, 0x65, 0x88, 0x01, 0x01, 0x42, 0x07, 0x0a, 0x05, 0x5f,
997
- 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x6b, 0x65,
998
- 0x79, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x6d, 0x61, 0x63, 0x42, 0x0c, 0x0a, 0x0a, 0x5f, 0x73, 0x74,
999
- 0x61, 0x74, 0x65, 0x5f, 0x6b, 0x65, 0x79, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x64, 0x65, 0x73, 0x63,
1000
- 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0f, 0x0a, 0x0d, 0x5f, 0x6d, 0x61, 0x6e, 0x75,
1001
- 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x65, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x6f, 0x64,
1002
- 0x65, 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x73, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x5f, 0x6e, 0x75,
1003
- 0x6d, 0x62, 0x65, 0x72, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x73, 0x6b, 0x75, 0x42, 0x0a, 0x0a, 0x08,
1004
- 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x6c, 0x6f, 0x63,
1005
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x69, 0x70, 0x5f, 0x61, 0x64, 0x64,
1006
- 0x72, 0x65, 0x73, 0x73, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73,
1007
- 0x65, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x77, 0x61, 0x72, 0x72, 0x61,
1008
- 0x6e, 0x74, 0x79, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x42, 0x0e, 0x0a, 0x0c, 0x5f, 0x6d, 0x6f, 0x64,
1009
- 0x75, 0x6c, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x5f, 0x66, 0x69, 0x72,
1010
- 0x6d, 0x77, 0x61, 0x72, 0x65, 0x42, 0x12, 0x50, 0x01, 0x5a, 0x0e, 0x2e, 0x2f, 0x67, 0x65, 0x6e,
1011
- 0x65, 0x72, 0x61, 0x74, 0x65, 0x64, 0x2d, 0x67, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
1012
- 0x33,
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.4",
2
+ "version": "0.1.5",
3
3
  "package": "lansweeper.integrations.assets.v1",
4
4
  "name": "integrations-assets",
5
5
  "service": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/integrations-assets-grpc",
3
- "version": "0.1.5",
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": "8423c903d21367b4d4b90493645da630b2781f58"
17
+ "gitHead": "97610bb6f04043eceb66bd10b080ac3d8bd64ad4"
18
18
  }
package/pom.xml CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <groupId>lansweeper.integrations.assets.v1</groupId>
8
8
  <artifactId>integrations-assets-model</artifactId>
9
- <version>0.1.4</version>
9
+ <version>0.1.5</version>
10
10
 
11
11
  <properties>
12
12
  <maven.compiler.source>17</maven.compiler.source>
@@ -59,6 +59,7 @@ message AssetCustom {
59
59
  optional string last_full_image = 19;
60
60
  repeated CustomField fields = 20;
61
61
  optional string state_name = 21;
62
+ optional string comment = 22;
62
63
  }
63
64
 
64
65
  message CloudAssetCustom {
@@ -59,6 +59,7 @@ message AssetCustom {
59
59
  optional string last_full_image = 19;
60
60
  repeated CustomField fields = 20;
61
61
  optional string state_name = 21;
62
+ optional string comment = 22;
62
63
  }
63
64
 
64
65
  message CloudAssetCustom {
@@ -59,6 +59,7 @@ message AssetCustom {
59
59
  optional string last_full_image = 19;
60
60
  repeated CustomField fields = 20;
61
61
  optional string state_name = 21;
62
+ optional string comment = 22;
62
63
  }
63
64
 
64
65
  message CloudAssetCustom {
@@ -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
  }