# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: control_tests.proto """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool 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 google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13\x63ontrol_tests.proto\x1a\x1bgoogle/protobuf/empty.proto\",\n\x11SetDataDirRequest\x12\x17\n\x0f\x66ixturesDirName\x18\x01 \x01(\t\"h\n\x16SetAppConfigValRequest\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x10\n\x06strVal\x18\x02 \x01(\tH\x00\x12\x10\n\x06intVal\x18\x03 \x01(\x05H\x00\x12\x11\n\x07\x62oolVal\x18\x04 \x01(\x08H\x00\x42\n\n\x08\x61\x63_oneof2\x86\x02\n\x0c\x43ontrolTests\x12<\n\nstartTests\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\x12:\n\x08\x65ndTests\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\x12\x38\n\nsetDataDir\x12\x12.SetDataDirRequest\x1a\x16.google.protobuf.Empty\x12\x42\n\x0fsetAppConfigVal\x12\x17.SetAppConfigValRequest\x1a\x16.google.protobuf.Emptyb\x06proto3') _SETDATADIRREQUEST = DESCRIPTOR.message_types_by_name['SetDataDirRequest'] _SETAPPCONFIGVALREQUEST = DESCRIPTOR.message_types_by_name['SetAppConfigValRequest'] SetDataDirRequest = _reflection.GeneratedProtocolMessageType('SetDataDirRequest', (_message.Message,), { 'DESCRIPTOR' : _SETDATADIRREQUEST, '__module__' : 'control_tests_pb2' # @@protoc_insertion_point(class_scope:SetDataDirRequest) }) _sym_db.RegisterMessage(SetDataDirRequest) SetAppConfigValRequest = _reflection.GeneratedProtocolMessageType('SetAppConfigValRequest', (_message.Message,), { 'DESCRIPTOR' : _SETAPPCONFIGVALREQUEST, '__module__' : 'control_tests_pb2' # @@protoc_insertion_point(class_scope:SetAppConfigValRequest) }) _sym_db.RegisterMessage(SetAppConfigValRequest) _CONTROLTESTS = DESCRIPTOR.services_by_name['ControlTests'] if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None _SETDATADIRREQUEST._serialized_start=52 _SETDATADIRREQUEST._serialized_end=96 _SETAPPCONFIGVALREQUEST._serialized_start=98 _SETAPPCONFIGVALREQUEST._serialized_end=202 _CONTROLTESTS._serialized_start=205 _CONTROLTESTS._serialized_end=467 # @@protoc_insertion_point(module_scope)