# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v9/resources/domain_category.proto require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/api/annotations_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v9/resources/domain_category.proto", :syntax => :proto3) do add_message "google.ads.googleads.v9.resources.DomainCategory" do optional :resource_name, :string, 1 proto3_optional :campaign, :string, 10 proto3_optional :category, :string, 11 proto3_optional :language_code, :string, 12 proto3_optional :domain, :string, 13 proto3_optional :coverage_fraction, :double, 14 proto3_optional :category_rank, :int64, 15 proto3_optional :has_children, :bool, 16 proto3_optional :recommended_cpc_bid_micros, :int64, 17 end end end module Google module Ads module GoogleAds module V9 module Resources DomainCategory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v9.resources.DomainCategory").msgclass end end end end end