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