The Android Open Source Project | cf31fe9 | 2008-10-21 07:00:00 -0700 | [diff] [blame] | 1 | #!/usr/bin/python2.4 |
| 2 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 3 | |
| 4 | from froofle.protobuf import descriptor |
| 5 | from froofle.protobuf import message |
| 6 | from froofle.protobuf import reflection |
| 7 | from froofle.protobuf import service |
| 8 | from froofle.protobuf import service_reflection |
| 9 | from froofle.protobuf import descriptor_pb2 |
| 10 | |
| 11 | |
| 12 | |
| 13 | _RETRYREQUESTLATERRESPONSE = descriptor.Descriptor( |
| 14 | name='RetryRequestLaterResponse', |
| 15 | full_name='codereview.RetryRequestLaterResponse', |
| 16 | filename='need_retry.proto', |
| 17 | containing_type=None, |
| 18 | fields=[ |
| 19 | ], |
| 20 | extensions=[ |
| 21 | ], |
| 22 | nested_types=[], # TODO(robinson): Implement. |
| 23 | enum_types=[ |
| 24 | ], |
| 25 | options=None) |
| 26 | |
| 27 | |
| 28 | |
| 29 | class RetryRequestLaterResponse(message.Message): |
| 30 | __metaclass__ = reflection.GeneratedProtocolMessageType |
| 31 | DESCRIPTOR = _RETRYREQUESTLATERRESPONSE |
| 32 | |