Package com.google.protobuf
Interface NewInstanceSchema
-
- All Known Implementing Classes:
NewInstanceSchemaFull
,NewInstanceSchemaLite
@CheckReturnValue interface NewInstanceSchema
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
newInstance(java.lang.Object defaultInstance)
Create a new message instance given the default instance of the message type.
-