Sha256: c9c1076493b20f3dba06a1ed5a67dda80fb08b07417cc4892628af82ef98a4e0
Contents?: true
Size: 1.2 KB
Versions: 8
Compression:
Stored size: 1.2 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v5/enums/keyword_plan_competition_level.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v5/enums/keyword_plan_competition_level.proto", :syntax => :proto3) do add_message "google.ads.googleads.v5.enums.KeywordPlanCompetitionLevelEnum" do end add_enum "google.ads.googleads.v5.enums.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :LOW, 2 value :MEDIUM, 3 value :HIGH, 4 end end end module Google module Ads module GoogleAds module V5 module Enums KeywordPlanCompetitionLevelEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v5.enums.KeywordPlanCompetitionLevelEnum").msgclass KeywordPlanCompetitionLevelEnum::KeywordPlanCompetitionLevel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v5.enums.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel").enummodule end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems