Package com.google.protobuf
Class GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type>
java.lang.Object
com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType,Type>
- Enclosing class:
- GeneratedMessageLite
public static class GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type>
extends Object
Lite equivalent to
GeneratedMessage.GeneratedExtension
.
Users should ignore the contents of this class and only use objects of
this type as parameters to extension accessors and ExtensionRegistry.add().-
Method Summary
Modifier and TypeMethodDescriptionDefault instance of the type being extended, used to identify that type.If the extension is an embedded message or group, returns the default instance of the message.int
Get the field number.
-
Method Details
-
getContainingTypeDefaultInstance
Default instance of the type being extended, used to identify that type. -
getNumber
public int getNumber()Get the field number. -
getMessageDefaultInstance
If the extension is an embedded message or group, returns the default instance of the message.
-