Skip to content

Commit 83a63ab

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: 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 6b49949 commit 83a63ab

File tree

4 files changed

+216
-479
lines changed

4 files changed

+216
-479
lines changed

packages/google-cloud-container/google/cloud/container_v1/services/cluster_manager/transports/base.py

Lines changed: 0 additions & 1 deletion
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

packages/google-cloud-container/google/cloud/container_v1beta1/services/cluster_manager/transports/base.py

Lines changed: 0 additions & 1 deletion
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)