Sha256: 5e590ddd6ce72c539f9ecb8c2e92f487392a16f2ed29215fce73546a2bfdaf16
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v3/common/click_location.proto require 'google/protobuf' require 'google/protobuf/wrappers_pb' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v3/common/click_location.proto", :syntax => :proto3) do add_message "google.ads.googleads.v3.common.ClickLocation" do optional :city, :message, 1, "google.protobuf.StringValue" optional :country, :message, 2, "google.protobuf.StringValue" optional :metro, :message, 3, "google.protobuf.StringValue" optional :most_specific, :message, 4, "google.protobuf.StringValue" optional :region, :message, 5, "google.protobuf.StringValue" end end end module Google module Ads module GoogleAds module V3 module Common ClickLocation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v3.common.ClickLocation").msgclass end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems