currentDocument property
An optional precondition on the document. The request will fail if this is set and not met by the target document.
Implementation
@$pb.TagNumber(4)
$3.Precondition get currentDocument => $_getN(3);
Implementation
@$pb.TagNumber(4)
set currentDocument($3.Precondition v) {
setField(4, v);
}