Versions in this module Expand all Collapse all v1 v1.13.0 Jun 19, 2018 Changes in this version + var ChannelTraceEvent_Severity_name = map[int32]string + var ChannelTraceEvent_Severity_value = map[string]int32 type ChannelTrace + CreationTimestamp *timestamp.Timestamp + Events []*ChannelTraceEvent + NumEventsLogged int64 + func (m *ChannelTrace) GetCreationTimestamp() *timestamp.Timestamp + func (m *ChannelTrace) GetEvents() []*ChannelTraceEvent + func (m *ChannelTrace) GetNumEventsLogged() int64 + type ChannelTraceEvent struct + ChildRef isChannelTraceEvent_ChildRef + Description string + Severity ChannelTraceEvent_Severity + Timestamp *timestamp.Timestamp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChannelTraceEvent) Descriptor() ([]byte, []int) + func (*ChannelTraceEvent) ProtoMessage() + func (*ChannelTraceEvent) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *ChannelTraceEvent) XXX_Merge(src proto.Message) + func (m *ChannelTraceEvent) GetChannelRef() *ChannelRef + func (m *ChannelTraceEvent) GetChildRef() isChannelTraceEvent_ChildRef + func (m *ChannelTraceEvent) GetDescription() string + func (m *ChannelTraceEvent) GetSeverity() ChannelTraceEvent_Severity + func (m *ChannelTraceEvent) GetSubchannelRef() *SubchannelRef + func (m *ChannelTraceEvent) GetTimestamp() *timestamp.Timestamp + func (m *ChannelTraceEvent) Reset() + func (m *ChannelTraceEvent) String() string + func (m *ChannelTraceEvent) XXX_DiscardUnknown() + func (m *ChannelTraceEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChannelTraceEvent) XXX_Size() int + func (m *ChannelTraceEvent) XXX_Unmarshal(b []byte) error + 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) EnumDescriptor() ([]byte, []int) + func (x ChannelTraceEvent_Severity) String() string + type ChannelTraceEvent_SubchannelRef struct + SubchannelRef *SubchannelRef v1.12.2 Jun 7, 2018 v1.12.1 Jun 6, 2018 v1.12.0 May 8, 2018 Changes in this version + var ChannelConnectivityState_State_name = map[int32]string + var ChannelConnectivityState_State_value = map[string]int32 + func RegisterChannelzServer(s *grpc.Server, srv ChannelzServer) + type Address struct + Address isAddress_Address + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Address) Descriptor() ([]byte, []int) + func (*Address) ProtoMessage() + func (*Address) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *Address) XXX_Merge(src proto.Message) + func (m *Address) GetAddress() isAddress_Address + func (m *Address) GetOtherAddress() *Address_OtherAddress + func (m *Address) GetTcpipAddress() *Address_TcpIpAddress + func (m *Address) GetUdsAddress() *Address_UdsAddress + func (m *Address) Reset() + func (m *Address) String() string + func (m *Address) XXX_DiscardUnknown() + func (m *Address) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Address) XXX_Size() int + func (m *Address) XXX_Unmarshal(b []byte) error + type Address_OtherAddress struct + Name string + Value *any.Any + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Address_OtherAddress) Descriptor() ([]byte, []int) + func (*Address_OtherAddress) ProtoMessage() + func (dst *Address_OtherAddress) XXX_Merge(src proto.Message) + func (m *Address_OtherAddress) GetName() string + func (m *Address_OtherAddress) GetValue() *any.Any + func (m *Address_OtherAddress) Reset() + func (m *Address_OtherAddress) String() string + func (m *Address_OtherAddress) XXX_DiscardUnknown() + func (m *Address_OtherAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Address_OtherAddress) XXX_Size() int + func (m *Address_OtherAddress) XXX_Unmarshal(b []byte) error + type Address_OtherAddress_ struct + OtherAddress *Address_OtherAddress + type Address_TcpIpAddress struct + IpAddress []byte + Port int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Address_TcpIpAddress) Descriptor() ([]byte, []int) + func (*Address_TcpIpAddress) ProtoMessage() + func (dst *Address_TcpIpAddress) XXX_Merge(src proto.Message) + func (m *Address_TcpIpAddress) GetIpAddress() []byte + func (m *Address_TcpIpAddress) GetPort() int32 + func (m *Address_TcpIpAddress) Reset() + func (m *Address_TcpIpAddress) String() string + func (m *Address_TcpIpAddress) XXX_DiscardUnknown() + func (m *Address_TcpIpAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Address_TcpIpAddress) XXX_Size() int + func (m *Address_TcpIpAddress) XXX_Unmarshal(b []byte) error + type Address_TcpipAddress struct + TcpipAddress *Address_TcpIpAddress + type Address_UdsAddress struct + Filename string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Address_UdsAddress) Descriptor() ([]byte, []int) + func (*Address_UdsAddress) ProtoMessage() + func (dst *Address_UdsAddress) XXX_Merge(src proto.Message) + func (m *Address_UdsAddress) GetFilename() string + func (m *Address_UdsAddress) Reset() + func (m *Address_UdsAddress) String() string + func (m *Address_UdsAddress) XXX_DiscardUnknown() + func (m *Address_UdsAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Address_UdsAddress) XXX_Size() int + func (m *Address_UdsAddress) XXX_Unmarshal(b []byte) error + type Address_UdsAddress_ struct + UdsAddress *Address_UdsAddress + type Channel struct + ChannelRef []*ChannelRef + Data *ChannelData + Ref *ChannelRef + SocketRef []*SocketRef + SubchannelRef []*SubchannelRef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Channel) Descriptor() ([]byte, []int) + func (*Channel) ProtoMessage() + func (dst *Channel) XXX_Merge(src proto.Message) + func (m *Channel) GetChannelRef() []*ChannelRef + func (m *Channel) GetData() *ChannelData + func (m *Channel) GetRef() *ChannelRef + func (m *Channel) GetSocketRef() []*SocketRef + func (m *Channel) GetSubchannelRef() []*SubchannelRef + func (m *Channel) Reset() + func (m *Channel) String() string + func (m *Channel) XXX_DiscardUnknown() + func (m *Channel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Channel) XXX_Size() int + func (m *Channel) XXX_Unmarshal(b []byte) error + type ChannelConnectivityState struct + State ChannelConnectivityState_State + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChannelConnectivityState) Descriptor() ([]byte, []int) + func (*ChannelConnectivityState) ProtoMessage() + func (dst *ChannelConnectivityState) XXX_Merge(src proto.Message) + func (m *ChannelConnectivityState) GetState() ChannelConnectivityState_State + func (m *ChannelConnectivityState) Reset() + func (m *ChannelConnectivityState) String() string + func (m *ChannelConnectivityState) XXX_DiscardUnknown() + func (m *ChannelConnectivityState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChannelConnectivityState) XXX_Size() int + func (m *ChannelConnectivityState) XXX_Unmarshal(b []byte) error + 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) EnumDescriptor() ([]byte, []int) + func (x ChannelConnectivityState_State) String() string + type ChannelData struct + CallsFailed int64 + CallsStarted int64 + CallsSucceeded int64 + LastCallStartedTimestamp *timestamp.Timestamp + State *ChannelConnectivityState + Target string + Trace *ChannelTrace + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChannelData) Descriptor() ([]byte, []int) + func (*ChannelData) ProtoMessage() + func (dst *ChannelData) XXX_Merge(src proto.Message) + func (m *ChannelData) GetCallsFailed() int64 + func (m *ChannelData) GetCallsStarted() int64 + func (m *ChannelData) GetCallsSucceeded() int64 + func (m *ChannelData) GetLastCallStartedTimestamp() *timestamp.Timestamp + func (m *ChannelData) GetState() *ChannelConnectivityState + func (m *ChannelData) GetTarget() string + func (m *ChannelData) GetTrace() *ChannelTrace + func (m *ChannelData) Reset() + func (m *ChannelData) String() string + func (m *ChannelData) XXX_DiscardUnknown() + func (m *ChannelData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChannelData) XXX_Size() int + func (m *ChannelData) XXX_Unmarshal(b []byte) error + type ChannelRef struct + ChannelId int64 + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChannelRef) Descriptor() ([]byte, []int) + func (*ChannelRef) ProtoMessage() + func (dst *ChannelRef) XXX_Merge(src proto.Message) + func (m *ChannelRef) GetChannelId() int64 + func (m *ChannelRef) GetName() string + func (m *ChannelRef) Reset() + func (m *ChannelRef) String() string + func (m *ChannelRef) XXX_DiscardUnknown() + func (m *ChannelRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChannelRef) XXX_Size() int + func (m *ChannelRef) XXX_Unmarshal(b []byte) error + type ChannelTrace struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChannelTrace) Descriptor() ([]byte, []int) + func (*ChannelTrace) ProtoMessage() + func (dst *ChannelTrace) XXX_Merge(src proto.Message) + func (m *ChannelTrace) Reset() + func (m *ChannelTrace) String() string + func (m *ChannelTrace) XXX_DiscardUnknown() + func (m *ChannelTrace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChannelTrace) XXX_Size() int + func (m *ChannelTrace) XXX_Unmarshal(b []byte) error + type ChannelzClient interface + GetChannel func(ctx context.Context, in *GetChannelRequest, opts ...grpc.CallOption) (*GetChannelResponse, 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.ClientConn) ChannelzClient + type ChannelzServer interface + GetChannel func(context.Context, *GetChannelRequest) (*GetChannelResponse, 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetChannelRequest) Descriptor() ([]byte, []int) + func (*GetChannelRequest) ProtoMessage() + func (dst *GetChannelRequest) XXX_Merge(src proto.Message) + func (m *GetChannelRequest) GetChannelId() int64 + func (m *GetChannelRequest) Reset() + func (m *GetChannelRequest) String() string + func (m *GetChannelRequest) XXX_DiscardUnknown() + func (m *GetChannelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetChannelRequest) XXX_Size() int + func (m *GetChannelRequest) XXX_Unmarshal(b []byte) error + type GetChannelResponse struct + Channel *Channel + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetChannelResponse) Descriptor() ([]byte, []int) + func (*GetChannelResponse) ProtoMessage() + func (dst *GetChannelResponse) XXX_Merge(src proto.Message) + func (m *GetChannelResponse) GetChannel() *Channel + func (m *GetChannelResponse) Reset() + func (m *GetChannelResponse) String() string + func (m *GetChannelResponse) XXX_DiscardUnknown() + func (m *GetChannelResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetChannelResponse) XXX_Size() int + func (m *GetChannelResponse) XXX_Unmarshal(b []byte) error + type GetServerSocketsRequest struct + ServerId int64 + StartSocketId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetServerSocketsRequest) Descriptor() ([]byte, []int) + func (*GetServerSocketsRequest) ProtoMessage() + func (dst *GetServerSocketsRequest) XXX_Merge(src proto.Message) + func (m *GetServerSocketsRequest) GetServerId() int64 + func (m *GetServerSocketsRequest) GetStartSocketId() int64 + func (m *GetServerSocketsRequest) Reset() + func (m *GetServerSocketsRequest) String() string + func (m *GetServerSocketsRequest) XXX_DiscardUnknown() + func (m *GetServerSocketsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetServerSocketsRequest) XXX_Size() int + func (m *GetServerSocketsRequest) XXX_Unmarshal(b []byte) error + type GetServerSocketsResponse struct + End bool + SocketRef []*SocketRef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetServerSocketsResponse) Descriptor() ([]byte, []int) + func (*GetServerSocketsResponse) ProtoMessage() + func (dst *GetServerSocketsResponse) XXX_Merge(src proto.Message) + func (m *GetServerSocketsResponse) GetEnd() bool + func (m *GetServerSocketsResponse) GetSocketRef() []*SocketRef + func (m *GetServerSocketsResponse) Reset() + func (m *GetServerSocketsResponse) String() string + func (m *GetServerSocketsResponse) XXX_DiscardUnknown() + func (m *GetServerSocketsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetServerSocketsResponse) XXX_Size() int + func (m *GetServerSocketsResponse) XXX_Unmarshal(b []byte) error + type GetServersRequest struct + StartServerId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetServersRequest) Descriptor() ([]byte, []int) + func (*GetServersRequest) ProtoMessage() + func (dst *GetServersRequest) XXX_Merge(src proto.Message) + func (m *GetServersRequest) GetStartServerId() int64 + func (m *GetServersRequest) Reset() + func (m *GetServersRequest) String() string + func (m *GetServersRequest) XXX_DiscardUnknown() + func (m *GetServersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetServersRequest) XXX_Size() int + func (m *GetServersRequest) XXX_Unmarshal(b []byte) error + type GetServersResponse struct + End bool + Server []*Server + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetServersResponse) Descriptor() ([]byte, []int) + func (*GetServersResponse) ProtoMessage() + func (dst *GetServersResponse) XXX_Merge(src proto.Message) + func (m *GetServersResponse) GetEnd() bool + func (m *GetServersResponse) GetServer() []*Server + func (m *GetServersResponse) Reset() + func (m *GetServersResponse) String() string + func (m *GetServersResponse) XXX_DiscardUnknown() + func (m *GetServersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetServersResponse) XXX_Size() int + func (m *GetServersResponse) XXX_Unmarshal(b []byte) error + type GetSocketRequest struct + SocketId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetSocketRequest) Descriptor() ([]byte, []int) + func (*GetSocketRequest) ProtoMessage() + func (dst *GetSocketRequest) XXX_Merge(src proto.Message) + func (m *GetSocketRequest) GetSocketId() int64 + func (m *GetSocketRequest) Reset() + func (m *GetSocketRequest) String() string + func (m *GetSocketRequest) XXX_DiscardUnknown() + func (m *GetSocketRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetSocketRequest) XXX_Size() int + func (m *GetSocketRequest) XXX_Unmarshal(b []byte) error + type GetSocketResponse struct + Socket *Socket + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetSocketResponse) Descriptor() ([]byte, []int) + func (*GetSocketResponse) ProtoMessage() + func (dst *GetSocketResponse) XXX_Merge(src proto.Message) + func (m *GetSocketResponse) GetSocket() *Socket + func (m *GetSocketResponse) Reset() + func (m *GetSocketResponse) String() string + func (m *GetSocketResponse) XXX_DiscardUnknown() + func (m *GetSocketResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetSocketResponse) XXX_Size() int + func (m *GetSocketResponse) XXX_Unmarshal(b []byte) error + type GetSubchannelRequest struct + SubchannelId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetSubchannelRequest) Descriptor() ([]byte, []int) + func (*GetSubchannelRequest) ProtoMessage() + func (dst *GetSubchannelRequest) XXX_Merge(src proto.Message) + func (m *GetSubchannelRequest) GetSubchannelId() int64 + func (m *GetSubchannelRequest) Reset() + func (m *GetSubchannelRequest) String() string + func (m *GetSubchannelRequest) XXX_DiscardUnknown() + func (m *GetSubchannelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetSubchannelRequest) XXX_Size() int + func (m *GetSubchannelRequest) XXX_Unmarshal(b []byte) error + type GetSubchannelResponse struct + Subchannel *Subchannel + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetSubchannelResponse) Descriptor() ([]byte, []int) + func (*GetSubchannelResponse) ProtoMessage() + func (dst *GetSubchannelResponse) XXX_Merge(src proto.Message) + func (m *GetSubchannelResponse) GetSubchannel() *Subchannel + func (m *GetSubchannelResponse) Reset() + func (m *GetSubchannelResponse) String() string + func (m *GetSubchannelResponse) XXX_DiscardUnknown() + func (m *GetSubchannelResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetSubchannelResponse) XXX_Size() int + func (m *GetSubchannelResponse) XXX_Unmarshal(b []byte) error + type GetTopChannelsRequest struct + StartChannelId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetTopChannelsRequest) Descriptor() ([]byte, []int) + func (*GetTopChannelsRequest) ProtoMessage() + func (dst *GetTopChannelsRequest) XXX_Merge(src proto.Message) + func (m *GetTopChannelsRequest) GetStartChannelId() int64 + func (m *GetTopChannelsRequest) Reset() + func (m *GetTopChannelsRequest) String() string + func (m *GetTopChannelsRequest) XXX_DiscardUnknown() + func (m *GetTopChannelsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTopChannelsRequest) XXX_Size() int + func (m *GetTopChannelsRequest) XXX_Unmarshal(b []byte) error + type GetTopChannelsResponse struct + Channel []*Channel + End bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetTopChannelsResponse) Descriptor() ([]byte, []int) + func (*GetTopChannelsResponse) ProtoMessage() + func (dst *GetTopChannelsResponse) XXX_Merge(src proto.Message) + func (m *GetTopChannelsResponse) GetChannel() []*Channel + func (m *GetTopChannelsResponse) GetEnd() bool + func (m *GetTopChannelsResponse) Reset() + func (m *GetTopChannelsResponse) String() string + func (m *GetTopChannelsResponse) XXX_DiscardUnknown() + func (m *GetTopChannelsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetTopChannelsResponse) XXX_Size() int + func (m *GetTopChannelsResponse) XXX_Unmarshal(b []byte) error + type Security struct + Model isSecurity_Model + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Security) Descriptor() ([]byte, []int) + func (*Security) ProtoMessage() + func (*Security) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *Security) XXX_Merge(src proto.Message) + func (m *Security) GetModel() isSecurity_Model + func (m *Security) GetOther() *Security_OtherSecurity + func (m *Security) GetTls() *Security_Tls + func (m *Security) Reset() + func (m *Security) String() string + func (m *Security) XXX_DiscardUnknown() + func (m *Security) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Security) XXX_Size() int + func (m *Security) XXX_Unmarshal(b []byte) error + type Security_Other struct + Other *Security_OtherSecurity + type Security_OtherSecurity struct + Name string + Value *any.Any + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Security_OtherSecurity) Descriptor() ([]byte, []int) + func (*Security_OtherSecurity) ProtoMessage() + func (dst *Security_OtherSecurity) XXX_Merge(src proto.Message) + func (m *Security_OtherSecurity) GetName() string + func (m *Security_OtherSecurity) GetValue() *any.Any + func (m *Security_OtherSecurity) Reset() + func (m *Security_OtherSecurity) String() string + func (m *Security_OtherSecurity) XXX_DiscardUnknown() + func (m *Security_OtherSecurity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Security_OtherSecurity) XXX_Size() int + func (m *Security_OtherSecurity) XXX_Unmarshal(b []byte) error + type Security_Tls struct + CipherSuite isSecurity_Tls_CipherSuite + LocalCertificate []byte + RemoteCertificate []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Security_Tls) Descriptor() ([]byte, []int) + func (*Security_Tls) ProtoMessage() + func (*Security_Tls) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *Security_Tls) XXX_Merge(src proto.Message) + func (m *Security_Tls) GetCipherSuite() isSecurity_Tls_CipherSuite + func (m *Security_Tls) GetLocalCertificate() []byte + func (m *Security_Tls) GetOtherName() string + func (m *Security_Tls) GetRemoteCertificate() []byte + func (m *Security_Tls) GetStandardName() string + func (m *Security_Tls) Reset() + func (m *Security_Tls) String() string + func (m *Security_Tls) XXX_DiscardUnknown() + func (m *Security_Tls) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Security_Tls) XXX_Size() int + func (m *Security_Tls) XXX_Unmarshal(b []byte) error + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Server) Descriptor() ([]byte, []int) + func (*Server) ProtoMessage() + func (dst *Server) XXX_Merge(src proto.Message) + func (m *Server) GetData() *ServerData + func (m *Server) GetListenSocket() []*SocketRef + func (m *Server) GetRef() *ServerRef + func (m *Server) Reset() + func (m *Server) String() string + func (m *Server) XXX_DiscardUnknown() + func (m *Server) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Server) XXX_Size() int + func (m *Server) XXX_Unmarshal(b []byte) error + type ServerData struct + CallsFailed int64 + CallsStarted int64 + CallsSucceeded int64 + LastCallStartedTimestamp *timestamp.Timestamp + Trace *ChannelTrace + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ServerData) Descriptor() ([]byte, []int) + func (*ServerData) ProtoMessage() + func (dst *ServerData) XXX_Merge(src proto.Message) + func (m *ServerData) GetCallsFailed() int64 + func (m *ServerData) GetCallsStarted() int64 + func (m *ServerData) GetCallsSucceeded() int64 + func (m *ServerData) GetLastCallStartedTimestamp() *timestamp.Timestamp + func (m *ServerData) GetTrace() *ChannelTrace + func (m *ServerData) Reset() + func (m *ServerData) String() string + func (m *ServerData) XXX_DiscardUnknown() + func (m *ServerData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServerData) XXX_Size() int + func (m *ServerData) XXX_Unmarshal(b []byte) error + type ServerRef struct + Name string + ServerId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ServerRef) Descriptor() ([]byte, []int) + func (*ServerRef) ProtoMessage() + func (dst *ServerRef) XXX_Merge(src proto.Message) + func (m *ServerRef) GetName() string + func (m *ServerRef) GetServerId() int64 + func (m *ServerRef) Reset() + func (m *ServerRef) String() string + func (m *ServerRef) XXX_DiscardUnknown() + func (m *ServerRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServerRef) XXX_Size() int + func (m *ServerRef) XXX_Unmarshal(b []byte) error + type Socket struct + Data *SocketData + Local *Address + Ref *SocketRef + Remote *Address + RemoteName string + Security *Security + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Socket) Descriptor() ([]byte, []int) + func (*Socket) ProtoMessage() + func (dst *Socket) XXX_Merge(src proto.Message) + func (m *Socket) GetData() *SocketData + func (m *Socket) GetLocal() *Address + func (m *Socket) GetRef() *SocketRef + func (m *Socket) GetRemote() *Address + func (m *Socket) GetRemoteName() string + func (m *Socket) GetSecurity() *Security + func (m *Socket) Reset() + func (m *Socket) String() string + func (m *Socket) XXX_DiscardUnknown() + func (m *Socket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Socket) XXX_Size() int + func (m *Socket) XXX_Unmarshal(b []byte) error + type SocketData struct + KeepAlivesSent int64 + LastLocalStreamCreatedTimestamp *timestamp.Timestamp + LastMessageReceivedTimestamp *timestamp.Timestamp + LastMessageSentTimestamp *timestamp.Timestamp + LastRemoteStreamCreatedTimestamp *timestamp.Timestamp + LocalFlowControlWindow *wrappers.Int64Value + MessagesReceived int64 + MessagesSent int64 + Option []*SocketOption + RemoteFlowControlWindow *wrappers.Int64Value + StreamsFailed int64 + StreamsStarted int64 + StreamsSucceeded int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SocketData) Descriptor() ([]byte, []int) + func (*SocketData) ProtoMessage() + func (dst *SocketData) XXX_Merge(src proto.Message) + func (m *SocketData) GetKeepAlivesSent() int64 + func (m *SocketData) GetLastLocalStreamCreatedTimestamp() *timestamp.Timestamp + func (m *SocketData) GetLastMessageReceivedTimestamp() *timestamp.Timestamp + func (m *SocketData) GetLastMessageSentTimestamp() *timestamp.Timestamp + func (m *SocketData) GetLastRemoteStreamCreatedTimestamp() *timestamp.Timestamp + func (m *SocketData) GetLocalFlowControlWindow() *wrappers.Int64Value + func (m *SocketData) GetMessagesReceived() int64 + func (m *SocketData) GetMessagesSent() int64 + func (m *SocketData) GetOption() []*SocketOption + func (m *SocketData) GetRemoteFlowControlWindow() *wrappers.Int64Value + func (m *SocketData) GetStreamsFailed() int64 + func (m *SocketData) GetStreamsStarted() int64 + func (m *SocketData) GetStreamsSucceeded() int64 + func (m *SocketData) Reset() + func (m *SocketData) String() string + func (m *SocketData) XXX_DiscardUnknown() + func (m *SocketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SocketData) XXX_Size() int + func (m *SocketData) XXX_Unmarshal(b []byte) error + type SocketOption struct + Additional *any.Any + Name string + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SocketOption) Descriptor() ([]byte, []int) + func (*SocketOption) ProtoMessage() + func (dst *SocketOption) XXX_Merge(src proto.Message) + func (m *SocketOption) GetAdditional() *any.Any + func (m *SocketOption) GetName() string + func (m *SocketOption) GetValue() string + func (m *SocketOption) Reset() + func (m *SocketOption) String() string + func (m *SocketOption) XXX_DiscardUnknown() + func (m *SocketOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SocketOption) XXX_Size() int + func (m *SocketOption) XXX_Unmarshal(b []byte) error + type SocketOptionLinger struct + Active bool + Duration *duration.Duration + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SocketOptionLinger) Descriptor() ([]byte, []int) + func (*SocketOptionLinger) ProtoMessage() + func (dst *SocketOptionLinger) XXX_Merge(src proto.Message) + func (m *SocketOptionLinger) GetActive() bool + func (m *SocketOptionLinger) GetDuration() *duration.Duration + func (m *SocketOptionLinger) Reset() + func (m *SocketOptionLinger) String() string + func (m *SocketOptionLinger) XXX_DiscardUnknown() + func (m *SocketOptionLinger) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SocketOptionLinger) XXX_Size() int + func (m *SocketOptionLinger) XXX_Unmarshal(b []byte) error + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SocketOptionTcpInfo) Descriptor() ([]byte, []int) + func (*SocketOptionTcpInfo) ProtoMessage() + func (dst *SocketOptionTcpInfo) XXX_Merge(src proto.Message) + func (m *SocketOptionTcpInfo) GetTcpiAdvmss() uint32 + func (m *SocketOptionTcpInfo) GetTcpiAto() uint32 + func (m *SocketOptionTcpInfo) GetTcpiBackoff() uint32 + func (m *SocketOptionTcpInfo) GetTcpiCaState() uint32 + func (m *SocketOptionTcpInfo) GetTcpiFackets() uint32 + func (m *SocketOptionTcpInfo) GetTcpiLastAckRecv() uint32 + func (m *SocketOptionTcpInfo) GetTcpiLastAckSent() uint32 + func (m *SocketOptionTcpInfo) GetTcpiLastDataRecv() uint32 + func (m *SocketOptionTcpInfo) GetTcpiLastDataSent() uint32 + func (m *SocketOptionTcpInfo) GetTcpiLost() uint32 + func (m *SocketOptionTcpInfo) GetTcpiOptions() uint32 + func (m *SocketOptionTcpInfo) GetTcpiPmtu() uint32 + func (m *SocketOptionTcpInfo) GetTcpiProbes() uint32 + func (m *SocketOptionTcpInfo) GetTcpiRcvMss() uint32 + func (m *SocketOptionTcpInfo) GetTcpiRcvSsthresh() uint32 + func (m *SocketOptionTcpInfo) GetTcpiRcvWscale() uint32 + func (m *SocketOptionTcpInfo) GetTcpiReordering() uint32 + func (m *SocketOptionTcpInfo) GetTcpiRetrans() uint32 + func (m *SocketOptionTcpInfo) GetTcpiRetransmits() uint32 + func (m *SocketOptionTcpInfo) GetTcpiRto() uint32 + func (m *SocketOptionTcpInfo) GetTcpiRtt() uint32 + func (m *SocketOptionTcpInfo) GetTcpiRttvar() uint32 + func (m *SocketOptionTcpInfo) GetTcpiSacked() uint32 + func (m *SocketOptionTcpInfo) GetTcpiSndCwnd() uint32 + func (m *SocketOptionTcpInfo) GetTcpiSndMss() uint32 + func (m *SocketOptionTcpInfo) GetTcpiSndSsthresh() uint32 + func (m *SocketOptionTcpInfo) GetTcpiSndWscale() uint32 + func (m *SocketOptionTcpInfo) GetTcpiState() uint32 + func (m *SocketOptionTcpInfo) GetTcpiUnacked() uint32 + func (m *SocketOptionTcpInfo) Reset() + func (m *SocketOptionTcpInfo) String() string + func (m *SocketOptionTcpInfo) XXX_DiscardUnknown() + func (m *SocketOptionTcpInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SocketOptionTcpInfo) XXX_Size() int + func (m *SocketOptionTcpInfo) XXX_Unmarshal(b []byte) error + type SocketOptionTimeout struct + Duration *duration.Duration + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SocketOptionTimeout) Descriptor() ([]byte, []int) + func (*SocketOptionTimeout) ProtoMessage() + func (dst *SocketOptionTimeout) XXX_Merge(src proto.Message) + func (m *SocketOptionTimeout) GetDuration() *duration.Duration + func (m *SocketOptionTimeout) Reset() + func (m *SocketOptionTimeout) String() string + func (m *SocketOptionTimeout) XXX_DiscardUnknown() + func (m *SocketOptionTimeout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SocketOptionTimeout) XXX_Size() int + func (m *SocketOptionTimeout) XXX_Unmarshal(b []byte) error + type SocketRef struct + Name string + SocketId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SocketRef) Descriptor() ([]byte, []int) + func (*SocketRef) ProtoMessage() + func (dst *SocketRef) XXX_Merge(src proto.Message) + func (m *SocketRef) GetName() string + func (m *SocketRef) GetSocketId() int64 + func (m *SocketRef) Reset() + func (m *SocketRef) String() string + func (m *SocketRef) XXX_DiscardUnknown() + func (m *SocketRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SocketRef) XXX_Size() int + func (m *SocketRef) XXX_Unmarshal(b []byte) error + type Subchannel struct + ChannelRef []*ChannelRef + Data *ChannelData + Ref *SubchannelRef + SocketRef []*SocketRef + SubchannelRef []*SubchannelRef + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Subchannel) Descriptor() ([]byte, []int) + func (*Subchannel) ProtoMessage() + func (dst *Subchannel) XXX_Merge(src proto.Message) + func (m *Subchannel) GetChannelRef() []*ChannelRef + func (m *Subchannel) GetData() *ChannelData + func (m *Subchannel) GetRef() *SubchannelRef + func (m *Subchannel) GetSocketRef() []*SocketRef + func (m *Subchannel) GetSubchannelRef() []*SubchannelRef + func (m *Subchannel) Reset() + func (m *Subchannel) String() string + func (m *Subchannel) XXX_DiscardUnknown() + func (m *Subchannel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Subchannel) XXX_Size() int + func (m *Subchannel) XXX_Unmarshal(b []byte) error + type SubchannelRef struct + Name string + SubchannelId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SubchannelRef) Descriptor() ([]byte, []int) + func (*SubchannelRef) ProtoMessage() + func (dst *SubchannelRef) XXX_Merge(src proto.Message) + func (m *SubchannelRef) GetName() string + func (m *SubchannelRef) GetSubchannelId() int64 + func (m *SubchannelRef) Reset() + func (m *SubchannelRef) String() string + func (m *SubchannelRef) XXX_DiscardUnknown() + func (m *SubchannelRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SubchannelRef) XXX_Size() int + func (m *SubchannelRef) XXX_Unmarshal(b []byte) error