Due to a circular dependency issue. We needed deprecate and reserved
a parameter foo
. However, we also want to continue supplanting that parameter on older versions of our App for foo
.
Instead of making a reserved
parameter: Is it okay to return it as a google.protobuf.Any
with no repercussions?