Sha256: ded39d7ec1d0a80dcbe6c2b27b9d25d3a36c0b4e1c3098558f7a7916c89eac93
Contents?: true
Size: 1.33 KB
Versions: 6
Compression:
Stored size: 1.33 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v12/enums/advertising_channel_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v12/enums/advertising_channel_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v12.enums.AdvertisingChannelTypeEnum" do end add_enum "google.ads.googleads.v12.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 value :MULTI_CHANNEL, 7 value :LOCAL, 8 value :SMART, 9 value :PERFORMANCE_MAX, 10 value :LOCAL_SERVICES, 11 value :DISCOVERY, 12 end end end module Google module Ads module GoogleAds module V12 module Enums AdvertisingChannelTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v12.enums.AdvertisingChannelTypeEnum").msgclass AdvertisingChannelTypeEnum::AdvertisingChannelType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v12.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems