Sha256: b10c0125c652ece45c208f917c1739f88754931f9de46bec2fefd44e0b996ef5
Contents?: true
Size: 1.11 KB
Versions: 18
Compression:
Stored size: 1.11 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: cleanup.proto require 'google/protobuf' 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
18 entries across 18 versions & 1 rubygems