Sha256: c5d6573a8750e282d966b1c2fe7578fdcbe584f96713c0df423b20b3d103d62e

Contents?: true

Size: 1008 Bytes

Versions: 13

Compression:

Stored size: 1008 Bytes

Contents

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

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("lint.proto", :syntax => :proto3) do
    add_message "gitaly.OperationMsg" do
      optional :op, :enum, 1, "gitaly.OperationMsg.Operation"
      optional :scope_level, :enum, 2, "gitaly.OperationMsg.Scope"
    end
    add_enum "gitaly.OperationMsg.Operation" do
      value :UNKNOWN, 0
      value :MUTATOR, 1
      value :ACCESSOR, 2
    end
    add_enum "gitaly.OperationMsg.Scope" do
      value :REPOSITORY, 0
      value :STORAGE, 2
    end
  end
end

module Gitaly
  OperationMsg = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OperationMsg").msgclass
  OperationMsg::Operation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OperationMsg.Operation").enummodule
  OperationMsg::Scope = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("gitaly.OperationMsg.Scope").enummodule
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
gitaly-14.4.0.pre.rc43 ruby/proto/gitaly/lint_pb.rb
gitaly-14.3.0.pre.rc2 ruby/proto/gitaly/lint_pb.rb
gitaly-14.3.0.pre.rc1 ruby/proto/gitaly/lint_pb.rb
gitaly-14.2.0.pre.rc2 ruby/proto/gitaly/lint_pb.rb
gitaly-14.2.0.pre.rc1 ruby/proto/gitaly/lint_pb.rb
gitaly-14.1.0.pre.rc4 ruby/proto/gitaly/lint_pb.rb
gitaly-14.1.0.pre.rc3 ruby/proto/gitaly/lint_pb.rb
gitaly-14.1.0.pre.rc2 ruby/proto/gitaly/lint_pb.rb
gitaly-14.1.0.pre.rc1 ruby/proto/gitaly/lint_pb.rb
gitaly-14.0.0.pre.rc2 ruby/proto/gitaly/lint_pb.rb
gitaly-13.12.0.pre.rc1 ruby/proto/gitaly/lint_pb.rb
gitaly-13.11.0.pre.rc1 ruby/proto/gitaly/lint_pb.rb
gitaly-13.9.0.pre.rc1 ruby/proto/gitaly/lint_pb.rb