Skip to content

Commit

Permalink
fix(v4): change timeout settings for SearchJobsForAlert (#335)
Browse files Browse the repository at this point in the history
* fix: change timeout settings for SearchJobsForAlert

PiperOrigin-RevId: 528815611

Source-Link: googleapis/googleapis@b473ccc

Source-Link: googleapis/googleapis-gen@4efc7a2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGVmYzdhMjIyMDhkNzVkMDYzNGNiMDQ2MTQ5MDk1NGRkNjlmYzZkZiJ9

* 🦉 Updates from OwlBot post-processor

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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 4, 2023
1 parent fc1c61a commit 67b30c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ async def sample_search_jobs_for_alert():
# and friendly error handling.
rpc = gapic_v1.method_async.wrap_method(
self._client._transport.search_jobs_for_alert,
default_timeout=30.0,
default_timeout=None,
client_info=DEFAULT_CLIENT_INFO,
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def _prep_wrapped_messages(self, client_info):
),
self.search_jobs_for_alert: gapic_v1.method.wrap_method(
self.search_jobs_for_alert,
default_timeout=30.0,
default_timeout=None,
client_info=client_info,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-talent",
"version": "2.10.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-talent",
"version": "2.10.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 67b30c1

Please sign in to comment.