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 MessageLitegetDefaultInstance()Gets the default instance of this type.ProtoSyntaxgetSyntax()Gets syntax for this type.booleanisMessageSetWireFormat()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.
-
-