Sha256: afaacdd2fcb24747c098925480661d63afba2c3f4cbda9f6899acbcac6a2fdc1
Contents?: true
Size: 989 Bytes
Versions: 3
Compression:
Stored size: 989 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v0/errors/field_error.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.ads.googleads.v0.errors.FieldErrorEnum" do end add_enum "google.ads.googleads.v0.errors.FieldErrorEnum.FieldError" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :REQUIRED, 2 value :IMMUTABLE_FIELD, 3 value :INVALID_VALUE, 4 value :VALUE_MUST_BE_UNSET, 5 value :REQUIRED_NONEMPTY_LIST, 6 end end module Google module Ads module Googleads module V0 module Errors FieldErrorEnum = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.errors.FieldErrorEnum").msgclass FieldErrorEnum::FieldError = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.errors.FieldErrorEnum.FieldError").enummodule end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems