Sha256: e2d40cde4837dcfbb5918cc4f930bc78845278e7cfeaa60e742a0a6c9b8213ef

Contents?: true

Size: 687 Bytes

Versions: 75

Compression:

Stored size: 687 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: cleanup.proto for package 'gitaly'

require 'grpc'
require 'cleanup_pb'

module Gitaly
  module CleanupService
    # CleanupService provides RPCs to clean up a repository's contents.
    class Service

      include ::GRPC::GenericService

      self.marshal_class_method = :encode
      self.unmarshal_class_method = :decode
      self.service_name = 'gitaly.CleanupService'

      # This comment is left unintentionally blank.
      rpc :ApplyBfgObjectMapStream, stream(::Gitaly::ApplyBfgObjectMapStreamRequest), stream(::Gitaly::ApplyBfgObjectMapStreamResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
gitaly-15.5.2 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.4.4 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.6.0.pre.rc2 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.4.0 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.6.0.pre.rc1 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.5.0 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.4.0.pre.rc2 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.4.0.pre.rc1 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.3.0.pre.rc4 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.3.0.pre.rc3 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.3.0.pre.rc2 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.3.0.pre.rc1 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.2.0.pre.rc1 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.1.0.pre.rc1 ruby/proto/gitaly/cleanup_services_pb.rb
gitaly-15.0.0.pre.rc3 ruby/proto/gitaly/cleanup_services_pb.rb