Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 6b678d0

Browse files
chore: use gapic-generator-python 0.58.4 (#177)
* 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: https://github.com/googleapis/googleapis-gen/commit/46df624a54b9ed47c1a7eefb7a49413cf7b82f98 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 <[email protected]>
1 parent fb0b8e6 commit 6b678d0

File tree

4 files changed

+216
-479
lines changed

4 files changed

+216
-479
lines changed

google/cloud/container_v1/services/cluster_manager/transports/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def __init__(
100100
credentials, _ = google.auth.load_credentials_from_file(
101101
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
102102
)
103-
104103
elif credentials is None:
105104
credentials, _ = google.auth.default(
106105
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/container_v1beta1/services/cluster_manager/transports/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def __init__(
100100
credentials, _ = google.auth.load_credentials_from_file(
101101
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
102102
)
103-
104103
elif credentials is None:
105104
credentials, _ = google.auth.default(
106105
**scopes_kwargs, quota_project_id=quota_project_id

0 commit comments

Comments
 (0)