Interface GetSocketRequestOrBuilder

    • Method Detail

      • getSocketId

        long getSocketId()
         socket_id is the identifier of the specific socket to get.
         
        int64 socket_id = 1;
        Returns:
        The socketId.
      • getSummary

        boolean getSummary()
         If true, the response will contain only high level information
         that is inexpensive to obtain. Fields thay may be omitted are
         documented.
         
        bool summary = 2;
        Returns:
        The summary.