Closed josephharrington closed 4 years ago
All fields in ClientCallDetails are optional except for method. This object encapsulates arguments passed to rpc method calls on client stubs, for which only the request object is required.
ClientCallDetails
method
Reference: https://github.com/grpc/grpc/blob/master@{2019-12-05}/src/python/grpcio/grpc/_interceptor.py#L227-L234
Looks great! Thanks!
I've published 1.24.1 to PyPi. Please let me know if you have any more trouble.
All fields in
ClientCallDetails
are optional except formethod
. This object encapsulates arguments passed to rpc method calls on client stubs, for which only the request object is required.Reference: https://github.com/grpc/grpc/blob/master@{2019-12-05}/src/python/grpcio/grpc/_interceptor.py#L227-L234