Class SearchResponseScrubber
- java.lang.Object
-
- com.google.ads.googleads.lib.reflect.ReflectionFieldAccessor
-
- com.google.ads.googleads.lib.logging.scrub.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.MessagesetFieldIfPresent(com.google.protobuf.Message input, java.lang.String toSet)-
Methods inherited from class com.google.ads.googleads.lib.reflect.ReflectionFieldAccessor
getValues
-
-
-
-
Method Detail
-
setFieldIfPresent
public com.google.protobuf.Message setFieldIfPresent(com.google.protobuf.Message input, java.lang.String toSet)- Specified by:
setFieldIfPresentin interfaceFieldAccessor- Overrides:
setFieldIfPresentin classReflectionFieldAccessor
-
-