Skip to content

Commit 7024e97

Browse files
authored
Remove support for Google Ads API v17 (#933)
1 parent 26b54d4 commit 7024e97

File tree

1,790 files changed

+3
-430320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,790 files changed

+3
-430320
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Build Status
99

1010
Requirements
1111
------------
12-
* Python 3.8+
12+
* Python 3.9+
1313

1414
Installation
1515
------------
@@ -41,7 +41,7 @@ Version `21.2.0`_ of this library *lowered* the minimum version for some
4141
dependencies in order to improve compatibility with other applications and
4242
packages that rely on `protobuf`_ version 3.
4343

44-
Note that using protobuf 3 will cause performance degredations in this library,
44+
Note that using protobuf 3 will cause performance degradations in this library,
4545
so you may experience slower response times. For optimal performance we
4646
recommend using protobuf versions 4.21.5 or higher.
4747

google/ads/googleads/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
_SERVICE_CLIENT_TEMPLATE = "{}Client"
3333

34-
_VALID_API_VERSIONS = ["v19", "v18", "v17"]
34+
_VALID_API_VERSIONS = ["v19", "v18"]
3535
_MESSAGE_TYPES = ["common", "enums", "errors", "resources", "services"]
3636
_DEFAULT_VERSION = _VALID_API_VERSIONS[0]
3737

google/ads/googleads/v17/__init__.py

Lines changed: 0 additions & 33 deletions
This file was deleted.

google/ads/googleads/v17/common/__init__.py

Lines changed: 0 additions & 639 deletions
This file was deleted.

google/ads/googleads/v17/common/services/__init__.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)