syntax = "proto3"; package google.protobuf; message Any { string type_url = 1; bytes value = 2; }