Home
last modified time | relevance | path

Searched defs:UnaryUnaryClientInterceptor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/aio/
H A D_interceptor.py124 class UnaryUnaryClientInterceptor(ClientInterceptor, metaclass=ABCMeta): class
618 interceptors: Sequence[UnaryUnaryClientInterceptor],
650 interceptors: Sequence[UnaryUnaryClientInterceptor],
663 interceptors: List[UnaryUnaryClientInterceptor],
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D_interceptor.py262 interceptor: grpc.UnaryUnaryClientInterceptor,
670 grpc.UnaryUnaryClientInterceptor,
790 grpc.UnaryUnaryClientInterceptor,
H A D__init__.py436 class UnaryUnaryClientInterceptor(abc.ABC): class