mask property
The fields to return. If not set, returns all fields.
If the document has a field that is not present in this mask, that field will not be returned in the response.
Implementation
@$pb.TagNumber(2)
$3.DocumentMask get mask => $_getN(1);
Implementation
@$pb.TagNumber(2)
set mask($3.DocumentMask v) {
setField(2, v);
}