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