| 1234567891011121314151617181920212223242526272829303132 |
- #!/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
- _RETRYREQUESTLATERRESPONSE = descriptor.Descriptor(
- name='RetryRequestLaterResponse',
- full_name='codereview.RetryRequestLaterResponse',
- filename='need_retry.proto',
- containing_type=None,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[], # TODO(robinson): Implement.
- enum_types=[
- ],
- options=None)
- class RetryRequestLaterResponse(message.Message):
- __metaclass__ = reflection.GeneratedProtocolMessageType
- DESCRIPTOR = _RETRYREQUESTLATERRESPONSE
|