Returns a single Socket or else a NOT_FOUND code.
(ctx context.Context, in *GetSocketRequest, opts ...grpc.CallOption)
| 71 | GetSubchannel(ctx context.Context, in *GetSubchannelRequest, opts ...grpc.CallOption) (*GetSubchannelResponse, error) |
| 72 | // Returns a single Socket or else a NOT_FOUND code. |
| 73 | GetSocket(ctx context.Context, in *GetSocketRequest, opts ...grpc.CallOption) (*GetSocketResponse, error) |
| 74 | } |
| 75 | |
| 76 | type channelzClient struct { |
no outgoing calls