Class ReflectionScrubber
- java.lang.Object
-
- com.google.ads.googleads.lib.logging.scrub.ReflectionScrubber
-
public class ReflectionScrubber extends java.lang.ObjectScrubs messages using reflection.
-
-
Constructor Summary
Constructors Constructor Description ReflectionScrubber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.protobuf.Messagescrub(com.google.protobuf.Message input)Scrubs the given message using the protobuf descriptor API.booleansupports(com.google.protobuf.Message input)Checks if a given message needs to be scrubbed.
-