simple.proto 110 B

12345678
  1. syntax = "proto3";
  2. import "protobuf/any.proto";
  3. message SimpleMessage {
  4. google.protobuf.Any any = 1;
  5. }