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-1.77.1 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.78.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.77.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.76.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.75.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.74.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.73.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.72.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.71.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.70.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.69.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.68.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.67.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.66.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.65.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.64.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.63.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.62.0 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.59.2 ruby/proto/gitaly/blob_services_pb.rb
gitaly-1.61.0 ruby/proto/gitaly/blob_services_pb.rb