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