Sha256: 9b3c570612b9b3db1e67225d7b51912d3efdab40faffbd81bd347a9461ee2699
Contents?: true
Size: 926 Bytes
Versions: 4
Compression:
Stored size: 926 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/google_ads/v0/enums/interaction_event_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.ads.googleads.v0.enums.InteractionEventTypeEnum" do end add_enum "google.ads.googleads.v0.enums.InteractionEventTypeEnum.InteractionEventType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :CLICK, 2 value :ENGAGEMENT, 3 value :VIDEO_VIEW, 4 value :NONE, 5 end end module Google::Ads::GoogleAds::V0::Enums InteractionEventTypeEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.enums.InteractionEventTypeEnum").msgclass InteractionEventTypeEnum::InteractionEventType = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.enums.InteractionEventTypeEnum.InteractionEventType").enummodule end
Version data entries
4 entries across 4 versions & 1 rubygems