Skip to content

Commit 2faeb95

Browse files
chore: use gapic-generator-python 0.58.4 (#459)
* chore: use gapic-generator-python 0.58.4 fix: provide appropriate mock values for message body fields committer: dovs PiperOrigin-RevId: 419025932 Source-Link: googleapis/googleapis@73da669 Source-Link: googleapis/googleapis-gen@46df624 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDZkZjYyNGE1NGI5ZWQ0N2MxYTdlZWZiN2E0OTQxM2NmN2I4MmY5OCJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 283403f commit 2faeb95

File tree

6 files changed

+163
-287
lines changed

6 files changed

+163
-287
lines changed

packages/google-cloud-logging/google/cloud/logging_v2/services/config_service_v2/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def __init__(
105105
credentials, _ = google.auth.load_credentials_from_file(
106106
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
107107
)
108-
109108
elif credentials is None:
110109
credentials, _ = google.auth.default(
111110
**scopes_kwargs, quota_project_id=quota_project_id

packages/google-cloud-logging/google/cloud/logging_v2/services/logging_service_v2/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def __init__(
106106
credentials, _ = google.auth.load_credentials_from_file(
107107
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
108108
)
109-
110109
elif credentials is None:
111110
credentials, _ = google.auth.default(
112111
**scopes_kwargs, quota_project_id=quota_project_id

packages/google-cloud-logging/google/cloud/logging_v2/services/metrics_service_v2/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def __init__(
106106
credentials, _ = google.auth.load_credentials_from_file(
107107
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
108108
)
109-
110109
elif credentials is None:
111110
credentials, _ = google.auth.default(
112111
**scopes_kwargs, quota_project_id=quota_project_id

0 commit comments

Comments
 (0)