Sha256: 86c02ab95ce89ea31590fdb049abd9b587f407b7ca5dc3e393815d6944210e0d

Contents?: true

Size: 1.1 KB

Versions: 8

Compression:

Stored size: 1.1 KB

Contents

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

require 'google/protobuf'

require 'lint_pb'
require 'shared_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "gitaly.VoteTransactionRequest" do
    optional :repository, :message, 1, "gitaly.Repository"
    optional :transaction_id, :uint64, 2
    optional :node, :string, 3
    optional :reference_updates_hash, :bytes, 4
  end
  add_message "gitaly.VoteTransactionResponse" do
    optional :state, :enum, 1, "gitaly.VoteTransactionResponse.TransactionState"
  end
  add_enum "gitaly.VoteTransactionResponse.TransactionState" do
    value :COMMIT, 0
    value :ABORT, 1
  end
end

module Gitaly
  VoteTransactionRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.VoteTransactionRequest").msgclass
  VoteTransactionResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.VoteTransactionResponse").msgclass
  VoteTransactionResponse::TransactionState = Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.VoteTransactionResponse.TransactionState").enummodule
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gitaly-13.3.0.pre.rc3 ruby/proto/gitaly/transaction_pb.rb
gitaly-13.3.0.pre.rc2 ruby/proto/gitaly/transaction_pb.rb
gitaly-13.3.0.pre.rc1 ruby/proto/gitaly/transaction_pb.rb
gitaly-13.2.0.pre.rc2 ruby/proto/gitaly/transaction_pb.rb
gitaly-13.2.0.pre.rc1 ruby/proto/gitaly/transaction_pb.rb
gitaly-13.1.0.pre.rc4 ruby/proto/gitaly/transaction_pb.rb
gitaly-13.1.0.pre.rc3 ruby/proto/gitaly/transaction_pb.rb
gitaly-13.1.0.pre.rc1 ruby/proto/gitaly/transaction_pb.rb