Sha256: 9c9825239c02847665ca1c10bd224134a04f74101f8e14f21f329eb449714e5a
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/google_ads/v0/enums/advertising_channel_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.ads.googleads.v0.enums.AdvertisingChannelTypeEnum" do end add_enum "google.ads.googleads.v0.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :SEARCH, 2 value :DISPLAY, 3 value :SHOPPING, 4 value :HOTEL, 5 value :VIDEO, 6 end end module Google module Ads module GoogleAds module V0 module Enums AdvertisingChannelTypeEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.enums.AdvertisingChannelTypeEnum").msgclass AdvertisingChannelTypeEnum::AdvertisingChannelType = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType").enummodule end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems