Skip to content

Commit

Permalink
V1.1.1 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Phippen authored Apr 8, 2019
1 parent 79bc69b commit 71c55ef
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1.1:
- Add `ExtensionFeedItem` as an operation look up
- Fixes various broken resource types

1.1.0:
- Adding support for Google Ads API v1_1.
- Refactored proto and path lookup utils to be accessible before client
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/google/ads/google_ads/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
module Google
module Ads
module GoogleAds
CLIENT_LIB_VERSION = '1.1.0'.freeze
CLIENT_LIB_VERSION = '1.1.1'.freeze
end
end
end
12 changes: 12 additions & 0 deletions patches/detail_placement_view_1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/lib/google/ads/google_ads/v1/resources/detail_placement_view_pb.rb b/lib/google/ads/google_ads/v1/resources/detail_placement_view_pb.rb
index 2eac7d0..05de7b4 100644
--- a/lib/google/ads/google_ads/v1/resources/detail_placement_view_pb.rb
+++ b/lib/google/ads/google_ads/v1/resources/detail_placement_view_pb.rb
@@ -17,6 +17,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
end
end

-module Google::Ads::GoogleAds::V1::Services
+module Google::Ads::GoogleAds::V1::Resources
DetailPlacementView = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v1.resources.DetailPlacementView").msgclass
end
12 changes: 12 additions & 0 deletions patches/product_bidding_category_constant_1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/lib/google/ads/google_ads/v1/resources/product_bidding_category_constant_pb.rb b/lib/google/ads/google_ads/v1/resources/product_bidding_category_constant_pb.rb
index aac640b..2594eb1 100644
--- a/lib/google/ads/google_ads/v1/resources/product_bidding_category_constant_pb.rb
+++ b/lib/google/ads/google_ads/v1/resources/product_bidding_category_constant_pb.rb
@@ -20,6 +20,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
end
end

-module Google::Ads::GoogleAds::V1::Enums
+module Google::Ads::GoogleAds::V1::Resources
ProductBiddingCategoryConstant = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v1.resources.ProductBiddingCategoryConstant").msgclass
end

0 comments on commit 71c55ef

Please sign in to comment.