# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: chromiumos/test/api/execution_service.proto """Generated protocol buffer code.""" 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 chromiumos.longrunning import operations_pb2 as chromiumos_dot_longrunning_dot_operations__pb2 from chromiumos.test.api import cros_test_cli_pb2 as chromiumos_dot_test_dot_api_dot_cros__test__cli__pb2 DESCRIPTOR = _descriptor.FileDescriptor( name='chromiumos/test/api/execution_service.proto', package='chromiumos.test.api', syntax='proto3', serialized_options=b'Z-go.chromium.org/chromiumos/config/go/test/api', create_key=_descriptor._internal_create_key, serialized_pb=b'\n+chromiumos/test/api/execution_service.proto\x12\x13\x63hromiumos.test.api\x1a\'chromiumos/longrunning/operations.proto\x1a\'chromiumos/test/api/cros_test_cli.proto\"\x15\n\x13RunCrosTestMetadata2\x93\x01\n\x10\x45xecutionService\x12\x7f\n\x08RunTests\x12$.chromiumos.test.api.CrosTestRequest\x1a!.chromiumos.longrunning.Operation\"*\xd2\x41\'\n\x10\x43rosTestResponse\x12\x13RunCrosTestMetadataB/Z-go.chromium.org/chromiumos/config/go/test/apib\x06proto3' , dependencies=[chromiumos_dot_longrunning_dot_operations__pb2.DESCRIPTOR,chromiumos_dot_test_dot_api_dot_cros__test__cli__pb2.DESCRIPTOR,]) _RUNCROSTESTMETADATA = _descriptor.Descriptor( name='RunCrosTestMetadata', full_name='chromiumos.test.api.RunCrosTestMetadata', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=150, serialized_end=171, ) DESCRIPTOR.message_types_by_name['RunCrosTestMetadata'] = _RUNCROSTESTMETADATA _sym_db.RegisterFileDescriptor(DESCRIPTOR) RunCrosTestMetadata = _reflection.GeneratedProtocolMessageType('RunCrosTestMetadata', (_message.Message,), { 'DESCRIPTOR' : _RUNCROSTESTMETADATA, '__module__' : 'chromiumos.test.api.execution_service_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.RunCrosTestMetadata) }) _sym_db.RegisterMessage(RunCrosTestMetadata) DESCRIPTOR._options = None _EXECUTIONSERVICE = _descriptor.ServiceDescriptor( name='ExecutionService', full_name='chromiumos.test.api.ExecutionService', file=DESCRIPTOR, index=0, serialized_options=None, create_key=_descriptor._internal_create_key, serialized_start=174, serialized_end=321, methods=[ _descriptor.MethodDescriptor( name='RunTests', full_name='chromiumos.test.api.ExecutionService.RunTests', index=0, containing_service=None, input_type=chromiumos_dot_test_dot_api_dot_cros__test__cli__pb2._CROSTESTREQUEST, output_type=chromiumos_dot_longrunning_dot_operations__pb2._OPERATION, serialized_options=b'\322A\'\n\020CrosTestResponse\022\023RunCrosTestMetadata', create_key=_descriptor._internal_create_key, ), ]) _sym_db.RegisterServiceDescriptor(_EXECUTIONSERVICE) DESCRIPTOR.services_by_name['ExecutionService'] = _EXECUTIONSERVICE # @@protoc_insertion_point(module_scope)