Returns a single Channel, or else a NOT_FOUND code.
(ctx context.Context, in *GetChannelRequest, opts ...grpc.CallOption)
| 67 | GetServerSockets(ctx context.Context, in *GetServerSocketsRequest, opts ...grpc.CallOption) (*GetServerSocketsResponse, error) |
| 68 | // Returns a single Channel, or else a NOT_FOUND code. |
| 69 | GetChannel(ctx context.Context, in *GetChannelRequest, opts ...grpc.CallOption) (*GetChannelResponse, error) |
| 70 | // Returns a single Subchannel, or else a NOT_FOUND code. |
| 71 | GetSubchannel(ctx context.Context, in *GetSubchannelRequest, opts ...grpc.CallOption) (*GetSubchannelResponse, error) |
| 72 | // Returns a single Socket or else a NOT_FOUND code. |
no outgoing calls