You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

serialization_test_pb2.py 1.6 kB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # NO CHECKED-IN PROTOBUF GENCODE
  4. # source: serialization_test.proto
  5. # Protobuf Python Version: 5.29.0
  6. """Generated protocol buffer code."""
  7. from google.protobuf import descriptor as _descriptor
  8. from google.protobuf import descriptor_pool as _descriptor_pool
  9. from google.protobuf import runtime_version as _runtime_version
  10. from google.protobuf import symbol_database as _symbol_database
  11. from google.protobuf.internal import builder as _builder
  12. _runtime_version.ValidateProtobufRuntimeVersion(
  13. _runtime_version.Domain.PUBLIC,
  14. 5,
  15. 29,
  16. 0,
  17. '',
  18. 'serialization_test.proto'
  19. )
  20. # @@protoc_insertion_point(imports)
  21. _sym_db = _symbol_database.Default()
  22. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x18serialization_test.proto\x12\x06\x61gents\"\x1f\n\x0cProtoMessage\x12\x0f\n\x07message\x18\x01 \x01(\t\"L\n\x13NestingProtoMessage\x12\x0f\n\x07message\x18\x01 \x01(\t\x12$\n\x06nested\x18\x02 \x01(\x0b\x32\x14.agents.ProtoMessageb\x06proto3')
  23. _globals = globals()
  24. _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
  25. _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'serialization_test_pb2', _globals)
  26. if not _descriptor._USE_C_DESCRIPTORS:
  27. DESCRIPTOR._loaded_options = None
  28. _globals['_PROTOMESSAGE']._serialized_start=36
  29. _globals['_PROTOMESSAGE']._serialized_end=67
  30. _globals['_NESTINGPROTOMESSAGE']._serialized_start=69
  31. _globals['_NESTINGPROTOMESSAGE']._serialized_end=145
  32. # @@protoc_insertion_point(module_scope)