1# -*- coding: utf-8 -*- 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: protos/perfetto/bigtrace/orchestrator.proto 4# Protobuf Python Version: 4.25.1 5"""Generated protocol buffer code.""" 6from google.protobuf import descriptor as _descriptor 7from google.protobuf import descriptor_pool as _descriptor_pool 8from google.protobuf import symbol_database as _symbol_database 9from google.protobuf.internal import builder as _builder 10# @@protoc_insertion_point(imports) 11 12_sym_db = _symbol_database.Default() 13 14from perfetto.bigtrace.protos.perfetto.trace_processor import trace_processor_pb2 as protos_dot_perfetto_dot_trace__processor_dot_trace__processor__pb2 15 16DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( 17 b'\n+protos/perfetto/bigtrace/orchestrator.proto\x12\x0fperfetto.protos\x1a\x35protos/perfetto/trace_processor/trace_processor.proto\"I\n\x11\x42igtraceQueryArgs\x12\x0e\n\x06traces\x18\x01 \x03(\t\x12\x16\n\tsql_query\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0c\n\n_sql_query\"c\n\x15\x42igtraceQueryResponse\x12\x12\n\x05trace\x18\x01 \x01(\tH\x00\x88\x01\x01\x12,\n\x06result\x18\x02 \x03(\x0b\x32\x1c.perfetto.protos.QueryResultB\x08\n\x06_trace2o\n\x14\x42igtraceOrchestrator\x12W\n\x05Query\x12\".perfetto.protos.BigtraceQueryArgs\x1a&.perfetto.protos.BigtraceQueryResponse\"\x00\x30\x01\x62\x06proto3' 18) 19 20_globals = globals() 21_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) 22_builder.BuildTopDescriptorsAndMessages( 23 DESCRIPTOR, 'perfetto.bigtrace.protos.perfetto.bigtrace.orchestrator_pb2', 24 _globals) 25if _descriptor._USE_C_DESCRIPTORS == False: 26 DESCRIPTOR._options = None 27 _globals['_BIGTRACEQUERYARGS']._serialized_start = 119 28 _globals['_BIGTRACEQUERYARGS']._serialized_end = 192 29 _globals['_BIGTRACEQUERYRESPONSE']._serialized_start = 194 30 _globals['_BIGTRACEQUERYRESPONSE']._serialized_end = 293 31 _globals['_BIGTRACEORCHESTRATOR']._serialized_start = 295 32 _globals['_BIGTRACEORCHESTRATOR']._serialized_end = 406 33# @@protoc_insertion_point(module_scope) 34