Sha256: 8d0eb05252b2ce5d20720cc52fe40fcbf2de25329be1e2fe59b9120dea0a0282
Contents?: true
Size: 1.19 KB
Versions: 5
Compression:
Stored size: 1.19 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v4/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/v4/enums/matching_function_context_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v4.enums.MatchingFunctionContextTypeEnum" do end add_enum "google.ads.googleads.v4.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 V4 module Enums MatchingFunctionContextTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v4.enums.MatchingFunctionContextTypeEnum").msgclass MatchingFunctionContextTypeEnum::MatchingFunctionContextType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v4.enums.MatchingFunctionContextTypeEnum.MatchingFunctionContextType").enummodule end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems