Sha256: ab72748eaabbee846e6733c9400b88b2a16f2420be7537c40803f54e5c2019d2
Contents?: true
Size: 966 Bytes
Versions: 3
Compression:
Stored size: 966 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/google_ads/v0/errors/string_format_error.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.ads.googleads.v0.errors.StringFormatErrorEnum" do end add_enum "google.ads.googleads.v0.errors.StringFormatErrorEnum.StringFormatError" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :ILLEGAL_CHARS, 2 value :INVALID_FORMAT, 3 end end module Google module Ads module GoogleAds module V0 module Errors StringFormatErrorEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.errors.StringFormatErrorEnum").msgclass StringFormatErrorEnum::StringFormatError = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.errors.StringFormatErrorEnum.StringFormatError").enummodule end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems