Sha256: da16100a93cfeee7c288961254b6250a5b1170c6f88c6062984b5e8b9a7ecafa
Contents?: true
Size: 1.11 KB
Versions: 6
Compression:
Stored size: 1.11 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v12/enums/custom_audience_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v12/enums/custom_audience_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v12.enums.CustomAudienceTypeEnum" do end add_enum "google.ads.googleads.v12.enums.CustomAudienceTypeEnum.CustomAudienceType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :AUTO, 2 value :INTEREST, 3 value :PURCHASE_INTENT, 4 value :SEARCH, 5 end end end module Google module Ads module GoogleAds module V12 module Enums CustomAudienceTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v12.enums.CustomAudienceTypeEnum").msgclass CustomAudienceTypeEnum::CustomAudienceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v12.enums.CustomAudienceTypeEnum.CustomAudienceType").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems