Package com.google.protobuf
Interface MessageInfo
- All Known Implementing Classes:
RawMessageInfo
,StructuralMessageInfo
interface MessageInfo
A MesageInfo object describes a proto message type.
-
Method Summary
Modifier and TypeMethodDescriptionGets the default instance of this type.Gets syntax for this type.boolean
Whether this type is MessageSet.
-
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.
-