Package com.google.api.gax.httpjson
Interface HttpJsonInterceptorProvider
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
-