Sha256: 089dc68e3c6cfd835983105e4186ce1845d688e496cd0854e167b1afc38e81e5
Contents?: true
Size: 1.12 KB
Versions: 5
Compression:
Stored size: 1.12 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v4/enums/optimization_goal_type.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v4/enums/optimization_goal_type.proto", :syntax => :proto3) do add_message "google.ads.googleads.v4.enums.OptimizationGoalTypeEnum" do end add_enum "google.ads.googleads.v4.enums.OptimizationGoalTypeEnum.OptimizationGoalType" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :CALL_CLICKS, 2 value :DRIVING_DIRECTIONS, 3 end end end module Google module Ads module GoogleAds module V4 module Enums OptimizationGoalTypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v4.enums.OptimizationGoalTypeEnum").msgclass OptimizationGoalTypeEnum::OptimizationGoalType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v4.enums.OptimizationGoalTypeEnum.OptimizationGoalType").enummodule end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems