Skip to content

Commit 40a860a

Browse files
chore: use gapic-generator-python 0.58.4 (#347)
* 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 <[email protected]>
1 parent 44c140c commit 40a860a

File tree

10 files changed

+143
-222
lines changed

10 files changed

+143
-222
lines changed

packages/google-cloud-asset/google/cloud/asset_v1/services/asset_service/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def __init__(
102102
credentials, _ = google.auth.load_credentials_from_file(
103103
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
104104
)
105-
106105
elif credentials is None:
107106
credentials, _ = google.auth.default(
108107
**scopes_kwargs, quota_project_id=quota_project_id

packages/google-cloud-asset/google/cloud/asset_v1p1beta1/services/asset_service/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def __init__(
9999
credentials, _ = google.auth.load_credentials_from_file(
100100
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
101101
)
102-
103102
elif credentials is None:
104103
credentials, _ = google.auth.default(
105104
**scopes_kwargs, quota_project_id=quota_project_id

packages/google-cloud-asset/google/cloud/asset_v1p2beta1/services/asset_service/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-asset/google/cloud/asset_v1p4beta1/services/asset_service/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def __init__(
101101
credentials, _ = google.auth.load_credentials_from_file(
102102
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
103103
)
104-
105104
elif credentials is None:
106105
credentials, _ = google.auth.default(
107106
**scopes_kwargs, quota_project_id=quota_project_id

packages/google-cloud-asset/google/cloud/asset_v1p5beta1/services/asset_service/transports/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def __init__(
9999
credentials, _ = google.auth.load_credentials_from_file(
100100
credentials_file, **scopes_kwargs, quota_project_id=quota_project_id
101101
)
102-
103102
elif credentials is None:
104103
credentials, _ = google.auth.default(
105104
**scopes_kwargs, quota_project_id=quota_project_id

0 commit comments

Comments
 (0)