summaryrefslogtreecommitdiffstats
path: root/codereview/review_pb2.py
blob: 0896feba1c7b05c55d5b8298b221f357173cb47c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#!/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