Class LogScrubber
java.lang.Object
com.google.ads.googleads.lib.logging.scrub.LogScrubber
Implements log scrubbing, e.g. for removing PII.
WARNING: THIS CLASS IS HIGHLY PERFORMANCE SENSITIVE
Every RPC calls this class at least twice (once each for request + response). Be extremely careful not to increase latency. This class is an exception to the "premature optimization is the root of all evil" rule-of-thumb; we should be proactive about optimizing performance here.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
MASK_PATTERN
- See Also:
-
-
Method Details
-
getInstance
-
edit
Scrubs a given input. Only supports Message instances, all other objects are returned unmodified.
-