# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v6/errors/field_error.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v6/errors/field_error.proto", :syntax => :proto3) do add_message "google.ads.googleads.v6.errors.FieldErrorEnum" do end add_enum "google.ads.googleads.v6.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 value :FIELD_CANNOT_BE_CLEARED, 7 value :BLOCKED_VALUE, 9 end end end module Google module Ads module GoogleAds module V6 module Errors FieldErrorEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v6.errors.FieldErrorEnum").msgclass FieldErrorEnum::FieldError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v6.errors.FieldErrorEnum.FieldError").enummodule end end end end end