Sha256: 61022097ab392a5b87912b01bfcbb62ee8b9d12b4c432e05192bcb65bfd200ba
Contents?: true
Size: 1.64 KB
Versions: 6
Compression:
Stored size: 1.64 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v8/common/feed_item_set_filter_type_infos.proto require 'google/protobuf' require 'google/ads/google_ads/v8/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/v8/common/feed_item_set_filter_type_infos.proto", :syntax => :proto3) do add_message "google.ads.googleads.v8.common.DynamicLocationSetFilter" do repeated :labels, :string, 1 optional :business_name_filter, :message, 2, "google.ads.googleads.v8.common.BusinessNameFilter" end add_message "google.ads.googleads.v8.common.BusinessNameFilter" do optional :business_name, :string, 1 optional :filter_type, :enum, 2, "google.ads.googleads.v8.enums.FeedItemSetStringFilterTypeEnum.FeedItemSetStringFilterType" end add_message "google.ads.googleads.v8.common.DynamicAffiliateLocationSetFilter" do repeated :chain_ids, :int64, 1 end end end module Google module Ads module GoogleAds module V8 module Common DynamicLocationSetFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v8.common.DynamicLocationSetFilter").msgclass BusinessNameFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v8.common.BusinessNameFilter").msgclass DynamicAffiliateLocationSetFilter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v8.common.DynamicAffiliateLocationSetFilter").msgclass end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems