Skip to content

Commit

Permalink
Release v17
Browse files Browse the repository at this point in the history
    Change-Id: I21693cb66d03b5f6f188c7ce22d830b705a9456d

Change-Id: I5e66dfc18687ca4c6b89fe18cea644bfce628c7d
  • Loading branch information
mcloonan committed Jun 6, 2024
1 parent a8e5a2b commit 36b2f9c
Show file tree
Hide file tree
Showing 1,419 changed files with 131,336 additions and 116 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
29.0.0
------
- Compatibility with v17 of the API: https://developers.google.com/google-ads/api/docs/release-notes

28.0.0
------
- Compatibility with v16.1 of the API: https://developers.google.com/google-ads/api/docs/release-notes
Expand Down
4 changes: 2 additions & 2 deletions lib/google/ads/google_ads/api_versions.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Google
module Ads
module GoogleAds
KNOWN_API_VERSIONS = [:V15, :V16]
DEFAULT_API_VERSION = :V16
KNOWN_API_VERSIONS = [:V15, :V16, :V17]
DEFAULT_API_VERSION = :V17

def self.default_api_version
DEFAULT_API_VERSION
Expand Down
31 changes: 31 additions & 0 deletions lib/google/ads/google_ads/utils/v17/path_lookup_util.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Encoding: utf-8
#
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Utility that generates up resource names for entities given IDs.

require "google/ads/google_ads/utils/build_path_lookup_class"

module Google
module Ads
module GoogleAds
module Utils
module V17
PathLookupUtil = Utils.build_path_lookup_class(:v17)
end
end
end
end
end
56 changes: 56 additions & 0 deletions lib/google/ads/google_ads/v17/common/ad_asset_pb.rb

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

85 changes: 85 additions & 0 deletions lib/google/ads/google_ads/v17/common/ad_type_infos_pb.rb

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions lib/google/ads/google_ads/v17/common/asset_policy_pb.rb

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

58 changes: 58 additions & 0 deletions lib/google/ads/google_ads/v17/common/asset_set_types_pb.rb

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

99 changes: 99 additions & 0 deletions lib/google/ads/google_ads/v17/common/asset_types_pb.rb

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions lib/google/ads/google_ads/v17/common/asset_usage_pb.rb

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

Loading

0 comments on commit 36b2f9c

Please sign in to comment.