• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler.  DO NOT EDIT!
3# source: chromiumos/test/api/v1/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/v1/plan.proto',
19  package='chromiumos.test.api.v1',
20  syntax='proto3',
21  serialized_options=b'Z<go.chromium.org/chromiumos/config/go/test/api/v1;test_api_v1',
22  create_key=_descriptor._internal_create_key,
23  serialized_pb=b'\n!chromiumos/test/api/v1/plan.proto\x12\x16\x63hromiumos.test.api.v1\x1a\'chromiumos/test/api/coverage_rule.proto\"\x9f\x01\n\nHWTestPlan\x12\x39\n\x02id\x18\x01 \x01(\x0b\x32-.chromiumos.test.api.v1.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\"\x9f\x01\n\nVMTestPlan\x12\x39\n\x02id\x18\x01 \x01(\x0b\x32-.chromiumos.test.api.v1.VMTestPlan.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(\tB>Z<go.chromium.org/chromiumos/config/go/test/api/v1;test_api_v1b\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.v1.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.v1.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=235,
58  serialized_end=262,
59)
60
61_HWTESTPLAN = _descriptor.Descriptor(
62  name='HWTestPlan',
63  full_name='chromiumos.test.api.v1.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.v1.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.v1.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=None,
90  is_extendable=False,
91  syntax='proto3',
92  extension_ranges=[],
93  oneofs=[
94  ],
95  serialized_start=103,
96  serialized_end=262,
97)
98
99
100_VMTESTPLAN_TESTPLANID = _descriptor.Descriptor(
101  name='TestPlanId',
102  full_name='chromiumos.test.api.v1.VMTestPlan.TestPlanId',
103  filename=None,
104  file=DESCRIPTOR,
105  containing_type=None,
106  create_key=_descriptor._internal_create_key,
107  fields=[
108    _descriptor.FieldDescriptor(
109      name='value', full_name='chromiumos.test.api.v1.VMTestPlan.TestPlanId.value', index=0,
110      number=1, type=9, cpp_type=9, label=1,
111      has_default_value=False, default_value=b"".decode('utf-8'),
112      message_type=None, enum_type=None, containing_type=None,
113      is_extension=False, extension_scope=None,
114      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
115  ],
116  extensions=[
117  ],
118  nested_types=[],
119  enum_types=[
120  ],
121  serialized_options=None,
122  is_extendable=False,
123  syntax='proto3',
124  extension_ranges=[],
125  oneofs=[
126  ],
127  serialized_start=235,
128  serialized_end=262,
129)
130
131_VMTESTPLAN = _descriptor.Descriptor(
132  name='VMTestPlan',
133  full_name='chromiumos.test.api.v1.VMTestPlan',
134  filename=None,
135  file=DESCRIPTOR,
136  containing_type=None,
137  create_key=_descriptor._internal_create_key,
138  fields=[
139    _descriptor.FieldDescriptor(
140      name='id', full_name='chromiumos.test.api.v1.VMTestPlan.id', index=0,
141      number=1, type=11, cpp_type=10, label=1,
142      has_default_value=False, default_value=None,
143      message_type=None, enum_type=None, containing_type=None,
144      is_extension=False, extension_scope=None,
145      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
146    _descriptor.FieldDescriptor(
147      name='coverage_rules', full_name='chromiumos.test.api.v1.VMTestPlan.coverage_rules', index=1,
148      number=2, type=11, cpp_type=10, label=3,
149      has_default_value=False, default_value=[],
150      message_type=None, enum_type=None, containing_type=None,
151      is_extension=False, extension_scope=None,
152      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
153  ],
154  extensions=[
155  ],
156  nested_types=[_VMTESTPLAN_TESTPLANID, ],
157  enum_types=[
158  ],
159  serialized_options=None,
160  is_extendable=False,
161  syntax='proto3',
162  extension_ranges=[],
163  oneofs=[
164  ],
165  serialized_start=265,
166  serialized_end=424,
167)
168
169_HWTESTPLAN_TESTPLANID.containing_type = _HWTESTPLAN
170_HWTESTPLAN.fields_by_name['id'].message_type = _HWTESTPLAN_TESTPLANID
171_HWTESTPLAN.fields_by_name['coverage_rules'].message_type = chromiumos_dot_test_dot_api_dot_coverage__rule__pb2._COVERAGERULE
172_VMTESTPLAN_TESTPLANID.containing_type = _VMTESTPLAN
173_VMTESTPLAN.fields_by_name['id'].message_type = _VMTESTPLAN_TESTPLANID
174_VMTESTPLAN.fields_by_name['coverage_rules'].message_type = chromiumos_dot_test_dot_api_dot_coverage__rule__pb2._COVERAGERULE
175DESCRIPTOR.message_types_by_name['HWTestPlan'] = _HWTESTPLAN
176DESCRIPTOR.message_types_by_name['VMTestPlan'] = _VMTESTPLAN
177_sym_db.RegisterFileDescriptor(DESCRIPTOR)
178
179HWTestPlan = _reflection.GeneratedProtocolMessageType('HWTestPlan', (_message.Message,), {
180
181  'TestPlanId' : _reflection.GeneratedProtocolMessageType('TestPlanId', (_message.Message,), {
182    'DESCRIPTOR' : _HWTESTPLAN_TESTPLANID,
183    '__module__' : 'chromiumos.test.api.v1.plan_pb2'
184    # @@protoc_insertion_point(class_scope:chromiumos.test.api.v1.HWTestPlan.TestPlanId)
185    })
186  ,
187  'DESCRIPTOR' : _HWTESTPLAN,
188  '__module__' : 'chromiumos.test.api.v1.plan_pb2'
189  # @@protoc_insertion_point(class_scope:chromiumos.test.api.v1.HWTestPlan)
190  })
191_sym_db.RegisterMessage(HWTestPlan)
192_sym_db.RegisterMessage(HWTestPlan.TestPlanId)
193
194VMTestPlan = _reflection.GeneratedProtocolMessageType('VMTestPlan', (_message.Message,), {
195
196  'TestPlanId' : _reflection.GeneratedProtocolMessageType('TestPlanId', (_message.Message,), {
197    'DESCRIPTOR' : _VMTESTPLAN_TESTPLANID,
198    '__module__' : 'chromiumos.test.api.v1.plan_pb2'
199    # @@protoc_insertion_point(class_scope:chromiumos.test.api.v1.VMTestPlan.TestPlanId)
200    })
201  ,
202  'DESCRIPTOR' : _VMTESTPLAN,
203  '__module__' : 'chromiumos.test.api.v1.plan_pb2'
204  # @@protoc_insertion_point(class_scope:chromiumos.test.api.v1.VMTestPlan)
205  })
206_sym_db.RegisterMessage(VMTestPlan)
207_sym_db.RegisterMessage(VMTestPlan.TestPlanId)
208
209
210DESCRIPTOR._options = None
211# @@protoc_insertion_point(module_scope)
212