Uses of Class
com.google.protobuf.UnknownFieldSetLite
Packages that use UnknownFieldSetLite
-
Uses of UnknownFieldSetLite in com.google.protobuf
Fields in com.google.protobuf declared as UnknownFieldSetLiteModifier and TypeFieldDescriptionprotected UnknownFieldSetLite
GeneratedMessageLite.unknownFields
For use by generated code only.Methods in com.google.protobuf that return UnknownFieldSetLiteModifier and TypeMethodDescriptionstatic UnknownFieldSetLite
UnknownFieldSetLite.getDefaultInstance()
Get an emptyUnknownFieldSetLite
.Methods in com.google.protobuf with parameters of type UnknownFieldSetLiteModifier and TypeMethodDescriptionprotected final void
GeneratedMessageLite.mergeUnknownFields
(UnknownFieldSetLite unknownFields) Merge some unknown fields into theUnknownFieldSetLite
for this message.