Sha256: 52e3fbe3d9f90ba36007124cbf67025b5ae2c3970f14dacd5d56dadcd4403934
Contents?: true
Size: 1.23 KB
Versions: 3
Compression:
Stored size: 1.23 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v3/enums/policy_topic_entry_type.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v3/enums/policy_topic_entry_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v3.enums.PolicyTopicEntryTypeEnum" do end add_enum "google.ads.googleads.v3.enums.PolicyTopicEntryTypeEnum.PolicyTopicEntryType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :PROHIBITED, 2 value :LIMITED, 4 value :FULLY_LIMITED, 8 value :DESCRIPTIVE, 5 value :BROADENING, 6 value :AREA_OF_INTEREST_ONLY, 7 end end end module Google module Ads module GoogleAds module V3 module Enums PolicyTopicEntryTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v3.enums.PolicyTopicEntryTypeEnum").msgclass PolicyTopicEntryTypeEnum::PolicyTopicEntryType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v3.enums.PolicyTopicEntryTypeEnum.PolicyTopicEntryType").enummodule end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems