validateOnly property
If set, validate the request and preview the updated Recognizer, but do not actually update it.
Implementation
@$pb.TagNumber(4)
$core.bool get validateOnly => $_getBF(2);
Implementation
@$pb.TagNumber(4)
set validateOnly($core.bool v) {
$_setBool(2, v);
}