Sha256: 1d912281e50985e80465a51fd8fb42962d0cba01602cd9c61ed8da785480a29c
Contents?: true
Size: 1.05 KB
Versions: 9
Compression:
Stored size: 1.05 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/enums/slot.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/enums/slot.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.enums.SlotEnum" do end add_enum "google.ads.googleads.v13.enums.SlotEnum.Slot" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :SEARCH_SIDE, 2 value :SEARCH_TOP, 3 value :SEARCH_OTHER, 4 value :CONTENT, 5 value :SEARCH_PARTNER_TOP, 6 value :SEARCH_PARTNER_OTHER, 7 value :MIXED, 8 end end end module Google module Ads module GoogleAds module V13 module Enums SlotEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.SlotEnum").msgclass SlotEnum::Slot = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.SlotEnum.Slot").enummodule end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems