
Public Member Functions | |
| def | __init__ (self, grpc.Channel channel) |
| Optional[ClientConfig] | fetch_client_status (self, **kwargs) |
Public Member Functions inherited from framework.rpc.grpc.GrpcClientHelper | |
| 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 | |
Public Attributes inherited from framework.rpc.grpc.GrpcClientHelper | |
| channel | |
| log_service_name | |
| stub | |
Static Public Attributes inherited from framework.rpc.grpc.GrpcClientHelper | |
| int | DEFAULT_RPC_DEADLINE_SEC = 90 |
Definition at line 44 of file grpc_csds.py.
| def framework.rpc.grpc_csds.CsdsClient.__init__ | ( | self, | |
| grpc.Channel | channel | ||
| ) |
Definition at line 47 of file grpc_csds.py.
| Optional[ClientConfig] framework.rpc.grpc_csds.CsdsClient.fetch_client_status | ( | self, | |
| ** | kwargs | ||
| ) |
Fetches the active xDS configurations.
Definition at line 51 of file grpc_csds.py.