зеркало из https://github.com/github/vitess-gh.git
58 строки
1.8 KiB
Python
58 строки
1.8 KiB
Python
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: vtworkerservice.proto
|
|
|
|
import sys
|
|
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
|
|
from google.protobuf import descriptor as _descriptor
|
|
from google.protobuf import message as _message
|
|
from google.protobuf import reflection as _reflection
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
import vtworkerdata_pb2 as vtworkerdata__pb2
|
|
|
|
|
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
|
name='vtworkerservice.proto',
|
|
package='vtworkerservice',
|
|
syntax='proto3',
|
|
serialized_options=_b('Z,vitess.io/vitess/go/vt/proto/vtworkerservice'),
|
|
serialized_pb=_b('\n\x15vtworkerservice.proto\x12\x0fvtworkerservice\x1a\x12vtworkerdata.proto2\x83\x01\n\x08Vtworker\x12w\n\x16\x45xecuteVtworkerCommand\x12+.vtworkerdata.ExecuteVtworkerCommandRequest\x1a,.vtworkerdata.ExecuteVtworkerCommandResponse\"\x00\x30\x01\x42.Z,vitess.io/vitess/go/vt/proto/vtworkerserviceb\x06proto3')
|
|
,
|
|
dependencies=[vtworkerdata__pb2.DESCRIPTOR,])
|
|
|
|
|
|
|
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
|
|
|
DESCRIPTOR._options = None
|
|
|
|
_VTWORKER = _descriptor.ServiceDescriptor(
|
|
name='Vtworker',
|
|
full_name='vtworkerservice.Vtworker',
|
|
file=DESCRIPTOR,
|
|
index=0,
|
|
serialized_options=None,
|
|
serialized_start=63,
|
|
serialized_end=194,
|
|
methods=[
|
|
_descriptor.MethodDescriptor(
|
|
name='ExecuteVtworkerCommand',
|
|
full_name='vtworkerservice.Vtworker.ExecuteVtworkerCommand',
|
|
index=0,
|
|
containing_service=None,
|
|
input_type=vtworkerdata__pb2._EXECUTEVTWORKERCOMMANDREQUEST,
|
|
output_type=vtworkerdata__pb2._EXECUTEVTWORKERCOMMANDRESPONSE,
|
|
serialized_options=None,
|
|
),
|
|
])
|
|
_sym_db.RegisterServiceDescriptor(_VTWORKER)
|
|
|
|
DESCRIPTOR.services_by_name['Vtworker'] = _VTWORKER
|
|
|
|
# @@protoc_insertion_point(module_scope)
|