Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cleanup_pb.rb « gitaly « proto « ruby - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 386b58e8241f7c96f48438f8af9f3cea86fcad28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: cleanup.proto

require 'google/protobuf'

require 'lint_pb'
require 'shared_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("cleanup.proto", :syntax => :proto3) do
    add_message "gitaly.ApplyBfgObjectMapStreamRequest" do
      optional :repository, :message, 1, "gitaly.Repository"
      optional :object_map, :bytes, 2
    end
    add_message "gitaly.ApplyBfgObjectMapStreamResponse" do
      repeated :entries, :message, 1, "gitaly.ApplyBfgObjectMapStreamResponse.Entry"
    end
    add_message "gitaly.ApplyBfgObjectMapStreamResponse.Entry" do
      optional :type, :enum, 1, "gitaly.ObjectType"
      optional :old_oid, :string, 2
      optional :new_oid, :string, 3
    end
  end
end

module Gitaly
  ApplyBfgObjectMapStreamRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamRequest").msgclass
  ApplyBfgObjectMapStreamResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamResponse").msgclass
  ApplyBfgObjectMapStreamResponse::Entry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ApplyBfgObjectMapStreamResponse.Entry").msgclass
end