Class ReflectionScrubber
java.lang.Object
com.google.ads.googleads.lib.logging.scrub.ReflectionScrubber
Scrubs messages using reflection.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReflectionScrubber
public ReflectionScrubber()
-
-
Method Details
-
scrub
public com.google.protobuf.Message scrub(com.google.protobuf.Message input) Scrubs the given message using the protobuf descriptor API. -
supports
public boolean supports(com.google.protobuf.Message input) Checks if a given message needs to be scrubbed.
-