aboutsummaryrefslogtreecommitdiff
path: root/ruby/lib/google/protobuf/timestamp_pb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/lib/google/protobuf/timestamp_pb.rb')
-rw-r--r--ruby/lib/google/protobuf/timestamp_pb.rb17
1 files changed, 17 insertions, 0 deletions
diff --git a/ruby/lib/google/protobuf/timestamp_pb.rb b/ruby/lib/google/protobuf/timestamp_pb.rb
new file mode 100644
index 00000000..7af33339
--- /dev/null
+++ b/ruby/lib/google/protobuf/timestamp_pb.rb
@@ -0,0 +1,17 @@
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# source: google/protobuf/timestamp.proto
+
+require 'google/protobuf'
+
+Google::Protobuf::DescriptorPool.generated_pool.build do
+ add_message "google.protobuf.Timestamp" do
+ optional :seconds, :int64, 1
+ optional :nanos, :int32, 2
+ end
+end
+
+module Google
+ module Protobuf
+ Timestamp = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Timestamp").msgclass
+ end
+end