# Generated by the protocol buffer compiler. DO NOT EDIT! # source: smarthttp.proto require 'lint_pb' require 'shared_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("smarthttp.proto", :syntax => :proto3) do add_message "gitaly.InfoRefsRequest" do optional :repository, :message, 1, "gitaly.Repository" repeated :git_config_options, :string, 2 optional :git_protocol, :string, 3 end add_message "gitaly.InfoRefsResponse" do optional :data, :bytes, 1 end add_message "gitaly.PostUploadPackWithSidechannelRequest" do optional :repository, :message, 1, "gitaly.Repository" repeated :git_config_options, :string, 2 optional :git_protocol, :string, 3 end add_message "gitaly.PostUploadPackWithSidechannelResponse" do end add_message "gitaly.PostReceivePackRequest" do optional :repository, :message, 1, "gitaly.Repository" optional :data, :bytes, 2 optional :gl_id, :string, 3 optional :gl_repository, :string, 4 optional :gl_username, :string, 5 optional :git_protocol, :string, 6 repeated :git_config_options, :string, 7 end add_message "gitaly.PostReceivePackResponse" do optional :data, :bytes, 1 end end end module Gitaly InfoRefsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsRequest").msgclass InfoRefsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsResponse").msgclass PostUploadPackWithSidechannelRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackWithSidechannelRequest").msgclass PostUploadPackWithSidechannelResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackWithSidechannelResponse").msgclass PostReceivePackRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceivePackRequest").msgclass PostReceivePackResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceivePackResponse").msgclass end