blob: 1e59748af8e6e0350c8d5d6fd2c794cdbca3f135 [file] [log] [blame]
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: chromite/api/test.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
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
from chromite.api.gen.chromite.api import build_api_pb2 as chromite_dot_api_dot_build__api__pb2
from chromite.api.gen.chromite.api import sysroot_pb2 as chromite_dot_api_dot_sysroot__pb2
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
DESCRIPTOR = _descriptor.FileDescriptor(
name='chromite/api/test.proto',
package='chromite.api',
syntax='proto3',
serialized_options=None,
serialized_pb=_b('\n\x17\x63hromite/api/test.proto\x12\x0c\x63hromite.api\x1a\x1c\x63hromite/api/build_api.proto\x1a\x1a\x63hromite/api/sysroot.proto\x1a\x1bgoogle/protobuf/empty.proto\">\n\x14\x44\x65\x62ugInfoTestRequest\x12&\n\x07sysroot\x18\x01 \x01(\x0b\x32\x15.chromite.api.Sysroot2h\n\x0bTestService\x12K\n\rDebugInfoTest\x12\".chromite.api.DebugInfoTestRequest\x1a\x16.google.protobuf.Empty\x1a\x0c\xc2\xed\x1a\x08\n\x04test\x10\x01\x62\x06proto3')
,
dependencies=[chromite_dot_api_dot_build__api__pb2.DESCRIPTOR,chromite_dot_api_dot_sysroot__pb2.DESCRIPTOR,google_dot_protobuf_dot_empty__pb2.DESCRIPTOR,])
_DEBUGINFOTESTREQUEST = _descriptor.Descriptor(
name='DebugInfoTestRequest',
full_name='chromite.api.DebugInfoTestRequest',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='sysroot', full_name='chromite.api.DebugInfoTestRequest.sysroot', index=0,
number=1, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=128,
serialized_end=190,
)
_DEBUGINFOTESTREQUEST.fields_by_name['sysroot'].message_type = chromite_dot_api_dot_sysroot__pb2._SYSROOT
DESCRIPTOR.message_types_by_name['DebugInfoTestRequest'] = _DEBUGINFOTESTREQUEST
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
DebugInfoTestRequest = _reflection.GeneratedProtocolMessageType('DebugInfoTestRequest', (_message.Message,), dict(
DESCRIPTOR = _DEBUGINFOTESTREQUEST,
__module__ = 'chromite.api.test_pb2'
# @@protoc_insertion_point(class_scope:chromite.api.DebugInfoTestRequest)
))
_sym_db.RegisterMessage(DebugInfoTestRequest)
_TESTSERVICE = _descriptor.ServiceDescriptor(
name='TestService',
full_name='chromite.api.TestService',
file=DESCRIPTOR,
index=0,
serialized_options=_b('\302\355\032\010\n\004test\020\001'),
serialized_start=192,
serialized_end=296,
methods=[
_descriptor.MethodDescriptor(
name='DebugInfoTest',
full_name='chromite.api.TestService.DebugInfoTest',
index=0,
containing_service=None,
input_type=_DEBUGINFOTESTREQUEST,
output_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
serialized_options=None,
),
])
_sym_db.RegisterServiceDescriptor(_TESTSERVICE)
DESCRIPTOR.services_by_name['TestService'] = _TESTSERVICE
# @@protoc_insertion_point(module_scope)