Interface MessageInfo

All Known Implementing Classes:
RawMessageInfo, StructuralMessageInfo

interface MessageInfo
A MesageInfo object describes a proto message type.
  • Method Details

    • getSyntax

      ProtoSyntax getSyntax()
      Gets syntax for this type.
    • isMessageSetWireFormat

      boolean isMessageSetWireFormat()
      Whether this type is MessageSet.
    • getDefaultInstance

      MessageLite getDefaultInstance()
      Gets the default instance of this type.