1 2 3 4 5 6 7 8 9
syntax = "proto3"; package testprotocol; import "google/protobuf/struct.proto"; message MessageWithStruct { google.protobuf.Struct struct_field = 1; }