Sha256: b97001bc5970fa8559672ecac3e1f4f1517e2647a4b3dd84e1bcb43dfbbd06d5
Contents?: true
Size: 1.44 KB
Versions: 9
Compression:
Stored size: 1.44 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v13/common/dates.proto require 'google/protobuf' require 'google/ads/google_ads/v13/enums/month_of_year_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v13/common/dates.proto", :syntax => :proto3) do add_message "google.ads.googleads.v13.common.DateRange" do proto3_optional :start_date, :string, 3 proto3_optional :end_date, :string, 4 end add_message "google.ads.googleads.v13.common.YearMonthRange" do optional :start, :message, 1, "google.ads.googleads.v13.common.YearMonth" optional :end, :message, 2, "google.ads.googleads.v13.common.YearMonth" end add_message "google.ads.googleads.v13.common.YearMonth" do optional :year, :int64, 1 optional :month, :enum, 2, "google.ads.googleads.v13.enums.MonthOfYearEnum.MonthOfYear" end end end module Google module Ads module GoogleAds module V13 module Common DateRange = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.common.DateRange").msgclass YearMonthRange = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.common.YearMonthRange").msgclass YearMonth = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v13.common.YearMonth").msgclass end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems