Sha256: ac337ec8a50cb0e67dd3a6d92edfa8b59a7746644135b00a7297247a8154eafd
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v10/enums/simulation_type.proto require 'google/api/annotations_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v10/enums/simulation_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v10.enums.SimulationTypeEnum" do end add_enum "google.ads.googleads.v10.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 V10 module Enums SimulationTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.SimulationTypeEnum").msgclass SimulationTypeEnum::SimulationType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.SimulationTypeEnum.SimulationType").enummodule end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-ads-googleads-16.0.0 | lib/google/ads/google_ads/v10/enums/simulation_type_pb.rb |