Sha256: 641c1b16433a05cd4e4f41dff844f23345092cbb70c8789e0cba12170f9937ab

Contents?: true

Size: 786 Bytes

Versions: 2

Compression:

Stored size: 786 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)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gitaly-proto-0.85.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.84.0 ruby/lib/gitaly/blob_services_pb.rb