Sha256: 49c3fcef1fb8fe4840d993b75482162cd7cd319b5cca9c123c683ab013507878
Contents?: true
Size: 954 Bytes
Versions: 3
Compression:
Stored size: 954 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/google_ads/v0/enums/keyword_match_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.ads.googleads.v0.enums.KeywordMatchTypeEnum" do end add_enum "google.ads.googleads.v0.enums.KeywordMatchTypeEnum.KeywordMatchType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :EXACT, 2 value :PHRASE, 3 value :BROAD, 4 end end module Google module Ads module GoogleAds module V0 module Enums KeywordMatchTypeEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.enums.KeywordMatchTypeEnum").msgclass KeywordMatchTypeEnum::KeywordMatchType = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.enums.KeywordMatchTypeEnum.KeywordMatchType").enummodule end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems