• 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/execution_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
14from chromiumos.longrunning import operations_pb2 as chromiumos_dot_longrunning_dot_operations__pb2
15from chromiumos.test.api import cros_test_cli_pb2 as chromiumos_dot_test_dot_api_dot_cros__test__cli__pb2
16
17
18DESCRIPTOR = _descriptor.FileDescriptor(
19  name='chromiumos/test/api/execution_service.proto',
20  package='chromiumos.test.api',
21  syntax='proto3',
22  serialized_options=b'Z-go.chromium.org/chromiumos/config/go/test/api',
23  create_key=_descriptor._internal_create_key,
24  serialized_pb=b'\n+chromiumos/test/api/execution_service.proto\x12\x13\x63hromiumos.test.api\x1a\'chromiumos/longrunning/operations.proto\x1a\'chromiumos/test/api/cros_test_cli.proto\"\x15\n\x13RunCrosTestMetadata2\x93\x01\n\x10\x45xecutionService\x12\x7f\n\x08RunTests\x12$.chromiumos.test.api.CrosTestRequest\x1a!.chromiumos.longrunning.Operation\"*\xd2\x41\'\n\x10\x43rosTestResponse\x12\x13RunCrosTestMetadataB/Z-go.chromium.org/chromiumos/config/go/test/apib\x06proto3'
25  ,
26  dependencies=[chromiumos_dot_longrunning_dot_operations__pb2.DESCRIPTOR,chromiumos_dot_test_dot_api_dot_cros__test__cli__pb2.DESCRIPTOR,])
27
28
29
30
31_RUNCROSTESTMETADATA = _descriptor.Descriptor(
32  name='RunCrosTestMetadata',
33  full_name='chromiumos.test.api.RunCrosTestMetadata',
34  filename=None,
35  file=DESCRIPTOR,
36  containing_type=None,
37  create_key=_descriptor._internal_create_key,
38  fields=[
39  ],
40  extensions=[
41  ],
42  nested_types=[],
43  enum_types=[
44  ],
45  serialized_options=None,
46  is_extendable=False,
47  syntax='proto3',
48  extension_ranges=[],
49  oneofs=[
50  ],
51  serialized_start=150,
52  serialized_end=171,
53)
54
55DESCRIPTOR.message_types_by_name['RunCrosTestMetadata'] = _RUNCROSTESTMETADATA
56_sym_db.RegisterFileDescriptor(DESCRIPTOR)
57
58RunCrosTestMetadata = _reflection.GeneratedProtocolMessageType('RunCrosTestMetadata', (_message.Message,), {
59  'DESCRIPTOR' : _RUNCROSTESTMETADATA,
60  '__module__' : 'chromiumos.test.api.execution_service_pb2'
61  # @@protoc_insertion_point(class_scope:chromiumos.test.api.RunCrosTestMetadata)
62  })
63_sym_db.RegisterMessage(RunCrosTestMetadata)
64
65
66DESCRIPTOR._options = None
67
68_EXECUTIONSERVICE = _descriptor.ServiceDescriptor(
69  name='ExecutionService',
70  full_name='chromiumos.test.api.ExecutionService',
71  file=DESCRIPTOR,
72  index=0,
73  serialized_options=None,
74  create_key=_descriptor._internal_create_key,
75  serialized_start=174,
76  serialized_end=321,
77  methods=[
78  _descriptor.MethodDescriptor(
79    name='RunTests',
80    full_name='chromiumos.test.api.ExecutionService.RunTests',
81    index=0,
82    containing_service=None,
83    input_type=chromiumos_dot_test_dot_api_dot_cros__test__cli__pb2._CROSTESTREQUEST,
84    output_type=chromiumos_dot_longrunning_dot_operations__pb2._OPERATION,
85    serialized_options=b'\322A\'\n\020CrosTestResponse\022\023RunCrosTestMetadata',
86    create_key=_descriptor._internal_create_key,
87  ),
88])
89_sym_db.RegisterServiceDescriptor(_EXECUTIONSERVICE)
90
91DESCRIPTOR.services_by_name['ExecutionService'] = _EXECUTIONSERVICE
92
93# @@protoc_insertion_point(module_scope)
94