Sha256: af979b35348a656ef82b04bf2afd9fc5eea1f25a96245444a127f196cd9f8ac7
Contents?: true
Size: 505 Bytes
Versions: 23
Compression:
Stored size: 505 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_message "google.type.TimeOfDay" do optional :hours, :int32, 1 optional :minutes, :int32, 2 optional :seconds, :int32, 3 optional :nanos, :int32, 4 end end module Google module Type TimeOfDay = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.TimeOfDay").msgclass end end
Version data entries
23 entries across 23 versions & 3 rubygems