Sha256: acb86563ae234c6a59dc615370379c1f200b736526c849fb66d6a265baf7077c
Contents?: true
Size: 642 Bytes
Versions: 35
Compression:
Stored size: 642 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) end Stub = Service.rpc_stub_class end end
Version data entries
35 entries across 35 versions & 4 rubygems