Sha256: bf5139411fa9bf5c5db2ea820cbc868b383fd42dde8b77db3659878b0014992f
Contents?: true
Size: 1.33 KB
Versions: 6
Compression:
Stored size: 1.33 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v12/enums/experiment_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v12/enums/experiment_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v12.enums.ExperimentTypeEnum" do end add_enum "google.ads.googleads.v12.enums.ExperimentTypeEnum.ExperimentType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :DISPLAY_AND_VIDEO_360, 2 value :AD_VARIATION, 3 value :YOUTUBE_CUSTOM, 5 value :DISPLAY_CUSTOM, 6 value :SEARCH_CUSTOM, 7 value :DISPLAY_AUTOMATED_BIDDING_STRATEGY, 8 value :SEARCH_AUTOMATED_BIDDING_STRATEGY, 9 value :SHOPPING_AUTOMATED_BIDDING_STRATEGY, 10 value :SMART_MATCHING, 11 value :HOTEL_CUSTOM, 12 end end end module Google module Ads module GoogleAds module V12 module Enums ExperimentTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v12.enums.ExperimentTypeEnum").msgclass ExperimentTypeEnum::ExperimentType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v12.enums.ExperimentTypeEnum.ExperimentType").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems