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-13.3.0.pre.rc3 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.3.0.pre.rc2 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.3.0.pre.rc1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.2.0.pre.rc2 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.2.0.pre.rc1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.1.0.pre.rc4 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.1.0.pre.rc3 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.1.0.pre.rc1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-13.0.0.pre.rc1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-12.10.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-12.9.0.pre.rc4 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.87.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.86.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.85.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.84.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.83.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.82.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.81.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.80.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.79.0 ruby/proto/gitaly/blob_services_pb.rb