syntax = "proto3"; package hbb; message Message { string addr = 1; // hbb address oneof union { bytes socket_addr = 6; } }