Public Member Functions | |
def | __init__ (self, grpc.Channel channel) |
def | check_health (self) |
![]() | |
def | __init__ (self, grpc.Channel channel, Any stub_class) |
Message | call_unary_with_deadline (self, *str rpc, Message req, Optional[int] deadline_sec=DEFAULT_RPC_DEADLINE_SEC, Optional[int] log_level=logging.DEBUG) |
Additional Inherited Members | |
![]() | |
channel | |
log_service_name | |
stub | |
![]() | |
int | DEFAULT_RPC_DEADLINE_SEC = 90 |
Definition at line 132 of file grpc_testing.py.
def framework.rpc.grpc_testing.HealthClient.__init__ | ( | self, | |
grpc.Channel | channel | ||
) |
Definition at line 135 of file grpc_testing.py.
def framework.rpc.grpc_testing.HealthClient.check_health | ( | self | ) |
Definition at line 138 of file grpc_testing.py.