We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc1cb8 commit 87a13aaCopy full SHA for 87a13aa
1 file changed
logging/google/cloud/logging/connection.py
@@ -35,7 +35,7 @@ class Connection(base_connection.JSONConnection):
35
API_BASE_URL = 'https://logging.googleapis.com'
36
"""The base of the API call URL."""
37
38
- API_VERSION = 'v2beta1'
+ API_VERSION = 'v2'
39
"""The version of the API, used in building the API call's URL."""
40
41
API_URL_TEMPLATE = '{api_base_url}/{api_version}{path}'
0 commit comments