Sha256: 6cf523fff18a1dea3b2b5dee72587915b36230c53f564a88c2c825d137f37d50
Contents?: true
Size: 590 Bytes
Versions: 16
Compression:
Stored size: 590 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/timeofday.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/timeofday.proto", :syntax => :proto3) do add_message "google.type.TimeOfDay" do optional :hours, :int32, 1 optional :minutes, :int32, 2 optional :seconds, :int32, 3 optional :nanos, :int32, 4 end end end module Google module Type TimeOfDay = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.TimeOfDay").msgclass end end
Version data entries
16 entries across 16 versions & 3 rubygems