Interface Protocol.UnsubscribeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCode()
      uint32 code = 2;
      java.lang.String getReason()
      string reason = 3;
      com.google.protobuf.ByteString getReasonBytes()
      string reason = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCode

        int getCode()
        uint32 code = 2;
        Returns:
        The code.
      • getReason

        java.lang.String getReason()
        string reason = 3;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
        string reason = 3;
        Returns:
        The bytes for reason.