Sha256: cc526d37c828a17551dab119ed604c3ea52357554faa2da8aa1f200c79b69a76
Contents?: true
Size: 1.18 KB
Versions: 6
Compression:
Stored size: 1.18 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v7/resources/domain_category.proto require 'google/protobuf' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v7/resources/domain_category.proto", :syntax => :proto3) do add_message "google.ads.googleads.v7.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 V7 module Resources DomainCategory = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.resources.DomainCategory").msgclass end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems