testOnly property
Whether the select is to be interpreted as a field presence test.
This results from the macro has(request.auth).
Implementation
@$pb.TagNumber(3)
$core.bool get testOnly => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set testOnly($core.bool value) => $_setBool(2, value);