Sha256: e4c16640cdb5fbc2ee521c25daf383b567f4cc20a05af3131dc588e17c93a20b
Contents?: true
Size: 662 Bytes
Versions: 16
Compression:
Stored size: 662 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/dayofweek.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/dayofweek.proto", :syntax => :proto3) do add_enum "google.type.DayOfWeek" do value :DAY_OF_WEEK_UNSPECIFIED, 0 value :MONDAY, 1 value :TUESDAY, 2 value :WEDNESDAY, 3 value :THURSDAY, 4 value :FRIDAY, 5 value :SATURDAY, 6 value :SUNDAY, 7 end end end module Google module Type DayOfWeek = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.DayOfWeek").enummodule end end
Version data entries
16 entries across 16 versions & 3 rubygems