Sha256: 621e4e8c82ae5a44f3472d1bc448bca5618a4b7e6272c4b67191d949c3d43dcd
Contents?: true
Size: 1.33 KB
Versions: 9
Compression:
Stored size: 1.33 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/enums/experiment_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/enums/experiment_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.enums.ExperimentTypeEnum" do end add_enum "google.ads.googleads.v13.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 V13 module Enums ExperimentTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.ExperimentTypeEnum").msgclass ExperimentTypeEnum::ExperimentType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.ExperimentTypeEnum.ExperimentType").enummodule end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems