source_context_pb2.py 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # Generated by the protocol buffer compiler. DO NOT EDIT!
  2. # source: google/protobuf/source_context.proto
  3. import sys
  4. _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
  5. from google.protobuf import descriptor as _descriptor
  6. from google.protobuf import message as _message
  7. from google.protobuf import reflection as _reflection
  8. from google.protobuf import symbol_database as _symbol_database
  9. from google.protobuf import descriptor_pb2
  10. # @@protoc_insertion_point(imports)
  11. _sym_db = _symbol_database.Default()
  12. DESCRIPTOR = _descriptor.FileDescriptor(
  13. name='google/protobuf/source_context.proto',
  14. package='google.protobuf',
  15. syntax='proto3',
  16. serialized_pb=_b('\n$google/protobuf/source_context.proto\x12\x0fgoogle.protobuf\"\"\n\rSourceContext\x12\x11\n\tfile_name\x18\x01 \x01(\tB\x95\x01\n\x13\x63om.google.protobufB\x12SourceContextProtoP\x01ZAgoogle.golang.org/genproto/protobuf/source_context;source_context\xa2\x02\x03GPB\xaa\x02\x1eGoogle.Protobuf.WellKnownTypesb\x06proto3')
  17. )
  18. _SOURCECONTEXT = _descriptor.Descriptor(
  19. name='SourceContext',
  20. full_name='google.protobuf.SourceContext',
  21. filename=None,
  22. file=DESCRIPTOR,
  23. containing_type=None,
  24. fields=[
  25. _descriptor.FieldDescriptor(
  26. name='file_name', full_name='google.protobuf.SourceContext.file_name', index=0,
  27. number=1, type=9, cpp_type=9, label=1,
  28. has_default_value=False, default_value=_b("").decode('utf-8'),
  29. message_type=None, enum_type=None, containing_type=None,
  30. is_extension=False, extension_scope=None,
  31. options=None),
  32. ],
  33. extensions=[
  34. ],
  35. nested_types=[],
  36. enum_types=[
  37. ],
  38. options=None,
  39. is_extendable=False,
  40. syntax='proto3',
  41. extension_ranges=[],
  42. oneofs=[
  43. ],
  44. serialized_start=57,
  45. serialized_end=91,
  46. )
  47. DESCRIPTOR.message_types_by_name['SourceContext'] = _SOURCECONTEXT
  48. _sym_db.RegisterFileDescriptor(DESCRIPTOR)
  49. SourceContext = _reflection.GeneratedProtocolMessageType('SourceContext', (_message.Message,), dict(
  50. DESCRIPTOR = _SOURCECONTEXT,
  51. __module__ = 'google.protobuf.source_context_pb2'
  52. # @@protoc_insertion_point(class_scope:google.protobuf.SourceContext)
  53. ))
  54. _sym_db.RegisterMessage(SourceContext)
  55. DESCRIPTOR.has_options = True
  56. DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\023com.google.protobufB\022SourceContextProtoP\001ZAgoogle.golang.org/genproto/protobuf/source_context;source_context\242\002\003GPB\252\002\036Google.Protobuf.WellKnownTypes'))
  57. # @@protoc_insertion_point(module_scope)