Package com.google.api.gax.grpc
Interface GrpcInterceptorProvider
public interface GrpcInterceptorProvider
Provider of custom gRPC ClientInterceptors.
-
Method Summary
Modifier and TypeMethodDescriptionList<io.grpc.ClientInterceptor>Get the list of client interceptors.
-
Method Details
-
getInterceptors
List<io.grpc.ClientInterceptor> getInterceptors()Get the list of client interceptors.- Returns:
- interceptors
-