1# -*- coding: utf-8 -*- 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: chromiumos/test/api/plan.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 coverage_rule_pb2 as chromiumos_dot_test_dot_api_dot_coverage__rule__pb2 15 16 17DESCRIPTOR = _descriptor.FileDescriptor( 18 name='chromiumos/test/api/plan.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\x1e\x63hromiumos/test/api/plan.proto\x12\x13\x63hromiumos.test.api\x1a\'chromiumos/test/api/coverage_rule.proto\"\xa0\x01\n\nHWTestPlan\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32*.chromiumos.test.api.HWTestPlan.TestPlanId\x12\x39\n\x0e\x63overage_rules\x18\x02 \x03(\x0b\x32!.chromiumos.test.api.CoverageRule\x1a\x1b\n\nTestPlanId\x12\r\n\x05value\x18\x01 \x01(\t:\x02\x18\x01\x42/Z-go.chromium.org/chromiumos/config/go/test/apib\x06proto3' 24 , 25 dependencies=[chromiumos_dot_test_dot_api_dot_coverage__rule__pb2.DESCRIPTOR,]) 26 27 28 29 30_HWTESTPLAN_TESTPLANID = _descriptor.Descriptor( 31 name='TestPlanId', 32 full_name='chromiumos.test.api.HWTestPlan.TestPlanId', 33 filename=None, 34 file=DESCRIPTOR, 35 containing_type=None, 36 create_key=_descriptor._internal_create_key, 37 fields=[ 38 _descriptor.FieldDescriptor( 39 name='value', full_name='chromiumos.test.api.HWTestPlan.TestPlanId.value', index=0, 40 number=1, type=9, cpp_type=9, label=1, 41 has_default_value=False, default_value=b"".decode('utf-8'), 42 message_type=None, enum_type=None, containing_type=None, 43 is_extension=False, extension_scope=None, 44 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 45 ], 46 extensions=[ 47 ], 48 nested_types=[], 49 enum_types=[ 50 ], 51 serialized_options=None, 52 is_extendable=False, 53 syntax='proto3', 54 extension_ranges=[], 55 oneofs=[ 56 ], 57 serialized_start=226, 58 serialized_end=253, 59) 60 61_HWTESTPLAN = _descriptor.Descriptor( 62 name='HWTestPlan', 63 full_name='chromiumos.test.api.HWTestPlan', 64 filename=None, 65 file=DESCRIPTOR, 66 containing_type=None, 67 create_key=_descriptor._internal_create_key, 68 fields=[ 69 _descriptor.FieldDescriptor( 70 name='id', full_name='chromiumos.test.api.HWTestPlan.id', index=0, 71 number=1, type=11, cpp_type=10, label=1, 72 has_default_value=False, default_value=None, 73 message_type=None, enum_type=None, containing_type=None, 74 is_extension=False, extension_scope=None, 75 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 76 _descriptor.FieldDescriptor( 77 name='coverage_rules', full_name='chromiumos.test.api.HWTestPlan.coverage_rules', index=1, 78 number=2, type=11, cpp_type=10, label=3, 79 has_default_value=False, default_value=[], 80 message_type=None, enum_type=None, containing_type=None, 81 is_extension=False, extension_scope=None, 82 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 83 ], 84 extensions=[ 85 ], 86 nested_types=[_HWTESTPLAN_TESTPLANID, ], 87 enum_types=[ 88 ], 89 serialized_options=b'\030\001', 90 is_extendable=False, 91 syntax='proto3', 92 extension_ranges=[], 93 oneofs=[ 94 ], 95 serialized_start=97, 96 serialized_end=257, 97) 98 99_HWTESTPLAN_TESTPLANID.containing_type = _HWTESTPLAN 100_HWTESTPLAN.fields_by_name['id'].message_type = _HWTESTPLAN_TESTPLANID 101_HWTESTPLAN.fields_by_name['coverage_rules'].message_type = chromiumos_dot_test_dot_api_dot_coverage__rule__pb2._COVERAGERULE 102DESCRIPTOR.message_types_by_name['HWTestPlan'] = _HWTESTPLAN 103_sym_db.RegisterFileDescriptor(DESCRIPTOR) 104 105HWTestPlan = _reflection.GeneratedProtocolMessageType('HWTestPlan', (_message.Message,), { 106 107 'TestPlanId' : _reflection.GeneratedProtocolMessageType('TestPlanId', (_message.Message,), { 108 'DESCRIPTOR' : _HWTESTPLAN_TESTPLANID, 109 '__module__' : 'chromiumos.test.api.plan_pb2' 110 # @@protoc_insertion_point(class_scope:chromiumos.test.api.HWTestPlan.TestPlanId) 111 }) 112 , 113 'DESCRIPTOR' : _HWTESTPLAN, 114 '__module__' : 'chromiumos.test.api.plan_pb2' 115 # @@protoc_insertion_point(class_scope:chromiumos.test.api.HWTestPlan) 116 }) 117_sym_db.RegisterMessage(HWTestPlan) 118_sym_db.RegisterMessage(HWTestPlan.TestPlanId) 119 120 121DESCRIPTOR._options = None 122_HWTESTPLAN._options = None 123# @@protoc_insertion_point(module_scope) 124