Skip to content

Commit d47129b

Browse files
chore: use gapic-generator-python 0.58.4 (#656)
* 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>
1 parent 1c4aeca commit d47129b

File tree

6 files changed

+195
-334
lines changed

6 files changed

+195
-334
lines changed

google/cloud/spanner_admin_database_v1/services/database_admin/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ def __init__(
111111
credentials, _ = google.auth.load_credentials_from_file(
112112
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
113113
)
114-
115114
elif credentials is None:
116115
credentials, _ = google.auth.default(
117116
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def __init__(
109109
credentials, _ = google.auth.load_credentials_from_file(
110110
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
111111
)
112-
113112
elif credentials is None:
114113
credentials, _ = google.auth.default(
115114
**scopes_kwargs, quota_project_id=quota_project_id

google/cloud/spanner_v1/services/spanner/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)