Sha256: 47f1e367c3b557d331275fcfb83a567fc975f9994b8a8563dde3b0dda6eaa154
Contents?: true
Size: 1.22 KB
Versions: 8
Compression:
Stored size: 1.22 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v5/enums/matching_function_operator.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v5/enums/matching_function_operator.proto", :syntax => :proto3) do add_message "google.ads.googleads.v5.enums.MatchingFunctionOperatorEnum" do end add_enum "google.ads.googleads.v5.enums.MatchingFunctionOperatorEnum.MatchingFunctionOperator" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :IN, 2 value :IDENTITY, 3 value :EQUALS, 4 value :AND, 5 value :CONTAINS_ANY, 6 end end end module Google module Ads module GoogleAds module V5 module Enums MatchingFunctionOperatorEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v5.enums.MatchingFunctionOperatorEnum").msgclass MatchingFunctionOperatorEnum::MatchingFunctionOperator = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v5.enums.MatchingFunctionOperatorEnum.MatchingFunctionOperator").enummodule end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems