1# -*- coding: utf-8 -*- 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: chromiumos/test/api/test_finder_service.proto 4"""Generated protocol buffer code.""" 5from google.protobuf import descriptor as _descriptor 6from google.protobuf import message as _message 7from google.protobuf import reflection as _reflection 8from google.protobuf import symbol_database as _symbol_database 9# @@protoc_insertion_point(imports) 10 11_sym_db = _symbol_database.Default() 12 13 14from chromiumos.test.api import cros_test_finder_cli_pb2 as chromiumos_dot_test_dot_api_dot_cros__test__finder__cli__pb2 15 16 17DESCRIPTOR = _descriptor.FileDescriptor( 18 name='chromiumos/test/api/test_finder_service.proto', 19 package='chromiumos.test.api', 20 syntax='proto3', 21 serialized_options=b'Z-go.chromium.org/chromiumos/config/go/test/api', 22 create_key=_descriptor._internal_create_key, 23 serialized_pb=b'\n-chromiumos/test/api/test_finder_service.proto\x12\x13\x63hromiumos.test.api\x1a.chromiumos/test/api/cros_test_finder_cli.proto2y\n\x11TestFinderService\x12\x64\n\tFindTests\x12*.chromiumos.test.api.CrosTestFinderRequest\x1a+.chromiumos.test.api.CrosTestFinderResponseB/Z-go.chromium.org/chromiumos/config/go/test/apib\x06proto3' 24 , 25 dependencies=[chromiumos_dot_test_dot_api_dot_cros__test__finder__cli__pb2.DESCRIPTOR,]) 26 27 28 29_sym_db.RegisterFileDescriptor(DESCRIPTOR) 30 31 32DESCRIPTOR._options = None 33 34_TESTFINDERSERVICE = _descriptor.ServiceDescriptor( 35 name='TestFinderService', 36 full_name='chromiumos.test.api.TestFinderService', 37 file=DESCRIPTOR, 38 index=0, 39 serialized_options=None, 40 create_key=_descriptor._internal_create_key, 41 serialized_start=118, 42 serialized_end=239, 43 methods=[ 44 _descriptor.MethodDescriptor( 45 name='FindTests', 46 full_name='chromiumos.test.api.TestFinderService.FindTests', 47 index=0, 48 containing_service=None, 49 input_type=chromiumos_dot_test_dot_api_dot_cros__test__finder__cli__pb2._CROSTESTFINDERREQUEST, 50 output_type=chromiumos_dot_test_dot_api_dot_cros__test__finder__cli__pb2._CROSTESTFINDERRESPONSE, 51 serialized_options=None, 52 create_key=_descriptor._internal_create_key, 53 ), 54]) 55_sym_db.RegisterServiceDescriptor(_TESTFINDERSERVICE) 56 57DESCRIPTOR.services_by_name['TestFinderService'] = _TESTFINDERSERVICE 58 59# @@protoc_insertion_point(module_scope) 60