1# Generated by the protocol buffer compiler.  DO NOT EDIT!
2# source: smarthttp.proto
3
4require 'google/protobuf'
5
6require 'lint_pb'
7require 'shared_pb'
8Google::Protobuf::DescriptorPool.generated_pool.build do
9  add_file("smarthttp.proto", :syntax => :proto3) do
10    add_message "gitaly.InfoRefsRequest" do
11      optional :repository, :message, 1, "gitaly.Repository"
12      repeated :git_config_options, :string, 2
13      optional :git_protocol, :string, 3
14    end
15    add_message "gitaly.InfoRefsResponse" do
16      optional :data, :bytes, 1
17    end
18    add_message "gitaly.PostUploadPackRequest" do
19      optional :repository, :message, 1, "gitaly.Repository"
20      optional :data, :bytes, 2
21      repeated :git_config_options, :string, 3
22      optional :git_protocol, :string, 4
23    end
24    add_message "gitaly.PostUploadPackResponse" do
25      optional :data, :bytes, 1
26    end
27    add_message "gitaly.PostReceivePackRequest" do
28      optional :repository, :message, 1, "gitaly.Repository"
29      optional :data, :bytes, 2
30      optional :gl_id, :string, 3
31      optional :gl_repository, :string, 4
32      optional :gl_username, :string, 5
33      optional :git_protocol, :string, 6
34      repeated :git_config_options, :string, 7
35    end
36    add_message "gitaly.PostReceivePackResponse" do
37      optional :data, :bytes, 1
38    end
39  end
40end
41
42module Gitaly
43  InfoRefsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsRequest").msgclass
44  InfoRefsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsResponse").msgclass
45  PostUploadPackRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackRequest").msgclass
46  PostUploadPackResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackResponse").msgclass
47  PostReceivePackRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceivePackRequest").msgclass
48  PostReceivePackResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceivePackResponse").msgclass
49end
50