debugRedact property

  1. @TagNumber(3)
bool debugRedact

Indicate that fields annotated with this enum value should not be printed out when using debug formats, e.g. when the field contains sensitive credentials.

Implementation

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

Implementation

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