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