Sha256: c9f2cb0ad16b69f8978b9fd037a098161703dcbab2658d81754039f2e8ec4c8c
Contents?: true
Size: 1.08 KB
Versions: 6
Compression:
Stored size: 1.08 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v8/enums/slot.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v8/enums/slot.proto", :syntax => :proto3) do add_message "google.ads.googleads.v8.enums.SlotEnum" do end add_enum "google.ads.googleads.v8.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 V8 module Enums SlotEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v8.enums.SlotEnum").msgclass SlotEnum::Slot = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v8.enums.SlotEnum.Slot").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems