Package com.google.protobuf
Interface MessageInfo
-
- All Known Implementing Classes:
RawMessageInfo
,StructuralMessageInfo
@CheckReturnValue interface MessageInfo
A MessageInfo object describes a proto message type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageLite
getDefaultInstance()
Gets the default instance of this type.ProtoSyntax
getSyntax()
Gets syntax for this type.boolean
isMessageSetWireFormat()
Whether this type is MessageSet.
-
-
-
Method Detail
-
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.
-
-