Sha256: b8e7ab46183ba58d85439d1e4cf457b88f4e20466ddfb1cfb35f5e147a96933a
Contents?: true
Size: 1.29 KB
Versions: 3
Compression:
Stored size: 1.29 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: repository-service.proto for package 'gitaly' require 'grpc' require 'repository-service_pb' module Gitaly module RepositoryService class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'gitaly.RepositoryService' rpc :RepositoryExists, RepositoryExistsRequest, RepositoryExistsResponse rpc :RepackIncremental, RepackIncrementalRequest, RepackIncrementalResponse rpc :RepackFull, RepackFullRequest, RepackFullResponse rpc :GarbageCollect, GarbageCollectRequest, GarbageCollectResponse rpc :RepositorySize, RepositorySizeRequest, RepositorySizeResponse rpc :ApplyGitattributes, ApplyGitattributesRequest, ApplyGitattributesResponse rpc :FetchRemote, FetchRemoteRequest, FetchRemoteResponse rpc :CreateRepository, CreateRepositoryRequest, CreateRepositoryResponse rpc :GetArchive, GetArchiveRequest, stream(GetArchiveResponse) rpc :HasLocalBranches, HasLocalBranchesRequest, HasLocalBranchesResponse # Deprecated, use the RepositoryExists RPC instead. rpc :Exists, RepositoryExistsRequest, RepositoryExistsResponse end Stub = Service.rpc_stub_class end end
Version data entries
3 entries across 3 versions & 1 rubygems