Sha256: f94f7c288f74a836d1d1eb1443e235cca1121ade22dba2a2aa0df1e9afcad328
Contents?: true
Size: 525 Bytes
Versions: 16
Compression:
Stored size: 525 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/date.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/date.proto", :syntax => :proto3) do add_message "google.type.Date" do optional :year, :int32, 1 optional :month, :int32, 2 optional :day, :int32, 3 end end end module Google module Type Date = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Date").msgclass end end
Version data entries
16 entries across 16 versions & 3 rubygems