restrictedFields property

List<String>? restrictedFields
getter/setter pair

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)

Optional.

Implementation

core.List<core.String>? restrictedFields;