Sha256: c49d4fb6ceadbab06ccfe07ceb7e644a41c88af8e7017aab6587946136c9becd

Contents?: true

Size: 1.75 KB

Versions: 13

Compression:

Stored size: 1.75 KB

Contents

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

require 'grpc'
require 'ref_pb'

module Gitaly
  module RefService
    class Service

      include GRPC::GenericService

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

      rpc :FindDefaultBranchName, FindDefaultBranchNameRequest, FindDefaultBranchNameResponse
      rpc :FindAllBranchNames, FindAllBranchNamesRequest, stream(FindAllBranchNamesResponse)
      rpc :FindAllTagNames, FindAllTagNamesRequest, stream(FindAllTagNamesResponse)
      # Find a Ref matching the given constraints. Response may be empty.
      rpc :FindRefName, FindRefNameRequest, FindRefNameResponse
      # Return a stream so we can divide the response in chunks of branches
      rpc :FindLocalBranches, FindLocalBranchesRequest, stream(FindLocalBranchesResponse)
      rpc :FindAllBranches, FindAllBranchesRequest, stream(FindAllBranchesResponse)
      rpc :FindAllTags, FindAllTagsRequest, stream(FindAllTagsResponse)
      rpc :RefExists, RefExistsRequest, RefExistsResponse
      rpc :CreateBranch, CreateBranchRequest, CreateBranchResponse
      rpc :DeleteBranch, DeleteBranchRequest, DeleteBranchResponse
      rpc :FindBranch, FindBranchRequest, FindBranchResponse
      rpc :DeleteRefs, DeleteRefsRequest, DeleteRefsResponse
      rpc :ListBranchNamesContainingCommit, ListBranchNamesContainingCommitRequest, stream(ListBranchNamesContainingCommitResponse)
      rpc :ListTagNamesContainingCommit, ListTagNamesContainingCommitRequest, stream(ListTagNamesContainingCommitResponse)
      rpc :GetTagMessages, GetTagMessagesRequest, stream(GetTagMessagesResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
gitaly-proto-0.103.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.102.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.101.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.100.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.99.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.98.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.97.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.96.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.95.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.94.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.93.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.92.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.91.0 ruby/lib/gitaly/ref_services_pb.rb