Versions in this module Expand all Collapse all v1 v1.0.0 Jun 21, 2023 Changes in this version + const Channelz_GetChannel_FullMethodName + const Channelz_GetServerSockets_FullMethodName + const Channelz_GetServer_FullMethodName + const Channelz_GetServers_FullMethodName + const Channelz_GetSocket_FullMethodName + const Channelz_GetSubchannel_FullMethodName + const Channelz_GetTopChannels_FullMethodName + var ChannelConnectivityState_State_name = map[int32]string + var ChannelConnectivityState_State_value = map[string]int32 + var ChannelTraceEvent_Severity_name = map[int32]string + var ChannelTraceEvent_Severity_value = map[string]int32 + var Channelz_ServiceDesc = grpc.ServiceDesc + var File_grpc_channelz_v1_channelz_proto protoreflect.FileDescriptor + func RegisterChannelzServer(s grpc.ServiceRegistrar, srv ChannelzServer) + type Address struct + Address isAddress_Address + func (*Address) Descriptor() ([]byte, []int) + func (*Address) ProtoMessage() + func (m *Address) GetAddress() isAddress_Address + func (x *Address) GetOtherAddress() *Address_OtherAddress + func (x *Address) GetTcpipAddress() *Address_TcpIpAddress + func (x *Address) GetUdsAddress() *Address_UdsAddress + func (x *Address) ProtoReflect() protoreflect.Message + func (x *Address) Reset() + func (x *Address) String() string + type Address_OtherAddress struct + Name string + Value *anypb.Any + func (*Address_OtherAddress) Descriptor() ([]byte, []int) + func (*Address_OtherAddress) ProtoMessage() + func (x *Address_OtherAddress) GetName() string + func (x *Address_OtherAddress) GetValue() *anypb.Any + func (x *Address_OtherAddress) ProtoReflect() protoreflect.Message + func (x *Address_OtherAddress) Reset() + func (x *Address_OtherAddress) String() string + type Address_OtherAddress_ struct + OtherAddress *Address_OtherAddress + type Address_TcpIpAddress struct + IpAddress []byte + Port int32 + func (*Address_TcpIpAddress) Descriptor() ([]byte, []int) + func (*Address_TcpIpAddress) ProtoMessage() + func (x *Address_TcpIpAddress) GetIpAddress() []byte + func (x *Address_TcpIpAddress) GetPort() int32 + func (x *Address_TcpIpAddress) ProtoReflect() protoreflect.Message + func (x *Address_TcpIpAddress) Reset() + func (x *Address_TcpIpAddress) String() string + type Address_TcpipAddress struct + TcpipAddress *Address_TcpIpAddress + type Address_UdsAddress struct + Filename string + func (*Address_UdsAddress) Descriptor() ([]byte, []int) + func (*Address_UdsAddress) ProtoMessage() + func (x *Address_UdsAddress) GetFilename() string + func (x *Address_UdsAddress) ProtoReflect() protoreflect.Message + func (x *Address_UdsAddress) Reset() + func (x *Address_UdsAddress) String() string + type Address_UdsAddress_ struct + UdsAddress *Address_UdsAddress + type Channel struct + ChannelRef []*ChannelRef + Data *ChannelData + Ref *ChannelRef + SocketRef []*SocketRef + SubchannelRef []*SubchannelRef + func (*Channel) Descriptor() ([]byte, []int) + func (*Channel) ProtoMessage() + func (x *Channel) GetChannelRef() []*ChannelRef + func (x *Channel) GetData() *ChannelData + func (x *Channel) GetRef() *ChannelRef + func (x *Channel) GetSocketRef() []*SocketRef + func (x *Channel) GetSubchannelRef() []*SubchannelRef + func (x *Channel) ProtoReflect() protoreflect.Message + func (x *Channel) Reset() + func (x *Channel) String() string + type ChannelConnectivityState struct + State ChannelConnectivityState_State + func (*ChannelConnectivityState) Descriptor() ([]byte, []int) + func (*ChannelConnectivityState) ProtoMessage() + func (x *ChannelConnectivityState) GetState() ChannelConnectivityState_State + func (x *ChannelConnectivityState) ProtoReflect() protoreflect.Message + func (x *ChannelConnectivityState) Reset() + func (x *ChannelConnectivityState) String() string + type ChannelConnectivityState_State int32 + const ChannelConnectivityState_CONNECTING + const ChannelConnectivityState_IDLE + const ChannelConnectivityState_READY + const ChannelConnectivityState_SHUTDOWN + const ChannelConnectivityState_TRANSIENT_FAILURE + const ChannelConnectivityState_UNKNOWN + func (ChannelConnectivityState_State) Descriptor() protoreflect.EnumDescriptor + func (ChannelConnectivityState_State) EnumDescriptor() ([]byte, []int) + func (ChannelConnectivityState_State) Type() protoreflect.EnumType + func (x ChannelConnectivityState_State) Enum() *ChannelConnectivityState_State + func (x ChannelConnectivityState_State) Number() protoreflect.EnumNumber + func (x ChannelConnectivityState_State) String() string + type ChannelData struct + CallsFailed int64 + CallsStarted int64 + CallsSucceeded int64 + LastCallStartedTimestamp *timestamppb.Timestamp + State *ChannelConnectivityState + Target string + Trace *ChannelTrace + func (*ChannelData) Descriptor() ([]byte, []int) + func (*ChannelData) ProtoMessage() + func (x *ChannelData) GetCallsFailed() int64 + func (x *ChannelData) GetCallsStarted() int64 + func (x *ChannelData) GetCallsSucceeded() int64 + func (x *ChannelData) GetLastCallStartedTimestamp() *timestamppb.Timestamp + func (x *ChannelData) GetState() *ChannelConnectivityState + func (x *ChannelData) GetTarget() string + func (x *ChannelData) GetTrace() *ChannelTrace + func (x *ChannelData) ProtoReflect() protoreflect.Message + func (x *ChannelData) Reset() + func (x *ChannelData) String() string + type ChannelRef struct + ChannelId int64 + Name string + func (*ChannelRef) Descriptor() ([]byte, []int) + func (*ChannelRef) ProtoMessage() + func (x *ChannelRef) GetChannelId() int64 + func (x *ChannelRef) GetName() string + func (x *ChannelRef) ProtoReflect() protoreflect.Message + func (x *ChannelRef) Reset() + func (x *ChannelRef) String() string + type ChannelTrace struct + CreationTimestamp *timestamppb.Timestamp + Events []*ChannelTraceEvent + NumEventsLogged int64 + func (*ChannelTrace) Descriptor() ([]byte, []int) + func (*ChannelTrace) ProtoMessage() + func (x *ChannelTrace) GetCreationTimestamp() *timestamppb.Timestamp + func (x *ChannelTrace) GetEvents() []*ChannelTraceEvent + func (x *ChannelTrace) GetNumEventsLogged() int64 + func (x *ChannelTrace) ProtoReflect() protoreflect.Message + func (x *ChannelTrace) Reset() + func (x *ChannelTrace) String() string + type ChannelTraceEvent struct + ChildRef isChannelTraceEvent_ChildRef + Description string + Severity ChannelTraceEvent_Severity + Timestamp *timestamppb.Timestamp + func (*ChannelTraceEvent) Descriptor() ([]byte, []int) + func (*ChannelTraceEvent) ProtoMessage() + func (m *ChannelTraceEvent) GetChildRef() isChannelTraceEvent_ChildRef + func (x *ChannelTraceEvent) GetChannelRef() *ChannelRef + func (x *ChannelTraceEvent) GetDescription() string + func (x *ChannelTraceEvent) GetSeverity() ChannelTraceEvent_Severity + func (x *ChannelTraceEvent) GetSubchannelRef() *SubchannelRef + func (x *ChannelTraceEvent) GetTimestamp() *timestamppb.Timestamp + func (x *ChannelTraceEvent) ProtoReflect() protoreflect.Message + func (x *ChannelTraceEvent) Reset() + func (x *ChannelTraceEvent) String() string + type ChannelTraceEvent_ChannelRef struct + ChannelRef *ChannelRef + type ChannelTraceEvent_Severity int32 + const ChannelTraceEvent_CT_ERROR + const ChannelTraceEvent_CT_INFO + const ChannelTraceEvent_CT_UNKNOWN + const ChannelTraceEvent_CT_WARNING + func (ChannelTraceEvent_Severity) Descriptor() protoreflect.EnumDescriptor + func (ChannelTraceEvent_Severity) EnumDescriptor() ([]byte, []int) + func (ChannelTraceEvent_Severity) Type() protoreflect.EnumType + func (x ChannelTraceEvent_Severity) Enum() *ChannelTraceEvent_Severity + func (x ChannelTraceEvent_Severity) Number() protoreflect.EnumNumber + func (x ChannelTraceEvent_Severity) String() string + type ChannelTraceEvent_SubchannelRef struct + SubchannelRef *SubchannelRef + type ChannelzClient interface + GetChannel func(ctx context.Context, in *GetChannelRequest, opts ...grpc.CallOption) (*GetChannelResponse, error) + GetServer func(ctx context.Context, in *GetServerRequest, opts ...grpc.CallOption) (*GetServerResponse, error) + GetServerSockets func(ctx context.Context, in *GetServerSocketsRequest, opts ...grpc.CallOption) (*GetServerSocketsResponse, error) + GetServers func(ctx context.Context, in *GetServersRequest, opts ...grpc.CallOption) (*GetServersResponse, error) + GetSocket func(ctx context.Context, in *GetSocketRequest, opts ...grpc.CallOption) (*GetSocketResponse, error) + GetSubchannel func(ctx context.Context, in *GetSubchannelRequest, opts ...grpc.CallOption) (*GetSubchannelResponse, error) + GetTopChannels func(ctx context.Context, in *GetTopChannelsRequest, opts ...grpc.CallOption) (*GetTopChannelsResponse, error) + func NewChannelzClient(cc grpc.ClientConnInterface) ChannelzClient + type ChannelzServer interface + GetChannel func(context.Context, *GetChannelRequest) (*GetChannelResponse, error) + GetServer func(context.Context, *GetServerRequest) (*GetServerResponse, error) + GetServerSockets func(context.Context, *GetServerSocketsRequest) (*GetServerSocketsResponse, error) + GetServers func(context.Context, *GetServersRequest) (*GetServersResponse, error) + GetSocket func(context.Context, *GetSocketRequest) (*GetSocketResponse, error) + GetSubchannel func(context.Context, *GetSubchannelRequest) (*GetSubchannelResponse, error) + GetTopChannels func(context.Context, *GetTopChannelsRequest) (*GetTopChannelsResponse, error) + type GetChannelRequest struct + ChannelId int64 + func (*GetChannelRequest) Descriptor() ([]byte, []int) + func (*GetChannelRequest) ProtoMessage() + func (x *GetChannelRequest) GetChannelId() int64 + func (x *GetChannelRequest) ProtoReflect() protoreflect.Message + func (x *GetChannelRequest) Reset() + func (x *GetChannelRequest) String() string + type GetChannelResponse struct + Channel *Channel + func (*GetChannelResponse) Descriptor() ([]byte, []int) + func (*GetChannelResponse) ProtoMessage() + func (x *GetChannelResponse) GetChannel() *Channel + func (x *GetChannelResponse) ProtoReflect() protoreflect.Message + func (x *GetChannelResponse) Reset() + func (x *GetChannelResponse) String() string + type GetServerRequest struct + ServerId int64 + func (*GetServerRequest) Descriptor() ([]byte, []int) + func (*GetServerRequest) ProtoMessage() + func (x *GetServerRequest) GetServerId() int64 + func (x *GetServerRequest) ProtoReflect() protoreflect.Message + func (x *GetServerRequest) Reset() + func (x *GetServerRequest) String() string + type GetServerResponse struct + Server *Server + func (*GetServerResponse) Descriptor() ([]byte, []int) + func (*GetServerResponse) ProtoMessage() + func (x *GetServerResponse) GetServer() *Server + func (x *GetServerResponse) ProtoReflect() protoreflect.Message + func (x *GetServerResponse) Reset() + func (x *GetServerResponse) String() string + type GetServerSocketsRequest struct + MaxResults int64 + ServerId int64 + StartSocketId int64 + func (*GetServerSocketsRequest) Descriptor() ([]byte, []int) + func (*GetServerSocketsRequest) ProtoMessage() + func (x *GetServerSocketsRequest) GetMaxResults() int64 + func (x *GetServerSocketsRequest) GetServerId() int64 + func (x *GetServerSocketsRequest) GetStartSocketId() int64 + func (x *GetServerSocketsRequest) ProtoReflect() protoreflect.Message + func (x *GetServerSocketsRequest) Reset() + func (x *GetServerSocketsRequest) String() string + type GetServerSocketsResponse struct + End bool + SocketRef []*SocketRef + func (*GetServerSocketsResponse) Descriptor() ([]byte, []int) + func (*GetServerSocketsResponse) ProtoMessage() + func (x *GetServerSocketsResponse) GetEnd() bool + func (x *GetServerSocketsResponse) GetSocketRef() []*SocketRef + func (x *GetServerSocketsResponse) ProtoReflect() protoreflect.Message + func (x *GetServerSocketsResponse) Reset() + func (x *GetServerSocketsResponse) String() string + type GetServersRequest struct + MaxResults int64 + StartServerId int64 + func (*GetServersRequest) Descriptor() ([]byte, []int) + func (*GetServersRequest) ProtoMessage() + func (x *GetServersRequest) GetMaxResults() int64 + func (x *GetServersRequest) GetStartServerId() int64 + func (x *GetServersRequest) ProtoReflect() protoreflect.Message + func (x *GetServersRequest) Reset() + func (x *GetServersRequest) String() string + type GetServersResponse struct + End bool + Server []*Server + func (*GetServersResponse) Descriptor() ([]byte, []int) + func (*GetServersResponse) ProtoMessage() + func (x *GetServersResponse) GetEnd() bool + func (x *GetServersResponse) GetServer() []*Server + func (x *GetServersResponse) ProtoReflect() protoreflect.Message + func (x *GetServersResponse) Reset() + func (x *GetServersResponse) String() string + type GetSocketRequest struct + SocketId int64 + Summary bool + func (*GetSocketRequest) Descriptor() ([]byte, []int) + func (*GetSocketRequest) ProtoMessage() + func (x *GetSocketRequest) GetSocketId() int64 + func (x *GetSocketRequest) GetSummary() bool + func (x *GetSocketRequest) ProtoReflect() protoreflect.Message + func (x *GetSocketRequest) Reset() + func (x *GetSocketRequest) String() string + type GetSocketResponse struct + Socket *Socket + func (*GetSocketResponse) Descriptor() ([]byte, []int) + func (*GetSocketResponse) ProtoMessage() + func (x *GetSocketResponse) GetSocket() *Socket + func (x *GetSocketResponse) ProtoReflect() protoreflect.Message + func (x *GetSocketResponse) Reset() + func (x *GetSocketResponse) String() string + type GetSubchannelRequest struct + SubchannelId int64 + func (*GetSubchannelRequest) Descriptor() ([]byte, []int) + func (*GetSubchannelRequest) ProtoMessage() + func (x *GetSubchannelRequest) GetSubchannelId() int64 + func (x *GetSubchannelRequest) ProtoReflect() protoreflect.Message + func (x *GetSubchannelRequest) Reset() + func (x *GetSubchannelRequest) String() string + type GetSubchannelResponse struct + Subchannel *Subchannel + func (*GetSubchannelResponse) Descriptor() ([]byte, []int) + func (*GetSubchannelResponse) ProtoMessage() + func (x *GetSubchannelResponse) GetSubchannel() *Subchannel + func (x *GetSubchannelResponse) ProtoReflect() protoreflect.Message + func (x *GetSubchannelResponse) Reset() + func (x *GetSubchannelResponse) String() string + type GetTopChannelsRequest struct + MaxResults int64 + StartChannelId int64 + func (*GetTopChannelsRequest) Descriptor() ([]byte, []int) + func (*GetTopChannelsRequest) ProtoMessage() + func (x *GetTopChannelsRequest) GetMaxResults() int64 + func (x *GetTopChannelsRequest) GetStartChannelId() int64 + func (x *GetTopChannelsRequest) ProtoReflect() protoreflect.Message + func (x *GetTopChannelsRequest) Reset() + func (x *GetTopChannelsRequest) String() string + type GetTopChannelsResponse struct + Channel []*Channel + End bool + func (*GetTopChannelsResponse) Descriptor() ([]byte, []int) + func (*GetTopChannelsResponse) ProtoMessage() + func (x *GetTopChannelsResponse) GetChannel() []*Channel + func (x *GetTopChannelsResponse) GetEnd() bool + func (x *GetTopChannelsResponse) ProtoReflect() protoreflect.Message + func (x *GetTopChannelsResponse) Reset() + func (x *GetTopChannelsResponse) String() string + type Security struct + Model isSecurity_Model + func (*Security) Descriptor() ([]byte, []int) + func (*Security) ProtoMessage() + func (m *Security) GetModel() isSecurity_Model + func (x *Security) GetOther() *Security_OtherSecurity + func (x *Security) GetTls() *Security_Tls + func (x *Security) ProtoReflect() protoreflect.Message + func (x *Security) Reset() + func (x *Security) String() string + type Security_Other struct + Other *Security_OtherSecurity + type Security_OtherSecurity struct + Name string + Value *anypb.Any + func (*Security_OtherSecurity) Descriptor() ([]byte, []int) + func (*Security_OtherSecurity) ProtoMessage() + func (x *Security_OtherSecurity) GetName() string + func (x *Security_OtherSecurity) GetValue() *anypb.Any + func (x *Security_OtherSecurity) ProtoReflect() protoreflect.Message + func (x *Security_OtherSecurity) Reset() + func (x *Security_OtherSecurity) String() string + type Security_Tls struct + CipherSuite isSecurity_Tls_CipherSuite + LocalCertificate []byte + RemoteCertificate []byte + func (*Security_Tls) Descriptor() ([]byte, []int) + func (*Security_Tls) ProtoMessage() + func (m *Security_Tls) GetCipherSuite() isSecurity_Tls_CipherSuite + func (x *Security_Tls) GetLocalCertificate() []byte + func (x *Security_Tls) GetOtherName() string + func (x *Security_Tls) GetRemoteCertificate() []byte + func (x *Security_Tls) GetStandardName() string + func (x *Security_Tls) ProtoReflect() protoreflect.Message + func (x *Security_Tls) Reset() + func (x *Security_Tls) String() string + type Security_Tls_ struct + Tls *Security_Tls + type Security_Tls_OtherName struct + OtherName string + type Security_Tls_StandardName struct + StandardName string + type Server struct + Data *ServerData + ListenSocket []*SocketRef + Ref *ServerRef + func (*Server) Descriptor() ([]byte, []int) + func (*Server) ProtoMessage() + func (x *Server) GetData() *ServerData + func (x *Server) GetListenSocket() []*SocketRef + func (x *Server) GetRef() *ServerRef + func (x *Server) ProtoReflect() protoreflect.Message + func (x *Server) Reset() + func (x *Server) String() string + type ServerData struct + CallsFailed int64 + CallsStarted int64 + CallsSucceeded int64 + LastCallStartedTimestamp *timestamppb.Timestamp + Trace *ChannelTrace + func (*ServerData) Descriptor() ([]byte, []int) + func (*ServerData) ProtoMessage() + func (x *ServerData) GetCallsFailed() int64 + func (x *ServerData) GetCallsStarted() int64 + func (x *ServerData) GetCallsSucceeded() int64 + func (x *ServerData) GetLastCallStartedTimestamp() *timestamppb.Timestamp + func (x *ServerData) GetTrace() *ChannelTrace + func (x *ServerData) ProtoReflect() protoreflect.Message + func (x *ServerData) Reset() + func (x *ServerData) String() string + type ServerRef struct + Name string + ServerId int64 + func (*ServerRef) Descriptor() ([]byte, []int) + func (*ServerRef) ProtoMessage() + func (x *ServerRef) GetName() string + func (x *ServerRef) GetServerId() int64 + func (x *ServerRef) ProtoReflect() protoreflect.Message + func (x *ServerRef) Reset() + func (x *ServerRef) String() string + type Socket struct + Data *SocketData + Local *Address + Ref *SocketRef + Remote *Address + RemoteName string + Security *Security + func (*Socket) Descriptor() ([]byte, []int) + func (*Socket) ProtoMessage() + func (x *Socket) GetData() *SocketData + func (x *Socket) GetLocal() *Address + func (x *Socket) GetRef() *SocketRef + func (x *Socket) GetRemote() *Address + func (x *Socket) GetRemoteName() string + func (x *Socket) GetSecurity() *Security + func (x *Socket) ProtoReflect() protoreflect.Message + func (x *Socket) Reset() + func (x *Socket) String() string + type SocketData struct + KeepAlivesSent int64 + LastLocalStreamCreatedTimestamp *timestamppb.Timestamp + LastMessageReceivedTimestamp *timestamppb.Timestamp + LastMessageSentTimestamp *timestamppb.Timestamp + LastRemoteStreamCreatedTimestamp *timestamppb.Timestamp + LocalFlowControlWindow *wrapperspb.Int64Value + MessagesReceived int64 + MessagesSent int64 + Option []*SocketOption + RemoteFlowControlWindow *wrapperspb.Int64Value + StreamsFailed int64 + StreamsStarted int64 + StreamsSucceeded int64 + func (*SocketData) Descriptor() ([]byte, []int) + func (*SocketData) ProtoMessage() + func (x *SocketData) GetKeepAlivesSent() int64 + func (x *SocketData) GetLastLocalStreamCreatedTimestamp() *timestamppb.Timestamp + func (x *SocketData) GetLastMessageReceivedTimestamp() *timestamppb.Timestamp + func (x *SocketData) GetLastMessageSentTimestamp() *timestamppb.Timestamp + func (x *SocketData) GetLastRemoteStreamCreatedTimestamp() *timestamppb.Timestamp + func (x *SocketData) GetLocalFlowControlWindow() *wrapperspb.Int64Value + func (x *SocketData) GetMessagesReceived() int64 + func (x *SocketData) GetMessagesSent() int64 + func (x *SocketData) GetOption() []*SocketOption + func (x *SocketData) GetRemoteFlowControlWindow() *wrapperspb.Int64Value + func (x *SocketData) GetStreamsFailed() int64 + func (x *SocketData) GetStreamsStarted() int64 + func (x *SocketData) GetStreamsSucceeded() int64 + func (x *SocketData) ProtoReflect() protoreflect.Message + func (x *SocketData) Reset() + func (x *SocketData) String() string + type SocketOption struct + Additional *anypb.Any + Name string + Value string + func (*SocketOption) Descriptor() ([]byte, []int) + func (*SocketOption) ProtoMessage() + func (x *SocketOption) GetAdditional() *anypb.Any + func (x *SocketOption) GetName() string + func (x *SocketOption) GetValue() string + func (x *SocketOption) ProtoReflect() protoreflect.Message + func (x *SocketOption) Reset() + func (x *SocketOption) String() string + type SocketOptionLinger struct + Active bool + Duration *durationpb.Duration + func (*SocketOptionLinger) Descriptor() ([]byte, []int) + func (*SocketOptionLinger) ProtoMessage() + func (x *SocketOptionLinger) GetActive() bool + func (x *SocketOptionLinger) GetDuration() *durationpb.Duration + func (x *SocketOptionLinger) ProtoReflect() protoreflect.Message + func (x *SocketOptionLinger) Reset() + func (x *SocketOptionLinger) String() string + type SocketOptionTcpInfo struct + TcpiAdvmss uint32 + TcpiAto uint32 + TcpiBackoff uint32 + TcpiCaState uint32 + TcpiFackets uint32 + TcpiLastAckRecv uint32 + TcpiLastAckSent uint32 + TcpiLastDataRecv uint32 + TcpiLastDataSent uint32 + TcpiLost uint32 + TcpiOptions uint32 + TcpiPmtu uint32 + TcpiProbes uint32 + TcpiRcvMss uint32 + TcpiRcvSsthresh uint32 + TcpiRcvWscale uint32 + TcpiReordering uint32 + TcpiRetrans uint32 + TcpiRetransmits uint32 + TcpiRto uint32 + TcpiRtt uint32 + TcpiRttvar uint32 + TcpiSacked uint32 + TcpiSndCwnd uint32 + TcpiSndMss uint32 + TcpiSndSsthresh uint32 + TcpiSndWscale uint32 + TcpiState uint32 + TcpiUnacked uint32 + func (*SocketOptionTcpInfo) Descriptor() ([]byte, []int) + func (*SocketOptionTcpInfo) ProtoMessage() + func (x *SocketOptionTcpInfo) GetTcpiAdvmss() uint32 + func (x *SocketOptionTcpInfo) GetTcpiAto() uint32 + func (x *SocketOptionTcpInfo) GetTcpiBackoff() uint32 + func (x *SocketOptionTcpInfo) GetTcpiCaState() uint32 + func (x *SocketOptionTcpInfo) GetTcpiFackets() uint32 + func (x *SocketOptionTcpInfo) GetTcpiLastAckRecv() uint32 + func (x *SocketOptionTcpInfo) GetTcpiLastAckSent() uint32 + func (x *SocketOptionTcpInfo) GetTcpiLastDataRecv() uint32 + func (x *SocketOptionTcpInfo) GetTcpiLastDataSent() uint32 + func (x *SocketOptionTcpInfo) GetTcpiLost() uint32 + func (x *SocketOptionTcpInfo) GetTcpiOptions() uint32 + func (x *SocketOptionTcpInfo) GetTcpiPmtu() uint32 + func (x *SocketOptionTcpInfo) GetTcpiProbes() uint32 + func (x *SocketOptionTcpInfo) GetTcpiRcvMss() uint32 + func (x *SocketOptionTcpInfo) GetTcpiRcvSsthresh() uint32 + func (x *SocketOptionTcpInfo) GetTcpiRcvWscale() uint32 + func (x *SocketOptionTcpInfo) GetTcpiReordering() uint32 + func (x *SocketOptionTcpInfo) GetTcpiRetrans() uint32 + func (x *SocketOptionTcpInfo) GetTcpiRetransmits() uint32 + func (x *SocketOptionTcpInfo) GetTcpiRto() uint32 + func (x *SocketOptionTcpInfo) GetTcpiRtt() uint32 + func (x *SocketOptionTcpInfo) GetTcpiRttvar() uint32 + func (x *SocketOptionTcpInfo) GetTcpiSacked() uint32 + func (x *SocketOptionTcpInfo) GetTcpiSndCwnd() uint32 + func (x *SocketOptionTcpInfo) GetTcpiSndMss() uint32 + func (x *SocketOptionTcpInfo) GetTcpiSndSsthresh() uint32 + func (x *SocketOptionTcpInfo) GetTcpiSndWscale() uint32 + func (x *SocketOptionTcpInfo) GetTcpiState() uint32 + func (x *SocketOptionTcpInfo) GetTcpiUnacked() uint32 + func (x *SocketOptionTcpInfo) ProtoReflect() protoreflect.Message + func (x *SocketOptionTcpInfo) Reset() + func (x *SocketOptionTcpInfo) String() string + type SocketOptionTimeout struct + Duration *durationpb.Duration + func (*SocketOptionTimeout) Descriptor() ([]byte, []int) + func (*SocketOptionTimeout) ProtoMessage() + func (x *SocketOptionTimeout) GetDuration() *durationpb.Duration + func (x *SocketOptionTimeout) ProtoReflect() protoreflect.Message + func (x *SocketOptionTimeout) Reset() + func (x *SocketOptionTimeout) String() string + type SocketRef struct + Name string + SocketId int64 + func (*SocketRef) Descriptor() ([]byte, []int) + func (*SocketRef) ProtoMessage() + func (x *SocketRef) GetName() string + func (x *SocketRef) GetSocketId() int64 + func (x *SocketRef) ProtoReflect() protoreflect.Message + func (x *SocketRef) Reset() + func (x *SocketRef) String() string + type Subchannel struct + ChannelRef []*ChannelRef + Data *ChannelData + Ref *SubchannelRef + SocketRef []*SocketRef + SubchannelRef []*SubchannelRef + func (*Subchannel) Descriptor() ([]byte, []int) + func (*Subchannel) ProtoMessage() + func (x *Subchannel) GetChannelRef() []*ChannelRef + func (x *Subchannel) GetData() *ChannelData + func (x *Subchannel) GetRef() *SubchannelRef + func (x *Subchannel) GetSocketRef() []*SocketRef + func (x *Subchannel) GetSubchannelRef() []*SubchannelRef + func (x *Subchannel) ProtoReflect() protoreflect.Message + func (x *Subchannel) Reset() + func (x *Subchannel) String() string + type SubchannelRef struct + Name string + SubchannelId int64 + func (*SubchannelRef) Descriptor() ([]byte, []int) + func (*SubchannelRef) ProtoMessage() + func (x *SubchannelRef) GetName() string + func (x *SubchannelRef) GetSubchannelId() int64 + func (x *SubchannelRef) ProtoReflect() protoreflect.Message + func (x *SubchannelRef) Reset() + func (x *SubchannelRef) String() string + type UnimplementedChannelzServer struct + func (UnimplementedChannelzServer) GetChannel(context.Context, *GetChannelRequest) (*GetChannelResponse, error) + func (UnimplementedChannelzServer) GetServer(context.Context, *GetServerRequest) (*GetServerResponse, error) + func (UnimplementedChannelzServer) GetServerSockets(context.Context, *GetServerSocketsRequest) (*GetServerSocketsResponse, error) + func (UnimplementedChannelzServer) GetServers(context.Context, *GetServersRequest) (*GetServersResponse, error) + func (UnimplementedChannelzServer) GetSocket(context.Context, *GetSocketRequest) (*GetSocketResponse, error) + func (UnimplementedChannelzServer) GetSubchannel(context.Context, *GetSubchannelRequest) (*GetSubchannelResponse, error) + func (UnimplementedChannelzServer) GetTopChannels(context.Context, *GetTopChannelsRequest) (*GetTopChannelsResponse, error) + type UnsafeChannelzServer interface