Sha256: a38c4b4ef0bfe01f3ec80182bb43dcfdf636c6b537996dc94051cd7c38420345
Contents?: true
Size: 1.13 KB
Versions: 5
Compression:
Stored size: 1.13 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v10/enums/customizer_attribute_status.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v10/enums/customizer_attribute_status.proto", :syntax => :proto3) do add_message "google.ads.googleads.v10.enums.CustomizerAttributeStatusEnum" do end add_enum "google.ads.googleads.v10.enums.CustomizerAttributeStatusEnum.CustomizerAttributeStatus" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :ENABLED, 2 value :REMOVED, 3 end end end module Google module Ads module GoogleAds module V10 module Enums CustomizerAttributeStatusEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.CustomizerAttributeStatusEnum").msgclass CustomizerAttributeStatusEnum::CustomizerAttributeStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.CustomizerAttributeStatusEnum.CustomizerAttributeStatus").enummodule end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems