review_pb2.py 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #!/usr/bin/python2.4
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. from froofle.protobuf import descriptor
  4. from froofle.protobuf import message
  5. from froofle.protobuf import reflection
  6. from froofle.protobuf import service
  7. from froofle.protobuf import service_reflection
  8. from froofle.protobuf import descriptor_pb2
  9. import upload_bundle_pb2
  10. _REVIEWSERVICE = descriptor.ServiceDescriptor(
  11. name='ReviewService',
  12. full_name='codereview.ReviewService',
  13. index=0,
  14. options=None,
  15. methods=[
  16. descriptor.MethodDescriptor(
  17. name='UploadBundle',
  18. full_name='codereview.ReviewService.UploadBundle',
  19. index=0,
  20. containing_service=None,
  21. input_type=upload_bundle_pb2._UPLOADBUNDLEREQUEST,
  22. output_type=upload_bundle_pb2._UPLOADBUNDLERESPONSE,
  23. options=None,
  24. ),
  25. descriptor.MethodDescriptor(
  26. name='ContinueBundle',
  27. full_name='codereview.ReviewService.ContinueBundle',
  28. index=1,
  29. containing_service=None,
  30. input_type=upload_bundle_pb2._UPLOADBUNDLECONTINUE,
  31. output_type=upload_bundle_pb2._UPLOADBUNDLERESPONSE,
  32. options=None,
  33. ),
  34. ])
  35. class ReviewService(service.Service):
  36. __metaclass__ = service_reflection.GeneratedServiceType
  37. DESCRIPTOR = _REVIEWSERVICE
  38. class ReviewService_Stub(ReviewService):
  39. __metaclass__ = service_reflection.GeneratedServiceStubType
  40. DESCRIPTOR = _REVIEWSERVICE