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