Sha256: ba0b82ebaac55b249de63ae75b7c8512dcbd6d9d539d60c974f58c00568805d4

Contents?: true

Size: 966 Bytes

Versions: 131

Compression:

Stored size: 966 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: blob.proto for package 'gitaly'

require 'grpc'
require 'blob_pb'

module Gitaly
  module BlobService
    class Service

      include GRPC::GenericService

      self.marshal_class_method = :encode
      self.unmarshal_class_method = :decode
      self.service_name = 'gitaly.BlobService'

      # GetBlob returns the contents of a blob object referenced by its object
      # ID. We use a stream to return a chunked arbitrarily large binary
      # response
      rpc :GetBlob, GetBlobRequest, stream(GetBlobResponse)
      rpc :GetBlobs, GetBlobsRequest, stream(GetBlobsResponse)
      rpc :GetLFSPointers, GetLFSPointersRequest, stream(GetLFSPointersResponse)
      rpc :GetNewLFSPointers, GetNewLFSPointersRequest, stream(GetNewLFSPointersResponse)
      rpc :GetAllLFSPointers, GetAllLFSPointersRequest, stream(GetAllLFSPointersResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

131 entries across 131 versions & 4 rubygems

Version Path
gitaly-proto-0.116.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.115.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.114.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.113.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.112.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.111.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.110.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.109.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.108.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.107.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.106.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.105.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.104.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.103.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.102.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.101.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.100.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.99.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.98.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.97.0 ruby/lib/gitaly/blob_services_pb.rb