Sha256: 8b95ffec3f8c14071d92748b7f3404a03b6784079811fb2ad4b7c9ba8eea12a6

Contents?: true

Size: 1.99 KB

Versions: 6

Compression:

Stored size: 1.99 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 :FindAllRemoteBranches, FindAllRemoteBranchesRequest, stream(FindAllRemoteBranchesResponse)
      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)
      # Returns commits that are only reachable from the ref passed
      rpc :ListNewCommits, ListNewCommitsRequest, stream(ListNewCommitsResponse)
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gitaly-proto-0.111.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.110.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.109.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.108.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.107.0 ruby/lib/gitaly/ref_services_pb.rb
gitaly-proto-0.106.0 ruby/lib/gitaly/ref_services_pb.rb