Sha256: ba1d9715c6d6df7c7b5734e789a7f7e843204af784c36d75141cf92dc7e8b5a8
Contents?: true
Size: 1.19 KB
Versions: 3
Compression:
Stored size: 1.19 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v3/enums/matching_function_context_type.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v3/enums/matching_function_context_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v3.enums.MatchingFunctionContextTypeEnum" do end add_enum "google.ads.googleads.v3.enums.MatchingFunctionContextTypeEnum.MatchingFunctionContextType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :FEED_ITEM_ID, 2 value :DEVICE_NAME, 3 end end end module Google module Ads module GoogleAds module V3 module Enums MatchingFunctionContextTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v3.enums.MatchingFunctionContextTypeEnum").msgclass MatchingFunctionContextTypeEnum::MatchingFunctionContextType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v3.enums.MatchingFunctionContextTypeEnum.MatchingFunctionContextType").enummodule end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems