syntax = "proto3"; import "google/protobuf/any.proto"; message Extension { uint64 id = 1; google.protobuf.Any data = 2; }