validateOnly property
If set, validate the request and preview the undeleted PhraseSet, but do not actually undelete it.
Implementation
@$pb.TagNumber(3)
$core.bool get validateOnly => $_getBF(1);
Implementation
@$pb.TagNumber(3)
set validateOnly($core.bool v) {
$_setBool(1, v);
}