Sha256: e0375566d8b4266a6dc14354cd1dcd112c6c9a6f6fcb1744ceb5a54a046cd689

Contents?: true

Size: 407 Bytes

Versions: 8

Compression:

Stored size: 407 Bytes

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 "Log" do
      optional :timestamp, :int64, 1
      optional :message, :string, 2
    end
  end
end

Log = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("Log").msgclass

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fluent-plugin-formatter-protobuf-0.5.0 test/integration/log_pb.rb
fluent-plugin-formatter-protobuf-0.4.0 test/integration/log_pb.rb
fluent-plugin-formatter-protobuf-0.3.0 test/integration/log_pb.rb
fluent-plugin-formatter-protobuf-0.2.0 test/integration/log_pb.rb
fluent-plugin-formatter-protobuf-0.1.1 test/integration/log_pb.rb
fluent-plugin-formatter-protobuf-0.1.0 test/integration/log_pb.rb
fluent-plugin-formatter-protobuf-0.0.5 test/integration/log_pb.rb
fluent-plugin-formatter-protobuf-0.0.4 test/integration/log_pb.rb