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