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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/proto/gitaly/repository-service_pb.rb')
-rw-r--r--ruby/proto/gitaly/repository-service_pb.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/ruby/proto/gitaly/repository-service_pb.rb b/ruby/proto/gitaly/repository-service_pb.rb
index 80a97ea8e..91f1b2c87 100644
--- a/ruby/proto/gitaly/repository-service_pb.rb
+++ b/ruby/proto/gitaly/repository-service_pb.rb
@@ -198,6 +198,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "gitaly.GetInfoAttributesResponse" do
optional :attributes, :bytes, 1
end
+ add_message "gitaly.SetInfoAttributesRequest" do
+ optional :repository, :message, 1, "gitaly.Repository"
+ optional :attributes, :bytes, 2
+ end
+ add_message "gitaly.SetInfoAttributesResponse" do
+ end
add_message "gitaly.CalculateChecksumRequest" do
optional :repository, :message, 1, "gitaly.Repository"
end
@@ -375,6 +381,8 @@ module Gitaly
FindLicenseResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.FindLicenseResponse").msgclass
GetInfoAttributesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetInfoAttributesRequest").msgclass
GetInfoAttributesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetInfoAttributesResponse").msgclass
+ SetInfoAttributesRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetInfoAttributesRequest").msgclass
+ SetInfoAttributesResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.SetInfoAttributesResponse").msgclass
CalculateChecksumRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CalculateChecksumRequest").msgclass
CalculateChecksumResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.CalculateChecksumResponse").msgclass
GetSnapshotRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.GetSnapshotRequest").msgclass