Sha256: 4adbf666ba47137f765d5e39d64eba51a2aeb838aa237536035a64d842caf1db
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/v8/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/v8/enums/ad_destination_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v8.enums.AdDestinationTypeEnum" do end add_enum "google.ads.googleads.v8.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 V8 module Enums AdDestinationTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v8.enums.AdDestinationTypeEnum").msgclass AdDestinationTypeEnum::AdDestinationType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v8.enums.AdDestinationTypeEnum.AdDestinationType").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems