Interface GetSocketResponseOrBuilder

    • Method Detail

      • hasSocket

        boolean hasSocket()
         The Socket that corresponds to the requested socket_id.  This field
         should be set.
         
        .grpc.channelz.v1.Socket socket = 1;
        Returns:
        Whether the socket field is set.
      • getSocket

        Socket getSocket()
         The Socket that corresponds to the requested socket_id.  This field
         should be set.
         
        .grpc.channelz.v1.Socket socket = 1;
        Returns:
        The socket.
      • getSocketOrBuilder

        SocketOrBuilder getSocketOrBuilder()
         The Socket that corresponds to the requested socket_id.  This field
         should be set.
         
        .grpc.channelz.v1.Socket socket = 1;