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