Sha256: 2d9a39599ce56866363d7359e7ea5a9f74270127a7130f6899123310acbb02f1
Contents?: true
Size: 1.01 KB
Versions: 9
Compression:
Stored size: 1.01 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/errors/currency_error.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/errors/currency_error.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.errors.CurrencyErrorEnum" do end add_enum "google.ads.googleads.v13.errors.CurrencyErrorEnum.CurrencyError" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :VALUE_NOT_MULTIPLE_OF_BILLABLE_UNIT, 2 end end end module Google module Ads module GoogleAds module V13 module Errors CurrencyErrorEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.errors.CurrencyErrorEnum").msgclass CurrencyErrorEnum::CurrencyError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.errors.CurrencyErrorEnum.CurrencyError").enummodule end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems