aboutsummaryrefslogtreecommitdiff
path: root/ruby/lib/google/protobuf/duration_pb.rb
blob: c93f5987d2aa037907eaaa9ebed4e414be99f6aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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