Package com.google.api.gax.httpjson
Interface HttpJsonInterceptorProvider
-
@BetaApi("The surface for adding custom interceptors is not stable yet and may change in the future.") public interface HttpJsonInterceptorProvider
Provider of custom REST ClientInterceptors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<HttpJsonClientInterceptor>getInterceptors()Get the list of client interceptors.
-
-
-
Method Detail
-
getInterceptors
List<HttpJsonClientInterceptor> getInterceptors()
Get the list of client interceptors.- Returns:
- interceptors
-
-