# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v0/enums/bidding_source.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.ads.googleads.v0.enums.BiddingSourceEnum" do end add_enum "google.ads.googleads.v0.enums.BiddingSourceEnum.BiddingSource" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :ADGROUP, 2 value :CRITERION, 3 value :CAMPAIGN_BIDDING_STRATEGY, 5 end end module Google module Ads module Googleads module V0 module Enums BiddingSourceEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.enums.BiddingSourceEnum").msgclass BiddingSourceEnum::BiddingSource = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.enums.BiddingSourceEnum.BiddingSource").enummodule end end end end end