Class ReflectionScrubber

java.lang.Object
com.google.ads.googleads.lib.logging.scrub.ReflectionScrubber

public class ReflectionScrubber extends Object
Scrubs messages using reflection.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Message
    scrub(com.google.protobuf.Message input)
    Scrubs the given message using the protobuf descriptor API.
    boolean
    supports(com.google.protobuf.Message input)
    Checks if a given message needs to be scrubbed.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.