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
While protovalidate rules are mainly useful for validating gRPC
_request_ messages, adding validation annotations to _response_ messages
has several advantages. Namely, doing so provides implicit documentation
to API consumers on how the API behaves and what its contract is. It
also ensures we think twice before making a change which isn't
technically breaking to the message wire format but could be breaking to
how clients are using API responses.
0 commit comments