scrubbedRequest property
An API request message that is scrubbed based on the method annotation. This field should only be filled if audit_log field is present. Service Control will use this to assemble a complete log for Cloud Audit Logs and Google internal audit logs.
Implementation
@$pb.TagNumber(2)
$0.Struct get scrubbedRequest => $_getN(1);
Implementation
@$pb.TagNumber(2)
set scrubbedRequest($0.Struct value) => $_setField(2, value);