extensions_pb2.py 1.9 KB

123456789101112131415161718192021222324252627282930313233
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: mypy_protobuf/extensions.proto
  4. # Protobuf Python Version: 4.25.3
  5. """Generated protocol buffer code."""
  6. from google.protobuf import descriptor as _descriptor
  7. from google.protobuf import descriptor_pool as _descriptor_pool
  8. from google.protobuf import symbol_database as _symbol_database
  9. from google.protobuf.internal import builder as _builder
  10. # @@protoc_insertion_point(imports)
  11. _sym_db = _symbol_database.Default()
  12. from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
  13. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1emypy_protobuf/extensions.proto\x12\rmypy_protobuf\x1a google/protobuf/descriptor.proto\"D\n\x0c\x46ieldOptions\x12\x10\n\x08\x63\x61sttype\x18\x01 \x01(\t\x12\x0f\n\x07keytype\x18\x02 \x01(\t\x12\x11\n\tvaluetype\x18\x03 \x01(\t:L\n\x07options\x12\x1d.google.protobuf.FieldOptions\x18\x82\t \x01(\x0b\x32\x1b.mypy_protobuf.FieldOptions:4\n\x08\x63\x61sttype\x12\x1d.google.protobuf.FieldOptions\x18\xff\x08 \x01(\tB\x02\x18\x01:3\n\x07keytype\x12\x1d.google.protobuf.FieldOptions\x18\x80\t \x01(\tB\x02\x18\x01:5\n\tvaluetype\x12\x1d.google.protobuf.FieldOptions\x18\x81\t \x01(\tB\x02\x18\x01\x62\x06proto3')
  14. _globals = globals()
  15. _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
  16. _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'mypy_protobuf.extensions_pb2', _globals)
  17. if _descriptor._USE_C_DESCRIPTORS == False:
  18. DESCRIPTOR._options = None
  19. _globals['casttype']._options = None
  20. _globals['casttype']._serialized_options = b'\030\001'
  21. _globals['keytype']._options = None
  22. _globals['keytype']._serialized_options = b'\030\001'
  23. _globals['valuetype']._options = None
  24. _globals['valuetype']._serialized_options = b'\030\001'
  25. _globals['_FIELDOPTIONS']._serialized_start=83
  26. _globals['_FIELDOPTIONS']._serialized_end=151
  27. # @@protoc_insertion_point(module_scope)