1# -*- coding: utf-8 -*- 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: chromiumos/test/api/callbox_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 14 15 16DESCRIPTOR = _descriptor.FileDescriptor( 17 name='chromiumos/test/api/callbox_service.proto', 18 package='chromiumos.test.api', 19 syntax='proto3', 20 serialized_options=b'Z-go.chromium.org/chromiumos/config/go/test/api', 21 create_key=_descriptor._internal_create_key, 22 serialized_pb=b'\n)chromiumos/test/api/callbox_service.proto\x12\x13\x63hromiumos.test.api\"\x14\n\x12\x43heckHealthRequest\"\x15\n\x13\x43heckHealthResponse2t\n\x0e\x43\x61llboxService\x12\x62\n\x0b\x43heckHealth\x12\'.chromiumos.test.api.CheckHealthRequest\x1a(.chromiumos.test.api.CheckHealthResponse0\x01\x42/Z-go.chromium.org/chromiumos/config/go/test/apib\x06proto3' 23) 24 25 26 27 28_CHECKHEALTHREQUEST = _descriptor.Descriptor( 29 name='CheckHealthRequest', 30 full_name='chromiumos.test.api.CheckHealthRequest', 31 filename=None, 32 file=DESCRIPTOR, 33 containing_type=None, 34 create_key=_descriptor._internal_create_key, 35 fields=[ 36 ], 37 extensions=[ 38 ], 39 nested_types=[], 40 enum_types=[ 41 ], 42 serialized_options=None, 43 is_extendable=False, 44 syntax='proto3', 45 extension_ranges=[], 46 oneofs=[ 47 ], 48 serialized_start=66, 49 serialized_end=86, 50) 51 52 53_CHECKHEALTHRESPONSE = _descriptor.Descriptor( 54 name='CheckHealthResponse', 55 full_name='chromiumos.test.api.CheckHealthResponse', 56 filename=None, 57 file=DESCRIPTOR, 58 containing_type=None, 59 create_key=_descriptor._internal_create_key, 60 fields=[ 61 ], 62 extensions=[ 63 ], 64 nested_types=[], 65 enum_types=[ 66 ], 67 serialized_options=None, 68 is_extendable=False, 69 syntax='proto3', 70 extension_ranges=[], 71 oneofs=[ 72 ], 73 serialized_start=88, 74 serialized_end=109, 75) 76 77DESCRIPTOR.message_types_by_name['CheckHealthRequest'] = _CHECKHEALTHREQUEST 78DESCRIPTOR.message_types_by_name['CheckHealthResponse'] = _CHECKHEALTHRESPONSE 79_sym_db.RegisterFileDescriptor(DESCRIPTOR) 80 81CheckHealthRequest = _reflection.GeneratedProtocolMessageType('CheckHealthRequest', (_message.Message,), { 82 'DESCRIPTOR' : _CHECKHEALTHREQUEST, 83 '__module__' : 'chromiumos.test.api.callbox_service_pb2' 84 # @@protoc_insertion_point(class_scope:chromiumos.test.api.CheckHealthRequest) 85 }) 86_sym_db.RegisterMessage(CheckHealthRequest) 87 88CheckHealthResponse = _reflection.GeneratedProtocolMessageType('CheckHealthResponse', (_message.Message,), { 89 'DESCRIPTOR' : _CHECKHEALTHRESPONSE, 90 '__module__' : 'chromiumos.test.api.callbox_service_pb2' 91 # @@protoc_insertion_point(class_scope:chromiumos.test.api.CheckHealthResponse) 92 }) 93_sym_db.RegisterMessage(CheckHealthResponse) 94 95 96DESCRIPTOR._options = None 97 98_CALLBOXSERVICE = _descriptor.ServiceDescriptor( 99 name='CallboxService', 100 full_name='chromiumos.test.api.CallboxService', 101 file=DESCRIPTOR, 102 index=0, 103 serialized_options=None, 104 create_key=_descriptor._internal_create_key, 105 serialized_start=111, 106 serialized_end=227, 107 methods=[ 108 _descriptor.MethodDescriptor( 109 name='CheckHealth', 110 full_name='chromiumos.test.api.CallboxService.CheckHealth', 111 index=0, 112 containing_service=None, 113 input_type=_CHECKHEALTHREQUEST, 114 output_type=_CHECKHEALTHRESPONSE, 115 serialized_options=None, 116 create_key=_descriptor._internal_create_key, 117 ), 118]) 119_sym_db.RegisterServiceDescriptor(_CALLBOXSERVICE) 120 121DESCRIPTOR.services_by_name['CallboxService'] = _CALLBOXSERVICE 122 123# @@protoc_insertion_point(module_scope) 124