Classes | |
class | MessageFactory |
Functions | |
def | GetMessages (file_protos) |
Variables | |
string | __author__ = 'matthewtoia@google.com (Matt Toia)' |
_FACTORY = MessageFactory() | |
_GENERATED_PROTOCOL_MESSAGE_TYPE = message_impl.GeneratedProtocolMessageType | |
def google.protobuf.message_factory.GetMessages | ( | file_protos | ) |
Builds a dictionary of all the messages available in a set of files. Args: file_protos: Iterable of FileDescriptorProto to build messages out of. Returns: A dictionary mapping proto names to the message classes. This will include any dependent messages as well as any messages defined in the same file as a specified message.
Definition at line 138 of file bloaty/third_party/protobuf/python/google/protobuf/message_factory.py.
|
private |
Definition at line 40 of file bloaty/third_party/protobuf/python/google/protobuf/message_factory.py.
|
private |
Definition at line 135 of file bloaty/third_party/protobuf/python/google/protobuf/message_factory.py.
|
private |
Definition at line 53 of file bloaty/third_party/protobuf/python/google/protobuf/message_factory.py.