Sha256: 297408697afd08c3e72d74926beb9e9f57f9f255d46d9c7ede5924a7cce60309
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v10/enums/ad_destination_type.proto require 'google/api/annotations_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v10/enums/ad_destination_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v10.enums.AdDestinationTypeEnum" do end add_enum "google.ads.googleads.v10.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 V10 module Enums AdDestinationTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.AdDestinationTypeEnum").msgclass AdDestinationTypeEnum::AdDestinationType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.AdDestinationTypeEnum.AdDestinationType").enummodule end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-ads-googleads-16.0.0 | lib/google/ads/google_ads/v10/enums/ad_destination_type_pb.rb |