Sha256: 218e7da65d44947b3e1baa88d231640e2b9587b6f49ebad9088e5570b7a28b90
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: log.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("log.proto", :syntax => :proto3) do add_message "gitaly.LogEntry" do repeated :reference_updates, :message, 1, "gitaly.LogEntry.ReferenceUpdate" optional :default_branch_update, :message, 2, "gitaly.LogEntry.DefaultBranchUpdate" optional :custom_hooks_update, :message, 3, "gitaly.LogEntry.CustomHooksUpdate" end add_message "gitaly.LogEntry.ReferenceUpdate" do optional :reference_name, :bytes, 1 optional :new_oid, :bytes, 2 end add_message "gitaly.LogEntry.DefaultBranchUpdate" do optional :reference_name, :bytes, 1 end add_message "gitaly.LogEntry.CustomHooksUpdate" do optional :custom_hooks_tar, :bytes, 1 end add_message "gitaly.LogIndex" do optional :log_index, :uint64, 1 end end end module Gitaly LogEntry = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LogEntry").msgclass LogEntry::ReferenceUpdate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LogEntry.ReferenceUpdate").msgclass LogEntry::DefaultBranchUpdate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LogEntry.DefaultBranchUpdate").msgclass LogEntry::CustomHooksUpdate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LogEntry.CustomHooksUpdate").msgclass LogIndex = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.LogIndex").msgclass end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gitaly-15.11.0.pre.rc1 | ruby/proto/gitaly/log_pb.rb |