Sha256: 255ad30387eae9b25e2181359d124e7f7ffbe1ebcb27ef3f540300352c3de2eb
Contents?: true
Size: 1.34 KB
Versions: 8
Compression:
Stored size: 1.34 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v6/enums/ad_destination_type.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v6/enums/ad_destination_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v6.enums.AdDestinationTypeEnum" do end add_enum "google.ads.googleads.v6.enums.AdDestinationTypeEnum.AdDestinationType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :NOT_APPLICABLE, 2 value :WEBSITE, 3 value :APP_DEEP_LINK, 4 value :APP_STORE, 5 value :PHONE_CALL, 6 value :MAP_DIRECTIONS, 7 value :LOCATION_LISTING, 8 value :MESSAGE, 9 value :LEAD_FORM, 10 value :YOUTUBE, 11 value :UNMODELED_FOR_CONVERSIONS, 12 end end end module Google module Ads module GoogleAds module V6 module Enums AdDestinationTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v6.enums.AdDestinationTypeEnum").msgclass AdDestinationTypeEnum::AdDestinationType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v6.enums.AdDestinationTypeEnum.AdDestinationType").enummodule end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems