Sha256: 7dc8b1c32eaed1cfe38251719ccaf6894770c644fc70b4a8c5f112322e51b6a9
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v10/enums/extension_type.proto require 'google/api/annotations_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v10/enums/extension_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v10.enums.ExtensionTypeEnum" do end add_enum "google.ads.googleads.v10.enums.ExtensionTypeEnum.ExtensionType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :NONE, 2 value :APP, 3 value :CALL, 4 value :CALLOUT, 5 value :MESSAGE, 6 value :PRICE, 7 value :PROMOTION, 8 value :SITELINK, 10 value :STRUCTURED_SNIPPET, 11 value :LOCATION, 12 value :AFFILIATE_LOCATION, 13 value :HOTEL_CALLOUT, 15 value :IMAGE, 16 end end end module Google module Ads module GoogleAds module V10 module Enums ExtensionTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.ExtensionTypeEnum").msgclass ExtensionTypeEnum::ExtensionType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v10.enums.ExtensionTypeEnum.ExtensionType").enummodule end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-ads-googleads-16.0.0 | lib/google/ads/google_ads/v10/enums/extension_type_pb.rb |