Sha256: 0bf27dc1768ca337cde1c0dc992f148dd00b981b8110710079c5ed259314bc75
Contents?: true
Size: 1.16 KB
Versions: 9
Compression:
Stored size: 1.16 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/enums/linked_account_type.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/enums/linked_account_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.enums.LinkedAccountTypeEnum" do end add_enum "google.ads.googleads.v13.enums.LinkedAccountTypeEnum.LinkedAccountType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :THIRD_PARTY_APP_ANALYTICS, 2 value :DATA_PARTNER, 3 value :GOOGLE_ADS, 4 value :HOTEL_CENTER, 5 value :ADVERTISING_PARTNER, 6 end end end module Google module Ads module GoogleAds module V13 module Enums LinkedAccountTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.LinkedAccountTypeEnum").msgclass LinkedAccountTypeEnum::LinkedAccountType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.enums.LinkedAccountTypeEnum.LinkedAccountType").enummodule end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems