Sha256: a27e496364299a0209fc5fb725c820966d0c330d3442cff472352067ec52126f
Contents?: true
Size: 1.11 KB
Versions: 6
Compression:
Stored size: 1.11 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v7/enums/proximity_radius_units.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v7/enums/proximity_radius_units.proto", :syntax => :proto3) do add_message "google.ads.googleads.v7.enums.ProximityRadiusUnitsEnum" do end add_enum "google.ads.googleads.v7.enums.ProximityRadiusUnitsEnum.ProximityRadiusUnits" do value :UNSPECIFIED, 0 value :UNKNOWN, 1 value :MILES, 2 value :KILOMETERS, 3 end end end module Google module Ads module GoogleAds module V7 module Enums ProximityRadiusUnitsEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.enums.ProximityRadiusUnitsEnum").msgclass ProximityRadiusUnitsEnum::ProximityRadiusUnits = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.enums.ProximityRadiusUnitsEnum.ProximityRadiusUnits").enummodule end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems