Skip to content

Commit 12e8ea2

Browse files
committed
Remove support for v18
Change-Id: I8e7544aca7f435e2c4fb4b622ae916a75283dc99
1 parent 51d43eb commit 12e8ea2

File tree

1,815 files changed

+21
-437429
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,815 files changed

+21
-437429
lines changed

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 = ["v21", "v20", "v19", "v18"]
34+
_VALID_API_VERSIONS = ["v21", "v20", "v19"]
3535
_MESSAGE_TYPES = ["common", "enums", "errors", "resources", "services"]
3636
_DEFAULT_VERSION = _VALID_API_VERSIONS[0]
3737

google/ads/googleads/v18/__init__.py

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

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

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

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

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

0 commit comments

Comments
 (0)