Sha256: b13675581da57b7fa74b147f9f7dedcb954df8b16474094e70a912513715d9ea
Contents?: true
Size: 1.17 KB
Versions: 6
Compression:
Stored size: 1.17 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v7/enums/search_term_match_type.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v7/enums/search_term_match_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v7.enums.SearchTermMatchTypeEnum" do end add_enum "google.ads.googleads.v7.enums.SearchTermMatchTypeEnum.SearchTermMatchType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :BROAD, 2 value :EXACT, 3 value :PHRASE, 4 value :NEAR_EXACT, 5 value :NEAR_PHRASE, 6 end end end module Google module Ads module GoogleAds module V7 module Enums SearchTermMatchTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.enums.SearchTermMatchTypeEnum").msgclass SearchTermMatchTypeEnum::SearchTermMatchType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.enums.SearchTermMatchTypeEnum.SearchTermMatchType").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems