mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-23 07:16:21 +00:00
49 lines
1.3 KiB
Python
49 lines
1.3 KiB
Python
|
#!/usr/bin/python2.4
|
||
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
|
||
|
from froofle.protobuf import descriptor
|
||
|
from froofle.protobuf import message
|
||
|
from froofle.protobuf import reflection
|
||
|
from froofle.protobuf import service
|
||
|
from froofle.protobuf import service_reflection
|
||
|
from froofle.protobuf import descriptor_pb2
|
||
|
|
||
|
|
||
|
import upload_bundle_pb2
|
||
|
|
||
|
|
||
|
|
||
|
_REVIEWSERVICE = descriptor.ServiceDescriptor(
|
||
|
name='ReviewService',
|
||
|
full_name='codereview.ReviewService',
|
||
|
index=0,
|
||
|
options=None,
|
||
|
methods=[
|
||
|
descriptor.MethodDescriptor(
|
||
|
name='UploadBundle',
|
||
|
full_name='codereview.ReviewService.UploadBundle',
|
||
|
index=0,
|
||
|
containing_service=None,
|
||
|
input_type=upload_bundle_pb2._UPLOADBUNDLEREQUEST,
|
||
|
output_type=upload_bundle_pb2._UPLOADBUNDLERESPONSE,
|
||
|
options=None,
|
||
|
),
|
||
|
descriptor.MethodDescriptor(
|
||
|
name='ContinueBundle',
|
||
|
full_name='codereview.ReviewService.ContinueBundle',
|
||
|
index=1,
|
||
|
containing_service=None,
|
||
|
input_type=upload_bundle_pb2._UPLOADBUNDLECONTINUE,
|
||
|
output_type=upload_bundle_pb2._UPLOADBUNDLERESPONSE,
|
||
|
options=None,
|
||
|
),
|
||
|
])
|
||
|
|
||
|
class ReviewService(service.Service):
|
||
|
__metaclass__ = service_reflection.GeneratedServiceType
|
||
|
DESCRIPTOR = _REVIEWSERVICE
|
||
|
class ReviewService_Stub(ReviewService):
|
||
|
__metaclass__ = service_reflection.GeneratedServiceStubType
|
||
|
DESCRIPTOR = _REVIEWSERVICE
|
||
|
|