You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate google.protobuf.Method.syntax and google.protobuf.Method.edition
The existence of these fields is inconsistent with `google.protobuf.Type` and `google.protobuf.Field`. Additionally most tooling has never set these fields, resulting in `SYNTAX_PROTO2` methods being part of `SYNTAX_PROTO3` APIs, which is not possible.
PiperOrigin-RevId: 784569981
0 commit comments