Sha256: 541ed41e03be8ccbb3fe74e9355fe0bbf195954022450bf9c0e20870b4339b67
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v10/common/feed_item_set_filter_type_infos.proto require 'google/ads/google_ads/v10/enums/feed_item_set_string_filter_type_pb' require 'google/api/annotations_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v10/common/feed_item_set_filter_type_infos.proto", :syntax => :proto3) do add_message "google.ads.googleads.v10.common.DynamicLocationSetFilter" do repeated :labels, :string, 1 optional :business_name_filter, :message, 2, "google.ads.googleads.v10.common.BusinessNameFilter" end add_message "google.ads.googleads.v10.common.BusinessNameFilter" do optional :business_name, :string, 1 optional :filter_type, :enum, 2, "google.ads.googleads.v10.enums.FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType" end add_message "google.ads.googleads.v10.common.DynamicAffiliateLocationSetFilter" do repeated :chain_ids, :int64, 1 end end end module Google module Ads module GoogleAds module V10 module Common DynamicLocationSetFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.common.DynamicLocationSetFilter").msgclass BusinessNameFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.common.BusinessNameFilter").msgclass DynamicAffiliateLocationSetFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.common.DynamicAffiliateLocationSetFilter").msgclass end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-ads-googleads-16.0.0 | lib/google/ads/google_ads/v10/common/feed_item_set_filter_type_infos_pb.rb |