Sha256: b92da55a8f71a52b9d7a882934e6510598af248bacbac2152a16a843a59f62ae
Contents?: true
Size: 856 Bytes
Versions: 2
Compression:
Stored size: 856 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: errors.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("errors.proto", :syntax => :proto3) do add_message "gitaly.AccessCheckError" do optional :error_message, :string, 1 optional :protocol, :string, 2 optional :user_id, :string, 3 optional :changes, :bytes, 4 end add_message "gitaly.ReferenceUpdateError" do optional :reference_name, :bytes, 1 optional :old_oid, :string, 2 optional :new_oid, :string, 3 end end end module Gitaly AccessCheckError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.AccessCheckError").msgclass ReferenceUpdateError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.ReferenceUpdateError").msgclass end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gitaly-14.8.0 | ruby/proto/gitaly/errors_pb.rb |
gitaly-14.8.0.pre.rc1 | ruby/proto/gitaly/errors_pb.rb |