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?
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 thatfield_maskis a common proto type and is imported fromgoogle/protobuf/field_mask.protobut how do I set it on an outgoing request?