Package com.google.api.gax.httpjson
Interface FieldsExtractor<RequestT,ParamsT>
-
public interface FieldsExtractor<RequestT,ParamsT>A functional interface to be implemented for each request message to extract specific fields from it. For advanced usage only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParamsTextract(RequestT request)
-