10000 chore: use gapic-generator-python 0.58.4 (#201) · googleapis/google-cloud-python@be6cab4 · GitHub
[go: up one dir, main page]

Skip to content

Commit be6cab4

Browse files
chore: use gapic-generator-python 0.58.4 (#201)
* 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 be370a0 commit be6cab4

File tree

6 files changed

+179
-388
lines changed

6 files changed

+179
-388
lines changed

packages/google-cloud-tasks/google/cloud/tasks_v2/services/cloud_tasks/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-tasks/google/cloud/tasks_v2beta2/services/cloud_tasks/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-tasks/google/cloud/tasks_v2beta3/services/cloud_tasks/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)
0