Spaces:
Running
Running
| # -*- coding: utf-8 -*- | |
| # Generated by the protocol buffer compiler. DO NOT EDIT! | |
| # NO CHECKED-IN PROTOBUF GENCODE | |
| # source: protos/agent.proto | |
| # Protobuf Python Version: 5.29.0 | |
| """Generated protocol buffer code.""" | |
| from google.protobuf import descriptor as _descriptor | |
| from google.protobuf import descriptor_pool as _descriptor_pool | |
| from google.protobuf import runtime_version as _runtime_version | |
| from google.protobuf import symbol_database as _symbol_database | |
| from google.protobuf.internal import builder as _builder | |
| _runtime_version.ValidateProtobufRuntimeVersion( | |
| _runtime_version.Domain.PUBLIC, | |
| 5, | |
| 29, | |
| 0, | |
| '', | |
| 'protos/agent.proto' | |
| ) | |
| # @@protoc_insertion_point(imports) | |
| _sym_db = _symbol_database.Default() | |
| DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12protos/agent.proto\x12\x05\x61gent\"4\n\rReviewRequest\x12\x10\n\x08repo_url\x18\x01 \x01(\t\x12\x11\n\tpr_number\x18\x02 \x01(\x05\"K\n\x0eReviewResponse\x12\x0e\n\x06status\x18\x01 \x01(\t\x12\x16\n\x0ereview_comment\x18\x02 \x01(\t\x12\x11\n\tfile_path\x18\x03 \x01(\t2N\n\x0f\x43odeReviewAgent\x12;\n\x08ReviewPR\x12\x14.agent.ReviewRequest\x1a\x15.agent.ReviewResponse\"\x00\x30\x01\x62\x06proto3') | |
| _globals = globals() | |
| _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) | |
| _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'protos.agent_pb2', _globals) | |
| if not _descriptor._USE_C_DESCRIPTORS: | |
| DESCRIPTOR._loaded_options = None | |
| _globals['_REVIEWREQUEST']._serialized_start=29 | |
| _globals['_REVIEWREQUEST']._serialized_end=81 | |
| _globals['_REVIEWRESPONSE']._serialized_start=83 | |
| _globals['_REVIEWRESPONSE']._serialized_end=158 | |
| _globals['_CODEREVIEWAGENT']._serialized_start=160 | |
| _globals['_CODEREVIEWAGENT']._serialized_end=238 | |
| # @@protoc_insertion_point(module_scope) | |