Class SearchResponseScrubber

  • All Implemented Interfaces:
    FieldAccessor

    public class SearchResponseScrubber
    extends ReflectionFieldAccessor
    Defines GoogleAdsService.search() and searchStream() responses as a special case for response scrubbing. Only scrubs these responses if the field mask for the response contains the fields of interest.
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchResponseScrubber​(java.lang.String fieldPathInsideRow)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.protobuf.Message setFieldIfPresent​(com.google.protobuf.Message input, java.lang.String toSet)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchResponseScrubber

        public SearchResponseScrubber​(java.lang.String fieldPathInsideRow)