Sha256: 47e17ad7d5c6b70e7e6e2876f6e08c5c585216ed137164732c43025cd599d663
Contents?: true
Size: 1.32 KB
Versions: 6
Compression:
Stored size: 1.32 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v7/errors/bidding_strategy_error.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v7/errors/bidding_strategy_error.proto", :syntax => :proto3) do add_message "google.ads.googleads.v7.errors.BiddingStrategyErrorEnum" do end add_enum "google.ads.googleads.v7.errors.BiddingStrategyErrorEnum.BiddingStrategyError" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :DUPLICATE_NAME, 2 value :CANNOT_CHANGE_BIDDING_STRATEGY_TYPE, 3 value :CANNOT_REMOVE_ASSOCIATED_STRATEGY, 4 value :BIDDING_STRATEGY_NOT_SUPPORTED, 5 value :INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE, 6 end end end module Google module Ads module GoogleAds module V7 module Errors BiddingStrategyErrorEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.errors.BiddingStrategyErrorEnum").msgclass BiddingStrategyErrorEnum::BiddingStrategyError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.errors.BiddingStrategyErrorEnum.BiddingStrategyError").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems