Sha256: a530f8f386aebb3a94426fc80b491ef44ebc12b7483fbe69de84323a0f65de5c
Contents?: true
Size: 1.07 KB
Versions: 5
Compression:
Stored size: 1.07 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v4/enums/payment_mode.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v4/enums/payment_mode.proto", :syntax => :proto3) do add_message "google.ads.googleads.v4.enums.PaymentModeEnum" do end add_enum "google.ads.googleads.v4.enums.PaymentModeEnum.PaymentMode" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :CLICKS, 4 value :CONVERSION_VALUE, 5 value :CONVERSIONS, 6 value :GUEST_STAY, 7 end end end module Google module Ads module GoogleAds module V4 module Enums PaymentModeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v4.enums.PaymentModeEnum").msgclass PaymentModeEnum::PaymentMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v4.enums.PaymentModeEnum.PaymentMode").enummodule end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems