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
Modifier and TypeMethodDescriptionGet the list of client interceptors.
-
Method Details
-
getInterceptors
List<HttpJsonClientInterceptor> getInterceptors()Get the list of client interceptors.- Returns:
- interceptors
-