# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # NO CHECKED-IN PROTOBUF GENCODE # source: pb.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, '', 'pb.proto' ) # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x08pb.proto\x12\x02pb\"7\n\x0f\x44ownloadRequest\x12\x10\n\x08\x62ucketID\x18\x01 \x01(\t\x12\x12\n\nobjectName\x18\x02 \x01(\t\"S\n\rUploadRequest\x12\x0e\n\x06stream\x18\x01 \x01(\x0c\x12\x0c\n\x04gzip\x18\x02 \x01(\x08\x12\x10\n\x08\x62ucketID\x18\x03 \x01(\t\x12\x12\n\nobjectName\x18\x04 \x01(\t\"=\n\x08Response\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x12\x11\n\terrorCode\x18\x02 \x01(\x03\x12\x10\n\x08\x65rrorMsg\x18\x03 \x01(\t2\x9c\x01\n\x07Service\x12/\n\x08\x44ownload\x12\x13.pb.DownloadRequest\x1a\x0c.pb.Response0\x01\x12+\n\x06Upload\x12\x11.pb.UploadRequest\x1a\x0c.pb.Response(\x01\x12\x33\n\x0cGetBidDetail\x12\x13.pb.DownloadRequest\x1a\x0c.pb.Response0\x01\x42\x07Z\x05../pbb\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'pb_pb2', _globals) if not _descriptor._USE_C_DESCRIPTORS: _globals['DESCRIPTOR']._loaded_options = None _globals['DESCRIPTOR']._serialized_options = b'Z\005../pb' _globals['_DOWNLOADREQUEST']._serialized_start=16 _globals['_DOWNLOADREQUEST']._serialized_end=71 _globals['_UPLOADREQUEST']._serialized_start=73 _globals['_UPLOADREQUEST']._serialized_end=156 _globals['_RESPONSE']._serialized_start=158 _globals['_RESPONSE']._serialized_end=219 _globals['_SERVICE']._serialized_start=222 _globals['_SERVICE']._serialized_end=378 # @@protoc_insertion_point(module_scope)