Classes | |
class | ChannelzServiceClient |
Variables | |
_GetServerSocketsRequest = channelz_pb2.GetServerSocketsRequest | |
_GetServerSocketsResponse = channelz_pb2.GetServerSocketsResponse | |
_GetServersRequest = channelz_pb2.GetServersRequest | |
_GetServersResponse = channelz_pb2.GetServersResponse | |
_GetSocketRequest = channelz_pb2.GetSocketRequest | |
_GetSocketResponse = channelz_pb2.GetSocketResponse | |
_GetSubchannelRequest = channelz_pb2.GetSubchannelRequest | |
_GetSubchannelResponse = channelz_pb2.GetSubchannelResponse | |
_GetTopChannelsRequest = channelz_pb2.GetTopChannelsRequest | |
_GetTopChannelsResponse = channelz_pb2.GetTopChannelsResponse | |
Address = channelz_pb2.Address | |
Channel = channelz_pb2.Channel | |
ChannelConnectivityState = channelz_pb2.ChannelConnectivityState | |
ChannelState = ChannelConnectivityState.State | |
logger = logging.getLogger(__name__) | |
Security = channelz_pb2.Security | |
Server = channelz_pb2.Server | |
Socket = channelz_pb2.Socket | |
SocketRef = channelz_pb2.SocketRef | |
Subchannel = channelz_pb2.Subchannel | |
|
private |
Definition at line 53 of file grpc_channelz.py.
|
private |
Definition at line 54 of file grpc_channelz.py.
|
private |
Definition at line 43 of file grpc_channelz.py.
|
private |
Definition at line 44 of file grpc_channelz.py.
|
private |
Definition at line 48 of file grpc_channelz.py.
|
private |
Definition at line 49 of file grpc_channelz.py.
|
private |
Definition at line 39 of file grpc_channelz.py.
|
private |
Definition at line 40 of file grpc_channelz.py.
|
private |
Definition at line 35 of file grpc_channelz.py.
|
private |
Definition at line 36 of file grpc_channelz.py.
framework.rpc.grpc_channelz.Address = channelz_pb2.Address |
Definition at line 50 of file grpc_channelz.py.
framework.rpc.grpc_channelz.Channel = channelz_pb2.Channel |
Definition at line 32 of file grpc_channelz.py.
framework.rpc.grpc_channelz.ChannelConnectivityState = channelz_pb2.ChannelConnectivityState |
Definition at line 33 of file grpc_channelz.py.
framework.rpc.grpc_channelz.ChannelState = ChannelConnectivityState.State |
Definition at line 34 of file grpc_channelz.py.
framework.rpc.grpc_channelz.logger = logging.getLogger(__name__) |
Definition at line 28 of file grpc_channelz.py.
framework.rpc.grpc_channelz.Security = channelz_pb2.Security |
Definition at line 51 of file grpc_channelz.py.
framework.rpc.grpc_channelz.Server = channelz_pb2.Server |
Definition at line 42 of file grpc_channelz.py.
framework.rpc.grpc_channelz.Socket = channelz_pb2.Socket |
Definition at line 46 of file grpc_channelz.py.
framework.rpc.grpc_channelz.SocketRef = channelz_pb2.SocketRef |
Definition at line 47 of file grpc_channelz.py.
framework.rpc.grpc_channelz.Subchannel = channelz_pb2.Subchannel |
Definition at line 38 of file grpc_channelz.py.