Sha256: bb7435fd6c71a2258b77501e6ae1660badb96dbe82ebe4704a9a625d2d7d20f2
Contents?: true
Size: 1.13 KB
Versions: 9
Compression:
Stored size: 1.13 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/enums/customizer_attribute_status.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/enums/customizer_attribute_status.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.enums.CustomizerAttributeStatusEnum" do end add_enum "google.ads.googleads.v13.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 V13 module Enums CustomizerAttributeStatusEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.CustomizerAttributeStatusEnum").msgclass CustomizerAttributeStatusEnum::CustomizerAttributeStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.CustomizerAttributeStatusEnum.CustomizerAttributeStatus").enummodule end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems