Sha256: 82f8dcdec70679810500a1b06d005ad0f291c93fb9dfb85ea6081a3ecf7b93f7
Contents?: true
Size: 731 Bytes
Versions: 33
Compression:
Stored size: 731 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: blob.proto require 'google/protobuf' require 'shared_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "gitaly.GetBlobRequest" do optional :repository, :message, 1, "gitaly.Repository" optional :oid, :string, 2 optional :limit, :int64, 3 end add_message "gitaly.GetBlobResponse" do optional :size, :int64, 1 optional :data, :bytes, 2 optional :oid, :string, 3 end end module Gitaly GetBlobRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobRequest").msgclass GetBlobResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetBlobResponse").msgclass end
Version data entries
33 entries across 33 versions & 4 rubygems