hf ^dZdZddlmZejZeddlmZGddejZdS)zProtocol message implementation hooks for C++ implementation. Contains helper functions used to create protocol message classes from Descriptor objects at runtime backed by the protocol buffer C++ API. z tibell@google.com (Johan Tibell))api_implementationN)_messageceZdZdZdZdS)GeneratedProtocolMessageTypeaMetaclass for protocol message classes created at runtime from Descriptors. The protocol compiler currently uses this metaclass to create protocol message classes at runtime. Clients can also manually create their own classes at runtime, as in this example: mydescriptor = Descriptor(.....) factory = symbol_database.Default() factory.pool.AddDescriptor(mydescriptor) MyProtoClass = factory.GetPrototype(mydescriptor) myproto_instance = MyProtoClass() myproto.foo_field = 23 ... The above example will not work for nested types. If you wish to include them, use reflection.MakeClass() instead of manually instantiating the class in order to create the appropriate class structure. DESCRIPTORN)__name__ __module__ __qualname____doc___DESCRIPTOR_KEY/builddir/build/BUILD/imunify360-venv-2.3.5/opt/imunify360/venv/lib64/python3.11/site-packages/google/protobuf/pyext/cpp_message.pyrr1s*!///rr) r __author__google.protobuf.internalr _c_modulergoogle.protobuf.pyext MessageMetarr rrrs> 0 777777  ' ,,,,,,!!!!!8#7!!!!!r