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.96.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.95.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.94.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.93.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.92.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.91.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.90.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.89.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.88.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.87.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.86.0 ruby/lib/gitaly/blob_services_pb.rb