Sha256: 69d9ac70fd35885aaf289179f8ee2c0045a7cf2df587a8292c6baeadce07b414
Contents?: true
Size: 1.34 KB
Versions: 6
Compression:
Stored size: 1.34 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v7/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/v7/enums/ad_destination_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v7.enums.AdDestinationTypeEnum" do end add_enum "google.ads.googleads.v7.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 V7 module Enums AdDestinationTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.enums.AdDestinationTypeEnum").msgclass AdDestinationTypeEnum::AdDestinationType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.enums.AdDestinationTypeEnum.AdDestinationType").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems