You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
3.2 KiB
Python
43 lines
3.2 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: process.proto
|
|
# Protobuf Python Version: 4.25.0
|
|
"""Generated protocol buffer code."""
|
|
from google.protobuf import descriptor as _descriptor
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
from google.protobuf.internal import builder as _builder
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
|
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rprocess.proto\x12\nprocess.v1\x1a\x1cgoogle/protobuf/struct.proto\"t\n\x0cMatchMessage\x12\r\n\x05names\x18\x01 \x03(\t\x12\x12\n\nhomeTeamId\x18\x02 \x01(\x03\x12\x16\n\x0evisitingTeamID\x18\x03 \x01(\x03\x12)\n\x05\x65vent\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"C\n\x15TeamStatisticalResult\x12*\n\x06result\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"E\n\x17PlayerStatisticalResult\x12*\n\x06result\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"A\n\x13PassingMatrixResult\x12*\n\x06result\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"=\n\x0fPassGraphResult\x12*\n\x06result\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.ListValue\"\x1d\n\nXmlMessage\x12\x0f\n\x07matchId\x18\x01 \x01(\x03\"\x1b\n\tXmlResult\x12\x0e\n\x06status\x18\x01 \x01(\t2\x93\x03\n\nStatistics\x12R\n\x11RunTeamStatistics\x12\x18.process.v1.MatchMessage\x1a!.process.v1.TeamStatisticalResult\"\x00\x12V\n\x13RunPlayerStatistics\x12\x18.process.v1.MatchMessage\x1a#.process.v1.PlayerStatisticalResult\"\x00\x12O\n\x10RunPassingMatrix\x12\x18.process.v1.MatchMessage\x1a\x1f.process.v1.PassingMatrixResult\"\x00\x12G\n\x0cRunPassGraph\x12\x18.process.v1.MatchMessage\x1a\x1b.process.v1.PassGraphResult\"\x00\x12?\n\x0cRunCreateXml\x12\x16.process.v1.XmlMessage\x1a\x15.process.v1.XmlResult\"\x00\x42@Z>com.dingshudata/football-manager/pkg/grpc/process/v1;processv1b\x06proto3')
|
|
|
|
_globals = globals()
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'process_pb2', _globals)
|
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
_globals['DESCRIPTOR']._options = None
|
|
_globals['DESCRIPTOR']._serialized_options = b'Z>com.dingshudata/football-manager/pkg/grpc/process/v1;processv1'
|
|
_globals['_MATCHMESSAGE']._serialized_start=59
|
|
_globals['_MATCHMESSAGE']._serialized_end=175
|
|
_globals['_TEAMSTATISTICALRESULT']._serialized_start=177
|
|
_globals['_TEAMSTATISTICALRESULT']._serialized_end=244
|
|
_globals['_PLAYERSTATISTICALRESULT']._serialized_start=246
|
|
_globals['_PLAYERSTATISTICALRESULT']._serialized_end=315
|
|
_globals['_PASSINGMATRIXRESULT']._serialized_start=317
|
|
_globals['_PASSINGMATRIXRESULT']._serialized_end=382
|
|
_globals['_PASSGRAPHRESULT']._serialized_start=384
|
|
_globals['_PASSGRAPHRESULT']._serialized_end=445
|
|
_globals['_XMLMESSAGE']._serialized_start=447
|
|
_globals['_XMLMESSAGE']._serialized_end=476
|
|
_globals['_XMLRESULT']._serialized_start=478
|
|
_globals['_XMLRESULT']._serialized_end=505
|
|
_globals['_STATISTICS']._serialized_start=508
|
|
_globals['_STATISTICS']._serialized_end=911
|
|
# @@protoc_insertion_point(module_scope)
|