updateMask property
The fields to update. None of the field paths in the mask may contain a reserved name.
If the document exists on the server and has fields not referenced in the mask, they are left unchanged. Fields referenced in the mask, but not present in the input document, are deleted from the document on the server.
Implementation
@$pb.TagNumber(2)
$3.DocumentMask get updateMask => $_getN(1);
Implementation
@$pb.TagNumber(2)
set updateMask($3.DocumentMask v) {
setField(2, v);
}