validateOnly property

  1. @TagNumber(4)
bool validateOnly

If set, validate the request and preview the updated CustomClass, but do not actually update it.

Implementation

@$pb.TagNumber(4)
$core.bool get validateOnly => $_getBF(2);
  1. @TagNumber(4)
void validateOnly=(bool v)

Implementation

@$pb.TagNumber(4)
set validateOnly($core.bool v) {
  $_setBool(2, v);
}