mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-23 07:16:21 +00:00
33 lines
800 B
Python
33 lines
800 B
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
|
||
|
|
||
|
|
||
|
|
||
|
_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
|
||
|
|