Sha256: 9ecd42d9c69a9cb2ca44ef78d71d7e8a5670227f0347551ab48c58c5b2f6976e
Contents?: true
Size: 679 Bytes
Versions: 16
Compression:
Stored size: 679 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/calendar_period.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/calendar_period.proto", :syntax => :proto3) do add_enum "google.type.CalendarPeriod" do value :CALENDAR_PERIOD_UNSPECIFIED, 0 value :DAY, 1 value :WEEK, 2 value :FORTNIGHT, 3 value :MONTH, 4 value :QUARTER, 5 value :HALF, 6 value :YEAR, 7 end end end module Google module Type CalendarPeriod = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.CalendarPeriod").enummodule end end
Version data entries
16 entries across 16 versions & 3 rubygems