Sha256: dfd6c76d3278fb4555d3c78008a47709164c0221c8e0e9cb738637f3fdb16769

Contents?: true

Size: 1.66 KB

Versions: 4

Compression:

Stored size: 1.66 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: remote.proto

require 'google/protobuf'

require 'shared_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "gitaly.AddRemoteRequest" do
    optional :repository, :message, 1, "gitaly.Repository"
    optional :name, :string, 2
    optional :url, :string, 3
    optional :mirror_refmap, :string, 4
  end
  add_message "gitaly.AddRemoteResponse" do
  end
  add_message "gitaly.RemoveRemoteRequest" do
    optional :repository, :message, 1, "gitaly.Repository"
    optional :name, :string, 2
  end
  add_message "gitaly.RemoveRemoteResponse" do
    optional :result, :bool, 1
  end
  add_message "gitaly.FetchInternalRemoteRequest" do
    optional :repository, :message, 1, "gitaly.Repository"
    optional :remote_repository, :message, 2, "gitaly.Repository"
  end
  add_message "gitaly.FetchInternalRemoteResponse" do
    optional :result, :bool, 1
  end
end

module Gitaly
  AddRemoteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.AddRemoteRequest").msgclass
  AddRemoteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.AddRemoteResponse").msgclass
  RemoveRemoteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RemoveRemoteRequest").msgclass
  RemoveRemoteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.RemoveRemoteResponse").msgclass
  FetchInternalRemoteRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchInternalRemoteRequest").msgclass
  FetchInternalRemoteResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FetchInternalRemoteResponse").msgclass
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gitaly-proto-0.65.0 ruby/lib/gitaly/remote_pb.rb
gitaly-proto-0.64.0 ruby/lib/gitaly/remote_pb.rb
gitaly-proto-0.63.0 ruby/lib/gitaly/remote_pb.rb
gitaly-proto-0.62.0 ruby/lib/gitaly/remote_pb.rb