Sha256: 1c40f810a2a093d6347108b46c30a36f06e2ca234e0f6c4a40c7e5844e331f11

Contents?: true

Size: 1.13 KB

Versions: 10

Compression:

Stored size: 1.13 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_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

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

10 entries across 10 versions & 1 rubygems

Version Path
gitaly-13.3.0.pre.rc3 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.3.0.pre.rc2 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.3.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.2.0.pre.rc2 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.2.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.1.0.pre.rc4 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.1.0.pre.rc3 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.1.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-13.0.0.pre.rc1 ruby/proto/gitaly/cleanup_pb.rb
gitaly-12.9.0.pre.rc4 ruby/proto/gitaly/cleanup_pb.rb