lib/google/protobuf/duration_pb.rb



# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/protobuf/duration.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "google.protobuf.Duration" do
    optional :seconds, :int64, 1
    optional :nanos, :int32, 2
  end
end

module Google
  module Protobuf
    Duration = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Duration").msgclass
  end
end