Welcome to mirror list, hosted at ThFree Co, Russian Federation.

remote_pb.rb « gitaly « proto « ruby - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 277808c7af6d0e19edd683b0749469eab329f04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: remote.proto

require 'lint_pb'
require 'shared_pb'
require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("remote.proto", :syntax => :proto3) do
    add_message "gitaly.UpdateRemoteMirrorRequest" do
      optional :repository, :message, 1, "gitaly.Repository"
      optional :remote, :message, 7, "gitaly.UpdateRemoteMirrorRequest.Remote"
      repeated :only_branches_matching, :bytes, 3
      optional :ssh_key, :string, 4
      optional :known_hosts, :string, 5
      optional :keep_divergent_refs, :bool, 6
    end
    add_message "gitaly.UpdateRemoteMirrorRequest.Remote" do
      optional :url, :string, 1
      optional :http_authorization_header, :string, 2
      optional :http_host, :string, 3
    end
    add_message "gitaly.UpdateRemoteMirrorResponse" do
      repeated :divergent_refs, :bytes, 1
    end
    add_message "gitaly.FindRemoteRepositoryRequest" do
      optional :remote, :string, 1
      optional :storage_name, :string, 2
    end
    add_message "gitaly.FindRemoteRepositoryResponse" do
      optional :exists, :bool, 1
    end
    add_message "gitaly.FindRemoteRootRefRequest" do
      optional :repository, :message, 1, "gitaly.Repository"
      optional :remote_url, :string, 3
      optional :http_authorization_header, :string, 4
      optional :http_host, :string, 5
    end
    add_message "gitaly.FindRemoteRootRefResponse" do
      optional :ref, :string, 1
    end
  end
end

module Gitaly
  UpdateRemoteMirrorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UpdateRemoteMirrorRequest").msgclass
  UpdateRemoteMirrorRequest::Remote = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UpdateRemoteMirrorRequest.Remote").msgclass
  UpdateRemoteMirrorResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.UpdateRemoteMirrorResponse").msgclass
  FindRemoteRepositoryRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRemoteRepositoryRequest").msgclass
  FindRemoteRepositoryResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRemoteRepositoryResponse").msgclass
  FindRemoteRootRefRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRemoteRootRefRequest").msgclass
  FindRemoteRootRefResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindRemoteRootRefResponse").msgclass
end