Skip to content

Commit

Permalink
v12 release (#416)
Browse files Browse the repository at this point in the history
* v12 release

Change-Id: Idd18d846d9cba9de8d2b7470f62f5eaa7818c361

* Version bump.

Change-Id: I87c31da1e88957192d8842eb2f4280157f60dd49
  • Loading branch information
mcloonan authored Nov 4, 2022
1 parent 15f01a1 commit f989b6f
Show file tree
Hide file tree
Showing 1,267 changed files with 112,124 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
20.0.0:
- Compatibility with v12 of the API: https://developers.google.com/google-ads/api/docs/release-notes

19.0.0:
- Removed support for v9.

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 = [:V10, :V11]
DEFAULT_API_VERSION = :V11
KNOWN_API_VERSIONS = [:V10, :V11, :V12]
DEFAULT_API_VERSION = :V12

def self.default_api_version
DEFAULT_API_VERSION
Expand Down
31 changes: 31 additions & 0 deletions lib/google/ads/google_ads/utils/v12/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 V12
PathLookupUtil = Utils.build_path_lookup_class(:v12)
end
end
end
end
end
47 changes: 47 additions & 0 deletions lib/google/ads/google_ads/v12/common/ad_asset_pb.rb

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

271 changes: 271 additions & 0 deletions lib/google/ads/google_ads/v12/common/ad_type_infos_pb.rb

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions lib/google/ads/google_ads/v12/common/asset_policy_pb.rb

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

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

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

Loading

0 comments on commit f989b6f

Please sign in to comment.