When I use this library to validate an update request message, the client can set only some fields on the message and specify via an updateMask which fields they are. However, the protovalidate checks ...
Is your feature request related to a problem? Please describe. In some scenarios, we may need to perform automatic validation of rpc parameters. for example, protovalidate-go library is introduced to ...