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