Sha256: 8fe57144a01822d9b7fa9fdef6a50262a78e1a13ba928fb38b015422a96391f7
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v3/enums/day_of_week.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v3/enums/day_of_week.proto", :syntax => :proto3) do add_message "google.ads.googleads.v3.enums.DayOfWeekEnum" do end add_enum "google.ads.googleads.v3.enums.DayOfWeekEnum.DayOfWeek" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :MONDAY, 2 value :TUESDAY, 3 value :WEDNESDAY, 4 value :THURSDAY, 5 value :FRIDAY, 6 value :SATURDAY, 7 value :SUNDAY, 8 end end end module Google module Ads module GoogleAds module V3 module Enums DayOfWeekEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v3.enums.DayOfWeekEnum").msgclass DayOfWeekEnum::DayOfWeek = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v3.enums.DayOfWeekEnum.DayOfWeek").enummodule end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems