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