I am writing a gRPC service. Sometimes I have to update a resource partially. Is there something similar to HTTP PATCH partial update?
I usually just add just another updateXxx method to proto. So I am wondering is there some best practice?