Sha256: e2ec4964a2f32db912015e0ceef96d0409949b2e2f9427f21174481eabd08808
Contents?: true
Size: 1.09 KB
Versions: 5
Compression:
Stored size: 1.09 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v10/enums/bidding_strategy_status.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v10/enums/bidding_strategy_status.proto", :syntax => :proto3) do add_message "google.ads.googleads.v10.enums.BiddingStrategyStatusEnum" do end add_enum "google.ads.googleads.v10.enums.BiddingStrategyStatusEnum.BiddingStrategyStatus" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :ENABLED, 2 value :REMOVED, 4 end end end module Google module Ads module GoogleAds module V10 module Enums BiddingStrategyStatusEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.BiddingStrategyStatusEnum").msgclass BiddingStrategyStatusEnum::BiddingStrategyStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.BiddingStrategyStatusEnum.BiddingStrategyStatus").enummodule end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems