Sha256: 5eb743b0e1dc22b93f1923fdf1fa060d48342f34664f8460982ed6f91df2a6c4

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: smarthttp.proto

require 'google/protobuf'

require 'shared_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "gitaly.InfoRefsRequest" do
    optional :repository, :message, 1, "gitaly.Repository"
  end
  add_message "gitaly.InfoRefsResponse" do
    optional :data, :bytes, 1
  end
  add_message "gitaly.PostUploadPackRequest" do
    optional :repository, :message, 1, "gitaly.Repository"
    optional :data, :bytes, 2
    repeated :git_config_options, :string, 3
  end
  add_message "gitaly.PostUploadPackResponse" do
    optional :data, :bytes, 1
  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
  end
  add_message "gitaly.PostReceivePackResponse" do
    optional :data, :bytes, 1
  end
end

module Gitaly
  InfoRefsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsRequest").msgclass
  InfoRefsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.InfoRefsResponse").msgclass
  PostUploadPackRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackRequest").msgclass
  PostUploadPackResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostUploadPackResponse").msgclass
  PostReceivePackRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceivePackRequest").msgclass
  PostReceivePackResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.PostReceivePackResponse").msgclass
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitaly-proto-0.43.0 ruby/lib/gitaly/smarthttp_pb.rb