Uses of Class
com.google.protobuf.DynamicMessage
Packages that use DynamicMessage
-
Uses of DynamicMessage in com.google.protobuf
Methods in com.google.protobuf that return DynamicMessageModifier and TypeMethodDescriptionDynamicMessage.Builder.build()
DynamicMessage.Builder.buildPartial()
static DynamicMessage
DynamicMessage.getDefaultInstance
(Descriptors.Descriptor type) Get aDynamicMessage
representing the default instance of the given type.DynamicMessage.Builder.getDefaultInstanceForType()
DynamicMessage.getDefaultInstanceForType()
static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, byte[] data) Parsedata
as a message of the given type and return it.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, byte[] data, ExtensionRegistry extensionRegistry) Parsedata
as a message of the given type and return it.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, com.google.protobuf.ByteString data) Parsedata
as a message of the given type and return it.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, com.google.protobuf.ByteString data, ExtensionRegistry extensionRegistry) Parsedata
as a message of the given type and return it.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, com.google.protobuf.CodedInputStream input) Parse a message of the given type from the given input stream.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, com.google.protobuf.CodedInputStream input, ExtensionRegistry extensionRegistry) Parse a message of the given type from the given input stream.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, InputStream input) Parse a message of the given type frominput
and return it.static DynamicMessage
DynamicMessage.parseFrom
(Descriptors.Descriptor type, InputStream input, ExtensionRegistry extensionRegistry) Parse a message of the given type frominput
and return it.Methods in com.google.protobuf that return types with arguments of type DynamicMessageModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<DynamicMessage> DynamicMessage.getParserForType()