Sha256: 50fde3322af9e14a2e92407809408d3a5ea905035b597ad8d5bb5b2e41076f84
Contents?: true
Size: 1.35 KB
Versions: 9
Compression:
Stored size: 1.35 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/enums/advertising_channel_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/enums/advertising_channel_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.enums.AdvertisingChannelTypeEnum" do end add_enum "google.ads.googleads.v13.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 value :TRAVEL, 13 end end end module Google module Ads module GoogleAds module V13 module Enums AdvertisingChannelTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.AdvertisingChannelTypeEnum").msgclass AdvertisingChannelTypeEnum::AdvertisingChannelType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType").enummodule end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems