Sha256: efc395d5bca6306628809147ac8694993bbbc9af194744da2bdd5d78df2065b7

Contents?: true

Size: 1.22 KB

Versions: 25

Compression:

Stored size: 1.22 KB

Contents

# 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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
gitaly-14.4.0.pre.rc43 ruby/proto/gitaly/cleanup_pb.rb
gitaly-14.3.0.pre.rc2 ruby/proto/gitaly/cleanup_pb.rb
gitaly-14.3.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-14.2.0.pre.rc2 ruby/proto/gitaly/cleanup_pb.rb
gitaly-14.2.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-14.1.0.pre.rc4 ruby/proto/gitaly/cleanup_pb.rb
gitaly-14.1.0.pre.rc3 ruby/proto/gitaly/cleanup_pb.rb
gitaly-14.1.0.pre.rc2 ruby/proto/gitaly/cleanup_pb.rb
gitaly-14.1.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-14.0.0.pre.rc2 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.12.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.11.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.9.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.8.0.pre.rc3 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.8.0.pre.rc2 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.8.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.7.0.pre.rc4 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.7.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.6.1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.5.0.pre.rc2 ruby/proto/gitaly/cleanup_pb.rb