Sha256: 2c85e182bf22f355bbb85c7171e6771a5d865423139fe3aad8d1b43dc7c91294
Contents?: true
Size: 1.4 KB
Versions: 6
Compression:
Stored size: 1.4 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v7/errors/customer_feed_error.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v7/errors/customer_feed_error.proto", :syntax => :proto3) do add_message "google.ads.googleads.v7.errors.CustomerFeedErrorEnum" do end add_enum "google.ads.googleads.v7.errors.CustomerFeedErrorEnum.CustomerFeedError" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE, 2 value :CANNOT_CREATE_FOR_REMOVED_FEED, 3 value :CANNOT_CREATE_ALREADY_EXISTING_CUSTOMER_FEED, 4 value :CANNOT_MODIFY_REMOVED_CUSTOMER_FEED, 5 value :INVALID_PLACEHOLDER_TYPE, 6 value :MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE, 7 value :PLACEHOLDER_TYPE_NOT_ALLOWED_ON_CUSTOMER_FEED, 8 end end end module Google module Ads module GoogleAds module V7 module Errors CustomerFeedErrorEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.errors.CustomerFeedErrorEnum").msgclass CustomerFeedErrorEnum::CustomerFeedError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.errors.CustomerFeedErrorEnum.CustomerFeedError").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems