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-1.8.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-1.7.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-1.6.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-1.5.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-1.4.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-1.3.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-1.2.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-1.1.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-1.0.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.124.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.123.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.122.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-z-0.118.1 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-flamingo1-0.118.1 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.121.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.120.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.119.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.118.1 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.118.0 ruby/lib/gitaly/blob_services_pb.rb
gitaly-proto-0.117.0 ruby/lib/gitaly/blob_services_pb.rb