restrictedFields property

  1. @TagNumber.new(15)
PbList<String> get restrictedFields

Log entry field paths that are denied access in this bucket.

The following fields and their children are eligible: textPayload, jsonPayload, protoPayload, httpRequest, labels, sourceLocation.

Restricting a repeated field will restrict all values. Adding a parent will block all child fields. (e.g. foo.bar will block foo.bar.baz)

Implementation

@$pb.TagNumber(15)
$pb.PbList<$core.String> get restrictedFields => $_getList(7);