Skip to content

Commit

Permalink
Removing support for v13. (#478)
Browse files Browse the repository at this point in the history
Change-Id: Iaac1e2358b6ec40d71e01bce25fe581a6d9d1f80
  • Loading branch information
mcloonan authored Jan 23, 2024
1 parent 7debc7d commit 51e655c
Show file tree
Hide file tree
Showing 1,298 changed files with 13 additions and 115,258 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
26.0.0
------
- Removed support for v13.

25.0.1
------
- Updated dependencies to support new gRPC features
Expand Down Expand Up @@ -276,4 +280,4 @@
0.1.0
-----
- Initial release with support for Google Ads API v0.
- Initial release with support for Google Ads API v0.
2 changes: 1 addition & 1 deletion lib/google/ads/google_ads/api_versions.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Google
module Ads
module GoogleAds
KNOWN_API_VERSIONS = [:V13, :V14, :V15]
KNOWN_API_VERSIONS = [:V14, :V15]
DEFAULT_API_VERSION = :V15

def self.default_api_version
Expand Down
31 changes: 0 additions & 31 deletions lib/google/ads/google_ads/utils/v13/path_lookup_util.rb

This file was deleted.

47 changes: 0 additions & 47 deletions lib/google/ads/google_ads/v13/common/ad_asset_pb.rb

This file was deleted.

276 changes: 0 additions & 276 deletions lib/google/ads/google_ads/v13/common/ad_type_infos_pb.rb

This file was deleted.

45 changes: 0 additions & 45 deletions lib/google/ads/google_ads/v13/common/asset_policy_pb.rb

This file was deleted.

80 changes: 0 additions & 80 deletions lib/google/ads/google_ads/v13/common/asset_set_types_pb.rb

This file was deleted.

Loading

0 comments on commit 51e655c

Please sign in to comment.