syntax = "proto3"; import "CustomCommonNodeInfo.proto"; message CustomGadgetTreeInfo { repeated CustomCommonNodeInfo node_list = 1; }