Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 9414e03

Browse files
fix(v4): change timeout settings for SearchJobsForAlert (#335)
* fix: change timeout settings for SearchJobsForAlert PiperOrigin-RevId: 528815611 Source-Link: googleapis/googleapis@b473ccc Source-Link: https://github.com/googleapis/googleapis-gen/commit/4efc7a22208d75d0634cb0461490954dd69fc6df 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>
1 parent cd675d2 commit 9414e03

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

google/cloud/talent_v4/services/job_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ async def sample_search_jobs_for_alert():
14311431
# and friendly error handling.
14321432
rpc = gapic_v1.method_async.wrap_method(
14331433
self._client._transport.search_jobs_for_alert,
1434-
default_timeout=30.0,
1434+
default_timeout=None,
14351435
client_info=DEFAULT_CLIENT_INFO,
14361436
)
14371437

google/cloud/talent_v4/services/job_service/transports/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def _prep_wrapped_messages(self, client_info):
206206
),
207207
self.search_jobs_for_alert: gapic_v1.method.wrap_method(
208208
self.search_jobs_for_alert,
209-
default_timeout=30.0,
209+
default_timeout=None,
210210
client_info=client_info,
211211
),
212212
}

samples/generated_samples/snippet_metadata_google.cloud.talent.v4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-talent",
11-
"version": "2.10.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.talent.v4beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-talent",
11-
"version": "2.10.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)