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 HttpJsonInterceptorProviderProvider of custom REST ClientInterceptors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<HttpJsonClientInterceptor>getInterceptors()Get the list of client interceptors.
-
-
-
Method Detail
-
getInterceptors
java.util.List<HttpJsonClientInterceptor> getInterceptors()
Get the list of client interceptors.- Returns:
- interceptors
-
-