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