debugRedact property
Indicate that the field value should not be printed out when using debug formats, e.g. when the field contains sensitive credentials.
Implementation
@$pb.TagNumber(16)
$core.bool get debugRedact => $_getBF(7);
Implementation
@$pb.TagNumber(16)
set debugRedact($core.bool v) { $_setBool(7, v); }