Sha256: ceb87c2c76271f662d4f1e838124a7a4df4890325941d20faded8e39068d51d0
Contents?: true
Size: 1.2 KB
Versions: 9
Compression:
Stored size: 1.2 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/errors/field_error.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/errors/field_error.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.errors.FieldErrorEnum" do end add_enum "google.ads.googleads.v13.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 value :FIELD_CAN_ONLY_BE_CLEARED, 10 end end end module Google module Ads module GoogleAds module V13 module Errors FieldErrorEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.errors.FieldErrorEnum").msgclass FieldErrorEnum::FieldError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.errors.FieldErrorEnum.FieldError").enummodule end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems