• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler.  DO NOT EDIT!
3# source: ExecutionSpecificationMessage.proto
4
5import sys
6_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
7from google.protobuf import descriptor as _descriptor
8from google.protobuf import message as _message
9from google.protobuf import reflection as _reflection
10from google.protobuf import symbol_database as _symbol_database
11# @@protoc_insertion_point(imports)
12
13_sym_db = _symbol_database.Default()
14
15
16import ComponentSpecificationMessage_pb2 as ComponentSpecificationMessage__pb2
17
18
19DESCRIPTOR = _descriptor.FileDescriptor(
20  name='ExecutionSpecificationMessage.proto',
21  package='android.vts',
22  syntax='proto2',
23  serialized_options=_b('\n\025com.android.vts.protoB VtsExecutionSpecificationMessage'),
24  serialized_pb=_b('\n#ExecutionSpecificationMessage.proto\x12\x0b\x61ndroid.vts\x1a#ComponentSpecificationMessage.proto\"h\n\x1d\x45xecutionSpecificationMessage\x12\x37\n\rfunction_call\x18\x01 \x03(\x0b\x32 .android.vts.FunctionCallMessage\x12\x0e\n\x05valid\x18\xe8\x07 \x01(\x08\x42\x39\n\x15\x63om.android.vts.protoB VtsExecutionSpecificationMessage')
25  ,
26  dependencies=[ComponentSpecificationMessage__pb2.DESCRIPTOR,])
27
28
29
30
31_EXECUTIONSPECIFICATIONMESSAGE = _descriptor.Descriptor(
32  name='ExecutionSpecificationMessage',
33  full_name='android.vts.ExecutionSpecificationMessage',
34  filename=None,
35  file=DESCRIPTOR,
36  containing_type=None,
37  fields=[
38    _descriptor.FieldDescriptor(
39      name='function_call', full_name='android.vts.ExecutionSpecificationMessage.function_call', index=0,
40      number=1, type=11, cpp_type=10, label=3,
41      has_default_value=False, default_value=[],
42      message_type=None, enum_type=None, containing_type=None,
43      is_extension=False, extension_scope=None,
44      serialized_options=None, file=DESCRIPTOR),
45    _descriptor.FieldDescriptor(
46      name='valid', full_name='android.vts.ExecutionSpecificationMessage.valid', index=1,
47      number=1000, type=8, cpp_type=7, label=1,
48      has_default_value=False, default_value=False,
49      message_type=None, enum_type=None, containing_type=None,
50      is_extension=False, extension_scope=None,
51      serialized_options=None, file=DESCRIPTOR),
52  ],
53  extensions=[
54  ],
55  nested_types=[],
56  enum_types=[
57  ],
58  serialized_options=None,
59  is_extendable=False,
60  syntax='proto2',
61  extension_ranges=[],
62  oneofs=[
63  ],
64  serialized_start=89,
65  serialized_end=193,
66)
67
68_EXECUTIONSPECIFICATIONMESSAGE.fields_by_name['function_call'].message_type = ComponentSpecificationMessage__pb2._FUNCTIONCALLMESSAGE
69DESCRIPTOR.message_types_by_name['ExecutionSpecificationMessage'] = _EXECUTIONSPECIFICATIONMESSAGE
70_sym_db.RegisterFileDescriptor(DESCRIPTOR)
71
72ExecutionSpecificationMessage = _reflection.GeneratedProtocolMessageType('ExecutionSpecificationMessage', (_message.Message,), {
73  'DESCRIPTOR' : _EXECUTIONSPECIFICATIONMESSAGE,
74  '__module__' : 'ExecutionSpecificationMessage_pb2'
75  # @@protoc_insertion_point(class_scope:android.vts.ExecutionSpecificationMessage)
76  })
77_sym_db.RegisterMessage(ExecutionSpecificationMessage)
78
79
80DESCRIPTOR._options = None
81# @@protoc_insertion_point(module_scope)
82