Sha256: e4a8b33e18e2e9649c5efdbc8cb0c08dadeba2e8aaa6abfc813a8662b8e145e7

Contents?: true

Size: 1.02 KB

Versions: 12

Compression:

Stored size: 1.02 KB

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, Gitaly::GetBlobRequest, stream(Gitaly::GetBlobResponse)
      rpc :GetBlobs, Gitaly::GetBlobsRequest, stream(Gitaly::GetBlobsResponse)
      rpc :GetLFSPointers, Gitaly::GetLFSPointersRequest, stream(Gitaly::GetLFSPointersResponse)
      rpc :GetNewLFSPointers, Gitaly::GetNewLFSPointersRequest, stream(Gitaly::GetNewLFSPointersResponse)
      rpc :GetAllLFSPointers, Gitaly::GetAllLFSPointersRequest, stream(Gitaly::GetAllLFSPointersResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gitaly-13.9.0.pre.rc1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.8.0.pre.rc3 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.8.0.pre.rc2 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.8.0.pre.rc1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.7.0.pre.rc4 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.7.0.pre.rc1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.6.1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.5.0.pre.rc2 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.5.0.pre.rc1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.4.0.pre.rc1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.3.0.pre.rc5 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.3.0.pre.rc4 ruby/proto/gitaly/blob_services_pb.rb