# 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