grpc-web icon indicating copy to clipboard operation
grpc-web copied to clipboard

How to set a fieldmask on a grpc request?

Open mctrafik opened this issue 1 year ago • 1 comments

This is probably more of a question than an issue, but I can't find anything in the docs.

I see that the FieldMasks are supported in a sense that field_mask is a common proto type and is imported from google/protobuf/field_mask.proto but how do I set it on an outgoing request?

mctrafik avatar Jul 08 '24 05:07 mctrafik

Or does it have to be explicitly added to the request signature?

mctrafik avatar Jul 08 '24 05:07 mctrafik