Sha256: ffeb8d57a90a91ea88ac4c97d111ea770f8fc6740367342cf02d131dae33a324
Contents?: true
Size: 1.62 KB
Versions: 5
Compression:
Stored size: 1.62 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v10/enums/change_event_resource_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v10/enums/change_event_resource_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v10.enums.ChangeEventResourceTypeEnum" do end add_enum "google.ads.googleads.v10.enums.ChangeEventResourceTypeEnum.ChangeEventResourceType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :AD, 2 value :AD_GROUP, 3 value :AD_GROUP_CRITERION, 4 value :CAMPAIGN, 5 value :CAMPAIGN_BUDGET, 6 value :AD_GROUP_BID_MODIFIER, 7 value :CAMPAIGN_CRITERION, 8 value :FEED, 9 value :FEED_ITEM, 10 value :CAMPAIGN_FEED, 11 value :AD_GROUP_FEED, 12 value :AD_GROUP_AD, 13 value :ASSET, 14 value :CUSTOMER_ASSET, 15 value :CAMPAIGN_ASSET, 16 value :AD_GROUP_ASSET, 17 value :ASSET_SET, 18 value :ASSET_SET_ASSET, 19 value :CAMPAIGN_ASSET_SET, 20 end end end module Google module Ads module GoogleAds module V10 module Enums ChangeEventResourceTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.ChangeEventResourceTypeEnum").msgclass ChangeEventResourceTypeEnum::ChangeEventResourceType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.ChangeEventResourceTypeEnum.ChangeEventResourceType").enummodule end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems