Sha256: 8a1c23e0111bb773e4f6720a21a807cd56bec47d0e3f57be800f879fab09706d

Contents?: true

Size: 687 Bytes

Versions: 15

Compression:

Stored size: 687 Bytes

Contents

#!/usr/bin/env ruby
# Generated by the protocol buffer compiler. DO NOT EDIT!

require 'protocol_buffers'

module Animal
  # forward declarations
  class Human < ::ProtocolBuffers::Message; end

  class Human < ::ProtocolBuffers::Message
    set_fully_qualified_name "animal.Human"

    optional :string, :first_name, 1
    repeated :string, :middle_names, 2
    optional :string, :last_name, 3
    optional ::Animal::Human, :mother, 4
    optional ::Animal::Human, :father, 5
    optional :string, :path, 6
    optional :string, :version, 7
    optional :string, :timestamp, 8
    optional :string, :email, 9
    optional :bool, :vegetarian, 10
    optional :int32, :age, 11
  end

end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
logstash-codec-protobuf-1.3.0-java spec/helpers/pb2/human.pb.rb
logstash-codec-protobuf-1.2.9-jruby spec/helpers/pb2/human.pb.rb
logstash-codec-protobuf-1.2.8-jruby spec/helpers/pb2/human.pb.rb
logstash-codec-protobuf-1.2.5 spec/helpers/pb2/human.pb.rb
logstash-codec-protobuf-1.2.2 spec/helpers/pb2/human.pb.rb
logstash-codec-protobuf-1.2.1 spec/helpers/pb2/human.pb.rb
logstash-codec-protobuf-1.2.0 spec/helpers/pb2/human.pb.rb
logstash-codec-zylog-1.0.6 spec/helpers/human.pb.rb
logstash-codec-protobuf-1.1.0 spec/helpers/pb2/human.pb.rb
logstash-codec-protobuf-1.0.5 spec/helpers/pb2/human.pb.rb
logstash-codec-protobuf-1.0.3 spec/helpers/human.pb.rb
logstash-codec-protobuf-1.0.2 spec/helpers/human.pb.rb
logstash-codec-protobuf-1.0.0 spec/helpers/human.pb.rb
logstash-codec-protobuf-0.1.3 spec/helpers/human.pb.rb
logstash-codec-protobuf-0.1.2 spec/helpers/human.pb.rb