Packages

package v1

Package Members

  1. package channelz

Type Members

  1. final class Address extends GeneratedMessageV3 with AddressOrBuilder

    Address represents the address used to create the socket.
    

    Address represents the address used to create the socket.
    

    Protobuf type grpc.channelz.v1.Address

  2. trait AddressOrBuilder extends MessageOrBuilder
  3. final class Channel extends GeneratedMessageV3 with ChannelOrBuilder

    Channel is a logical grouping of channels, subchannels, and sockets.
    

    Channel is a logical grouping of channels, subchannels, and sockets.
    

    Protobuf type grpc.channelz.v1.Channel

  4. final class ChannelConnectivityState extends GeneratedMessageV3 with ChannelConnectivityStateOrBuilder

    These come from the specified states in this document:
    https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md
    

    These come from the specified states in this document:
    https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md
    

    Protobuf type grpc.channelz.v1.ChannelConnectivityState

  5. trait ChannelConnectivityStateOrBuilder extends MessageOrBuilder
  6. final class ChannelData extends GeneratedMessageV3 with ChannelDataOrBuilder

    Channel data is data related to a specific Channel or Subchannel.
    

    Channel data is data related to a specific Channel or Subchannel.
    

    Protobuf type grpc.channelz.v1.ChannelData

  7. trait ChannelDataOrBuilder extends MessageOrBuilder
  8. trait ChannelOrBuilder extends MessageOrBuilder
  9. final class ChannelRef extends GeneratedMessageV3 with ChannelRefOrBuilder

    ChannelRef is a reference to a Channel.
    

    ChannelRef is a reference to a Channel.
    

    Protobuf type grpc.channelz.v1.ChannelRef

  10. trait ChannelRefOrBuilder extends MessageOrBuilder
  11. final class ChannelTrace extends GeneratedMessageV3 with ChannelTraceOrBuilder

    ChannelTrace represents the recent events that have occurred on the channel.
    

    ChannelTrace represents the recent events that have occurred on the channel.
    

    Protobuf type grpc.channelz.v1.ChannelTrace

  12. final class ChannelTraceEvent extends GeneratedMessageV3 with ChannelTraceEventOrBuilder

    A trace event is an interesting thing that happened to a channel or
    subchannel, such as creation, address resolution, subchannel creation, etc.
    

    A trace event is an interesting thing that happened to a channel or
    subchannel, such as creation, address resolution, subchannel creation, etc.
    

    Protobuf type grpc.channelz.v1.ChannelTraceEvent

  13. trait ChannelTraceEventOrBuilder extends MessageOrBuilder
  14. trait ChannelTraceOrBuilder extends MessageOrBuilder
  15. trait Channelz extends AnyRef

    Channelz is a service exposed by gRPC servers that provides detailed debug information.

  16. abstract class ChannelzClient extends ChannelzClientPowerApi with Channelz with AkkaGrpcClient
    Annotations
    @AkkaGrpcGenerated()
  17. abstract class ChannelzClientPowerApi extends AnyRef
    Annotations
    @AkkaGrpcGenerated()
  18. final class ChannelzProto extends AnyRef
  19. final class GetChannelRequest extends GeneratedMessageV3 with GetChannelRequestOrBuilder

    Protobuf type grpc.channelz.v1.GetChannelRequest

  20. trait GetChannelRequestOrBuilder extends MessageOrBuilder
  21. final class GetChannelResponse extends GeneratedMessageV3 with GetChannelResponseOrBuilder

    Protobuf type grpc.channelz.v1.GetChannelResponse

  22. trait GetChannelResponseOrBuilder extends MessageOrBuilder
  23. final class GetServerRequest extends GeneratedMessageV3 with GetServerRequestOrBuilder

    Protobuf type grpc.channelz.v1.GetServerRequest

  24. trait GetServerRequestOrBuilder extends MessageOrBuilder
  25. final class GetServerResponse extends GeneratedMessageV3 with GetServerResponseOrBuilder

    Protobuf type grpc.channelz.v1.GetServerResponse

  26. trait GetServerResponseOrBuilder extends MessageOrBuilder
  27. final class GetServerSocketsRequest extends GeneratedMessageV3 with GetServerSocketsRequestOrBuilder

    Protobuf type grpc.channelz.v1.GetServerSocketsRequest

  28. trait GetServerSocketsRequestOrBuilder extends MessageOrBuilder
  29. final class GetServerSocketsResponse extends GeneratedMessageV3 with GetServerSocketsResponseOrBuilder

    Protobuf type grpc.channelz.v1.GetServerSocketsResponse

  30. trait GetServerSocketsResponseOrBuilder extends MessageOrBuilder
  31. final class GetServersRequest extends GeneratedMessageV3 with GetServersRequestOrBuilder

    Protobuf type grpc.channelz.v1.GetServersRequest

  32. trait GetServersRequestOrBuilder extends MessageOrBuilder
  33. final class GetServersResponse extends GeneratedMessageV3 with GetServersResponseOrBuilder

    Protobuf type grpc.channelz.v1.GetServersResponse

  34. trait GetServersResponseOrBuilder extends MessageOrBuilder
  35. final class GetSocketRequest extends GeneratedMessageV3 with GetSocketRequestOrBuilder

    Protobuf type grpc.channelz.v1.GetSocketRequest

  36. trait GetSocketRequestOrBuilder extends MessageOrBuilder
  37. final class GetSocketResponse extends GeneratedMessageV3 with GetSocketResponseOrBuilder

    Protobuf type grpc.channelz.v1.GetSocketResponse

  38. trait GetSocketResponseOrBuilder extends MessageOrBuilder
  39. final class GetSubchannelRequest extends GeneratedMessageV3 with GetSubchannelRequestOrBuilder

    Protobuf type grpc.channelz.v1.GetSubchannelRequest

  40. trait GetSubchannelRequestOrBuilder extends MessageOrBuilder
  41. final class GetSubchannelResponse extends GeneratedMessageV3 with GetSubchannelResponseOrBuilder

    Protobuf type grpc.channelz.v1.GetSubchannelResponse

  42. trait GetSubchannelResponseOrBuilder extends MessageOrBuilder
  43. final class GetTopChannelsRequest extends GeneratedMessageV3 with GetTopChannelsRequestOrBuilder

    Protobuf type grpc.channelz.v1.GetTopChannelsRequest

  44. trait GetTopChannelsRequestOrBuilder extends MessageOrBuilder
  45. final class GetTopChannelsResponse extends GeneratedMessageV3 with GetTopChannelsResponseOrBuilder

    Protobuf type grpc.channelz.v1.GetTopChannelsResponse

  46. trait GetTopChannelsResponseOrBuilder extends MessageOrBuilder
  47. final class Security extends GeneratedMessageV3 with SecurityOrBuilder

    Security represents details about how secure the socket is.
    

    Security represents details about how secure the socket is.
    

    Protobuf type grpc.channelz.v1.Security

  48. trait SecurityOrBuilder extends MessageOrBuilder
  49. final class Server extends GeneratedMessageV3 with ServerOrBuilder

    Server represents a single server.  There may be multiple servers in a single
    program.
    

    Server represents a single server.  There may be multiple servers in a single
    program.
    

    Protobuf type grpc.channelz.v1.Server

  50. final class ServerData extends GeneratedMessageV3 with ServerDataOrBuilder

    ServerData is data for a specific Server.
    

    ServerData is data for a specific Server.
    

    Protobuf type grpc.channelz.v1.ServerData

  51. trait ServerDataOrBuilder extends MessageOrBuilder
  52. trait ServerOrBuilder extends MessageOrBuilder
  53. final class ServerRef extends GeneratedMessageV3 with ServerRefOrBuilder

    ServerRef is a reference to a Server.
    

    ServerRef is a reference to a Server.
    

    Protobuf type grpc.channelz.v1.ServerRef

  54. trait ServerRefOrBuilder extends MessageOrBuilder
  55. final class Socket extends GeneratedMessageV3 with SocketOrBuilder

    Information about an actual connection.  Pronounced "sock-ay".
    

    Information about an actual connection.  Pronounced "sock-ay".
    

    Protobuf type grpc.channelz.v1.Socket

  56. final class SocketData extends GeneratedMessageV3 with SocketDataOrBuilder

    SocketData is data associated for a specific Socket.  The fields present
    are specific to the implementation, so there may be minor differences in
    the semantics.  (e.g. flow control windows)
    

    SocketData is data associated for a specific Socket.  The fields present
    are specific to the implementation, so there may be minor differences in
    the semantics.  (e.g. flow control windows)
    

    Protobuf type grpc.channelz.v1.SocketData

  57. trait SocketDataOrBuilder extends MessageOrBuilder
  58. final class SocketOption extends GeneratedMessageV3 with SocketOptionOrBuilder

    SocketOption represents socket options for a socket.  Specifically, these
    are the options returned by getsockopt().
    

    SocketOption represents socket options for a socket.  Specifically, these
    are the options returned by getsockopt().
    

    Protobuf type grpc.channelz.v1.SocketOption

  59. final class SocketOptionLinger extends GeneratedMessageV3 with SocketOptionLingerOrBuilder

    For use with SocketOption's additional field.  This is primarily used for
    SO_LINGER.
    

    For use with SocketOption's additional field.  This is primarily used for
    SO_LINGER.
    

    Protobuf type grpc.channelz.v1.SocketOptionLinger

  60. trait SocketOptionLingerOrBuilder extends MessageOrBuilder
  61. trait SocketOptionOrBuilder extends MessageOrBuilder
  62. final class SocketOptionTcpInfo extends GeneratedMessageV3 with SocketOptionTcpInfoOrBuilder

    For use with SocketOption's additional field.  Tcp info for
    SOL_TCP and TCP_INFO.
    

    For use with SocketOption's additional field.  Tcp info for
    SOL_TCP and TCP_INFO.
    

    Protobuf type grpc.channelz.v1.SocketOptionTcpInfo

  63. trait SocketOptionTcpInfoOrBuilder extends MessageOrBuilder
  64. final class SocketOptionTimeout extends GeneratedMessageV3 with SocketOptionTimeoutOrBuilder

    For use with SocketOption's additional field.  This is primarily used for
    SO_RCVTIMEO and SO_SNDTIMEO
    

    For use with SocketOption's additional field.  This is primarily used for
    SO_RCVTIMEO and SO_SNDTIMEO
    

    Protobuf type grpc.channelz.v1.SocketOptionTimeout

  65. trait SocketOptionTimeoutOrBuilder extends MessageOrBuilder
  66. trait SocketOrBuilder extends MessageOrBuilder
  67. final class SocketRef extends GeneratedMessageV3 with SocketRefOrBuilder

    SocketRef is a reference to a Socket.
    

    SocketRef is a reference to a Socket.
    

    Protobuf type grpc.channelz.v1.SocketRef

  68. trait SocketRefOrBuilder extends MessageOrBuilder
  69. final class Subchannel extends GeneratedMessageV3 with SubchannelOrBuilder

    Subchannel is a logical grouping of channels, subchannels, and sockets.
    A subchannel is load balanced over by it's ancestor
    

    Subchannel is a logical grouping of channels, subchannels, and sockets.
    A subchannel is load balanced over by it's ancestor
    

    Protobuf type grpc.channelz.v1.Subchannel

  70. trait SubchannelOrBuilder extends MessageOrBuilder
  71. final class SubchannelRef extends GeneratedMessageV3 with SubchannelRefOrBuilder

    SubchannelRef is a reference to a Subchannel.
    

    SubchannelRef is a reference to a Subchannel.
    

    Protobuf type grpc.channelz.v1.SubchannelRef

  72. trait SubchannelRefOrBuilder extends MessageOrBuilder

Ungrouped