Sha256: 4ae0900bf7a95d11cf918a43c360d860da8a7e0514ee75d22c7ed81893cec59c
Contents?: true
Size: 1.71 KB
Versions: 8
Compression:
Stored size: 1.71 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v6/common/keyword_plan_common.proto require 'google/protobuf' require 'google/ads/google_ads/v6/enums/keyword_plan_competition_level_pb' require 'google/ads/google_ads/v6/enums/month_of_year_pb' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v6/common/keyword_plan_common.proto", :syntax => :proto3) do add_message "google.ads.googleads.v6.common.KeywordPlanHistoricalMetrics" do proto3_optional :avg_monthly_searches, :int64, 7 repeated :monthly_search_volumes, :message, 6, "google.ads.googleads.v6.common.MonthlySearchVolume" optional :competition, :enum, 2, "google.ads.googleads.v6.enums.KeywordPlanCompetitionLevelEnum.KeywordPlanCompetitionLevel" proto3_optional :competition_index, :int64, 8 proto3_optional :low_top_of_page_bid_micros, :int64, 9 proto3_optional :high_top_of_page_bid_micros, :int64, 10 end add_message "google.ads.googleads.v6.common.MonthlySearchVolume" do proto3_optional :year, :int64, 4 optional :month, :enum, 2, "google.ads.googleads.v6.enums.MonthOfYearEnum.MonthOfYear" proto3_optional :monthly_searches, :int64, 5 end end end module Google module Ads module GoogleAds module V6 module Common KeywordPlanHistoricalMetrics = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v6.common.KeywordPlanHistoricalMetrics").msgclass MonthlySearchVolume = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v6.common.MonthlySearchVolume").msgclass end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems