PHP 8.2.30
Preview: test_bad_identifiers_pb2.py Size: 5.80 KB
/proc/self/root/proc/thread-self/root/usr/lib/python2.7/site-packages/google/protobuf/internal/test_bad_identifiers_pb2.py

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/protobuf/internal/test_bad_identifiers.proto

import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
from google.protobuf import service as _service
from google.protobuf import service_reflection
from google.protobuf import descriptor_pb2
# @@protoc_insertion_point(imports)

_sym_db = _symbol_database.Default()




DESCRIPTOR = _descriptor.FileDescriptor(
  name='google/protobuf/internal/test_bad_identifiers.proto',
  package='protobuf_unittest',
  syntax='proto2',
  serialized_pb=_b('\n3google/protobuf/internal/test_bad_identifiers.proto\x12\x11protobuf_unittest\"\x1e\n\x12TestBadIdentifiers*\x08\x08\x64\x10\x80\x80\x80\x80\x02\"\x10\n\x0e\x41notherMessage2\x10\n\x0e\x41notherService:;\n\x07message\x12%.protobuf_unittest.TestBadIdentifiers\x18\x64 \x01(\t:\x03\x66oo:>\n\ndescriptor\x12%.protobuf_unittest.TestBadIdentifiers\x18\x65 \x01(\t:\x03\x62\x61r:>\n\nreflection\x12%.protobuf_unittest.TestBadIdentifiers\x18\x66 \x01(\t:\x03\x62\x61z:;\n\x07service\x12%.protobuf_unittest.TestBadIdentifiers\x18g \x01(\t:\x03quxB\x03\x90\x01\x01')
)


MESSAGE_FIELD_NUMBER = 100
message = _descriptor.FieldDescriptor(
  name='message', full_name='protobuf_unittest.message', index=0,
  number=100, type=9, cpp_type=9, label=1,
  has_default_value=True, default_value=_b("foo").decode('utf-8'),
  message_type=None, enum_type=None, containing_type=None,
  is_extension=True, extension_scope=None,
  options=None, file=DESCRIPTOR)
DESCRIPTOR_FIELD_NUMBER = 101
descriptor = _descriptor.FieldDescriptor(
  name='descriptor', full_name='protobuf_unittest.descriptor', index=1,
  number=101, type=9, cpp_type=9, label=1,
  has_default_value=True, default_value=_b("bar").decode('utf-8'),
  message_type=None, enum_type=None, containing_type=None,
  is_extension=True, extension_scope=None,
  options=None, file=DESCRIPTOR)
REFLECTION_FIELD_NUMBER = 102
reflection = _descriptor.FieldDescriptor(
  name='reflection', full_name='protobuf_unittest.reflection', index=2,
  number=102, type=9, cpp_type=9, label=1,
  has_default_value=True, default_value=_b("baz").decode('utf-8'),
  message_type=None, enum_type=None, containing_type=None,
  is_extension=True, extension_scope=None,
  options=None, file=DESCRIPTOR)
SERVICE_FIELD_NUMBER = 103
service = _descriptor.FieldDescriptor(
  name='service', full_name='protobuf_unittest.service', index=3,
  number=103, type=9, cpp_type=9, label=1,
  has_default_value=True, default_value=_b("qux").decode('utf-8'),
  message_type=None, enum_type=None, containing_type=None,
  is_extension=True, extension_scope=None,
  options=None, file=DESCRIPTOR)


_TESTBADIDENTIFIERS = _descriptor.Descriptor(
  name='TestBadIdentifiers',
  full_name='protobuf_unittest.TestBadIdentifiers',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=True,
  syntax='proto2',
  extension_ranges=[(100, 536870912), ],
  oneofs=[
  ],
  serialized_start=74,
  serialized_end=104,
)


_ANOTHERMESSAGE = _descriptor.Descriptor(
  name='AnotherMessage',
  full_name='protobuf_unittest.AnotherMessage',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  syntax='proto2',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=106,
  serialized_end=122,
)

DESCRIPTOR.message_types_by_name['TestBadIdentifiers'] = _TESTBADIDENTIFIERS
DESCRIPTOR.message_types_by_name['AnotherMessage'] = _ANOTHERMESSAGE
DESCRIPTOR.extensions_by_name['message'] = message
DESCRIPTOR.extensions_by_name['descriptor'] = descriptor
DESCRIPTOR.extensions_by_name['reflection'] = reflection
DESCRIPTOR.extensions_by_name['service'] = service
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

TestBadIdentifiers = _reflection.GeneratedProtocolMessageType('TestBadIdentifiers', (_message.Message,), dict(
  DESCRIPTOR = _TESTBADIDENTIFIERS,
  __module__ = 'google.protobuf.internal.test_bad_identifiers_pb2'
  # @@protoc_insertion_point(class_scope:protobuf_unittest.TestBadIdentifiers)
  ))
_sym_db.RegisterMessage(TestBadIdentifiers)

AnotherMessage = _reflection.GeneratedProtocolMessageType('AnotherMessage', (_message.Message,), dict(
  DESCRIPTOR = _ANOTHERMESSAGE,
  __module__ = 'google.protobuf.internal.test_bad_identifiers_pb2'
  # @@protoc_insertion_point(class_scope:protobuf_unittest.AnotherMessage)
  ))
_sym_db.RegisterMessage(AnotherMessage)

TestBadIdentifiers.RegisterExtension(message)
TestBadIdentifiers.RegisterExtension(descriptor)
TestBadIdentifiers.RegisterExtension(reflection)
TestBadIdentifiers.RegisterExtension(service)

DESCRIPTOR.has_options = True
DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\220\001\001'))

_ANOTHERSERVICE = _descriptor.ServiceDescriptor(
  name='AnotherService',
  full_name='protobuf_unittest.AnotherService',
  file=DESCRIPTOR,
  index=0,
  options=None,
  serialized_start=124,
  serialized_end=140,
  methods=[
])
_sym_db.RegisterServiceDescriptor(_ANOTHERSERVICE)

DESCRIPTOR.services_by_name['AnotherService'] = _ANOTHERSERVICE

AnotherService = service_reflection.GeneratedServiceType('AnotherService', (_service.Service,), dict(
  DESCRIPTOR = _ANOTHERSERVICE,
  __module__ = 'google.protobuf.internal.test_bad_identifiers_pb2'
  ))

AnotherService_Stub = service_reflection.GeneratedServiceStubType('AnotherService_Stub', (AnotherService,), dict(
  DESCRIPTOR = _ANOTHERSERVICE,
  __module__ = 'google.protobuf.internal.test_bad_identifiers_pb2'
  ))


# @@protoc_insertion_point(module_scope)

Directory Contents

Dirs: 1 × Files: 129

Name Size Perms Modified Actions
- drwxr-xr-x 2025-10-28 07:00:44
Edit Download
6.96 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
4.84 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
4.84 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
6.90 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
3.37 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
3.37 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
20.40 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
24.48 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
24.48 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
30.56 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
25.39 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
25.30 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
4.50 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
2.56 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
2.56 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
42.62 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
35.53 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
35.53 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
20.43 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
11.03 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
11.03 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
12.12 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
7.57 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
7.57 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
41.73 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
32.79 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
32.79 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
27.87 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
28.82 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
28.65 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
3.47 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
2.92 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
2.92 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
7.63 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
5.49 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
5.49 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
24.34 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
14.02 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
14.02 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
2.98 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
3.03 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
3.03 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
14.40 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
12.98 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
12.98 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
40.46 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
33.87 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
33.87 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
9.43 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
6.74 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
6.74 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
3.29 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
2.56 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
2.56 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
8.28 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
5.40 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
5.40 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
85.56 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
71.09 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
70.97 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
9.38 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
6.04 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
6.04 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
4.85 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
4.00 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
4.00 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
7.13 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
5.02 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
5.02 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
4.16 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
3.62 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
3.62 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
19.87 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
10.76 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
10.76 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
3.66 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
2.85 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
2.85 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
56.49 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
50.45 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
50.34 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
125.23 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
96.92 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
96.92 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
5.26 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
5.18 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
5.18 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
5.50 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
4.65 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
4.65 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
4.40 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
3.81 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
3.81 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
5.80 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
4.58 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
4.58 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
33.15 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
31.33 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
31.28 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
2.81 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
1.96 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
1.96 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
63.68 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
56.52 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
56.52 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
13.90 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
11.58 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
11.58 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
13.52 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
11.46 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
11.46 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
27.62 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
32.88 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
32.88 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
34.58 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
25.40 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
25.40 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
8.25 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
8.82 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
8.82 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
10.65 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
6.77 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
6.77 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
15.07 KB lrw-r--r-- 2025-10-21 13:29:01
Edit Download
15.94 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
15.50 KB lrw-r--r-- 2025-10-21 13:29:19
Edit Download
0 B lrw-r--r-- 2025-10-21 13:29:01
Edit Download
156 B lrw-r--r-- 2025-10-21 13:29:19
Edit Download
156 B lrw-r--r-- 2025-10-21 13:29:19
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).