Sha256: 44615abd42dc367f226ff54278074cd8dcec4c04d6dd61eaaf10a0b4bde1b342
Contents?: true
Size: 1.22 KB
Versions: 6
Compression:
Stored size: 1.22 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v8/enums/simulation_type.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v8/enums/simulation_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v8.enums.SimulationTypeEnum" do end add_enum "google.ads.googleads.v8.enums.SimulationTypeEnum.SimulationType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :CPC_BID, 2 value :CPV_BID, 3 value :TARGET_CPA, 4 value :BID_MODIFIER, 5 value :TARGET_ROAS, 6 value :PERCENT_CPC_BID, 7 value :TARGET_IMPRESSION_SHARE, 8 value :BUDGET, 9 end end end module Google module Ads module GoogleAds module V8 module Enums SimulationTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v8.enums.SimulationTypeEnum").msgclass SimulationTypeEnum::SimulationType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v8.enums.SimulationTypeEnum.SimulationType").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems